hubspot-api-client 18.0.0 → 19.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (844) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +218 -53
  3. data/Gemfile.lock +1 -1
  4. data/lib/hubspot/codegen/cms/blogs/blog_posts/api/blog_posts_api.rb +2 -2
  5. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/attach_to_lang_primary_request_v_next.rb +34 -0
  6. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb +21 -21
  7. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/breakpoint_styles.rb +258 -0
  8. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_language_variation.rb +15 -1
  9. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/styles.rb +12 -1
  10. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +52 -31
  11. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +36 -36
  12. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +55 -40
  13. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +1 -1
  14. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  15. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +1 -1
  16. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_batch_clone_request.rb +230 -0
  17. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb +1 -1
  18. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb +1 -1
  19. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +1 -1
  20. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb +1 -1
  21. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +1 -1
  22. data/lib/hubspot/codegen/cms/hubdb/models/bounded_next_page.rb +237 -0
  23. data/lib/hubspot/codegen/cms/hubdb/models/bounded_paging.rb +223 -0
  24. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +1 -1
  25. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +61 -7
  26. data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +3 -3
  27. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +1 -1
  28. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +1 -1
  29. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +1 -1
  30. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
  31. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +16 -2
  32. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_batch_clone_request.rb +237 -0
  33. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +1 -1
  34. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb +1 -1
  35. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb +1 -1
  36. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +2 -2
  37. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb +2 -2
  38. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +1 -1
  39. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +1 -1
  40. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +69 -5
  41. data/lib/hubspot/codegen/cms/hubdb/models/paging.rb +232 -0
  42. data/lib/hubspot/codegen/cms/hubdb/models/previous_page.rb +237 -0
  43. data/lib/hubspot/codegen/{crm/lists/models/public_unified_events_in_list_filter.rb → cms/hubdb/models/random_access_collection_response_with_total_hub_db_table_row_v3.rb} +54 -61
  44. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +1 -1
  45. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +1 -1
  46. data/lib/hubspot/codegen/cms/hubdb/models/streaming_collection_response_with_total_hub_db_table_row_v3.rb +303 -0
  47. data/lib/hubspot/codegen/cms/hubdb/models/unified_collection_response_with_total_base_hub_db_table_row_v3.rb +108 -0
  48. data/lib/hubspot/codegen/cms/source_code/api/content_api.rb +5 -5
  49. data/lib/hubspot/codegen/cms/source_code/api/extract_api.rb +89 -26
  50. data/lib/hubspot/codegen/cms/source_code/api/metadata_api.rb +1 -1
  51. data/lib/hubspot/codegen/cms/source_code/api/validation_api.rb +3 -3
  52. data/lib/hubspot/codegen/cms/source_code/api_client.rb +1 -1
  53. data/lib/hubspot/codegen/cms/source_code/api_error.rb +1 -1
  54. data/lib/hubspot/codegen/cms/source_code/configuration.rb +1 -1
  55. data/lib/hubspot/codegen/cms/source_code/models/action_response.rb +1 -1
  56. data/lib/hubspot/codegen/cms/source_code/models/asset_file_metadata.rb +1 -1
  57. data/lib/hubspot/codegen/cms/source_code/models/error.rb +1 -1
  58. data/lib/hubspot/codegen/cms/source_code/models/error_detail.rb +1 -1
  59. data/lib/hubspot/codegen/cms/source_code/models/file_extract_request.rb +1 -1
  60. data/lib/hubspot/codegen/cms/source_code/models/task_locator.rb +1 -1
  61. data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +2 -2
  62. data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +2 -2
  63. data/lib/hubspot/codegen/communication_preferences/api_client.rb +2 -2
  64. data/lib/hubspot/codegen/communication_preferences/api_error.rb +2 -2
  65. data/lib/hubspot/codegen/communication_preferences/configuration.rb +2 -2
  66. data/lib/hubspot/codegen/communication_preferences/models/error.rb +2 -2
  67. data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +2 -2
  68. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +2 -2
  69. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_statuses_response.rb +2 -2
  70. data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +2 -2
  71. data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +12 -3
  72. data/lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb +2 -2
  73. data/lib/hubspot/codegen/conversations/visitor_identification/api/generate_api.rb +1 -1
  74. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +6 -6
  75. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +70 -2
  76. data/lib/hubspot/codegen/crm/companies/api/{public_object_api.rb → merge_api.rb} +5 -5
  77. data/lib/hubspot/codegen/crm/companies/models/association_spec.rb +0 -10
  78. data/lib/hubspot/codegen/crm/companies/models/{public_gdpr_delete_input.rb → batch_input_simple_public_object_batch_input_upsert.rb} +15 -22
  79. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_upsert_object.rb +326 -0
  80. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
  81. data/lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb +0 -10
  82. data/lib/hubspot/codegen/crm/companies/models/public_object_id.rb +0 -5
  83. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +0 -25
  84. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +10 -1
  85. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input_upsert.rb +262 -0
  86. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +10 -1
  87. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb +10 -6
  88. data/lib/hubspot/codegen/crm/companies/models/simple_public_upsert_object.rb +315 -0
  89. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +2 -2
  90. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +70 -2
  91. data/lib/hubspot/codegen/crm/contacts/api/{public_object_api.rb → merge_api.rb} +5 -5
  92. data/lib/hubspot/codegen/crm/contacts/models/association_spec.rb +0 -10
  93. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
  94. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_upsert_object.rb +326 -0
  95. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
  96. data/lib/hubspot/codegen/crm/contacts/models/public_associations_for_object.rb +0 -10
  97. data/lib/hubspot/codegen/crm/contacts/models/public_object_id.rb +0 -5
  98. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +0 -25
  99. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +10 -1
  100. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input_upsert.rb +262 -0
  101. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +10 -1
  102. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb +10 -6
  103. data/lib/hubspot/codegen/crm/contacts/models/simple_public_upsert_object.rb +315 -0
  104. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +6 -6
  105. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +70 -2
  106. data/lib/hubspot/codegen/crm/deals/api/{public_object_api.rb → merge_api.rb} +7 -7
  107. data/lib/hubspot/codegen/crm/deals/models/association_spec.rb +0 -10
  108. data/lib/hubspot/codegen/crm/deals/models/{public_gdpr_delete_input.rb → batch_input_simple_public_object_batch_input_upsert.rb} +15 -22
  109. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_upsert_object.rb +326 -0
  110. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
  111. data/lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb +0 -10
  112. data/lib/hubspot/codegen/crm/deals/models/public_object_id.rb +0 -5
  113. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +0 -25
  114. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +10 -1
  115. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input_upsert.rb +262 -0
  116. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +10 -1
  117. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb +10 -6
  118. data/lib/hubspot/codegen/crm/deals/models/simple_public_upsert_object.rb +315 -0
  119. data/lib/hubspot/codegen/crm/extensions/calling/api/recording_settings_api.rb +88 -8
  120. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +14 -14
  121. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +2 -2
  122. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +2 -2
  123. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +9 -2
  124. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +2 -2
  125. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +2 -2
  126. data/lib/hubspot/codegen/crm/extensions/calling/models/mark_recording_as_ready_request.rb +230 -0
  127. data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_patch_request.rb +2 -2
  128. data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_request.rb +2 -2
  129. data/lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_response.rb +2 -2
  130. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +15 -6
  131. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +15 -6
  132. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +20 -6
  133. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +70 -2
  134. data/lib/hubspot/codegen/crm/line_items/models/{public_gdpr_delete_input.rb → batch_input_simple_public_object_batch_input_upsert.rb} +15 -22
  135. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_upsert_object.rb +326 -0
  136. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
  137. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +0 -25
  138. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +5 -0
  139. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +15 -1
  140. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input_upsert.rb +262 -0
  141. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +15 -1
  142. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb +15 -1
  143. data/lib/hubspot/codegen/crm/line_items/models/simple_public_upsert_object.rb +315 -0
  144. data/lib/hubspot/codegen/crm/lists/api/folders_api.rb +420 -0
  145. data/lib/hubspot/codegen/crm/lists/api/lists_api.rb +15 -15
  146. data/lib/hubspot/codegen/crm/lists/api/mapping_api.rb +154 -0
  147. data/lib/hubspot/codegen/crm/lists/api/memberships_api.rb +169 -28
  148. data/lib/hubspot/codegen/crm/lists/api_client.rb +1 -1
  149. data/lib/hubspot/codegen/crm/lists/api_error.rb +1 -1
  150. data/lib/hubspot/codegen/crm/lists/configuration.rb +1 -1
  151. data/lib/hubspot/codegen/crm/lists/models/{collection_response_long.rb → api_collection_response_join_time_and_record_id.rb} +15 -7
  152. data/lib/hubspot/codegen/crm/lists/models/api_collection_response_record_list_membership_no_paging.rb +239 -0
  153. data/lib/hubspot/codegen/crm/lists/models/error.rb +1 -1
  154. data/lib/hubspot/codegen/crm/lists/models/error_detail.rb +1 -1
  155. data/lib/hubspot/codegen/crm/{products/models/public_merge_input.rb → lists/models/join_time_and_record_id.rb} +25 -25
  156. data/lib/hubspot/codegen/crm/lists/models/list_create_request.rb +14 -2
  157. data/lib/hubspot/codegen/crm/lists/models/list_create_response.rb +1 -1
  158. data/lib/hubspot/codegen/crm/lists/models/list_fetch_response.rb +1 -1
  159. data/lib/hubspot/codegen/crm/lists/models/list_filter_update_request.rb +1 -1
  160. data/lib/hubspot/codegen/crm/lists/models/list_folder_create_request.rb +239 -0
  161. data/lib/hubspot/codegen/crm/{products/models/public_gdpr_delete_input.rb → lists/models/list_folder_create_response.rb} +16 -25
  162. data/lib/hubspot/codegen/crm/{tickets/models/public_gdpr_delete_input.rb → lists/models/list_folder_fetch_response.rb} +16 -25
  163. data/lib/hubspot/codegen/crm/lists/models/list_move_request.rb +244 -0
  164. data/lib/hubspot/codegen/crm/lists/models/list_search_request.rb +38 -15
  165. data/lib/hubspot/codegen/crm/lists/models/list_search_response.rb +1 -1
  166. data/lib/hubspot/codegen/crm/lists/models/list_update_response.rb +1 -1
  167. data/lib/hubspot/codegen/crm/lists/models/lists_by_id_response.rb +1 -1
  168. data/lib/hubspot/codegen/crm/lists/models/membership_change_request.rb +3 -3
  169. data/lib/hubspot/codegen/crm/lists/models/memberships_update_response.rb +4 -4
  170. data/lib/hubspot/codegen/crm/lists/models/next_page.rb +1 -1
  171. data/lib/hubspot/codegen/crm/lists/models/paging.rb +1 -1
  172. data/lib/hubspot/codegen/crm/lists/models/previous_page.rb +1 -1
  173. data/lib/hubspot/codegen/crm/lists/models/public_absolute_comparative_timestamp_refine_by.rb +16 -16
  174. data/lib/hubspot/codegen/crm/lists/models/public_absolute_ranged_timestamp_refine_by.rb +28 -28
  175. data/lib/hubspot/codegen/crm/lists/models/public_ads_search_filter.rb +39 -39
  176. data/lib/hubspot/codegen/crm/lists/models/public_ads_time_filter.rb +19 -19
  177. data/lib/hubspot/codegen/crm/lists/models/public_all_history_refine_by.rb +1 -1
  178. data/lib/hubspot/codegen/crm/lists/models/public_all_property_types_operation.rb +19 -19
  179. data/lib/hubspot/codegen/crm/lists/models/public_and_filter_branch.rb +19 -19
  180. data/lib/hubspot/codegen/crm/lists/models/public_association_filter_branch.rb +36 -36
  181. data/lib/hubspot/codegen/crm/lists/models/public_association_in_list_filter.rb +55 -55
  182. data/lib/hubspot/codegen/crm/{quotes/models/public_merge_input.rb → lists/models/public_batch_migration_mapping.rb} +30 -25
  183. data/lib/hubspot/codegen/crm/lists/models/public_bool_property_operation.rb +33 -33
  184. data/lib/hubspot/codegen/crm/lists/models/public_calendar_date_property_operation.rb +54 -54
  185. data/lib/hubspot/codegen/crm/lists/models/public_campaign_influenced_filter.rb +19 -19
  186. data/lib/hubspot/codegen/crm/lists/models/public_communication_subscription_filter.rb +31 -31
  187. data/lib/hubspot/codegen/crm/lists/models/public_comparative_date_property_operation.rb +35 -35
  188. data/lib/hubspot/codegen/crm/lists/models/public_comparative_property_updated_operation.rb +35 -35
  189. data/lib/hubspot/codegen/crm/lists/models/public_constant_filter.rb +21 -21
  190. data/lib/hubspot/codegen/crm/lists/models/public_cta_analytics_filter.rb +28 -28
  191. data/lib/hubspot/codegen/crm/lists/models/public_date_point.rb +56 -56
  192. data/lib/hubspot/codegen/crm/lists/models/public_date_property_operation.rb +45 -45
  193. data/lib/hubspot/codegen/crm/lists/models/public_date_time_property_operation.rb +30 -30
  194. data/lib/hubspot/codegen/crm/lists/models/public_email_event_filter.rb +44 -44
  195. data/lib/hubspot/codegen/crm/lists/models/public_email_subscription_filter.rb +27 -27
  196. data/lib/hubspot/codegen/crm/lists/models/public_enumeration_property_operation.rb +35 -35
  197. data/lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter.rb +28 -28
  198. data/lib/hubspot/codegen/crm/lists/models/public_event_filter_metadata.rb +2 -2
  199. data/lib/hubspot/codegen/crm/lists/models/public_fiscal_quarter_reference.rb +42 -42
  200. data/lib/hubspot/codegen/crm/lists/models/public_fiscal_year_reference.rb +42 -42
  201. data/lib/hubspot/codegen/crm/lists/models/public_form_submission_filter.rb +20 -20
  202. 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
  203. data/lib/hubspot/codegen/crm/lists/models/public_form_submission_on_page_filter.rb +37 -37
  204. data/lib/hubspot/codegen/crm/lists/models/public_in_list_filter.rb +19 -19
  205. data/lib/hubspot/codegen/crm/lists/models/public_in_list_filter_metadata.rb +1 -1
  206. data/lib/hubspot/codegen/crm/lists/models/public_index_offset.rb +44 -44
  207. data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point.rb +30 -30
  208. data/lib/hubspot/codegen/crm/lists/models/public_indexed_time_point_index_reference.rb +1 -1
  209. data/lib/hubspot/codegen/crm/lists/models/public_integration_event_filter.rb +22 -22
  210. data/lib/hubspot/codegen/crm/lists/models/public_list_folder.rb +327 -0
  211. data/lib/hubspot/codegen/crm/lists/models/public_migration_mapping.rb +244 -0
  212. data/lib/hubspot/codegen/crm/lists/models/public_month_reference.rb +29 -29
  213. data/lib/hubspot/codegen/crm/lists/models/public_multi_string_property_operation.rb +35 -35
  214. data/lib/hubspot/codegen/crm/lists/models/public_not_all_filter_branch.rb +16 -16
  215. data/lib/hubspot/codegen/crm/lists/models/public_not_any_filter_branch.rb +16 -16
  216. data/lib/hubspot/codegen/crm/lists/models/public_now_reference.rb +23 -23
  217. data/lib/hubspot/codegen/crm/lists/models/public_num_associations_filter.rb +23 -23
  218. data/lib/hubspot/codegen/crm/lists/models/public_num_occurrences_refine_by.rb +14 -14
  219. data/lib/hubspot/codegen/crm/lists/models/public_number_property_operation.rb +33 -33
  220. data/lib/hubspot/codegen/crm/lists/models/public_object_list.rb +14 -5
  221. data/lib/hubspot/codegen/crm/lists/models/public_object_list_search_result.rb +4 -4
  222. data/lib/hubspot/codegen/crm/lists/models/public_or_filter_branch.rb +19 -19
  223. data/lib/hubspot/codegen/crm/lists/models/public_page_view_analytics_filter.rb +37 -37
  224. data/lib/hubspot/codegen/crm/lists/models/public_privacy_analytics_filter.rb +16 -16
  225. data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch.rb +42 -42
  226. data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filter_branches_inner.rb +1 -1
  227. data/lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filters_inner.rb +1 -2
  228. data/lib/hubspot/codegen/crm/lists/models/public_property_association_in_list_filter.rb +39 -39
  229. data/lib/hubspot/codegen/crm/lists/models/public_property_filter.rb +17 -17
  230. data/lib/hubspot/codegen/crm/lists/models/public_property_referenced_time.rb +25 -25
  231. data/lib/hubspot/codegen/crm/lists/models/public_quarter_reference.rb +42 -42
  232. data/lib/hubspot/codegen/crm/lists/models/public_ranged_date_property_operation.rb +42 -42
  233. data/lib/hubspot/codegen/crm/lists/models/public_ranged_number_property_operation.rb +36 -36
  234. data/lib/hubspot/codegen/crm/lists/models/public_ranged_time_operation.rb +67 -67
  235. data/lib/hubspot/codegen/crm/lists/models/public_relative_comparative_timestamp_refine_by.rb +22 -22
  236. data/lib/hubspot/codegen/crm/lists/models/public_relative_ranged_timestamp_refine_by.rb +31 -31
  237. data/lib/hubspot/codegen/crm/lists/models/public_restricted_filter_branch.rb +16 -16
  238. data/lib/hubspot/codegen/crm/lists/models/public_rolling_date_range_property_operation.rb +36 -36
  239. data/lib/hubspot/codegen/crm/lists/models/public_rolling_property_updated_operation.rb +33 -33
  240. data/lib/hubspot/codegen/crm/lists/models/public_set_occurrences_refine_by.rb +1 -1
  241. data/lib/hubspot/codegen/crm/lists/models/public_string_property_operation.rb +33 -33
  242. data/lib/hubspot/codegen/crm/lists/models/public_survey_monkey_filter.rb +16 -16
  243. data/lib/hubspot/codegen/crm/lists/models/public_survey_monkey_value_filter.rb +26 -26
  244. data/lib/hubspot/codegen/crm/lists/models/{public_property_filter_operation.rb → public_survey_monkey_value_filter_value_comparison.rb} +1 -1
  245. data/lib/hubspot/codegen/crm/lists/models/public_time_offset.rb +19 -19
  246. data/lib/hubspot/codegen/crm/lists/models/public_time_point_operation.rb +47 -47
  247. data/lib/hubspot/codegen/crm/lists/models/public_time_point_operation_time_point.rb +1 -1
  248. data/lib/hubspot/codegen/crm/lists/models/public_today_reference.rb +23 -23
  249. data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter.rb +31 -31
  250. data/lib/hubspot/codegen/crm/lists/models/public_unified_events_filter_branch.rb +41 -32
  251. data/lib/hubspot/codegen/crm/lists/models/public_webinar_filter.rb +14 -14
  252. data/lib/hubspot/codegen/crm/lists/models/public_week_reference.rb +48 -48
  253. data/lib/hubspot/codegen/crm/lists/models/public_year_reference.rb +42 -42
  254. data/lib/hubspot/codegen/crm/lists/models/record_list_membership.rb +270 -0
  255. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +7 -7
  256. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +75 -1
  257. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +1 -1
  258. data/lib/hubspot/codegen/crm/objects/api_client.rb +1 -1
  259. data/lib/hubspot/codegen/crm/objects/api_error.rb +1 -1
  260. data/lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb +70 -2
  261. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  262. data/lib/hubspot/codegen/crm/{extensions/accounting/models/result_id_accounting_response.rb → objects/calls/models/batch_response_simple_public_upsert_object.rb} +85 -38
  263. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  264. data/lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb +0 -25
  265. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb +10 -1
  266. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input_upsert.rb +264 -0
  267. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb +10 -1
  268. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb +10 -1
  269. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_upsert_object.rb +317 -0
  270. data/lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb +70 -2
  271. data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  272. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_upsert_object.rb +328 -0
  273. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  274. data/lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb +0 -25
  275. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb +10 -1
  276. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input_upsert.rb +264 -0
  277. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input.rb +10 -1
  278. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb +10 -1
  279. data/lib/hubspot/codegen/crm/{extensions/accounting/models/updated_product.rb → objects/communications/models/simple_public_upsert_object.rb} +67 -88
  280. data/lib/hubspot/codegen/crm/objects/configuration.rb +1 -1
  281. data/lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb +70 -2
  282. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  283. data/lib/hubspot/codegen/crm/{extensions/accounting/models/customer_search_response_external.rb → objects/emails/models/batch_response_simple_public_upsert_object.rb} +84 -39
  284. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  285. data/lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb +0 -25
  286. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb +10 -1
  287. data/lib/hubspot/codegen/crm/objects/emails/models/{public_gdpr_delete_input.rb → simple_public_object_batch_input_upsert.rb} +38 -13
  288. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb +10 -1
  289. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb +10 -1
  290. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_upsert_object.rb +317 -0
  291. data/lib/hubspot/codegen/crm/objects/goals/api/basic_api.rb +4 -212
  292. data/lib/hubspot/codegen/crm/objects/goals/api/batch_api.rb +1 -199
  293. data/lib/hubspot/codegen/crm/objects/goals/api/search_api.rb +1 -1
  294. data/lib/hubspot/codegen/crm/objects/goals/models/public_object_search_request.rb +0 -25
  295. data/lib/hubspot/codegen/crm/objects/leads/api/basic_api.rb +391 -0
  296. data/lib/hubspot/codegen/crm/objects/leads/api/batch_api.rb +363 -0
  297. data/lib/hubspot/codegen/crm/objects/{postal_mail/api/public_object_api.rb → leads/api/search_api.rb} +19 -21
  298. data/lib/hubspot/codegen/crm/{extensions/accounting → objects/leads}/api_client.rb +5 -5
  299. data/lib/hubspot/codegen/crm/{extensions/accounting → objects/leads}/api_error.rb +4 -4
  300. data/lib/hubspot/codegen/crm/{extensions/accounting → objects/leads}/configuration.rb +4 -4
  301. data/lib/hubspot/codegen/crm/objects/leads/models/associated_id.rb +244 -0
  302. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/association_spec.rb +5 -5
  303. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/batch_input_simple_public_object_batch_input.rb +5 -5
  304. data/lib/hubspot/codegen/crm/objects/leads/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  305. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/batch_input_simple_public_object_id.rb +5 -5
  306. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/batch_input_simple_public_object_input_for_create.rb +5 -5
  307. data/lib/hubspot/codegen/crm/objects/leads/models/batch_read_input_simple_public_object_id.rb +273 -0
  308. data/lib/hubspot/codegen/crm/{extensions/accounting/models/action_response.rb → objects/leads/models/batch_response_simple_public_object.rb} +49 -33
  309. data/lib/hubspot/codegen/crm/{extensions/accounting/models/exchange_rate_response.rb → objects/leads/models/batch_response_simple_public_object_with_errors.rb} +95 -58
  310. data/lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_upsert_object.rb +328 -0
  311. data/lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  312. data/lib/hubspot/codegen/crm/objects/{communications/models/public_gdpr_delete_input.rb → leads/models/collection_response_associated_id.rb} +24 -22
  313. data/lib/hubspot/codegen/crm/objects/{calls/models/public_gdpr_delete_input.rb → leads/models/collection_response_simple_public_object_with_associations_forward_paging.rb} +24 -22
  314. data/lib/hubspot/codegen/crm/objects/{calls/models/public_merge_input.rb → leads/models/collection_response_with_total_simple_public_object_forward_paging.rb} +36 -25
  315. data/lib/hubspot/codegen/crm/{extensions/accounting → objects/leads}/models/error.rb +57 -57
  316. data/lib/hubspot/codegen/crm/{extensions/accounting → objects/leads}/models/error_detail.rb +35 -35
  317. data/lib/hubspot/codegen/crm/{extensions/accounting/models/invoice_pdf_response.rb → objects/leads/models/filter.rb} +65 -54
  318. data/lib/hubspot/codegen/crm/objects/leads/models/filter_group.rb +232 -0
  319. data/lib/hubspot/codegen/crm/objects/leads/models/forward_paging.rb +225 -0
  320. data/lib/hubspot/codegen/crm/objects/leads/models/next_page.rb +239 -0
  321. data/lib/hubspot/codegen/crm/objects/leads/models/paging.rb +234 -0
  322. data/lib/hubspot/codegen/crm/objects/leads/models/previous_page.rb +239 -0
  323. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/public_associations_for_object.rb +5 -5
  324. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/public_object_id.rb +5 -5
  325. data/lib/hubspot/codegen/crm/objects/{communications/models/public_merge_input.rb → leads/models/public_object_search_request.rb} +61 -29
  326. data/lib/hubspot/codegen/crm/{extensions/accounting/models/accounting_extension_customer.rb → objects/leads/models/simple_public_object.rb} +68 -41
  327. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/simple_public_object_batch_input.rb +15 -6
  328. data/lib/hubspot/codegen/crm/objects/{goals/models/public_gdpr_delete_input.rb → leads/models/simple_public_object_batch_input_upsert.rb} +41 -16
  329. data/lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_id.rb +230 -0
  330. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/simple_public_object_input.rb +15 -6
  331. data/lib/hubspot/codegen/crm/objects/{goals → leads}/models/simple_public_object_input_for_create.rb +15 -6
  332. data/lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_with_associations.rb +314 -0
  333. data/lib/hubspot/codegen/crm/objects/leads/models/simple_public_upsert_object.rb +317 -0
  334. data/lib/hubspot/codegen/crm/objects/leads/models/standard_error.rb +324 -0
  335. data/lib/hubspot/codegen/crm/objects/leads/models/value_with_timestamp.rb +285 -0
  336. data/lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb +70 -2
  337. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  338. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_upsert_object.rb +328 -0
  339. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  340. data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb +0 -25
  341. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb +10 -1
  342. data/lib/hubspot/codegen/crm/objects/meetings/models/{public_gdpr_delete_input.rb → simple_public_object_batch_input_upsert.rb} +38 -13
  343. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb +10 -1
  344. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb +10 -1
  345. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_upsert_object.rb +317 -0
  346. data/lib/hubspot/codegen/crm/objects/models/associated_id.rb +1 -1
  347. data/lib/hubspot/codegen/crm/objects/models/association_spec.rb +1 -1
  348. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +1 -1
  349. data/lib/hubspot/codegen/crm/objects/models/{public_gdpr_delete_input.rb → batch_input_simple_public_object_batch_input_upsert.rb} +16 -23
  350. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +1 -1
  351. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input_for_create.rb +1 -1
  352. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +2 -1
  353. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +1 -1
  354. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +1 -1
  355. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_upsert_object.rb +326 -0
  356. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
  357. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +1 -1
  358. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +1 -1
  359. data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +1 -1
  360. data/lib/hubspot/codegen/crm/objects/models/error.rb +1 -1
  361. data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +1 -1
  362. data/lib/hubspot/codegen/crm/objects/models/filter.rb +1 -1
  363. data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +1 -1
  364. data/lib/hubspot/codegen/crm/objects/models/forward_paging.rb +1 -1
  365. data/lib/hubspot/codegen/crm/objects/models/next_page.rb +1 -1
  366. data/lib/hubspot/codegen/crm/objects/models/paging.rb +1 -1
  367. data/lib/hubspot/codegen/crm/objects/models/previous_page.rb +1 -1
  368. data/lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb +1 -1
  369. data/lib/hubspot/codegen/crm/objects/models/public_object_id.rb +1 -1
  370. data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +1 -26
  371. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +1 -1
  372. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +12 -3
  373. data/lib/hubspot/codegen/crm/objects/models/{public_merge_input.rb → simple_public_object_batch_input_upsert.rb} +44 -23
  374. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +1 -1
  375. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +11 -2
  376. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb +11 -2
  377. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +1 -1
  378. data/lib/hubspot/codegen/crm/objects/models/simple_public_upsert_object.rb +315 -0
  379. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +1 -1
  380. data/lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb +1 -1
  381. data/lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb +70 -2
  382. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  383. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_upsert_object.rb +328 -0
  384. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  385. data/lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb +0 -25
  386. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb +10 -1
  387. data/lib/hubspot/codegen/crm/objects/notes/models/{public_gdpr_delete_input.rb → simple_public_object_batch_input_upsert.rb} +38 -13
  388. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb +10 -1
  389. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb +10 -1
  390. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_upsert_object.rb +317 -0
  391. data/lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb +70 -2
  392. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  393. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_upsert_object.rb +328 -0
  394. data/lib/hubspot/codegen/crm/{extensions/accounting/models/accounting_extension_invoice.rb → objects/postal_mail/models/batch_response_simple_public_upsert_object_with_errors.rb} +68 -91
  395. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb +0 -25
  396. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb +10 -1
  397. data/lib/hubspot/codegen/crm/objects/postal_mail/models/{public_gdpr_delete_input.rb → simple_public_object_batch_input_upsert.rb} +38 -13
  398. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb +10 -1
  399. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb +10 -1
  400. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_upsert_object.rb +317 -0
  401. data/lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb +70 -2
  402. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  403. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_upsert_object.rb +328 -0
  404. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  405. data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb +0 -25
  406. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb +10 -1
  407. data/lib/hubspot/codegen/crm/objects/tasks/models/{public_gdpr_delete_input.rb → simple_public_object_batch_input_upsert.rb} +38 -13
  408. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb +10 -1
  409. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb +10 -1
  410. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_upsert_object.rb +317 -0
  411. data/lib/hubspot/codegen/crm/objects/taxes/api/batch_api.rb +70 -2
  412. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_batch_input_upsert.rb +232 -0
  413. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_upsert_object.rb +328 -0
  414. data/lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_upsert_object_with_errors.rb +348 -0
  415. data/lib/hubspot/codegen/crm/objects/taxes/models/public_object_search_request.rb +0 -25
  416. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input.rb +10 -1
  417. data/lib/hubspot/codegen/crm/objects/taxes/models/{public_gdpr_delete_input.rb → simple_public_object_batch_input_upsert.rb} +38 -13
  418. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input.rb +10 -1
  419. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input_for_create.rb +10 -1
  420. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_upsert_object.rb +317 -0
  421. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb +1 -1
  422. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb +1 -1
  423. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +1 -1
  424. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +1 -1
  425. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +1 -1
  426. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +1 -1
  427. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +1 -1
  428. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb +1 -1
  429. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb +1 -1
  430. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb +1 -1
  431. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +1 -1
  432. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +1 -1
  433. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +1 -1
  434. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +1 -1
  435. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +1 -1
  436. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +1 -6
  437. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +1 -6
  438. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +1 -6
  439. data/lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb +1 -1
  440. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +6 -6
  441. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +70 -2
  442. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
  443. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +1 -0
  444. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_upsert_object.rb +326 -0
  445. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
  446. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +0 -25
  447. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +5 -0
  448. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +22 -1
  449. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input_upsert.rb +263 -0
  450. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +15 -2
  451. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb +10 -2
  452. data/lib/hubspot/codegen/crm/products/models/simple_public_upsert_object.rb +315 -0
  453. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +70 -2
  454. data/lib/hubspot/codegen/crm/quotes/models/{public_gdpr_delete_input.rb → batch_input_simple_public_object_batch_input_upsert.rb} +15 -22
  455. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_upsert_object.rb +326 -0
  456. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
  457. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +0 -25
  458. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +10 -1
  459. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input_upsert.rb +262 -0
  460. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +10 -1
  461. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb +10 -1
  462. data/lib/hubspot/codegen/crm/quotes/models/simple_public_upsert_object.rb +315 -0
  463. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +7 -7
  464. data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +1 -1
  465. data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +1 -1
  466. data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +19 -1
  467. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +10 -1
  468. data/lib/hubspot/codegen/crm/schemas/models/property.rb +164 -110
  469. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +6 -6
  470. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +70 -2
  471. data/lib/hubspot/codegen/crm/tickets/api/{public_object_api.rb → merge_api.rb} +5 -5
  472. data/lib/hubspot/codegen/crm/tickets/models/association_spec.rb +0 -10
  473. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_upsert.rb +230 -0
  474. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_upsert_object.rb +326 -0
  475. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_upsert_object_with_errors.rb +346 -0
  476. data/lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb +0 -10
  477. data/lib/hubspot/codegen/crm/tickets/models/public_object_id.rb +0 -5
  478. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +0 -25
  479. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +10 -1
  480. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input_upsert.rb +262 -0
  481. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +10 -1
  482. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb +10 -6
  483. data/lib/hubspot/codegen/crm/tickets/models/simple_public_upsert_object.rb +315 -0
  484. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +6 -6
  485. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +6 -6
  486. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +4 -4
  487. data/lib/hubspot/codegen/crm/timeline/api_client.rb +1 -1
  488. data/lib/hubspot/codegen/crm/timeline/api_error.rb +1 -1
  489. data/lib/hubspot/codegen/crm/timeline/configuration.rb +1 -1
  490. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +1 -1
  491. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +1 -1
  492. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +1 -1
  493. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb +1 -1
  494. data/lib/hubspot/codegen/crm/timeline/models/error.rb +1 -1
  495. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +1 -1
  496. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +1 -1
  497. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +1 -1
  498. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +1 -1
  499. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +1 -1
  500. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +1 -1
  501. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +1 -1
  502. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +1 -1
  503. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +1 -1
  504. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +1 -1
  505. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +1 -1
  506. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +1 -1
  507. data/lib/hubspot/codegen/events/api/events_api.rb +80 -25
  508. data/lib/hubspot/codegen/events/api_client.rb +2 -2
  509. data/lib/hubspot/codegen/events/api_error.rb +2 -2
  510. data/lib/hubspot/codegen/events/configuration.rb +2 -2
  511. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +2 -2
  512. data/lib/hubspot/codegen/events/models/error.rb +2 -2
  513. data/lib/hubspot/codegen/events/models/error_detail.rb +2 -2
  514. data/lib/hubspot/codegen/events/models/external_unified_event.rb +2 -2
  515. data/lib/hubspot/codegen/events/models/next_page.rb +2 -2
  516. data/lib/hubspot/codegen/events/models/paging.rb +2 -2
  517. data/lib/hubspot/codegen/events/models/previous_page.rb +2 -2
  518. data/lib/hubspot/codegen/events/models/visible_external_event_type_names.rb +229 -0
  519. data/lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb +45 -45
  520. data/lib/hubspot/codegen/marketing/events/api/basic_api.rb +358 -77
  521. data/lib/hubspot/codegen/marketing/events/api/list_associations_api.rb +446 -0
  522. data/lib/hubspot/codegen/marketing/events/api/participant_state_api.rb +386 -0
  523. data/lib/hubspot/codegen/marketing/events/api/settings_api.rb +42 -42
  524. data/lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb +45 -45
  525. data/lib/hubspot/codegen/marketing/events/api_client.rb +1 -1
  526. data/lib/hubspot/codegen/marketing/events/api_error.rb +1 -1
  527. data/lib/hubspot/codegen/marketing/events/configuration.rb +1 -1
  528. data/lib/hubspot/codegen/marketing/events/models/attendance_counters.rb +270 -0
  529. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +1 -1
  530. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb +1 -2
  531. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb +1 -1
  532. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb +1 -2
  533. data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb +1 -1
  534. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb +1 -1
  535. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb +1 -1
  536. data/lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb +1 -1
  537. data/lib/hubspot/codegen/{cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb → marketing/events/models/collection_response_with_total_participation_breakdown_forward_paging.rb} +9 -11
  538. data/lib/hubspot/codegen/marketing/events/models/collection_response_with_total_public_list_no_paging.rb +244 -0
  539. data/lib/hubspot/codegen/{crm/line_items/models/public_merge_input.rb → marketing/events/models/contact_association.rb} +44 -26
  540. data/lib/hubspot/codegen/marketing/events/models/error.rb +1 -1
  541. data/lib/hubspot/codegen/marketing/events/models/error_detail.rb +1 -1
  542. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb +1 -1
  543. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb +1 -1
  544. data/lib/hubspot/codegen/marketing/events/models/forward_paging.rb +223 -0
  545. data/lib/hubspot/codegen/marketing/events/models/marketing_event_association.rb +260 -0
  546. data/lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb +1 -1
  547. data/lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb +11 -2
  548. data/lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb +11 -2
  549. data/lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb +1 -1
  550. data/lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb +1 -1
  551. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb +56 -47
  552. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +11 -2
  553. data/lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb +1 -1
  554. data/lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb +11 -2
  555. data/lib/hubspot/codegen/marketing/events/models/next_page.rb +237 -0
  556. data/lib/hubspot/codegen/marketing/events/models/participation_associations.rb +242 -0
  557. data/lib/hubspot/codegen/marketing/events/models/participation_breakdown.rb +270 -0
  558. data/lib/hubspot/codegen/marketing/events/models/participation_properties.rb +294 -0
  559. data/lib/hubspot/codegen/marketing/events/models/property_value.rb +58 -4
  560. data/lib/hubspot/codegen/marketing/events/models/public_list.rb +361 -0
  561. data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +1 -1
  562. data/lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb +1 -1
  563. data/lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb +1 -1
  564. data/lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb +67 -67
  565. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb +38 -33
  566. data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +84 -84
  567. data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +67 -67
  568. data/lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb +19 -19
  569. data/lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb +29 -28
  570. data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +77 -77
  571. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb +20 -19
  572. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb +42 -35
  573. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb +27 -22
  574. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb +33 -29
  575. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb +1 -0
  576. data/lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb +67 -67
  577. data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +67 -67
  578. data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +78 -78
  579. data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +67 -67
  580. data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +2 -0
  581. data/lib/hubspot/codegen/marketing/forms/models/payment_link_radio_field.rb +72 -72
  582. data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +77 -77
  583. data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +2 -0
  584. data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +84 -84
  585. data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +67 -67
  586. data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +67 -67
  587. data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +21 -21
  588. data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +1 -1
  589. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +1 -1
  590. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +1 -1
  591. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +1 -1
  592. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb +1 -1
  593. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +1 -1
  594. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +1 -1
  595. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +1 -1
  596. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +1 -1
  597. data/lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb +1 -1
  598. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +1 -1
  599. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +1 -1
  600. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +1 -1
  601. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +1 -1
  602. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +1 -1
  603. data/lib/hubspot/codegen/settings/users/api/roles_api.rb +1 -1
  604. data/lib/hubspot/codegen/settings/users/api/teams_api.rb +1 -1
  605. data/lib/hubspot/codegen/settings/users/api/users_api.rb +13 -1
  606. data/lib/hubspot/codegen/settings/users/api_client.rb +1 -1
  607. data/lib/hubspot/codegen/settings/users/api_error.rb +1 -1
  608. data/lib/hubspot/codegen/settings/users/configuration.rb +1 -1
  609. data/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb +1 -1
  610. data/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb +1 -1
  611. data/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb +1 -1
  612. data/lib/hubspot/codegen/settings/users/models/error.rb +1 -1
  613. data/lib/hubspot/codegen/settings/users/models/error_detail.rb +1 -1
  614. data/lib/hubspot/codegen/settings/users/models/forward_paging.rb +1 -1
  615. data/lib/hubspot/codegen/settings/users/models/next_page.rb +1 -1
  616. data/lib/hubspot/codegen/settings/users/models/public_permission_set.rb +1 -1
  617. data/lib/hubspot/codegen/settings/users/models/public_team.rb +1 -1
  618. data/lib/hubspot/codegen/settings/users/models/public_user.rb +20 -2
  619. data/lib/hubspot/codegen/settings/users/models/public_user_update.rb +20 -2
  620. data/lib/hubspot/codegen/settings/users/models/user_provision_request.rb +20 -2
  621. data/lib/hubspot/discovery/cms/source_code/client.rb +0 -1
  622. data/lib/hubspot/discovery/crm/companies/api/{public_object_api.rb → merge_api.rb} +1 -1
  623. data/lib/hubspot/discovery/crm/companies/client.rb +1 -1
  624. data/lib/hubspot/discovery/crm/contacts/api/{public_object_api.rb → merge_api.rb} +1 -1
  625. data/lib/hubspot/discovery/crm/contacts/client.rb +1 -1
  626. data/lib/hubspot/discovery/crm/deals/api/{public_object_api.rb → merge_api.rb} +1 -1
  627. data/lib/hubspot/discovery/crm/deals/client.rb +1 -1
  628. data/lib/hubspot/discovery/crm/extensions/client.rb +0 -1
  629. data/lib/hubspot/discovery/crm/line_items/client.rb +0 -2
  630. data/lib/hubspot/discovery/crm/{products/api/gdpr_api.rb → lists/api/folders_api.rb} +2 -2
  631. data/lib/hubspot/discovery/crm/{objects/api/gdpr_api.rb → lists/api/mapping_api.rb} +2 -2
  632. data/lib/hubspot/discovery/crm/lists/client.rb +2 -0
  633. data/lib/hubspot/discovery/crm/objects/calls/client.rb +0 -2
  634. data/lib/hubspot/discovery/crm/objects/client.rb +1 -0
  635. data/lib/hubspot/discovery/crm/objects/communications/client.rb +0 -2
  636. data/lib/hubspot/discovery/crm/objects/emails/client.rb +0 -2
  637. data/lib/hubspot/discovery/crm/objects/goals/client.rb +0 -2
  638. data/lib/hubspot/discovery/crm/objects/{calls/api/gdpr_api.rb → leads/api/basic_api.rb} +2 -2
  639. data/lib/hubspot/discovery/crm/objects/{goals/api/gdpr_api.rb → leads/api/batch_api.rb} +2 -2
  640. data/lib/hubspot/discovery/crm/objects/{notes/api/gdpr_api.rb → leads/api/search_api.rb} +2 -2
  641. data/lib/hubspot/discovery/crm/{extensions/accounting → objects/leads}/client.rb +5 -8
  642. data/lib/hubspot/discovery/crm/objects/meetings/client.rb +0 -2
  643. data/lib/hubspot/discovery/crm/objects/notes/client.rb +0 -2
  644. data/lib/hubspot/discovery/crm/objects/postal_mail/client.rb +0 -2
  645. data/lib/hubspot/discovery/crm/objects/tasks/client.rb +0 -2
  646. data/lib/hubspot/discovery/crm/objects/taxes/client.rb +0 -2
  647. data/lib/hubspot/discovery/crm/products/client.rb +0 -3
  648. data/lib/hubspot/discovery/crm/quotes/client.rb +0 -3
  649. data/lib/hubspot/discovery/crm/schemas/client.rb +0 -1
  650. data/lib/hubspot/discovery/crm/tickets/api/{gdpr_api.rb → merge_api.rb} +1 -1
  651. data/lib/hubspot/discovery/crm/tickets/client.rb +1 -3
  652. data/lib/hubspot/discovery/marketing/events/api/{batch_api.rb → list_associations_api.rb} +1 -1
  653. data/lib/hubspot/discovery/marketing/events/api/{search_api.rb → participant_state_api.rb} +1 -1
  654. data/lib/hubspot/discovery/marketing/events/client.rb +2 -3
  655. data/lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb +1 -1
  656. data/lib/hubspot/helpers/camel_case.rb +2 -0
  657. data/lib/hubspot/version.rb +1 -1
  658. data/spec/discovery/cms/source-code/extract_api_spec.rb +2 -1
  659. data/spec/discovery/crm/companies/batch_api_spec.rb +1 -0
  660. data/spec/discovery/crm/{deals/public_object_api_spec.rb → companies/merge_api_spec.rb} +2 -2
  661. data/spec/discovery/crm/contacts/batch_api_spec.rb +1 -0
  662. data/spec/discovery/crm/{quotes/public_object_api_spec.rb → contacts/merge_api_spec.rb} +2 -2
  663. data/spec/discovery/crm/deals/batch_api_spec.rb +1 -0
  664. data/spec/discovery/crm/{objects/public_object_api_spec.rb → deals/merge_api_spec.rb} +2 -2
  665. data/spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb +1 -0
  666. data/spec/discovery/crm/extensions/client_spec.rb +0 -1
  667. data/spec/discovery/crm/line_items/batch_api_spec.rb +1 -0
  668. data/spec/discovery/crm/lists/folders_api_spec.rb +12 -0
  669. data/spec/discovery/crm/lists/lists_api_spec.rb +4 -11
  670. data/spec/discovery/crm/lists/mapping_api_spec.rb +15 -0
  671. data/spec/discovery/crm/lists/memberships_api_spec.rb +1 -0
  672. data/spec/discovery/crm/objects/batch_api_spec.rb +1 -0
  673. data/spec/discovery/crm/objects/calls/batch_api_spec.rb +1 -0
  674. data/spec/discovery/crm/objects/client_spec.rb +2 -0
  675. data/spec/discovery/crm/objects/communications/batch_api_spec.rb +1 -0
  676. data/spec/discovery/crm/objects/emails/batch_api_spec.rb +1 -0
  677. data/spec/discovery/crm/objects/goals/basic_api_spec.rb +0 -3
  678. data/spec/discovery/crm/objects/goals/batch_api_spec.rb +0 -3
  679. data/spec/discovery/crm/objects/leads/basic_api_spec.rb +11 -0
  680. data/spec/discovery/crm/objects/leads/batch_api_spec.rb +11 -0
  681. data/spec/discovery/crm/objects/leads/search_api_spec.rb +7 -0
  682. data/spec/discovery/crm/objects/meetings/batch_api_spec.rb +1 -0
  683. data/spec/discovery/crm/objects/notes/batch_api_spec.rb +1 -0
  684. data/spec/discovery/crm/objects/postal_mail/batch_api_spec.rb +1 -0
  685. data/spec/discovery/crm/objects/tasks/batch_api_spec.rb +1 -0
  686. data/spec/discovery/crm/objects/taxes/batch_api_spec.rb +1 -0
  687. data/spec/discovery/crm/products/batch_api_spec.rb +1 -0
  688. data/spec/discovery/crm/quotes/basic_api_spec.rb +3 -0
  689. data/spec/discovery/crm/quotes/batch_api_spec.rb +4 -0
  690. data/spec/discovery/crm/tickets/batch_api_spec.rb +1 -0
  691. data/spec/discovery/crm/{objects/calls/public_object_api_spec.rb → tickets/merge_api_spec.rb} +2 -2
  692. data/spec/discovery/events/events_api_spec.rb +1 -0
  693. data/spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb +2 -2
  694. data/spec/discovery/marketing/events/basic_api_spec.rb +7 -3
  695. data/spec/discovery/marketing/events/list_associations_api_spec.rb +12 -0
  696. data/spec/discovery/marketing/events/participant_state_api_spec.rb +11 -0
  697. data/spec/discovery/marketing/events/settings_api_spec.rb +1 -1
  698. data/spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb +2 -2
  699. data/spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb +1 -1
  700. metadata +201 -259
  701. data/lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb +0 -149
  702. data/lib/hubspot/codegen/crm/companies/api/gdpr_api.rb +0 -94
  703. data/lib/hubspot/codegen/crm/deals/api/gdpr_api.rb +0 -94
  704. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +0 -768
  705. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +0 -256
  706. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +0 -165
  707. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +0 -176
  708. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +0 -159
  709. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +0 -255
  710. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +0 -395
  711. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +0 -267
  712. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +0 -262
  713. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +0 -267
  714. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +0 -246
  715. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +0 -307
  716. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +0 -262
  717. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +0 -232
  718. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +0 -276
  719. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +0 -469
  720. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +0 -278
  721. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +0 -295
  722. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +0 -454
  723. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +0 -278
  724. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +0 -231
  725. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +0 -295
  726. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +0 -278
  727. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +0 -249
  728. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +0 -249
  729. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +0 -262
  730. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +0 -278
  731. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +0 -242
  732. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +0 -278
  733. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +0 -242
  734. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +0 -333
  735. data/lib/hubspot/codegen/crm/line_items/api/gdpr_api.rb +0 -94
  736. data/lib/hubspot/codegen/crm/line_items/api/public_object_api.rb +0 -92
  737. data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +0 -100
  738. data/lib/hubspot/codegen/crm/objects/api/public_object_api.rb +0 -98
  739. data/lib/hubspot/codegen/crm/objects/calls/api/gdpr_api.rb +0 -96
  740. data/lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb +0 -94
  741. data/lib/hubspot/codegen/crm/objects/communications/api/gdpr_api.rb +0 -96
  742. data/lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb +0 -94
  743. data/lib/hubspot/codegen/crm/objects/emails/api/gdpr_api.rb +0 -96
  744. data/lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb +0 -94
  745. data/lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb +0 -244
  746. data/lib/hubspot/codegen/crm/objects/goals/api/gdpr_api.rb +0 -96
  747. data/lib/hubspot/codegen/crm/objects/goals/api/public_object_api.rb +0 -94
  748. data/lib/hubspot/codegen/crm/objects/goals/models/public_merge_input.rb +0 -244
  749. data/lib/hubspot/codegen/crm/objects/meetings/api/gdpr_api.rb +0 -96
  750. data/lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb +0 -94
  751. data/lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb +0 -244
  752. data/lib/hubspot/codegen/crm/objects/notes/api/gdpr_api.rb +0 -96
  753. data/lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb +0 -94
  754. data/lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb +0 -244
  755. data/lib/hubspot/codegen/crm/objects/postal_mail/api/gdpr_api.rb +0 -96
  756. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb +0 -244
  757. data/lib/hubspot/codegen/crm/objects/tasks/api/gdpr_api.rb +0 -96
  758. data/lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb +0 -94
  759. data/lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb +0 -244
  760. data/lib/hubspot/codegen/crm/objects/taxes/api/gdpr_api.rb +0 -96
  761. data/lib/hubspot/codegen/crm/objects/taxes/api/public_object_api.rb +0 -94
  762. data/lib/hubspot/codegen/crm/objects/taxes/models/public_merge_input.rb +0 -244
  763. data/lib/hubspot/codegen/crm/products/api/gdpr_api.rb +0 -94
  764. data/lib/hubspot/codegen/crm/products/api/public_object_api.rb +0 -92
  765. data/lib/hubspot/codegen/crm/quotes/api/gdpr_api.rb +0 -94
  766. data/lib/hubspot/codegen/crm/quotes/api/public_object_api.rb +0 -92
  767. data/lib/hubspot/codegen/crm/schemas/api/public_object_schemas_api.rb +0 -85
  768. data/lib/hubspot/codegen/crm/tickets/api/gdpr_api.rb +0 -94
  769. data/lib/hubspot/codegen/marketing/events/api/batch_api.rb +0 -162
  770. data/lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb +0 -103
  771. data/lib/hubspot/codegen/marketing/events/api/search_api.rb +0 -90
  772. data/lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb +0 -13
  773. data/lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb +0 -15
  774. data/lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb +0 -15
  775. data/lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb +0 -15
  776. data/lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb +0 -15
  777. data/lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb +0 -15
  778. data/lib/hubspot/discovery/crm/line_items/api/gdpr_api.rb +0 -13
  779. data/lib/hubspot/discovery/crm/line_items/api/public_object_api.rb +0 -13
  780. data/lib/hubspot/discovery/crm/objects/api/associations_api.rb +0 -13
  781. data/lib/hubspot/discovery/crm/objects/api/public_object_api.rb +0 -13
  782. data/lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb +0 -15
  783. data/lib/hubspot/discovery/crm/objects/communications/api/gdpr_api.rb +0 -15
  784. data/lib/hubspot/discovery/crm/objects/communications/api/public_object_api.rb +0 -15
  785. data/lib/hubspot/discovery/crm/objects/emails/api/gdpr_api.rb +0 -15
  786. data/lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb +0 -15
  787. data/lib/hubspot/discovery/crm/objects/goals/api/public_object_api.rb +0 -15
  788. data/lib/hubspot/discovery/crm/objects/meetings/api/gdpr_api.rb +0 -15
  789. data/lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb +0 -15
  790. data/lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb +0 -15
  791. data/lib/hubspot/discovery/crm/objects/postal_mail/api/gdpr_api.rb +0 -15
  792. data/lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb +0 -15
  793. data/lib/hubspot/discovery/crm/objects/tasks/api/gdpr_api.rb +0 -15
  794. data/lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb +0 -15
  795. data/lib/hubspot/discovery/crm/objects/taxes/api/gdpr_api.rb +0 -15
  796. data/lib/hubspot/discovery/crm/objects/taxes/api/public_object_api.rb +0 -15
  797. data/lib/hubspot/discovery/crm/products/api/associations_api.rb +0 -13
  798. data/lib/hubspot/discovery/crm/products/api/public_object_api.rb +0 -13
  799. data/lib/hubspot/discovery/crm/quotes/api/associations_api.rb +0 -13
  800. data/lib/hubspot/discovery/crm/quotes/api/gdpr_api.rb +0 -13
  801. data/lib/hubspot/discovery/crm/quotes/api/public_object_api.rb +0 -13
  802. data/lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb +0 -13
  803. data/lib/hubspot/discovery/crm/tickets/api/associations_api.rb +0 -13
  804. data/lib/hubspot/discovery/crm/tickets/api/public_object_api.rb +0 -13
  805. data/lib/hubspot/discovery/marketing/events/api/marketing_events_external_api.rb +0 -13
  806. data/spec/discovery/cms/source-code/source_code_extract_api_spec.rb +0 -8
  807. data/spec/discovery/crm/companies/public_object_api_spec.rb +0 -7
  808. data/spec/discovery/crm/contacts/public_object_api_spec.rb +0 -7
  809. data/spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb +0 -16
  810. data/spec/discovery/crm/extensions/accounting/invoice_api_spec.rb +0 -9
  811. data/spec/discovery/crm/extensions/accounting/settings_api_spec.rb +0 -8
  812. data/spec/discovery/crm/extensions/accounting/sync_api_spec.rb +0 -8
  813. data/spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb +0 -8
  814. data/spec/discovery/crm/line_items/gdpr_api_spec.rb +0 -7
  815. data/spec/discovery/crm/line_items/public_object_api_spec.rb +0 -7
  816. data/spec/discovery/crm/objects/associations_api_spec.rb +0 -9
  817. data/spec/discovery/crm/objects/calls/gdpr_api_spec.rb +0 -7
  818. data/spec/discovery/crm/objects/communications/gdpr_api_spec.rb +0 -7
  819. data/spec/discovery/crm/objects/communications/public_object_api_spec.rb +0 -7
  820. data/spec/discovery/crm/objects/emails/gdpr_api_spec.rb +0 -7
  821. data/spec/discovery/crm/objects/emails/public_object_api_spec.rb +0 -7
  822. data/spec/discovery/crm/objects/gdpr_api_spec.rb +0 -7
  823. data/spec/discovery/crm/objects/goals/gdpr_api_spec.rb +0 -7
  824. data/spec/discovery/crm/objects/goals/public_object_api_spec.rb +0 -7
  825. data/spec/discovery/crm/objects/meetings/gdpr_api_spec.rb +0 -7
  826. data/spec/discovery/crm/objects/meetings/public_object_api_spec.rb +0 -7
  827. data/spec/discovery/crm/objects/notes/gdpr_api_spec.rb +0 -7
  828. data/spec/discovery/crm/objects/notes/public_object_api_spec.rb +0 -7
  829. data/spec/discovery/crm/objects/postal_mail/gdpr_api_spec.rb +0 -7
  830. data/spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb +0 -7
  831. data/spec/discovery/crm/objects/tasks/gdpr_api_spec.rb +0 -7
  832. data/spec/discovery/crm/objects/tasks/public_object_api_spec.rb +0 -7
  833. data/spec/discovery/crm/objects/taxes/gdpr_api_spec.rb +0 -7
  834. data/spec/discovery/crm/objects/taxes/public_object_api_spec.rb +0 -7
  835. data/spec/discovery/crm/products/gdpr_api_spec.rb +0 -7
  836. data/spec/discovery/crm/products/public_object_api_spec.rb +0 -7
  837. data/spec/discovery/crm/quotes/gdpr_api_spec.rb +0 -7
  838. data/spec/discovery/crm/schemas/public_object_schemas_api_spec.rb +0 -7
  839. data/spec/discovery/crm/tickets/gdpr_api_spec.rb +0 -7
  840. data/spec/discovery/crm/tickets/public_object_api_spec.rb +0 -7
  841. data/spec/discovery/marketing/events/batch_api_spec.rb +0 -8
  842. data/spec/discovery/marketing/events/marketing_events_external_api_spec.rb +0 -7
  843. data/spec/discovery/marketing/events/search_api_spec.rb +0 -7
  844. data/spec/integration/contacts_spec.rb +0 -85
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubspot-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 18.0.0
4
+ version: 19.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - HubSpot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-29 00:00:00.000000000 Z
11
+ date: 2024-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -283,6 +283,7 @@ files:
283
283
  - lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post_with_errors.rb
