hubspot-api-client 17.2.0 → 19.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1530) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +373 -14
  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 +48 -42
  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 +20 -32
  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 +567 -556
  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/{crm/associations/schema/models/associated_id.rb → cms/blogs/blog_posts/models/breakpoint_styles.rb} +42 -28
  85. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_blog_post_forward_paging.rb +14 -14
  86. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_version_blog_post.rb +14 -14
  87. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/color_stop.rb +1 -1
  88. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_clone_request_v_next.rb +15 -15
  89. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_language_variation.rb +109 -95
  90. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_schedule_request_v_next.rb +20 -20
  91. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/detach_from_lang_group_request_v_next.rb +1 -1
  92. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error.rb +51 -51
  93. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error_detail.rb +29 -29
  94. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/forward_paging.rb +1 -1
  95. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/gradient.rb +16 -16
  96. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/layout_section.rb +48 -48
  97. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/next_page.rb +16 -14
  98. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/paging.rb +1 -1
  99. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/previous_page.rb +3 -1
  100. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/rgba_color.rb +27 -27
  101. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/row_meta_data.rb +19 -19
  102. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/set_new_language_primary_request_v_next.rb +1 -1
  103. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/side_or_corner.rb +18 -64
  104. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/standard_error.rb +53 -53
  105. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/styles.rb +58 -93
  106. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/update_languages_request_v_next.rb +19 -41
  107. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_blog_post.rb +21 -21
  108. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_user.rb +20 -20
  109. data/lib/hubspot/codegen/cms/blogs/tags/api/blog_tags_api.rb +22 -16
  110. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +1 -1
  111. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +1 -1
  112. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +1 -1
  113. data/lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb +18 -64
  114. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +1 -1
  115. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +1 -1
  116. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +1 -1
  117. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag.rb +45 -45
  118. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +57 -57
  119. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +14 -14
  120. data/lib/hubspot/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next.rb +1 -1
  121. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +51 -51
  122. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +29 -29
  123. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +1 -1
  124. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +16 -14
  125. data/lib/hubspot/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next.rb +1 -1
  126. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +53 -53
  127. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +46 -46
  128. data/lib/hubspot/codegen/cms/blogs/tags/models/tag_clone_request_v_next.rb +27 -27
  129. data/lib/hubspot/codegen/cms/blogs/tags/models/update_languages_request_v_next.rb +19 -41
  130. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +1 -1
  131. data/lib/hubspot/codegen/cms/domains/api_client.rb +1 -1
  132. data/lib/hubspot/codegen/cms/domains/api_error.rb +1 -1
  133. data/lib/hubspot/codegen/cms/domains/configuration.rb +1 -1
  134. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain_forward_paging.rb +14 -14
  135. data/lib/hubspot/codegen/cms/domains/models/domain.rb +111 -111
  136. data/lib/hubspot/codegen/cms/domains/models/error.rb +51 -51
  137. data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +29 -29
  138. data/lib/hubspot/codegen/cms/domains/models/forward_paging.rb +1 -1
  139. data/lib/hubspot/codegen/cms/domains/models/next_page.rb +14 -14
  140. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +53 -32
  141. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +37 -37
  142. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +56 -41
  143. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +2 -2
  144. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +2 -2
  145. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +2 -2
  146. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_batch_clone_request.rb +230 -0
  147. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb +2 -2
  148. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb +3 -2
  149. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +3 -2
  150. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb +32 -32
  151. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +62 -54
  152. data/lib/hubspot/codegen/cms/hubdb/models/bounded_next_page.rb +237 -0
  153. data/lib/hubspot/codegen/cms/hubdb/models/bounded_paging.rb +223 -0
  154. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +17 -15
  155. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +134 -80
  156. data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +44 -44
  157. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +52 -52
  158. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +30 -30
  159. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +20 -17
  160. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +2 -2
  161. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +17 -3
  162. data/lib/hubspot/codegen/{crm/associations/models/public_association_definition.rb → cms/hubdb/models/hub_db_table_row_batch_clone_request.rb} +21 -26
  163. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +49 -49
  164. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb +22 -22
  165. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb +13 -13
  166. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +107 -107
  167. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb +49 -49
  168. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +33 -33
  169. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +17 -15
  170. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +83 -15
  171. data/lib/hubspot/codegen/{files/files → cms/hubdb}/models/paging.rb +7 -7
  172. data/lib/hubspot/codegen/{files/files → cms/hubdb}/models/previous_page.rb +7 -7
  173. data/lib/hubspot/codegen/cms/hubdb/models/random_access_collection_response_with_total_hub_db_table_row_v3.rb +303 -0
  174. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +38 -34
  175. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +56 -48
  176. data/lib/hubspot/codegen/cms/hubdb/models/{collection_response_with_total_hub_db_table_row_v3_forward_paging.rb → streaming_collection_response_with_total_hub_db_table_row_v3.rb} +67 -17
  177. data/lib/hubspot/codegen/cms/hubdb/models/unified_collection_response_with_total_base_hub_db_table_row_v3.rb +108 -0
  178. data/lib/hubspot/codegen/cms/performance/api/public_performance_api.rb +1 -1
  179. data/lib/hubspot/codegen/cms/performance/api_client.rb +1 -1
  180. data/lib/hubspot/codegen/cms/performance/api_error.rb +1 -1
  181. data/lib/hubspot/codegen/cms/performance/configuration.rb +1 -1
  182. data/lib/hubspot/codegen/cms/performance/models/error.rb +51 -51
  183. data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +29 -29
  184. data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +105 -120
  185. data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +54 -54
  186. data/lib/hubspot/codegen/cms/site_search/api/public_api.rb +3 -3
  187. data/lib/hubspot/codegen/cms/site_search/configuration.rb +0 -7
  188. data/lib/hubspot/codegen/cms/site_search/models/content_search_result.rb +113 -113
  189. data/lib/hubspot/codegen/cms/site_search/models/error.rb +50 -50
  190. data/lib/hubspot/codegen/cms/site_search/models/error_detail.rb +28 -28
  191. data/lib/hubspot/codegen/cms/site_search/models/indexed_field.rb +17 -17
  192. data/lib/hubspot/codegen/cms/site_search/models/public_search_results.rb +27 -27
  193. data/lib/hubspot/codegen/cms/source_code/api/content_api.rb +51 -51
  194. data/lib/hubspot/codegen/cms/source_code/api/extract_api.rb +90 -27
  195. data/lib/hubspot/codegen/cms/source_code/api/metadata_api.rb +5 -2
  196. data/lib/hubspot/codegen/cms/source_code/api/validation_api.rb +4 -4
  197. data/lib/hubspot/codegen/cms/source_code/api_client.rb +1 -1
  198. data/lib/hubspot/codegen/cms/source_code/api_error.rb +1 -1
  199. data/lib/hubspot/codegen/cms/source_code/configuration.rb +1 -8
  200. data/lib/hubspot/codegen/cms/source_code/models/action_response.rb +26 -26
  201. data/lib/hubspot/codegen/cms/source_code/models/asset_file_metadata.rb +57 -48
  202. data/lib/hubspot/codegen/cms/source_code/models/error.rb +51 -51
  203. data/lib/hubspot/codegen/cms/source_code/models/error_detail.rb +29 -29
  204. data/lib/hubspot/codegen/cms/source_code/models/file_extract_request.rb +1 -1
  205. data/lib/hubspot/codegen/cms/source_code/models/task_locator.rb +14 -14
  206. data/lib/hubspot/codegen/cms/url_redirects/api/redirects_api.rb +6 -6
  207. data/lib/hubspot/codegen/cms/url_redirects/api_client.rb +1 -1
  208. data/lib/hubspot/codegen/cms/url_redirects/api_error.rb +1 -1
  209. data/lib/hubspot/codegen/cms/url_redirects/configuration.rb +1 -8
  210. data/lib/hubspot/codegen/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.rb +14 -14
  211. data/lib/hubspot/codegen/cms/url_redirects/models/error.rb +51 -51
  212. data/lib/hubspot/codegen/cms/url_redirects/models/error_detail.rb +29 -29
  213. data/lib/hubspot/codegen/cms/url_redirects/models/forward_paging.rb +1 -1
  214. data/lib/hubspot/codegen/cms/url_redirects/models/next_page.rb +14 -14
  215. data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping.rb +91 -91
  216. data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping_create_request_body.rb +58 -58
  217. data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +3 -3
  218. data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +5 -5
  219. data/lib/hubspot/codegen/communication_preferences/api_client.rb +2 -2
  220. data/lib/hubspot/codegen/communication_preferences/api_error.rb +2 -2
  221. data/lib/hubspot/codegen/communication_preferences/configuration.rb +2 -9
  222. data/lib/hubspot/codegen/communication_preferences/models/error.rb +52 -52
  223. data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +30 -30
  224. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +64 -64
  225. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_statuses_response.rb +2 -2
  226. data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +14 -14
  227. data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +79 -70
  228. data/lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb +2 -2
  229. data/lib/hubspot/codegen/conversations/visitor_identification/api/generate_api.rb +2 -2
  230. data/lib/hubspot/codegen/conversations/visitor_identification/configuration.rb +0 -7
  231. data/lib/hubspot/codegen/conversations/visitor_identification/models/error.rb +50 -50
  232. data/lib/hubspot/codegen/conversations/visitor_identification/models/error_detail.rb +28 -28
  233. data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_generation_request.rb +14 -14
  234. data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_response.rb +1 -0
  235. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +1 -1
  236. data/lib/hubspot/codegen/crm/associations/api_client.rb +1 -1
  237. data/lib/hubspot/codegen/crm/associations/api_error.rb +1 -1
  238. data/lib/hubspot/codegen/crm/associations/configuration.rb +1 -1
  239. data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +1 -1
  240. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +1 -1
  241. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +1 -1
  242. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +42 -42
  243. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +42 -42
  244. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi_with_errors.rb +53 -53
  245. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_with_errors.rb +53 -53
  246. data/lib/hubspot/codegen/crm/associations/models/error.rb +51 -51
  247. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +29 -29
  248. data/lib/hubspot/codegen/crm/associations/models/next_page.rb +14 -14
  249. data/lib/hubspot/codegen/crm/associations/models/paging.rb +1 -1
  250. data/lib/hubspot/codegen/crm/associations/models/previous_page.rb +1 -1
  251. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +1 -1
  252. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +14 -14
  253. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +1 -1
  254. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +48 -48
  255. data/lib/hubspot/codegen/crm/associations/schema/api/types_api.rb +1 -1
  256. data/lib/hubspot/codegen/crm/associations/schema/api_client.rb +1 -1
  257. data/lib/hubspot/codegen/crm/associations/schema/api_error.rb +1 -1
  258. data/lib/hubspot/codegen/crm/associations/schema/configuration.rb +1 -1
  259. data/lib/hubspot/codegen/crm/associations/schema/models/collection_response_public_association_definition_no_paging.rb +1 -1
  260. data/lib/hubspot/codegen/crm/associations/schema/models/error.rb +51 -51
  261. data/lib/hubspot/codegen/crm/associations/schema/models/error_detail.rb +29 -29
  262. data/lib/hubspot/codegen/crm/associations/schema/models/public_association_definition.rb +19 -19
  263. data/lib/hubspot/codegen/crm/associations/v4/api/basic_api.rb +15 -15
  264. data/lib/hubspot/codegen/crm/associations/v4/api/batch_api.rb +1 -1
  265. data/lib/hubspot/codegen/crm/associations/v4/api_client.rb +1 -1
  266. data/lib/hubspot/codegen/crm/associations/v4/api_error.rb +1 -1
  267. data/lib/hubspot/codegen/crm/associations/v4/configuration.rb +1 -1
  268. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec.rb +1 -1
  269. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec_with_label.rb +1 -1
  270. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_archive.rb +1 -1
  271. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_post.rb +1 -1
  272. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_default_association_multi_post.rb +1 -1
  273. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_fetch_associations_batch_request.rb +1 -1
  274. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair.rb +1 -1
  275. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair_with_errors.rb +1 -1
  276. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label.rb +1 -1
  277. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label_with_errors.rb +1 -1
  278. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_default_association.rb +2 -2
  279. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_multi_associated_object_with_label_forward_paging.rb +1 -1
  280. data/lib/hubspot/codegen/crm/associations/v4/models/error.rb +1 -1
  281. data/lib/hubspot/codegen/crm/associations/v4/models/error_detail.rb +1 -1
  282. data/lib/hubspot/codegen/crm/associations/v4/models/forward_paging.rb +1 -1
  283. data/lib/hubspot/codegen/crm/associations/v4/models/labels_between_object_pair.rb +3 -3
  284. data/lib/hubspot/codegen/crm/associations/v4/models/multi_associated_object_with_label.rb +2 -2
  285. data/lib/hubspot/codegen/crm/associations/v4/models/next_page.rb +1 -1
  286. data/lib/hubspot/codegen/crm/associations/v4/models/paging.rb +1 -1
  287. data/lib/hubspot/codegen/crm/associations/v4/models/previous_page.rb +1 -1
  288. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_archive.rb +1 -1
  289. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_post.rb +1 -1
  290. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_with_label.rb +1 -1
  291. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association.rb +1 -1
  292. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association_multi_post.rb +1 -1
  293. data/lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb +1 -1
  294. data/lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb +1 -1
  295. data/lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb +2 -2
  296. data/lib/hubspot/codegen/crm/associations/v4/schema/api/definitions_api.rb +56 -56
  297. data/lib/hubspot/codegen/crm/associations/v4/schema/api_client.rb +2 -2
  298. data/lib/hubspot/codegen/crm/associations/v4/schema/api_error.rb +1 -1
  299. data/lib/hubspot/codegen/crm/associations/v4/schema/configuration.rb +1 -1
  300. data/lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec_with_label.rb +22 -22
  301. data/lib/hubspot/codegen/crm/associations/v4/schema/models/collection_response_association_spec_with_label_no_paging.rb +4 -4
  302. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error.rb +54 -54
  303. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_detail.rb +32 -32
  304. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_create_request.rb +28 -19
  305. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_update_request.rb +28 -19
  306. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +6 -6
  307. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +70 -2
  308. data/lib/hubspot/codegen/crm/companies/api/{public_object_api.rb → merge_api.rb} +5 -5
  309. data/lib/hubspot/codegen/crm/companies/models/association_spec.rb +0 -10
  310. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
  311. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +20 -20
  312. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +41 -41
  313. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +52 -52
  314. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_upsert_object.rb +326 -0
  315. data/lib/hubspot/codegen/{files/files/models/file_action_response.rb → crm/companies/models/batch_response_simple_public_upsert_object_with_errors.rb} +52 -67
  316. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +13 -13
  317. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  318. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  319. data/lib/hubspot/codegen/crm/companies/models/error.rb +50 -50
  320. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +28 -28
  321. data/lib/hubspot/codegen/crm/companies/models/filter.rb +16 -16
  322. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +13 -13
  323. data/lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb +13 -23
  324. data/lib/hubspot/codegen/crm/companies/models/public_merge_input.rb +18 -18
  325. data/lib/hubspot/codegen/crm/companies/models/public_object_id.rb +0 -5
  326. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +33 -58
  327. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +44 -44
  328. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +35 -17
  329. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input_upsert.rb +262 -0
  330. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +10 -1
  331. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb +24 -20
  332. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +49 -49
  333. data/lib/hubspot/codegen/crm/companies/models/simple_public_upsert_object.rb +315 -0
  334. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +46 -46
  335. data/lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb +33 -33
  336. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +2 -2
  337. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +70 -2
  338. data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +9 -9
  339. data/lib/hubspot/codegen/crm/contacts/api/{public_object_api.rb → merge_api.rb} +5 -5
  340. data/lib/hubspot/codegen/crm/contacts/models/association_spec.rb +0 -10
  341. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
  342. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +20 -20
  343. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +41 -41
  344. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +52 -52
  345. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_upsert_object.rb +326 -0
  346. data/lib/hubspot/codegen/{files/files/models/folder_action_response.rb → crm/contacts/models/batch_response_simple_public_upsert_object_with_errors.rb} +52 -67
  347. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +13 -13
  348. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  349. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  350. data/lib/hubspot/codegen/crm/contacts/models/error.rb +50 -50
  351. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +28 -28
  352. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +16 -16
  353. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +13 -13
  354. data/lib/hubspot/codegen/crm/contacts/models/public_associations_for_object.rb +13 -23
  355. data/lib/hubspot/codegen/crm/contacts/models/public_gdpr_delete_input.rb +13 -13
  356. data/lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb +18 -18
  357. data/lib/hubspot/codegen/crm/contacts/models/public_object_id.rb +0 -5
  358. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +33 -58
  359. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +44 -44
  360. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +35 -17
  361. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input_upsert.rb +262 -0
  362. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +10 -1
  363. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb +24 -20
  364. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +49 -49
  365. data/lib/hubspot/codegen/crm/contacts/models/simple_public_upsert_object.rb +315 -0
  366. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +46 -46
  367. data/lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb +33 -33
  368. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +6 -6
  369. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +70 -2
  370. data/lib/hubspot/codegen/crm/deals/api/{public_object_api.rb → merge_api.rb} +7 -7
  371. data/lib/hubspot/codegen/crm/deals/models/association_spec.rb +0 -10
  372. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
  373. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +20 -20
  374. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +41 -41
  375. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +52 -52
  376. data/lib/hubspot/codegen/crm/{lists/models/public_unified_events_in_list_filter.rb → deals/models/batch_response_simple_public_upsert_object.rb} +73 -57
  377. data/lib/hubspot/codegen/crm/deals/models/{error_category.rb → batch_response_simple_public_upsert_object_with_errors.rb} +100 -30
  378. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +13 -13
  379. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  380. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  381. data/lib/hubspot/codegen/crm/deals/models/error.rb +50 -50
  382. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +28 -28
  383. data/lib/hubspot/codegen/crm/deals/models/filter.rb +16 -16
  384. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +13 -13
  385. data/lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb +13 -23
  386. data/lib/hubspot/codegen/crm/deals/models/public_merge_input.rb +18 -18
  387. data/lib/hubspot/codegen/crm/deals/models/public_object_id.rb +0 -5
  388. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +33 -58
  389. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +44 -44
  390. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +35 -17
  391. data/lib/hubspot/codegen/{files/files/models/folder_update_input.rb → crm/deals/models/simple_public_object_batch_input_upsert.rb} +40 -28
  392. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +10 -1
  393. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb +24 -20
  394. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +49 -49
  395. data/lib/hubspot/codegen/{files/files/models/folder.rb → crm/deals/models/simple_public_upsert_object.rb} +65 -64
  396. data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +46 -46
  397. data/lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb +33 -33
  398. data/lib/hubspot/codegen/crm/extensions/calling/api/recording_settings_api.rb +307 -0
  399. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +14 -14
  400. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +2 -2
  401. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +2 -2
  402. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +9 -2
  403. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +52 -52
  404. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +30 -30
  405. data/lib/hubspot/codegen/crm/extensions/calling/models/mark_recording_as_ready_request.rb +230 -0
  406. data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_patch_request.rb +225 -0
  407. data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_request.rb +230 -0
  408. data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_response.rb +230 -0
  409. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +44 -35
  410. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +44 -35
  411. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +70 -56
  412. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +45 -45
  413. data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +2 -2
  414. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +1 -1
  415. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +1 -1
  416. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +1 -1
  417. data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +1 -1
  418. data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +1 -1
  419. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +1 -1
  420. data/lib/hubspot/codegen/crm/extensions/{accounting/models/updated_contact.rb → cards/models/card_audit_response.rb} +84 -71
  421. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +17 -17
  422. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +1 -1
  423. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +35 -35
  424. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +69 -17
  425. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +64 -12
  426. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +3 -3
  427. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +12 -12
  428. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +1 -1
  429. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +51 -51
  430. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +29 -29
  431. data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +42 -42
  432. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +29 -29
  433. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +25 -25
  434. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result_actions_inner.rb +1 -1
  435. data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +11 -11
  436. data/lib/hubspot/codegen/crm/{objects/meetings/models/public_merge_input.rb → extensions/cards/models/public_card_fetch_body.rb} +29 -27
  437. data/lib/hubspot/codegen/crm/extensions/cards/models/{card_list_response.rb → public_card_list_response.rb} +5 -7
  438. data/lib/hubspot/codegen/crm/extensions/cards/models/{card_response.rb → public_card_response.rb} +62 -51
  439. data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +16 -16
  440. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +4 -4
  441. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +2 -1
  442. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +1 -1
  443. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +8 -1
  444. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +51 -51
  445. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +29 -29
  446. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +24 -15
  447. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +1 -1
  448. data/lib/hubspot/codegen/crm/imports/api/public_imports_api.rb +1 -1
  449. data/lib/hubspot/codegen/crm/imports/api_client.rb +1 -1
  450. data/lib/hubspot/codegen/crm/imports/api_error.rb +1 -1
  451. data/lib/hubspot/codegen/crm/imports/configuration.rb +1 -1
  452. data/lib/hubspot/codegen/crm/imports/models/action_response.rb +26 -26
  453. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +14 -14
  454. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +14 -14
  455. data/lib/hubspot/codegen/crm/imports/models/error.rb +51 -51
  456. data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +29 -29
  457. data/lib/hubspot/codegen/crm/imports/models/forward_paging.rb +1 -1
  458. data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +25 -25
  459. data/lib/hubspot/codegen/crm/imports/models/import_template.rb +276 -0
  460. data/lib/hubspot/codegen/crm/imports/models/next_page.rb +14 -14
  461. data/lib/hubspot/codegen/crm/imports/models/paging.rb +1 -1
  462. data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +1 -1
  463. data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +60 -65
  464. data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +22 -22
  465. data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +72 -42
  466. data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +1 -1
  467. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +70 -2
  468. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
  469. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +20 -20
  470. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +41 -41
  471. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +52 -52
  472. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_upsert_object.rb +326 -0
  473. data/lib/hubspot/codegen/crm/line_items/models/{error_category.rb → batch_response_simple_public_upsert_object_with_errors.rb} +100 -30
  474. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +13 -13
  475. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  476. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  477. data/lib/hubspot/codegen/crm/line_items/models/error.rb +50 -50
  478. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +28 -28
  479. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +16 -16
  480. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +13 -13
  481. data/lib/hubspot/codegen/crm/line_items/models/public_associations_for_object.rb +18 -18
  482. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +33 -58
  483. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +44 -44
  484. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +35 -17
  485. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input_upsert.rb +262 -0
  486. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +10 -1
  487. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb +29 -20
  488. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +49 -49
  489. data/lib/hubspot/codegen/crm/line_items/models/simple_public_upsert_object.rb +315 -0
  490. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +46 -46
  491. data/lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb +33 -33
  492. data/lib/hubspot/codegen/crm/lists/api/folders_api.rb +420 -0
  493. data/lib/hubspot/codegen/crm/lists/api/lists_api.rb +15 -15
  494. data/lib/hubspot/codegen/crm/lists/api/mapping_api.rb +154 -0
  495. data/lib/hubspot/codegen/crm/lists/api/memberships_api.rb +177 -36
  496. data/lib/hubspot/codegen/crm/lists/api_client.rb +1 -1
  497. data/lib/hubspot/codegen/crm/lists/api_error.rb +1 -1
  498. data/lib/hubspot/codegen/crm/lists/configuration.rb +1 -1
  499. data/lib/hubspot/codegen/crm/lists/models/{collection_response_long.rb → api_collection_response_join_time_and_record_id.rb} +15 -7
  500. data/lib/hubspot/codegen/crm/{associations/models/collection_response_public_association_definition_no_paging.rb → lists/models/api_collection_response_record_list_membership_no_paging.rb} +18 -9
  501. data/lib/hubspot/codegen/crm/lists/models/error.rb +1 -1
  502. data/lib/hubspot/codegen/crm/lists/models/error_detail.rb +1 -1
  503. data/lib/hubspot/codegen/crm/{products/models/public_merge_input.rb → lists/models/join_time_and_record_id.rb} +25 -25
  504. data/lib/hubspot/codegen/crm/lists/models/list_create_request.rb +14 -2
  505. data/lib/hubspot/codegen/crm/lists/models/list_create_response.rb +1 -1
  506. data/lib/hubspot/codegen/crm/lists/models/list_fetch_response.rb +1 -1
  507. data/lib/hubspot/codegen/crm/lists/models/list_filter_update_request.rb +1 -1
  508. data/lib/hubspot/codegen/{files/files/models/folder_input.rb → crm/lists/models/list_folder_create_request.rb} +17 -28
  509. data/lib/hubspot/codegen/{files/files/models/collection_response_file.rb → crm/lists/models/list_folder_create_response.rb} +18 -30
  510. data/lib/hubspot/codegen/crm/lists/models/list_folder_fetch_response.rb +228 -0
  511. data/lib/hubspot/codegen/crm/{quotes/models/public_merge_input.rb → lists/models/list_move_request.rb} +27 -25
  512. data/lib/hubspot/codegen/crm/lists/models/list_search_request.rb +38 -15
  513. data/lib/hubspot/codegen/crm/lists/models/list_search_response.rb +1 -1
  514. data/lib/hubspot/codegen/crm/lists/models/list_update_response.rb +1 -1
  515. data/lib/hubspot/codegen/crm/lists/models/lists_by_id_response.rb +1 -1
  516. data/lib/hubspot/codegen/crm/lists/models/membership_change_request.rb +3 -3
  517. data/lib/hubspot/codegen/crm/lists/models/memberships_update_response.rb +4 -4
  518. data/lib/hubspot/codegen/crm/lists/models/next_page.rb +1 -1
  519. data/lib/hubspot/codegen/crm/lists/models/paging.rb +1 -1
  520. data/lib/hubspot/codegen/crm/lists/models/previous_page.rb +1 -1
  521. data/lib/hubspot/codegen/crm/lists/models/public_absolute_comparative_timestamp_refine_by.rb +16 -16
  522. data/lib/hubspot/codegen/crm/lists/models/public_absolute_ranged_timestamp_refine_by.rb +28 -28
  523. data/lib/hubspot/codegen/crm/lists/models/public_ads_search_filter.rb +39 -39
  524. data/lib/hubspot/codegen/crm/lists/models/public_ads_time_filter.rb +19 -19
  525. data/lib/hubspot/codegen/crm/lists/models/public_all_history_refine_by.rb +1 -1
  526. data/lib/hubspot/codegen/crm/lists/models/public_all_property_types_operation.rb +19 -19
  527. data/lib/hubspot/codegen/crm/lists/models/public_and_filter_branch.rb +19 -19
  528. data/lib/hubspot/codegen/crm/lists/models/public_association_filter_branch.rb +36 -36
  529. data/lib/hubspot/codegen/crm/lists/models/public_association_in_list_filter.rb +55 -55
  530. data/lib/hubspot/codegen/crm/lists/models/public_batch_migration_mapping.rb +247 -0
  531. data/lib/hubspot/codegen/crm/lists/models/public_bool_property_operation.rb +33 -33
  532. data/lib/hubspot/codegen/crm/lists/models/public_calendar_date_property_operation.rb +54 -54
  533. data/lib/hubspot/codegen/crm/lists/models/public_campaign_influenced_filter.rb +19 -19
  534. data/lib/hubspot/codegen/crm/lists/models/public_communication_subscription_filter.rb +31 -31
  535. data/lib/hubspot/codegen/crm/lists/models/public_comparative_date_property_operation.rb +35 -35
  536. data/lib/hubspot/codegen/crm/lists/models/public_comparative_property_updated_operation.rb +35 -35
  537. data/lib/hubspot/codegen/crm/lists/models/public_constant_filter.rb +21 -21
  538. data/lib/hubspot/codegen/crm/lists/models/public_cta_analytics_filter.rb +28 -28
  539. data/lib/hubspot/codegen/crm/lists/models/public_date_point.rb +56 -56
  540. data/lib/hubspot/codegen/crm/lists/models/public_date_property_operation.rb +45 -45
  541. data/lib/hubspot/codegen/crm/lists/models/public_date_time_property_operation.rb +30 -30
  542. data/lib/hubspot/codegen/crm/lists/models/public_email_event_filter.rb +44 -44
  543. data/lib/hubspot/codegen/crm/lists/models/public_email_subscription_filter.rb +27 -27
  544. data/lib/hubspot/codegen/crm/lists/models/public_enumeration_property_operation.rb +35 -35
  545. data/lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter.rb +28 -28
  546. data/lib/hubspot/codegen/crm/lists/models/public_event_filter_metadata.rb +2 -2
  547. data/lib/hubspot/codegen/crm/lists/models/public_fiscal_quarter_reference.rb +42 -42
  548. data/lib/hubspot/codegen/crm/lists/models/public_fiscal_year_reference.rb +42 -42
  549. data/lib/hubspot/codegen/crm/lists/models/public_form_submission_filter.rb +20 -20
  550. data/lib/hubspot/codegen/crm/lists/models/{public_event_analytics_filter_coalescing_refine_by.rb → public_form_submission_filter_coalescing_refine_by.rb} +1 -1
  551. data/lib/hubspot/codegen/crm/lists/models/public_form_submission_on_page_filter.rb +37 -37
  552. data/lib/hubspot/codegen/crm/lists/models/public_in_list_filter.rb +19 -19
  553. data/lib/hubspot/codegen/crm/lists/models/public_in_list_filter_metadata.rb +1 -1
  554. data/lib/hubspot/codegen/crm/lists/models/public_index_offset.rb +44 -44
  555. data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point.rb +30 -30
  556. data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point_index_reference.rb +1 -1
  557. data/lib/hubspot/codegen/crm/lists/models/public_integration_event_filter.rb +22 -22
  558. data/lib/hubspot/codegen/crm/lists/models/public_list_folder.rb +327 -0
  559. data/lib/hubspot/codegen/crm/lists/models/public_migration_mapping.rb +244 -0
  560. data/lib/hubspot/codegen/crm/lists/models/public_month_reference.rb +29 -29
  561. data/lib/hubspot/codegen/crm/lists/models/public_multi_string_property_operation.rb +35 -35
  562. data/lib/hubspot/codegen/crm/lists/models/public_not_all_filter_branch.rb +16 -16
  563. data/lib/hubspot/codegen/crm/lists/models/public_not_any_filter_branch.rb +16 -16
  564. data/lib/hubspot/codegen/crm/lists/models/public_now_reference.rb +23 -23
  565. data/lib/hubspot/codegen/crm/lists/models/public_num_associations_filter.rb +23 -23
  566. data/lib/hubspot/codegen/crm/lists/models/public_num_occurrences_refine_by.rb +14 -14
  567. data/lib/hubspot/codegen/crm/lists/models/public_number_property_operation.rb +33 -33
  568. data/lib/hubspot/codegen/crm/lists/models/public_object_list.rb +14 -5
  569. data/lib/hubspot/codegen/crm/lists/models/public_object_list_search_result.rb +4 -4
  570. data/lib/hubspot/codegen/crm/lists/models/public_or_filter_branch.rb +19 -19
  571. data/lib/hubspot/codegen/crm/lists/models/public_page_view_analytics_filter.rb +37 -37
  572. data/lib/hubspot/codegen/crm/lists/models/public_privacy_analytics_filter.rb +16 -16
  573. data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch.rb +42 -42
  574. data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filter_branches_inner.rb +1 -1
  575. data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filters_inner.rb +1 -2
  576. data/lib/hubspot/codegen/crm/lists/models/public_property_association_in_list_filter.rb +39 -39
  577. data/lib/hubspot/codegen/crm/lists/models/public_property_filter.rb +17 -17
  578. data/lib/hubspot/codegen/crm/lists/models/public_property_referenced_time.rb +25 -25
  579. data/lib/hubspot/codegen/crm/lists/models/public_quarter_reference.rb +42 -42
  580. data/lib/hubspot/codegen/crm/lists/models/public_ranged_date_property_operation.rb +42 -42
  581. data/lib/hubspot/codegen/crm/lists/models/public_ranged_number_property_operation.rb +36 -36
  582. data/lib/hubspot/codegen/crm/lists/models/public_ranged_time_operation.rb +67 -67
  583. data/lib/hubspot/codegen/crm/lists/models/public_relative_comparative_timestamp_refine_by.rb +22 -22
  584. data/lib/hubspot/codegen/crm/lists/models/public_relative_ranged_timestamp_refine_by.rb +31 -31
  585. data/lib/hubspot/codegen/crm/lists/models/public_restricted_filter_branch.rb +16 -16
  586. data/lib/hubspot/codegen/crm/lists/models/public_rolling_date_range_property_operation.rb +36 -36
  587. data/lib/hubspot/codegen/crm/lists/models/public_rolling_property_updated_operation.rb +33 -33
  588. data/lib/hubspot/codegen/crm/lists/models/public_set_occurrences_refine_by.rb +1 -1
  589. data/lib/hubspot/codegen/crm/lists/models/public_string_property_operation.rb +33 -33
  590. data/lib/hubspot/codegen/crm/lists/models/public_survey_monkey_filter.rb +16 -16
  591. data/lib/hubspot/codegen/crm/lists/models/public_survey_monkey_value_filter.rb +26 -26
  592. data/lib/hubspot/codegen/crm/lists/models/{public_property_filter_operation.rb → public_survey_monkey_value_filter_value_comparison.rb} +1 -1
  593. data/lib/hubspot/codegen/crm/lists/models/public_time_offset.rb +19 -19
  594. data/lib/hubspot/codegen/crm/lists/models/public_time_point_operation.rb +47 -47
  595. data/lib/hubspot/codegen/crm/lists/models/public_time_point_operation_time_point.rb +1 -1
  596. data/lib/hubspot/codegen/crm/lists/models/public_today_reference.rb +23 -23
  597. data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter.rb +31 -31
  598. data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter_branch.rb +41 -32
  599. data/lib/hubspot/codegen/crm/lists/models/public_webinar_filter.rb +14 -14
  600. data/lib/hubspot/codegen/crm/lists/models/public_week_reference.rb +48 -48
  601. data/lib/hubspot/codegen/crm/lists/models/public_year_reference.rb +42 -42
  602. data/lib/hubspot/codegen/crm/lists/models/record_list_membership.rb +270 -0
  603. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +7 -7
  604. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +77 -3
  605. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +1 -1
  606. data/lib/hubspot/codegen/crm/objects/api_client.rb +1 -1
  607. data/lib/hubspot/codegen/crm/objects/api_error.rb +1 -1
  608. data/lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb +70 -2
  609. data/lib/hubspot/codegen/crm/{associations/v4/models/batch_input_simple_public_object_input_for_create.rb → objects/calls/models/batch_input_simple_public_object_batch_input_upsert.rb} +9 -9
  610. data/lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb +20 -20
  611. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb +41 -41
  612. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb +52 -52
  613. data/lib/hubspot/codegen/crm/{associations/schema/models/batch_response_public_association.rb → objects/calls/models/batch_response_simple_public_upsert_object.rb} +49 -49
  614. data/lib/hubspot/codegen/crm/{associations/schema/models/batch_response_public_association_with_errors.rb → objects/calls/models/batch_response_simple_public_upsert_object_with_errors.rb} +60 -60
  615. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb +13 -13
  616. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  617. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  618. data/lib/hubspot/codegen/crm/objects/calls/models/error.rb +50 -50
  619. data/lib/hubspot/codegen/crm/objects/calls/models/error_detail.rb +28 -28
  620. data/lib/hubspot/codegen/crm/objects/calls/models/filter.rb +16 -16
  621. data/lib/hubspot/codegen/crm/objects/calls/models/next_page.rb +13 -13
  622. data/lib/hubspot/codegen/crm/objects/calls/models/public_associations_for_object.rb +18 -18
  623. data/lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb +33 -58
  624. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb +44 -44
  625. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb +35 -17
  626. data/lib/hubspot/codegen/crm/{associations/v4/models/simple_public_object_batch_input.rb → objects/calls/models/simple_public_object_batch_input_upsert.rb} +27 -9
  627. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb +10 -1
  628. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb +29 -20
  629. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb +49 -49
  630. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_upsert_object.rb +317 -0
  631. data/lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb +46 -46
  632. data/lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb +33 -33
  633. data/lib/hubspot/codegen/crm/objects/communications/api/basic_api.rb +9 -9
  634. data/lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb +80 -12
  635. data/lib/hubspot/codegen/crm/objects/communications/api/search_api.rb +1 -1
  636. data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  637. data/lib/hubspot/codegen/crm/objects/communications/models/batch_read_input_simple_public_object_id.rb +20 -20
  638. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object.rb +41 -41
  639. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object_with_errors.rb +52 -52
  640. data/lib/hubspot/codegen/crm/{associations/schema/models/batch_response_public_association_multi.rb → objects/communications/models/batch_response_simple_public_upsert_object.rb} +49 -49
  641. data/lib/hubspot/codegen/crm/{associations/schema/models/batch_response_public_association_multi_with_errors.rb → objects/communications/models/batch_response_simple_public_upsert_object_with_errors.rb} +60 -60
  642. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_associated_id.rb +13 -13
  643. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  644. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  645. data/lib/hubspot/codegen/crm/objects/communications/models/error.rb +50 -50
  646. data/lib/hubspot/codegen/crm/objects/communications/models/error_detail.rb +28 -28
  647. data/lib/hubspot/codegen/crm/objects/communications/models/filter.rb +16 -16
  648. data/lib/hubspot/codegen/crm/objects/communications/models/next_page.rb +13 -13
  649. data/lib/hubspot/codegen/crm/objects/communications/models/public_associations_for_object.rb +18 -18
  650. data/lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb +33 -58
  651. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object.rb +44 -44
  652. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb +35 -17
  653. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input_upsert.rb +264 -0
  654. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input.rb +10 -1
  655. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb +29 -20
  656. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_with_associations.rb +49 -49
  657. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_upsert_object.rb +317 -0
  658. data/lib/hubspot/codegen/crm/objects/communications/models/standard_error.rb +46 -46
  659. data/lib/hubspot/codegen/crm/objects/communications/models/value_with_timestamp.rb +33 -33
  660. data/lib/hubspot/codegen/crm/objects/configuration.rb +1 -1
  661. data/lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb +70 -2
  662. data/lib/hubspot/codegen/crm/{associations/v4/models/batch_input_simple_public_object_id.rb → objects/emails/models/batch_input_simple_public_object_batch_input_upsert.rb} +9 -9
  663. data/lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb +20 -20
  664. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb +41 -41
  665. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb +52 -52
  666. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_upsert_object.rb +328 -0
  667. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  668. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb +13 -13
  669. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  670. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  671. data/lib/hubspot/codegen/crm/objects/emails/models/error.rb +50 -50
  672. data/lib/hubspot/codegen/crm/objects/emails/models/error_detail.rb +28 -28
  673. data/lib/hubspot/codegen/crm/objects/emails/models/filter.rb +16 -16
  674. data/lib/hubspot/codegen/crm/objects/emails/models/next_page.rb +13 -13
  675. data/lib/hubspot/codegen/crm/objects/emails/models/public_associations_for_object.rb +18 -18
  676. data/lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb +33 -58
  677. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb +44 -44
  678. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb +35 -17
  679. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input_upsert.rb +264 -0
  680. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb +10 -1
  681. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb +29 -20
  682. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb +49 -49
  683. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_upsert_object.rb +317 -0
  684. data/lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb +46 -46
  685. data/lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb +33 -33
  686. data/lib/hubspot/codegen/crm/objects/{taxes → feedback_submissions}/api/gdpr_api.rb +12 -12
  687. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +20 -20
  688. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +41 -41
  689. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +52 -52
  690. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +13 -13
  691. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  692. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  693. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +50 -50
  694. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +28 -28
  695. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +16 -16
  696. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +13 -13
  697. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_associations_for_object.rb +18 -18
  698. data/lib/hubspot/codegen/crm/objects/{goals → feedback_submissions}/models/public_gdpr_delete_input.rb +5 -5
  699. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb +18 -18
  700. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +44 -44
  701. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +44 -44
  702. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +26 -17
  703. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_for_create.rb +20 -20
  704. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +49 -49
  705. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +46 -46
  706. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb +33 -33
  707. data/lib/hubspot/codegen/crm/objects/goals/api/basic_api.rb +4 -212
  708. data/lib/hubspot/codegen/crm/objects/goals/api/batch_api.rb +1 -199
  709. data/lib/hubspot/codegen/crm/objects/goals/api/search_api.rb +1 -1
  710. data/lib/hubspot/codegen/crm/objects/goals/models/public_object_search_request.rb +0 -25
  711. data/lib/hubspot/codegen/crm/objects/leads/api/basic_api.rb +391 -0
  712. data/lib/hubspot/codegen/crm/objects/leads/api/batch_api.rb +363 -0
  713. data/lib/hubspot/codegen/crm/objects/{postal_mail/api/public_object_api.rb → leads/api/search_api.rb} +19 -21
  714. data/lib/hubspot/codegen/crm/{extensions/accounting → objects/leads}/api_client.rb +5 -5
  715. data/lib/hubspot/codegen/crm/{extensions/accounting → objects/leads}/api_error.rb +4 -4
  716. data/lib/hubspot/codegen/crm/{extensions/accounting → objects/leads}/configuration.rb +4 -4
  717. data/lib/hubspot/codegen/crm/{associations/v4 → objects/leads}/models/associated_id.rb +7 -7
  718. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/association_spec.rb +5 -5
  719. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/batch_input_simple_public_object_batch_input.rb +5 -5
  720. data/lib/hubspot/codegen/crm/objects/leads/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  721. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/batch_input_simple_public_object_id.rb +5 -5
  722. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/batch_input_simple_public_object_input_for_create.rb +5 -5
  723. data/lib/hubspot/codegen/crm/{associations/v4 → objects/leads}/models/batch_read_input_simple_public_object_id.rb +7 -7
  724. data/lib/hubspot/codegen/crm/{associations/v4 → objects/leads}/models/batch_response_simple_public_object.rb +7 -7
  725. data/lib/hubspot/codegen/crm/{associations/v4 → objects/leads}/models/batch_response_simple_public_object_with_errors.rb +8 -8
  726. data/lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_upsert_object.rb +328 -0
  727. data/lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  728. data/lib/hubspot/codegen/crm/{associations/v4 → objects/leads}/models/collection_response_associated_id.rb +7 -7
  729. data/lib/hubspot/codegen/crm/{associations/v4 → objects/leads}/models/collection_response_simple_public_object_with_associations_forward_paging.rb +7 -7
  730. data/lib/hubspot/codegen/crm/{associations/v4/models/collection_response_association_spec_with_label_no_paging.rb → objects/leads/models/collection_response_with_total_simple_public_object_forward_paging.rb} +33 -10
  731. data/lib/hubspot/codegen/crm/{extensions/accounting → objects/leads}/models/error.rb +57 -57
  732. data/lib/hubspot/codegen/crm/{extensions/accounting → objects/leads}/models/error_detail.rb +35 -35
  733. data/lib/hubspot/codegen/crm/{extensions/accounting/models/invoice_pdf_response.rb → objects/leads/models/filter.rb} +65 -54
  734. data/lib/hubspot/codegen/crm/objects/leads/models/filter_group.rb +232 -0
  735. data/lib/hubspot/codegen/crm/objects/leads/models/forward_paging.rb +225 -0
  736. data/lib/hubspot/codegen/crm/{associations/schema → objects/leads}/models/next_page.rb +20 -20
  737. data/lib/hubspot/codegen/crm/{associations/schema → objects/leads}/models/paging.rb +7 -7
  738. data/lib/hubspot/codegen/crm/{associations/schema → objects/leads}/models/previous_page.rb +7 -7
  739. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/public_associations_for_object.rb +5 -5
  740. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/public_object_id.rb +5 -5
  741. data/lib/hubspot/codegen/crm/{associations/v4/models/simple_public_object_input.rb → objects/leads/models/public_object_search_request.rb} +62 -18
  742. data/lib/hubspot/codegen/crm/{associations/v4 → objects/leads}/models/simple_public_object.rb +7 -7
  743. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/simple_public_object_batch_input.rb +24 -6
  744. data/lib/hubspot/codegen/crm/{associations/v4/models/simple_public_object_input_for_create.rb → objects/leads/models/simple_public_object_batch_input_upsert.rb} +36 -20
  745. data/lib/hubspot/codegen/crm/{associations/v4 → objects/leads}/models/simple_public_object_id.rb +7 -7
  746. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/simple_public_object_input.rb +15 -6
  747. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/simple_public_object_input_for_create.rb +15 -6
  748. data/lib/hubspot/codegen/crm/{associations/v4 → objects/leads}/models/simple_public_object_with_associations.rb +7 -7
  749. data/lib/hubspot/codegen/crm/objects/leads/models/simple_public_upsert_object.rb +317 -0
  750. data/lib/hubspot/codegen/crm/{associations/v4/models/standard_error1.rb → objects/leads/models/standard_error.rb} +8 -8
  751. data/lib/hubspot/codegen/crm/{associations/v4 → objects/leads}/models/value_with_timestamp.rb +7 -7
  752. data/lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb +70 -2
  753. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  754. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb +20 -20
  755. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb +41 -41
  756. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb +52 -52
  757. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_upsert_object.rb +328 -0
  758. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  759. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb +13 -13
  760. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  761. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  762. data/lib/hubspot/codegen/crm/objects/meetings/models/error.rb +50 -50
  763. data/lib/hubspot/codegen/crm/objects/meetings/models/error_detail.rb +28 -28
  764. data/lib/hubspot/codegen/crm/objects/meetings/models/filter.rb +16 -16
  765. data/lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb +13 -13
  766. data/lib/hubspot/codegen/crm/objects/meetings/models/public_associations_for_object.rb +18 -18
  767. data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb +33 -58
  768. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb +44 -44
  769. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb +35 -17
  770. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input_upsert.rb +264 -0
  771. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb +10 -1
  772. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb +29 -20
  773. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb +49 -49
  774. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_upsert_object.rb +317 -0
  775. data/lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb +46 -46
  776. data/lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb +33 -33
  777. data/lib/hubspot/codegen/crm/objects/models/associated_id.rb +1 -1
  778. data/lib/hubspot/codegen/crm/objects/models/association_spec.rb +1 -1
  779. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +1 -1
  780. data/lib/hubspot/codegen/crm/objects/models/{public_gdpr_delete_input.rb → batch_input_simple_public_object_batch_input_upsert.rb} +16 -23
  781. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +1 -1
  782. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input_for_create.rb +1 -1
  783. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +22 -21
  784. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +42 -42
  785. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +53 -53
  786. data/lib/hubspot/codegen/crm/objects/models/{error_category.rb → batch_response_simple_public_upsert_object.rb} +81 -31
  787. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
  788. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +14 -14
  789. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +14 -14
  790. data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +14 -14
  791. data/lib/hubspot/codegen/crm/objects/models/error.rb +51 -51
  792. data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +29 -29
  793. data/lib/hubspot/codegen/crm/objects/models/filter.rb +17 -17
  794. data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +1 -1
  795. data/lib/hubspot/codegen/crm/objects/models/forward_paging.rb +1 -1
  796. data/lib/hubspot/codegen/crm/objects/models/next_page.rb +14 -14
  797. data/lib/hubspot/codegen/crm/objects/models/paging.rb +1 -1
  798. data/lib/hubspot/codegen/crm/objects/models/previous_page.rb +1 -1
  799. data/lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb +19 -19
  800. data/lib/hubspot/codegen/crm/objects/models/public_object_id.rb +1 -1
  801. data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +34 -59
  802. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +45 -45
  803. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +38 -18
  804. data/lib/hubspot/codegen/crm/objects/models/{collection_response_associated_id_forward_paging.rb → simple_public_object_batch_input_upsert.rb} +46 -22
  805. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +1 -1
  806. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +11 -2
  807. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb +30 -21
  808. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +50 -50
  809. data/lib/hubspot/codegen/crm/objects/models/{public_merge_input.rb → simple_public_upsert_object.rb} +96 -23
  810. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +47 -47
  811. data/lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb +34 -34
  812. data/lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb +70 -2
  813. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  814. data/lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb +20 -20
  815. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb +41 -41
  816. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb +52 -52
  817. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_upsert_object.rb +328 -0
  818. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  819. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb +13 -13
  820. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  821. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  822. data/lib/hubspot/codegen/crm/objects/notes/models/error.rb +50 -50
  823. data/lib/hubspot/codegen/crm/objects/notes/models/error_detail.rb +28 -28
  824. data/lib/hubspot/codegen/crm/objects/notes/models/filter.rb +16 -16
  825. data/lib/hubspot/codegen/crm/objects/notes/models/next_page.rb +13 -13
  826. data/lib/hubspot/codegen/crm/objects/notes/models/public_associations_for_object.rb +18 -18
  827. data/lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb +33 -58
  828. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb +44 -44
  829. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb +35 -17
  830. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input_upsert.rb +264 -0
  831. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb +10 -1
  832. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb +29 -20
  833. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb +49 -49
  834. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_upsert_object.rb +317 -0
  835. data/lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb +46 -46
  836. data/lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb +33 -33
  837. data/lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb +33 -33
  838. data/lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb +70 -2
  839. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  840. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb +20 -20
  841. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb +41 -41
  842. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb +52 -52
  843. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_upsert_object.rb +328 -0
  844. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  845. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb +13 -13
  846. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  847. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  848. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb +50 -50
  849. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_detail.rb +28 -28
  850. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb +16 -16
  851. data/lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb +13 -13
  852. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_associations_for_object.rb +18 -18
  853. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb +33 -58
  854. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb +44 -44
  855. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb +35 -17
  856. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input_upsert.rb +264 -0
  857. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb +10 -1
  858. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb +29 -20
  859. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb +49 -49
  860. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_upsert_object.rb +317 -0
  861. data/lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb +46 -46
  862. data/lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb +33 -33
  863. data/lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb +70 -2
  864. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  865. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb +20 -20
  866. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb +41 -41
  867. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb +52 -52
  868. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_upsert_object.rb +328 -0
  869. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  870. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb +13 -13
  871. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  872. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  873. data/lib/hubspot/codegen/crm/objects/tasks/models/error.rb +50 -50
  874. data/lib/hubspot/codegen/crm/objects/tasks/models/error_detail.rb +28 -28
  875. data/lib/hubspot/codegen/crm/objects/tasks/models/filter.rb +16 -16
  876. data/lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb +13 -13
  877. data/lib/hubspot/codegen/crm/objects/tasks/models/public_associations_for_object.rb +18 -18
  878. data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb +33 -58
  879. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb +44 -44
  880. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb +35 -17
  881. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input_upsert.rb +264 -0
  882. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb +10 -1
  883. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb +29 -20
  884. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb +49 -49
  885. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_upsert_object.rb +317 -0
  886. data/lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb +46 -46
  887. data/lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb +33 -33
  888. data/lib/hubspot/codegen/crm/objects/taxes/api/batch_api.rb +70 -2
  889. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  890. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_upsert_object.rb +328 -0
  891. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  892. data/lib/hubspot/codegen/crm/objects/taxes/models/public_object_search_request.rb +0 -25
  893. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input.rb +19 -1
  894. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input_upsert.rb +264 -0
  895. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input.rb +10 -1
  896. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input_for_create.rb +10 -1
  897. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_upsert_object.rb +317 -0
  898. data/lib/hubspot/codegen/crm/owners/api/owners_api.rb +1 -1
  899. data/lib/hubspot/codegen/crm/owners/api_client.rb +1 -1
  900. data/lib/hubspot/codegen/crm/owners/api_error.rb +1 -1
  901. data/lib/hubspot/codegen/crm/owners/configuration.rb +1 -1
  902. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +14 -14
  903. data/lib/hubspot/codegen/crm/owners/models/error.rb +51 -51
  904. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +29 -29
  905. data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +1 -1
  906. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +14 -14
  907. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +51 -51
  908. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +16 -16
  909. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +9 -0
  910. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +50 -50
  911. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +28 -28
  912. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +61 -61
  913. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +19 -19
  914. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +15 -15
  915. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +99 -61
  916. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +20 -25
  917. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +20 -25
  918. data/lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb +39 -39
  919. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +6 -6
  920. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +70 -2
  921. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
  922. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +21 -20
  923. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +41 -41
  924. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +52 -52
  925. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_upsert_object.rb +326 -0
  926. data/lib/hubspot/codegen/crm/products/models/{error_category.rb → batch_response_simple_public_upsert_object_with_errors.rb} +100 -30
  927. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +13 -13
  928. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  929. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  930. data/lib/hubspot/codegen/crm/products/models/error.rb +50 -50
  931. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +28 -28
  932. data/lib/hubspot/codegen/crm/products/models/filter.rb +16 -16
  933. data/lib/hubspot/codegen/crm/products/models/next_page.rb +13 -13
  934. data/lib/hubspot/codegen/crm/products/models/public_associations_for_object.rb +18 -18
  935. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +33 -58
  936. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +44 -44
  937. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +37 -17
  938. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input_upsert.rb +263 -0
  939. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +10 -1
  940. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb +24 -25
  941. data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +49 -49
  942. data/lib/hubspot/codegen/crm/products/models/simple_public_upsert_object.rb +315 -0
  943. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +46 -46
  944. data/lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb +33 -33
  945. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +41 -41
  946. data/lib/hubspot/codegen/crm/properties/models/batch_response_property_with_errors.rb +52 -52
  947. data/lib/hubspot/codegen/crm/properties/models/error.rb +50 -50
  948. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +28 -28
  949. data/lib/hubspot/codegen/crm/properties/models/option.rb +34 -34
  950. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +34 -34
  951. data/lib/hubspot/codegen/crm/properties/models/property.rb +152 -150
  952. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +79 -79
  953. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +25 -25
  954. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +14 -14
  955. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +14 -14
  956. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +28 -28
  957. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +58 -58
  958. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +46 -46
  959. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +70 -2
  960. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
  961. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +20 -20
  962. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +41 -41
  963. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +52 -52
  964. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_upsert_object.rb +326 -0
  965. data/lib/hubspot/codegen/crm/quotes/models/{error_category.rb → batch_response_simple_public_upsert_object_with_errors.rb} +100 -30
  966. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +13 -13
  967. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  968. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  969. data/lib/hubspot/codegen/crm/quotes/models/error.rb +50 -50
  970. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +28 -28
  971. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +16 -16
  972. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +13 -13
  973. data/lib/hubspot/codegen/crm/quotes/models/public_associations_for_object.rb +18 -18
  974. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +33 -58
  975. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +44 -44
  976. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +35 -17
  977. data/lib/hubspot/codegen/{files/files/models/folder_update_task_locator.rb → crm/quotes/models/simple_public_object_batch_input_upsert.rb} +39 -19
  978. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +10 -1
  979. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb +29 -20
  980. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +49 -49
  981. data/lib/hubspot/codegen/{files/files/models/standard_error.rb → crm/quotes/models/simple_public_upsert_object.rb} +72 -79
  982. data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +46 -46
  983. data/lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb +33 -33
  984. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +7 -7
  985. data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +23 -23
  986. data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +14 -14
  987. data/lib/hubspot/codegen/crm/schemas/models/error.rb +50 -50
  988. data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +28 -28
  989. data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +112 -110
  990. data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +50 -51
  991. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +82 -98
  992. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +14 -14
  993. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +37 -19
  994. data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +152 -46
  995. data/lib/hubspot/codegen/crm/schemas/models/option.rb +34 -34
  996. data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +39 -39
  997. data/lib/hubspot/codegen/crm/schemas/models/property.rb +216 -152
  998. data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +32 -28
  999. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +6 -6
  1000. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +70 -2
  1001. data/lib/hubspot/codegen/crm/tickets/api/{public_object_api.rb → merge_api.rb} +5 -5
  1002. data/lib/hubspot/codegen/crm/tickets/models/association_spec.rb +0 -10
  1003. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
  1004. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +20 -20
  1005. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +41 -41
  1006. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +52 -52
  1007. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_upsert_object.rb +326 -0
  1008. data/lib/hubspot/codegen/crm/tickets/models/{error_category.rb → batch_response_simple_public_upsert_object_with_errors.rb} +100 -30
  1009. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +13 -13
  1010. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  1011. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  1012. data/lib/hubspot/codegen/crm/tickets/models/error.rb +50 -50
  1013. data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +28 -28
  1014. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +16 -16
  1015. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +13 -13
  1016. data/lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb +13 -23
  1017. data/lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb +18 -18
  1018. data/lib/hubspot/codegen/crm/tickets/models/public_object_id.rb +0 -5
  1019. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +33 -58
  1020. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +44 -44
  1021. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +35 -17
  1022. data/lib/hubspot/codegen/{files/files/models/import_from_url_task_locator.rb → crm/tickets/models/simple_public_object_batch_input_upsert.rb} +39 -19
  1023. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +10 -1
  1024. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb +24 -20
  1025. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +49 -49
  1026. data/lib/hubspot/codegen/crm/tickets/models/simple_public_upsert_object.rb +315 -0
  1027. data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +46 -46
  1028. data/lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb +33 -33
  1029. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +11 -11
  1030. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +6 -6
  1031. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +4 -4
  1032. data/lib/hubspot/codegen/crm/timeline/api_client.rb +1 -1
  1033. data/lib/hubspot/codegen/crm/timeline/api_error.rb +1 -1
  1034. data/lib/hubspot/codegen/crm/timeline/configuration.rb +1 -1
  1035. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +1 -1
  1036. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +45 -45
  1037. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +53 -53
  1038. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb +1 -1
  1039. data/lib/hubspot/codegen/crm/timeline/models/error.rb +51 -51
  1040. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +29 -29
  1041. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +1 -1
  1042. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +48 -48
  1043. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +56 -56
  1044. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +17 -17
  1045. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +70 -70
  1046. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +29 -29
  1047. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +22 -22
  1048. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +34 -39
  1049. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +19 -19
  1050. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +17 -22
  1051. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +25 -25
  1052. data/lib/hubspot/codegen/events/api/events_api.rb +92 -24
  1053. data/lib/hubspot/codegen/events/api_client.rb +2 -2
  1054. data/lib/hubspot/codegen/events/api_error.rb +2 -2
  1055. data/lib/hubspot/codegen/events/configuration.rb +2 -2
  1056. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +16 -15
  1057. data/lib/hubspot/codegen/events/models/error.rb +52 -52
  1058. data/lib/hubspot/codegen/events/models/error_detail.rb +30 -30
  1059. data/lib/hubspot/codegen/events/models/external_unified_event.rb +44 -49
  1060. data/lib/hubspot/codegen/events/models/next_page.rb +17 -15
  1061. data/lib/hubspot/codegen/events/models/paging.rb +15 -6
  1062. data/lib/hubspot/codegen/events/models/previous_page.rb +235 -0
  1063. data/lib/hubspot/codegen/events/models/visible_external_event_type_names.rb +229 -0
  1064. data/lib/hubspot/codegen/events/send/api/{behavioral_events_tracking_api.rb → custom_event_data_api.rb} +9 -9
  1065. data/lib/hubspot/codegen/files/api/files_api.rb +880 -0
  1066. data/lib/hubspot/codegen/files/api/folders_api.rb +603 -0
  1067. data/lib/hubspot/codegen/files/api_client.rb +408 -0
  1068. data/lib/hubspot/codegen/files/api_error.rb +59 -0
  1069. data/lib/hubspot/codegen/files/configuration.rb +285 -0
  1070. data/lib/hubspot/codegen/files/models/collection_response_file.rb +238 -0
  1071. data/lib/hubspot/codegen/files/models/collection_response_folder.rb +238 -0
  1072. data/lib/hubspot/codegen/files/models/error.rb +303 -0
  1073. data/lib/hubspot/codegen/files/models/error_detail.rb +269 -0
  1074. data/lib/hubspot/codegen/files/models/file.rb +460 -0
  1075. data/lib/hubspot/codegen/files/models/file_action_response.rb +359 -0
  1076. data/lib/hubspot/codegen/files/models/file_stat.rb +230 -0
  1077. data/lib/hubspot/codegen/{webhooks/models/error_category.rb → files/models/file_update_input.rb} +63 -32
  1078. data/lib/hubspot/codegen/files/models/folder.rb +312 -0
  1079. data/lib/hubspot/codegen/files/models/folder_action_response.rb +359 -0
  1080. data/lib/hubspot/codegen/files/models/folder_input.rb +247 -0
  1081. data/lib/hubspot/codegen/files/models/folder_update_input.rb +247 -0
  1082. data/lib/hubspot/codegen/files/models/folder_update_task_locator.rb +244 -0
  1083. data/lib/hubspot/codegen/files/models/import_from_url_input.rb +370 -0
  1084. data/lib/hubspot/codegen/files/models/import_from_url_task_locator.rb +244 -0
  1085. data/lib/hubspot/codegen/files/models/next_page.rb +235 -0
  1086. data/lib/hubspot/codegen/files/models/paging.rb +230 -0
  1087. data/lib/hubspot/codegen/files/models/previous_page.rb +235 -0
  1088. data/lib/hubspot/codegen/files/models/signed_url.rb +322 -0
  1089. data/lib/hubspot/codegen/files/models/standard_error.rb +320 -0
  1090. data/lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb +46 -46
  1091. data/lib/hubspot/codegen/marketing/events/api/{marketing_events_external_api.rb → basic_api.rb} +197 -262
  1092. data/lib/hubspot/codegen/marketing/events/api/list_associations_api.rb +446 -0
  1093. data/lib/hubspot/codegen/marketing/events/api/participant_state_api.rb +386 -0
  1094. data/lib/hubspot/codegen/marketing/events/api/{settings_external_api.rb → settings_api.rb} +46 -38
  1095. data/lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb +200 -0
  1096. data/lib/hubspot/codegen/marketing/events/api_client.rb +2 -2
  1097. data/lib/hubspot/codegen/marketing/events/api_error.rb +2 -2
  1098. data/lib/hubspot/codegen/marketing/events/configuration.rb +2 -9
  1099. data/lib/hubspot/codegen/marketing/events/models/attendance_counters.rb +270 -0
  1100. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +3 -2
  1101. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb +2 -3
  1102. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb +2 -2
  1103. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb +2 -3
  1104. data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb +62 -54
  1105. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb +54 -54
  1106. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb +54 -54
  1107. data/lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb +2 -2
  1108. data/lib/hubspot/codegen/marketing/events/models/collection_response_with_total_participation_breakdown_forward_paging.rb +253 -0
  1109. data/lib/hubspot/codegen/marketing/events/models/collection_response_with_total_public_list_no_paging.rb +244 -0
  1110. data/lib/hubspot/codegen/marketing/events/models/contact_association.rb +260 -0
  1111. data/lib/hubspot/codegen/marketing/events/models/error.rb +52 -52
  1112. data/lib/hubspot/codegen/marketing/events/models/error_detail.rb +30 -30
  1113. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb +2 -2
  1114. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb +2 -2
  1115. data/lib/hubspot/codegen/marketing/events/models/forward_paging.rb +223 -0
  1116. data/lib/hubspot/codegen/marketing/events/models/marketing_event_association.rb +260 -0
  1117. data/lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb +2 -2
  1118. data/lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb +85 -76
  1119. data/lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb +67 -58
  1120. data/lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb +24 -24
  1121. data/lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb +21 -21
  1122. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb +78 -66
  1123. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +127 -115
  1124. data/lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb +16 -16
  1125. data/lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb +62 -53
  1126. data/lib/hubspot/codegen/{files/files → marketing/events}/models/next_page.rb +20 -20
  1127. data/lib/hubspot/codegen/marketing/events/models/participation_associations.rb +242 -0
  1128. data/lib/hubspot/codegen/marketing/events/models/participation_breakdown.rb +270 -0
  1129. data/lib/hubspot/codegen/{files/files/models/file_update_input.rb → marketing/events/models/participation_properties.rb} +51 -56
  1130. data/lib/hubspot/codegen/marketing/events/models/property_value.rb +162 -89
  1131. data/lib/hubspot/codegen/{files/files/models/signed_url.rb → marketing/events/models/public_list.rb} +113 -76
  1132. data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +57 -49
  1133. data/lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb +2 -2
  1134. data/lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb +2 -2
  1135. data/lib/hubspot/codegen/marketing/forms/api/forms_api.rb +1 -1
  1136. data/lib/hubspot/codegen/marketing/forms/api_client.rb +1 -1
  1137. data/lib/hubspot/codegen/marketing/forms/api_error.rb +1 -1
  1138. data/lib/hubspot/codegen/marketing/forms/configuration.rb +1 -1
  1139. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging.rb +14 -14
  1140. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_results_inner.rb +1 -1
  1141. data/lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb +81 -51
  1142. data/lib/hubspot/codegen/marketing/forms/models/dependent_field.rb +6 -1
  1143. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_dependent_field.rb +2 -1
  1144. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb +39 -34
  1145. data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +102 -62
  1146. data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +86 -51
  1147. data/lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb +20 -20
  1148. data/lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb +30 -29
  1149. data/lib/hubspot/codegen/marketing/forms/models/error.rb +51 -51
  1150. data/lib/hubspot/codegen/marketing/forms/models/error_detail.rb +29 -29
  1151. data/lib/hubspot/codegen/marketing/forms/models/field_group.rb +12 -1
  1152. data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +91 -56
  1153. data/lib/hubspot/codegen/marketing/forms/models/form_definition_base.rb +1 -1
  1154. data/lib/hubspot/codegen/marketing/forms/models/form_definition_create_request_base.rb +1 -1
  1155. data/lib/hubspot/codegen/marketing/forms/models/form_display_options.rb +17 -16
  1156. data/lib/hubspot/codegen/marketing/forms/models/form_post_submit_action.rb +1 -1
  1157. data/lib/hubspot/codegen/marketing/forms/models/form_style.rb +100 -88
  1158. data/lib/hubspot/codegen/marketing/forms/models/forward_paging.rb +1 -1
  1159. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_configuration.rb +106 -95
  1160. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb +3 -7
  1161. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb +3 -7
  1162. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb +3 -7
  1163. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb +3 -7
  1164. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request.rb +25 -25
  1165. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_legal_consent_options.rb +1 -1
  1166. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb +21 -20
  1167. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb +43 -36
  1168. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb +28 -23
  1169. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb +35 -31
  1170. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb +2 -1
  1171. data/lib/hubspot/codegen/{crm/line_items/models/public_merge_input.rb → marketing/forms/models/lifecycle_stage.rb} +28 -26
  1172. data/lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb +86 -51
  1173. data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +81 -51
  1174. data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +96 -56
  1175. data/lib/hubspot/codegen/marketing/forms/models/next_page.rb +16 -14
  1176. data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +81 -51
  1177. data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +3 -1
  1178. data/lib/hubspot/codegen/{crm/companies/models/error_category.rb → marketing/forms/models/payment_link_radio_field.rb} +140 -25
  1179. data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +96 -56
  1180. data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +3 -1
  1181. data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +102 -62
  1182. data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +81 -51
  1183. data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +81 -51
  1184. data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +21 -21
  1185. data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +1 -1
  1186. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +1 -1
  1187. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +1 -1
  1188. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +1 -1
  1189. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb +14 -14
  1190. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +26 -26
  1191. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +51 -51
  1192. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +29 -29
  1193. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +1 -1
  1194. data/lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb +1 -1
  1195. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +16 -14
  1196. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +37 -37
  1197. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +17 -17
  1198. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +1 -1
  1199. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +47 -47
  1200. data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +2 -0
  1201. data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +2 -0
  1202. data/lib/hubspot/codegen/oauth/api/tokens_api.rb +2 -0
  1203. data/lib/hubspot/codegen/oauth/api_client.rb +2 -0
  1204. data/lib/hubspot/codegen/oauth/api_error.rb +2 -0
  1205. data/lib/hubspot/codegen/oauth/configuration.rb +2 -0
  1206. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +59 -96
  1207. data/lib/hubspot/codegen/oauth/models/error.rb +52 -50
  1208. data/lib/hubspot/codegen/oauth/models/error_detail.rb +30 -28
  1209. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +63 -53
  1210. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +28 -21
  1211. data/lib/hubspot/codegen/settings/business_units/api/business_unit_api.rb +1 -1
  1212. data/lib/hubspot/codegen/settings/business_units/api_client.rb +1 -1
  1213. data/lib/hubspot/codegen/settings/business_units/api_error.rb +1 -1
  1214. data/lib/hubspot/codegen/settings/business_units/configuration.rb +1 -1
  1215. data/lib/hubspot/codegen/settings/business_units/models/collection_response_public_business_unit_no_paging.rb +1 -1
  1216. data/lib/hubspot/codegen/settings/business_units/models/error.rb +1 -1
  1217. data/lib/hubspot/codegen/settings/business_units/models/error_detail.rb +1 -1
  1218. data/lib/hubspot/codegen/settings/business_units/models/public_business_unit.rb +1 -1
  1219. data/lib/hubspot/codegen/settings/business_units/models/public_business_unit_logo_metadata.rb +1 -1
  1220. data/lib/hubspot/codegen/settings/users/api/roles_api.rb +1 -1
  1221. data/lib/hubspot/codegen/settings/users/api/teams_api.rb +1 -1
  1222. data/lib/hubspot/codegen/settings/users/api/users_api.rb +13 -1
  1223. data/lib/hubspot/codegen/settings/users/api_client.rb +1 -1
  1224. data/lib/hubspot/codegen/settings/users/api_error.rb +1 -1
  1225. data/lib/hubspot/codegen/settings/users/configuration.rb +1 -1
  1226. data/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb +1 -1
  1227. data/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb +1 -1
  1228. data/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb +14 -14
  1229. data/lib/hubspot/codegen/settings/users/models/error.rb +51 -51
  1230. data/lib/hubspot/codegen/settings/users/models/error_detail.rb +29 -29
  1231. data/lib/hubspot/codegen/settings/users/models/forward_paging.rb +1 -1
  1232. data/lib/hubspot/codegen/settings/users/models/next_page.rb +14 -14
  1233. data/lib/hubspot/codegen/settings/users/models/public_permission_set.rb +22 -22
  1234. data/lib/hubspot/codegen/settings/users/models/public_team.rb +24 -24
  1235. data/lib/hubspot/codegen/settings/users/models/public_user.rb +76 -29
  1236. data/lib/hubspot/codegen/settings/users/models/public_user_update.rb +27 -9
  1237. data/lib/hubspot/codegen/settings/users/models/user_provision_request.rb +41 -28
  1238. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +1 -1
  1239. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +1 -1
  1240. data/lib/hubspot/codegen/webhooks/api_client.rb +1 -1
  1241. data/lib/hubspot/codegen/webhooks/api_error.rb +1 -1
  1242. data/lib/hubspot/codegen/webhooks/configuration.rb +1 -1
  1243. data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +1 -1
  1244. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +42 -42
  1245. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +53 -53
  1246. data/lib/hubspot/codegen/webhooks/models/error.rb +51 -51
  1247. data/lib/hubspot/codegen/webhooks/models/error_detail.rb +29 -29
  1248. data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +20 -20
  1249. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +22 -22
  1250. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +47 -47
  1251. data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +19 -19
  1252. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +15 -15
  1253. data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +1 -1
  1254. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +1 -1
  1255. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +27 -27
  1256. data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +20 -20
  1257. data/lib/hubspot/discovery/cms/source_code/client.rb +0 -1
  1258. data/lib/hubspot/discovery/crm/companies/api/{public_object_api.rb → merge_api.rb} +1 -1
  1259. data/lib/hubspot/discovery/crm/companies/client.rb +1 -1
  1260. data/lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb +1 -1
  1261. data/lib/hubspot/discovery/crm/contacts/api/{public_object_api.rb → merge_api.rb} +1 -1
  1262. data/lib/hubspot/discovery/crm/contacts/client.rb +1 -1
  1263. data/lib/hubspot/discovery/crm/deals/api/{public_object_api.rb → merge_api.rb} +1 -1
  1264. data/lib/hubspot/discovery/crm/deals/client.rb +1 -1
  1265. data/lib/hubspot/discovery/crm/extensions/{accounting/api/callbacks_api.rb → calling/api/recording_settings_api.rb} +2 -2
  1266. data/lib/hubspot/discovery/crm/extensions/calling/client.rb +1 -0
  1267. data/lib/hubspot/discovery/crm/extensions/client.rb +0 -1
  1268. data/lib/hubspot/discovery/crm/line_items/client.rb +0 -1
  1269. data/lib/hubspot/discovery/{files/files → crm/lists}/api/folders_api.rb +2 -2
  1270. data/lib/hubspot/discovery/crm/{objects/api/gdpr_api.rb → lists/api/mapping_api.rb} +2 -2
  1271. data/lib/hubspot/discovery/crm/lists/client.rb +2 -0
  1272. data/lib/hubspot/discovery/crm/objects/calls/client.rb +0 -1
  1273. data/lib/hubspot/discovery/crm/objects/client.rb +1 -0
  1274. data/lib/hubspot/discovery/crm/objects/communications/client.rb +0 -1
  1275. data/lib/hubspot/discovery/crm/objects/emails/client.rb +0 -1
  1276. data/lib/hubspot/discovery/crm/objects/{goals/api/public_object_api.rb → feedback_submissions/api/gdpr_api.rb} +2 -2
  1277. data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +1 -0
  1278. data/lib/hubspot/discovery/crm/objects/goals/client.rb +0 -2
  1279. data/lib/hubspot/discovery/crm/objects/{taxes/api/gdpr_api.rb → leads/api/basic_api.rb} +2 -2
  1280. data/lib/hubspot/discovery/crm/objects/{goals/api/gdpr_api.rb → leads/api/batch_api.rb} +2 -2
  1281. data/lib/hubspot/discovery/crm/objects/{calls/api/public_object_api.rb → leads/api/search_api.rb} +2 -2
  1282. data/lib/hubspot/discovery/crm/{extensions/accounting → objects/leads}/client.rb +5 -7
  1283. data/lib/hubspot/discovery/crm/objects/meetings/client.rb +0 -1
  1284. data/lib/hubspot/discovery/crm/objects/notes/client.rb +0 -1
  1285. data/lib/hubspot/discovery/crm/objects/postal_mail/client.rb +0 -1
  1286. data/lib/hubspot/discovery/crm/objects/tasks/client.rb +0 -1
  1287. data/lib/hubspot/discovery/crm/objects/taxes/client.rb +0 -2
  1288. data/lib/hubspot/discovery/crm/products/client.rb +0 -2
  1289. data/lib/hubspot/discovery/crm/quotes/client.rb +0 -2
  1290. data/lib/hubspot/discovery/crm/schemas/client.rb +0 -1
  1291. data/lib/hubspot/discovery/crm/tickets/api/{associations_api.rb → merge_api.rb} +1 -1
  1292. data/lib/hubspot/discovery/crm/tickets/client.rb +1 -2
  1293. data/lib/hubspot/discovery/events/send/api/{behavioral_events_tracking_api.rb → custom_event_data_api.rb} +1 -1
  1294. data/lib/hubspot/discovery/events/send/client.rb +1 -1
  1295. data/lib/hubspot/discovery/files/api/files_api.rb +11 -0
  1296. data/lib/hubspot/discovery/files/api/folders_api.rb +11 -0
  1297. data/lib/hubspot/discovery/files/client.rb +2 -1
  1298. data/lib/hubspot/discovery/marketing/events/api/{search_api.rb → basic_api.rb} +1 -1
  1299. data/lib/hubspot/discovery/marketing/events/api/{settings_external_api.rb → list_associations_api.rb} +1 -1
  1300. data/lib/hubspot/discovery/marketing/events/api/{marketing_events_external_api.rb → participant_state_api.rb} +1 -1
  1301. data/lib/hubspot/discovery/marketing/events/api/settings_api.rb +13 -0
  1302. data/lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb +13 -0
  1303. data/lib/hubspot/discovery/marketing/events/client.rb +5 -3
  1304. data/lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb +1 -1
  1305. data/lib/hubspot/helpers/camel_case.rb +6 -1
  1306. data/lib/hubspot/version.rb +1 -1
  1307. data/spec/discovery/cms/source-code/content_api_spec.rb +2 -2
  1308. data/spec/discovery/cms/source-code/extract_api_spec.rb +2 -1
  1309. data/spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb +1 -1
  1310. data/spec/discovery/crm/companies/batch_api_spec.rb +1 -0
  1311. data/spec/discovery/crm/{deals/public_object_api_spec.rb → companies/merge_api_spec.rb} +2 -2
  1312. data/spec/discovery/crm/contacts/batch_api_spec.rb +1 -0
  1313. data/spec/discovery/crm/contacts/gdpr_api_spec.rb +1 -1
  1314. data/spec/discovery/crm/{quotes/public_object_api_spec.rb → contacts/merge_api_spec.rb} +2 -2
  1315. data/spec/discovery/crm/deals/batch_api_spec.rb +1 -0
  1316. data/spec/discovery/crm/{tickets/public_object_api_spec.rb → deals/merge_api_spec.rb} +2 -2
  1317. data/spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb +10 -0
  1318. data/spec/discovery/crm/extensions/client_spec.rb +0 -1
  1319. data/spec/discovery/crm/line_items/batch_api_spec.rb +1 -0
  1320. data/spec/discovery/crm/lists/folders_api_spec.rb +12 -0
  1321. data/spec/discovery/crm/lists/lists_api_spec.rb +4 -11
  1322. data/spec/discovery/crm/lists/mapping_api_spec.rb +15 -0
  1323. data/spec/discovery/crm/lists/memberships_api_spec.rb +2 -1
  1324. data/spec/discovery/crm/objects/batch_api_spec.rb +1 -0
  1325. data/spec/discovery/crm/objects/calls/batch_api_spec.rb +1 -0
  1326. data/spec/discovery/crm/objects/client_spec.rb +2 -0
  1327. data/spec/discovery/crm/objects/communications/batch_api_spec.rb +1 -0
  1328. data/spec/discovery/crm/objects/emails/batch_api_spec.rb +1 -0
  1329. data/spec/discovery/crm/objects/{taxes → feedback_submissions}/gdpr_api_spec.rb +2 -2
  1330. data/spec/discovery/crm/objects/goals/basic_api_spec.rb +0 -3
  1331. data/spec/discovery/crm/objects/goals/batch_api_spec.rb +0 -3
  1332. data/spec/discovery/crm/objects/leads/basic_api_spec.rb +11 -0
  1333. data/spec/discovery/crm/objects/leads/batch_api_spec.rb +11 -0
  1334. data/spec/discovery/crm/objects/leads/search_api_spec.rb +7 -0
  1335. data/spec/discovery/crm/objects/meetings/batch_api_spec.rb +1 -0
  1336. data/spec/discovery/crm/objects/notes/batch_api_spec.rb +1 -0
  1337. data/spec/discovery/crm/objects/postal_mail/batch_api_spec.rb +1 -0
  1338. data/spec/discovery/crm/objects/tasks/batch_api_spec.rb +1 -0
  1339. data/spec/discovery/crm/objects/taxes/batch_api_spec.rb +1 -0
  1340. data/spec/discovery/crm/products/batch_api_spec.rb +1 -0
  1341. data/spec/discovery/crm/quotes/basic_api_spec.rb +3 -0
  1342. data/spec/discovery/crm/quotes/batch_api_spec.rb +4 -0
  1343. data/spec/discovery/crm/tickets/batch_api_spec.rb +1 -0
  1344. data/spec/discovery/crm/{objects/notes/public_object_api_spec.rb → tickets/merge_api_spec.rb} +2 -2
  1345. data/spec/discovery/events/events_api_spec.rb +1 -0
  1346. data/spec/discovery/events/send/{behavioral_events_tracking_api_spec.rb → custom_event_data_api_spec.rb} +2 -2
  1347. data/spec/discovery/files/{files/files_api_spec.rb → files_api_spec.rb} +2 -2
  1348. data/spec/discovery/files/{files/folders_api_spec.rb → folders_api_spec.rb} +2 -2
  1349. data/spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb +2 -2
  1350. data/spec/discovery/marketing/events/basic_api_spec.rb +16 -0
  1351. data/spec/discovery/marketing/events/list_associations_api_spec.rb +12 -0
  1352. data/spec/discovery/marketing/events/participant_state_api_spec.rb +11 -0
  1353. data/spec/discovery/marketing/events/settings_api_spec.rb +8 -0
  1354. data/spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb +8 -0
  1355. data/spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb +1 -1
  1356. metadata +285 -339
  1357. data/lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb +0 -144
  1358. data/lib/hubspot/codegen/crm/associations/models/error_category.rb +0 -276
  1359. data/lib/hubspot/codegen/crm/associations/schema/models/batch_input_public_association.rb +0 -232
  1360. data/lib/hubspot/codegen/crm/associations/schema/models/batch_input_public_object_id.rb +0 -232
  1361. data/lib/hubspot/codegen/crm/associations/schema/models/error_category.rb +0 -278
  1362. data/lib/hubspot/codegen/crm/associations/schema/models/public_association.rb +0 -258
  1363. data/lib/hubspot/codegen/crm/associations/schema/models/public_association_multi.rb +0 -256
  1364. data/lib/hubspot/codegen/crm/associations/schema/models/public_object_id.rb +0 -231
  1365. data/lib/hubspot/codegen/crm/associations/schema/models/standard_error.rb +0 -324
  1366. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_batch_input.rb +0 -232
  1367. data/lib/hubspot/codegen/crm/associations/v4/models/error_category.rb +0 -278
  1368. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_definition_create_request.rb +0 -244
  1369. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_definition_update_request.rb +0 -244
  1370. data/lib/hubspot/codegen/crm/associations/v4/models/public_associations_for_object.rb +0 -246
  1371. data/lib/hubspot/codegen/crm/associations/v4/models/public_gdpr_delete_input.rb +0 -239
  1372. data/lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec.rb +0 -280
  1373. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_multi_archive.rb +0 -234
  1374. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_multi_post.rb +0 -234
  1375. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_default_association_multi_post.rb +0 -234
  1376. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_fetch_associations_batch_request.rb +0 -234
  1377. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair.rb +0 -330
  1378. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair_with_errors.rb +0 -350
  1379. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label.rb +0 -330
  1380. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label_with_errors.rb +0 -350
  1381. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_default_association.rb +0 -350
  1382. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_category.rb +0 -280
  1383. data/lib/hubspot/codegen/crm/associations/v4/schema/models/labels_between_object_pair.rb +0 -290
  1384. data/lib/hubspot/codegen/crm/associations/v4/schema/models/multi_associated_object_with_label.rb +0 -248
  1385. data/lib/hubspot/codegen/crm/associations/v4/schema/models/next_page.rb +0 -241
  1386. data/lib/hubspot/codegen/crm/associations/v4/schema/models/paging.rb +0 -236
  1387. data/lib/hubspot/codegen/crm/associations/v4/schema/models/previous_page.rb +0 -241
  1388. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_archive.rb +0 -248
  1389. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_post.rb +0 -262
  1390. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_with_label.rb +0 -257
  1391. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association.rb +0 -260
  1392. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association_multi_post.rb +0 -246
  1393. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_fetch_associations_batch_request.rb +0 -241
  1394. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_object_id.rb +0 -232
  1395. data/lib/hubspot/codegen/crm/associations/v4/schema/models/standard_error.rb +0 -326
  1396. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +0 -276
  1397. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +0 -768
  1398. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +0 -256
  1399. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +0 -165
  1400. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +0 -176
  1401. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +0 -159
  1402. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +0 -255
  1403. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +0 -395
  1404. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +0 -276
  1405. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +0 -371
  1406. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +0 -267
  1407. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +0 -262
  1408. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +0 -312
  1409. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +0 -267
  1410. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +0 -246
  1411. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +0 -307
  1412. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +0 -262
  1413. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +0 -283
  1414. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +0 -311
  1415. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +0 -232
  1416. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +0 -276
  1417. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +0 -469
  1418. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +0 -278
  1419. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +0 -295
  1420. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +0 -454
  1421. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +0 -278
  1422. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +0 -231
  1423. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +0 -295
  1424. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +0 -278
  1425. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +0 -281
  1426. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +0 -249
  1427. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +0 -249
  1428. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +0 -262
  1429. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +0 -278
  1430. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +0 -242
  1431. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +0 -278
  1432. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +0 -242
  1433. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +0 -338
  1434. data/lib/hubspot/codegen/crm/line_items/api/public_object_api.rb +0 -92
  1435. data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +0 -275
  1436. data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +0 -100
  1437. data/lib/hubspot/codegen/crm/objects/api/public_object_api.rb +0 -98
  1438. data/lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb +0 -94
  1439. data/lib/hubspot/codegen/crm/objects/calls/models/error_category.rb +0 -278
  1440. data/lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb +0 -244
  1441. data/lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb +0 -94
  1442. data/lib/hubspot/codegen/crm/objects/communications/models/error_category.rb +0 -278
  1443. data/lib/hubspot/codegen/crm/objects/communications/models/public_merge_input.rb +0 -244
  1444. data/lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb +0 -94
  1445. data/lib/hubspot/codegen/crm/objects/emails/models/error_category.rb +0 -278
  1446. data/lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb +0 -244
  1447. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +0 -278
  1448. data/lib/hubspot/codegen/crm/objects/goals/api/gdpr_api.rb +0 -96
  1449. data/lib/hubspot/codegen/crm/objects/goals/api/public_object_api.rb +0 -94
  1450. data/lib/hubspot/codegen/crm/objects/goals/models/public_merge_input.rb +0 -244
  1451. data/lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb +0 -94
  1452. data/lib/hubspot/codegen/crm/objects/meetings/models/error_category.rb +0 -278
  1453. data/lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb +0 -94
  1454. data/lib/hubspot/codegen/crm/objects/notes/models/error_category.rb +0 -278
  1455. data/lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb +0 -244
  1456. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_category.rb +0 -278
  1457. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb +0 -244
  1458. data/lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb +0 -94
  1459. data/lib/hubspot/codegen/crm/objects/tasks/models/error_category.rb +0 -278
  1460. data/lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb +0 -244
  1461. data/lib/hubspot/codegen/crm/objects/taxes/api/public_object_api.rb +0 -94
  1462. data/lib/hubspot/codegen/crm/objects/taxes/models/public_gdpr_delete_input.rb +0 -239
  1463. data/lib/hubspot/codegen/crm/objects/taxes/models/public_merge_input.rb +0 -244
  1464. data/lib/hubspot/codegen/crm/products/api/public_object_api.rb +0 -92
  1465. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +0 -276
  1466. data/lib/hubspot/codegen/crm/quotes/api/public_object_api.rb +0 -92
  1467. data/lib/hubspot/codegen/crm/schemas/api/public_object_schemas_api.rb +0 -85
  1468. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +0 -276
  1469. data/lib/hubspot/codegen/files/files/api/files_api.rb +0 -815
  1470. data/lib/hubspot/codegen/files/files/api/folders_api.rb +0 -605
  1471. data/lib/hubspot/codegen/files/files/api_client.rb +0 -410
  1472. data/lib/hubspot/codegen/files/files/api_error.rb +0 -61
  1473. data/lib/hubspot/codegen/files/files/configuration.rb +0 -287
  1474. data/lib/hubspot/codegen/files/files/models/error.rb +0 -305
  1475. data/lib/hubspot/codegen/files/files/models/error_category.rb +0 -276
  1476. data/lib/hubspot/codegen/files/files/models/error_detail.rb +0 -271
  1477. data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +0 -454
  1478. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +0 -387
  1479. data/lib/hubspot/codegen/marketing/events/api/search_api.rb +0 -90
  1480. data/lib/hubspot/codegen/marketing/events/models/error_category.rb +0 -276
  1481. data/lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb +0 -13
  1482. data/lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb +0 -15
  1483. data/lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb +0 -15
  1484. data/lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb +0 -15
  1485. data/lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb +0 -15
  1486. data/lib/hubspot/discovery/crm/line_items/api/public_object_api.rb +0 -13
  1487. data/lib/hubspot/discovery/crm/objects/api/associations_api.rb +0 -13
  1488. data/lib/hubspot/discovery/crm/objects/api/public_object_api.rb +0 -13
  1489. data/lib/hubspot/discovery/crm/objects/communications/api/public_object_api.rb +0 -15
  1490. data/lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb +0 -15
  1491. data/lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb +0 -15
  1492. data/lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb +0 -15
  1493. data/lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb +0 -15
  1494. data/lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb +0 -15
  1495. data/lib/hubspot/discovery/crm/objects/taxes/api/public_object_api.rb +0 -15
  1496. data/lib/hubspot/discovery/crm/products/api/associations_api.rb +0 -13
  1497. data/lib/hubspot/discovery/crm/products/api/public_object_api.rb +0 -13
  1498. data/lib/hubspot/discovery/crm/quotes/api/associations_api.rb +0 -13
  1499. data/lib/hubspot/discovery/crm/quotes/api/public_object_api.rb +0 -13
  1500. data/lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb +0 -13
  1501. data/lib/hubspot/discovery/crm/tickets/api/public_object_api.rb +0 -13
  1502. data/lib/hubspot/discovery/files/files/api/files_api.rb +0 -13
  1503. data/lib/hubspot/discovery/files/files/client.rb +0 -20
  1504. data/spec/discovery/cms/source-code/source_code_extract_api_spec.rb +0 -8
  1505. data/spec/discovery/crm/companies/public_object_api_spec.rb +0 -7
  1506. data/spec/discovery/crm/contacts/public_object_api_spec.rb +0 -7
  1507. data/spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb +0 -16
  1508. data/spec/discovery/crm/extensions/accounting/invoice_api_spec.rb +0 -9
  1509. data/spec/discovery/crm/extensions/accounting/settings_api_spec.rb +0 -8
  1510. data/spec/discovery/crm/extensions/accounting/sync_api_spec.rb +0 -8
  1511. data/spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb +0 -8
  1512. data/spec/discovery/crm/line_items/public_object_api_spec.rb +0 -7
  1513. data/spec/discovery/crm/objects/associations_api_spec.rb +0 -9
  1514. data/spec/discovery/crm/objects/calls/public_object_api_spec.rb +0 -7
  1515. data/spec/discovery/crm/objects/communications/public_object_api_spec.rb +0 -7
  1516. data/spec/discovery/crm/objects/emails/public_object_api_spec.rb +0 -7
  1517. data/spec/discovery/crm/objects/gdpr_api_spec.rb +0 -7
  1518. data/spec/discovery/crm/objects/goals/gdpr_api_spec.rb +0 -7
  1519. data/spec/discovery/crm/objects/goals/public_object_api_spec.rb +0 -7
  1520. data/spec/discovery/crm/objects/meetings/public_object_api_spec.rb +0 -7
  1521. data/spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb +0 -7
  1522. data/spec/discovery/crm/objects/public_object_api_spec.rb +0 -7
  1523. data/spec/discovery/crm/objects/tasks/public_object_api_spec.rb +0 -7
  1524. data/spec/discovery/crm/objects/taxes/public_object_api_spec.rb +0 -7
  1525. data/spec/discovery/crm/products/public_object_api_spec.rb +0 -7
  1526. data/spec/discovery/crm/schemas/public_object_schemas_api_spec.rb +0 -7
  1527. data/spec/discovery/marketing/events/marketing_events_external_api_spec.rb +0 -18
  1528. data/spec/discovery/marketing/events/search_api_spec.rb +0 -7
  1529. data/spec/discovery/marketing/events/settings_external_api_spec.rb +0 -8
  1530. data/spec/integration/contacts_spec.rb +0 -85
