hubspot-api-client 17.2.0 → 18.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1144) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +195 -1
  3. data/Gemfile.lock +1 -1
  4. data/README.md +1 -1
  5. data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +12 -16
  6. data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +54 -64
  7. data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +73 -87
  8. data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +20 -24
  9. data/lib/hubspot/codegen/automation/actions/api_client.rb +2 -2
  10. data/lib/hubspot/codegen/automation/actions/api_error.rb +2 -2
  11. data/lib/hubspot/codegen/automation/actions/configuration.rb +2 -2
  12. data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +2 -2
  13. data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +20 -23
  14. data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +2 -4
  15. data/lib/hubspot/codegen/automation/actions/models/{collection_response_extension_action_definition_forward_paging.rb → collection_response_public_action_definition_forward_paging.rb} +18 -18
  16. data/lib/hubspot/codegen/automation/actions/models/{collection_response_action_function_identifier_no_paging.rb → collection_response_public_action_function_identifier_no_paging.rb} +6 -6
  17. data/lib/hubspot/codegen/automation/actions/models/{collection_response_action_revision_forward_paging.rb → collection_response_public_action_revision_forward_paging.rb} +18 -18
  18. data/lib/hubspot/codegen/automation/actions/models/error.rb +52 -52
  19. data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +30 -30
  20. data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +87 -44
  21. data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +2 -2
  22. data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +29 -23
  23. data/lib/hubspot/codegen/automation/actions/models/next_page.rb +15 -15
  24. data/lib/hubspot/codegen/automation/actions/models/option.rb +43 -46
  25. data/lib/hubspot/codegen/{files/files/models/next_page.rb → automation/actions/models/output_field_definition.rb} +19 -28
  26. data/lib/hubspot/codegen/automation/actions/models/{extension_action_definition.rb → public_action_definition.rb} +83 -71
  27. data/lib/hubspot/codegen/automation/actions/models/{extension_action_definition_input.rb → public_action_definition_egg.rb} +76 -63
  28. data/lib/hubspot/codegen/automation/actions/models/{extension_action_definition_patch_input_field_dependencies_inner.rb → public_action_definition_input_field_dependencies_inner.rb} +5 -5
  29. data/lib/hubspot/codegen/automation/actions/models/{extension_action_definition_patch.rb → public_action_definition_patch.rb} +59 -44
  30. data/lib/hubspot/codegen/automation/actions/models/{action_function.rb → public_action_function.rb} +7 -11
  31. data/lib/hubspot/codegen/automation/actions/models/{action_function_identifier.rb → public_action_function_identifier.rb} +7 -10
  32. data/lib/hubspot/codegen/automation/actions/models/{action_labels.rb → public_action_labels.rb} +62 -36
  33. data/lib/hubspot/codegen/automation/actions/models/{action_revision.rb → public_action_revision.rb} +32 -35
  34. data/lib/hubspot/codegen/automation/actions/models/{conditional_single_field_dependency.rb → public_conditional_single_field_dependency.rb} +5 -5
  35. data/lib/hubspot/codegen/automation/actions/models/public_execution_translation_rule.rb +244 -0
  36. data/lib/hubspot/codegen/automation/actions/models/{object_request_options.rb → public_object_request_options.rb} +5 -7
  37. data/lib/hubspot/codegen/automation/actions/models/{single_field_dependency.rb → public_single_field_dependency.rb} +5 -5
  38. data/lib/hubspot/codegen/cms/audit_logs/api/audit_logs_api.rb +14 -14
  39. data/lib/hubspot/codegen/cms/audit_logs/api_client.rb +1 -1
  40. data/lib/hubspot/codegen/cms/audit_logs/api_error.rb +1 -1
  41. data/lib/hubspot/codegen/cms/audit_logs/configuration.rb +1 -8
  42. data/lib/hubspot/codegen/cms/audit_logs/models/collection_response_public_audit_log.rb +15 -14
  43. data/lib/hubspot/codegen/cms/audit_logs/models/error.rb +51 -51
  44. data/lib/hubspot/codegen/cms/audit_logs/models/error_detail.rb +29 -29
  45. data/lib/hubspot/codegen/cms/audit_logs/models/next_page.rb +14 -14
  46. data/lib/hubspot/codegen/cms/audit_logs/models/paging.rb +14 -5
  47. data/lib/hubspot/codegen/{files/files → cms/audit_logs}/models/previous_page.rb +7 -7
  48. data/lib/hubspot/codegen/cms/audit_logs/models/public_audit_log.rb +60 -51
  49. data/lib/hubspot/codegen/cms/blogs/authors/api/blog_authors_api.rb +22 -16
  50. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +1 -1
  51. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +1 -1
  52. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +1 -1
  53. data/lib/hubspot/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next.rb +18 -64
  54. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +1 -1
  55. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +1 -1
  56. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +1 -1
  57. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author.rb +45 -45
  58. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +57 -57
  59. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +142 -142
  60. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next.rb +12 -12
  61. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +14 -14
  62. data/lib/hubspot/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next.rb +1 -1
  63. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +51 -51
  64. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +29 -29
  65. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +1 -1
  66. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +16 -14
  67. data/lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb +1 -1
  68. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +53 -53
  69. data/lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb +19 -41
  70. data/lib/hubspot/codegen/cms/blogs/blog_posts/api/blog_posts_api.rb +46 -40
  71. data/lib/hubspot/codegen/cms/blogs/blog_posts/api_client.rb +1 -1
  72. data/lib/hubspot/codegen/cms/blogs/blog_posts/api_error.rb +1 -1
  73. data/lib/hubspot/codegen/cms/blogs/blog_posts/configuration.rb +1 -8
  74. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/angle.rb +18 -52
  75. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/attach_to_lang_primary_request_v_next.rb +18 -64
  76. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/background_image.rb +1 -35
  77. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_blog_post.rb +1 -1
  78. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_json_node.rb +1 -1
  79. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_string.rb +1 -1
  80. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post.rb +45 -45
  81. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post_with_errors.rb +57 -57
  82. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb +571 -560
  83. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post_language_clone_request_v_next.rb +15 -15
  84. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_blog_post_forward_paging.rb +14 -14
  85. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_version_blog_post.rb +14 -14
  86. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/color_stop.rb +1 -1
  87. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_clone_request_v_next.rb +15 -15
  88. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_language_variation.rb +98 -98
  89. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_schedule_request_v_next.rb +20 -20
  90. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/detach_from_lang_group_request_v_next.rb +1 -1
  91. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error.rb +51 -51
  92. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error_detail.rb +29 -29
  93. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/forward_paging.rb +1 -1
  94. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/gradient.rb +16 -16
  95. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/layout_section.rb +48 -48
  96. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/next_page.rb +16 -14
  97. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/paging.rb +1 -1
  98. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/previous_page.rb +3 -1
  99. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/rgba_color.rb +27 -27
  100. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/row_meta_data.rb +19 -19
  101. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/set_new_language_primary_request_v_next.rb +1 -1
  102. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/side_or_corner.rb +18 -64
  103. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/standard_error.rb +53 -53
  104. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/styles.rb +47 -93
  105. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/update_languages_request_v_next.rb +19 -41
  106. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_blog_post.rb +21 -21
  107. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_user.rb +20 -20
  108. data/lib/hubspot/codegen/cms/blogs/tags/api/blog_tags_api.rb +22 -16
  109. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +1 -1
  110. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +1 -1
  111. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +1 -1
  112. data/lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb +18 -64
  113. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +1 -1
  114. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +1 -1
  115. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +1 -1
  116. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag.rb +45 -45
  117. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +57 -57
  118. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +14 -14
  119. data/lib/hubspot/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next.rb +1 -1
  120. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +51 -51
  121. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +29 -29
  122. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +1 -1
  123. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +16 -14
  124. data/lib/hubspot/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next.rb +1 -1
  125. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +53 -53
  126. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +46 -46
  127. data/lib/hubspot/codegen/cms/blogs/tags/models/tag_clone_request_v_next.rb +27 -27
  128. data/lib/hubspot/codegen/cms/blogs/tags/models/update_languages_request_v_next.rb +19 -41
  129. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +1 -1
  130. data/lib/hubspot/codegen/cms/domains/api_client.rb +1 -1
  131. data/lib/hubspot/codegen/cms/domains/api_error.rb +1 -1
  132. data/lib/hubspot/codegen/cms/domains/configuration.rb +1 -1
  133. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain_forward_paging.rb +14 -14
  134. data/lib/hubspot/codegen/cms/domains/models/domain.rb +111 -111
  135. data/lib/hubspot/codegen/cms/domains/models/error.rb +51 -51
  136. data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +29 -29
  137. data/lib/hubspot/codegen/cms/domains/models/forward_paging.rb +1 -1
  138. data/lib/hubspot/codegen/cms/domains/models/next_page.rb +14 -14
  139. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +1 -1
  140. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +1 -1
  141. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1 -1
  142. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +1 -1
  143. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  144. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +1 -1
  145. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb +1 -1
  146. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb +2 -1
  147. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +2 -1
  148. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb +31 -31
  149. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +61 -53
  150. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +16 -14
  151. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +16 -14
  152. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +83 -83
  153. data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +41 -41
  154. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +51 -51
  155. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +29 -29
  156. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +19 -16
  157. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
  158. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +1 -1
  159. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +48 -48
  160. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb +21 -21
  161. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb +12 -12
  162. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +106 -106
  163. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb +48 -48
  164. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +32 -32
  165. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +16 -14
  166. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +20 -16
  167. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +37 -33
  168. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +55 -47
  169. data/lib/hubspot/codegen/cms/performance/api/public_performance_api.rb +1 -1
  170. data/lib/hubspot/codegen/cms/performance/api_client.rb +1 -1
  171. data/lib/hubspot/codegen/cms/performance/api_error.rb +1 -1
  172. data/lib/hubspot/codegen/cms/performance/configuration.rb +1 -1
  173. data/lib/hubspot/codegen/cms/performance/models/error.rb +51 -51
  174. data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +29 -29
  175. data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +105 -120
  176. data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +54 -54
  177. data/lib/hubspot/codegen/cms/site_search/api/public_api.rb +3 -3
  178. data/lib/hubspot/codegen/cms/site_search/configuration.rb +0 -7
  179. data/lib/hubspot/codegen/cms/site_search/models/content_search_result.rb +113 -113
  180. data/lib/hubspot/codegen/cms/site_search/models/error.rb +50 -50
  181. data/lib/hubspot/codegen/cms/site_search/models/error_detail.rb +28 -28
  182. data/lib/hubspot/codegen/cms/site_search/models/indexed_field.rb +17 -17
  183. data/lib/hubspot/codegen/cms/site_search/models/public_search_results.rb +27 -27
  184. data/lib/hubspot/codegen/cms/source_code/api/content_api.rb +48 -48
  185. data/lib/hubspot/codegen/cms/source_code/api/extract_api.rb +1 -1
  186. data/lib/hubspot/codegen/cms/source_code/api/metadata_api.rb +4 -1
  187. data/lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb +9 -4
  188. data/lib/hubspot/codegen/cms/source_code/api/validation_api.rb +1 -1
  189. data/lib/hubspot/codegen/cms/source_code/configuration.rb +0 -7
  190. data/lib/hubspot/codegen/cms/source_code/models/action_response.rb +25 -25
  191. data/lib/hubspot/codegen/cms/source_code/models/asset_file_metadata.rb +56 -47
  192. data/lib/hubspot/codegen/cms/source_code/models/error.rb +50 -50
  193. data/lib/hubspot/codegen/cms/source_code/models/error_detail.rb +28 -28
  194. data/lib/hubspot/codegen/cms/source_code/models/task_locator.rb +13 -13
  195. data/lib/hubspot/codegen/cms/url_redirects/api/redirects_api.rb +6 -6
  196. data/lib/hubspot/codegen/cms/url_redirects/api_client.rb +1 -1
  197. data/lib/hubspot/codegen/cms/url_redirects/api_error.rb +1 -1
  198. data/lib/hubspot/codegen/cms/url_redirects/configuration.rb +1 -8
  199. data/lib/hubspot/codegen/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.rb +14 -14
  200. data/lib/hubspot/codegen/cms/url_redirects/models/error.rb +51 -51
  201. data/lib/hubspot/codegen/cms/url_redirects/models/error_detail.rb +29 -29
  202. data/lib/hubspot/codegen/cms/url_redirects/models/forward_paging.rb +1 -1
  203. data/lib/hubspot/codegen/cms/url_redirects/models/next_page.rb +14 -14
  204. data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping.rb +91 -91
  205. data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping_create_request_body.rb +58 -58
  206. data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +1 -1
  207. data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +3 -3
  208. data/lib/hubspot/codegen/communication_preferences/configuration.rb +0 -7
  209. data/lib/hubspot/codegen/communication_preferences/models/error.rb +50 -50
  210. data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +28 -28
  211. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +62 -62
  212. data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +12 -12
  213. data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +71 -71
  214. data/lib/hubspot/codegen/conversations/visitor_identification/api/generate_api.rb +1 -1
  215. data/lib/hubspot/codegen/conversations/visitor_identification/configuration.rb +0 -7
  216. data/lib/hubspot/codegen/conversations/visitor_identification/models/error.rb +50 -50
  217. data/lib/hubspot/codegen/conversations/visitor_identification/models/error_detail.rb +28 -28
  218. data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_generation_request.rb +14 -14
  219. data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_response.rb +1 -0
  220. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +1 -1
  221. data/lib/hubspot/codegen/crm/associations/api_client.rb +1 -1
  222. data/lib/hubspot/codegen/crm/associations/api_error.rb +1 -1
  223. data/lib/hubspot/codegen/crm/associations/configuration.rb +1 -1
  224. data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +1 -1
  225. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +1 -1
  226. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +1 -1
  227. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +42 -42
  228. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +42 -42
  229. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi_with_errors.rb +53 -53
  230. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_with_errors.rb +53 -53
  231. data/lib/hubspot/codegen/crm/associations/models/error.rb +51 -51
  232. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +29 -29
  233. data/lib/hubspot/codegen/crm/associations/models/next_page.rb +14 -14
  234. data/lib/hubspot/codegen/crm/associations/models/paging.rb +1 -1
  235. data/lib/hubspot/codegen/crm/associations/models/previous_page.rb +1 -1
  236. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +1 -1
  237. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +14 -14
  238. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +1 -1
  239. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +48 -48
  240. data/lib/hubspot/codegen/crm/associations/schema/api/types_api.rb +1 -1
  241. data/lib/hubspot/codegen/crm/associations/schema/api_client.rb +1 -1
  242. data/lib/hubspot/codegen/crm/associations/schema/api_error.rb +1 -1
  243. data/lib/hubspot/codegen/crm/associations/schema/configuration.rb +1 -1
  244. data/lib/hubspot/codegen/crm/associations/schema/models/collection_response_public_association_definition_no_paging.rb +1 -1
  245. data/lib/hubspot/codegen/crm/associations/schema/models/error.rb +51 -51
  246. data/lib/hubspot/codegen/crm/associations/schema/models/error_detail.rb +29 -29
  247. data/lib/hubspot/codegen/crm/associations/schema/models/public_association_definition.rb +19 -19
  248. data/lib/hubspot/codegen/crm/associations/v4/api/basic_api.rb +15 -15
  249. data/lib/hubspot/codegen/crm/associations/v4/api/batch_api.rb +1 -1
  250. data/lib/hubspot/codegen/crm/associations/v4/api_client.rb +1 -1
  251. data/lib/hubspot/codegen/crm/associations/v4/api_error.rb +1 -1
  252. data/lib/hubspot/codegen/crm/associations/v4/configuration.rb +1 -1
  253. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec.rb +1 -1
  254. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec_with_label.rb +1 -1
  255. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_archive.rb +1 -1
  256. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_post.rb +1 -1
  257. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_default_association_multi_post.rb +1 -1
  258. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_fetch_associations_batch_request.rb +1 -1
  259. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair.rb +1 -1
  260. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair_with_errors.rb +1 -1
  261. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label.rb +1 -1
  262. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label_with_errors.rb +1 -1
  263. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_default_association.rb +2 -2
  264. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_multi_associated_object_with_label_forward_paging.rb +1 -1
  265. data/lib/hubspot/codegen/crm/associations/v4/models/error.rb +1 -1
  266. data/lib/hubspot/codegen/crm/associations/v4/models/error_detail.rb +1 -1
  267. data/lib/hubspot/codegen/crm/associations/v4/models/forward_paging.rb +1 -1
  268. data/lib/hubspot/codegen/crm/associations/v4/models/labels_between_object_pair.rb +3 -3
  269. data/lib/hubspot/codegen/crm/associations/v4/models/multi_associated_object_with_label.rb +2 -2
  270. data/lib/hubspot/codegen/crm/associations/v4/models/next_page.rb +1 -1
  271. data/lib/hubspot/codegen/crm/associations/v4/models/paging.rb +1 -1
  272. data/lib/hubspot/codegen/crm/associations/v4/models/previous_page.rb +1 -1
  273. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_archive.rb +1 -1
  274. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_post.rb +1 -1
  275. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_with_label.rb +1 -1
  276. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association.rb +1 -1
  277. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association_multi_post.rb +1 -1
  278. data/lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb +1 -1
  279. data/lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb +1 -1
  280. data/lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb +2 -2
  281. data/lib/hubspot/codegen/crm/associations/v4/schema/api/definitions_api.rb +56 -56
  282. data/lib/hubspot/codegen/crm/associations/v4/schema/api_client.rb +2 -2
  283. data/lib/hubspot/codegen/crm/associations/v4/schema/api_error.rb +1 -1
  284. data/lib/hubspot/codegen/crm/associations/v4/schema/configuration.rb +1 -1
  285. data/lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec_with_label.rb +22 -22
  286. data/lib/hubspot/codegen/crm/associations/v4/schema/models/collection_response_association_spec_with_label_no_paging.rb +4 -4
  287. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error.rb +54 -54
  288. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_detail.rb +32 -32
  289. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_create_request.rb +28 -19
  290. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_update_request.rb +28 -19
  291. data/lib/hubspot/codegen/crm/companies/api/gdpr_api.rb +94 -0
  292. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +20 -20
  293. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +41 -41
  294. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +52 -52
  295. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +13 -13
  296. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  297. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  298. data/lib/hubspot/codegen/crm/companies/models/error.rb +50 -50
  299. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +28 -28
  300. data/lib/hubspot/codegen/crm/companies/models/filter.rb +16 -16
  301. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +13 -13
  302. data/lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb +18 -18
  303. data/lib/hubspot/codegen/{files/files/models/folder_update_task_locator.rb → crm/companies/models/public_gdpr_delete_input.rb} +24 -29
  304. data/lib/hubspot/codegen/crm/companies/models/public_merge_input.rb +18 -18
  305. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +44 -44
  306. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +44 -44
  307. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +26 -17
  308. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb +20 -20
  309. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +49 -49
  310. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +46 -46
  311. data/lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb +33 -33
  312. data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +9 -9
  313. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +20 -20
  314. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +41 -41
  315. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +52 -52
  316. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +13 -13
  317. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  318. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  319. data/lib/hubspot/codegen/crm/contacts/models/error.rb +50 -50
  320. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +28 -28
  321. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +16 -16
  322. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +13 -13
  323. data/lib/hubspot/codegen/crm/contacts/models/public_associations_for_object.rb +18 -18
  324. data/lib/hubspot/codegen/crm/contacts/models/public_gdpr_delete_input.rb +13 -13
  325. data/lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb +18 -18
  326. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +44 -44
  327. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +44 -44
  328. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +26 -17
  329. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb +20 -20
  330. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +49 -49
  331. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +46 -46
  332. data/lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb +33 -33
  333. data/lib/hubspot/codegen/crm/deals/api/gdpr_api.rb +94 -0
  334. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +20 -20
  335. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +41 -41
  336. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +52 -52
  337. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +13 -13
  338. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  339. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  340. data/lib/hubspot/codegen/crm/deals/models/error.rb +50 -50
  341. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +28 -28
  342. data/lib/hubspot/codegen/crm/deals/models/filter.rb +16 -16
  343. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +13 -13
  344. data/lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb +18 -18
  345. data/lib/hubspot/codegen/{files/files/models/collection_response_folder.rb → crm/deals/models/public_gdpr_delete_input.rb} +24 -26
  346. data/lib/hubspot/codegen/crm/deals/models/public_merge_input.rb +18 -18
  347. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +44 -44
  348. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +44 -44
  349. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +26 -17
  350. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb +20 -20
  351. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +49 -49
  352. data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +46 -46
  353. data/lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb +33 -33
  354. data/lib/hubspot/codegen/crm/extensions/calling/api/recording_settings_api.rb +227 -0
  355. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +1 -1
  356. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +1 -1
  357. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +1 -1
  358. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +1 -1
  359. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +51 -51
  360. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +29 -29
  361. data/lib/hubspot/codegen/crm/{associations/v4/models/public_associations_for_object.rb → extensions/calling/models/recording_settings_patch_request.rb} +16 -37
  362. data/lib/hubspot/codegen/crm/{associations/schema/models/batch_input_public_association.rb → extensions/calling/models/recording_settings_request.rb} +18 -20
  363. data/lib/hubspot/codegen/crm/{associations/schema/models/batch_input_public_object_id.rb → extensions/calling/models/recording_settings_response.rb} +18 -20
  364. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +33 -33
  365. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +33 -33
  366. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +58 -58
  367. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +45 -45
  368. data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +2 -2
  369. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +1 -1
  370. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +1 -1
  371. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +1 -1
  372. data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +1 -1
  373. data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +1 -1
  374. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +1 -1
  375. data/lib/hubspot/codegen/crm/{associations/schema/models/batch_response_public_association_with_errors.rb → extensions/cards/models/card_audit_response.rb} +87 -89
  376. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +17 -17
  377. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +1 -1
  378. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +35 -35
  379. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +69 -17
  380. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +64 -12
  381. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +3 -3
  382. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +12 -12
  383. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +1 -1
  384. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +51 -51
  385. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +29 -29
  386. data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +42 -42
  387. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +29 -29
  388. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +25 -25
  389. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result_actions_inner.rb +1 -1
  390. data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +11 -11
  391. data/lib/hubspot/codegen/crm/{associations/schema/models/associated_id.rb → extensions/cards/models/public_card_fetch_body.rb} +29 -27
  392. data/lib/hubspot/codegen/crm/extensions/cards/models/{card_list_response.rb → public_card_list_response.rb} +5 -7
  393. data/lib/hubspot/codegen/crm/extensions/cards/models/{card_response.rb → public_card_response.rb} +62 -51
  394. data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +16 -16
  395. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +4 -4
  396. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +2 -1
  397. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +1 -1
  398. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +8 -1
  399. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +51 -51
  400. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +29 -29
  401. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +24 -15
  402. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +1 -1
  403. data/lib/hubspot/codegen/crm/imports/api/public_imports_api.rb +1 -1
  404. data/lib/hubspot/codegen/crm/imports/api_client.rb +1 -1
  405. data/lib/hubspot/codegen/crm/imports/api_error.rb +1 -1
  406. data/lib/hubspot/codegen/crm/imports/configuration.rb +1 -1
  407. data/lib/hubspot/codegen/crm/imports/models/action_response.rb +26 -26
  408. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +14 -14
  409. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +14 -14
  410. data/lib/hubspot/codegen/crm/imports/models/error.rb +51 -51
  411. data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +29 -29
  412. data/lib/hubspot/codegen/crm/imports/models/forward_paging.rb +1 -1
  413. data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +25 -25
  414. data/lib/hubspot/codegen/{files/files/models/error_detail.rb → crm/imports/models/import_template.rb} +63 -58
  415. data/lib/hubspot/codegen/crm/imports/models/next_page.rb +14 -14
  416. data/lib/hubspot/codegen/crm/imports/models/paging.rb +1 -1
  417. data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +1 -1
  418. data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +60 -65
  419. data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +22 -22
  420. data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +72 -42
  421. data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +1 -1
  422. data/lib/hubspot/codegen/crm/line_items/api/gdpr_api.rb +94 -0
  423. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +20 -20
  424. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +41 -41
  425. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +52 -52
  426. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +13 -13
  427. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  428. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  429. data/lib/hubspot/codegen/crm/line_items/models/error.rb +50 -50
  430. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +28 -28
  431. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +16 -16
  432. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +13 -13
  433. data/lib/hubspot/codegen/crm/line_items/models/public_associations_for_object.rb +18 -18
  434. data/lib/hubspot/codegen/crm/line_items/models/public_gdpr_delete_input.rb +237 -0
  435. data/lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb +18 -18
  436. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +44 -44
  437. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +44 -49
  438. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +21 -17
  439. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +0 -5
  440. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb +15 -20
  441. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +49 -49
  442. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +46 -46
  443. data/lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb +33 -33
  444. data/lib/hubspot/codegen/crm/lists/api/memberships_api.rb +8 -8
  445. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +2 -2
  446. data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +10 -10
  447. data/lib/hubspot/codegen/crm/objects/calls/api/gdpr_api.rb +96 -0
  448. data/lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb +20 -20
  449. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb +41 -41
  450. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb +52 -52
  451. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb +13 -13
  452. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  453. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  454. data/lib/hubspot/codegen/crm/objects/calls/models/error.rb +50 -50
  455. data/lib/hubspot/codegen/crm/objects/calls/models/error_detail.rb +28 -28
  456. data/lib/hubspot/codegen/crm/objects/calls/models/filter.rb +16 -16
  457. data/lib/hubspot/codegen/crm/objects/calls/models/next_page.rb +13 -13
  458. data/lib/hubspot/codegen/crm/objects/calls/models/public_associations_for_object.rb +18 -18
  459. data/lib/hubspot/codegen/crm/{associations/v4 → objects/calls}/models/public_gdpr_delete_input.rb +7 -7
  460. data/lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb +18 -18
  461. data/lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb +44 -44
  462. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb +44 -44
  463. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb +26 -17
  464. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb +20 -20
  465. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb +49 -49
  466. data/lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb +46 -46
  467. data/lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb +33 -33
  468. data/lib/hubspot/codegen/crm/objects/communications/api/basic_api.rb +9 -9
  469. data/lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb +12 -12
  470. data/lib/hubspot/codegen/crm/objects/communications/api/gdpr_api.rb +96 -0
  471. data/lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb +3 -3
  472. data/lib/hubspot/codegen/crm/objects/communications/api/search_api.rb +1 -1
  473. data/lib/hubspot/codegen/crm/objects/communications/models/batch_read_input_simple_public_object_id.rb +20 -20
  474. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object.rb +41 -41
  475. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object_with_errors.rb +52 -52
  476. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_associated_id.rb +13 -13
  477. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  478. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  479. data/lib/hubspot/codegen/crm/objects/communications/models/error.rb +50 -50
  480. data/lib/hubspot/codegen/crm/objects/communications/models/error_detail.rb +28 -28
  481. data/lib/hubspot/codegen/crm/objects/communications/models/filter.rb +16 -16
  482. data/lib/hubspot/codegen/crm/objects/communications/models/next_page.rb +13 -13
  483. data/lib/hubspot/codegen/crm/objects/communications/models/public_associations_for_object.rb +18 -18
  484. data/lib/hubspot/codegen/crm/{associations/v4/models/collection_response_associated_id.rb → objects/communications/models/public_gdpr_delete_input.rb} +24 -26
  485. data/lib/hubspot/codegen/crm/objects/communications/models/public_merge_input.rb +18 -18
  486. data/lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb +44 -44
  487. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object.rb +44 -44
  488. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb +26 -17
  489. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb +20 -20
  490. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_with_associations.rb +49 -49
  491. data/lib/hubspot/codegen/crm/objects/communications/models/standard_error.rb +46 -46
  492. data/lib/hubspot/codegen/crm/objects/communications/models/value_with_timestamp.rb +33 -33
  493. data/lib/hubspot/codegen/crm/objects/emails/api/gdpr_api.rb +96 -0
  494. data/lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb +20 -20
  495. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb +41 -41
  496. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb +52 -52
  497. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb +13 -13
  498. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  499. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  500. data/lib/hubspot/codegen/crm/objects/emails/models/error.rb +50 -50
  501. data/lib/hubspot/codegen/crm/objects/emails/models/error_detail.rb +28 -28
  502. data/lib/hubspot/codegen/crm/objects/emails/models/filter.rb +16 -16
  503. data/lib/hubspot/codegen/crm/objects/emails/models/next_page.rb +13 -13
  504. data/lib/hubspot/codegen/crm/objects/emails/models/public_associations_for_object.rb +18 -18
  505. data/lib/hubspot/codegen/crm/{associations/v4/models/simple_public_object_id.rb → objects/emails/models/public_gdpr_delete_input.rb} +27 -18
  506. data/lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb +18 -18
  507. data/lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb +44 -44
  508. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb +44 -44
  509. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb +26 -17
  510. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb +20 -20
  511. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb +49 -49
  512. data/lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb +46 -46
  513. data/lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb +33 -33
  514. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/gdpr_api.rb +96 -0
  515. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +20 -20
  516. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +41 -41
  517. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +52 -52
  518. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +13 -13
  519. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  520. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  521. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +50 -50
  522. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +28 -28
  523. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +16 -16
  524. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +13 -13
  525. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_associations_for_object.rb +18 -18
  526. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_gdpr_delete_input.rb +239 -0
  527. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb +18 -18
  528. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +44 -44
  529. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +44 -44
  530. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +26 -17
  531. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_for_create.rb +20 -20
  532. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +49 -49
  533. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +46 -46
  534. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb +33 -33
  535. data/lib/hubspot/codegen/crm/objects/goals/api/gdpr_api.rb +9 -9
  536. data/lib/hubspot/codegen/crm/objects/goals/models/simple_public_object_batch_input.rb +10 -1
  537. data/lib/hubspot/codegen/crm/objects/meetings/api/gdpr_api.rb +96 -0
  538. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb +20 -20
  539. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb +41 -41
  540. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb +52 -52
  541. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb +13 -13
  542. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  543. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  544. data/lib/hubspot/codegen/crm/objects/meetings/models/error.rb +50 -50
  545. data/lib/hubspot/codegen/crm/objects/meetings/models/error_detail.rb +28 -28
  546. data/lib/hubspot/codegen/crm/objects/meetings/models/filter.rb +16 -16
  547. data/lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb +13 -13
  548. data/lib/hubspot/codegen/crm/objects/meetings/models/public_associations_for_object.rb +18 -18
  549. data/lib/hubspot/codegen/crm/{associations/v4/models/simple_public_object_input.rb → objects/meetings/models/public_gdpr_delete_input.rb} +27 -20
  550. data/lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb +18 -18
  551. data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb +44 -44
  552. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb +44 -44
  553. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb +26 -17
  554. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb +20 -20
  555. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb +49 -49
  556. data/lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb +46 -46
  557. data/lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb +33 -33
  558. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +20 -20
  559. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +41 -41
  560. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +52 -52
  561. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +13 -13
  562. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  563. data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  564. data/lib/hubspot/codegen/crm/objects/models/error.rb +50 -50
  565. data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +28 -28
  566. data/lib/hubspot/codegen/crm/objects/models/filter.rb +16 -16
  567. data/lib/hubspot/codegen/crm/objects/models/next_page.rb +13 -13
  568. data/lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb +18 -18
  569. data/lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb +13 -13
  570. data/lib/hubspot/codegen/crm/objects/models/public_merge_input.rb +18 -18
  571. data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +44 -44
  572. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +44 -44
  573. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +28 -17
  574. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb +20 -20
  575. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +49 -49
  576. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +46 -46
  577. data/lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb +33 -33
  578. data/lib/hubspot/codegen/crm/objects/notes/api/gdpr_api.rb +96 -0
  579. data/lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb +20 -20
  580. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb +41 -41
  581. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb +52 -52
  582. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb +13 -13
  583. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  584. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  585. data/lib/hubspot/codegen/crm/objects/notes/models/error.rb +50 -50
  586. data/lib/hubspot/codegen/crm/objects/notes/models/error_detail.rb +28 -28
  587. data/lib/hubspot/codegen/crm/objects/notes/models/filter.rb +16 -16
  588. data/lib/hubspot/codegen/crm/objects/notes/models/next_page.rb +13 -13
  589. data/lib/hubspot/codegen/crm/objects/notes/models/public_associations_for_object.rb +18 -18
  590. data/lib/hubspot/codegen/crm/{associations/v4/models/associated_id.rb → objects/notes/models/public_gdpr_delete_input.rb} +24 -29
  591. data/lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb +18 -18
  592. data/lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb +44 -44
  593. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb +44 -44
  594. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb +26 -17
  595. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb +20 -20
  596. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb +49 -49
  597. data/lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb +46 -46
  598. data/lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb +33 -33
  599. data/lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb +33 -33
  600. data/lib/hubspot/codegen/crm/objects/postal_mail/api/gdpr_api.rb +96 -0
  601. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb +20 -20
  602. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb +41 -41
  603. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb +52 -52
  604. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb +13 -13
  605. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  606. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  607. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb +50 -50
  608. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_detail.rb +28 -28
  609. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb +16 -16
  610. data/lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb +13 -13
  611. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_associations_for_object.rb +18 -18
  612. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_gdpr_delete_input.rb +239 -0
  613. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb +18 -18
  614. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb +44 -44
  615. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb +44 -44
  616. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb +26 -17
  617. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb +20 -20
  618. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb +49 -49
  619. data/lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb +46 -46
  620. data/lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb +33 -33
  621. data/lib/hubspot/codegen/crm/objects/tasks/api/gdpr_api.rb +96 -0
  622. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb +20 -20
  623. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb +41 -41
  624. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb +52 -52
  625. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb +13 -13
  626. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  627. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  628. data/lib/hubspot/codegen/crm/objects/tasks/models/error.rb +50 -50
  629. data/lib/hubspot/codegen/crm/objects/tasks/models/error_detail.rb +28 -28
  630. data/lib/hubspot/codegen/crm/objects/tasks/models/filter.rb +16 -16
  631. data/lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb +13 -13
  632. data/lib/hubspot/codegen/crm/objects/tasks/models/public_associations_for_object.rb +18 -18
  633. data/lib/hubspot/codegen/crm/{associations/v4/models/collection_response_association_spec_with_label_no_paging.rb → objects/tasks/models/public_gdpr_delete_input.rb} +27 -20
  634. data/lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb +18 -18
  635. data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb +44 -44
  636. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb +44 -44
  637. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb +26 -17
  638. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb +20 -20
  639. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb +49 -49
  640. data/lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb +46 -46
  641. data/lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb +33 -33
  642. data/lib/hubspot/codegen/crm/objects/taxes/api/gdpr_api.rb +9 -9
  643. data/lib/hubspot/codegen/crm/objects/taxes/models/simple_public_object_batch_input.rb +10 -1
  644. data/lib/hubspot/codegen/crm/owners/api/owners_api.rb +1 -1
  645. data/lib/hubspot/codegen/crm/owners/api_client.rb +1 -1
  646. data/lib/hubspot/codegen/crm/owners/api_error.rb +1 -1
  647. data/lib/hubspot/codegen/crm/owners/configuration.rb +1 -1
  648. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +14 -14
  649. data/lib/hubspot/codegen/crm/owners/models/error.rb +51 -51
  650. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +29 -29
  651. data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +1 -1
  652. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +14 -14
  653. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +51 -51
  654. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +16 -16
  655. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb +1 -1
  656. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb +1 -1
  657. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +1 -1
  658. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +10 -1
  659. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +1 -1
  660. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +1 -1
  661. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +1 -1
  662. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb +1 -1
  663. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb +1 -1
  664. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb +1 -1
  665. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +51 -51
  666. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +29 -29
  667. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +62 -62
  668. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +20 -20
  669. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +16 -16
  670. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +105 -62
  671. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +24 -24
  672. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +21 -21
  673. data/lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb +40 -40
  674. data/lib/hubspot/codegen/crm/products/api/gdpr_api.rb +94 -0
  675. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +20 -20
  676. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +41 -41
  677. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +52 -52
  678. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +13 -13
  679. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  680. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  681. data/lib/hubspot/codegen/crm/products/models/error.rb +50 -50
  682. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +28 -28
  683. data/lib/hubspot/codegen/crm/products/models/filter.rb +16 -16
  684. data/lib/hubspot/codegen/crm/products/models/next_page.rb +13 -13
  685. data/lib/hubspot/codegen/crm/products/models/public_associations_for_object.rb +18 -18
  686. data/lib/hubspot/codegen/{files/files/models/collection_response_file.rb → crm/products/models/public_gdpr_delete_input.rb} +24 -27
  687. data/lib/hubspot/codegen/crm/products/models/public_merge_input.rb +18 -18
  688. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +44 -44
  689. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +44 -49
  690. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +21 -22
  691. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +1 -5
  692. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb +16 -25
  693. data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +49 -49
  694. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +46 -46
  695. data/lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb +33 -33
  696. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +41 -41
  697. data/lib/hubspot/codegen/crm/properties/models/batch_response_property_with_errors.rb +52 -52
  698. data/lib/hubspot/codegen/crm/properties/models/error.rb +50 -50
  699. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +28 -28
  700. data/lib/hubspot/codegen/crm/properties/models/option.rb +34 -34
  701. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +34 -34
  702. data/lib/hubspot/codegen/crm/properties/models/property.rb +152 -150
  703. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +79 -79
  704. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +25 -25
  705. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +14 -14
  706. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +14 -14
  707. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +28 -28
  708. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +58 -58
  709. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +46 -46
  710. data/lib/hubspot/codegen/crm/quotes/api/gdpr_api.rb +94 -0
  711. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +20 -20
  712. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +41 -41
  713. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +52 -52
  714. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +13 -13
  715. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  716. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  717. data/lib/hubspot/codegen/crm/quotes/models/error.rb +50 -50
  718. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +28 -28
  719. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +16 -16
  720. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +13 -13
  721. data/lib/hubspot/codegen/crm/quotes/models/public_associations_for_object.rb +18 -18
  722. data/lib/hubspot/codegen/crm/quotes/models/public_gdpr_delete_input.rb +237 -0
  723. data/lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb +18 -18
  724. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +44 -44
  725. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +44 -44
  726. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +26 -17
  727. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb +20 -20
  728. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +49 -49
  729. data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +46 -46
  730. data/lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb +33 -33
  731. data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +23 -23
  732. data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +14 -14
  733. data/lib/hubspot/codegen/crm/schemas/models/error.rb +50 -50
  734. data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +28 -28
  735. data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +94 -110
  736. data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +50 -51
  737. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +82 -98
  738. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +14 -14
  739. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +28 -19
  740. data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +152 -46
  741. data/lib/hubspot/codegen/crm/schemas/models/option.rb +34 -34
  742. data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +39 -39
  743. data/lib/hubspot/codegen/crm/schemas/models/property.rb +150 -140
  744. data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +32 -28
  745. data/lib/hubspot/codegen/crm/tickets/api/gdpr_api.rb +94 -0
  746. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +20 -20
  747. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +41 -41
  748. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +52 -52
  749. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +13 -13
  750. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb +13 -13
  751. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb +13 -13
  752. data/lib/hubspot/codegen/crm/tickets/models/error.rb +50 -50
  753. data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +28 -28
  754. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +16 -16
  755. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +13 -13
  756. data/lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb +18 -18
  757. data/lib/hubspot/codegen/crm/tickets/models/public_gdpr_delete_input.rb +237 -0
  758. data/lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb +18 -18
  759. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +44 -44
  760. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +44 -44
  761. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +26 -17
  762. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb +20 -20
  763. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +49 -49
  764. data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +46 -46
  765. data/lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb +33 -33
  766. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +6 -6
  767. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +1 -1
  768. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +1 -1
  769. data/lib/hubspot/codegen/crm/timeline/api_client.rb +1 -1
  770. data/lib/hubspot/codegen/crm/timeline/api_error.rb +1 -1
  771. data/lib/hubspot/codegen/crm/timeline/configuration.rb +1 -1
  772. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +1 -1
  773. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +45 -45
  774. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +53 -53
  775. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb +1 -1
  776. data/lib/hubspot/codegen/crm/timeline/models/error.rb +51 -51
  777. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +29 -29
  778. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +1 -1
  779. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +48 -48
  780. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +56 -56
  781. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +17 -17
  782. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +70 -70
  783. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +29 -29
  784. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +22 -22
  785. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +34 -39
  786. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +19 -19
  787. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +17 -22
  788. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +25 -25
  789. data/lib/hubspot/codegen/events/api/events_api.rb +35 -22
  790. data/lib/hubspot/codegen/events/api_client.rb +1 -1
  791. data/lib/hubspot/codegen/events/api_error.rb +1 -1
  792. data/lib/hubspot/codegen/events/configuration.rb +1 -1
  793. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +15 -14
  794. data/lib/hubspot/codegen/events/models/error.rb +51 -51
  795. data/lib/hubspot/codegen/events/models/error_detail.rb +29 -29
  796. data/lib/hubspot/codegen/events/models/external_unified_event.rb +43 -48
  797. data/lib/hubspot/codegen/events/models/next_page.rb +16 -14
  798. data/lib/hubspot/codegen/events/models/paging.rb +14 -5
  799. data/lib/hubspot/codegen/events/models/previous_page.rb +235 -0
  800. data/lib/hubspot/codegen/events/send/api/{behavioral_events_tracking_api.rb → custom_event_data_api.rb} +9 -9
  801. data/lib/hubspot/codegen/files/api/files_api.rb +880 -0
  802. data/lib/hubspot/codegen/files/api/folders_api.rb +603 -0
  803. data/lib/hubspot/codegen/files/api_client.rb +408 -0
  804. data/lib/hubspot/codegen/files/api_error.rb +59 -0
  805. data/lib/hubspot/codegen/files/configuration.rb +285 -0
  806. data/lib/hubspot/codegen/files/models/collection_response_file.rb +238 -0
  807. data/lib/hubspot/codegen/files/models/collection_response_folder.rb +238 -0
  808. data/lib/hubspot/codegen/files/models/error.rb +303 -0
  809. data/lib/hubspot/codegen/files/models/error_detail.rb +269 -0
  810. data/lib/hubspot/codegen/files/models/file.rb +460 -0
  811. data/lib/hubspot/codegen/files/models/file_action_response.rb +359 -0
  812. data/lib/hubspot/codegen/files/models/file_stat.rb +230 -0
  813. data/lib/hubspot/codegen/{webhooks/models/error_category.rb → files/models/file_update_input.rb} +63 -32
  814. data/lib/hubspot/codegen/files/models/folder.rb +312 -0
  815. data/lib/hubspot/codegen/files/models/folder_action_response.rb +359 -0
  816. data/lib/hubspot/codegen/files/models/folder_input.rb +247 -0
  817. data/lib/hubspot/codegen/files/models/folder_update_input.rb +247 -0
  818. data/lib/hubspot/codegen/files/models/folder_update_task_locator.rb +244 -0
  819. data/lib/hubspot/codegen/files/models/import_from_url_input.rb +370 -0
  820. data/lib/hubspot/codegen/files/models/import_from_url_task_locator.rb +244 -0
  821. data/lib/hubspot/codegen/files/models/next_page.rb +235 -0
  822. data/lib/hubspot/codegen/files/models/paging.rb +230 -0
  823. data/lib/hubspot/codegen/files/models/previous_page.rb +235 -0
  824. data/lib/hubspot/codegen/files/models/signed_url.rb +322 -0
  825. data/lib/hubspot/codegen/files/models/standard_error.rb +320 -0
  826. data/lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb +3 -3
  827. data/lib/hubspot/codegen/marketing/events/api/basic_api.rb +460 -0
  828. data/lib/hubspot/codegen/marketing/events/api/batch_api.rb +162 -0
  829. data/lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb +1 -704
  830. data/lib/hubspot/codegen/marketing/events/api/search_api.rb +1 -1
  831. data/lib/hubspot/codegen/marketing/events/api/{settings_external_api.rb → settings_api.rb} +27 -19
  832. data/lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb +200 -0
  833. data/lib/hubspot/codegen/marketing/events/api_client.rb +1 -1
  834. data/lib/hubspot/codegen/marketing/events/api_error.rb +1 -1
  835. data/lib/hubspot/codegen/marketing/events/configuration.rb +1 -8
  836. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +2 -1
  837. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb +1 -1
  838. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb +1 -1
  839. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb +1 -1
  840. data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb +61 -53
  841. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb +53 -53
  842. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb +53 -53
  843. data/lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb +1 -1
  844. data/lib/hubspot/codegen/marketing/events/models/error.rb +51 -51
  845. data/lib/hubspot/codegen/marketing/events/models/error_detail.rb +29 -29
  846. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb +1 -1
  847. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb +1 -1
  848. data/lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb +1 -1
  849. data/lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb +75 -75
  850. data/lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb +57 -57
  851. data/lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb +23 -23
  852. data/lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb +20 -20
  853. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb +69 -66
  854. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +120 -117
  855. data/lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb +15 -15
  856. data/lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb +52 -52
  857. data/lib/hubspot/codegen/marketing/events/models/property_value.rb +114 -95
  858. data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +56 -48
  859. data/lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb +1 -1
  860. data/lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb +1 -1
  861. data/lib/hubspot/codegen/marketing/forms/api/forms_api.rb +1 -1
  862. data/lib/hubspot/codegen/marketing/forms/api_client.rb +1 -1
  863. data/lib/hubspot/codegen/marketing/forms/api_error.rb +1 -1
  864. data/lib/hubspot/codegen/marketing/forms/configuration.rb +1 -1
  865. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging.rb +14 -14
  866. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_results_inner.rb +1 -1
  867. data/lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb +31 -1
  868. data/lib/hubspot/codegen/marketing/forms/models/dependent_field.rb +6 -1
  869. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_dependent_field.rb +2 -1
  870. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb +1 -1
  871. data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +41 -1
  872. data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +36 -1
  873. data/lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb +1 -1
  874. data/lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb +1 -1
  875. data/lib/hubspot/codegen/marketing/forms/models/error.rb +51 -51
  876. data/lib/hubspot/codegen/marketing/forms/models/error_detail.rb +29 -29
  877. data/lib/hubspot/codegen/marketing/forms/models/field_group.rb +12 -1
  878. data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +36 -1
  879. data/lib/hubspot/codegen/marketing/forms/models/form_definition_base.rb +1 -1
  880. data/lib/hubspot/codegen/marketing/forms/models/form_definition_create_request_base.rb +1 -1
  881. data/lib/hubspot/codegen/marketing/forms/models/form_display_options.rb +17 -16
  882. data/lib/hubspot/codegen/marketing/forms/models/form_post_submit_action.rb +1 -1
  883. data/lib/hubspot/codegen/marketing/forms/models/form_style.rb +100 -88
  884. data/lib/hubspot/codegen/marketing/forms/models/forward_paging.rb +1 -1
  885. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_configuration.rb +106 -95
  886. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb +3 -7
  887. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb +3 -7
  888. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb +3 -7
  889. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb +3 -7
  890. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request.rb +25 -25
  891. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_legal_consent_options.rb +1 -1
  892. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb +1 -1
  893. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb +1 -1
  894. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb +1 -1
  895. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb +3 -3
  896. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb +1 -1
  897. data/lib/hubspot/codegen/{crm/associations/models/public_association_definition.rb → marketing/forms/models/lifecycle_stage.rb} +29 -27
  898. data/lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb +36 -1
  899. data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +31 -1
  900. data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +41 -1
  901. data/lib/hubspot/codegen/marketing/forms/models/next_page.rb +16 -14
  902. data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +31 -1
  903. data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +1 -1
  904. data/lib/hubspot/codegen/{crm/companies/models/error_category.rb → marketing/forms/models/payment_link_radio_field.rb} +140 -25
  905. data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +41 -1
  906. data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +1 -1
  907. data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +41 -1
  908. data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +31 -1
  909. data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +31 -1
  910. data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +1 -1
  911. data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +1 -1
  912. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +1 -1
  913. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +1 -1
  914. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +1 -1
  915. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb +14 -14
  916. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +26 -26
  917. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +51 -51
  918. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +29 -29
  919. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +1 -1
  920. data/lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb +1 -1
  921. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +16 -14
  922. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +37 -37
  923. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +17 -17
  924. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +1 -1
  925. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +47 -47
  926. data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +2 -0
  927. data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +2 -0
  928. data/lib/hubspot/codegen/oauth/api/tokens_api.rb +2 -0
  929. data/lib/hubspot/codegen/oauth/api_client.rb +2 -0
  930. data/lib/hubspot/codegen/oauth/api_error.rb +2 -0
  931. data/lib/hubspot/codegen/oauth/configuration.rb +2 -0
  932. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +59 -96
  933. data/lib/hubspot/codegen/oauth/models/error.rb +52 -50
  934. data/lib/hubspot/codegen/oauth/models/error_detail.rb +30 -28
  935. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +63 -53
  936. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +28 -21
  937. data/lib/hubspot/codegen/settings/business_units/api/business_unit_api.rb +1 -1
  938. data/lib/hubspot/codegen/settings/business_units/api_client.rb +1 -1
  939. data/lib/hubspot/codegen/settings/business_units/api_error.rb +1 -1
  940. data/lib/hubspot/codegen/settings/business_units/configuration.rb +1 -1
  941. data/lib/hubspot/codegen/settings/business_units/models/collection_response_public_business_unit_no_paging.rb +1 -1
  942. data/lib/hubspot/codegen/settings/business_units/models/error.rb +1 -1
  943. data/lib/hubspot/codegen/settings/business_units/models/error_detail.rb +1 -1
  944. data/lib/hubspot/codegen/settings/business_units/models/public_business_unit.rb +1 -1
  945. data/lib/hubspot/codegen/settings/business_units/models/public_business_unit_logo_metadata.rb +1 -1
  946. data/lib/hubspot/codegen/settings/users/api/roles_api.rb +1 -1
  947. data/lib/hubspot/codegen/settings/users/api/teams_api.rb +1 -1
  948. data/lib/hubspot/codegen/settings/users/api/users_api.rb +1 -1
  949. data/lib/hubspot/codegen/settings/users/api_client.rb +1 -1
  950. data/lib/hubspot/codegen/settings/users/api_error.rb +1 -1
  951. data/lib/hubspot/codegen/settings/users/configuration.rb +1 -1
  952. data/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb +1 -1
  953. data/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb +1 -1
  954. data/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb +14 -14
  955. data/lib/hubspot/codegen/settings/users/models/error.rb +51 -51
  956. data/lib/hubspot/codegen/settings/users/models/error_detail.rb +29 -29
  957. data/lib/hubspot/codegen/settings/users/models/forward_paging.rb +1 -1
  958. data/lib/hubspot/codegen/settings/users/models/next_page.rb +14 -14
  959. data/lib/hubspot/codegen/settings/users/models/public_permission_set.rb +22 -22
  960. data/lib/hubspot/codegen/settings/users/models/public_team.rb +24 -24
  961. data/lib/hubspot/codegen/settings/users/models/public_user.rb +58 -29
  962. data/lib/hubspot/codegen/settings/users/models/public_user_update.rb +12 -12
  963. data/lib/hubspot/codegen/settings/users/models/user_provision_request.rb +26 -31
  964. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +1 -1
  965. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +1 -1
  966. data/lib/hubspot/codegen/webhooks/api_client.rb +1 -1
  967. data/lib/hubspot/codegen/webhooks/api_error.rb +1 -1
  968. data/lib/hubspot/codegen/webhooks/configuration.rb +1 -1
  969. data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +1 -1
  970. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +42 -42
  971. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +53 -53
  972. data/lib/hubspot/codegen/webhooks/models/error.rb +51 -51
  973. data/lib/hubspot/codegen/webhooks/models/error_detail.rb +29 -29
  974. data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +20 -20
  975. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +22 -22
  976. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +47 -47
  977. data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +19 -19
  978. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +15 -15
  979. data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +1 -1
  980. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +1 -1
  981. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +27 -27
  982. data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +20 -20
  983. data/lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb +1 -1
  984. data/lib/hubspot/discovery/crm/extensions/accounting/client.rb +1 -0
  985. data/lib/hubspot/discovery/crm/extensions/calling/api/recording_settings_api.rb +15 -0
  986. data/lib/hubspot/discovery/crm/extensions/calling/client.rb +1 -0
  987. data/lib/hubspot/discovery/{files/files/api/folders_api.rb → crm/line_items/api/gdpr_api.rb} +3 -3
  988. data/lib/hubspot/discovery/crm/line_items/client.rb +1 -0
  989. data/lib/hubspot/discovery/crm/objects/api/gdpr_api.rb +1 -1
  990. data/lib/hubspot/discovery/crm/objects/calls/api/gdpr_api.rb +15 -0
  991. data/lib/hubspot/discovery/crm/objects/calls/client.rb +1 -0
  992. data/lib/hubspot/discovery/crm/objects/communications/api/gdpr_api.rb +15 -0
  993. data/lib/hubspot/discovery/crm/objects/communications/client.rb +1 -0
  994. data/lib/hubspot/discovery/crm/objects/emails/api/gdpr_api.rb +15 -0
  995. data/lib/hubspot/discovery/crm/objects/emails/client.rb +1 -0
  996. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/gdpr_api.rb +15 -0
  997. data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +1 -0
  998. data/lib/hubspot/discovery/crm/objects/goals/api/gdpr_api.rb +1 -1
  999. data/lib/hubspot/discovery/crm/objects/meetings/api/gdpr_api.rb +15 -0
  1000. data/lib/hubspot/discovery/crm/objects/meetings/client.rb +1 -0
  1001. data/lib/hubspot/discovery/crm/objects/notes/api/gdpr_api.rb +15 -0
  1002. data/lib/hubspot/discovery/crm/objects/notes/client.rb +1 -0
  1003. data/lib/hubspot/discovery/crm/objects/postal_mail/api/gdpr_api.rb +15 -0
  1004. data/lib/hubspot/discovery/crm/objects/postal_mail/client.rb +1 -0
  1005. data/lib/hubspot/discovery/crm/objects/tasks/api/gdpr_api.rb +15 -0
  1006. data/lib/hubspot/discovery/crm/objects/tasks/client.rb +1 -0
  1007. data/lib/hubspot/discovery/crm/objects/taxes/api/gdpr_api.rb +1 -1
  1008. data/lib/hubspot/discovery/{files/files/api/files_api.rb → crm/products/api/gdpr_api.rb} +3 -3
  1009. data/lib/hubspot/discovery/crm/products/client.rb +1 -0
  1010. data/lib/hubspot/discovery/crm/quotes/api/gdpr_api.rb +13 -0
  1011. data/lib/hubspot/discovery/crm/quotes/client.rb +1 -0
  1012. data/lib/hubspot/discovery/crm/tickets/api/gdpr_api.rb +13 -0
  1013. data/lib/hubspot/discovery/crm/tickets/client.rb +1 -0
  1014. data/lib/hubspot/discovery/events/send/api/{behavioral_events_tracking_api.rb → custom_event_data_api.rb} +1 -1
  1015. data/lib/hubspot/discovery/events/send/client.rb +1 -1
  1016. data/lib/hubspot/discovery/files/api/files_api.rb +11 -0
  1017. data/lib/hubspot/discovery/files/api/folders_api.rb +11 -0
  1018. data/lib/hubspot/discovery/files/client.rb +2 -1
  1019. data/lib/hubspot/discovery/marketing/events/api/{settings_external_api.rb → basic_api.rb} +1 -1
  1020. data/lib/hubspot/discovery/marketing/events/api/batch_api.rb +13 -0
  1021. data/lib/hubspot/discovery/marketing/events/api/settings_api.rb +13 -0
  1022. data/lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb +13 -0
  1023. data/lib/hubspot/discovery/marketing/events/client.rb +4 -1
  1024. data/lib/hubspot/helpers/camel_case.rb +4 -1
  1025. data/lib/hubspot/version.rb +1 -1
  1026. data/spec/discovery/cms/source-code/content_api_spec.rb +2 -2
  1027. data/spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb +1 -1
  1028. data/spec/discovery/crm/contacts/gdpr_api_spec.rb +1 -1
  1029. data/spec/discovery/crm/extensions/calling/recording_settings_api_spec.rb +9 -0
  1030. data/spec/discovery/crm/line_items/gdpr_api_spec.rb +7 -0
  1031. data/spec/discovery/crm/lists/memberships_api_spec.rb +1 -1
  1032. data/spec/discovery/crm/objects/calls/gdpr_api_spec.rb +7 -0
  1033. data/spec/discovery/crm/objects/communications/gdpr_api_spec.rb +7 -0
  1034. data/spec/discovery/crm/objects/emails/gdpr_api_spec.rb +7 -0
  1035. data/spec/discovery/crm/objects/feedback_submissions/gdpr_api_spec.rb +7 -0
  1036. data/spec/discovery/crm/objects/meetings/gdpr_api_spec.rb +7 -0
  1037. data/spec/discovery/crm/objects/notes/gdpr_api_spec.rb +7 -0
  1038. data/spec/discovery/crm/objects/postal_mail/gdpr_api_spec.rb +7 -0
  1039. data/spec/discovery/crm/objects/tasks/gdpr_api_spec.rb +7 -0
  1040. data/spec/discovery/crm/products/gdpr_api_spec.rb +7 -0
  1041. data/spec/discovery/crm/quotes/gdpr_api_spec.rb +7 -0
  1042. data/spec/discovery/crm/tickets/gdpr_api_spec.rb +7 -0
  1043. data/spec/discovery/events/send/{behavioral_events_tracking_api_spec.rb → custom_event_data_api_spec.rb} +2 -2
  1044. data/spec/discovery/files/{files/files_api_spec.rb → files_api_spec.rb} +2 -2
  1045. data/spec/discovery/files/{files/folders_api_spec.rb → folders_api_spec.rb} +2 -2
  1046. data/spec/discovery/marketing/events/basic_api_spec.rb +12 -0
  1047. data/spec/discovery/marketing/events/batch_api_spec.rb +8 -0
  1048. data/spec/discovery/marketing/events/marketing_events_external_api_spec.rb +0 -11
  1049. data/spec/discovery/marketing/events/{settings_external_api_spec.rb → settings_api_spec.rb} +2 -2
  1050. data/spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb +8 -0
  1051. metadata +149 -145
  1052. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definition_no_paging.rb +0 -230
  1053. data/lib/hubspot/codegen/crm/associations/models/error_category.rb +0 -276
  1054. data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association.rb +0 -328
  1055. data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_multi.rb +0 -328
  1056. data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_multi_with_errors.rb +0 -348
  1057. data/lib/hubspot/codegen/crm/associations/schema/models/error_category.rb +0 -278
  1058. data/lib/hubspot/codegen/crm/associations/schema/models/next_page.rb +0 -239
  1059. data/lib/hubspot/codegen/crm/associations/schema/models/paging.rb +0 -234
  1060. data/lib/hubspot/codegen/crm/associations/schema/models/previous_page.rb +0 -239
  1061. data/lib/hubspot/codegen/crm/associations/schema/models/public_association.rb +0 -258
  1062. data/lib/hubspot/codegen/crm/associations/schema/models/public_association_multi.rb +0 -256
  1063. data/lib/hubspot/codegen/crm/associations/schema/models/public_object_id.rb +0 -231
  1064. data/lib/hubspot/codegen/crm/associations/schema/models/standard_error.rb +0 -324
  1065. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_batch_input.rb +0 -232
  1066. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_id.rb +0 -232
  1067. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_input_for_create.rb +0 -232
  1068. data/lib/hubspot/codegen/crm/associations/v4/models/batch_read_input_simple_public_object_id.rb +0 -273
  1069. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_simple_public_object.rb +0 -328
  1070. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_simple_public_object_with_errors.rb +0 -348
  1071. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_simple_public_object_with_associations_forward_paging.rb +0 -241
  1072. data/lib/hubspot/codegen/crm/associations/v4/models/error_category.rb +0 -278
  1073. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_definition_create_request.rb +0 -244
  1074. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_definition_update_request.rb +0 -244
  1075. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object.rb +0 -303
  1076. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_batch_input.rb +0 -246
  1077. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_input_for_create.rb +0 -248
  1078. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_with_associations.rb +0 -314
  1079. data/lib/hubspot/codegen/crm/associations/v4/models/standard_error1.rb +0 -324
  1080. data/lib/hubspot/codegen/crm/associations/v4/models/value_with_timestamp.rb +0 -285
  1081. data/lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec.rb +0 -280
  1082. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_multi_archive.rb +0 -234
  1083. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_multi_post.rb +0 -234
  1084. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_default_association_multi_post.rb +0 -234
  1085. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_fetch_associations_batch_request.rb +0 -234
  1086. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair.rb +0 -330
  1087. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair_with_errors.rb +0 -350
  1088. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label.rb +0 -330
  1089. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label_with_errors.rb +0 -350
  1090. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_default_association.rb +0 -350
  1091. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_category.rb +0 -280
  1092. data/lib/hubspot/codegen/crm/associations/v4/schema/models/labels_between_object_pair.rb +0 -290
  1093. data/lib/hubspot/codegen/crm/associations/v4/schema/models/multi_associated_object_with_label.rb +0 -248
  1094. data/lib/hubspot/codegen/crm/associations/v4/schema/models/next_page.rb +0 -241
  1095. data/lib/hubspot/codegen/crm/associations/v4/schema/models/paging.rb +0 -236
  1096. data/lib/hubspot/codegen/crm/associations/v4/schema/models/previous_page.rb +0 -241
  1097. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_archive.rb +0 -248
  1098. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_post.rb +0 -262
  1099. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_with_label.rb +0 -257
  1100. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association.rb +0 -260
  1101. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association_multi_post.rb +0 -246
  1102. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_fetch_associations_batch_request.rb +0 -241
  1103. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_object_id.rb +0 -232
  1104. data/lib/hubspot/codegen/crm/associations/v4/schema/models/standard_error.rb +0 -326
  1105. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +0 -276
  1106. data/lib/hubspot/codegen/crm/deals/models/error_category.rb +0 -276
  1107. data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +0 -276
  1108. data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +0 -275
  1109. data/lib/hubspot/codegen/crm/objects/calls/models/error_category.rb +0 -278
  1110. data/lib/hubspot/codegen/crm/objects/communications/models/error_category.rb +0 -278
  1111. data/lib/hubspot/codegen/crm/objects/emails/models/error_category.rb +0 -278
  1112. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +0 -278
  1113. data/lib/hubspot/codegen/crm/objects/meetings/models/error_category.rb +0 -278
  1114. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb +0 -239
  1115. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +0 -276
  1116. data/lib/hubspot/codegen/crm/objects/notes/models/error_category.rb +0 -278
  1117. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_category.rb +0 -278
  1118. data/lib/hubspot/codegen/crm/objects/tasks/models/error_category.rb +0 -278
  1119. data/lib/hubspot/codegen/crm/products/models/error_category.rb +0 -276
  1120. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +0 -276
  1121. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +0 -276
  1122. data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +0 -276
  1123. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +0 -276
  1124. data/lib/hubspot/codegen/files/files/api/files_api.rb +0 -815
  1125. data/lib/hubspot/codegen/files/files/api/folders_api.rb +0 -605
  1126. data/lib/hubspot/codegen/files/files/api_client.rb +0 -410
  1127. data/lib/hubspot/codegen/files/files/api_error.rb +0 -61
  1128. data/lib/hubspot/codegen/files/files/configuration.rb +0 -287
  1129. data/lib/hubspot/codegen/files/files/models/error.rb +0 -305
  1130. data/lib/hubspot/codegen/files/files/models/error_category.rb +0 -276
  1131. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +0 -361
  1132. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +0 -299
  1133. data/lib/hubspot/codegen/files/files/models/folder.rb +0 -314
  1134. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +0 -361
  1135. data/lib/hubspot/codegen/files/files/models/folder_input.rb +0 -250
  1136. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +0 -250
  1137. data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +0 -454
  1138. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +0 -387
  1139. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +0 -242
  1140. data/lib/hubspot/codegen/files/files/models/paging.rb +0 -232
  1141. data/lib/hubspot/codegen/files/files/models/signed_url.rb +0 -324
  1142. data/lib/hubspot/codegen/files/files/models/standard_error.rb +0 -322
  1143. data/lib/hubspot/codegen/marketing/events/models/error_category.rb +0 -276
  1144. data/lib/hubspot/discovery/files/files/client.rb +0 -20
