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,30 +17,30 @@ module Hubspot
17
17
  module Crm
18
18
  module Tickets
19
19
  class SimplePublicObject
20
- attr_accessor :id
20
+ attr_accessor :created_at
21
21
 
22
- attr_accessor :properties
22
+ attr_accessor :archived
23
23
 
24
- attr_accessor :properties_with_history
24
+ attr_accessor :archived_at
25
25
 
26
- attr_accessor :created_at
26
+ attr_accessor :properties_with_history
27
27
 
28
- attr_accessor :updated_at
28
+ attr_accessor :id
29
29
 
30
- attr_accessor :archived
30
+ attr_accessor :properties
31
31
 
32
- attr_accessor :archived_at
32
+ attr_accessor :updated_at
33
33
 
34
34
  # Attribute mapping from ruby-style variable name to JSON key.
35
35
  def self.attribute_map
36
36
  {
37
- :'id' => :'id',
38
- :'properties' => :'properties',
39
- :'properties_with_history' => :'propertiesWithHistory',
40
37
  :'created_at' => :'createdAt',
41
- :'updated_at' => :'updatedAt',
42
38
  :'archived' => :'archived',
43
- :'archived_at' => :'archivedAt'
39
+ :'archived_at' => :'archivedAt',
40
+ :'properties_with_history' => :'propertiesWithHistory',
41
+ :'id' => :'id',
42
+ :'properties' => :'properties',
43
+ :'updated_at' => :'updatedAt'
44
44
  }
45
45
  end
46
46
 
@@ -52,13 +52,13 @@ module Hubspot
52
52
  # Attribute type mapping.
53
53
  def self.openapi_types
54
54
  {
55
- :'id' => :'String',
56
- :'properties' => :'Hash<String, String>',
57
- :'properties_with_history' => :'Hash<String, Array<ValueWithTimestamp>>',
58
55
  :'created_at' => :'Time',
59
- :'updated_at' => :'Time',
60
56
  :'archived' => :'Boolean',
61
- :'archived_at' => :'Time'
57
+ :'archived_at' => :'Time',
58
+ :'properties_with_history' => :'Hash<String, Array<ValueWithTimestamp>>',
59
+ :'id' => :'String',
60
+ :'properties' => :'Hash<String, String>',
61
+ :'updated_at' => :'Time'
62
62
  }
63
63
  end
64
64
 
@@ -83,14 +83,16 @@ module Hubspot
83
83
  h[k.to_sym] = v
84
84
  }
85
85
 
86
- if attributes.key?(:'id')
87
- self.id = attributes[:'id']
86
+ if attributes.key?(:'created_at')
87
+ self.created_at = attributes[:'created_at']
88
88
  end
89
89
 
90
- if attributes.key?(:'properties')
91
- if (value = attributes[:'properties']).is_a?(Hash)
92
- self.properties = value
93
- end
90
+ if attributes.key?(:'archived')
91
+ self.archived = attributes[:'archived']
92
+ end
93
+
94
+ if attributes.key?(:'archived_at')
95
+ self.archived_at = attributes[:'archived_at']
94
96
  end
95
97
 
96
98
  if attributes.key?(:'properties_with_history')
@@ -99,20 +101,18 @@ module Hubspot
99
101
  end
100
102
  end
101
103
 
102
- if attributes.key?(:'created_at')
103
- self.created_at = attributes[:'created_at']
104
- end
105
-
106
- if attributes.key?(:'updated_at')
107
- self.updated_at = attributes[:'updated_at']
104
+ if attributes.key?(:'id')
105
+ self.id = attributes[:'id']
108
106
  end
109
107
 
110
- if attributes.key?(:'archived')
111
- self.archived = attributes[:'archived']
108
+ if attributes.key?(:'properties')
109
+ if (value = attributes[:'properties']).is_a?(Hash)
110
+ self.properties = value
111
+ end
112
112
  end
113
113
 
114
- if attributes.key?(:'archived_at')
115
- self.archived_at = attributes[:'archived_at']
114
+ if attributes.key?(:'updated_at')
115
+ self.updated_at = attributes[:'updated_at']
116
116
  end