@@ -1,5 +1,5 @@
1
1
  =begin
2
- #Domains
2
+ #CMS Domains
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
@@ -17,29 +17,29 @@ module Hubspot
17
17
  module Cms
18
18
  module Domains
19
19
  class ErrorDetail
20
- # A human readable message describing the error along with remediation steps where appropriate
21
- attr_accessor :message
22
-
23
- # The name of the field or parameter in which the error was found.
24
- attr_accessor :_in
20
+ # A specific category that contains more specific detail about the error
21
+ attr_accessor :sub_category
25
22
 
26
23
  # The status code associated with the error detail
27
24
  attr_accessor :code
28
25
 
29
- # A specific category that contains more specific detail about the error
30
- attr_accessor :sub_category
26
+ # The name of the field or parameter in which the error was found.
27
+ attr_accessor :_in
31
28
 
32
29
  # Context about the error condition
33
30
  attr_accessor :context
34
31
 
32
+ # A human readable message describing the error along with remediation steps where appropriate
33
+ attr_accessor :message
34
+
35
35
  # Attribute mapping from ruby-style variable name to JSON key.
36
36
  def self.attribute_map
37
37
  {
38
- :'message' => :'message',
39
- :'_in' => :'in',
40
- :'code' => :'code',
41
38
  :'sub_category' => :'subCategory',
42
- :'context' => :'context'
39
+ :'code' => :'code',
40
+ :'_in' => :'in',
41
+ :'context' => :'context',
42
+ :'message' => :'message'
43
43
  }