@@ -17,21 +17,21 @@ module Hubspot
17
17
  module Crm
18
18
  module Contacts
19
19
  class BatchReadInputSimplePublicObjectId
20
- attr_accessor :properties
21
-
22
20
  attr_accessor :properties_with_history
23
21
 
24
22
  attr_accessor :id_property
25
23
 
26
24
  attr_accessor :inputs
27
25
 
26
+ attr_accessor :properties
27
+
28
28
  # Attribute mapping from ruby-style variable name to JSON key.
29
29
  def self.attribute_map
30
30
  {
31
- :'properties' => :'properties',
32
31
  :'properties_with_history' => :'propertiesWithHistory',
33
32
  :'id_property' => :'idProperty',
34
- :'inputs' => :'inputs'
33
+ :'inputs' => :'inputs',
34
+ :'properties' => :'properties'
35
35
  }
36
36
  end
37
37
 
@@ -43,10 +43,10 @@ module Hubspot
43
43
  # Attribute type mapping.
44
44
  def self.openapi_types
45
45
  {
46
- :'properties' => :'Array<String>',
47
46
  :'properties_with_history' => :'Array<String>',
48
47
  :'id_property' => :'String',
49
- :'inputs' => :'Array<SimplePublicObjectId>'
48
+ :'inputs' => :'Array<SimplePublicObjectId>',
49
+ :'properties' => :'Array<String>'
50
50
  }