117
117
  end
118
118
 
@@ -120,6 +120,10 @@ module Hubspot
120
120
  # @return Array for valid properties with the reasons
121
121
  def list_invalid_properties
122
122
  invalid_properties = Array.new
123
+ if @created_at.nil?
124
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
125
+ end
126
+
123
127
  if @id.nil?
124
128
  invalid_properties.push('invalid value for "id", id cannot be nil.')
125
129
  end
@@ -128,10 +132,6 @@ module Hubspot
128
132
  invalid_properties.push('invalid value for "properties", properties cannot be nil.')
129
133
  end
130
134
 
131
- if @created_at.nil?
132
- invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
133
- end
134
-
135
135
  if @updated_at.nil?
136
136
  invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
137
137
  end
@@ -142,9 +142,9 @@ module Hubspot
142
142
  # Check to see if the all the properties in the model are valid
143
143
  # @return true if the model is valid
144
144
  def valid?
145
+ return false if @created_at.nil?
145
146
  return false if @id.nil?
146
147
  return false if @properties.nil?
147
- return false if @created_at.nil?
148
148
  return false if @updated_at.nil?
149
149
  true
150
150
  end
@@ -154,13 +154,13 @@ module Hubspot
154
154
  def ==(o)
155
155
  return true if self.equal?(o)
156
156
  self.class == o.class &&
157
- id == o.id &&
158
- properties == o.properties &&
159
- properties_with_history == o.properties_with_history &&
160
157
  created_at == o.created_at &&
161
- updated_at == o.updated_at &&
162
158
  archived == o.archived &&
163
- archived_at == o.archived_at
159
+ archived_at == o.archived_at &&
160
+ properties_with_history == o.properties_with_history &&
161
+ id == o.id &&
162
+ properties == o.properties &&
163
+ updated_at == o.updated_at
164
164
  end
165
165
 
166
166
  # @see the `==` method
@@ -172,7 +172,7 @@ module Hubspot
172
172
  # Calculates hash code according to all attributes.
173
173
  # @return [Integer] Hash code
174
174
  def hash
175
- [id, properties, properties_with_history, created_at, updated_at, archived, archived_at].hash
175
+ [created_at, archived, archived_at, properties_with_history, id, properties, updated_at].hash
176
176
  end
177
177
 
178
178
  # Builds the object from hash
@@ -17,15 +17,18 @@ module Hubspot
17
17
  module Crm
18
18
  module Tickets
19
19
  class SimplePublicObjectBatchInput
20
- attr_accessor :properties
20
+ attr_accessor :id_property
21
21
 
22
22
  attr_accessor :id
23
23
 
24
+ attr_accessor :properties
25
+
24
26
  # Attribute mapping from ruby-style variable name to JSON key.
25
27
  def self.attribute_map
26
28
  {
27
- :'properties' => :'properties',
28
- :'id' => :'id'
29
+ :'id_property' => :'idProperty',
30
+ :'id' => :'id',
31
+ :'properties' => :'properties'
29
32
  }
30
33
  end
31
34
 
@@ -37,8 +40,9 @@ module Hubspot
37
40
  # Attribute type mapping.
38
41
  def self.openapi_types
39
42
  {
40
- :'properties' => :'Hash<String, String>',
41
- :'id' => :'String'
43
+ :'id_property' => :'String',
44
+ :'id' => :'String',
45
+ :'properties' => :'Hash<String, String>'
42
46
  }
43
47
  end
44
48
 
@@ -63,37 +67,41 @@ module Hubspot
63
67
  h[k.to_sym] = v
64
68
  }
65
69
 
66
- if attributes.key?(:'properties')
67
- if (value = attributes[:'properties']).is_a?(Hash)
68
- self.properties = value
69
- end
70
+ if attributes.key?(:'id_property')
71
+ self.id_property = attributes[:'id_property']
70
72
  end
71
73
 
72
74
  if attributes.key?(:'id')
73
75
  self.id = attributes[:'id']
74
76
  end