44
44
  end
45
45
 
@@ -51,11 +51,11 @@ module Hubspot
51
51
  # Attribute type mapping.
52
52
  def self.openapi_types
53
53
  {
54
- :'message' => :'String',
55
- :'_in' => :'String',
56
- :'code' => :'String',
57
54
  :'sub_category' => :'String',
58
- :'context' => :'Hash<String, Array<String>>'
55
+ :'code' => :'String',
56
+ :'_in' => :'String',
57
+ :'context' => :'Hash<String, Array<String>>',
58
+ :'message' => :'String'
59
59
  }
60
60
  end
61
61
 
@@ -80,20 +80,16 @@ module Hubspot
80
80
  h[k.to_sym] = v
81
81
  }
82
82
 
83
- if attributes.key?(:'message')
84
- self.message = attributes[:'message']
85
- end
86
-
87
- if attributes.key?(:'_in')
88
- self._in = attributes[:'_in']
83
+ if attributes.key?(:'sub_category')
84
+ self.sub_category = attributes[:'sub_category']
89
85
  end
90
86
 
91
87
  if attributes.key?(:'code')
92
88
  self.code = attributes[:'code']
93
89
  end
94
90
 
95
- if attributes.key?(:'sub_category')
96
- self.sub_category = attributes[:'sub_category']
91
+ if attributes.key?(:'_in')
92
+ self._in = attributes[:'_in']
97
93
  end