284
284
  - lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb
285
285
  - lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post_language_clone_request_v_next.rb
286
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/breakpoint_styles.rb
286
287
  - lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_blog_post_forward_paging.rb
287
288
  - lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_version_blog_post.rb
288
289
  - lib/hubspot/codegen/cms/blogs/blog_posts/models/color_stop.rb
@@ -344,12 +345,14 @@ files:
344
345
  - lib/hubspot/codegen/cms/hubdb/api_client.rb
345
346
  - lib/hubspot/codegen/cms/hubdb/api_error.rb
346
347
  - lib/hubspot/codegen/cms/hubdb/configuration.rb
348
+ - lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_batch_clone_request.rb
347
349
  - lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb
348
350
  - lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb
349
351
  - lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb
350
352
  - lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb
351
353
  - lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb
352
- - lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb
354
+ - lib/hubspot/codegen/cms/hubdb/models/bounded_next_page.rb
355
+ - lib/hubspot/codegen/cms/hubdb/models/bounded_paging.rb
353
356
  - lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb
354
357
  - lib/hubspot/codegen/cms/hubdb/models/column.rb
355
358
  - lib/hubspot/codegen/cms/hubdb/models/column_request.rb
@@ -358,6 +361,7 @@ files:
358
361
  - lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb
359
362
  - lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb
360
363
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb
364
+ - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_batch_clone_request.rb
361
365
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb
362
366
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb
363
367
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb
@@ -366,8 +370,13 @@ files:
366
370
  - lib/hubspot/codegen/cms/hubdb/models/import_result.rb
367
371
  - lib/hubspot/codegen/cms/hubdb/models/next_page.rb
368
372
  - lib/hubspot/codegen/cms/hubdb/models/option.rb
373
+ - lib/hubspot/codegen/cms/hubdb/models/paging.rb
374
+ - lib/hubspot/codegen/cms/hubdb/models/previous_page.rb
375
+ - lib/hubspot/codegen/cms/hubdb/models/random_access_collection_response_with_total_hub_db_table_row_v3.rb
369
376
  - lib/hubspot/codegen/cms/hubdb/models/simple_user.rb
370
377
  - lib/hubspot/codegen/cms/hubdb/models/standard_error.rb
378
+ - lib/hubspot/codegen/cms/hubdb/models/streaming_collection_response_with_total_hub_db_table_row_v3.rb
379
+ - lib/hubspot/codegen/cms/hubdb/models/unified_collection_response_with_total_base_hub_db_table_row_v3.rb
371
380
  - lib/hubspot/codegen/cms/pages/api/landing_pages_api.rb
372
381
  - lib/hubspot/codegen/cms/pages/api/site_pages_api.rb