51
51
  end
52
52
 
@@ -71,12 +71,6 @@ module Hubspot
71
71
  h[k.to_sym] = v
72
72
  }
73
73
 
74
- if attributes.key?(:'properties')
75
- if (value = attributes[:'properties']).is_a?(Array)
76
- self.properties = value
77
- end
78
- end
79
-
80
74
  if attributes.key?(:'properties_with_history')
81
75
  if (value = attributes[:'properties_with_history']).is_a?(Array)
82
76
  self.properties_with_history = value
@@ -92,16 +86,18 @@ module Hubspot
92
86
  self.inputs = value
93
87
  end
94
88
  end
89
+
90
+ if attributes.key?(:'properties')
91
+ if (value = attributes[:'properties']).is_a?(Array)
92
+ self.properties = value
93
+ end
94
+ end
95
95
  end
96
96
 
97
97
  # Show invalid properties with the reasons. Usually used together with valid?
98
98
  # @return Array for valid properties with the reasons
99
99
  def list_invalid_properties
100
100
  invalid_properties = Array.new
101
- if @properties.nil?
102
- invalid_properties.push('invalid value for "properties", properties cannot be nil.')
103
- end
104
-
105
101
  if @properties_with_history.nil?
106
102
  invalid_properties.push('invalid value for "properties_with_history", properties_with_history cannot be nil.')