98
94
 
99
95
  if attributes.key?(:'context')
@@ -101,6 +97,10 @@ module Hubspot
101
97
  self.context = value
102
98
  end
103
99
  end
100
+
101
+ if attributes.key?(:'message')
102
+ self.message = attributes[:'message']
103
+ end
104
104
  end
105
105
 
106
106
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -126,11 +126,11 @@ module Hubspot
126
126
  def ==(o)
127
127
  return true if self.equal?(o)
128
128
  self.class == o.class &&
129
- message == o.message &&
130
- _in == o._in &&
131
- code == o.code &&
132
129
  sub_category == o.sub_category &&
133
- context == o.context
130
+ code == o.code &&
131
+ _in == o._in &&
132
+ context == o.context &&
133
+ message == o.message
134
134
  end
135
135
 
136
136
  # @see the `==` method
@@ -142,7 +142,7 @@ module Hubspot
142
142
  # Calculates hash code according to all attributes.
143
143
  # @return [Integer] Hash code
144
144
  def hash
145
- [message, _in, code, sub_category, context].hash
145
+ [sub_category, code, _in, context, message].hash
146
146
  end
147
147
 
148
148
  # Builds the object from hash
@@ -1,5 +1,5 @@
1
1
  =begin
2
- #Domains
2
+ #CMS Domains
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
@@ -1,5 +1,5 @@
1
1
  =begin