373
382
  - lib/hubspot/codegen/cms/pages/api_client.rb
@@ -438,7 +447,6 @@ files:
438
447
  - lib/hubspot/codegen/cms/source_code/api/content_api.rb
439
448
  - lib/hubspot/codegen/cms/source_code/api/extract_api.rb
440
449
  - lib/hubspot/codegen/cms/source_code/api/metadata_api.rb
441
- - lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb
442
450
  - lib/hubspot/codegen/cms/source_code/api/validation_api.rb
443
451
  - lib/hubspot/codegen/cms/source_code/api_client.rb
444
452
  - lib/hubspot/codegen/cms/source_code/api_error.rb
@@ -553,8 +561,7 @@ files:
553
561
  - lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_update_request.rb
554
562
  - lib/hubspot/codegen/crm/companies/api/basic_api.rb
555
563
  - lib/hubspot/codegen/crm/companies/api/batch_api.rb
556
- - lib/hubspot/codegen/crm/companies/api/gdpr_api.rb
557
- - lib/hubspot/codegen/crm/companies/api/public_object_api.rb
564
+ - lib/hubspot/codegen/crm/companies/api/merge_api.rb
558
565
  - lib/hubspot/codegen/crm/companies/api/search_api.rb
559
566
  - lib/hubspot/codegen/crm/companies/api_client.rb
560
567
  - lib/hubspot/codegen/crm/companies/api_error.rb
@@ -562,11 +569,14 @@ files:
562
569
  - lib/hubspot/codegen/crm/companies/models/associated_id.rb
563
570
  - lib/hubspot/codegen/crm/companies/models/association_spec.rb
564
571
  - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb
572
+ - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_upsert.rb
565
573
  - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb
566
574
  - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input_for_create.rb
567
575
  - lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb
568
576
  - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb
569
577
  - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb
578
+ - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_upsert_object.rb
579
+ - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_upsert_object_with_errors.rb
570
580
  - lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb
571
581
  - lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb
572
582
  - lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -579,22 +589,23 @@ files:
579
589
  - lib/hubspot/codegen/crm/companies/models/paging.rb
580
590
  - lib/hubspot/codegen/crm/companies/models/previous_page.rb
581
591
  - lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb
582
- - lib/hubspot/codegen/crm/companies/models/public_gdpr_delete_input.rb
583
592
  - lib/hubspot/codegen/crm/companies/models/public_merge_input.rb
584
593
  - lib/hubspot/codegen/crm/companies/models/public_object_id.rb
585
594
  - lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb
586
595
  - lib/hubspot/codegen/crm/companies/models/simple_public_object.rb
587
596
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb
597
+ - lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input_upsert.rb
588
598
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb
589
599
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb
590
600
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb
591
601
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb
602
+ - lib/hubspot/codegen/crm/companies/models/simple_public_upsert_object.rb
592
603
  - lib/hubspot/codegen/crm/companies/models/standard_error.rb
593
604
  - lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb
594
605
  - lib/hubspot/codegen/crm/contacts/api/basic_api.rb
595
606
  - lib/hubspot/codegen/crm/contacts/api/batch_api.rb
596
607
  - lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb
597
- - lib/hubspot/codegen/crm/contacts/api/public_object_api.rb
608
+ - lib/hubspot/codegen/crm/contacts/api/merge_api.rb
598
609
  - lib/hubspot/codegen/crm/contacts/api/search_api.rb
599
610
  - lib/hubspot/codegen/crm/contacts/api_client.rb
600
611
  - lib/hubspot/codegen/crm/contacts/api_error.rb
@@ -602,11 +613,14 @@ files:
602
613
  - lib/hubspot/codegen/crm/contacts/models/associated_id.rb
603
614
  - lib/hubspot/codegen/crm/contacts/models/association_spec.rb
604
615
  - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb
616
+ - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_upsert.rb
605
617
  - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb
606
618
  - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input_for_create.rb
607
619
  - lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb
608
620
  - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb
609
621
  - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb
622
+ - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_upsert_object.rb
623
+ - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_upsert_object_with_errors.rb
610
624
  - lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb
611
625
  - lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb
612
626
  - lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -625,16 +639,17 @@ files:
625
639
  - lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb
626
640
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb
627
641
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb
642
+ - lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input_upsert.rb
628
643
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb
629
644
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb
630
645
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb
631
646
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb
647
+ - lib/hubspot/codegen/crm/contacts/models/simple_public_upsert_object.rb
632
648
  - lib/hubspot/codegen/crm/contacts/models/standard_error.rb
633
649
  - lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb
634
650
  - lib/hubspot/codegen/crm/deals/api/basic_api.rb
635
651
  - lib/hubspot/codegen/crm/deals/api/batch_api.rb
636
- - lib/hubspot/codegen/crm/deals/api/gdpr_api.rb
637
- - lib/hubspot/codegen/crm/deals/api/public_object_api.rb
652
+ - lib/hubspot/codegen/crm/deals/api/merge_api.rb
638
653
  - lib/hubspot/codegen/crm/deals/api/search_api.rb
639
654
  - lib/hubspot/codegen/crm/deals/api_client.rb
640
655
  - lib/hubspot/codegen/crm/deals/api_error.rb
@@ -642,11 +657,14 @@ files:
642
657
  - lib/hubspot/codegen/crm/deals/models/associated_id.rb
643
658
  - lib/hubspot/codegen/crm/deals/models/association_spec.rb
644
659
  - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb
660
+ - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_upsert.rb
645
661
  - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb
646
662
  - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input_for_create.rb
647
663
  - lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb
648
664
  - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb
649
665
  - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb
666
+ - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_upsert_object.rb
667
+ - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_upsert_object_with_errors.rb
650
668
  - lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb
651
669
  - lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb
652
670
  - lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -659,62 +677,19 @@ files:
659
677
  - lib/hubspot/codegen/crm/deals/models/paging.rb
660
678
  - lib/hubspot/codegen/crm/deals/models/previous_page.rb
661
679
  - lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb
662
- - lib/hubspot/codegen/crm/deals/models/public_gdpr_delete_input.rb
663
680
  - lib/hubspot/codegen/crm/deals/models/public_merge_input.rb
664
681
  - lib/hubspot/codegen/crm/deals/models/public_object_id.rb
665
682
  - lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb
666
683
  - lib/hubspot/codegen/crm/deals/models/simple_public_object.rb
667
684
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb
685
+ - lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input_upsert.rb
668
686
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb
669
687
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb
670
688
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb
671
689
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb
690
+ - lib/hubspot/codegen/crm/deals/models/simple_public_upsert_object.rb
672
691
  - lib/hubspot/codegen/crm/deals/models/standard_error.rb
673
692
  - lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb
674
- - lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb
675
- - lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb
676
- - lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb
677
- - lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb
678
- - lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb
679
- - lib/hubspot/codegen/crm/extensions/accounting/api_client.rb
680
- - lib/hubspot/codegen/crm/extensions/accounting/api_error.rb
681
- - lib/hubspot/codegen/crm/extensions/accounting/configuration.rb
682
- - lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb
683
- - lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb
684
- - lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb
685
- - lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb
686
- - lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb
687
- - lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb
688
- - lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb
689
- - lib/hubspot/codegen/crm/extensions/accounting/models/address.rb
690
- - lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb
691
- - lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb
692
- - lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb
693
- - lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb
694
- - lib/hubspot/codegen/crm/extensions/accounting/models/error.rb
695
- - lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb
696
- - lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb
697
- - lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb
698
- - lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb
699
- - lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb
700
- - lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb
701
- - lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb
702
- - lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb
703
- - lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb
704
- - lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb
705
- - lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb
706
- - lib/hubspot/codegen/crm/extensions/accounting/models/product.rb
707
- - lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb
708
- - lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb
709
- - lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb
710
- - lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb
711
- - lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb
712
- - lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb
713
- - lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb
714
- - lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb
715
- - lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb
716
- - lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb
717
- - lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb
718
693
  - lib/hubspot/codegen/crm/extensions/calling/api/recording_settings_api.rb
719
694
  - lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb
720
695
  - lib/hubspot/codegen/crm/extensions/calling/api_client.rb
@@ -722,6 +697,7 @@ files:
722
697
  - lib/hubspot/codegen/crm/extensions/calling/configuration.rb
723
698
  - lib/hubspot/codegen/crm/extensions/calling/models/error.rb
724
699
  - lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb
700
+ - lib/hubspot/codegen/crm/extensions/calling/models/mark_recording_as_ready_request.rb
725
701
  - lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_patch_request.rb
726
702
  - lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_request.rb
727
703
  - lib/hubspot/codegen/crm/extensions/calling/models/recording_settings_response.rb
@@ -785,8 +761,6 @@ files:
785
761
  - lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb
786
762
  - lib/hubspot/codegen/crm/line_items/api/basic_api.rb
787
763
  - lib/hubspot/codegen/crm/line_items/api/batch_api.rb
788
- - lib/hubspot/codegen/crm/line_items/api/gdpr_api.rb
789
- - lib/hubspot/codegen/crm/line_items/api/public_object_api.rb
790
764
  - lib/hubspot/codegen/crm/line_items/api/search_api.rb
791
765
  - lib/hubspot/codegen/crm/line_items/api_client.rb
792
766
  - lib/hubspot/codegen/crm/line_items/api_error.rb
@@ -794,11 +768,14 @@ files:
794
768
  - lib/hubspot/codegen/crm/line_items/models/associated_id.rb
795
769
  - lib/hubspot/codegen/crm/line_items/models/association_spec.rb
796
770
  - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb
771
+ - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_upsert.rb
797
772
  - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb
798
773
  - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input_for_create.rb
799
774
  - lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb
800
775
  - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb
801
776
  - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb
777
+ - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_upsert_object.rb
778
+ - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_upsert_object_with_errors.rb
802
779
  - lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb
803
780
  - lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb
804
781
  - lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -811,30 +788,38 @@ files:
811
788
  - lib/hubspot/codegen/crm/line_items/models/paging.rb
812
789
  - lib/hubspot/codegen/crm/line_items/models/previous_page.rb
813
790
  - lib/hubspot/codegen/crm/line_items/models/public_associations_for_object.rb
814
- - lib/hubspot/codegen/crm/line_items/models/public_gdpr_delete_input.rb
815
- - lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb
816
791
  - lib/hubspot/codegen/crm/line_items/models/public_object_id.rb
817
792
  - lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb
818
793
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb
819
794
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb
795
+ - lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input_upsert.rb
820
796
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb
821
797
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb
822
798
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb
823
799
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb
800
+ - lib/hubspot/codegen/crm/line_items/models/simple_public_upsert_object.rb
824
801
  - lib/hubspot/codegen/crm/line_items/models/standard_error.rb
825
802
  - lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb
803
+ - lib/hubspot/codegen/crm/lists/api/folders_api.rb
826
804
  - lib/hubspot/codegen/crm/lists/api/lists_api.rb
805
+ - lib/hubspot/codegen/crm/lists/api/mapping_api.rb
827
806
  - lib/hubspot/codegen/crm/lists/api/memberships_api.rb
828
807
  - lib/hubspot/codegen/crm/lists/api_client.rb
829
808
  - lib/hubspot/codegen/crm/lists/api_error.rb
830
809
  - lib/hubspot/codegen/crm/lists/configuration.rb
831
- - lib/hubspot/codegen/crm/lists/models/collection_response_long.rb
810
+ - lib/hubspot/codegen/crm/lists/models/api_collection_response_join_time_and_record_id.rb
811
+ - lib/hubspot/codegen/crm/lists/models/api_collection_response_record_list_membership_no_paging.rb
832
812
  - lib/hubspot/codegen/crm/lists/models/error.rb
833
813
  - lib/hubspot/codegen/crm/lists/models/error_detail.rb
814
+ - lib/hubspot/codegen/crm/lists/models/join_time_and_record_id.rb
834
815
  - lib/hubspot/codegen/crm/lists/models/list_create_request.rb
835
816
  - lib/hubspot/codegen/crm/lists/models/list_create_response.rb
836
817
  - lib/hubspot/codegen/crm/lists/models/list_fetch_response.rb
837
818
  - lib/hubspot/codegen/crm/lists/models/list_filter_update_request.rb
819
+ - lib/hubspot/codegen/crm/lists/models/list_folder_create_request.rb
820
+ - lib/hubspot/codegen/crm/lists/models/list_folder_create_response.rb
821
+ - lib/hubspot/codegen/crm/lists/models/list_folder_fetch_response.rb
822
+ - lib/hubspot/codegen/crm/lists/models/list_move_request.rb
838
823
  - lib/hubspot/codegen/crm/lists/models/list_search_request.rb
839
824
  - lib/hubspot/codegen/crm/lists/models/list_search_response.rb
840
825
  - lib/hubspot/codegen/crm/lists/models/list_update_response.rb
@@ -853,6 +838,7 @@ files:
853
838
  - lib/hubspot/codegen/crm/lists/models/public_and_filter_branch.rb
854
839
  - lib/hubspot/codegen/crm/lists/models/public_association_filter_branch.rb
855
840
  - lib/hubspot/codegen/crm/lists/models/public_association_in_list_filter.rb
841
+ - lib/hubspot/codegen/crm/lists/models/public_batch_migration_mapping.rb
856
842
  - lib/hubspot/codegen/crm/lists/models/public_bool_property_operation.rb
857
843
  - lib/hubspot/codegen/crm/lists/models/public_calendar_date_property_operation.rb
858
844
  - lib/hubspot/codegen/crm/lists/models/public_campaign_influenced_filter.rb
@@ -868,11 +854,11 @@ files:
868
854
  - lib/hubspot/codegen/crm/lists/models/public_email_subscription_filter.rb
869
855
  - lib/hubspot/codegen/crm/lists/models/public_enumeration_property_operation.rb
870
856
  - lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter.rb
871
- - lib/hubspot/codegen/crm/lists/models/public_event_analytics_filter_coalescing_refine_by.rb
872
857
  - lib/hubspot/codegen/crm/lists/models/public_event_filter_metadata.rb
873
858
  - lib/hubspot/codegen/crm/lists/models/public_fiscal_quarter_reference.rb
874
859
  - lib/hubspot/codegen/crm/lists/models/public_fiscal_year_reference.rb
875
860
  - lib/hubspot/codegen/crm/lists/models/public_form_submission_filter.rb
861
+ - lib/hubspot/codegen/crm/lists/models/public_form_submission_filter_coalescing_refine_by.rb
876
862
  - lib/hubspot/codegen/crm/lists/models/public_form_submission_on_page_filter.rb
877
863
  - lib/hubspot/codegen/crm/lists/models/public_in_list_filter.rb
878
864
  - lib/hubspot/codegen/crm/lists/models/public_in_list_filter_metadata.rb
@@ -880,6 +866,8 @@ files:
880
866
  - lib/hubspot/codegen/crm/lists/models/public_indexed_time_point.rb
881
867
  - lib/hubspot/codegen/crm/lists/models/public_indexed_time_point_index_reference.rb
882
868
  - lib/hubspot/codegen/crm/lists/models/public_integration_event_filter.rb
869
+ - lib/hubspot/codegen/crm/lists/models/public_list_folder.rb
870
+ - lib/hubspot/codegen/crm/lists/models/public_migration_mapping.rb
883
871
  - lib/hubspot/codegen/crm/lists/models/public_month_reference.rb
884
872
  - lib/hubspot/codegen/crm/lists/models/public_multi_string_property_operation.rb
885
873
  - lib/hubspot/codegen/crm/lists/models/public_not_all_filter_branch.rb
@@ -898,7 +886,6 @@ files:
898
886
  - lib/hubspot/codegen/crm/lists/models/public_property_association_filter_branch_filters_inner.rb