107
103
  end
@@ -110,15 +106,19 @@ module Hubspot
110
106
  invalid_properties.push('invalid value for "inputs", inputs cannot be nil.')
111
107
  end
112
108
 
109
+ if @properties.nil?
110
+ invalid_properties.push('invalid value for "properties", properties cannot be nil.')
111
+ end
112
+
113
113
  invalid_properties
114
114
  end
115
115
 
116
116
  # Check to see if the all the properties in the model are valid
117
117
  # @return true if the model is valid
118
118
  def valid?
119
- return false if @properties.nil?
120
119
  return false if @properties_with_history.nil?
121
120
  return false if @inputs.nil?
121
+ return false if @properties.nil?
122
122
  true
123
123
  end
124
124
 
@@ -127,10 +127,10 @@ module Hubspot
127
127
  def ==(o)
128
128
  return true if self.equal?(o)
129
129
  self.class == o.class &&
130
- properties == o.properties &&
131
130
  properties_with_history == o.properties_with_history &&
132
131
  id_property == o.id_property &&
133
- inputs == o.inputs
132
+ inputs == o.inputs &&
133
+ properties == o.properties
134
134
  end
135
135
 
136
136
  # @see the `==` method
@@ -142,7 +142,7 @@ module Hubspot
142
142
  # Calculates hash code according to all attributes.