2
- #Domains
2
+ #CMS Domains
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
@@ -17,15 +17,15 @@ module Hubspot
17
17
  module Cms
18
18
  module Domains
19
19
  class NextPage
20
- attr_accessor :after
21
-
22
20
  attr_accessor :link
23
21
 
22
+ attr_accessor :after
23
+
24
24
  # Attribute mapping from ruby-style variable name to JSON key.
25
25
  def self.attribute_map
26
26
  {
27
- :'after' => :'after',
28
- :'link' => :'link'
27
+ :'link' => :'link',
28
+ :'after' => :'after'
29
29
  }
30
30
  end
31
31
 
@@ -37,8 +37,8 @@ module Hubspot
37
37
  # Attribute type mapping.
38
38
  def self.openapi_types
39
39
  {
40
- :'after' => :'String',
41
- :'link' => :'String'
40
+ :'link' => :'String',
41
+ :'after' => :'String'
42
42
  }
43
43
  end
44
44
 
@@ -63,13 +63,13 @@ module Hubspot
63
63
  h[k.to_sym] = v
64
64
  }
65
65
 
66
- if attributes.key?(:'after')
67
- self.after = attributes[:'after']
68
- end
69
-
70
66
  if attributes.key?(:'link')
71
67
  self.link = attributes[:'link']