77
+
78
+ if attributes.key?(:'properties')
79
+ if (value = attributes[:'properties']).is_a?(Hash)
80
+ self.properties = value
81
+ end
82
+ end
75
83
  end
76
84
 
77
85
  # Show invalid properties with the reasons. Usually used together with valid?
78
86
  # @return Array for valid properties with the reasons
79
87
  def list_invalid_properties
80
88
  invalid_properties = Array.new
81
- if @properties.nil?
82
- invalid_properties.push('invalid value for "properties", properties cannot be nil.')
83
- end
84
-
85
89
  if @id.nil?
86
90
  invalid_properties.push('invalid value for "id", id cannot be nil.')
87
91
  end
88
92
 
93
+ if @properties.nil?
94
+ invalid_properties.push('invalid value for "properties", properties cannot be nil.')
95
+ end
96
+
89
97
  invalid_properties
90
98
  end
91
99
 
92
100
  # Check to see if the all the properties in the model are valid
93
101
  # @return true if the model is valid
94
102
  def valid?
95
- return false if @properties.nil?
96
103
  return false if @id.nil?
104
+ return false if @properties.nil?
97
105
  true
98
106
  end
99
107
 
@@ -102,8 +110,9 @@ module Hubspot
102
110
  def ==(o)
103
111
  return true if self.equal?(o)
104
112
  self.class == o.class &&
105
- properties == o.properties &&
106
- id == o.id
113
+ id_property == o.id_property &&
114
+ id == o.id &&
115
+ properties == o.properties
107
116
  end
108
117
 
109
118
  # @see the `==` method
@@ -115,7 +124,7 @@ module Hubspot
115
124
  # Calculates hash code according to all attributes.
116
125
  # @return [Integer] Hash code
117
126
  def hash
118
- [properties, id].hash
127
+ [id_property, id, properties].hash
119
128
  end
120
129
 
121
130
  # Builds the object from hash
@@ -17,15 +17,15 @@ module Hubspot
17
17
  module Crm
18
18
  module Tickets
19
19
  class SimplePublicObjectInputForCreate
20
- attr_accessor :properties
21
-
22
20
  attr_accessor :associations
23
21
 
22
+ attr_accessor :properties
23
+
24
24
  # Attribute mapping from ruby-style variable name to JSON key.
25
25
  def self.attribute_map
26
26
  {
27
- :'properties' => :'properties',
28
- :'associations' => :'associations'
27
+ :'associations' => :'associations',
28
+ :'properties' => :'properties'
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
- :'properties' => :'Hash<String, String>',
41
- :'associations' => :'Array<PublicAssociationsForObject>'
40
+ :'associations' => :'Array<PublicAssociationsForObject>',
41
+ :'properties' => :'Hash<String, String>'
42
42
  }
43
43
  end
44
44
 
@@ -63,39 +63,39 @@ module Hubspot
63
63
  h[k.to_sym] = v
64
64
  }
65
65
 
66
- if attributes.key?(:'properties')
67
- if (value = attributes[:'properties']).is_a?(Hash)
68
- self.properties = value
69
- end
70
- end
71
-
72
66
  if attributes.key?(:'associations')
73
67
  if (value = attributes[:'associations']).is_a?(Array)
74
68
  self.associations = value
75
69
  end
76
70
  end
71
+
72
+ if attributes.key?(:'properties')
73
+ if (value = attributes[:'properties']).is_a?(Hash)
74
+ self.properties = value
75
+ end
76
+ end
77
77
  end
78
78
 
79
79
  # Show invalid properties with the reasons. Usually used together with valid?
80
80
  # @return Array for valid properties with the reasons
81
81
  def list_invalid_properties
82
82
  invalid_properties = Array.new
83
- if @properties.nil?
84
- invalid_properties.push('invalid value for "properties", properties cannot be nil.')
85
- end
86
-
87
83
  if @associations.nil?
88
84
  invalid_properties.push('invalid value for "associations", associations cannot be nil.')
89
85
  end
90
86
 