143
143
  # @return [Integer] Hash code
144
144
  def hash
145
- [properties, properties_with_history, id_property, inputs].hash
145
+ [properties_with_history, id_property, inputs, properties].hash
146
146
  end
147
147
 
148
148
  # Builds the object from hash
@@ -17,18 +17,18 @@ module Hubspot
17
17
  module Crm
18
18
  module Contacts
19
19
  class BatchResponseSimplePublicObject
20
- attr_accessor :status
21
-
22
- attr_accessor :results
20
+ attr_accessor :completed_at
23
21
 
24
22
  attr_accessor :requested_at
25
23
 
26
24
  attr_accessor :started_at
27
25
 
28
- attr_accessor :completed_at
29
-
30
26
  attr_accessor :links
31
27
 
28
+ attr_accessor :results
29
+
30
+ attr_accessor :status
31
+
32
32
  class EnumAttributeValidator
33
33
  attr_reader :datatype
34
34
  attr_reader :allowable_values
@@ -54,12 +54,12 @@ module Hubspot
54
54
  # Attribute mapping from ruby-style variable name to JSON key.
55
55
  def self.attribute_map
56
56
  {
57
- :'status' => :'status',
58
- :'results' => :'results',
57
+ :'completed_at' => :'completedAt',
59
58
  :'requested_at' => :'requestedAt',
60
59
  :'started_at' => :'startedAt',
61
- :'completed_at' => :'completedAt',
62
- :'links' => :'links'
60
+ :'links' => :'links',
61
+ :'results' => :'results',
62
+ :'status' => :'status'
63
63
  }