72
68
  end
69
+
70
+ if attributes.key?(:'after')
71
+ self.after = attributes[:'after']
72
+ end
73
73
  end
74
74
 
75
75
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -95,8 +95,8 @@ module Hubspot
95
95
  def ==(o)
96
96
  return true if self.equal?(o)
97
97
  self.class == o.class &&
98
- after == o.after &&
99
- link == o.link
98
+ link == o.link &&
99
+ after == o.after
100
100
  end
101
101
 
102
102
  # @see the `==` method
@@ -108,7 +108,7 @@ module Hubspot
108
108
  # Calculates hash code according to all attributes.
109
109
  # @return [Integer] Hash code
110
110
  def hash
111
- [after, link].hash
111
+ [link, after].hash
112
112
  end
113
113
 
114
114
  # Builds the object from hash
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #HubDB endpoints
2
+ #Hubdb
3
3
 
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `published` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the published version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
6
  The version of the OpenAPI document: v3
7
7
 
@@ -22,10 +22,11 @@ module Hubspot
22
22
  @api_client = api_client
23
23
  end
24
24
  # Clone a row
25
- # Clones a single row in the `draft` version of the table.
25
+ # Clones a single row in the draft version of a table.
26
26
  # @param table_id_or_name [String] The ID or name of the table