899
887
  - lib/hubspot/codegen/crm/lists/models/public_property_association_in_list_filter.rb
900
888
  - lib/hubspot/codegen/crm/lists/models/public_property_filter.rb
901
- - lib/hubspot/codegen/crm/lists/models/public_property_filter_operation.rb
902
889
  - lib/hubspot/codegen/crm/lists/models/public_property_referenced_time.rb
903
890
  - lib/hubspot/codegen/crm/lists/models/public_quarter_reference.rb
904
891
  - lib/hubspot/codegen/crm/lists/models/public_ranged_date_property_operation.rb
@@ -913,27 +900,24 @@ files:
913
900
  - lib/hubspot/codegen/crm/lists/models/public_string_property_operation.rb
914
901
  - lib/hubspot/codegen/crm/lists/models/public_survey_monkey_filter.rb
915
902
  - lib/hubspot/codegen/crm/lists/models/public_survey_monkey_value_filter.rb
903
+ - lib/hubspot/codegen/crm/lists/models/public_survey_monkey_value_filter_value_comparison.rb
916
904
  - lib/hubspot/codegen/crm/lists/models/public_time_offset.rb
917
905
  - lib/hubspot/codegen/crm/lists/models/public_time_point_operation.rb
918
906
  - lib/hubspot/codegen/crm/lists/models/public_time_point_operation_time_point.rb
919
907
  - lib/hubspot/codegen/crm/lists/models/public_today_reference.rb
920
908
  - lib/hubspot/codegen/crm/lists/models/public_unified_events_filter.rb
921
909
  - lib/hubspot/codegen/crm/lists/models/public_unified_events_filter_branch.rb
922
- - lib/hubspot/codegen/crm/lists/models/public_unified_events_in_list_filter.rb
923
910
  - lib/hubspot/codegen/crm/lists/models/public_webinar_filter.rb
924
911
  - lib/hubspot/codegen/crm/lists/models/public_week_reference.rb
925
912
  - lib/hubspot/codegen/crm/lists/models/public_year_reference.rb
913
+ - lib/hubspot/codegen/crm/lists/models/record_list_membership.rb
926
914
  - lib/hubspot/codegen/crm/objects/api/basic_api.rb
927
915
  - lib/hubspot/codegen/crm/objects/api/batch_api.rb
928
- - lib/hubspot/codegen/crm/objects/api/gdpr_api.rb
929
- - lib/hubspot/codegen/crm/objects/api/public_object_api.rb
930
916
  - lib/hubspot/codegen/crm/objects/api/search_api.rb
931
917
  - lib/hubspot/codegen/crm/objects/api_client.rb
932
918
  - lib/hubspot/codegen/crm/objects/api_error.rb
933
919
  - lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb
934
920
  - lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb
935
- - lib/hubspot/codegen/crm/objects/calls/api/gdpr_api.rb
936
- - lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb
937
921
  - lib/hubspot/codegen/crm/objects/calls/api/search_api.rb
938
922
  - lib/hubspot/codegen/crm/objects/calls/api_client.rb
939
923
  - lib/hubspot/codegen/crm/objects/calls/api_error.rb
@@ -941,11 +925,14 @@ files:
941
925
  - lib/hubspot/codegen/crm/objects/calls/models/associated_id.rb
942
926
  - lib/hubspot/codegen/crm/objects/calls/models/association_spec.rb
943
927
  - lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input.rb
928
+ - lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input_upsert.rb
944
929
  - lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_id.rb
945
930
  - lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_for_create.rb
946
931
  - lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb
947
932
  - lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb
948
933
  - lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb
934
+ - lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_upsert_object.rb
935
+ - lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_upsert_object_with_errors.rb
949
936
  - lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb
950
937
  - lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb
951
938
  - lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -958,22 +945,20 @@ files:
958
945
  - lib/hubspot/codegen/crm/objects/calls/models/paging.rb
959
946
  - lib/hubspot/codegen/crm/objects/calls/models/previous_page.rb
960
947
  - lib/hubspot/codegen/crm/objects/calls/models/public_associations_for_object.rb
961
- - lib/hubspot/codegen/crm/objects/calls/models/public_gdpr_delete_input.rb
962
- - lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb
963
948
  - lib/hubspot/codegen/crm/objects/calls/models/public_object_id.rb
964
949
  - lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb
965
950
  - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb
966
951
  - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb
952
+ - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input_upsert.rb
967
953
  - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_id.rb
968
954
  - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb
969
955
  - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb
970
956
  - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb
957
+ - lib/hubspot/codegen/crm/objects/calls/models/simple_public_upsert_object.rb
971
958
  - lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb
972
959
  - lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb
973
960
  - lib/hubspot/codegen/crm/objects/communications/api/basic_api.rb
974
961
  - lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb
975
- - lib/hubspot/codegen/crm/objects/communications/api/gdpr_api.rb
976
- - lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb
977
962
  - lib/hubspot/codegen/crm/objects/communications/api/search_api.rb
978
963
  - lib/hubspot/codegen/crm/objects/communications/api_client.rb
979
964
  - lib/hubspot/codegen/crm/objects/communications/api_error.rb
@@ -981,11 +966,14 @@ files:
981
966
  - lib/hubspot/codegen/crm/objects/communications/models/associated_id.rb
982
967
  - lib/hubspot/codegen/crm/objects/communications/models/association_spec.rb
983
968
  - lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input.rb
969
+ - lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input_upsert.rb
984
970
  - lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_id.rb
985
971
  - lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_input_for_create.rb
986
972
  - lib/hubspot/codegen/crm/objects/communications/models/batch_read_input_simple_public_object_id.rb
987
973
  - lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object.rb
988
974
  - lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object_with_errors.rb
975
+ - lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_upsert_object.rb
976
+ - lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_upsert_object_with_errors.rb
989
977
  - lib/hubspot/codegen/crm/objects/communications/models/collection_response_associated_id.rb
990
978
  - lib/hubspot/codegen/crm/objects/communications/models/collection_response_simple_public_object_with_associations_forward_paging.rb
991
979
  - lib/hubspot/codegen/crm/objects/communications/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -998,23 +986,21 @@ files:
998
986
  - lib/hubspot/codegen/crm/objects/communications/models/paging.rb
999
987
  - lib/hubspot/codegen/crm/objects/communications/models/previous_page.rb
1000
988
  - lib/hubspot/codegen/crm/objects/communications/models/public_associations_for_object.rb
1001
- - lib/hubspot/codegen/crm/objects/communications/models/public_gdpr_delete_input.rb
1002
- - lib/hubspot/codegen/crm/objects/communications/models/public_merge_input.rb
1003
989
  - lib/hubspot/codegen/crm/objects/communications/models/public_object_id.rb
1004
990
  - lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb
1005
991
  - lib/hubspot/codegen/crm/objects/communications/models/simple_public_object.rb
1006
992
  - lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb
993
+ - lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input_upsert.rb
1007
994
  - lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_id.rb
1008
995
  - lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input.rb
1009
996
  - lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb
1010
997
  - lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_with_associations.rb
998
+ - lib/hubspot/codegen/crm/objects/communications/models/simple_public_upsert_object.rb
1011
999
  - lib/hubspot/codegen/crm/objects/communications/models/standard_error.rb
1012
1000
  - lib/hubspot/codegen/crm/objects/communications/models/value_with_timestamp.rb
1013
1001
  - lib/hubspot/codegen/crm/objects/configuration.rb
1014
1002
  - lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb
1015
1003
  - lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb
1016
- - lib/hubspot/codegen/crm/objects/emails/api/gdpr_api.rb
1017
- - lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb
1018
1004
  - lib/hubspot/codegen/crm/objects/emails/api/search_api.rb
1019
1005
  - lib/hubspot/codegen/crm/objects/emails/api_client.rb
1020
1006
  - lib/hubspot/codegen/crm/objects/emails/api_error.rb
@@ -1022,11 +1008,14 @@ files:
1022
1008
  - lib/hubspot/codegen/crm/objects/emails/models/associated_id.rb
1023
1009
  - lib/hubspot/codegen/crm/objects/emails/models/association_spec.rb
1024
1010
  - lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input.rb
1011
+ - lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input_upsert.rb
1025
1012
  - lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_id.rb
1026
1013
  - lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_for_create.rb
1027
1014
  - lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb
1028
1015
  - lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb
1029
1016
  - lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb
1017
+ - lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_upsert_object.rb
1018
+ - lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_upsert_object_with_errors.rb
1030
1019
  - lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb
1031
1020
  - lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1032
1021
  - lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -1039,16 +1028,16 @@ files:
1039
1028
  - lib/hubspot/codegen/crm/objects/emails/models/paging.rb
1040
1029
  - lib/hubspot/codegen/crm/objects/emails/models/previous_page.rb
1041
1030
  - lib/hubspot/codegen/crm/objects/emails/models/public_associations_for_object.rb
1042
- - lib/hubspot/codegen/crm/objects/emails/models/public_gdpr_delete_input.rb
1043
- - lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb
1044
1031
  - lib/hubspot/codegen/crm/objects/emails/models/public_object_id.rb
1045
1032
  - lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb
1046
1033
  - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb
1047
1034
  - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb
1035
+ - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input_upsert.rb
1048
1036
  - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_id.rb
1049
1037
  - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb
1050
1038
  - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb
1051
1039
  - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb
1040
+ - lib/hubspot/codegen/crm/objects/emails/models/simple_public_upsert_object.rb
1052
1041
  - lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb
1053
1042
  - lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb
1054
1043
  - lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb
@@ -1093,17 +1082,11 @@ files:
1093
1082
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb
1094
1083
  - lib/hubspot/codegen/crm/objects/goals/api/basic_api.rb
1095
1084
  - lib/hubspot/codegen/crm/objects/goals/api/batch_api.rb
1096
- - lib/hubspot/codegen/crm/objects/goals/api/gdpr_api.rb
1097
- - lib/hubspot/codegen/crm/objects/goals/api/public_object_api.rb
1098
1085
  - lib/hubspot/codegen/crm/objects/goals/api/search_api.rb
1099
1086
  - lib/hubspot/codegen/crm/objects/goals/api_client.rb
1100
1087
  - lib/hubspot/codegen/crm/objects/goals/api_error.rb
1101
1088
  - lib/hubspot/codegen/crm/objects/goals/configuration.rb
1102
1089
  - lib/hubspot/codegen/crm/objects/goals/models/associated_id.rb
1103
- - lib/hubspot/codegen/crm/objects/goals/models/association_spec.rb
1104
- - lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_batch_input.rb
1105
- - lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_id.rb
1106
- - lib/hubspot/codegen/crm/objects/goals/models/batch_input_simple_public_object_input_for_create.rb
1107
1090
  - lib/hubspot/codegen/crm/objects/goals/models/batch_read_input_simple_public_object_id.rb
1108
1091
  - lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_object.rb
1109
1092
  - lib/hubspot/codegen/crm/objects/goals/models/batch_response_simple_public_object_with_errors.rb
@@ -1118,23 +1101,55 @@ files:
1118
1101
  - lib/hubspot/codegen/crm/objects/goals/models/next_page.rb
1119
1102
  - lib/hubspot/codegen/crm/objects/goals/models/paging.rb
1120
1103
  - lib/hubspot/codegen/crm/objects/goals/models/previous_page.rb
1121
- - lib/hubspot/codegen/crm/objects/goals/models/public_associations_for_object.rb
1122
- - lib/hubspot/codegen/crm/objects/goals/models/public_gdpr_delete_input.rb
1123
- - lib/hubspot/codegen/crm/objects/goals/models/public_merge_input.rb
1124
- - lib/hubspot/codegen/crm/objects/goals/models/public_object_id.rb
1125
1104
  - lib/hubspot/codegen/crm/objects/goals/models/public_object_search_request.rb
1126
1105
  - lib/hubspot/codegen/crm/objects/goals/models/simple_public_object.rb
1127
- - lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_batch_input.rb
1128
1106
  - lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_id.rb
1129
- - lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input.rb
1130
- - lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_input_for_create.rb
1131
1107
  - lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_with_associations.rb
1132
1108
  - lib/hubspot/codegen/crm/objects/goals/models/standard_error.rb
1133
1109
  - lib/hubspot/codegen/crm/objects/goals/models/value_with_timestamp.rb
1110
+ - lib/hubspot/codegen/crm/objects/leads/api/basic_api.rb
1111
+ - lib/hubspot/codegen/crm/objects/leads/api/batch_api.rb
1112
+ - lib/hubspot/codegen/crm/objects/leads/api/search_api.rb
1113
+ - lib/hubspot/codegen/crm/objects/leads/api_client.rb
1114
+ - lib/hubspot/codegen/crm/objects/leads/api_error.rb
1115
+ - lib/hubspot/codegen/crm/objects/leads/configuration.rb
1116
+ - lib/hubspot/codegen/crm/objects/leads/models/associated_id.rb
1117
+ - lib/hubspot/codegen/crm/objects/leads/models/association_spec.rb
1118
+ - lib/hubspot/codegen/crm/objects/leads/models/batch_input_simple_public_object_batch_input.rb
1119
+ - lib/hubspot/codegen/crm/objects/leads/models/batch_input_simple_public_object_batch_input_upsert.rb
1120
+ - lib/hubspot/codegen/crm/objects/leads/models/batch_input_simple_public_object_id.rb
1121
+ - lib/hubspot/codegen/crm/objects/leads/models/batch_input_simple_public_object_input_for_create.rb
1122
+ - lib/hubspot/codegen/crm/objects/leads/models/batch_read_input_simple_public_object_id.rb
1123
+ - lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_object.rb
1124
+ - lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_object_with_errors.rb
1125
+ - lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_upsert_object.rb
1126
+ - lib/hubspot/codegen/crm/objects/leads/models/batch_response_simple_public_upsert_object_with_errors.rb
1127
+ - lib/hubspot/codegen/crm/objects/leads/models/collection_response_associated_id.rb
1128
+ - lib/hubspot/codegen/crm/objects/leads/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1129
+ - lib/hubspot/codegen/crm/objects/leads/models/collection_response_with_total_simple_public_object_forward_paging.rb
1130
+ - lib/hubspot/codegen/crm/objects/leads/models/error.rb
1131
+ - lib/hubspot/codegen/crm/objects/leads/models/error_detail.rb
1132
+ - lib/hubspot/codegen/crm/objects/leads/models/filter.rb
1133
+ - lib/hubspot/codegen/crm/objects/leads/models/filter_group.rb
1134
+ - lib/hubspot/codegen/crm/objects/leads/models/forward_paging.rb
1135
+ - lib/hubspot/codegen/crm/objects/leads/models/next_page.rb
1136
+ - lib/hubspot/codegen/crm/objects/leads/models/paging.rb
1137
+ - lib/hubspot/codegen/crm/objects/leads/models/previous_page.rb
1138
+ - lib/hubspot/codegen/crm/objects/leads/models/public_associations_for_object.rb
1139
+ - lib/hubspot/codegen/crm/objects/leads/models/public_object_id.rb
1140
+ - lib/hubspot/codegen/crm/objects/leads/models/public_object_search_request.rb
1141
+ - lib/hubspot/codegen/crm/objects/leads/models/simple_public_object.rb
1142
+ - lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_batch_input.rb
1143
+ - lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_batch_input_upsert.rb
1144
+ - lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_id.rb
1145
+ - lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_input.rb
1146
+ - lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_input_for_create.rb
1147
+ - lib/hubspot/codegen/crm/objects/leads/models/simple_public_object_with_associations.rb
1148
+ - lib/hubspot/codegen/crm/objects/leads/models/simple_public_upsert_object.rb
1149
+ - lib/hubspot/codegen/crm/objects/leads/models/standard_error.rb
1150
+ - lib/hubspot/codegen/crm/objects/leads/models/value_with_timestamp.rb
1134
1151
  - lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb
1135
1152
  - lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb
1136
- - lib/hubspot/codegen/crm/objects/meetings/api/gdpr_api.rb
1137
- - lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb
1138
1153
  - lib/hubspot/codegen/crm/objects/meetings/api/search_api.rb
1139
1154
  - lib/hubspot/codegen/crm/objects/meetings/api_client.rb
1140
1155
  - lib/hubspot/codegen/crm/objects/meetings/api_error.rb
@@ -1142,11 +1157,14 @@ files:
1142
1157
  - lib/hubspot/codegen/crm/objects/meetings/models/associated_id.rb
1143
1158
  - lib/hubspot/codegen/crm/objects/meetings/models/association_spec.rb
1144
1159
  - lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input.rb
1160
+ - lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input_upsert.rb
1145
1161
  - lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id.rb
1146
1162
  - lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_for_create.rb
1147
1163
  - lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb
1148
1164
  - lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb
1149
1165
  - lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb
1166
+ - lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_upsert_object.rb
1167
+ - lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_upsert_object_with_errors.rb
1150
1168
  - lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb
1151
1169
  - lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1152
1170
  - lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -1159,26 +1177,29 @@ files:
1159
1177
  - lib/hubspot/codegen/crm/objects/meetings/models/paging.rb
1160
1178
  - lib/hubspot/codegen/crm/objects/meetings/models/previous_page.rb
1161
1179
  - lib/hubspot/codegen/crm/objects/meetings/models/public_associations_for_object.rb
1162
- - lib/hubspot/codegen/crm/objects/meetings/models/public_gdpr_delete_input.rb
1163
- - lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb
1164
1180
  - lib/hubspot/codegen/crm/objects/meetings/models/public_object_id.rb
1165
1181
  - lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb
1166
1182
  - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb
1167
1183
  - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb
1184
+ - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input_upsert.rb
1168
1185
  - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_id.rb
1169
1186
  - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb
1170
1187
  - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb
1171
1188
  - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb
1189
+ - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_upsert_object.rb
1172
1190
  - lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb
1173
1191
  - lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb
1174
1192
  - lib/hubspot/codegen/crm/objects/models/associated_id.rb
1175
1193
  - lib/hubspot/codegen/crm/objects/models/association_spec.rb
1176
1194
  - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb
1195
+ - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_upsert.rb
1177
1196
  - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb
1178
1197
  - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input_for_create.rb
1179
1198
  - lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb
1180
1199
  - lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb
1181
1200
  - lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb
1201
+ - lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_upsert_object.rb
1202
+ - lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_upsert_object_with_errors.rb
1182
1203
  - lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb
1183
1204
  - lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1184
1205
  - lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -1191,22 +1212,20 @@ files:
1191
1212
  - lib/hubspot/codegen/crm/objects/models/paging.rb
1192
1213
  - lib/hubspot/codegen/crm/objects/models/previous_page.rb
1193
1214
  - lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb
1194
- - lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb
1195
- - lib/hubspot/codegen/crm/objects/models/public_merge_input.rb
1196
1215
  - lib/hubspot/codegen/crm/objects/models/public_object_id.rb
1197
1216
  - lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb
1198
1217
  - lib/hubspot/codegen/crm/objects/models/simple_public_object.rb
1199
1218
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb
1219
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input_upsert.rb
1200
1220
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb
1201
1221
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb
1202
1222
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb
1203
1223
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb
1224
+ - lib/hubspot/codegen/crm/objects/models/simple_public_upsert_object.rb
1204
1225
  - lib/hubspot/codegen/crm/objects/models/standard_error.rb
1205
1226
  - lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb
1206
1227
  - lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb
1207
1228
  - lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb
1208
- - lib/hubspot/codegen/crm/objects/notes/api/gdpr_api.rb
1209
- - lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb
1210
1229
  - lib/hubspot/codegen/crm/objects/notes/api/search_api.rb
1211
1230
  - lib/hubspot/codegen/crm/objects/notes/api_client.rb
1212
1231
  - lib/hubspot/codegen/crm/objects/notes/api_error.rb
@@ -1214,11 +1233,14 @@ files:
1214
1233
  - lib/hubspot/codegen/crm/objects/notes/models/associated_id.rb
1215
1234
  - lib/hubspot/codegen/crm/objects/notes/models/association_spec.rb
1216
1235
  - lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input.rb
1236
+ - lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input_upsert.rb
1217
1237
  - lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_id.rb
1218
1238
  - lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_for_create.rb
1219
1239
  - lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb
1220
1240
  - lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb
1221
1241
  - lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb
1242
+ - lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_upsert_object.rb
1243
+ - lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_upsert_object_with_errors.rb
1222
1244
  - lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb
1223
1245
  - lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1224
1246
  - lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -1231,22 +1253,20 @@ files:
1231
1253
  - lib/hubspot/codegen/crm/objects/notes/models/paging.rb
1232
1254
  - lib/hubspot/codegen/crm/objects/notes/models/previous_page.rb
1233
1255
  - lib/hubspot/codegen/crm/objects/notes/models/public_associations_for_object.rb
1234
- - lib/hubspot/codegen/crm/objects/notes/models/public_gdpr_delete_input.rb
1235
- - lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb
1236
1256
  - lib/hubspot/codegen/crm/objects/notes/models/public_object_id.rb
1237
1257
  - lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb
1238
1258
  - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb
1239
1259
  - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb
1260
+ - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input_upsert.rb
1240
1261
  - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_id.rb
1241
1262
  - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb
1242
1263
  - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb
1243
1264
  - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb
1265
+ - lib/hubspot/codegen/crm/objects/notes/models/simple_public_upsert_object.rb
1244
1266
  - lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb
1245
1267
  - lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb
1246
1268
  - lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb
1247
1269
  - lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb
1248
- - lib/hubspot/codegen/crm/objects/postal_mail/api/gdpr_api.rb
1249
- - lib/hubspot/codegen/crm/objects/postal_mail/api/public_object_api.rb
1250
1270
  - lib/hubspot/codegen/crm/objects/postal_mail/api/search_api.rb
1251
1271
  - lib/hubspot/codegen/crm/objects/postal_mail/api_client.rb
1252
1272
  - lib/hubspot/codegen/crm/objects/postal_mail/api_error.rb
@@ -1254,11 +1274,14 @@ files:
1254
1274
  - lib/hubspot/codegen/crm/objects/postal_mail/models/associated_id.rb
1255
1275
  - lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec.rb
1256
1276
  - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input.rb
1277
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input_upsert.rb
1257
1278
  - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_id.rb
1258
1279
  - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input_for_create.rb
1259
1280
  - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb
1260
1281
  - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb
1261
1282
  - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb
1283
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_upsert_object.rb
1284
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_upsert_object_with_errors.rb
1262
1285
  - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb
1263
1286
  - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1264
1287
  - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -1271,22 +1294,20 @@ files:
1271
1294
  - lib/hubspot/codegen/crm/objects/postal_mail/models/paging.rb
1272
1295
  - lib/hubspot/codegen/crm/objects/postal_mail/models/previous_page.rb
1273
1296
  - lib/hubspot/codegen/crm/objects/postal_mail/models/public_associations_for_object.rb
1274
- - lib/hubspot/codegen/crm/objects/postal_mail/models/public_gdpr_delete_input.rb
1275
- - lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb
1276
1297
  - lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_id.rb
1277
1298
  - lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb
1278
1299
  - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb
1279
1300
  - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb
1301
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input_upsert.rb
1280
1302
  - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_id.rb
1281
1303
  - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb
1282
1304
  - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb
1283
1305
  - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb
1306
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_upsert_object.rb
1284
1307
  - lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb
1285
1308
  - lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb
1286
1309
  - lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb
1287
1310
  - lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb
1288
- - lib/hubspot/codegen/crm/objects/tasks/api/gdpr_api.rb
1289
- - lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb
1290
1311
  - lib/hubspot/codegen/crm/objects/tasks/api/search_api.rb
1291
1312
  - lib/hubspot/codegen/crm/objects/tasks/api_client.rb
1292
1313
  - lib/hubspot/codegen/crm/objects/tasks/api_error.rb
@@ -1294,11 +1315,14 @@ files:
1294
1315
  - lib/hubspot/codegen/crm/objects/tasks/models/associated_id.rb
1295
1316
  - lib/hubspot/codegen/crm/objects/tasks/models/association_spec.rb
1296
1317
  - lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input.rb
1318
+ - lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input_upsert.rb
1297
1319
  - lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id.rb
1298
1320
  - lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_for_create.rb
1299
1321
  - lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb
1300
1322
  - lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb
1301
1323
  - lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb
1324
+ - lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_upsert_object.rb
1325
+ - lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_upsert_object_with_errors.rb
1302
1326
  - lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb
1303
1327
  - lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1304
1328
  - lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -1311,22 +1335,20 @@ files:
1311
1335
  - lib/hubspot/codegen/crm/objects/tasks/models/paging.rb
1312
1336
  - lib/hubspot/codegen/crm/objects/tasks/models/previous_page.rb
1313
1337
  - lib/hubspot/codegen/crm/objects/tasks/models/public_associations_for_object.rb
1314
- - lib/hubspot/codegen/crm/objects/tasks/models/public_gdpr_delete_input.rb
1315
- - lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb
1316
1338
  - lib/hubspot/codegen/crm/objects/tasks/models/public_object_id.rb
1317
1339
  - lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb
1318
1340
  - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb
1319
1341
  - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb
1342
+ - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input_upsert.rb
1320
1343
  - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_id.rb
1321
1344
  - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb
1322
1345
  - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb
1323
1346
  - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb
1347
+ - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_upsert_object.rb
1324
1348
  - lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb
1325
1349
  - lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb
1326
1350
  - lib/hubspot/codegen/crm/objects/taxes/api/basic_api.rb
1327
1351
  - lib/hubspot/codegen/crm/objects/taxes/api/batch_api.rb
1328
- - lib/hubspot/codegen/crm/objects/taxes/api/gdpr_api.rb
1329
- - lib/hubspot/codegen/crm/objects/taxes/api/public_object_api.rb
1330
1352
  - lib/hubspot/codegen/crm/objects/taxes/api/search_api.rb
1331
1353
  - lib/hubspot/codegen/crm/objects/taxes/api_client.rb
1332
1354
  - lib/hubspot/codegen/crm/objects/taxes/api_error.rb
@@ -1334,11 +1356,14 @@ files:
1334
1356
  - lib/hubspot/codegen/crm/objects/taxes/models/associated_id.rb
1335
1357
  - lib/hubspot/codegen/crm/objects/taxes/models/association_spec.rb
1336
1358
  - lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_batch_input.rb
1359
+ - lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_batch_input_upsert.rb
1337
1360
  - lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_id.rb
1338
1361
  - lib/hubspot/codegen/crm/objects/taxes/models/batch_input_simple_public_object_input_for_create.rb
1339
1362
  - lib/hubspot/codegen/crm/objects/taxes/models/batch_read_input_simple_public_object_id.rb
1340
1363
  - lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_object.rb
1341
1364
  - lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_object_with_errors.rb
1365
+ - lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_upsert_object.rb
1366
+ - lib/hubspot/codegen/crm/objects/taxes/models/batch_response_simple_public_upsert_object_with_errors.rb
1342
1367
  - lib/hubspot/codegen/crm/objects/taxes/models/collection_response_associated_id.rb
1343
1368
  - lib/hubspot/codegen/crm/objects/taxes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1344
1369
  - lib/hubspot/codegen/crm/objects/taxes/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -1351,16 +1376,16 @@ files:
1351
1376
  - lib/hubspot/codegen/crm/objects/taxes/models/paging.rb
1352
1377
  - lib/hubspot/codegen/crm/objects/taxes/models/previous_page.rb
1353
1378
  - lib/hubspot/codegen/crm/objects/taxes/models/public_associations_for_object.rb
1354
- - lib/hubspot/codegen/crm/objects/taxes/models/public_gdpr_delete_input.rb
1355
- - lib/hubspot/codegen/crm/objects/taxes/models/public_merge_input.rb
1356
1379
  - lib/hubspot/codegen/crm/objects/taxes/models/public_object_id.rb
1357
1380
  - lib/hubspot/codegen/crm/objects/taxes/models/public_object_search_request.rb
1358
1381
  - lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object.rb
1359
1382
  - lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input.rb
1383
+ - lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input_upsert.rb
1360
1384
  - lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_id.rb
1361
1385
  - lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input.rb
1362
1386
  - lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_input_for_create.rb
1363
1387
  - lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_with_associations.rb
1388
+ - lib/hubspot/codegen/crm/objects/taxes/models/simple_public_upsert_object.rb
1364
1389
  - lib/hubspot/codegen/crm/objects/taxes/models/standard_error.rb
1365
1390
  - lib/hubspot/codegen/crm/objects/taxes/models/value_with_timestamp.rb
1366
1391
  - lib/hubspot/codegen/crm/owners/api/owners_api.rb
@@ -1395,8 +1420,6 @@ files:
1395
1420
  - lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb
1396
1421
  - lib/hubspot/codegen/crm/products/api/basic_api.rb
1397
1422
  - lib/hubspot/codegen/crm/products/api/batch_api.rb
1398
- - lib/hubspot/codegen/crm/products/api/gdpr_api.rb
1399
- - lib/hubspot/codegen/crm/products/api/public_object_api.rb
1400
1423
  - lib/hubspot/codegen/crm/products/api/search_api.rb
1401
1424
  - lib/hubspot/codegen/crm/products/api_client.rb
1402
1425
  - lib/hubspot/codegen/crm/products/api_error.rb
@@ -1404,11 +1427,14 @@ files:
1404
1427
  - lib/hubspot/codegen/crm/products/models/associated_id.rb
1405
1428
  - lib/hubspot/codegen/crm/products/models/association_spec.rb
1406
1429
  - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb
1430
+ - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input_upsert.rb
1407
1431
  - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb
1408
1432
  - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input_for_create.rb
1409
1433
  - lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb
1410
1434
  - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb
1411
1435
  - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb
1436
+ - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_upsert_object.rb
1437
+ - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_upsert_object_with_errors.rb
1412
1438
  - lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb
1413
1439
  - lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1414
1440
  - lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -1421,16 +1447,16 @@ files:
1421
1447
  - lib/hubspot/codegen/crm/products/models/paging.rb
1422
1448
  - lib/hubspot/codegen/crm/products/models/previous_page.rb
1423
1449
  - lib/hubspot/codegen/crm/products/models/public_associations_for_object.rb
1424
- - lib/hubspot/codegen/crm/products/models/public_gdpr_delete_input.rb
1425
- - lib/hubspot/codegen/crm/products/models/public_merge_input.rb
1426
1450
  - lib/hubspot/codegen/crm/products/models/public_object_id.rb
1427
1451
  - lib/hubspot/codegen/crm/products/models/public_object_search_request.rb
1428
1452
  - lib/hubspot/codegen/crm/products/models/simple_public_object.rb
1429
1453
  - lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb
1454
+ - lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input_upsert.rb
1430
1455
  - lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb
1431
1456
  - lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb
1432
1457
  - lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb
1433
1458
  - lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb
1459
+ - lib/hubspot/codegen/crm/products/models/simple_public_upsert_object.rb
1434
1460
  - lib/hubspot/codegen/crm/products/models/standard_error.rb
1435
1461
  - lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb
1436
1462
  - lib/hubspot/codegen/crm/properties/api/batch_api.rb
@@ -1461,8 +1487,6 @@ files:
1461
1487
  - lib/hubspot/codegen/crm/properties/models/standard_error.rb
1462
1488
  - lib/hubspot/codegen/crm/quotes/api/basic_api.rb
1463
1489
  - lib/hubspot/codegen/crm/quotes/api/batch_api.rb
1464
- - lib/hubspot/codegen/crm/quotes/api/gdpr_api.rb
1465
- - lib/hubspot/codegen/crm/quotes/api/public_object_api.rb
1466
1490
  - lib/hubspot/codegen/crm/quotes/api/search_api.rb
1467
1491
  - lib/hubspot/codegen/crm/quotes/api_client.rb
1468
1492
  - lib/hubspot/codegen/crm/quotes/api_error.rb
@@ -1470,11 +1494,14 @@ files:
1470
1494
  - lib/hubspot/codegen/crm/quotes/models/associated_id.rb
1471
1495
  - lib/hubspot/codegen/crm/quotes/models/association_spec.rb
1472
1496
  - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb
1497
+ - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_upsert.rb
1473
1498
  - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb
1474
1499
  - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input_for_create.rb
1475
1500
  - lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb
1476
1501
  - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb
1477
1502
  - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb
1503
+ - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_upsert_object.rb
1504
+ - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_upsert_object_with_errors.rb
1478
1505
  - lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb
1479
1506
  - lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1480
1507
  - lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -1487,20 +1514,19 @@ files:
1487
1514
  - lib/hubspot/codegen/crm/quotes/models/paging.rb
1488
1515
  - lib/hubspot/codegen/crm/quotes/models/previous_page.rb
1489
1516
  - lib/hubspot/codegen/crm/quotes/models/public_associations_for_object.rb
1490
- - lib/hubspot/codegen/crm/quotes/models/public_gdpr_delete_input.rb
1491
- - lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb
1492
1517
  - lib/hubspot/codegen/crm/quotes/models/public_object_id.rb
1493
1518
  - lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb
1494
1519
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb
1495
1520
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb
1521
+ - lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input_upsert.rb
1496
1522
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb
1497
1523
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb
1498
1524
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb
1499
1525
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb
1526
+ - lib/hubspot/codegen/crm/quotes/models/simple_public_upsert_object.rb
1500
1527
  - lib/hubspot/codegen/crm/quotes/models/standard_error.rb
1501
1528
  - lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb
1502
1529
  - lib/hubspot/codegen/crm/schemas/api/core_api.rb
1503
- - lib/hubspot/codegen/crm/schemas/api/public_object_schemas_api.rb
1504
1530
  - lib/hubspot/codegen/crm/schemas/api_client.rb
1505
1531
  - lib/hubspot/codegen/crm/schemas/api_error.rb
1506
1532
  - lib/hubspot/codegen/crm/schemas/configuration.rb
@@ -1521,8 +1547,7 @@ files:
1521
1547
  - lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb
1522
1548
  - lib/hubspot/codegen/crm/tickets/api/basic_api.rb
1523
1549
  - lib/hubspot/codegen/crm/tickets/api/batch_api.rb
1524
- - lib/hubspot/codegen/crm/tickets/api/gdpr_api.rb
1525
- - lib/hubspot/codegen/crm/tickets/api/public_object_api.rb
1550
+ - lib/hubspot/codegen/crm/tickets/api/merge_api.rb
1526
1551
  - lib/hubspot/codegen/crm/tickets/api/search_api.rb
1527
1552
  - lib/hubspot/codegen/crm/tickets/api_client.rb
1528
1553
  - lib/hubspot/codegen/crm/tickets/api_error.rb
@@ -1530,11 +1555,14 @@ files:
1530
1555
  - lib/hubspot/codegen/crm/tickets/models/associated_id.rb
1531
1556
  - lib/hubspot/codegen/crm/tickets/models/association_spec.rb
1532
1557
  - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb
1558
+ - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_upsert.rb
1533
1559
  - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb
1534
1560
  - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input_for_create.rb
1535
1561
  - lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb
1536
1562
  - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb
1537
1563
  - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb
1564
+ - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_upsert_object.rb
1565
+ - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_upsert_object_with_errors.rb
1538
1566
  - lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb
1539
1567
  - lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1540
1568
  - lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb
@@ -1547,16 +1575,17 @@ files:
1547
1575
  - lib/hubspot/codegen/crm/tickets/models/paging.rb
1548
1576
  - lib/hubspot/codegen/crm/tickets/models/previous_page.rb
1549
1577
  - lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb
1550
- - lib/hubspot/codegen/crm/tickets/models/public_gdpr_delete_input.rb
1551
1578
  - lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb
1552
1579
  - lib/hubspot/codegen/crm/tickets/models/public_object_id.rb
1553
1580
  - lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb
1554
1581
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb
1555
1582
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb
1583
+ - lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input_upsert.rb
1556
1584
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb
1557
1585
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb
1558
1586
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb
1559
1587
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb
1588
+ - lib/hubspot/codegen/crm/tickets/models/simple_public_upsert_object.rb
1560
1589
  - lib/hubspot/codegen/crm/tickets/models/standard_error.rb
1561
1590
  - lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb
1562
1591
  - lib/hubspot/codegen/crm/timeline/api/events_api.rb
@@ -1593,6 +1622,7 @@ files:
1593
1622
  - lib/hubspot/codegen/events/models/next_page.rb
1594
1623
  - lib/hubspot/codegen/events/models/paging.rb
1595
1624
  - lib/hubspot/codegen/events/models/previous_page.rb
1625
+ - lib/hubspot/codegen/events/models/visible_external_event_type_names.rb
1596
1626
  - lib/hubspot/codegen/events/send/api/custom_event_data_api.rb
1597
1627
  - lib/hubspot/codegen/events/send/api_client.rb
1598
1628
  - lib/hubspot/codegen/events/send/api_error.rb
@@ -1627,14 +1657,14 @@ files:
1627
1657
  - lib/hubspot/codegen/files/models/standard_error.rb
1628
1658
  - lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb
1629
1659
  - lib/hubspot/codegen/marketing/events/api/basic_api.rb
1630
- - lib/hubspot/codegen/marketing/events/api/batch_api.rb
1631
- - lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb
1632
- - lib/hubspot/codegen/marketing/events/api/search_api.rb
1660
+ - lib/hubspot/codegen/marketing/events/api/list_associations_api.rb
1661
+ - lib/hubspot/codegen/marketing/events/api/participant_state_api.rb
1633
1662
  - lib/hubspot/codegen/marketing/events/api/settings_api.rb
1634
1663
  - lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb
1635
1664
  - lib/hubspot/codegen/marketing/events/api_client.rb
1636
1665
  - lib/hubspot/codegen/marketing/events/api_error.rb
1637
1666
  - lib/hubspot/codegen/marketing/events/configuration.rb
1667
+ - lib/hubspot/codegen/marketing/events/models/attendance_counters.rb
1638
1668
  - lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb
1639
1669
  - lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb
1640
1670
  - lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb
@@ -1643,10 +1673,15 @@ files:
1643
1673
  - lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb
1644
1674
  - lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb
1645
1675
  - lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb
1676
+ - lib/hubspot/codegen/marketing/events/models/collection_response_with_total_participation_breakdown_forward_paging.rb
1677
+ - lib/hubspot/codegen/marketing/events/models/collection_response_with_total_public_list_no_paging.rb
1678
+ - lib/hubspot/codegen/marketing/events/models/contact_association.rb
1646
1679
  - lib/hubspot/codegen/marketing/events/models/error.rb
1647
1680
  - lib/hubspot/codegen/marketing/events/models/error_detail.rb
1648
1681
  - lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb
1649
1682
  - lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb
1683
+ - lib/hubspot/codegen/marketing/events/models/forward_paging.rb
1684
+ - lib/hubspot/codegen/marketing/events/models/marketing_event_association.rb
1650
1685
  - lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb
1651
1686
  - lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb
1652
1687
  - lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb
@@ -1656,7 +1691,12 @@ files:
1656
1691
  - lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb
1657
1692
  - lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb
1658
1693
  - lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb
1694
+ - lib/hubspot/codegen/marketing/events/models/next_page.rb
1695
+ - lib/hubspot/codegen/marketing/events/models/participation_associations.rb
1696
+ - lib/hubspot/codegen/marketing/events/models/participation_breakdown.rb
1697
+ - lib/hubspot/codegen/marketing/events/models/participation_properties.rb
1659
1698
  - lib/hubspot/codegen/marketing/events/models/property_value.rb
1699
+ - lib/hubspot/codegen/marketing/events/models/public_list.rb
1660
1700
  - lib/hubspot/codegen/marketing/events/models/standard_error.rb
1661
1701
  - lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb
1662
1702
  - lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb
@@ -1817,7 +1857,6 @@ files:
1817
1857
  - lib/hubspot/discovery/cms/source_code/api/content_api.rb
1818
1858
  - lib/hubspot/discovery/cms/source_code/api/extract_api.rb
1819
1859
  - lib/hubspot/discovery/cms/source_code/api/metadata_api.rb
1820
- - lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb
1821
1860
  - lib/hubspot/discovery/cms/source_code/api/validation_api.rb
1822
1861
  - lib/hubspot/discovery/cms/source_code/client.rb
1823
1862
  - lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb
@@ -1840,26 +1879,20 @@ files:
1840
1879
  - lib/hubspot/discovery/crm/client.rb
1841
1880
  - lib/hubspot/discovery/crm/companies/api/basic_api.rb
1842
1881
  - lib/hubspot/discovery/crm/companies/api/batch_api.rb
1843
- - lib/hubspot/discovery/crm/companies/api/public_object_api.rb
1882
+ - lib/hubspot/discovery/crm/companies/api/merge_api.rb
1844
1883
  - lib/hubspot/discovery/crm/companies/api/search_api.rb
1845
1884
  - lib/hubspot/discovery/crm/companies/client.rb
1846
1885
  - lib/hubspot/discovery/crm/contacts/api/basic_api.rb
1847
1886
  - lib/hubspot/discovery/crm/contacts/api/batch_api.rb
1848
1887
  - lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb
1849
- - lib/hubspot/discovery/crm/contacts/api/public_object_api.rb
1888
+ - lib/hubspot/discovery/crm/contacts/api/merge_api.rb
1850
1889
  - lib/hubspot/discovery/crm/contacts/api/search_api.rb
1851
1890
  - lib/hubspot/discovery/crm/contacts/client.rb
1852
1891
  - lib/hubspot/discovery/crm/deals/api/basic_api.rb
1853
1892
  - lib/hubspot/discovery/crm/deals/api/batch_api.rb
1854
- - lib/hubspot/discovery/crm/deals/api/public_object_api.rb
1893
+ - lib/hubspot/discovery/crm/deals/api/merge_api.rb
1855
1894
  - lib/hubspot/discovery/crm/deals/api/search_api.rb
1856
1895
  - lib/hubspot/discovery/crm/deals/client.rb
1857
- - lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb
1858
- - lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb
1859
- - lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb
1860
- - lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb
1861
- - lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb
1862
- - lib/hubspot/discovery/crm/extensions/accounting/client.rb
1863
1896
  - lib/hubspot/discovery/crm/extensions/calling/api/recording_settings_api.rb
1864
1897
  - lib/hubspot/discovery/crm/extensions/calling/api/settings_api.rb
1865
1898
  - lib/hubspot/discovery/crm/extensions/calling/client.rb
@@ -1874,36 +1907,27 @@ files:
1874
1907
  - lib/hubspot/discovery/crm/imports/client.rb
1875
1908
  - lib/hubspot/discovery/crm/line_items/api/basic_api.rb
1876
1909
  - lib/hubspot/discovery/crm/line_items/api/batch_api.rb
1877
- - lib/hubspot/discovery/crm/line_items/api/gdpr_api.rb
1878
- - lib/hubspot/discovery/crm/line_items/api/public_object_api.rb
1879
1910
  - lib/hubspot/discovery/crm/line_items/api/search_api.rb
1880
1911
  - lib/hubspot/discovery/crm/line_items/client.rb
1912
+ - lib/hubspot/discovery/crm/lists/api/folders_api.rb
1881
1913
  - lib/hubspot/discovery/crm/lists/api/lists_api.rb
1914
+ - lib/hubspot/discovery/crm/lists/api/mapping_api.rb
1882
1915
  - lib/hubspot/discovery/crm/lists/api/memberships_api.rb
1883
1916
  - lib/hubspot/discovery/crm/lists/client.rb
1884
- - lib/hubspot/discovery/crm/objects/api/associations_api.rb
1885
1917
  - lib/hubspot/discovery/crm/objects/api/basic_api.rb
1886
1918
  - lib/hubspot/discovery/crm/objects/api/batch_api.rb
1887
- - lib/hubspot/discovery/crm/objects/api/gdpr_api.rb
1888
- - lib/hubspot/discovery/crm/objects/api/public_object_api.rb
1889
1919
  - lib/hubspot/discovery/crm/objects/api/search_api.rb
1890
1920
  - lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb
1891
1921
  - lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb
1892
- - lib/hubspot/discovery/crm/objects/calls/api/gdpr_api.rb
1893
- - lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb
1894
1922
  - lib/hubspot/discovery/crm/objects/calls/api/search_api.rb
1895
1923
  - lib/hubspot/discovery/crm/objects/calls/client.rb
1896
1924
  - lib/hubspot/discovery/crm/objects/client.rb
1897
1925
  - lib/hubspot/discovery/crm/objects/communications/api/basic_api.rb
1898
1926
  - lib/hubspot/discovery/crm/objects/communications/api/batch_api.rb
1899
- - lib/hubspot/discovery/crm/objects/communications/api/gdpr_api.rb
1900
- - lib/hubspot/discovery/crm/objects/communications/api/public_object_api.rb
1901
1927
  - lib/hubspot/discovery/crm/objects/communications/api/search_api.rb
1902
1928
  - lib/hubspot/discovery/crm/objects/communications/client.rb
1903
1929
  - lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb
1904
1930
  - lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb
1905
- - lib/hubspot/discovery/crm/objects/emails/api/gdpr_api.rb
1906
- - lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb
1907
1931
  - lib/hubspot/discovery/crm/objects/emails/api/search_api.rb
1908
1932
  - lib/hubspot/discovery/crm/objects/emails/client.rb
1909
1933
  - lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb
@@ -1914,38 +1938,30 @@ files:
1914
1938
  - lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb
1915
1939
  - lib/hubspot/discovery/crm/objects/goals/api/basic_api.rb
1916
1940
  - lib/hubspot/discovery/crm/objects/goals/api/batch_api.rb
1917
- - lib/hubspot/discovery/crm/objects/goals/api/gdpr_api.rb
1918
- - lib/hubspot/discovery/crm/objects/goals/api/public_object_api.rb
1919
1941
  - lib/hubspot/discovery/crm/objects/goals/api/search_api.rb
1920
1942
  - lib/hubspot/discovery/crm/objects/goals/client.rb
1943
+ - lib/hubspot/discovery/crm/objects/leads/api/basic_api.rb
1944
+ - lib/hubspot/discovery/crm/objects/leads/api/batch_api.rb
1945
+ - lib/hubspot/discovery/crm/objects/leads/api/search_api.rb
1946
+ - lib/hubspot/discovery/crm/objects/leads/client.rb
1921
1947
  - lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb
1922
1948
  - lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb
1923
- - lib/hubspot/discovery/crm/objects/meetings/api/gdpr_api.rb
1924
- - lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb
1925
1949
  - lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb
1926
1950
  - lib/hubspot/discovery/crm/objects/meetings/client.rb
1927
1951
  - lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb
1928
1952
  - lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb
1929
- - lib/hubspot/discovery/crm/objects/notes/api/gdpr_api.rb
1930
- - lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb
1931
1953
  - lib/hubspot/discovery/crm/objects/notes/api/search_api.rb
1932
1954
  - lib/hubspot/discovery/crm/objects/notes/client.rb
1933
1955
  - lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb
1934
1956
  - lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb
1935
- - lib/hubspot/discovery/crm/objects/postal_mail/api/gdpr_api.rb
1936
- - lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb
1937
1957
  - lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb
1938
1958
  - lib/hubspot/discovery/crm/objects/postal_mail/client.rb
1939
1959
  - lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb
1940
1960
  - lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb
1941
- - lib/hubspot/discovery/crm/objects/tasks/api/gdpr_api.rb
1942
- - lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb
1943
1961
  - lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb
1944
1962
  - lib/hubspot/discovery/crm/objects/tasks/client.rb
1945
1963
  - lib/hubspot/discovery/crm/objects/taxes/api/basic_api.rb
1946
1964
  - lib/hubspot/discovery/crm/objects/taxes/api/batch_api.rb
1947
- - lib/hubspot/discovery/crm/objects/taxes/api/gdpr_api.rb
1948
- - lib/hubspot/discovery/crm/objects/taxes/api/public_object_api.rb
1949
1965
  - lib/hubspot/discovery/crm/objects/taxes/api/search_api.rb
1950
1966
  - lib/hubspot/discovery/crm/objects/taxes/client.rb
1951
1967
  - lib/hubspot/discovery/crm/owners/api/owners_api.rb
@@ -1955,32 +1971,23 @@ files:
1955
1971
  - lib/hubspot/discovery/crm/pipelines/api/pipeline_stages_api.rb
1956
1972
  - lib/hubspot/discovery/crm/pipelines/api/pipelines_api.rb
1957
1973
  - lib/hubspot/discovery/crm/pipelines/client.rb
1958
- - lib/hubspot/discovery/crm/products/api/associations_api.rb
1959
1974
  - lib/hubspot/discovery/crm/products/api/basic_api.rb
1960
1975
  - lib/hubspot/discovery/crm/products/api/batch_api.rb
1961
- - lib/hubspot/discovery/crm/products/api/gdpr_api.rb
1962
- - lib/hubspot/discovery/crm/products/api/public_object_api.rb
1963
1976
  - lib/hubspot/discovery/crm/products/api/search_api.rb
1964
1977
  - lib/hubspot/discovery/crm/products/client.rb
1965
1978
  - lib/hubspot/discovery/crm/properties/api/batch_api.rb
1966
1979
  - lib/hubspot/discovery/crm/properties/api/core_api.rb
1967
1980
  - lib/hubspot/discovery/crm/properties/api/groups_api.rb
1968
1981
  - lib/hubspot/discovery/crm/properties/client.rb
1969
- - lib/hubspot/discovery/crm/quotes/api/associations_api.rb
1970
1982
  - lib/hubspot/discovery/crm/quotes/api/basic_api.rb
1971
1983
  - lib/hubspot/discovery/crm/quotes/api/batch_api.rb
1972
- - lib/hubspot/discovery/crm/quotes/api/gdpr_api.rb
1973
- - lib/hubspot/discovery/crm/quotes/api/public_object_api.rb
1974
1984
  - lib/hubspot/discovery/crm/quotes/api/search_api.rb
1975
1985
  - lib/hubspot/discovery/crm/quotes/client.rb
1976
1986
  - lib/hubspot/discovery/crm/schemas/api/core_api.rb
1977
- - lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb
1978
1987
  - lib/hubspot/discovery/crm/schemas/client.rb
1979
- - lib/hubspot/discovery/crm/tickets/api/associations_api.rb
1980
1988
  - lib/hubspot/discovery/crm/tickets/api/basic_api.rb
1981
1989
  - lib/hubspot/discovery/crm/tickets/api/batch_api.rb
1982
- - lib/hubspot/discovery/crm/tickets/api/gdpr_api.rb
1983
- - lib/hubspot/discovery/crm/tickets/api/public_object_api.rb
1990
+ - lib/hubspot/discovery/crm/tickets/api/merge_api.rb
1984
1991
  - lib/hubspot/discovery/crm/tickets/api/search_api.rb
1985
1992
  - lib/hubspot/discovery/crm/tickets/client.rb
1986
1993
  - lib/hubspot/discovery/crm/timeline/api/events_api.rb
@@ -1997,9 +2004,8 @@ files:
1997
2004
  - lib/hubspot/discovery/marketing/client.rb
1998
2005
  - lib/hubspot/discovery/marketing/events/api/attendance_subscriber_state_changes_api.rb
1999
2006
  - lib/hubspot/discovery/marketing/events/api/basic_api.rb
2000
- - lib/hubspot/discovery/marketing/events/api/batch_api.rb
2001
- - lib/hubspot/discovery/marketing/events/api/marketing_events_external_api.rb
2002
- - lib/hubspot/discovery/marketing/events/api/search_api.rb
2007
+ - lib/hubspot/discovery/marketing/events/api/list_associations_api.rb
2008
+ - lib/hubspot/discovery/marketing/events/api/participant_state_api.rb
2003
2009
  - lib/hubspot/discovery/marketing/events/api/settings_api.rb
2004
2010
  - lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb
2005
2011
  - lib/hubspot/discovery/marketing/events/client.rb
@@ -2056,7 +2062,6 @@ files:
2056
2062
  - spec/discovery/cms/source-code/content_api_spec.rb
2057
2063
  - spec/discovery/cms/source-code/extract_api_spec.rb
2058
2064
  - spec/discovery/cms/source-code/metadata_api_spec.rb
2059
- - spec/discovery/cms/source-code/source_code_extract_api_spec.rb
2060
2065
  - spec/discovery/cms/source-code/validation_api_spec.rb
2061
2066
  - spec/discovery/cms/url-redirects/redirects_api_spec.rb
2062
2067
  - spec/discovery/communication_preferences/definition_api_spec.rb
@@ -2072,22 +2077,17 @@ files:
2072
2077
  - spec/discovery/crm/client_spec.rb
2073
2078
  - spec/discovery/crm/companies/basic_api_spec.rb
2074
2079
  - spec/discovery/crm/companies/batch_api_spec.rb
2075
- - spec/discovery/crm/companies/public_object_api_spec.rb
2080
+ - spec/discovery/crm/companies/merge_api_spec.rb
2076
2081
  - spec/discovery/crm/companies/search_api_spec.rb
2077
2082
  - spec/discovery/crm/contacts/basic_api_spec.rb
2078
2083
  - spec/discovery/crm/contacts/batch_api_spec.rb
2079
2084
  - spec/discovery/crm/contacts/gdpr_api_spec.rb
2080
- - spec/discovery/crm/contacts/public_object_api_spec.rb
2085
+ - spec/discovery/crm/contacts/merge_api_spec.rb
2081
2086
  - spec/discovery/crm/contacts/search_api_spec.rb
2082
2087
  - spec/discovery/crm/deals/basic_api_spec.rb
2083
2088
  - spec/discovery/crm/deals/batch_api_spec.rb
2084
- - spec/discovery/crm/deals/public_object_api_spec.rb
2089
+ - spec/discovery/crm/deals/merge_api_spec.rb
2085
2090
  - spec/discovery/crm/deals/search_api_spec.rb
2086
- - spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb
2087
- - spec/discovery/crm/extensions/accounting/invoice_api_spec.rb
2088
- - spec/discovery/crm/extensions/accounting/settings_api_spec.rb
2089
- - spec/discovery/crm/extensions/accounting/sync_api_spec.rb
2090
- - spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb
2091
2091
  - spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb
2092
2092
  - spec/discovery/crm/extensions/calling/settings_api_spec.rb
2093
2093
  - spec/discovery/crm/extensions/cards/cards_api_spec.rb
@@ -2098,67 +2098,49 @@ files:
2098
2098
  - spec/discovery/crm/imports/public_imports_api_spec.rb
2099
2099
  - spec/discovery/crm/line_items/basic_api_spec.rb
2100
2100
  - spec/discovery/crm/line_items/batch_api_spec.rb
2101
- - spec/discovery/crm/line_items/gdpr_api_spec.rb
2102
- - spec/discovery/crm/line_items/public_object_api_spec.rb
2103
2101
  - spec/discovery/crm/line_items/search_api_spec.rb
2102
+ - spec/discovery/crm/lists/folders_api_spec.rb
2104
2103
  - spec/discovery/crm/lists/lists_api_spec.rb
2104
+ - spec/discovery/crm/lists/mapping_api_spec.rb
2105
2105
  - spec/discovery/crm/lists/memberships_api_spec.rb
2106
- - spec/discovery/crm/objects/associations_api_spec.rb
2107
2106
  - spec/discovery/crm/objects/basic_api_spec.rb
2108
2107
  - spec/discovery/crm/objects/batch_api_spec.rb
2109
2108
  - spec/discovery/crm/objects/calls/basic_api_spec.rb
2110
2109
  - spec/discovery/crm/objects/calls/batch_api_spec.rb
2111
- - spec/discovery/crm/objects/calls/gdpr_api_spec.rb
2112
- - spec/discovery/crm/objects/calls/public_object_api_spec.rb
2113
2110
  - spec/discovery/crm/objects/calls/search_api_spec.rb
2114
2111
  - spec/discovery/crm/objects/client_spec.rb
2115
2112
  - spec/discovery/crm/objects/communications/basic_api_spec.rb
2116
2113
  - spec/discovery/crm/objects/communications/batch_api_spec.rb
2117
- - spec/discovery/crm/objects/communications/gdpr_api_spec.rb
2118
- - spec/discovery/crm/objects/communications/public_object_api_spec.rb
2119
2114
  - spec/discovery/crm/objects/communications/search_api_spec.rb