64
64
  end
65
65
 
@@ -71,12 +71,12 @@ module Hubspot
71
71
  # Attribute type mapping.
72
72
  def self.openapi_types
73
73
  {
74
- :'status' => :'String',
75
- :'results' => :'Array<SimplePublicObject>',
74
+ :'completed_at' => :'Time',
76
75
  :'requested_at' => :'Time',
77
76
  :'started_at' => :'Time',
78
- :'completed_at' => :'Time',
79
- :'links' => :'Hash<String, String>'
77
+ :'links' => :'Hash<String, String>',
78
+ :'results' => :'Array<SimplePublicObject>',
79
+ :'status' => :'String'
80
80
  }
81
81
  end
82
82
 
@@ -101,14 +101,8 @@ module Hubspot
101
101
  h[k.to_sym] = v
102
102
  }
103
103
 
104
- if attributes.key?(:'status')
105
- self.status = attributes[:'status']
106
- end
107
-
108
- if attributes.key?(:'results')
109
- if (value = attributes[:'results']).is_a?(Array)
110
- self.results = value
111
- end
104
+ if attributes.key?(:'completed_at')
105
+ self.completed_at = attributes[:'completed_at']
112
106
  end
113
107
 
114
108
  if attributes.key?(:'requested_at')
@@ -119,35 +113,41 @@ module Hubspot
119
113
  self.started_at = attributes[:'started_at']