27
27
  # @param row_id [String] The ID of the row
28
28
  # @param [Hash] opts the optional parameters
29
+ # @option opts [String] :name
29
30
  # @return [HubDbTableRowV3]
30
31
  def clone_draft_table_row(table_id_or_name, row_id, opts = {})
31
32
  data, _status_code, _headers = clone_draft_table_row_with_http_info(table_id_or_name, row_id, opts)
@@ -33,10 +34,11 @@ module Hubspot
33
34
  end
34
35
 
35
36
  # Clone a row
36
- # Clones a single row in the &#x60;draft&#x60; version of the table.
37
+ # Clones a single row in the draft version of a table.
37
38
  # @param table_id_or_name [String] The ID or name of the table
38
39
  # @param row_id [String] The ID of the row
39
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [String] :name
40
42
  # @return [Array<(HubDbTableRowV3, Integer, Hash)>] HubDbTableRowV3 data, response status code and response headers
41
43
  def clone_draft_table_row_with_http_info(table_id_or_name, row_id, opts = {})
42
44
  if @api_client.config.debugging
@@ -60,6 +62,7 @@ module Hubspot
60
62
 
61
63
  # query parameters
62
64
  query_params = opts[:query_params] || {}
65
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
63
66
 
64
67
  # header parameters
65
68
  header_params = opts[:header_params] || {}
@@ -96,9 +99,9 @@ module Hubspot
96
99
  end
97
100
 
98
101
  # Add a new row to a table
99
- # Add a new row to a HubDB table. New rows will be added to the `draft` version of the table. Use `publish` endpoint to push these changes to published version.
102
+ # Add a new row to a HubDB table. New rows will be added to the draft version of the table. Use the `/publish` endpoint to push these changes to published version.
100
103
  # @param table_id_or_name [String] The ID or name of the target table.
101
- # @param hub_db_table_row_v3_request [HubDbTableRowV3Request] The row definition JSON, formatted as described above.
104
+ # @param hub_db_table_row_v3_request [HubDbTableRowV3Request]
102
105
  # @param [Hash] opts the optional parameters
103
106
  # @return [HubDbTableRowV3]
104
107
  def create_table_row(table_id_or_name, hub_db_table_row_v3_request, opts = {})
@@ -107,9 +110,9 @@ module Hubspot
107
110
  end
108
111
 
109
112
  # Add a new row to a table
110
- # Add a new row to a HubDB table. New rows will be added to the &#x60;draft&#x60; version of the table. Use &#x60;publish&#x60; endpoint to push these changes to published version.
113
+ # Add a new row to a HubDB table. New rows will be added to the draft version of the table. Use the &#x60;/publish&#x60; endpoint to push these changes to published version.
111
114
  # @param table_id_or_name [String] The ID or name of the target table.
112
- # @param hub_db_table_row_v3_request [HubDbTableRowV3Request] The row definition JSON, formatted as described above.
115
+ # @param hub_db_table_row_v3_request [HubDbTableRowV3Request]
113
116
  # @param [Hash] opts the optional parameters
114
117
  # @return [Array<(HubDbTableRowV3, Integer, Hash)>] HubDbTableRowV3 data, response status code and response headers
115
118
  def create_table_row_with_http_info(table_id_or_name, hub_db_table_row_v3_request, opts = {})
@@ -170,10 +173,11 @@ module Hubspot
170
173
  end
171
174
 
172
175
  # Get a row from the draft table
173
- # Get a single row by ID from a table's `draft` version.
176
+ # Get a single row by ID from a table's draft version.
174
177
  # @param table_id_or_name [String] The ID or name of the table
175
178
  # @param row_id [String] The ID of the row
176
179
  # @param [Hash] opts the optional parameters
180
+ # @option opts [Boolean] :archived
177
181
  # @return [HubDbTableRowV3]
178
182
  def get_draft_table_row_by_id(table_id_or_name, row_id, opts = {})
179
183
  data, _status_code, _headers = get_draft_table_row_by_id_with_http_info(table_id_or_name, row_id, opts)
@@ -181,10 +185,11 @@ module Hubspot
181
185
  end
182
186
 
183
187
  # Get a row from the draft table
184
- # Get a single row by ID from a table&#39;s &#x60;draft&#x60; version.
188
+ # Get a single row by ID from a table&#39;s draft version.
185
189
  # @param table_id_or_name [String] The ID or name of the table
186
190
  # @param row_id [String] The ID of the row
187
191
  # @param [Hash] opts the optional parameters
192
+ # @option opts [Boolean] :archived
188
193
  # @return [Array<(HubDbTableRowV3, Integer, Hash)>] HubDbTableRowV3 data, response status code and response headers
189
194
  def get_draft_table_row_by_id_with_http_info(table_id_or_name, row_id, opts = {})
190
195
  if @api_client.config.debugging
@@ -208,6 +213,7 @@ module Hubspot
208
213
 
209
214
  # query parameters
210
215
  query_params = opts[:query_params] || {}
216
+ query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
211
217
 
212
218
  # header parameters
213
219
  header_params = opts[:header_params] || {}
@@ -244,10 +250,11 @@ module Hubspot
244
250
  end
245
251
 
246
252
  # Get a table row
247
- # Get a single row by ID from a table's `published` version. **Note:** This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.
253
+ # Get a single row by ID from the published version of a table. **Note:** This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.
248
254
  # @param table_id_or_name [String] The ID or name of the table
249
255
  # @param row_id [String] The ID of the row
250
256
  # @param [Hash] opts the optional parameters
257
+ # @option opts [Boolean] :archived
251
258
  # @return [HubDbTableRowV3]
252
259
  def get_table_row(table_id_or_name, row_id, opts = {})
253
260
  data, _status_code, _headers = get_table_row_with_http_info(table_id_or_name, row_id, opts)
@@ -255,10 +262,11 @@ module Hubspot
255
262
  end
256
263
 
257
264
  # Get a table row
258
- # Get a single row by ID from a table&#39;s &#x60;published&#x60; version. **Note:** This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.
265
+ # Get a single row by ID from the published version of a table. **Note:** This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.
259
266
  # @param table_id_or_name [String] The ID or name of the table
260
267
  # @param row_id [String] The ID of the row
261
268
  # @param [Hash] opts the optional parameters
269
+ # @option opts [Boolean] :archived
262
270
  # @return [Array<(HubDbTableRowV3, Integer, Hash)>] HubDbTableRowV3 data, response status code and response headers
263
271
  def get_table_row_with_http_info(table_id_or_name, row_id, opts = {})
264
272
  if @api_client.config.debugging
@@ -282,6 +290,7 @@ module Hubspot
282
290
 
283
291
  # query parameters
284
292
  query_params = opts[:query_params] || {}
293
+ query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
285
294
 
286
295
  # header parameters