87
+ if @properties.nil?
88
+ invalid_properties.push('invalid value for "properties", properties cannot be nil.')
89
+ end
90
+
91
91
  invalid_properties
92
92
  end
93
93
 
94
94
  # Check to see if the all the properties in the model are valid
95
95
  # @return true if the model is valid
96
96
  def valid?
97
- return false if @properties.nil?
98
97
  return false if @associations.nil?
98
+ return false if @properties.nil?
99
99
  true
100
100
  end
101
101
 
@@ -104,8 +104,8 @@ module Hubspot
104
104
  def ==(o)
105
105
  return true if self.equal?(o)
106
106
  self.class == o.class &&
107
- properties == o.properties &&
108
- associations == o.associations
107
+ associations == o.associations &&
108
+ properties == o.properties
109
109
  end
110
110
 
111
111
  # @see the `==` method
@@ -117,7 +117,7 @@ module Hubspot
117
117
  # Calculates hash code according to all attributes.
118
118
  # @return [Integer] Hash code
119
119
  def hash
120
- [properties, associations].hash
120
+ [associations, properties].hash
121
121
  end
122
122
 
123
123
  # Builds the object from hash
@@ -17,33 +17,33 @@ module Hubspot
17
17
  module Crm
18
18
  module Tickets
19
19
  class SimplePublicObjectWithAssociations
20
- attr_accessor :id
21
-
22
- attr_accessor :properties
23
-
24
- attr_accessor :properties_with_history
20
+ attr_accessor :associations
25
21
 
26
22
  attr_accessor :created_at
27
23
 
28
- attr_accessor :updated_at
29
-
30
24
  attr_accessor :archived
31
25
 
32
26
  attr_accessor :archived_at
33
27
 
34
- attr_accessor :associations
28
+ attr_accessor :properties_with_history
29
+
30
+ attr_accessor :id
31
+
32
+ attr_accessor :properties
33
+
34
+ attr_accessor :updated_at
35
35
 
36
36
  # Attribute mapping from ruby-style variable name to JSON key.
37
37
  def self.attribute_map
38
38
  {
39
- :'id' => :'id',
40
- :'properties' => :'properties',
41
- :'properties_with_history' => :'propertiesWithHistory',
39
+ :'associations' => :'associations',
42
40
  :'created_at' => :'createdAt',
43
- :'updated_at' => :'updatedAt',
44
41
  :'archived' => :'archived',
45
42
  :'archived_at' => :'archivedAt',
46
- :'associations' => :'associations'
43
+ :'properties_with_history' => :'propertiesWithHistory',
44
+ :'id' => :'id',
45
+ :'properties' => :'properties',
46
+ :'updated_at' => :'updatedAt'
47
47
  }
48
48
  end
49
49
 
@@ -55,14 +55,14 @@ module Hubspot
55
55
  # Attribute type mapping.
56
56
  def self.openapi_types
57
57
  {
58
- :'id' => :'String',
59
- :'properties' => :'Hash<String, String>',
60
- :'properties_with_history' => :'Hash<String, Array<ValueWithTimestamp>>',
58
+ :'associations' => :'Hash<String, CollectionResponseAssociatedId>',
61
59
  :'created_at' => :'Time',
62
- :'updated_at' => :'Time',
63
60
  :'archived' => :'Boolean',
64
61
  :'archived_at' => :'Time',
65
- :'associations' => :'Hash<String, CollectionResponseAssociatedId>'
62
+ :'properties_with_history' => :'Hash<String, Array<ValueWithTimestamp>>',
63
+ :'id' => :'String',
64
+ :'properties' => :'Hash<String, String>',
65
+ :'updated_at' => :'Time'
66
66
  }
67
67
  end
68
68
 
@@ -87,19 +87,9 @@ module Hubspot
87
87
  h[k.to_sym] = v
88
88
  }
89
89
 