2120
2115
  - spec/discovery/crm/objects/emails/basic_api_spec.rb
2121
2116
  - spec/discovery/crm/objects/emails/batch_api_spec.rb
2122
- - spec/discovery/crm/objects/emails/gdpr_api_spec.rb
2123
- - spec/discovery/crm/objects/emails/public_object_api_spec.rb
2124
2117
  - spec/discovery/crm/objects/emails/search_api_spec.rb
2125
2118
  - spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb
2126
2119
  - spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb
2127
2120
  - spec/discovery/crm/objects/feedback_submissions/gdpr_api_spec.rb
2128
2121
  - spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb
2129
2122
  - spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb
2130
- - spec/discovery/crm/objects/gdpr_api_spec.rb
2131
2123
  - spec/discovery/crm/objects/goals/basic_api_spec.rb
2132
2124
  - spec/discovery/crm/objects/goals/batch_api_spec.rb
2133
- - spec/discovery/crm/objects/goals/gdpr_api_spec.rb
2134
- - spec/discovery/crm/objects/goals/public_object_api_spec.rb
2135
2125
  - spec/discovery/crm/objects/goals/search_api_spec.rb
2126
+ - spec/discovery/crm/objects/leads/basic_api_spec.rb
2127
+ - spec/discovery/crm/objects/leads/batch_api_spec.rb
2128
+ - spec/discovery/crm/objects/leads/search_api_spec.rb
2136
2129
  - spec/discovery/crm/objects/meetings/basic_api_spec.rb
2137
2130
  - spec/discovery/crm/objects/meetings/batch_api_spec.rb
2138
- - spec/discovery/crm/objects/meetings/gdpr_api_spec.rb
2139
- - spec/discovery/crm/objects/meetings/public_object_api_spec.rb
2140
2131
  - spec/discovery/crm/objects/meetings/search_api_spec.rb
2141
2132
  - spec/discovery/crm/objects/notes/basic_api_spec.rb
2142
2133
  - spec/discovery/crm/objects/notes/batch_api_spec.rb
2143
- - spec/discovery/crm/objects/notes/gdpr_api_spec.rb
2144
- - spec/discovery/crm/objects/notes/public_object_api_spec.rb
2145
2134
  - spec/discovery/crm/objects/notes/search_api_spec.rb
2146
2135
  - spec/discovery/crm/objects/postal_mail/basic_api_spec.rb
2147
2136
  - spec/discovery/crm/objects/postal_mail/batch_api_spec.rb
2148
- - spec/discovery/crm/objects/postal_mail/gdpr_api_spec.rb
2149
- - spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb
2150
2137
  - spec/discovery/crm/objects/postal_mail/search_api_spec.rb
2151
- - spec/discovery/crm/objects/public_object_api_spec.rb
2152
2138
  - spec/discovery/crm/objects/search_api_spec.rb
2153
2139
  - spec/discovery/crm/objects/tasks/basic_api_spec.rb
2154
2140
  - spec/discovery/crm/objects/tasks/batch_api_spec.rb
2155
- - spec/discovery/crm/objects/tasks/gdpr_api_spec.rb
2156
- - spec/discovery/crm/objects/tasks/public_object_api_spec.rb
2157
2141
  - spec/discovery/crm/objects/tasks/search_api_spec.rb
2158
2142
  - spec/discovery/crm/objects/taxes/basic_api_spec.rb
2159
2143
  - spec/discovery/crm/objects/taxes/batch_api_spec.rb
2160
- - spec/discovery/crm/objects/taxes/gdpr_api_spec.rb
2161
- - spec/discovery/crm/objects/taxes/public_object_api_spec.rb
2162
2144
  - spec/discovery/crm/objects/taxes/search_api_spec.rb
2163
2145
  - spec/discovery/crm/owners/owners_api_spec.rb
2164
2146
  - spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb
@@ -2167,23 +2149,17 @@ files:
2167
2149
  - spec/discovery/crm/pipelines/pipelines_api_spec.rb
2168
2150
  - spec/discovery/crm/products/basic_api_spec.rb
2169
2151
  - spec/discovery/crm/products/batch_api_spec.rb
2170
- - spec/discovery/crm/products/gdpr_api_spec.rb
2171
- - spec/discovery/crm/products/public_object_api_spec.rb
2172
2152
  - spec/discovery/crm/products/search_api_spec.rb
2173
2153
  - spec/discovery/crm/properties/batch_api_spec.rb
2174
2154
  - spec/discovery/crm/properties/core_api_spec.rb
2175
2155
  - spec/discovery/crm/properties/groups_api_spec.rb
2176
2156
  - spec/discovery/crm/quotes/basic_api_spec.rb
2177
2157
  - spec/discovery/crm/quotes/batch_api_spec.rb
2178
- - spec/discovery/crm/quotes/gdpr_api_spec.rb
2179
- - spec/discovery/crm/quotes/public_object_api_spec.rb
2180
2158
  - spec/discovery/crm/quotes/search_api_spec.rb
2181
2159
  - spec/discovery/crm/schemas/core_api_spec.rb
2182
- - spec/discovery/crm/schemas/public_object_schemas_api_spec.rb
2183
2160
  - spec/discovery/crm/tickets/basic_api_spec.rb
2184
2161
  - spec/discovery/crm/tickets/batch_api_spec.rb
2185
- - spec/discovery/crm/tickets/gdpr_api_spec.rb
2186
- - spec/discovery/crm/tickets/public_object_api_spec.rb
2162
+ - spec/discovery/crm/tickets/merge_api_spec.rb
2187
2163
  - spec/discovery/crm/tickets/search_api_spec.rb
2188
2164
  - spec/discovery/crm/timeline/events_api_spec.rb
2189
2165
  - spec/discovery/crm/timeline/templates_api_spec.rb
@@ -2195,9 +2171,8 @@ files:
2195
2171
  - spec/discovery/marketing/client_spec.rb
2196
2172
  - spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb
2197
2173
  - spec/discovery/marketing/events/basic_api_spec.rb
2198
- - spec/discovery/marketing/events/batch_api_spec.rb
2199
- - spec/discovery/marketing/events/marketing_events_external_api_spec.rb
2200
- - spec/discovery/marketing/events/search_api_spec.rb
2174
+ - spec/discovery/marketing/events/list_associations_api_spec.rb
2175
+ - spec/discovery/marketing/events/participant_state_api_spec.rb
2201
2176
  - spec/discovery/marketing/events/settings_api_spec.rb
2202
2177
  - spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb
2203
2178
  - spec/discovery/marketing/forms/forms_api_spec.rb
@@ -2215,7 +2190,6 @@ files:
2215
2190
  - spec/helpers/authorize_url_spec.rb
2216
2191
  - spec/helpers/camel_case_spec.rb
2217
2192
  - spec/helpers/signature_spec.rb
2218
- - spec/integration/contacts_spec.rb
2219
2193
  - spec/spec_helper.rb
2220
2194
  homepage: https://github.com/HubSpot/hubspot-api-ruby
2221
2195
  licenses:
@@ -2253,9 +2227,8 @@ test_files:
2253
2227
  - spec/discovery/communication_preferences/status_api_spec.rb
2254
2228
  - spec/discovery/communication_preferences/definition_api_spec.rb
2255
2229
  - spec/discovery/crm/tickets/search_api_spec.rb
2230
+ - spec/discovery/crm/tickets/merge_api_spec.rb
2256
2231
  - spec/discovery/crm/tickets/basic_api_spec.rb
2257
- - spec/discovery/crm/tickets/public_object_api_spec.rb
2258
- - spec/discovery/crm/tickets/gdpr_api_spec.rb
2259
2232
  - spec/discovery/crm/tickets/batch_api_spec.rb
2260
2233
  - spec/discovery/crm/associations/client_spec.rb
2261
2234
  - spec/discovery/crm/associations/schema/types_api_spec.rb
@@ -2267,81 +2240,61 @@ test_files:
2267
2240
  - spec/discovery/crm/client_spec.rb
2268
2241
  - spec/discovery/crm/products/search_api_spec.rb
2269
2242
  - spec/discovery/crm/products/basic_api_spec.rb
2270
- - spec/discovery/crm/products/public_object_api_spec.rb
2271
- - spec/discovery/crm/products/gdpr_api_spec.rb
2272
2243
  - spec/discovery/crm/products/batch_api_spec.rb
2244
+ - spec/discovery/crm/lists/mapping_api_spec.rb
2273
2245
  - spec/discovery/crm/lists/memberships_api_spec.rb
2274
2246
  - spec/discovery/crm/lists/lists_api_spec.rb
2247
+ - spec/discovery/crm/lists/folders_api_spec.rb
2275
2248
  - spec/discovery/crm/quotes/search_api_spec.rb
2276
2249
  - spec/discovery/crm/quotes/basic_api_spec.rb
2277
- - spec/discovery/crm/quotes/public_object_api_spec.rb
2278
- - spec/discovery/crm/quotes/gdpr_api_spec.rb
2279
2250
  - spec/discovery/crm/quotes/batch_api_spec.rb
2280
2251
  - spec/discovery/crm/contacts/search_api_spec.rb
2252
+ - spec/discovery/crm/contacts/merge_api_spec.rb
2281
2253
  - spec/discovery/crm/contacts/basic_api_spec.rb
2282
- - spec/discovery/crm/contacts/public_object_api_spec.rb
2283
2254
  - spec/discovery/crm/contacts/gdpr_api_spec.rb
2284
2255
  - spec/discovery/crm/contacts/batch_api_spec.rb
2285
2256
  - spec/discovery/crm/objects/postal_mail/search_api_spec.rb
2286
2257
  - spec/discovery/crm/objects/postal_mail/basic_api_spec.rb
2287
- - spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb
2288
- - spec/discovery/crm/objects/postal_mail/gdpr_api_spec.rb
2289
2258
  - spec/discovery/crm/objects/postal_mail/batch_api_spec.rb
2290
2259
  - spec/discovery/crm/objects/calls/search_api_spec.rb
2291
2260
  - spec/discovery/crm/objects/calls/basic_api_spec.rb
2292
- - spec/discovery/crm/objects/calls/public_object_api_spec.rb
2293
- - spec/discovery/crm/objects/calls/gdpr_api_spec.rb
2294
2261
  - spec/discovery/crm/objects/calls/batch_api_spec.rb
2295
2262
  - spec/discovery/crm/objects/search_api_spec.rb
2296
- - spec/discovery/crm/objects/associations_api_spec.rb
2297
2263
  - spec/discovery/crm/objects/tasks/search_api_spec.rb
2298
2264
  - spec/discovery/crm/objects/tasks/basic_api_spec.rb
2299
- - spec/discovery/crm/objects/tasks/public_object_api_spec.rb
2300
- - spec/discovery/crm/objects/tasks/gdpr_api_spec.rb
2301
2265
  - spec/discovery/crm/objects/tasks/batch_api_spec.rb
2302
2266
  - spec/discovery/crm/objects/client_spec.rb
2303
2267
  - spec/discovery/crm/objects/goals/search_api_spec.rb
2304
2268
  - spec/discovery/crm/objects/goals/basic_api_spec.rb
2305
- - spec/discovery/crm/objects/goals/public_object_api_spec.rb
2306
- - spec/discovery/crm/objects/goals/gdpr_api_spec.rb
2307
2269
  - spec/discovery/crm/objects/goals/batch_api_spec.rb
2270
+ - spec/discovery/crm/objects/leads/search_api_spec.rb
2271
+ - spec/discovery/crm/objects/leads/basic_api_spec.rb
2272
+ - spec/discovery/crm/objects/leads/batch_api_spec.rb
2308
2273
  - spec/discovery/crm/objects/emails/search_api_spec.rb
2309
2274
  - spec/discovery/crm/objects/emails/basic_api_spec.rb
2310
- - spec/discovery/crm/objects/emails/public_object_api_spec.rb
2311
- - spec/discovery/crm/objects/emails/gdpr_api_spec.rb
2312
2275
  - spec/discovery/crm/objects/emails/batch_api_spec.rb
2313
2276
  - spec/discovery/crm/objects/basic_api_spec.rb
2314
2277
  - spec/discovery/crm/objects/notes/search_api_spec.rb
2315
2278
  - spec/discovery/crm/objects/notes/basic_api_spec.rb
2316
- - spec/discovery/crm/objects/notes/public_object_api_spec.rb
2317
- - spec/discovery/crm/objects/notes/gdpr_api_spec.rb
2318
2279
  - spec/discovery/crm/objects/notes/batch_api_spec.rb
2319
2280
  - spec/discovery/crm/objects/taxes/search_api_spec.rb
2320
2281
  - spec/discovery/crm/objects/taxes/basic_api_spec.rb
2321
- - spec/discovery/crm/objects/taxes/public_object_api_spec.rb
2322
- - spec/discovery/crm/objects/taxes/gdpr_api_spec.rb
2323
2282
  - spec/discovery/crm/objects/taxes/batch_api_spec.rb
2324
2283
  - spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb
2325
2284
  - spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb
2326
2285
  - spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb
2327
2286
  - spec/discovery/crm/objects/feedback_submissions/gdpr_api_spec.rb
2328
2287
  - spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb
2329
- - spec/discovery/crm/objects/public_object_api_spec.rb
2330
2288
  - spec/discovery/crm/objects/meetings/search_api_spec.rb
2331
2289
  - spec/discovery/crm/objects/meetings/basic_api_spec.rb
2332
- - spec/discovery/crm/objects/meetings/public_object_api_spec.rb
2333
- - spec/discovery/crm/objects/meetings/gdpr_api_spec.rb
2334
2290
  - spec/discovery/crm/objects/meetings/batch_api_spec.rb
2335
- - spec/discovery/crm/objects/gdpr_api_spec.rb
2336
2291
  - spec/discovery/crm/objects/batch_api_spec.rb
2337
2292
  - spec/discovery/crm/objects/communications/search_api_spec.rb
2338
2293
  - spec/discovery/crm/objects/communications/basic_api_spec.rb
2339
- - spec/discovery/crm/objects/communications/public_object_api_spec.rb
2340
- - spec/discovery/crm/objects/communications/gdpr_api_spec.rb
2341
2294
  - spec/discovery/crm/objects/communications/batch_api_spec.rb
2342
2295
  - spec/discovery/crm/deals/search_api_spec.rb
2296
+ - spec/discovery/crm/deals/merge_api_spec.rb
2343
2297
  - spec/discovery/crm/deals/basic_api_spec.rb
2344
- - spec/discovery/crm/deals/public_object_api_spec.rb
2345
2298
  - spec/discovery/crm/deals/batch_api_spec.rb
2346
2299
  - spec/discovery/crm/pipelines/pipeline_stage_audits_api_spec.rb
2347
2300
  - spec/discovery/crm/pipelines/pipelines_api_spec.rb
@@ -2349,18 +2302,10 @@ test_files:
2349
2302
  - spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb
2350
2303
  - spec/discovery/crm/line_items/search_api_spec.rb
2351
2304
  - spec/discovery/crm/line_items/basic_api_spec.rb
2352
- - spec/discovery/crm/line_items/public_object_api_spec.rb
2353
- - spec/discovery/crm/line_items/gdpr_api_spec.rb
2354
2305
  - spec/discovery/crm/line_items/batch_api_spec.rb
2355
2306
  - spec/discovery/crm/imports/core_api_spec.rb
2356
2307
  - spec/discovery/crm/imports/public_imports_api_spec.rb
2357
2308
  - spec/discovery/crm/schemas/core_api_spec.rb
2358
- - spec/discovery/crm/schemas/public_object_schemas_api_spec.rb
2359
- - spec/discovery/crm/extensions/accounting/invoice_api_spec.rb
2360
- - spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb
2361
- - spec/discovery/crm/extensions/accounting/sync_api_spec.rb
2362
- - spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb
2363
- - spec/discovery/crm/extensions/accounting/settings_api_spec.rb
2364
2309
  - spec/discovery/crm/extensions/client_spec.rb
2365
2310
  - spec/discovery/crm/extensions/calling/settings_api_spec.rb
2366
2311
  - spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb
@@ -2375,8 +2320,8 @@ test_files:
2375
2320
  - spec/discovery/crm/timeline/events_api_spec.rb
2376
2321
  - spec/discovery/crm/timeline/templates_api_spec.rb
2377
2322
  - spec/discovery/crm/companies/search_api_spec.rb
2323
+ - spec/discovery/crm/companies/merge_api_spec.rb
2378
2324
  - spec/discovery/crm/companies/basic_api_spec.rb
2379
- - spec/discovery/crm/companies/public_object_api_spec.rb
2380
2325
  - spec/discovery/crm/companies/batch_api_spec.rb
2381
2326
  - spec/discovery/base_module_client_spec.rb
2382
2327
  - spec/discovery/cms/audit-logs/audit_logs_api_spec.rb
@@ -2393,7 +2338,6 @@ test_files:
2393
2338
  - spec/discovery/cms/url-redirects/redirects_api_spec.rb
2394
2339
  - spec/discovery/cms/source-code/extract_api_spec.rb
2395
2340
  - spec/discovery/cms/source-code/metadata_api_spec.rb
2396
- - spec/discovery/cms/source-code/source_code_extract_api_spec.rb
2397
2341
  - spec/discovery/cms/source-code/validation_api_spec.rb
2398
2342
  - spec/discovery/cms/source-code/content_api_spec.rb
2399
2343
  - spec/discovery/cms/performance/public_performance_api_spec.rb
@@ -2404,13 +2348,12 @@ test_files:
2404
2348
  - spec/discovery/files/folders_api_spec.rb
2405
2349
  - spec/discovery/marketing/client_spec.rb
2406
2350
  - spec/discovery/marketing/forms/forms_api_spec.rb
2407
- - spec/discovery/marketing/events/search_api_spec.rb
2408
- - spec/discovery/marketing/events/marketing_events_external_api_spec.rb
2409
2351
  - spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb
2410
2352
  - spec/discovery/marketing/events/basic_api_spec.rb
2411
2353
  - spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb
2412
2354
  - spec/discovery/marketing/events/settings_api_spec.rb
2413
- - spec/discovery/marketing/events/batch_api_spec.rb
2355
+ - spec/discovery/marketing/events/participant_state_api_spec.rb
2356
+ - spec/discovery/marketing/events/list_associations_api_spec.rb
2414
2357
  - spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb
2415
2358
  - spec/discovery/marketing/transactional/single_send_api_spec.rb
2416
2359
  - spec/discovery/automation/actions/functions_api_spec.rb
@@ -2424,5 +2367,4 @@ test_files:
2424
2367
  - spec/helpers/authorize_url_spec.rb
2425
2368
  - spec/helpers/signature_spec.rb
2426
2369
  - spec/helpers/camel_case_spec.rb
2427
- - spec/integration/contacts_spec.rb
2428
2370
  - spec/spec_helper.rb