287
296
  header_params = opts[:header_params] || {}
@@ -318,28 +327,32 @@ module Hubspot
318
327
  end
319
328
 
320
329
  # Get rows for a table
321
- # Returns a set of rows in the `published` version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters `column1__gt=5&sort=-column1`, API returns the rows with values for column `column1` greater than 5 and in the descending order of `column1` values. Refer to the [overview section](https://developers.hubspot.com/docs/api/cms/hubdb#filtering-and-sorting-table-rows) for detailed filtering and sorting options. **Note:** This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.
330
+ # Returns a set of rows in the published version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters `column1__gt=5&sort=-column1`, API returns the rows with values for column `column1` greater than 5 and in the descending order of `column1` values. Refer to the [overview section](https://developers.hubspot.com/docs/api/cms/hubdb#filtering-and-sorting-table-rows) for detailed filtering and sorting options. **Note:** This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.
322
331
  # @param table_id_or_name [String] The ID or name of the table to query.
323
332
  # @param [Hash] opts the optional parameters
324
333
  # @option opts [Array<String>] :sort Specifies the column names to sort the results by. See the above description for more details.
325
334
  # @option opts [String] :after The cursor token value to get the next set of results. You can get this from the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
326
335
  # @option opts [Integer] :limit The maximum number of results to return. Default is &#x60;1000&#x60;.
327
336
  # @option opts [Array<String>] :properties Specify the column names to get results containing only the required columns instead of all column details.
328
- # @return [CollectionResponseWithTotalHubDbTableRowV3ForwardPaging]
337
+ # @option opts [Integer] :offset
338
+ # @option opts [Boolean] :archived
339
+ # @return [UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3]
329
340
  def get_table_rows(table_id_or_name, opts = {})
330
341
  data, _status_code, _headers = get_table_rows_with_http_info(table_id_or_name, opts)
331
342
  data
332
343
  end
333
344
 
334
345
  # Get rows for a table
335
- # Returns a set of rows in the &#x60;published&#x60; version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters &#x60;column1__gt&#x3D;5&amp;sort&#x3D;-column1&#x60;, API returns the rows with values for column &#x60;column1&#x60; greater than 5 and in the descending order of &#x60;column1&#x60; values. Refer to the [overview section](https://developers.hubspot.com/docs/api/cms/hubdb#filtering-and-sorting-table-rows) for detailed filtering and sorting options. **Note:** This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.
346
+ # Returns a set of rows in the published version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters &#x60;column1__gt&#x3D;5&amp;sort&#x3D;-column1&#x60;, API returns the rows with values for column &#x60;column1&#x60; greater than 5 and in the descending order of &#x60;column1&#x60; values. Refer to the [overview section](https://developers.hubspot.com/docs/api/cms/hubdb#filtering-and-sorting-table-rows) for detailed filtering and sorting options. **Note:** This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.
336
347
  # @param table_id_or_name [String] The ID or name of the table to query.
337
348
  # @param [Hash] opts the optional parameters
338
349
  # @option opts [Array<String>] :sort Specifies the column names to sort the results by. See the above description for more details.
339
350
  # @option opts [String] :after The cursor token value to get the next set of results. You can get this from the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
340
351
  # @option opts [Integer] :limit The maximum number of results to return. Default is &#x60;1000&#x60;.
341
352
  # @option opts [Array<String>] :properties Specify the column names to get results containing only the required columns instead of all column details.
342
- # @return [Array<(CollectionResponseWithTotalHubDbTableRowV3ForwardPaging, Integer, Hash)>] CollectionResponseWithTotalHubDbTableRowV3ForwardPaging data, response status code and response headers
353
+ # @option opts [Integer] :offset
354
+ # @option opts [Boolean] :archived
355
+ # @return [Array<(UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3, Integer, Hash)>] UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3 data, response status code and response headers
343
356
  def get_table_rows_with_http_info(table_id_or_name, opts = {})
344
357
  if @api_client.config.debugging
345
358
  @api_client.config.logger.debug 'Calling API: RowsApi.get_table_rows ...'
@@ -357,6 +370,8 @@ module Hubspot
357
370
  query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
358
371
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
359
372
  query_params[:'properties'] = @api_client.build_collection_param(opts[:'properties'], :csv) if !opts[:'properties'].nil?
373
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
374
+ query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
360
375
 
361
376
  # header parameters
362
377
  header_params = opts[:header_params] || {}
@@ -370,7 +385,7 @@ module Hubspot
370
385
  post_body = opts[:debug_body]
371
386
 
372
387
  # return_type
373
- return_type = opts[:debug_return_type] || 'CollectionResponseWithTotalHubDbTableRowV3ForwardPaging'
388
+ return_type = opts[:debug_return_type] || 'UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3'
374
389
 
375
390
  # auth_names
376
391
  auth_names = opts[:debug_auth_names] || ['oauth2']
@@ -393,7 +408,7 @@ module Hubspot
393
408
  end
394
409
 
395
410
  # Permanently deletes a row
396
- # Permanently deletes a row from a table's `draft` version.
411
+ # Permanently deletes a row from a table's draft version.
397
412
  # @param table_id_or_name [String] The ID or name of the table
398
413
  # @param row_id [String] The ID of the row
399
414
  # @param [Hash] opts the optional parameters
@@ -404,7 +419,7 @@ module Hubspot
404
419
  end
405
420
 
406
421
  # Permanently deletes a row
407
- # Permanently deletes a row from a table&#39;s &#x60;draft&#x60; version.
422
+ # Permanently deletes a row from a table&#39;s draft version.
408
423
  # @param table_id_or_name [String] The ID or name of the table
409
424
  # @param row_id [String] The ID of the row
410
425
  # @param [Hash] opts the optional parameters
@@ -467,28 +482,32 @@ module Hubspot
467
482
  end
468
483
 
469
484
  # Get rows from draft table
470
- # Returns rows in the `draft` version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters `column1__gt=5&sort=-column1`, API returns the rows with values for column `column1` greater than 5 and in the descending order of `column1` values. Refer to the [overview section](https://developers.hubspot.com/docs/api/cms/hubdb#filtering-and-sorting-table-rows) for detailed filtering and sorting options.
485
+ # Returns rows in the draft version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters `column1__gt=5&sort=-column1`, API returns the rows with values for column `column1` greater than 5 and in the descending order of `column1` values. Refer to the [overview section](https://developers.hubspot.com/docs/api/cms/hubdb#filtering-and-sorting-table-rows) for detailed filtering and sorting options.
471
486
  # @param table_id_or_name [String] The ID or name of the table to query.
472
487
  # @param [Hash] opts the optional parameters
473
488
  # @option opts [Array<String>] :sort Specifies the column names to sort the results by.
474
489
  # @option opts [String] :after The cursor token value to get the next set of results. You can get this from the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
475
490
  # @option opts [Integer] :limit The maximum number of results to return. Default is &#x60;1000&#x60;.
476
491
  # @option opts [Array<String>] :properties Specify the column names to get results containing only the required columns instead of all column details. If you want to include multiple columns in the result, use this query param as many times.
477
- # @return [CollectionResponseWithTotalHubDbTableRowV3ForwardPaging]
492
+ # @option opts [Integer] :offset
493
+ # @option opts [Boolean] :archived
494
+ # @return [UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3]
478
495
  def read_draft_table_rows(table_id_or_name, opts = {})
479
496
  data, _status_code, _headers = read_draft_table_rows_with_http_info(table_id_or_name, opts)
480
497
  data
481
498
  end
482
499
 
483
500
  # Get rows from draft table
484
- # Returns rows in the &#x60;draft&#x60; version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters &#x60;column1__gt&#x3D;5&amp;sort&#x3D;-column1&#x60;, API returns the rows with values for column &#x60;column1&#x60; greater than 5 and in the descending order of &#x60;column1&#x60; values. Refer to the [overview section](https://developers.hubspot.com/docs/api/cms/hubdb#filtering-and-sorting-table-rows) for detailed filtering and sorting options.
501
+ # Returns rows in the draft version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters &#x60;column1__gt&#x3D;5&amp;sort&#x3D;-column1&#x60;, API returns the rows with values for column &#x60;column1&#x60; greater than 5 and in the descending order of &#x60;column1&#x60; values. Refer to the [overview section](https://developers.hubspot.com/docs/api/cms/hubdb#filtering-and-sorting-table-rows) for detailed filtering and sorting options.
485
502
  # @param table_id_or_name [String] The ID or name of the table to query.
486
503
  # @param [Hash] opts the optional parameters
487
504
  # @option opts [Array<String>] :sort Specifies the column names to sort the results by.
488
505
  # @option opts [String] :after The cursor token value to get the next set of results. You can get this from the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
489
506
  # @option opts [Integer] :limit The maximum number of results to return. Default is &#x60;1000&#x60;.
490
507
  # @option opts [Array<String>] :properties Specify the column names to get results containing only the required columns instead of all column details. If you want to include multiple columns in the result, use this query param as many times.
491
- # @return [Array<(CollectionResponseWithTotalHubDbTableRowV3ForwardPaging, Integer, Hash)>] CollectionResponseWithTotalHubDbTableRowV3ForwardPaging data, response status code and response headers
508
+ # @option opts [Integer] :offset
509
+ # @option opts [Boolean] :archived
510
+ # @return [Array<(UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3, Integer, Hash)>] UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3 data, response status code and response headers
492
511
  def read_draft_table_rows_with_http_info(table_id_or_name, opts = {})
493
512
  if @api_client.config.debugging
494
513
  @api_client.config.logger.debug 'Calling API: RowsApi.read_draft_table_rows ...'
@@ -506,6 +525,8 @@ module Hubspot
506
525
  query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
507
526
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
508
527
  query_params[:'properties'] = @api_client.build_collection_param(opts[:'properties'], :csv) if !opts[:'properties'].nil?
528
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
529
+ query_params[:'archived'] = opts[:'archived'] if !opts[:'archived'].nil?
509
530
 
510
531
  # header parameters
511
532
  header_params = opts[:header_params] || {}
@@ -519,7 +540,7 @@ module Hubspot
519
540
  post_body = opts[:debug_body]
520
541
 
521
542
  # return_type
522
- return_type = opts[:debug_return_type] || 'CollectionResponseWithTotalHubDbTableRowV3ForwardPaging'
543
+ return_type = opts[:debug_return_type] || 'UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3'
523
544
 
524
545
  # auth_names
525
546
  auth_names = opts[:debug_auth_names] || ['oauth2']
@@ -542,10 +563,10 @@ module Hubspot
542
563
  end
543
564
 
544
565
  # Replaces an existing row
545
- # Replace a single row in the table's `draft` version. All the column values must be specified. If a column has a value in the target table and this request doesn't define that value, it will be deleted. See the `Create a row` endpoint for instructions on how to format the JSON row definitions.
566
+ # Replace a single row in the draft version of a table. All column values must be specified. If a column has a value in the target table and this request doesn't define that value, it will be deleted. See the \"Create a row\" endpoint for instructions on how to format the JSON row definitions.
546
567
  # @param table_id_or_name [String] The ID or name of the table
547
568
  # @param row_id [String] The ID of the row
548
- # @param hub_db_table_row_v3_request [HubDbTableRowV3Request] The JSON object of the row
569
+ # @param hub_db_table_row_v3_request [HubDbTableRowV3Request]
549
570
  # @param [Hash] opts the optional parameters
550
571
  # @return [HubDbTableRowV3]
551
572
  def replace_draft_table_row(table_id_or_name, row_id, hub_db_table_row_v3_request, opts = {})
@@ -554,10 +575,10 @@ module Hubspot
554
575
  end
555
576
 
556
577
  # Replaces an existing row
557
- # Replace a single row in the table&#39;s &#x60;draft&#x60; version. All the column values must be specified. If a column has a value in the target table and this request doesn&#39;t define that value, it will be deleted. See the &#x60;Create a row&#x60; endpoint for instructions on how to format the JSON row definitions.
578
+ # Replace a single row in the draft version of a table. All column values must be specified. If a column has a value in the target table and this request doesn&#39;t define that value, it will be deleted. See the \&quot;Create a row\&quot; endpoint for instructions on how to format the JSON row definitions.
558
579
  # @param table_id_or_name [String] The ID or name of the table
559
580
  # @param row_id [String] The ID of the row
560
- # @param hub_db_table_row_v3_request [HubDbTableRowV3Request] The JSON object of the row
581
+ # @param hub_db_table_row_v3_request [HubDbTableRowV3Request]
561
582
  # @param [Hash] opts the optional parameters
562
583
  # @return [Array<(HubDbTableRowV3, Integer, Hash)>] HubDbTableRowV3 data, response status code and response headers
563
584
  def replace_draft_table_row_with_http_info(table_id_or_name, row_id, hub_db_table_row_v3_request, opts = {})
@@ -627,10 +648,10 @@ module Hubspot
627
648
  end
628
649
 
629
650
  # Updates an existing row
630
- # Sparse updates a single row in the table's `draft` version. All the column values need not be specified. Only the columns or fields that needs to be modified can be specified. See the `Create a row` endpoint for instructions on how to format the JSON row definitions.
651
+ # Sparse updates a single row in the table's draft version. All the column values need not be specified. Only the columns or fields that needs to be modified can be specified. See the \"Create a row\" endpoint for instructions on how to format the JSON row definitions.
631
652
  # @param table_id_or_name [String] The ID or name of the table
632
653
  # @param row_id [String] The ID of the row
633
- # @param hub_db_table_row_v3_request [HubDbTableRowV3Request] The JSON object of the row with necessary fields that needs to be updated.
654
+ # @param hub_db_table_row_v3_request [HubDbTableRowV3Request]
634
655
  # @param [Hash] opts the optional parameters
635
656
  # @return [HubDbTableRowV3]
636
657
  def update_draft_table_row(table_id_or_name, row_id, hub_db_table_row_v3_request, opts = {})
@@ -639,10 +660,10 @@ module Hubspot
639
660
  end
640
661
 
641
662
  # Updates an existing row
642
- # Sparse updates a single row in the table&#39;s &#x60;draft&#x60; version. All the column values need not be specified. Only the columns or fields that needs to be modified can be specified. See the &#x60;Create a row&#x60; endpoint for instructions on how to format the JSON row definitions.
663
+ # Sparse updates a single row in the table&#39;s draft version. All the column values need not be specified. Only the columns or fields that needs to be modified can be specified. See the \&quot;Create a row\&quot; endpoint for instructions on how to format the JSON row definitions.
643
664
  # @param table_id_or_name [String] The ID or name of the table
644
665
  # @param row_id [String] The ID of the row
645
- # @param hub_db_table_row_v3_request [HubDbTableRowV3Request] The JSON object of the row with necessary fields that needs to be updated.
666
+ # @param hub_db_table_row_v3_request [HubDbTableRowV3Request]
646
667
  # @param [Hash] opts the optional parameters
647
668
  # @return [Array<(HubDbTableRowV3, Integer, Hash)>] HubDbTableRowV3 data, response status code and response headers
648
669
  def update_draft_table_row_with_http_info(table_id_or_name, row_id, hub_db_table_row_v3_request, opts = {})