120
114
  end
121
115
 
122
- if attributes.key?(:'completed_at')
123
- self.completed_at = attributes[:'completed_at']
124
- end
125
-
126
116
  if attributes.key?(:'links')
127
117
  if (value = attributes[:'links']).is_a?(Hash)
128
118
  self.links = value
129
119
  end
130
120
  end
121
+
122
+ if attributes.key?(:'results')
123
+ if (value = attributes[:'results']).is_a?(Array)
124
+ self.results = value
125
+ end
126
+ end
127
+
128
+ if attributes.key?(:'status')
129
+ self.status = attributes[:'status']
130
+ end
131
131
  end
132
132
 
133
133
  # Show invalid properties with the reasons. Usually used together with valid?
134
134
  # @return Array for valid properties with the reasons
135
135
  def list_invalid_properties
136
136
  invalid_properties = Array.new
137
- if @status.nil?
138
- invalid_properties.push('invalid value for "status", status cannot be nil.')
139
- end
140
-
141
- if @results.nil?
142
- invalid_properties.push('invalid value for "results", results cannot be nil.')
137
+ if @completed_at.nil?
138
+ invalid_properties.push('invalid value for "completed_at", completed_at cannot be nil.')
143
139
  end
144
140
 
145
141
  if @started_at.nil?
146
142
  invalid_properties.push('invalid value for "started_at", started_at cannot be nil.')
147
143
  end
148
144
 
149
- if @completed_at.nil?
150
- invalid_properties.push('invalid value for "completed_at", completed_at cannot be nil.')
145
+ if @results.nil?
146
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
147
+ end
148
+
149
+ if @status.nil?
150
+ invalid_properties.push('invalid value for "status", status cannot be nil.')
151
151
  end
152
152
 
153
153
  invalid_properties
@@ -156,12 +156,12 @@ module Hubspot
156
156
  # Check to see if the all the properties in the model are valid
157
157
  # @return true if the model is valid
158
158
  def valid?
159
+ return false if @completed_at.nil?
160
+ return false if @started_at.nil?
161
+ return false if @results.nil?
159
162
  return false if @status.nil?
160
163
  status_validator = EnumAttributeValidator.new('String', ["PENDING", "PROCESSING", "CANCELED", "COMPLETE"])
161
164
  return false unless status_validator.valid?(@status)
162
- return false if @results.nil?
163
- return false if @started_at.nil?
164
- return false if @completed_at.nil?
165
165
  true
166
166
  end
167
167
 
@@ -180,12 +180,12 @@ module Hubspot
180
180
  def ==(o)
181
181
  return true if self.equal?(o)
182
182
  self.class == o.class &&
183
- status == o.status &&
184
- results == o.results &&
183
+ completed_at == o.completed_at &&
185
184
  requested_at == o.requested_at &&
186
185
  started_at == o.started_at &&
187
- completed_at == o.completed_at &&
188
- links == o.links
186
+ links == o.links &&
187
+ results == o.results &&
188
+ status == o.status
189
189
  end
190
190
 
191
191
  # @see the `==` method
@@ -197,7 +197,7 @@ module Hubspot
197
197
  # Calculates hash code according to all attributes.
198
198
  # @return [Integer] Hash code
199
199
  def hash
200
- [status, results, requested_at, started_at, completed_at, links].hash
200
+ [completed_at, requested_at, started_at, links, results, status].hash
201
201
  end
202
202
 
203
203
  # Builds the object from hash
@@ -17,22 +17,22 @@ module Hubspot
17
17
  module Crm
18
18
  module Contacts
19
19
  class BatchResponseSimplePublicObjectWithErrors
20
- attr_accessor :status
21
-
22
- attr_accessor :results
20
+ attr_accessor :completed_at
23
21
 
24
22
  attr_accessor :num_errors
25
23
 
26
- attr_accessor :errors
27
-
28
24
  attr_accessor :requested_at
29
25
 
30
26
  attr_accessor :started_at
31
27
 
32
- attr_accessor :completed_at
33
-
34
28
  attr_accessor :links
35
29
 
30
+ attr_accessor :results
31
+
32
+ attr_accessor :errors
33
+
34
+ attr_accessor :status
35
+
36
36
  class EnumAttributeValidator