90
- if attributes.key?(:'id')
91
- self.id = attributes[:'id']
92
- end
93
-
94
- if attributes.key?(:'properties')
95
- if (value = attributes[:'properties']).is_a?(Hash)
96
- self.properties = value
97
- end
98
- end
99
-
100
- if attributes.key?(:'properties_with_history')
101
- if (value = attributes[:'properties_with_history']).is_a?(Hash)
102
- self.properties_with_history = value
90
+ if attributes.key?(:'associations')
91
+ if (value = attributes[:'associations']).is_a?(Hash)
92
+ self.associations = value
103
93
  end
104
94
  end
105
95
 
@@ -107,10 +97,6 @@ module Hubspot
107
97
  self.created_at = attributes[:'created_at']
108
98
  end
109
99
 
110
- if attributes.key?(:'updated_at')
111
- self.updated_at = attributes[:'updated_at']
112
- end
113
-
114
100
  if attributes.key?(:'archived')
115
101
  self.archived = attributes[:'archived']
116
102
  end
@@ -119,17 +105,35 @@ module Hubspot
119
105
  self.archived_at = attributes[:'archived_at']
120
106
  end
121
107
 
122
- if attributes.key?(:'associations')
123
- if (value = attributes[:'associations']).is_a?(Hash)
124
- self.associations = value
108
+ if attributes.key?(:'properties_with_history')
109
+ if (value = attributes[:'properties_with_history']).is_a?(Hash)
110
+ self.properties_with_history = value
111
+ end
112
+ end
113
+
114
+ if attributes.key?(:'id')
115
+ self.id = attributes[:'id']
116
+ end
117
+
118
+ if attributes.key?(:'properties')
119
+ if (value = attributes[:'properties']).is_a?(Hash)
120
+ self.properties = value
125
121
  end
126
122
  end
123
+
124
+ if attributes.key?(:'updated_at')
125
+ self.updated_at = attributes[:'updated_at']
126
+ end
127
127
  end
128
128
 
129
129
  # Show invalid properties with the reasons. Usually used together with valid?
130
130
  # @return Array for valid properties with the reasons
131
131
  def list_invalid_properties
132
132
  invalid_properties = Array.new
133
+ if @created_at.nil?
134
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
135
+ end
136
+
133
137
  if @id.nil?
134
138
  invalid_properties.push('invalid value for "id", id cannot be nil.')
135
139
  end
@@ -138,10 +142,6 @@ module Hubspot
138
142
  invalid_properties.push('invalid value for "properties", properties cannot be nil.')
139
143
  end
140
144
 
141
- if @created_at.nil?
142
- invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
143
- end
144
-
145
145
  if @updated_at.nil?
146
146
  invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
147
147
  end
@@ -152,9 +152,9 @@ module Hubspot
152
152
  # Check to see if the all the properties in the model are valid
153
153
  # @return true if the model is valid
154
154
  def valid?
155
+ return false if @created_at.nil?
155
156
  return false if @id.nil?
156
157
  return false if @properties.nil?
157
- return false if @created_at.nil?
158
158
  return false if @updated_at.nil?
159
159
  true
160
160
  end
@@ -164,14 +164,14 @@ module Hubspot
164
164
  def ==(o)
165
165
  return true if self.equal?(o)
166
166
  self.class == o.class &&
167
- id == o.id &&
168
- properties == o.properties &&
169
- properties_with_history == o.properties_with_history &&
167
+ associations == o.associations &&
170
168
  created_at == o.created_at &&
171
- updated_at == o.updated_at &&
172
169
  archived == o.archived &&
173
170
  archived_at == o.archived_at &&
174
- associations == o.associations
171
+ properties_with_history == o.properties_with_history &&
172
+ id == o.id &&
173
+ properties == o.properties &&
174
+ updated_at == o.updated_at
175
175
  end
176
176
 
177
177
  # @see the `==` method
@@ -183,7 +183,7 @@ module Hubspot
183
183
  # Calculates hash code according to all attributes.
184
184
  # @return [Integer] Hash code
185
185
  def hash
186
- [id, properties, properties_with_history, created_at, updated_at, archived, archived_at, associations].hash
186
+ [associations, created_at, archived, archived_at, properties_with_history, id, properties, updated_at].hash
187
187
  end
188
188
 
189
189
  # Builds the object from hash