37
37
  attr_reader :datatype
38
38
  attr_reader :allowable_values
@@ -58,14 +58,14 @@ module Hubspot
58
58
  # Attribute mapping from ruby-style variable name to JSON key.
59
59
  def self.attribute_map
60
60
  {
61
- :'status' => :'status',
62
- :'results' => :'results',
61
+ :'completed_at' => :'completedAt',
63
62
  :'num_errors' => :'numErrors',
64
- :'errors' => :'errors',
65
63
  :'requested_at' => :'requestedAt',
66
64
  :'started_at' => :'startedAt',
67
- :'completed_at' => :'completedAt',
68
- :'links' => :'links'
65
+ :'links' => :'links',
66
+ :'results' => :'results',
67
+ :'errors' => :'errors',
68
+ :'status' => :'status'
69
69
  }
70
70
  end
71
71
 
@@ -77,14 +77,14 @@ module Hubspot
77
77
  # Attribute type mapping.
78
78
  def self.openapi_types
79
79
  {
80
- :'status' => :'String',
81
- :'results' => :'Array<SimplePublicObject>',
80
+ :'completed_at' => :'Time',
82
81
  :'num_errors' => :'Integer',
83
- :'errors' => :'Array<StandardError>',
84
82
  :'requested_at' => :'Time',
85
83
  :'started_at' => :'Time',
86
- :'completed_at' => :'Time',
87
- :'links' => :'Hash<String, String>'
84
+ :'links' => :'Hash<String, String>',
85
+ :'results' => :'Array<SimplePublicObject>',
86
+ :'errors' => :'Array<StandardError>',
87
+ :'status' => :'String'
88
88
  }
89
89
  end
90
90
 
@@ -109,26 +109,14 @@ module Hubspot
109
109
  h[k.to_sym] = v
110
110
  }
111
111
 
112
- if attributes.key?(:'status')
113
- self.status = attributes[:'status']
114
- end
115
-
116
- if attributes.key?(:'results')
117
- if (value = attributes[:'results']).is_a?(Array)
118
- self.results = value
119
- end
112
+ if attributes.key?(:'completed_at')
113
+ self.completed_at = attributes[:'completed_at']
120
114
  end
121
115
 
122
116
  if attributes.key?(:'num_errors')
123
117
  self.num_errors = attributes[:'num_errors']
124
118
  end
125
119
 
126
- if attributes.key?(:'errors')
127
- if (value = attributes[:'errors']).is_a?(Array)
128
- self.errors = value
129
- end
130
- end
131
-
132
120
  if attributes.key?(:'requested_at')
133
121
  self.requested_at = attributes[:'requested_at']
134
122
  end
@@ -137,35 +125,47 @@ module Hubspot
137
125
  self.started_at = attributes[:'started_at']
138
126
  end
139
127
 
140
- if attributes.key?(:'completed_at')
141
- self.completed_at = attributes[:'completed_at']
142
- end
143
-
144
128
  if attributes.key?(:'links')
145
129
  if (value = attributes[:'links']).is_a?(Hash)
146
130
  self.links = value
147
131
  end
148
132
  end
133
+
134
+ if attributes.key?(:'results')
135
+ if (value = attributes[:'results']).is_a?(Array)
136
+ self.results = value
137
+ end
138
+ end
139
+
140
+ if attributes.key?(:'errors')
141
+ if (value = attributes[:'errors']).is_a?(Array)
142
+ self.errors = value
143
+ end
144
+ end
145
+
146
+ if attributes.key?(:'status')
147
+ self.status = attributes[:'status']
148
+ end
149
149
  end
150
150
 
151
151
  # Show invalid properties with the reasons. Usually used together with valid?
152
152
  # @return Array for valid properties with the reasons
153
153
  def list_invalid_properties
154
154
  invalid_properties = Array.new
155
- if @status.nil?
156
- invalid_properties.push('invalid value for "status", status cannot be nil.')
157
- end
158
-
159
- if @results.nil?
160
- invalid_properties.push('invalid value for "results", results cannot be nil.')
155
+ if @completed_at.nil?
156
+ invalid_properties.push('invalid value for "completed_at", completed_at cannot be nil.')
161
157
  end
162
158
 
163
159
  if @started_at.nil?
164
160
  invalid_properties.push('invalid value for "started_at", started_at cannot be nil.')
165
161
  end
166
162
 
167
- if @completed_at.nil?
168
- invalid_properties.push('invalid value for "completed_at", completed_at cannot be nil.')
163
+ if @results.nil?
164
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
165
+ end
166
+
167
+ if @status.nil?
168
+ invalid_properties.push('invalid value for "status", status cannot be nil.')
169
169
  end
170
170
 
171
171
  invalid_properties
@@ -174,12 +174,12 @@ module Hubspot
174
174
  # Check to see if the all the properties in the model are valid
175
175
  # @return true if the model is valid
176
176
  def valid?
177
+ return false if @completed_at.nil?
178
+ return false if @started_at.nil?
179
+ return false if @results.nil?
177
180
  return false if @status.nil?
178
181
  status_validator = EnumAttributeValidator.new('String', ["PENDING", "PROCESSING", "CANCELED", "COMPLETE"])
179
182
  return false unless status_validator.valid?(@status)
180
- return false if @results.nil?
181
- return false if @started_at.nil?
182
- return false if @completed_at.nil?
183
183
  true
184
184
  end
185
185
 
@@ -198,14 +198,14 @@ module Hubspot
198
198
  def ==(o)
199
199
  return true if self.equal?(o)
200
200
  self.class == o.class &&
201
- status == o.status &&
202
- results == o.results &&
201
+ completed_at == o.completed_at &&
203
202
  num_errors == o.num_errors &&
204
- errors == o.errors &&
205
203
  requested_at == o.requested_at &&
206
204
  started_at == o.started_at &&
207
- completed_at == o.completed_at &&
208
- links == o.links
205
+ links == o.links &&
206
+ results == o.results &&
207
+ errors == o.errors &&
208
+ status == o.status
209
209
  end
210
210
 
211
211
  # @see the `==` method
@@ -217,7 +217,7 @@ module Hubspot
217
217
  # Calculates hash code according to all attributes.
218
218
  # @return [Integer] Hash code
219
219
  def hash
220
- [status, results, num_errors, errors, requested_at, started_at, completed_at, links].hash
220
+ [completed_at, num_errors, requested_at, started_at, links, results, errors, status].hash
221
221
  end
222
222
 
223
223
  # Builds the object from hash
@@ -17,15 +17,15 @@ module Hubspot
17
17
  module Crm
18
18
  module Contacts
19
19
  class CollectionResponseAssociatedId
20
- attr_accessor :results
21
-
22
20
  attr_accessor :paging
23
21
 
22
+ attr_accessor :results
23
+
24
24
  # Attribute mapping from ruby-style variable name to JSON key.
25
25
  def self.attribute_map
26
26
  {
27
- :'results' => :'results',
28
- :'paging' => :'paging'
27
+ :'paging' => :'paging',
28
+ :'results' => :'results'
29
29
  }
30
30
  end
31
31
 
@@ -37,8 +37,8 @@ module Hubspot
37
37
  # Attribute type mapping.
38
38
  def self.openapi_types
39
39
  {
40
- :'results' => :'Array<AssociatedId>',
41
- :'paging' => :'Paging'
40
+ :'paging' => :'Paging',
41
+ :'results' => :'Array<AssociatedId>'
42
42
  }
43
43
  end
44
44
 
@@ -63,15 +63,15 @@ module Hubspot
63
63
  h[k.to_sym] = v
64
64
  }
65
65
 
66
+ if attributes.key?(:'paging')
67
+ self.paging = attributes[:'paging']
68
+ end
69
+
66
70
  if attributes.key?(:'results')
67
71
  if (value = attributes[:'results']).is_a?(Array)
68
72
  self.results = value
69
73
  end
70
74
  end
71
-
72
- if attributes.key?(:'paging')
73
- self.paging = attributes[:'paging']
74
- end
75
75
  end
76
76
 
77
77
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -97,8 +97,8 @@ module Hubspot
97
97
  def ==(o)
98
98
  return true if self.equal?(o)
99
99
  self.class == o.class &&
100
- results == o.results &&
101
- paging == o.paging
100
+ paging == o.paging &&
101
+ results == o.results
102
102
  end
103
103
 
104
104
  # @see the `==` method
@@ -110,7 +110,7 @@ module Hubspot
110
110
  # Calculates hash code according to all attributes.
111
111
  # @return [Integer] Hash code
112
112
  def hash
113
- [results, paging].hash
113
+ [paging, results].hash
114
114
  end
115
115
 
116
116
  # Builds the object from hash
@@ -17,15 +17,15 @@ module Hubspot
17
17
  module Crm
18
18
  module Contacts
19
19
  class CollectionResponseSimplePublicObjectWithAssociationsForwardPaging
20
- attr_accessor :results
21
-
22
20
  attr_accessor :paging
23
21
 
22
+ attr_accessor :results
23
+
24
24
  # Attribute mapping from ruby-style variable name to JSON key.
25
25
  def self.attribute_map
26
26
  {
27
- :'results' => :'results',
28
- :'paging' => :'paging'
27
+ :'paging' => :'paging',
28
+ :'results' => :'results'
29
29
  }
30
30
  end
31
31
 
@@ -37,8 +37,8 @@ module Hubspot
37
37
  # Attribute type mapping.
38
38
  def self.openapi_types
39
39
  {
40
- :'results' => :'Array<SimplePublicObjectWithAssociations>',
41
- :'paging' => :'ForwardPaging'
40
+ :'paging' => :'ForwardPaging',
41
+ :'results' => :'Array<SimplePublicObjectWithAssociations>'
42
42
  }
43
43
  end
44
44
 
@@ -63,15 +63,15 @@ module Hubspot
63
63
  h[k.to_sym] = v
64
64
  }
65
65
 
66
+ if attributes.key?(:'paging')
67
+ self.paging = attributes[:'paging']
68
+ end
69
+
66
70
  if attributes.key?(:'results')
67
71
  if (value = attributes[:'results']).is_a?(Array)
68
72
  self.results = value
69
73
  end
70
74
  end
71
-
72
- if attributes.key?(:'paging')
73
- self.paging = attributes[:'paging']
74
- end
75
75
  end
76
76
 
77
77
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -97,8 +97,8 @@ module Hubspot
97
97
  def ==(o)
98
98
  return true if self.equal?(o)
99
99
  self.class == o.class &&
100
- results == o.results &&
101
- paging == o.paging
100
+ paging == o.paging &&
101
+ results == o.results
102
102
  end
103
103
 
104
104
  # @see the `==` method
@@ -110,7 +110,7 @@ module Hubspot
110
110
  # Calculates hash code according to all attributes.
111
111
  # @return [Integer] Hash code
112
112
  def hash
113
- [results, paging].hash
113
+ [paging, results].hash
114
114
  end
115
115
 
116
116
  # Builds the object from hash