hubspot-api-client 10.0.1 → 17.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2646) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +340 -0
  3. data/Gemfile +1 -0
  4. data/Gemfile.lock +38 -30
  5. data/README.md +106 -57
  6. data/hubspot-api-client.gemspec +4 -4
  7. data/lib/hubspot/client.rb +32 -0
  8. data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +17 -9
  9. data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +31 -20
  10. data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +37 -24
  11. data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +9 -7
  12. data/lib/hubspot/codegen/automation/actions/api_client.rb +56 -52
  13. data/lib/hubspot/codegen/automation/actions/api_error.rb +2 -2
  14. data/lib/hubspot/codegen/automation/actions/configuration.rb +44 -20
  15. data/lib/hubspot/codegen/automation/actions/models/action_function.rb +21 -7
  16. data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +21 -7
  17. data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +21 -7
  18. data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +22 -8
  19. data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +20 -7
  20. data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +21 -7
  21. data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +21 -7
  22. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +20 -7
  23. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +20 -7
  24. data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +20 -7
  25. data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +20 -7
  26. data/lib/hubspot/codegen/automation/actions/models/error.rb +20 -7
  27. data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +20 -7
  28. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +22 -8
  29. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +22 -8
  30. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +22 -8
  31. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch_input_field_dependencies_inner.rb +109 -0
  32. data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +21 -7
  33. data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +20 -7
  34. data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +21 -7
  35. data/lib/hubspot/codegen/automation/actions/models/next_page.rb +20 -7
  36. data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +21 -7
  37. data/lib/hubspot/codegen/automation/actions/models/option.rb +21 -7
  38. data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +20 -7
  39. data/lib/hubspot/codegen/cms/audit_logs/api/audit_logs_api.rb +107 -0
  40. data/lib/hubspot/codegen/cms/audit_logs/api_client.rb +410 -0
  41. data/lib/hubspot/codegen/cms/audit_logs/api_error.rb +61 -0
  42. data/lib/hubspot/codegen/cms/audit_logs/configuration.rb +294 -0
  43. data/lib/hubspot/codegen/cms/audit_logs/models/collection_response_public_audit_log.rb +239 -0
  44. data/lib/hubspot/codegen/cms/audit_logs/models/error.rb +305 -0
  45. data/lib/hubspot/codegen/cms/audit_logs/models/error_detail.rb +271 -0
  46. data/lib/hubspot/codegen/cms/audit_logs/models/next_page.rb +237 -0
  47. data/lib/hubspot/codegen/cms/audit_logs/models/paging.rb +223 -0
  48. data/lib/hubspot/codegen/cms/audit_logs/models/public_audit_log.rb +365 -0
  49. data/lib/hubspot/codegen/cms/blogs/authors/api/blog_authors_api.rb +1010 -0
  50. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +57 -53
  51. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +3 -3
  52. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +44 -20
  53. data/lib/hubspot/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next.rb +318 -0
  54. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +23 -8
  55. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +23 -8
  56. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +23 -8
  57. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author.rb +335 -0
  58. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +33 -11
  59. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +168 -50
  60. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next.rb +266 -0
  61. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +24 -8
  62. data/lib/hubspot/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next.rb +232 -0
  63. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +21 -8
  64. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +21 -8
  65. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +22 -8
  66. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +22 -8
  67. data/lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb +232 -0
  68. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +30 -8
  69. data/lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb +271 -0
  70. data/lib/hubspot/codegen/cms/blogs/blog_posts/api/blog_posts_api.rb +1688 -0
  71. data/lib/hubspot/codegen/cms/blogs/blog_posts/api_client.rb +412 -0
  72. data/lib/hubspot/codegen/cms/blogs/blog_posts/api_error.rb +63 -0
  73. data/lib/hubspot/codegen/cms/blogs/blog_posts/configuration.rb +296 -0
  74. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/angle.rb +278 -0
  75. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/attach_to_lang_primary_request_v_next.rb +318 -0
  76. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/background_image.rb +292 -0
  77. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_blog_post.rb +234 -0
  78. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_json_node.rb +234 -0
  79. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_string.rb +234 -0
  80. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post.rb +335 -0
  81. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post_with_errors.rb +357 -0
  82. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb +1220 -0
  83. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post_language_clone_request_v_next.rb +242 -0
  84. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_blog_post_forward_paging.rb +258 -0
  85. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_version_blog_post.rb +258 -0
  86. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/color_stop.rb +230 -0
  87. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_clone_request_v_next.rb +242 -0
  88. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_language_variation.rb +411 -0
  89. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/content_schedule_request_v_next.rb +247 -0
  90. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/detach_from_lang_group_request_v_next.rb +232 -0
  91. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error.rb +307 -0
  92. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/error_detail.rb +273 -0
  93. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/forward_paging.rb +226 -0
  94. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/gradient.rb +260 -0
  95. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/layout_section.rb +407 -0
  96. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/next_page.rb +240 -0
  97. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/paging.rb +235 -0
  98. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/previous_page.rb +240 -0
  99. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/rgba_color.rb +277 -0
  100. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/row_meta_data.rb +244 -0
  101. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/set_new_language_primary_request_v_next.rb +232 -0
  102. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/side_or_corner.rb +290 -0
  103. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/standard_error.rb +333 -0
  104. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/styles.rb +360 -0
  105. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/update_languages_request_v_next.rb +271 -0
  106. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_blog_post.rb +274 -0
  107. data/lib/hubspot/codegen/cms/blogs/blog_posts/models/version_user.rb +262 -0
  108. data/lib/hubspot/codegen/cms/blogs/tags/api/blog_tags_api.rb +1010 -0
  109. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +57 -53
  110. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +3 -3
  111. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +44 -20
  112. data/lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb +318 -0
  113. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +23 -8
  114. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +23 -8
  115. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +23 -8
  116. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag.rb +335 -0
  117. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +33 -11
  118. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +24 -8
  119. data/lib/hubspot/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next.rb +232 -0
  120. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +21 -8
  121. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +21 -8
  122. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +22 -8
  123. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +22 -8
  124. data/lib/hubspot/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next.rb +232 -0
  125. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +30 -8
  126. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +112 -36
  127. data/lib/hubspot/codegen/cms/blogs/tags/models/tag_clone_request_v_next.rb +267 -0
  128. data/lib/hubspot/codegen/cms/blogs/tags/models/update_languages_request_v_next.rb +271 -0
  129. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +23 -30
  130. data/lib/hubspot/codegen/cms/domains/api_client.rb +56 -52
  131. data/lib/hubspot/codegen/cms/domains/api_error.rb +2 -2
  132. data/lib/hubspot/codegen/cms/domains/configuration.rb +43 -19
  133. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain_forward_paging.rb +253 -0
  134. data/lib/hubspot/codegen/cms/domains/models/domain.rb +42 -691
  135. data/lib/hubspot/codegen/cms/domains/models/error.rb +20 -7
  136. data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +20 -7
  137. data/lib/hubspot/codegen/cms/domains/models/forward_paging.rb +223 -0
  138. data/lib/hubspot/codegen/cms/domains/models/next_page.rb +20 -7
  139. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +148 -130
  140. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +143 -115
  141. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +185 -167
  142. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +57 -53
  143. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +3 -3
  144. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +44 -20
  145. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb +230 -0
  146. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb +230 -0
  147. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +21 -8
  148. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb +306 -0
  149. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +24 -11
  150. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +21 -8
  151. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +21 -8
  152. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +67 -46
  153. data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +345 -0
  154. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +21 -8
  155. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +21 -8
  156. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +21 -8
  157. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +21 -8
  158. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +24 -16
  159. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +57 -50
  160. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb +285 -0
  161. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb +270 -0
  162. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +92 -71
  163. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb +308 -0
  164. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +40 -27
  165. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +21 -8
  166. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +31 -9
  167. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +21 -8
  168. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +22 -9
  169. data/lib/hubspot/codegen/cms/performance/api/public_performance_api.rb +188 -0
  170. data/lib/hubspot/codegen/cms/performance/api_client.rb +56 -52
  171. data/lib/hubspot/codegen/cms/performance/api_error.rb +2 -2
  172. data/lib/hubspot/codegen/cms/performance/configuration.rb +48 -17
  173. data/lib/hubspot/codegen/cms/performance/models/error.rb +20 -7
  174. data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +20 -7
  175. data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +20 -7
  176. data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +20 -7
  177. data/lib/hubspot/codegen/cms/site_search/api/public_api.rb +221 -0
  178. data/lib/hubspot/codegen/cms/site_search/api_client.rb +410 -0
  179. data/lib/hubspot/codegen/cms/site_search/api_error.rb +61 -0
  180. data/lib/hubspot/codegen/cms/site_search/configuration.rb +294 -0
  181. data/lib/hubspot/codegen/cms/site_search/models/content_search_result.rb +457 -0
  182. data/lib/hubspot/codegen/cms/site_search/models/error.rb +305 -0
  183. data/lib/hubspot/codegen/cms/site_search/models/error_detail.rb +271 -0
  184. data/lib/hubspot/codegen/cms/site_search/models/indexed_data.rb +295 -0
  185. data/lib/hubspot/codegen/cms/site_search/models/indexed_field.rb +272 -0
  186. data/lib/hubspot/codegen/cms/site_search/models/public_search_results.rb +295 -0
  187. data/lib/hubspot/codegen/cms/source_code/api/content_api.rb +338 -0
  188. data/lib/hubspot/codegen/cms/source_code/api/extract_api.rb +94 -0
  189. data/lib/hubspot/codegen/cms/source_code/api/metadata_api.rb +100 -0
  190. data/lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb +144 -0
  191. data/lib/hubspot/codegen/cms/source_code/api/validation_api.rb +102 -0
  192. data/lib/hubspot/codegen/cms/source_code/api_client.rb +410 -0
  193. data/lib/hubspot/codegen/cms/source_code/api_error.rb +61 -0
  194. data/lib/hubspot/codegen/cms/source_code/configuration.rb +294 -0
  195. data/lib/hubspot/codegen/cms/source_code/models/action_response.rb +310 -0
  196. data/lib/hubspot/codegen/cms/source_code/models/asset_file_metadata.rb +311 -0
  197. data/lib/hubspot/codegen/cms/source_code/models/error.rb +305 -0
  198. data/lib/hubspot/codegen/cms/source_code/models/error_detail.rb +271 -0
  199. data/lib/hubspot/codegen/cms/source_code/models/file_extract_request.rb +228 -0
  200. data/lib/hubspot/codegen/cms/source_code/models/task_locator.rb +239 -0
  201. data/lib/hubspot/codegen/cms/url_redirects/api/redirects_api.rb +381 -0
  202. data/lib/hubspot/codegen/cms/url_redirects/api_client.rb +410 -0
  203. data/lib/hubspot/codegen/cms/url_redirects/api_error.rb +61 -0
  204. data/lib/hubspot/codegen/cms/url_redirects/configuration.rb +294 -0
  205. data/lib/hubspot/codegen/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.rb +253 -0
  206. data/lib/hubspot/codegen/cms/url_redirects/models/error.rb +305 -0
  207. data/lib/hubspot/codegen/cms/url_redirects/models/error_detail.rb +271 -0
  208. data/lib/hubspot/codegen/cms/url_redirects/models/forward_paging.rb +223 -0
  209. data/lib/hubspot/codegen/cms/url_redirects/models/next_page.rb +237 -0
  210. data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping.rb +397 -0
  211. data/lib/hubspot/codegen/cms/url_redirects/models/url_mapping_create_request_body.rb +319 -0
  212. data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +81 -0
  213. data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +223 -0
  214. data/lib/hubspot/codegen/communication_preferences/api_client.rb +408 -0
  215. data/lib/hubspot/codegen/communication_preferences/api_error.rb +59 -0
  216. data/lib/hubspot/codegen/communication_preferences/configuration.rb +292 -0
  217. data/lib/hubspot/codegen/communication_preferences/models/error.rb +303 -0
  218. data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +269 -0
  219. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +385 -0
  220. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_statuses_response.rb +244 -0
  221. data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +296 -0
  222. data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +352 -0
  223. data/lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb +229 -0
  224. data/lib/hubspot/codegen/conversations/visitor_identification/api/generate_api.rb +94 -0
  225. data/lib/hubspot/codegen/conversations/visitor_identification/api_client.rb +410 -0
  226. data/lib/hubspot/codegen/conversations/visitor_identification/api_error.rb +61 -0
  227. data/lib/hubspot/codegen/conversations/visitor_identification/configuration.rb +294 -0
  228. data/lib/hubspot/codegen/conversations/visitor_identification/models/error.rb +305 -0
  229. data/lib/hubspot/codegen/conversations/visitor_identification/models/error_detail.rb +271 -0
  230. data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_generation_request.rb +250 -0
  231. data/lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_response.rb +229 -0
  232. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +52 -28
  233. data/lib/hubspot/codegen/crm/associations/api_client.rb +56 -52
  234. data/lib/hubspot/codegen/crm/associations/api_error.rb +2 -2
  235. data/lib/hubspot/codegen/crm/associations/configuration.rb +43 -19
  236. data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +20 -7
  237. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +20 -7
  238. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +20 -7
  239. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +51 -47
  240. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +51 -47
  241. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi_with_errors.rb +346 -0
  242. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_with_errors.rb +346 -0
  243. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definition_no_paging.rb +230 -0
  244. data/lib/hubspot/codegen/crm/associations/models/error.rb +20 -7
  245. data/lib/hubspot/codegen/crm/associations/models/error_category.rb +40 -27
  246. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +20 -7
  247. data/lib/hubspot/codegen/crm/associations/models/next_page.rb +20 -7
  248. data/lib/hubspot/codegen/crm/associations/models/paging.rb +33 -11
  249. data/lib/hubspot/codegen/crm/associations/models/previous_page.rb +237 -0
  250. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +20 -7
  251. data/lib/hubspot/codegen/crm/associations/models/public_association_definition.rb +242 -0
  252. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +33 -11
  253. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +20 -7
  254. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +20 -7
  255. data/lib/hubspot/codegen/crm/associations/schema/api/types_api.rb +97 -0
  256. data/lib/hubspot/codegen/crm/associations/schema/api_client.rb +412 -0
  257. data/lib/hubspot/codegen/crm/associations/schema/api_error.rb +63 -0
  258. data/lib/hubspot/codegen/crm/associations/schema/configuration.rb +289 -0
  259. data/lib/hubspot/codegen/crm/associations/schema/models/associated_id.rb +244 -0
  260. data/lib/hubspot/codegen/crm/associations/schema/models/batch_input_public_association.rb +232 -0
  261. data/lib/hubspot/codegen/crm/associations/schema/models/batch_input_public_object_id.rb +232 -0
  262. data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association.rb +328 -0
  263. data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_multi.rb +328 -0
  264. data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_multi_with_errors.rb +348 -0
  265. data/lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_with_errors.rb +348 -0
  266. data/lib/hubspot/codegen/crm/associations/schema/models/collection_response_public_association_definition_no_paging.rb +232 -0
  267. data/lib/hubspot/codegen/crm/associations/schema/models/error.rb +307 -0
  268. data/lib/hubspot/codegen/crm/associations/schema/models/error_category.rb +278 -0
  269. data/lib/hubspot/codegen/crm/associations/schema/models/error_detail.rb +273 -0
  270. data/lib/hubspot/codegen/crm/associations/schema/models/next_page.rb +239 -0
  271. data/lib/hubspot/codegen/crm/associations/schema/models/paging.rb +234 -0
  272. data/lib/hubspot/codegen/crm/associations/schema/models/previous_page.rb +239 -0
  273. data/lib/hubspot/codegen/crm/associations/schema/models/public_association.rb +258 -0
  274. data/lib/hubspot/codegen/crm/associations/schema/models/public_association_definition.rb +244 -0
  275. data/lib/hubspot/codegen/crm/associations/schema/models/public_association_multi.rb +256 -0
  276. data/lib/hubspot/codegen/crm/associations/schema/models/public_object_id.rb +231 -0
  277. data/lib/hubspot/codegen/crm/associations/schema/models/standard_error.rb +324 -0
  278. data/lib/hubspot/codegen/crm/associations/v4/api/basic_api.rb +365 -0
  279. data/lib/hubspot/codegen/crm/associations/v4/api/batch_api.rb +428 -0
  280. data/lib/hubspot/codegen/crm/associations/v4/api_client.rb +412 -0
  281. data/lib/hubspot/codegen/crm/associations/v4/api_error.rb +63 -0
  282. data/lib/hubspot/codegen/crm/associations/v4/configuration.rb +289 -0
  283. data/lib/hubspot/codegen/crm/associations/v4/models/associated_id.rb +244 -0
  284. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec.rb +278 -0
  285. data/lib/hubspot/codegen/crm/associations/v4/models/association_spec_with_label.rb +287 -0
  286. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_archive.rb +232 -0
  287. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_post.rb +232 -0
  288. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_default_association_multi_post.rb +232 -0
  289. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_fetch_associations_batch_request.rb +232 -0
  290. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_batch_input.rb +232 -0
  291. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_id.rb +232 -0
  292. data/lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  293. data/lib/hubspot/codegen/crm/associations/v4/models/batch_read_input_simple_public_object_id.rb +273 -0
  294. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair.rb +328 -0
  295. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair_with_errors.rb +348 -0
  296. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label.rb +328 -0
  297. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label_with_errors.rb +348 -0
  298. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_default_association.rb +348 -0
  299. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_simple_public_object.rb +328 -0
  300. data/lib/hubspot/codegen/crm/associations/v4/models/batch_response_simple_public_object_with_errors.rb +348 -0
  301. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_associated_id.rb +241 -0
  302. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_association_spec_with_label_no_paging.rb +232 -0
  303. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_multi_associated_object_with_label_forward_paging.rb +241 -0
  304. data/lib/hubspot/codegen/crm/associations/v4/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  305. data/lib/hubspot/codegen/crm/associations/v4/models/error.rb +307 -0
  306. data/lib/hubspot/codegen/crm/associations/v4/models/error_category.rb +278 -0
  307. data/lib/hubspot/codegen/crm/associations/v4/models/error_detail.rb +273 -0
  308. data/lib/hubspot/codegen/crm/associations/v4/models/forward_paging.rb +225 -0
  309. data/lib/hubspot/codegen/crm/associations/v4/models/labels_between_object_pair.rb +288 -0
  310. data/lib/hubspot/codegen/crm/associations/v4/models/multi_associated_object_with_label.rb +246 -0
  311. data/lib/hubspot/codegen/crm/associations/v4/models/next_page.rb +239 -0
  312. data/lib/hubspot/codegen/crm/associations/v4/models/paging.rb +234 -0
  313. data/lib/hubspot/codegen/crm/associations/v4/models/previous_page.rb +239 -0
  314. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_definition_create_request.rb +244 -0
  315. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_definition_update_request.rb +244 -0
  316. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_archive.rb +246 -0
  317. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_post.rb +260 -0
  318. data/lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_with_label.rb +255 -0
  319. data/lib/hubspot/codegen/crm/associations/v4/models/public_associations_for_object.rb +246 -0
  320. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association.rb +258 -0
  321. data/lib/hubspot/codegen/crm/associations/v4/models/public_default_association_multi_post.rb +244 -0
  322. data/lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb +239 -0
  323. data/lib/hubspot/codegen/crm/associations/v4/models/public_gdpr_delete_input.rb +239 -0
  324. data/lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb +230 -0
  325. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object.rb +303 -0
  326. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_batch_input.rb +246 -0
  327. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_id.rb +230 -0
  328. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_input.rb +232 -0
  329. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_input_for_create.rb +248 -0
  330. data/lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_with_associations.rb +314 -0
  331. data/lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb +324 -0
  332. data/lib/hubspot/codegen/crm/associations/v4/models/standard_error1.rb +324 -0
  333. data/lib/hubspot/codegen/crm/associations/v4/models/value_with_timestamp.rb +285 -0
  334. data/lib/hubspot/codegen/crm/associations/v4/schema/api/definitions_api.rb +334 -0
  335. data/lib/hubspot/codegen/crm/associations/v4/schema/api_client.rb +414 -0
  336. data/lib/hubspot/codegen/crm/associations/v4/schema/api_error.rb +65 -0
  337. data/lib/hubspot/codegen/crm/associations/v4/schema/configuration.rb +291 -0
  338. data/lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec.rb +280 -0
  339. data/lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec_with_label.rb +289 -0
  340. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_multi_archive.rb +234 -0
  341. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_multi_post.rb +234 -0
  342. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_default_association_multi_post.rb +234 -0
  343. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_fetch_associations_batch_request.rb +234 -0
  344. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair.rb +330 -0
  345. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair_with_errors.rb +350 -0
  346. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label.rb +330 -0
  347. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label_with_errors.rb +350 -0
  348. data/lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_default_association.rb +350 -0
  349. data/lib/hubspot/codegen/crm/associations/v4/schema/models/collection_response_association_spec_with_label_no_paging.rb +234 -0
  350. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error.rb +309 -0
  351. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_category.rb +280 -0
  352. data/lib/hubspot/codegen/crm/associations/v4/schema/models/error_detail.rb +275 -0
  353. data/lib/hubspot/codegen/crm/associations/v4/schema/models/labels_between_object_pair.rb +290 -0
  354. data/lib/hubspot/codegen/crm/associations/v4/schema/models/multi_associated_object_with_label.rb +248 -0
  355. data/lib/hubspot/codegen/crm/associations/v4/schema/models/next_page.rb +241 -0
  356. data/lib/hubspot/codegen/crm/associations/v4/schema/models/paging.rb +236 -0
  357. data/lib/hubspot/codegen/crm/associations/v4/schema/models/previous_page.rb +241 -0
  358. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_create_request.rb +246 -0
  359. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_update_request.rb +246 -0
  360. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_archive.rb +248 -0
  361. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_post.rb +262 -0
  362. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_with_label.rb +257 -0
  363. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association.rb +260 -0
  364. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association_multi_post.rb +246 -0
  365. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_fetch_associations_batch_request.rb +241 -0
  366. data/lib/hubspot/codegen/crm/associations/v4/schema/models/public_object_id.rb +232 -0
  367. data/lib/hubspot/codegen/crm/associations/v4/schema/models/standard_error.rb +326 -0
  368. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +48 -31
  369. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +42 -34
  370. data/lib/hubspot/codegen/crm/companies/api/public_object_api.rb +92 -0
  371. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +9 -9
  372. data/lib/hubspot/codegen/crm/companies/api_client.rb +56 -52
  373. data/lib/hubspot/codegen/crm/companies/api_error.rb +2 -2
  374. data/lib/hubspot/codegen/crm/companies/configuration.rb +43 -19
  375. data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +20 -7
  376. data/lib/hubspot/codegen/crm/companies/models/association_spec.rb +276 -0
  377. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +20 -7
  378. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +20 -7
  379. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  380. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +37 -8
  381. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +23 -10
  382. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +23 -10
  383. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +20 -7
  384. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  385. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  386. data/lib/hubspot/codegen/crm/companies/models/error.rb +20 -7
  387. data/lib/hubspot/codegen/crm/companies/models/error_category.rb +40 -27
  388. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +20 -7
  389. data/lib/hubspot/codegen/crm/companies/models/filter.rb +44 -10
  390. data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +20 -7
  391. data/lib/hubspot/codegen/crm/companies/models/forward_paging.rb +20 -7
  392. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +20 -7
  393. data/lib/hubspot/codegen/crm/companies/models/paging.rb +20 -7
  394. data/lib/hubspot/codegen/crm/companies/models/previous_page.rb +20 -7
  395. data/lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb +244 -0
  396. data/lib/hubspot/codegen/crm/companies/models/public_merge_input.rb +242 -0
  397. data/lib/hubspot/codegen/crm/companies/models/public_object_id.rb +228 -0
  398. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +20 -7
  399. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +35 -11
  400. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +20 -7
  401. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +20 -7
  402. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +20 -7
  403. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb +246 -0
  404. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +35 -11
  405. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +21 -8
  406. data/lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb +283 -0
  407. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +52 -35
  408. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +42 -34
  409. data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +94 -0
  410. data/lib/hubspot/codegen/crm/contacts/api/public_object_api.rb +92 -0
  411. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +9 -9
  412. data/lib/hubspot/codegen/crm/contacts/api_client.rb +56 -52
  413. data/lib/hubspot/codegen/crm/contacts/api_error.rb +2 -2
  414. data/lib/hubspot/codegen/crm/contacts/configuration.rb +43 -19
  415. data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +20 -7
  416. data/lib/hubspot/codegen/crm/contacts/models/association_spec.rb +276 -0
  417. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +20 -7
  418. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +20 -7
  419. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  420. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +37 -8
  421. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +23 -10
  422. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +23 -10
  423. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +20 -7
  424. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  425. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  426. data/lib/hubspot/codegen/crm/contacts/models/error.rb +20 -7
  427. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +40 -27
  428. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +20 -7
  429. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +44 -10
  430. data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +20 -7
  431. data/lib/hubspot/codegen/crm/contacts/models/forward_paging.rb +20 -7
  432. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +20 -7
  433. data/lib/hubspot/codegen/crm/contacts/models/paging.rb +20 -7
  434. data/lib/hubspot/codegen/crm/contacts/models/previous_page.rb +20 -7
  435. data/lib/hubspot/codegen/crm/contacts/models/public_associations_for_object.rb +244 -0
  436. data/lib/hubspot/codegen/crm/contacts/models/public_gdpr_delete_input.rb +237 -0
  437. data/lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb +242 -0
  438. data/lib/hubspot/codegen/crm/contacts/models/public_object_id.rb +228 -0
  439. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +20 -7
  440. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +35 -11
  441. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +20 -7
  442. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +20 -7
  443. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +20 -7
  444. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb +246 -0
  445. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +35 -11
  446. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +21 -8
  447. data/lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb +283 -0
  448. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +48 -31
  449. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +42 -34
  450. data/lib/hubspot/codegen/crm/deals/api/public_object_api.rb +92 -0
  451. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +9 -9
  452. data/lib/hubspot/codegen/crm/deals/api_client.rb +56 -52
  453. data/lib/hubspot/codegen/crm/deals/api_error.rb +2 -2
  454. data/lib/hubspot/codegen/crm/deals/configuration.rb +43 -19
  455. data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +20 -7
  456. data/lib/hubspot/codegen/crm/deals/models/association_spec.rb +276 -0
  457. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +20 -7
  458. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +20 -7
  459. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  460. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +37 -8
  461. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +23 -10
  462. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +23 -10
  463. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +20 -7
  464. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  465. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  466. data/lib/hubspot/codegen/crm/deals/models/error.rb +20 -7
  467. data/lib/hubspot/codegen/crm/deals/models/error_category.rb +40 -27
  468. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +20 -7
  469. data/lib/hubspot/codegen/crm/deals/models/filter.rb +44 -10
  470. data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +20 -7
  471. data/lib/hubspot/codegen/crm/deals/models/forward_paging.rb +20 -7
  472. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +20 -7
  473. data/lib/hubspot/codegen/crm/deals/models/paging.rb +20 -7
  474. data/lib/hubspot/codegen/crm/deals/models/previous_page.rb +20 -7
  475. data/lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb +244 -0
  476. data/lib/hubspot/codegen/crm/deals/models/public_merge_input.rb +242 -0
  477. data/lib/hubspot/codegen/crm/deals/models/public_object_id.rb +228 -0
  478. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +20 -7
  479. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +35 -11
  480. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +20 -7
  481. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +20 -7
  482. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +20 -7
  483. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb +246 -0
  484. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +35 -11
  485. data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +21 -8
  486. data/lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb +283 -0
  487. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +81 -41
  488. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +21 -12
  489. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +13 -8
  490. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +17 -9
  491. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +13 -8
  492. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +56 -52
  493. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +2 -2
  494. data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +43 -19
  495. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +21 -7
  496. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +21 -7
  497. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +21 -7
  498. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +21 -7
  499. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +21 -7
  500. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +21 -7
  501. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +23 -10
  502. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +21 -7
  503. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +21 -7
  504. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +21 -7
  505. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +21 -7
  506. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +21 -7
  507. data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +20 -7
  508. data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +20 -7
  509. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +21 -7
  510. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +21 -7
  511. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +21 -8
  512. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +21 -7
  513. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +24 -10
  514. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +21 -7
  515. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +21 -7
  516. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +23 -10
  517. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +21 -7
  518. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +20 -7
  519. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +21 -7
  520. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +21 -7
  521. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +21 -7
  522. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +21 -7
  523. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +21 -7
  524. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +21 -7
  525. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +21 -7
  526. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +21 -7
  527. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +21 -7
  528. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +21 -7
  529. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +22 -8
  530. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +22 -8
  531. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +25 -15
  532. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +56 -52
  533. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +2 -2
  534. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +44 -13
  535. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +20 -7
  536. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +20 -7
  537. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +21 -7
  538. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +21 -7
  539. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +23 -9
  540. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +29 -18
  541. data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +5 -4
  542. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +56 -52
  543. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +2 -2
  544. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +44 -13
  545. data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +20 -7
  546. data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +20 -7
  547. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +21 -7
  548. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +21 -7
  549. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +21 -7
  550. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +21 -7
  551. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +21 -7
  552. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +21 -7
  553. data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +21 -7
  554. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +20 -7
  555. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +21 -7
  556. data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +23 -9
  557. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +21 -7
  558. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +20 -7
  559. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +20 -7
  560. data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +20 -7
  561. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +21 -7
  562. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +21 -8
  563. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result_actions_inner.rb +111 -0
  564. data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +20 -7
  565. data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +22 -9
  566. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +17 -11
  567. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +56 -53
  568. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +2 -2
  569. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +43 -19
  570. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +20 -7
  571. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +20 -7
  572. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +21 -7
  573. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +21 -14
  574. data/lib/hubspot/codegen/crm/imports/api/public_imports_api.rb +91 -0
  575. data/lib/hubspot/codegen/crm/imports/api_client.rb +56 -52
  576. data/lib/hubspot/codegen/crm/imports/api_error.rb +2 -2
  577. data/lib/hubspot/codegen/crm/imports/configuration.rb +43 -19
  578. data/lib/hubspot/codegen/crm/imports/models/action_response.rb +23 -10
  579. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +20 -7
  580. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +20 -7
  581. data/lib/hubspot/codegen/crm/imports/models/error.rb +20 -7
  582. data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +20 -7
  583. data/lib/hubspot/codegen/crm/imports/models/forward_paging.rb +20 -7
  584. data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +54 -25
  585. data/lib/hubspot/codegen/crm/imports/models/next_page.rb +20 -7
  586. data/lib/hubspot/codegen/crm/imports/models/paging.rb +20 -7
  587. data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +20 -7
  588. data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +39 -26
  589. data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +20 -7
  590. data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +24 -11
  591. data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +20 -7
  592. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +48 -31
  593. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +42 -34
  594. data/lib/hubspot/codegen/crm/line_items/api/public_object_api.rb +92 -0
  595. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +9 -9
  596. data/lib/hubspot/codegen/crm/line_items/api_client.rb +56 -52
  597. data/lib/hubspot/codegen/crm/line_items/api_error.rb +2 -2
  598. data/lib/hubspot/codegen/crm/line_items/configuration.rb +43 -19
  599. data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +20 -7
  600. data/lib/hubspot/codegen/crm/line_items/models/association_spec.rb +276 -0
  601. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +20 -7
  602. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +20 -7
  603. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  604. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +37 -8
  605. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +23 -10
  606. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +23 -10
  607. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +20 -7
  608. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  609. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  610. data/lib/hubspot/codegen/crm/line_items/models/error.rb +20 -7
  611. data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +40 -27
  612. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +20 -7
  613. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +44 -10
  614. data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +20 -7
  615. data/lib/hubspot/codegen/crm/line_items/models/forward_paging.rb +20 -7
  616. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +20 -7
  617. data/lib/hubspot/codegen/crm/line_items/models/paging.rb +20 -7
  618. data/lib/hubspot/codegen/crm/line_items/models/previous_page.rb +20 -7
  619. data/lib/hubspot/codegen/crm/line_items/models/public_associations_for_object.rb +244 -0
  620. data/lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb +242 -0
  621. data/lib/hubspot/codegen/crm/line_items/models/public_object_id.rb +228 -0
  622. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +20 -7
  623. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +35 -11
  624. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +20 -7
  625. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +20 -7
  626. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +20 -7
  627. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb +246 -0
  628. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +35 -11
  629. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +21 -8
  630. data/lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb +283 -0
  631. data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +14 -11
  632. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +48 -31
  633. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +42 -34
  634. data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +100 -0
  635. data/lib/hubspot/codegen/crm/objects/api/public_object_api.rb +98 -0
  636. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +9 -9
  637. data/lib/hubspot/codegen/crm/objects/api_client.rb +56 -52
  638. data/lib/hubspot/codegen/crm/objects/api_error.rb +2 -2
  639. data/lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb +391 -0
  640. data/lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb +295 -0
  641. data/lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb +94 -0
  642. data/lib/hubspot/codegen/crm/objects/calls/api/search_api.rb +92 -0
  643. data/lib/hubspot/codegen/crm/objects/calls/api_client.rb +412 -0
  644. data/lib/hubspot/codegen/crm/objects/calls/api_error.rb +63 -0
  645. data/lib/hubspot/codegen/crm/objects/calls/configuration.rb +289 -0
  646. data/lib/hubspot/codegen/crm/objects/calls/models/associated_id.rb +244 -0
  647. data/lib/hubspot/codegen/crm/objects/calls/models/association_spec.rb +278 -0
  648. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input.rb +232 -0
  649. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_id.rb +232 -0
  650. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  651. data/lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb +273 -0
  652. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb +328 -0
  653. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb +348 -0
  654. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb +241 -0
  655. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  656. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  657. data/lib/hubspot/codegen/crm/objects/calls/models/error.rb +307 -0
  658. data/lib/hubspot/codegen/crm/objects/calls/models/error_category.rb +278 -0
  659. data/lib/hubspot/codegen/crm/objects/calls/models/error_detail.rb +273 -0
  660. data/lib/hubspot/codegen/crm/objects/calls/models/filter.rb +308 -0
  661. data/lib/hubspot/codegen/crm/objects/calls/models/filter_group.rb +232 -0
  662. data/lib/hubspot/codegen/crm/objects/calls/models/forward_paging.rb +225 -0
  663. data/lib/hubspot/codegen/crm/objects/calls/models/next_page.rb +239 -0
  664. data/lib/hubspot/codegen/crm/objects/calls/models/paging.rb +234 -0
  665. data/lib/hubspot/codegen/crm/objects/calls/models/previous_page.rb +239 -0
  666. data/lib/hubspot/codegen/crm/objects/calls/models/public_associations_for_object.rb +246 -0
  667. data/lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb +244 -0
  668. data/lib/hubspot/codegen/crm/objects/calls/models/public_object_id.rb +230 -0
  669. data/lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb +301 -0
  670. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb +303 -0
  671. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb +246 -0
  672. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_id.rb +230 -0
  673. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb +232 -0
  674. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb +248 -0
  675. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb +314 -0
  676. data/lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb +324 -0
  677. data/lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb +285 -0
  678. data/lib/hubspot/codegen/crm/objects/communications/api/basic_api.rb +391 -0
  679. data/lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb +295 -0
  680. data/lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb +94 -0
  681. data/lib/hubspot/codegen/crm/objects/communications/api/search_api.rb +92 -0
  682. data/lib/hubspot/codegen/crm/objects/communications/api_client.rb +412 -0
  683. data/lib/hubspot/codegen/crm/objects/communications/api_error.rb +63 -0
  684. data/lib/hubspot/codegen/crm/objects/communications/configuration.rb +289 -0
  685. data/lib/hubspot/codegen/crm/objects/communications/models/associated_id.rb +244 -0
  686. data/lib/hubspot/codegen/crm/objects/communications/models/association_spec.rb +278 -0
  687. data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input.rb +232 -0
  688. data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_id.rb +232 -0
  689. data/lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  690. data/lib/hubspot/codegen/crm/objects/communications/models/batch_read_input_simple_public_object_id.rb +273 -0
  691. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object.rb +328 -0
  692. data/lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object_with_errors.rb +348 -0
  693. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_associated_id.rb +241 -0
  694. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  695. data/lib/hubspot/codegen/crm/objects/communications/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  696. data/lib/hubspot/codegen/crm/objects/communications/models/error.rb +307 -0
  697. data/lib/hubspot/codegen/crm/objects/communications/models/error_category.rb +278 -0
  698. data/lib/hubspot/codegen/crm/objects/communications/models/error_detail.rb +273 -0
  699. data/lib/hubspot/codegen/crm/objects/communications/models/filter.rb +308 -0
  700. data/lib/hubspot/codegen/crm/objects/communications/models/filter_group.rb +232 -0
  701. data/lib/hubspot/codegen/crm/objects/communications/models/forward_paging.rb +225 -0
  702. data/lib/hubspot/codegen/crm/objects/communications/models/next_page.rb +239 -0
  703. data/lib/hubspot/codegen/crm/objects/communications/models/paging.rb +234 -0
  704. data/lib/hubspot/codegen/crm/objects/communications/models/previous_page.rb +239 -0
  705. data/lib/hubspot/codegen/crm/objects/communications/models/public_associations_for_object.rb +246 -0
  706. data/lib/hubspot/codegen/crm/objects/communications/models/public_merge_input.rb +244 -0
  707. data/lib/hubspot/codegen/crm/objects/communications/models/public_object_id.rb +230 -0
  708. data/lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb +301 -0
  709. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object.rb +303 -0
  710. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb +246 -0
  711. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_id.rb +230 -0
  712. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input.rb +232 -0
  713. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb +248 -0
  714. data/lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_with_associations.rb +314 -0
  715. data/lib/hubspot/codegen/crm/objects/communications/models/standard_error.rb +324 -0
  716. data/lib/hubspot/codegen/crm/objects/communications/models/value_with_timestamp.rb +285 -0
  717. data/lib/hubspot/codegen/crm/objects/configuration.rb +43 -19
  718. data/lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb +391 -0
  719. data/lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb +295 -0
  720. data/lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb +94 -0
  721. data/lib/hubspot/codegen/crm/objects/emails/api/search_api.rb +92 -0
  722. data/lib/hubspot/codegen/crm/objects/emails/api_client.rb +412 -0
  723. data/lib/hubspot/codegen/crm/objects/emails/api_error.rb +63 -0
  724. data/lib/hubspot/codegen/crm/objects/emails/configuration.rb +289 -0
  725. data/lib/hubspot/codegen/crm/objects/emails/models/associated_id.rb +244 -0
  726. data/lib/hubspot/codegen/crm/objects/emails/models/association_spec.rb +278 -0
  727. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input.rb +232 -0
  728. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_id.rb +232 -0
  729. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  730. data/lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb +273 -0
  731. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb +328 -0
  732. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb +348 -0
  733. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb +241 -0
  734. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  735. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  736. data/lib/hubspot/codegen/crm/objects/emails/models/error.rb +307 -0
  737. data/lib/hubspot/codegen/crm/objects/emails/models/error_category.rb +278 -0
  738. data/lib/hubspot/codegen/crm/objects/emails/models/error_detail.rb +273 -0
  739. data/lib/hubspot/codegen/crm/objects/emails/models/filter.rb +308 -0
  740. data/lib/hubspot/codegen/crm/objects/emails/models/filter_group.rb +232 -0
  741. data/lib/hubspot/codegen/crm/objects/emails/models/forward_paging.rb +225 -0
  742. data/lib/hubspot/codegen/crm/objects/emails/models/next_page.rb +239 -0
  743. data/lib/hubspot/codegen/crm/objects/emails/models/paging.rb +234 -0
  744. data/lib/hubspot/codegen/crm/objects/emails/models/previous_page.rb +239 -0
  745. data/lib/hubspot/codegen/crm/objects/emails/models/public_associations_for_object.rb +246 -0
  746. data/lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb +244 -0
  747. data/lib/hubspot/codegen/crm/objects/emails/models/public_object_id.rb +230 -0
  748. data/lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb +301 -0
  749. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb +303 -0
  750. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb +246 -0
  751. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_id.rb +230 -0
  752. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb +232 -0
  753. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb +248 -0
  754. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb +314 -0
  755. data/lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb +324 -0
  756. data/lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb +285 -0
  757. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +228 -12
  758. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +214 -14
  759. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/public_object_api.rb +94 -0
  760. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +9 -9
  761. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +56 -52
  762. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +2 -2
  763. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +48 -17
  764. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +20 -7
  765. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/association_spec.rb +278 -0
  766. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +20 -7
  767. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +20 -7
  768. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  769. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +37 -8
  770. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +23 -10
  771. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +23 -10
  772. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +20 -7
  773. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  774. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  775. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +20 -7
  776. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +40 -27
  777. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +20 -7
  778. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +44 -10
  779. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +20 -7
  780. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/forward_paging.rb +20 -7
  781. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +20 -7
  782. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +20 -7
  783. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +20 -7
  784. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_associations_for_object.rb +246 -0
  785. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb +244 -0
  786. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_id.rb +230 -0
  787. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +20 -7
  788. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +35 -11
  789. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +20 -7
  790. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +20 -7
  791. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +20 -7
  792. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_for_create.rb +248 -0
  793. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +35 -11
  794. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +21 -8
  795. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb +285 -0
  796. data/lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb +391 -0
  797. data/lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb +295 -0
  798. data/lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb +94 -0
  799. data/lib/hubspot/codegen/crm/objects/meetings/api/search_api.rb +92 -0
  800. data/lib/hubspot/codegen/crm/objects/meetings/api_client.rb +412 -0
  801. data/lib/hubspot/codegen/crm/objects/meetings/api_error.rb +63 -0
  802. data/lib/hubspot/codegen/crm/objects/meetings/configuration.rb +289 -0
  803. data/lib/hubspot/codegen/crm/objects/meetings/models/associated_id.rb +244 -0
  804. data/lib/hubspot/codegen/crm/objects/meetings/models/association_spec.rb +278 -0
  805. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input.rb +232 -0
  806. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id.rb +232 -0
  807. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  808. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb +273 -0
  809. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb +328 -0
  810. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb +348 -0
  811. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb +241 -0
  812. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  813. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  814. data/lib/hubspot/codegen/crm/objects/meetings/models/error.rb +307 -0
  815. data/lib/hubspot/codegen/crm/objects/meetings/models/error_category.rb +278 -0
  816. data/lib/hubspot/codegen/crm/objects/meetings/models/error_detail.rb +273 -0
  817. data/lib/hubspot/codegen/crm/objects/meetings/models/filter.rb +308 -0
  818. data/lib/hubspot/codegen/crm/objects/meetings/models/filter_group.rb +232 -0
  819. data/lib/hubspot/codegen/crm/objects/meetings/models/forward_paging.rb +225 -0
  820. data/lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb +239 -0
  821. data/lib/hubspot/codegen/crm/objects/meetings/models/paging.rb +234 -0
  822. data/lib/hubspot/codegen/crm/objects/meetings/models/previous_page.rb +239 -0
  823. data/lib/hubspot/codegen/crm/objects/meetings/models/public_associations_for_object.rb +246 -0
  824. data/lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb +244 -0
  825. data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_id.rb +230 -0
  826. data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb +301 -0
  827. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb +303 -0
  828. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb +246 -0
  829. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_id.rb +230 -0
  830. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb +232 -0
  831. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb +248 -0
  832. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb +314 -0
  833. data/lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb +324 -0
  834. data/lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb +285 -0
  835. data/lib/hubspot/codegen/crm/objects/models/associated_id.rb +20 -7
  836. data/lib/hubspot/codegen/crm/objects/models/association_spec.rb +276 -0
  837. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +20 -7
  838. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +20 -7
  839. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  840. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +37 -8
  841. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +23 -10
  842. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +23 -10
  843. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +20 -7
  844. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb +20 -7
  845. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  846. data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  847. data/lib/hubspot/codegen/crm/objects/models/error.rb +20 -7
  848. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +40 -27
  849. data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +20 -7
  850. data/lib/hubspot/codegen/crm/objects/models/filter.rb +44 -10
  851. data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +20 -7
  852. data/lib/hubspot/codegen/crm/objects/models/forward_paging.rb +20 -7
  853. data/lib/hubspot/codegen/crm/objects/models/next_page.rb +20 -7
  854. data/lib/hubspot/codegen/crm/objects/models/paging.rb +20 -7
  855. data/lib/hubspot/codegen/crm/objects/models/previous_page.rb +20 -7
  856. data/lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb +244 -0
  857. data/lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb +237 -0
  858. data/lib/hubspot/codegen/crm/objects/models/public_merge_input.rb +242 -0
  859. data/lib/hubspot/codegen/crm/objects/models/public_object_id.rb +228 -0
  860. data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +20 -7
  861. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +35 -11
  862. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +20 -7
  863. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +20 -7
  864. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +20 -7
  865. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb +246 -0
  866. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +35 -11
  867. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +21 -8
  868. data/lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb +283 -0
  869. data/lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb +391 -0
  870. data/lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb +295 -0
  871. data/lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb +94 -0
  872. data/lib/hubspot/codegen/crm/objects/notes/api/search_api.rb +92 -0
  873. data/lib/hubspot/codegen/crm/objects/notes/api_client.rb +412 -0
  874. data/lib/hubspot/codegen/crm/objects/notes/api_error.rb +63 -0
  875. data/lib/hubspot/codegen/crm/objects/notes/configuration.rb +289 -0
  876. data/lib/hubspot/codegen/crm/objects/notes/models/associated_id.rb +244 -0
  877. data/lib/hubspot/codegen/crm/objects/notes/models/association_spec.rb +278 -0
  878. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input.rb +232 -0
  879. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_id.rb +232 -0
  880. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  881. data/lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb +273 -0
  882. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb +328 -0
  883. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb +348 -0
  884. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb +241 -0
  885. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  886. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  887. data/lib/hubspot/codegen/crm/objects/notes/models/error.rb +307 -0
  888. data/lib/hubspot/codegen/crm/objects/notes/models/error_category.rb +278 -0
  889. data/lib/hubspot/codegen/crm/objects/notes/models/error_detail.rb +273 -0
  890. data/lib/hubspot/codegen/crm/objects/notes/models/filter.rb +308 -0
  891. data/lib/hubspot/codegen/crm/objects/notes/models/filter_group.rb +232 -0
  892. data/lib/hubspot/codegen/crm/objects/notes/models/forward_paging.rb +225 -0
  893. data/lib/hubspot/codegen/crm/objects/notes/models/next_page.rb +239 -0
  894. data/lib/hubspot/codegen/crm/objects/notes/models/paging.rb +234 -0
  895. data/lib/hubspot/codegen/crm/objects/notes/models/previous_page.rb +239 -0
  896. data/lib/hubspot/codegen/crm/objects/notes/models/public_associations_for_object.rb +246 -0
  897. data/lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb +244 -0
  898. data/lib/hubspot/codegen/crm/objects/notes/models/public_object_id.rb +230 -0
  899. data/lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb +301 -0
  900. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb +303 -0
  901. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb +246 -0
  902. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_id.rb +230 -0
  903. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb +232 -0
  904. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb +248 -0
  905. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb +314 -0
  906. data/lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb +324 -0
  907. data/lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb +285 -0
  908. data/lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb +391 -0
  909. data/lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb +295 -0
  910. data/lib/hubspot/codegen/crm/objects/postal_mail/api/public_object_api.rb +94 -0
  911. data/lib/hubspot/codegen/crm/objects/postal_mail/api/search_api.rb +92 -0
  912. data/lib/hubspot/codegen/crm/objects/postal_mail/api_client.rb +412 -0
  913. data/lib/hubspot/codegen/crm/objects/postal_mail/api_error.rb +63 -0
  914. data/lib/hubspot/codegen/crm/objects/postal_mail/configuration.rb +289 -0
  915. data/lib/hubspot/codegen/crm/objects/postal_mail/models/associated_id.rb +244 -0
  916. data/lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec.rb +278 -0
  917. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input.rb +232 -0
  918. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_id.rb +232 -0
  919. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  920. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb +273 -0
  921. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb +328 -0
  922. data/lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb +348 -0
  923. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb +241 -0
  924. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  925. data/lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  926. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb +307 -0
  927. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_category.rb +278 -0
  928. data/lib/hubspot/codegen/crm/objects/postal_mail/models/error_detail.rb +273 -0
  929. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb +308 -0
  930. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter_group.rb +232 -0
  931. data/lib/hubspot/codegen/crm/objects/postal_mail/models/forward_paging.rb +225 -0
  932. data/lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb +239 -0
  933. data/lib/hubspot/codegen/crm/objects/postal_mail/models/paging.rb +234 -0
  934. data/lib/hubspot/codegen/crm/objects/postal_mail/models/previous_page.rb +239 -0
  935. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_associations_for_object.rb +246 -0
  936. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb +244 -0
  937. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_id.rb +230 -0
  938. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb +301 -0
  939. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb +303 -0
  940. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb +246 -0
  941. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_id.rb +230 -0
  942. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb +232 -0
  943. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb +248 -0
  944. data/lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb +314 -0
  945. data/lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb +324 -0
  946. data/lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb +285 -0
  947. data/lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb +391 -0
  948. data/lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb +295 -0
  949. data/lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb +94 -0
  950. data/lib/hubspot/codegen/crm/objects/tasks/api/search_api.rb +92 -0
  951. data/lib/hubspot/codegen/crm/objects/tasks/api_client.rb +412 -0
  952. data/lib/hubspot/codegen/crm/objects/tasks/api_error.rb +63 -0
  953. data/lib/hubspot/codegen/crm/objects/tasks/configuration.rb +289 -0
  954. data/lib/hubspot/codegen/crm/objects/tasks/models/associated_id.rb +244 -0
  955. data/lib/hubspot/codegen/crm/objects/tasks/models/association_spec.rb +278 -0
  956. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input.rb +232 -0
  957. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id.rb +232 -0
  958. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_for_create.rb +232 -0
  959. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb +273 -0
  960. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb +328 -0
  961. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb +348 -0
  962. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb +241 -0
  963. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb +241 -0
  964. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb +255 -0
  965. data/lib/hubspot/codegen/crm/objects/tasks/models/error.rb +307 -0
  966. data/lib/hubspot/codegen/crm/objects/tasks/models/error_category.rb +278 -0
  967. data/lib/hubspot/codegen/crm/objects/tasks/models/error_detail.rb +273 -0
  968. data/lib/hubspot/codegen/crm/objects/tasks/models/filter.rb +308 -0
  969. data/lib/hubspot/codegen/crm/objects/tasks/models/filter_group.rb +232 -0
  970. data/lib/hubspot/codegen/crm/objects/tasks/models/forward_paging.rb +225 -0
  971. data/lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb +239 -0
  972. data/lib/hubspot/codegen/crm/objects/tasks/models/paging.rb +234 -0
  973. data/lib/hubspot/codegen/crm/objects/tasks/models/previous_page.rb +239 -0
  974. data/lib/hubspot/codegen/crm/objects/tasks/models/public_associations_for_object.rb +246 -0
  975. data/lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb +244 -0
  976. data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_id.rb +230 -0
  977. data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb +301 -0
  978. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb +303 -0
  979. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb +246 -0
  980. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_id.rb +230 -0
  981. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb +232 -0
  982. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb +248 -0
  983. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb +314 -0
  984. data/lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb +324 -0
  985. data/lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb +285 -0
  986. data/lib/hubspot/codegen/crm/owners/api/owners_api.rb +164 -0
  987. data/lib/hubspot/codegen/crm/owners/api_client.rb +57 -53
  988. data/lib/hubspot/codegen/crm/owners/api_error.rb +3 -3
  989. data/lib/hubspot/codegen/crm/owners/configuration.rb +44 -20
  990. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +21 -8
  991. data/lib/hubspot/codegen/crm/owners/models/error.rb +21 -8
  992. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +21 -8
  993. data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +21 -8
  994. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +21 -8
  995. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +23 -10
  996. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +33 -49
  997. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb +95 -0
  998. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb +95 -0
  999. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +70 -52
  1000. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +79 -52
  1001. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +56 -52
  1002. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +2 -2
  1003. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +43 -19
  1004. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb +230 -0
  1005. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb +230 -0
  1006. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb +230 -0
  1007. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +20 -7
  1008. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +20 -7
  1009. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +70 -57
  1010. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +41 -28
  1011. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +20 -7
  1012. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +78 -65
  1013. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +20 -7
  1014. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +20 -7
  1015. data/lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb +292 -0
  1016. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +48 -31
  1017. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +42 -34
  1018. data/lib/hubspot/codegen/crm/products/api/public_object_api.rb +92 -0
  1019. data/lib/hubspot/codegen/crm/products/api/search_api.rb +9 -9
  1020. data/lib/hubspot/codegen/crm/products/api_client.rb +56 -52
  1021. data/lib/hubspot/codegen/crm/products/api_error.rb +2 -2
  1022. data/lib/hubspot/codegen/crm/products/configuration.rb +43 -19
  1023. data/lib/hubspot/codegen/crm/products/models/associated_id.rb +20 -7
  1024. data/lib/hubspot/codegen/crm/products/models/association_spec.rb +276 -0
  1025. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +20 -7
  1026. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +20 -7
  1027. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  1028. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +37 -8
  1029. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +23 -10
  1030. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +23 -10
  1031. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +20 -7
  1032. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  1033. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  1034. data/lib/hubspot/codegen/crm/products/models/error.rb +20 -7
  1035. data/lib/hubspot/codegen/crm/products/models/error_category.rb +40 -27
  1036. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +20 -7
  1037. data/lib/hubspot/codegen/crm/products/models/filter.rb +44 -10
  1038. data/lib/hubspot/codegen/crm/products/models/filter_group.rb +20 -7
  1039. data/lib/hubspot/codegen/crm/products/models/forward_paging.rb +20 -7
  1040. data/lib/hubspot/codegen/crm/products/models/next_page.rb +20 -7
  1041. data/lib/hubspot/codegen/crm/products/models/paging.rb +20 -7
  1042. data/lib/hubspot/codegen/crm/products/models/previous_page.rb +20 -7
  1043. data/lib/hubspot/codegen/crm/products/models/public_associations_for_object.rb +244 -0
  1044. data/lib/hubspot/codegen/crm/products/models/public_merge_input.rb +242 -0
  1045. data/lib/hubspot/codegen/crm/products/models/public_object_id.rb +228 -0
  1046. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +20 -7
  1047. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +35 -11
  1048. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +20 -7
  1049. data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +20 -7
  1050. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +20 -7
  1051. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb +246 -0
  1052. data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +35 -11
  1053. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +21 -8
  1054. data/lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb +283 -0
  1055. data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +25 -13
  1056. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +39 -22
  1057. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +31 -20
  1058. data/lib/hubspot/codegen/crm/properties/api_client.rb +56 -52
  1059. data/lib/hubspot/codegen/crm/properties/api_error.rb +2 -2
  1060. data/lib/hubspot/codegen/crm/properties/configuration.rb +43 -19
  1061. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +20 -7
  1062. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +20 -7
  1063. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +38 -25
  1064. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +24 -31
  1065. data/lib/hubspot/codegen/crm/properties/models/batch_response_property_with_errors.rb +346 -0
  1066. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group_no_paging.rb +230 -0
  1067. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_no_paging.rb +230 -0
  1068. data/lib/hubspot/codegen/crm/properties/models/error.rb +20 -7
  1069. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +40 -27
  1070. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +20 -7
  1071. data/lib/hubspot/codegen/crm/properties/models/option.rb +20 -7
  1072. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +20 -7
  1073. data/lib/hubspot/codegen/crm/properties/models/property.rb +37 -14
  1074. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +58 -15
  1075. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +20 -7
  1076. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +20 -7
  1077. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +20 -7
  1078. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +20 -7
  1079. data/lib/hubspot/codegen/crm/properties/models/property_name.rb +20 -7
  1080. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +38 -15
  1081. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +21 -8
  1082. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +228 -12
  1083. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +208 -8
  1084. data/lib/hubspot/codegen/crm/quotes/api/public_object_api.rb +92 -0
  1085. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +9 -9
  1086. data/lib/hubspot/codegen/crm/quotes/api_client.rb +56 -52
  1087. data/lib/hubspot/codegen/crm/quotes/api_error.rb +2 -2
  1088. data/lib/hubspot/codegen/crm/quotes/configuration.rb +48 -17
  1089. data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +20 -7
  1090. data/lib/hubspot/codegen/crm/quotes/models/association_spec.rb +276 -0
  1091. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +20 -7
  1092. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +20 -7
  1093. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  1094. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +37 -8
  1095. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +23 -10
  1096. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +23 -10
  1097. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +20 -7
  1098. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  1099. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  1100. data/lib/hubspot/codegen/crm/quotes/models/error.rb +20 -7
  1101. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +40 -27
  1102. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +20 -7
  1103. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +44 -10
  1104. data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +20 -7
  1105. data/lib/hubspot/codegen/crm/quotes/models/forward_paging.rb +20 -7
  1106. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +20 -7
  1107. data/lib/hubspot/codegen/crm/quotes/models/paging.rb +20 -7
  1108. data/lib/hubspot/codegen/crm/quotes/models/previous_page.rb +20 -7
  1109. data/lib/hubspot/codegen/crm/quotes/models/public_associations_for_object.rb +244 -0
  1110. data/lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb +242 -0
  1111. data/lib/hubspot/codegen/crm/quotes/models/public_object_id.rb +228 -0
  1112. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +20 -7
  1113. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +35 -11
  1114. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +20 -7
  1115. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +20 -7
  1116. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +20 -7
  1117. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb +246 -0
  1118. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +35 -11
  1119. data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +21 -8
  1120. data/lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb +283 -0
  1121. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +43 -27
  1122. data/lib/hubspot/codegen/crm/schemas/api/public_object_schemas_api.rb +85 -0
  1123. data/lib/hubspot/codegen/crm/schemas/api_client.rb +56 -52
  1124. data/lib/hubspot/codegen/crm/schemas/api_error.rb +2 -2
  1125. data/lib/hubspot/codegen/crm/schemas/configuration.rb +43 -19
  1126. data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +22 -9
  1127. data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +20 -7
  1128. data/lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema_no_paging.rb +20 -7
  1129. data/lib/hubspot/codegen/crm/schemas/models/error.rb +20 -7
  1130. data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +20 -7
  1131. data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +22 -9
  1132. data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +20 -7
  1133. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +22 -9
  1134. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +20 -7
  1135. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +20 -7
  1136. data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +20 -7
  1137. data/lib/hubspot/codegen/crm/schemas/models/option.rb +20 -7
  1138. data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +20 -7
  1139. data/lib/hubspot/codegen/crm/schemas/models/property.rb +23 -10
  1140. data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +20 -7
  1141. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +48 -31
  1142. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +42 -34
  1143. data/lib/hubspot/codegen/crm/tickets/api/public_object_api.rb +92 -0
  1144. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +9 -9
  1145. data/lib/hubspot/codegen/crm/tickets/api_client.rb +56 -52
  1146. data/lib/hubspot/codegen/crm/tickets/api_error.rb +2 -2
  1147. data/lib/hubspot/codegen/crm/tickets/configuration.rb +43 -19
  1148. data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +20 -7
  1149. data/lib/hubspot/codegen/crm/tickets/models/association_spec.rb +276 -0
  1150. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +20 -7
  1151. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +20 -7
  1152. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input_for_create.rb +230 -0
  1153. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +37 -8
  1154. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +23 -10
  1155. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +23 -10
  1156. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +20 -7
  1157. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb +20 -7
  1158. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb +20 -7
  1159. data/lib/hubspot/codegen/crm/tickets/models/error.rb +20 -7
  1160. data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +40 -27
  1161. data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +20 -7
  1162. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +44 -10
  1163. data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +20 -7
  1164. data/lib/hubspot/codegen/crm/tickets/models/forward_paging.rb +20 -7
  1165. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +20 -7
  1166. data/lib/hubspot/codegen/crm/tickets/models/paging.rb +20 -7
  1167. data/lib/hubspot/codegen/crm/tickets/models/previous_page.rb +20 -7
  1168. data/lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb +244 -0
  1169. data/lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb +242 -0
  1170. data/lib/hubspot/codegen/crm/tickets/models/public_object_id.rb +228 -0
  1171. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +20 -7
  1172. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +35 -11
  1173. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +20 -7
  1174. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +20 -7
  1175. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +20 -7
  1176. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb +246 -0
  1177. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +35 -11
  1178. data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +21 -8
  1179. data/lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb +283 -0
  1180. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +29 -18
  1181. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +31 -20
  1182. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +21 -12
  1183. data/lib/hubspot/codegen/crm/timeline/api_client.rb +56 -52
  1184. data/lib/hubspot/codegen/crm/timeline/api_error.rb +2 -2
  1185. data/lib/hubspot/codegen/crm/timeline/configuration.rb +44 -13
  1186. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +20 -7
  1187. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +23 -10
  1188. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +23 -10
  1189. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb +230 -0
  1190. data/lib/hubspot/codegen/crm/timeline/models/error.rb +20 -7
  1191. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +22 -9
  1192. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +20 -7
  1193. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +20 -7
  1194. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +20 -7
  1195. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +21 -13
  1196. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +20 -7
  1197. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +22 -9
  1198. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +22 -9
  1199. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +20 -7
  1200. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +22 -9
  1201. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +20 -7
  1202. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +20 -7
  1203. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +20 -7
  1204. data/lib/hubspot/codegen/events/api/events_api.rb +9 -8
  1205. data/lib/hubspot/codegen/events/api_client.rb +56 -52
  1206. data/lib/hubspot/codegen/events/api_error.rb +2 -2
  1207. data/lib/hubspot/codegen/events/configuration.rb +43 -19
  1208. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +20 -7
  1209. data/lib/hubspot/codegen/events/models/error.rb +20 -7
  1210. data/lib/hubspot/codegen/events/models/error_detail.rb +20 -7
  1211. data/lib/hubspot/codegen/events/models/external_unified_event.rb +21 -8
  1212. data/lib/hubspot/codegen/events/models/next_page.rb +20 -7
  1213. data/lib/hubspot/codegen/events/models/paging.rb +20 -7
  1214. data/lib/hubspot/codegen/files/files/api/files_api.rb +75 -47
  1215. data/lib/hubspot/codegen/files/files/api/folders_api.rb +60 -34
  1216. data/lib/hubspot/codegen/files/files/api_client.rb +56 -52
  1217. data/lib/hubspot/codegen/files/files/api_error.rb +2 -2
  1218. data/lib/hubspot/codegen/files/files/configuration.rb +43 -19
  1219. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +22 -8
  1220. data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +20 -7
  1221. data/lib/hubspot/codegen/files/files/models/error.rb +20 -7
  1222. data/lib/hubspot/codegen/files/files/models/error_category.rb +38 -25
  1223. data/lib/hubspot/codegen/files/files/models/error_detail.rb +20 -7
  1224. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +23 -10
  1225. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +21 -7
  1226. data/lib/hubspot/codegen/files/files/models/folder.rb +23 -10
  1227. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +23 -10
  1228. data/lib/hubspot/codegen/files/files/models/folder_input.rb +21 -7
  1229. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +21 -7
  1230. data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +21 -7
  1231. data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +24 -10
  1232. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +20 -7
  1233. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +21 -7
  1234. data/lib/hubspot/codegen/files/files/models/next_page.rb +20 -7
  1235. data/lib/hubspot/codegen/files/files/models/paging.rb +20 -7
  1236. data/lib/hubspot/codegen/files/files/models/previous_page.rb +20 -7
  1237. data/lib/hubspot/codegen/files/files/models/signed_url.rb +21 -8
  1238. data/lib/hubspot/codegen/files/files/models/standard_error.rb +20 -7
  1239. data/lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb +192 -0
  1240. data/lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb +806 -0
  1241. data/lib/hubspot/codegen/marketing/events/api/search_api.rb +90 -0
  1242. data/lib/hubspot/codegen/marketing/events/api/settings_external_api.rb +155 -0
  1243. data/lib/hubspot/codegen/marketing/events/api_client.rb +410 -0
  1244. data/lib/hubspot/codegen/marketing/events/api_error.rb +61 -0
  1245. data/lib/hubspot/codegen/marketing/events/configuration.rb +301 -0
  1246. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +230 -0
  1247. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb +232 -0
  1248. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb +230 -0
  1249. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb +232 -0
  1250. data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb +346 -0
  1251. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb +346 -0
  1252. data/lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb +346 -0
  1253. data/lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb +230 -0
  1254. data/lib/hubspot/codegen/marketing/events/models/error.rb +305 -0
  1255. data/lib/hubspot/codegen/marketing/events/models/error_category.rb +276 -0
  1256. data/lib/hubspot/codegen/marketing/events/models/error_detail.rb +271 -0
  1257. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb +244 -0
  1258. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb +229 -0
  1259. data/lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb +242 -0
  1260. data/lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb +346 -0
  1261. data/lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb +316 -0
  1262. data/lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb +266 -0
  1263. data/lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb +259 -0
  1264. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb +358 -0
  1265. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +433 -0
  1266. data/lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb +249 -0
  1267. data/lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb +306 -0
  1268. data/lib/hubspot/codegen/marketing/events/models/property_value.rb +432 -0
  1269. data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +322 -0
  1270. data/lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb +242 -0
  1271. data/lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb +228 -0
  1272. data/lib/hubspot/codegen/marketing/forms/api/forms_api.rb +444 -0
  1273. data/lib/hubspot/codegen/marketing/forms/api_client.rb +410 -0
  1274. data/lib/hubspot/codegen/marketing/forms/api_error.rb +61 -0
  1275. data/lib/hubspot/codegen/marketing/forms/configuration.rb +287 -0
  1276. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging.rb +239 -0
  1277. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_results_inner.rb +108 -0
  1278. data/lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb +358 -0
  1279. data/lib/hubspot/codegen/marketing/forms/models/dependent_field.rb +238 -0
  1280. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_dependent_field.rb +119 -0
  1281. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb +321 -0
  1282. data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +372 -0
  1283. data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +367 -0
  1284. data/lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb +247 -0
  1285. data/lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb +268 -0
  1286. data/lib/hubspot/codegen/marketing/forms/models/error.rb +305 -0
  1287. data/lib/hubspot/codegen/marketing/forms/models/error_detail.rb +271 -0
  1288. data/lib/hubspot/codegen/marketing/forms/models/field_group.rb +307 -0
  1289. data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +368 -0
  1290. data/lib/hubspot/codegen/marketing/forms/models/form_definition_base.rb +108 -0
  1291. data/lib/hubspot/codegen/marketing/forms/models/form_definition_create_request_base.rb +108 -0
  1292. data/lib/hubspot/codegen/marketing/forms/models/form_display_options.rb +317 -0
  1293. data/lib/hubspot/codegen/marketing/forms/models/form_post_submit_action.rb +279 -0
  1294. data/lib/hubspot/codegen/marketing/forms/models/form_style.rb +417 -0
  1295. data/lib/hubspot/codegen/marketing/forms/models/forward_paging.rb +223 -0
  1296. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_configuration.rb +414 -0
  1297. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb +409 -0
  1298. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb +401 -0
  1299. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb +395 -0
  1300. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb +387 -0
  1301. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request.rb +273 -0
  1302. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_legal_consent_options.rb +111 -0
  1303. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb +258 -0
  1304. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb +330 -0
  1305. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb +312 -0
  1306. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb +320 -0
  1307. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb +264 -0
  1308. data/lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb +367 -0
  1309. data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +358 -0
  1310. data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +362 -0
  1311. data/lib/hubspot/codegen/marketing/forms/models/next_page.rb +237 -0
  1312. data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +367 -0
  1313. data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +243 -0
  1314. data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +377 -0
  1315. data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +243 -0
  1316. data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +372 -0
  1317. data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +348 -0
  1318. data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +358 -0
  1319. data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +352 -0
  1320. data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +94 -0
  1321. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +56 -52
  1322. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +2 -2
  1323. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +43 -19
  1324. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb +239 -0
  1325. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +39 -25
  1326. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +20 -7
  1327. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +20 -7
  1328. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +22 -8
  1329. data/lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb +223 -0
  1330. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +20 -7
  1331. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +24 -20
  1332. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +43 -37
  1333. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +22 -8
  1334. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +23 -9
  1335. data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +81 -0
  1336. data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +140 -0
  1337. data/lib/hubspot/codegen/oauth/api/tokens_api.rb +102 -0
  1338. data/lib/hubspot/codegen/oauth/api_client.rb +56 -54
  1339. data/lib/hubspot/codegen/oauth/api_error.rb +2 -4
  1340. data/lib/hubspot/codegen/oauth/configuration.rb +43 -14
  1341. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +53 -10
  1342. data/lib/hubspot/codegen/oauth/models/error.rb +20 -9
  1343. data/lib/hubspot/codegen/oauth/models/error_detail.rb +20 -9
  1344. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +20 -9
  1345. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +62 -28
  1346. data/lib/hubspot/codegen/settings/users/api/roles_api.rb +83 -0
  1347. data/lib/hubspot/codegen/settings/users/api/teams_api.rb +83 -0
  1348. data/lib/hubspot/codegen/settings/users/api/users_api.rb +366 -0
  1349. data/lib/hubspot/codegen/settings/users/api_client.rb +410 -0
  1350. data/lib/hubspot/codegen/settings/users/api_error.rb +61 -0
  1351. data/lib/hubspot/codegen/settings/users/configuration.rb +287 -0
  1352. data/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb +230 -0
  1353. data/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb +230 -0
  1354. data/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb +239 -0
  1355. data/lib/hubspot/codegen/settings/users/models/error.rb +305 -0
  1356. data/lib/hubspot/codegen/settings/users/models/error_detail.rb +271 -0
  1357. data/lib/hubspot/codegen/settings/users/models/forward_paging.rb +223 -0
  1358. data/lib/hubspot/codegen/settings/users/models/next_page.rb +237 -0
  1359. data/lib/hubspot/codegen/settings/users/models/public_permission_set.rb +260 -0
  1360. data/lib/hubspot/codegen/settings/users/models/public_team.rb +279 -0
  1361. data/lib/hubspot/codegen/settings/users/models/public_user.rb +277 -0
  1362. data/lib/hubspot/codegen/settings/users/models/public_user_update.rb +247 -0
  1363. data/lib/hubspot/codegen/settings/users/models/user_provision_request.rb +277 -0
  1364. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +25 -31
  1365. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +69 -78
  1366. data/lib/hubspot/codegen/webhooks/api_client.rb +56 -52
  1367. data/lib/hubspot/codegen/webhooks/api_error.rb +2 -2
  1368. data/lib/hubspot/codegen/webhooks/configuration.rb +45 -14
  1369. data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +20 -7
  1370. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +23 -10
  1371. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +23 -10
  1372. data/lib/hubspot/codegen/webhooks/models/error.rb +20 -7
  1373. data/lib/hubspot/codegen/webhooks/models/error_category.rb +40 -27
  1374. data/lib/hubspot/codegen/webhooks/models/error_detail.rb +20 -7
  1375. data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +20 -7
  1376. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +22 -9
  1377. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +21 -8
  1378. data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +20 -7
  1379. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +22 -11
  1380. data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +20 -7
  1381. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +20 -7
  1382. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +24 -11
  1383. data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +20 -7
  1384. data/lib/hubspot/configuration.rb +3 -1
  1385. data/lib/hubspot/discovery/automation/actions/api/callbacks_api.rb +13 -0
  1386. data/lib/hubspot/discovery/automation/actions/api/definitions_api.rb +13 -0
  1387. data/lib/hubspot/discovery/automation/actions/api/functions_api.rb +13 -0
  1388. data/lib/hubspot/discovery/automation/actions/api/revisions_api.rb +13 -0
  1389. data/lib/hubspot/discovery/automation/actions/client.rb +22 -0
  1390. data/lib/hubspot/discovery/automation/client.rb +17 -0
  1391. data/lib/hubspot/discovery/base_api_client.rb +173 -0
  1392. data/lib/hubspot/discovery/base_module_client.rb +62 -0
  1393. data/lib/hubspot/discovery/cms/audit_logs/api/audit_logs_api.rb +13 -0
  1394. data/lib/hubspot/discovery/cms/audit_logs/client.rb +19 -0
  1395. data/lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb +15 -0
  1396. data/lib/hubspot/discovery/cms/blogs/authors/client.rb +21 -0
  1397. data/lib/hubspot/discovery/cms/blogs/blog_posts/api/blog_posts_api.rb +15 -0
  1398. data/lib/hubspot/discovery/cms/blogs/blog_posts/client.rb +21 -0
  1399. data/lib/hubspot/discovery/cms/blogs/client.rb +21 -0
  1400. data/lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb +15 -0
  1401. data/lib/hubspot/discovery/cms/blogs/tags/client.rb +21 -0
  1402. data/lib/hubspot/discovery/cms/client.rb +24 -0
  1403. data/lib/hubspot/discovery/cms/domains/api/domains_api.rb +13 -0
  1404. data/lib/hubspot/discovery/cms/domains/client.rb +19 -0
  1405. data/lib/hubspot/discovery/cms/hubdb/api/rows_api.rb +13 -0
  1406. data/lib/hubspot/discovery/cms/hubdb/api/rows_batch_api.rb +13 -0
  1407. data/lib/hubspot/discovery/cms/hubdb/api/tables_api.rb +13 -0
  1408. data/lib/hubspot/discovery/cms/hubdb/client.rb +21 -0
  1409. data/lib/hubspot/discovery/cms/performance/api/public_performance_api.rb +13 -0
  1410. data/lib/hubspot/discovery/cms/performance/client.rb +19 -0
  1411. data/lib/hubspot/discovery/cms/site_search/api/public_api.rb +13 -0
  1412. data/lib/hubspot/discovery/cms/site_search/client.rb +19 -0
  1413. data/lib/hubspot/discovery/cms/source_code/api/content_api.rb +13 -0
  1414. data/lib/hubspot/discovery/cms/source_code/api/extract_api.rb +13 -0
  1415. data/lib/hubspot/discovery/cms/source_code/api/metadata_api.rb +13 -0
  1416. data/lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb +13 -0
  1417. data/lib/hubspot/discovery/cms/source_code/api/validation_api.rb +13 -0
  1418. data/lib/hubspot/discovery/cms/source_code/client.rb +23 -0
  1419. data/lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb +13 -0
  1420. data/lib/hubspot/discovery/cms/url_redirects/client.rb +19 -0
  1421. data/lib/hubspot/discovery/communication_preferences/api/definition_api.rb +11 -0
  1422. data/lib/hubspot/discovery/communication_preferences/api/status_api.rb +11 -0
  1423. data/lib/hubspot/discovery/communication_preferences/client.rb +18 -0
  1424. data/lib/hubspot/discovery/conversations/client.rb +17 -0
  1425. data/lib/hubspot/discovery/conversations/visitor_identification/api/generate_api.rb +13 -0
  1426. data/lib/hubspot/discovery/conversations/visitor_identification/client.rb +19 -0
  1427. data/lib/hubspot/discovery/crm/associations/api/batch_api.rb +13 -0
  1428. data/lib/hubspot/discovery/crm/associations/client.rb +24 -0
  1429. data/lib/hubspot/discovery/crm/associations/schema/api/types_api.rb +15 -0
  1430. data/lib/hubspot/discovery/crm/associations/schema/client.rb +20 -0
  1431. data/lib/hubspot/discovery/crm/associations/v4/api/basic_api.rb +15 -0
  1432. data/lib/hubspot/discovery/crm/associations/v4/api/batch_api.rb +15 -0
  1433. data/lib/hubspot/discovery/crm/associations/v4/client.rb +26 -0
  1434. data/lib/hubspot/discovery/crm/associations/v4/schema/api/definitions_api.rb +17 -0
  1435. data/lib/hubspot/discovery/crm/associations/v4/schema/client.rb +22 -0
  1436. data/lib/hubspot/discovery/crm/client.rb +33 -0
  1437. data/lib/hubspot/discovery/crm/companies/api/basic_api.rb +13 -0
  1438. data/lib/hubspot/discovery/crm/companies/api/batch_api.rb +13 -0
  1439. data/lib/hubspot/discovery/crm/companies/api/public_object_api.rb +13 -0
  1440. data/lib/hubspot/discovery/crm/companies/api/search_api.rb +13 -0
  1441. data/lib/hubspot/discovery/crm/companies/client.rb +22 -0
  1442. data/lib/hubspot/discovery/crm/contacts/api/basic_api.rb +13 -0
  1443. data/lib/hubspot/discovery/crm/contacts/api/batch_api.rb +13 -0
  1444. data/lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb +13 -0
  1445. data/lib/hubspot/discovery/crm/contacts/api/public_object_api.rb +13 -0
  1446. data/lib/hubspot/discovery/crm/contacts/api/search_api.rb +13 -0
  1447. data/lib/hubspot/discovery/crm/contacts/client.rb +23 -0
  1448. data/lib/hubspot/discovery/crm/deals/api/basic_api.rb +13 -0
  1449. data/lib/hubspot/discovery/crm/deals/api/batch_api.rb +13 -0
  1450. data/lib/hubspot/discovery/crm/deals/api/public_object_api.rb +13 -0
  1451. data/lib/hubspot/discovery/crm/deals/api/search_api.rb +13 -0
  1452. data/lib/hubspot/discovery/crm/deals/client.rb +22 -0
  1453. data/lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb +15 -0
  1454. data/lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb +15 -0
  1455. data/lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb +15 -0
  1456. data/lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb +15 -0
  1457. data/lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb +15 -0
  1458. data/lib/hubspot/discovery/crm/extensions/accounting/client.rb +25 -0
  1459. data/lib/hubspot/discovery/crm/extensions/calling/api/settings_api.rb +15 -0
  1460. data/lib/hubspot/discovery/crm/extensions/calling/client.rb +21 -0
  1461. data/lib/hubspot/discovery/crm/extensions/cards/api/cards_api.rb +15 -0
  1462. data/lib/hubspot/discovery/crm/extensions/cards/api/sample_response_api.rb +15 -0
  1463. data/lib/hubspot/discovery/crm/extensions/cards/client.rb +22 -0
  1464. data/lib/hubspot/discovery/crm/extensions/client.rb +22 -0
  1465. data/lib/hubspot/discovery/crm/extensions/videoconferencing/api/settings_api.rb +15 -0
  1466. data/lib/hubspot/discovery/crm/extensions/videoconferencing/client.rb +21 -0
  1467. data/lib/hubspot/discovery/crm/imports/api/core_api.rb +13 -0
  1468. data/lib/hubspot/discovery/crm/imports/api/public_imports_api.rb +13 -0
  1469. data/lib/hubspot/discovery/crm/imports/client.rb +20 -0
  1470. data/lib/hubspot/discovery/crm/line_items/api/basic_api.rb +13 -0
  1471. data/lib/hubspot/discovery/crm/line_items/api/batch_api.rb +13 -0
  1472. data/lib/hubspot/discovery/crm/line_items/api/public_object_api.rb +13 -0
  1473. data/lib/hubspot/discovery/crm/line_items/api/search_api.rb +13 -0
  1474. data/lib/hubspot/discovery/crm/line_items/client.rb +22 -0
  1475. data/lib/hubspot/discovery/crm/objects/api/associations_api.rb +13 -0
  1476. data/lib/hubspot/discovery/crm/objects/api/basic_api.rb +13 -0
  1477. data/lib/hubspot/discovery/crm/objects/api/batch_api.rb +13 -0
  1478. data/lib/hubspot/discovery/crm/objects/api/gdpr_api.rb +13 -0
  1479. data/lib/hubspot/discovery/crm/objects/api/public_object_api.rb +13 -0
  1480. data/lib/hubspot/discovery/crm/objects/api/search_api.rb +13 -0
  1481. data/lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb +15 -0
  1482. data/lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb +15 -0
  1483. data/lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb +15 -0
  1484. data/lib/hubspot/discovery/crm/objects/calls/api/search_api.rb +15 -0
  1485. data/lib/hubspot/discovery/crm/objects/calls/client.rb +24 -0
  1486. data/lib/hubspot/discovery/crm/objects/client.rb +37 -0
  1487. data/lib/hubspot/discovery/crm/objects/communications/api/basic_api.rb +15 -0
  1488. data/lib/hubspot/discovery/crm/objects/communications/api/batch_api.rb +15 -0
  1489. data/lib/hubspot/discovery/crm/objects/communications/api/public_object_api.rb +15 -0
  1490. data/lib/hubspot/discovery/crm/objects/communications/api/search_api.rb +15 -0
  1491. data/lib/hubspot/discovery/crm/objects/communications/client.rb +24 -0
  1492. data/lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb +15 -0
  1493. data/lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb +15 -0
  1494. data/lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb +15 -0
  1495. data/lib/hubspot/discovery/crm/objects/emails/api/search_api.rb +15 -0
  1496. data/lib/hubspot/discovery/crm/objects/emails/client.rb +24 -0
  1497. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb +15 -0
  1498. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb +15 -0
  1499. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/public_object_api.rb +15 -0
  1500. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb +15 -0
  1501. data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +24 -0
  1502. data/lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb +15 -0
  1503. data/lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb +15 -0
  1504. data/lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb +15 -0
  1505. data/lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb +15 -0
  1506. data/lib/hubspot/discovery/crm/objects/meetings/client.rb +24 -0
  1507. data/lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb +15 -0
  1508. data/lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb +15 -0
  1509. data/lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb +15 -0
  1510. data/lib/hubspot/discovery/crm/objects/notes/api/search_api.rb +15 -0
  1511. data/lib/hubspot/discovery/crm/objects/notes/client.rb +24 -0
  1512. data/lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb +15 -0
  1513. data/lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb +15 -0
  1514. data/lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb +15 -0
  1515. data/lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb +15 -0
  1516. data/lib/hubspot/discovery/crm/objects/postal_mail/client.rb +24 -0
  1517. data/lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb +15 -0
  1518. data/lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb +15 -0
  1519. data/lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb +15 -0
  1520. data/lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb +15 -0
  1521. data/lib/hubspot/discovery/crm/objects/tasks/client.rb +24 -0
  1522. data/lib/hubspot/discovery/crm/owners/api/owners_api.rb +13 -0
  1523. data/lib/hubspot/discovery/crm/owners/client.rb +19 -0
  1524. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_audits_api.rb +13 -0
  1525. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stage_audits_api.rb +13 -0
  1526. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stages_api.rb +13 -0
  1527. data/lib/hubspot/discovery/crm/pipelines/api/pipelines_api.rb +13 -0
  1528. data/lib/hubspot/discovery/crm/pipelines/client.rb +22 -0
  1529. data/lib/hubspot/discovery/crm/products/api/associations_api.rb +13 -0
  1530. data/lib/hubspot/discovery/crm/products/api/basic_api.rb +13 -0
  1531. data/lib/hubspot/discovery/crm/products/api/batch_api.rb +13 -0
  1532. data/lib/hubspot/discovery/crm/products/api/public_object_api.rb +13 -0
  1533. data/lib/hubspot/discovery/crm/products/api/search_api.rb +13 -0
  1534. data/lib/hubspot/discovery/crm/products/client.rb +23 -0
  1535. data/lib/hubspot/discovery/crm/properties/api/batch_api.rb +13 -0
  1536. data/lib/hubspot/discovery/crm/properties/api/core_api.rb +13 -0
  1537. data/lib/hubspot/discovery/crm/properties/api/groups_api.rb +13 -0
  1538. data/lib/hubspot/discovery/crm/properties/client.rb +21 -0
  1539. data/lib/hubspot/discovery/crm/quotes/api/associations_api.rb +13 -0
  1540. data/lib/hubspot/discovery/crm/quotes/api/basic_api.rb +13 -0
  1541. data/lib/hubspot/discovery/crm/quotes/api/batch_api.rb +13 -0
  1542. data/lib/hubspot/discovery/crm/quotes/api/public_object_api.rb +13 -0
  1543. data/lib/hubspot/discovery/crm/quotes/api/search_api.rb +13 -0
  1544. data/lib/hubspot/discovery/crm/quotes/client.rb +23 -0
  1545. data/lib/hubspot/discovery/crm/schemas/api/core_api.rb +13 -0
  1546. data/lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb +13 -0
  1547. data/lib/hubspot/discovery/crm/schemas/client.rb +20 -0
  1548. data/lib/hubspot/discovery/crm/tickets/api/associations_api.rb +13 -0
  1549. data/lib/hubspot/discovery/crm/tickets/api/basic_api.rb +13 -0
  1550. data/lib/hubspot/discovery/crm/tickets/api/batch_api.rb +13 -0
  1551. data/lib/hubspot/discovery/crm/tickets/api/public_object_api.rb +13 -0
  1552. data/lib/hubspot/discovery/crm/tickets/api/search_api.rb +13 -0
  1553. data/lib/hubspot/discovery/crm/tickets/client.rb +23 -0
  1554. data/lib/hubspot/discovery/crm/timeline/api/events_api.rb +13 -0
  1555. data/lib/hubspot/discovery/crm/timeline/api/templates_api.rb +13 -0
  1556. data/lib/hubspot/discovery/crm/timeline/api/tokens_api.rb +13 -0
  1557. data/lib/hubspot/discovery/crm/timeline/client.rb +21 -0
  1558. data/lib/hubspot/discovery/events/api/events_api.rb +11 -0
  1559. data/lib/hubspot/discovery/events/client.rb +17 -0
  1560. data/lib/hubspot/discovery/files/client.rb +17 -0
  1561. data/lib/hubspot/discovery/files/files/api/files_api.rb +13 -0
  1562. data/lib/hubspot/discovery/files/files/api/folders_api.rb +13 -0
  1563. data/lib/hubspot/discovery/files/files/client.rb +20 -0
  1564. data/lib/hubspot/discovery/marketing/client.rb +19 -0
  1565. data/lib/hubspot/discovery/marketing/events/api/attendance_subscriber_state_changes_api.rb +13 -0
  1566. data/lib/hubspot/discovery/marketing/events/api/marketing_events_external_api.rb +13 -0
  1567. data/lib/hubspot/discovery/marketing/events/api/search_api.rb +13 -0
  1568. data/lib/hubspot/discovery/marketing/events/api/settings_external_api.rb +13 -0
  1569. data/lib/hubspot/discovery/marketing/events/client.rb +22 -0
  1570. data/lib/hubspot/discovery/marketing/forms/api/forms_api.rb +13 -0
  1571. data/lib/hubspot/discovery/marketing/forms/client.rb +19 -0
  1572. data/lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb +13 -0
  1573. data/lib/hubspot/discovery/marketing/transactional/api/single_send_api.rb +13 -0
  1574. data/lib/hubspot/discovery/marketing/transactional/client.rb +20 -0
  1575. data/lib/hubspot/discovery/oauth/api/access_tokens_api.rb +11 -0
  1576. data/lib/hubspot/discovery/oauth/api/refresh_tokens_api.rb +11 -0
  1577. data/lib/hubspot/discovery/oauth/api/tokens_api.rb +11 -0
  1578. data/lib/hubspot/discovery/oauth/client.rb +19 -0
  1579. data/lib/hubspot/discovery/settings/client.rb +17 -0
  1580. data/lib/hubspot/discovery/settings/users/api/roles_api.rb +13 -0
  1581. data/lib/hubspot/discovery/settings/users/api/teams_api.rb +13 -0
  1582. data/lib/hubspot/discovery/settings/users/api/users_api.rb +13 -0
  1583. data/lib/hubspot/discovery/settings/users/client.rb +21 -0
  1584. data/lib/hubspot/discovery/webhooks/api/settings_api.rb +11 -0
  1585. data/lib/hubspot/discovery/webhooks/api/subscriptions_api.rb +11 -0
  1586. data/lib/hubspot/discovery/webhooks/client.rb +18 -0
  1587. data/lib/hubspot/exceptions.rb +9 -7
  1588. data/lib/hubspot/helpers/association_type.rb +92 -0
  1589. data/lib/hubspot/helpers/camel_case.rb +13 -0
  1590. data/lib/hubspot/helpers/get_all_helper.rb +2 -1
  1591. data/lib/hubspot/helpers/path.rb +19 -0
  1592. data/lib/hubspot/helpers/signature.rb +62 -0
  1593. data/lib/hubspot/helpers/snake_case.rb +14 -0
  1594. data/lib/hubspot/oauth_helper.rb +12 -8
  1595. data/lib/hubspot/version.rb +3 -3
  1596. data/lib/hubspot-api-client.rb +2 -46
  1597. data/pkg/hubspot-api-client-17.0.0.gem +0 -0
  1598. data/spec/discovery/automation/actions/callbacks_api_spec.rb +8 -0
  1599. data/spec/discovery/automation/actions/definitions_api_spec.rb +11 -0
  1600. data/spec/discovery/automation/actions/functions_api_spec.rb +13 -0
  1601. data/spec/discovery/automation/actions/revisions_api_spec.rb +8 -0
  1602. data/spec/discovery/base_api_client_spec.rb +172 -0
  1603. data/spec/discovery/base_module_client_spec.rb +29 -0
  1604. data/spec/discovery/client_spec.rb +16 -0
  1605. data/spec/discovery/cms/audit-logs/audit_logs_api_spec.rb +7 -0
  1606. data/spec/discovery/cms/blogs/authors/blog_authors_api_spec.rb +15 -0
  1607. data/spec/discovery/cms/blogs/blog-posts/blog_posts_api_spec.rb +25 -0
  1608. data/spec/discovery/cms/blogs/client_spec.rb +9 -0
  1609. data/spec/discovery/cms/blogs/tags/blog_tags_api_spec.rb +15 -0
  1610. data/spec/discovery/cms/client_spec.rb +13 -0
  1611. data/spec/discovery/cms/domains/domains_api_spec.rb +8 -0
  1612. data/spec/discovery/cms/hubdb/rows_api_spec.rb +15 -0
  1613. data/spec/discovery/cms/hubdb/rows_batch_api_spec.rb +13 -0
  1614. data/spec/discovery/cms/hubdb/tables_api_spec.rb +20 -0
  1615. data/spec/discovery/cms/performance/public_performance_api_spec.rb +8 -0
  1616. data/spec/discovery/cms/site-search/public_api_spec.rb +8 -0
  1617. data/spec/discovery/cms/source-code/content_api_spec.rb +10 -0
  1618. data/spec/discovery/cms/source-code/extract_api_spec.rb +7 -0
  1619. data/spec/discovery/cms/source-code/metadata_api_spec.rb +7 -0
  1620. data/spec/discovery/cms/source-code/source_code_extract_api_spec.rb +8 -0
  1621. data/spec/discovery/cms/source-code/validation_api_spec.rb +7 -0
  1622. data/spec/discovery/cms/url-redirects/redirects_api_spec.rb +11 -0
  1623. data/spec/discovery/communication_preferences/definition_api_spec.rb +7 -0
  1624. data/spec/discovery/communication_preferences/status_api_spec.rb +9 -0
  1625. data/spec/discovery/conversations/visitor-identification/generate_api_spec.rb +7 -0
  1626. data/spec/discovery/crm/associations/batch_api_spec.rb +9 -0
  1627. data/spec/discovery/crm/associations/client_spec.rb +8 -0
  1628. data/spec/discovery/crm/associations/schema/types_api_spec.rb +7 -0
  1629. data/spec/discovery/crm/associations/v4/basic_api_spec.rb +10 -0
  1630. data/spec/discovery/crm/associations/v4/batch_api_spec.rb +11 -0
  1631. data/spec/discovery/crm/associations/v4/client_spec.rb +7 -0
  1632. data/spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb +10 -0
  1633. data/spec/discovery/crm/client_spec.rb +21 -0
  1634. data/spec/discovery/crm/companies/basic_api_spec.rb +11 -0
  1635. data/spec/discovery/crm/companies/batch_api_spec.rb +10 -0
  1636. data/spec/discovery/crm/companies/public_object_api_spec.rb +7 -0
  1637. data/spec/discovery/crm/companies/search_api_spec.rb +7 -0
  1638. data/spec/discovery/crm/contacts/basic_api_spec.rb +11 -0
  1639. data/spec/discovery/crm/contacts/batch_api_spec.rb +10 -0
  1640. data/spec/discovery/crm/contacts/gdpr_api_spec.rb +7 -0
  1641. data/spec/discovery/crm/contacts/public_object_api_spec.rb +7 -0
  1642. data/spec/discovery/crm/contacts/search_api_spec.rb +7 -0
  1643. data/spec/discovery/crm/deals/basic_api_spec.rb +11 -0
  1644. data/spec/discovery/crm/deals/batch_api_spec.rb +10 -0
  1645. data/spec/discovery/crm/deals/public_object_api_spec.rb +7 -0
  1646. data/spec/discovery/crm/deals/search_api_spec.rb +7 -0
  1647. data/spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
  1648. data/spec/discovery/crm/extensions/accounting/invoice_api_spec.rb +9 -0
  1649. data/spec/discovery/crm/extensions/accounting/settings_api_spec.rb +8 -0
  1650. data/spec/discovery/crm/extensions/accounting/sync_api_spec.rb +8 -0
  1651. data/spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
  1652. data/spec/discovery/crm/extensions/calling/settings_api_spec.rb +10 -0
  1653. data/spec/discovery/crm/extensions/cards/cards_api_spec.rb +11 -0
  1654. data/spec/discovery/crm/extensions/cards/sample_response_api_spec.rb +7 -0
  1655. data/spec/discovery/crm/extensions/client_spec.rb +11 -0
  1656. data/spec/discovery/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
  1657. data/spec/discovery/crm/imports/core_api_spec.rb +10 -0
  1658. data/spec/discovery/crm/imports/public_imports_api_spec.rb +7 -0
  1659. data/spec/discovery/crm/line_items/basic_api_spec.rb +11 -0
  1660. data/spec/discovery/crm/line_items/batch_api_spec.rb +10 -0
  1661. data/spec/discovery/crm/line_items/public_object_api_spec.rb +7 -0
  1662. data/spec/discovery/crm/line_items/search_api_spec.rb +7 -0
  1663. data/spec/discovery/crm/objects/associations_api_spec.rb +9 -0
  1664. data/spec/discovery/crm/objects/basic_api_spec.rb +12 -0
  1665. data/spec/discovery/crm/objects/batch_api_spec.rb +10 -0
  1666. data/spec/discovery/crm/objects/calls/basic_api_spec.rb +10 -0
  1667. data/spec/discovery/crm/objects/calls/batch_api_spec.rb +10 -0
  1668. data/spec/discovery/crm/objects/calls/public_object_api_spec.rb +7 -0
  1669. data/spec/discovery/crm/objects/calls/search_api_spec.rb +7 -0
  1670. data/spec/discovery/crm/objects/client_spec.rb +14 -0
  1671. data/spec/discovery/crm/objects/communications/basic_api_spec.rb +10 -0
  1672. data/spec/discovery/crm/objects/communications/batch_api_spec.rb +10 -0
  1673. data/spec/discovery/crm/objects/communications/public_object_api_spec.rb +7 -0
  1674. data/spec/discovery/crm/objects/communications/search_api_spec.rb +7 -0
  1675. data/spec/discovery/crm/objects/emails/basic_api_spec.rb +10 -0
  1676. data/spec/discovery/crm/objects/emails/batch_api_spec.rb +10 -0
  1677. data/spec/discovery/crm/objects/emails/public_object_api_spec.rb +7 -0
  1678. data/spec/discovery/crm/objects/emails/search_api_spec.rb +7 -0
  1679. data/spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb +11 -0
  1680. data/spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb +10 -0
  1681. data/spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb +7 -0
  1682. data/spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
  1683. data/spec/discovery/crm/objects/gdpr_api_spec.rb +7 -0
  1684. data/spec/discovery/crm/objects/meetings/basic_api_spec.rb +10 -0
  1685. data/spec/discovery/crm/objects/meetings/batch_api_spec.rb +10 -0
  1686. data/spec/discovery/crm/objects/meetings/public_object_api_spec.rb +7 -0
  1687. data/spec/discovery/crm/objects/meetings/search_api_spec.rb +7 -0
  1688. data/spec/discovery/crm/objects/notes/basic_api_spec.rb +10 -0
  1689. data/spec/discovery/crm/objects/notes/batch_api_spec.rb +10 -0
  1690. data/spec/discovery/crm/objects/notes/public_object_api_spec.rb +7 -0
  1691. data/spec/discovery/crm/objects/notes/search_api_spec.rb +7 -0
  1692. data/spec/discovery/crm/objects/postal_mail/basic_api_spec.rb +10 -0
  1693. data/spec/discovery/crm/objects/postal_mail/batch_api_spec.rb +10 -0
  1694. data/spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb +7 -0
  1695. data/spec/discovery/crm/objects/postal_mail/search_api_spec.rb +7 -0
  1696. data/spec/discovery/crm/objects/public_object_api_spec.rb +7 -0
  1697. data/spec/discovery/crm/objects/search_api_spec.rb +7 -0
  1698. data/spec/discovery/crm/objects/tasks/basic_api_spec.rb +10 -0
  1699. data/spec/discovery/crm/objects/tasks/batch_api_spec.rb +10 -0
  1700. data/spec/discovery/crm/objects/tasks/public_object_api_spec.rb +7 -0
  1701. data/spec/discovery/crm/objects/tasks/search_api_spec.rb +7 -0
  1702. data/spec/discovery/crm/owners/owners_api_spec.rb +8 -0
  1703. data/spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb +8 -0
  1704. data/spec/discovery/crm/pipelines/pipeline_stage_audits_api_spec.rb +8 -0
  1705. data/spec/discovery/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
  1706. data/spec/discovery/crm/pipelines/pipelines_api_spec.rb +12 -0
  1707. data/spec/discovery/crm/products/basic_api_spec.rb +11 -0
  1708. data/spec/discovery/crm/products/batch_api_spec.rb +10 -0
  1709. data/spec/discovery/crm/products/public_object_api_spec.rb +7 -0
  1710. data/spec/discovery/crm/products/search_api_spec.rb +7 -0
  1711. data/spec/discovery/crm/properties/batch_api_spec.rb +9 -0
  1712. data/spec/discovery/crm/properties/core_api_spec.rb +11 -0
  1713. data/spec/discovery/crm/properties/groups_api_spec.rb +11 -0
  1714. data/spec/discovery/crm/quotes/basic_api_spec.rb +8 -0
  1715. data/spec/discovery/crm/quotes/batch_api_spec.rb +7 -0
  1716. data/spec/discovery/crm/quotes/public_object_api_spec.rb +7 -0
  1717. data/spec/discovery/crm/quotes/search_api_spec.rb +7 -0
  1718. data/spec/discovery/crm/schemas/core_api_spec.rb +13 -0
  1719. data/spec/discovery/crm/schemas/public_object_schemas_api_spec.rb +7 -0
  1720. data/spec/discovery/crm/tickets/basic_api_spec.rb +11 -0
  1721. data/spec/discovery/crm/tickets/batch_api_spec.rb +10 -0
  1722. data/spec/discovery/crm/tickets/public_object_api_spec.rb +7 -0
  1723. data/spec/discovery/crm/tickets/search_api_spec.rb +7 -0
  1724. data/spec/discovery/crm/timeline/events_api_spec.rb +11 -0
  1725. data/spec/discovery/crm/timeline/templates_api_spec.rb +11 -0
  1726. data/spec/discovery/crm/timeline/tokens_api_spec.rb +9 -0
  1727. data/spec/discovery/events/events_api_spec.rb +7 -0
  1728. data/spec/discovery/files/files/files_api_spec.rb +16 -0
  1729. data/spec/discovery/files/files/folders_api_spec.rb +14 -0
  1730. data/spec/discovery/marketing/client_spec.rb +9 -0
  1731. data/spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb +8 -0
  1732. data/spec/discovery/marketing/events/marketing_events_external_api_spec.rb +18 -0
  1733. data/spec/discovery/marketing/events/search_api_spec.rb +7 -0
  1734. data/spec/discovery/marketing/events/settings_external_api_spec.rb +8 -0
  1735. data/spec/discovery/marketing/forms/forms_api_spec.rb +12 -0
  1736. data/spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb +11 -0
  1737. data/spec/discovery/marketing/transactional/single_send_api_spec.rb +7 -0
  1738. data/spec/discovery/oauth/access_tokens_api_spec.rb +7 -0
  1739. data/spec/discovery/oauth/refresh_tokens_api_spec.rb +8 -0
  1740. data/spec/discovery/oauth/tokens_api_spec.rb +7 -0
  1741. data/spec/discovery/settings/users/roles_api_spec.rb +7 -0
  1742. data/spec/discovery/settings/users/teams_api_spec.rb +7 -0
  1743. data/spec/discovery/settings/users/users_api_spec.rb +11 -0
  1744. data/spec/discovery/webhooks/settings_api_spec.rb +9 -0
  1745. data/spec/discovery/webhooks/subscriptions_api_spec.rb +12 -0
  1746. data/spec/helpers/authorize_url_spec.rb +75 -0
  1747. data/spec/helpers/camel_case_spec.rb +11 -0
  1748. data/spec/helpers/signature_spec.rb +118 -0
  1749. metadata +1249 -1693
  1750. data/lib/hubspot/codegen/cms/audit-logs/api/default_api.rb +0 -106
  1751. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +0 -406
  1752. data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +0 -61
  1753. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +0 -263
  1754. data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +0 -226
  1755. data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +0 -292
  1756. data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +0 -258
  1757. data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +0 -224
  1758. data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +0 -210
  1759. data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +0 -352
  1760. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +0 -643
  1761. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +0 -1302
  1762. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +0 -408
  1763. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +0 -63
  1764. data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +0 -265
  1765. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +0 -265
  1766. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +0 -279
  1767. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +0 -219
  1768. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +0 -219
  1769. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +0 -219
  1770. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +0 -335
  1771. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +0 -1207
  1772. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +0 -242
  1773. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +0 -242
  1774. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +0 -217
  1775. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +0 -228
  1776. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +0 -233
  1777. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +0 -294
  1778. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +0 -260
  1779. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +0 -212
  1780. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +0 -247
  1781. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +0 -393
  1782. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +0 -226
  1783. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +0 -221
  1784. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +0 -226
  1785. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +0 -259
  1786. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +0 -231
  1787. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +0 -277
  1788. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +0 -311
  1789. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +0 -347
  1790. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +0 -261
  1791. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +0 -248
  1792. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +0 -643
  1793. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +0 -240
  1794. data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +0 -497
  1795. data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +0 -231
  1796. data/lib/hubspot/codegen/cms/domains/models/paging.rb +0 -210
  1797. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +0 -217
  1798. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +0 -217
  1799. data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +0 -288
  1800. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +0 -243
  1801. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +0 -295
  1802. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +0 -241
  1803. data/lib/hubspot/codegen/cms/performance/api/default_api.rb +0 -186
  1804. data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +0 -222
  1805. data/lib/hubspot/codegen/cms/site-search/api_client.rb +0 -406
  1806. data/lib/hubspot/codegen/cms/site-search/api_error.rb +0 -61
  1807. data/lib/hubspot/codegen/cms/site-search/configuration.rb +0 -263
  1808. data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +0 -444
  1809. data/lib/hubspot/codegen/cms/site-search/models/error.rb +0 -292
  1810. data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +0 -258
  1811. data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +0 -282
  1812. data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +0 -282
  1813. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +0 -259
  1814. data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +0 -368
  1815. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +0 -406
  1816. data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +0 -61
  1817. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +0 -263
  1818. data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb +0 -242
  1819. data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +0 -292
  1820. data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +0 -258
  1821. data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +0 -224
  1822. data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +0 -210
  1823. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +0 -596
  1824. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +0 -306
  1825. data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +0 -90
  1826. data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +0 -406
  1827. data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +0 -61
  1828. data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +0 -263
  1829. data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +0 -292
  1830. data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +0 -258
  1831. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +0 -236
  1832. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +0 -215
  1833. data/lib/hubspot/codegen/crm/associations/api/types_api.rb +0 -94
  1834. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +0 -226
  1835. data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +0 -229
  1836. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +0 -254
  1837. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +0 -217
  1838. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id_forward_paging.rb +0 -226
  1839. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +0 -254
  1840. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +0 -217
  1841. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id_forward_paging.rb +0 -226
  1842. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +0 -254
  1843. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +0 -217
  1844. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id_forward_paging.rb +0 -226
  1845. data/lib/hubspot/codegen/crm/imports/api/default_api.rb +0 -90
  1846. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +0 -254
  1847. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +0 -217
  1848. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id_forward_paging.rb +0 -226
  1849. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +0 -100
  1850. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +0 -219
  1851. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging.rb +0 -228
  1852. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb +0 -217
  1853. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +0 -162
  1854. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +0 -226
  1855. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +0 -226
  1856. data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +0 -224
  1857. data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +0 -210
  1858. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +0 -254
  1859. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +0 -217
  1860. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id_forward_paging.rb +0 -226
  1861. data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +0 -226
  1862. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +0 -226
  1863. data/lib/hubspot/codegen/crm/properties/models/next_page.rb +0 -224
  1864. data/lib/hubspot/codegen/crm/properties/models/paging.rb +0 -210
  1865. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +0 -98
  1866. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +0 -217
  1867. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id_forward_paging.rb +0 -226
  1868. data/lib/hubspot/codegen/crm/schemas/api/default_api.rb +0 -84
  1869. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +0 -254
  1870. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +0 -217
  1871. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id_forward_paging.rb +0 -226
  1872. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb +0 -227
  1873. data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +0 -224
  1874. data/lib/hubspot/codegen/crm/timeline/models/paging.rb +0 -219
  1875. data/lib/hubspot/codegen/crm/timeline/models/previous_page.rb +0 -224
  1876. data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +0 -400
  1877. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +0 -227
  1878. data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +0 -210
  1879. data/lib/hubspot/codegen/oauth/api/default_api.rb +0 -270
  1880. data/lib/hubspot/helpers/webhooks_helper.rb +0 -31
  1881. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +0 -60
  1882. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +0 -104
  1883. data/spec/codegen/automation/actions/api/functions_api_spec.rb +0 -137
  1884. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +0 -64
  1885. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +0 -51
  1886. data/spec/codegen/automation/actions/models/action_function_spec.rb +0 -57
  1887. data/spec/codegen/automation/actions/models/action_labels_spec.rb +0 -71
  1888. data/spec/codegen/automation/actions/models/action_revision_spec.rb +0 -59
  1889. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +0 -41
  1890. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +0 -47
  1891. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +0 -41
  1892. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +0 -41
  1893. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +0 -47
  1894. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +0 -47
  1895. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +0 -63
  1896. data/spec/codegen/automation/actions/models/error_detail_spec.rb +0 -65
  1897. data/spec/codegen/automation/actions/models/error_spec.rb +0 -77
  1898. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +0 -89
  1899. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +0 -77
  1900. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +0 -101
  1901. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +0 -83
  1902. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +0 -41
  1903. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +0 -57
  1904. data/spec/codegen/automation/actions/models/next_page_spec.rb +0 -47
  1905. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +0 -41
  1906. data/spec/codegen/automation/actions/models/option_spec.rb +0 -77
  1907. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +0 -57
  1908. data/spec/codegen/cms/audit-logs/api/default_api_spec.rb +0 -54
  1909. data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +0 -47
  1910. data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +0 -65
  1911. data/spec/codegen/cms/audit-logs/models/error_spec.rb +0 -77
  1912. data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +0 -47
  1913. data/spec/codegen/cms/audit-logs/models/paging_spec.rb +0 -41
  1914. data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +0 -85
  1915. data/spec/codegen/cms/blogs/authors/api/default_api_spec.rb +0 -158
  1916. data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +0 -41
  1917. data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +0 -41
  1918. data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +0 -41
  1919. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +0 -87
  1920. data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +0 -107
  1921. data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +0 -53
  1922. data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +0 -65
  1923. data/spec/codegen/cms/blogs/authors/models/error_spec.rb +0 -77
  1924. data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +0 -41
  1925. data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +0 -47
  1926. data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +0 -83
  1927. data/spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb +0 -285
  1928. data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +0 -51
  1929. data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +0 -57
  1930. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +0 -41
  1931. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +0 -41
  1932. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +0 -41
  1933. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +0 -87
  1934. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +0 -417
  1935. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +0 -53
  1936. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +0 -53
  1937. data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +0 -41
  1938. data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +0 -47
  1939. data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +0 -47
  1940. data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +0 -65
  1941. data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +0 -77
  1942. data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +0 -41
  1943. data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +0 -53
  1944. data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +0 -113
  1945. data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +0 -47
  1946. data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +0 -47
  1947. data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +0 -47
  1948. data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +0 -59
  1949. data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +0 -47
  1950. data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +0 -55
  1951. data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +0 -83
  1952. data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +0 -85
  1953. data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +0 -59
  1954. data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +0 -53
  1955. data/spec/codegen/cms/blogs/tags/api/default_api_spec.rb +0 -158
  1956. data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +0 -41
  1957. data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +0 -41
  1958. data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +0 -41
  1959. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +0 -87
  1960. data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +0 -53
  1961. data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +0 -65
  1962. data/spec/codegen/cms/blogs/tags/models/error_spec.rb +0 -77
  1963. data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +0 -41
  1964. data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +0 -47
  1965. data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +0 -83
  1966. data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +0 -65
  1967. data/spec/codegen/cms/domains/api/domains_api_spec.rb +0 -71
  1968. data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +0 -53
  1969. data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +0 -149
  1970. data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +0 -47
  1971. data/spec/codegen/cms/domains/models/domain_spec.rb +0 -403
  1972. data/spec/codegen/cms/domains/models/error_detail_spec.rb +0 -65
  1973. data/spec/codegen/cms/domains/models/error_spec.rb +0 -77
  1974. data/spec/codegen/cms/domains/models/next_page_spec.rb +0 -47
  1975. data/spec/codegen/cms/domains/models/paging_spec.rb +0 -41
  1976. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +0 -160
  1977. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +0 -126
  1978. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +0 -237
  1979. data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +0 -41
  1980. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +0 -41
  1981. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +0 -41
  1982. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +0 -87
  1983. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +0 -53
  1984. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +0 -53
  1985. data/spec/codegen/cms/hubdb/models/column_input_spec.rb +0 -77
  1986. data/spec/codegen/cms/hubdb/models/column_spec.rb +0 -117
  1987. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +0 -65
  1988. data/spec/codegen/cms/hubdb/models/error_spec.rb +0 -77
  1989. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +0 -53
  1990. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +0 -41
  1991. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +0 -53
  1992. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb +0 -59
  1993. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +0 -71
  1994. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb +0 -83
  1995. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +0 -59
  1996. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +0 -143
  1997. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +0 -59
  1998. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +0 -47
  1999. data/spec/codegen/cms/hubdb/models/option_spec.rb +0 -59
  2000. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +0 -59
  2001. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +0 -83
  2002. data/spec/codegen/cms/performance/api/default_api_spec.rb +0 -73
  2003. data/spec/codegen/cms/performance/models/error_detail_spec.rb +0 -65
  2004. data/spec/codegen/cms/performance/models/error_spec.rb +0 -77
  2005. data/spec/codegen/cms/performance/models/performance_view_spec.rb +0 -167
  2006. data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +0 -85
  2007. data/spec/codegen/cms/site-search/api/default_api_spec.rb +0 -77
  2008. data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +0 -145
  2009. data/spec/codegen/cms/site-search/models/error_detail_spec.rb +0 -65
  2010. data/spec/codegen/cms/site-search/models/error_spec.rb +0 -77
  2011. data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +0 -57
  2012. data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +0 -71
  2013. data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +0 -59
  2014. data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +0 -107
  2015. data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +0 -53
  2016. data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +0 -65
  2017. data/spec/codegen/cms/url-redirects/models/error_spec.rb +0 -77
  2018. data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +0 -47
  2019. data/spec/codegen/cms/url-redirects/models/paging_spec.rb +0 -41
  2020. data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +0 -95
  2021. data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +0 -189
  2022. data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +0 -47
  2023. data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +0 -65
  2024. data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +0 -77
  2025. data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +0 -53
  2026. data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +0 -41
  2027. data/spec/codegen/crm/associations/api/batch_api_spec.rb +0 -77
  2028. data/spec/codegen/crm/associations/api/types_api_spec.rb +0 -48
  2029. data/spec/codegen/crm/associations/models/associated_id_spec.rb +0 -47
  2030. data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +0 -41
  2031. data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +0 -41
  2032. data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +0 -81
  2033. data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +0 -81
  2034. data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +0 -47
  2035. data/spec/codegen/crm/associations/models/error_category_spec.rb +0 -51
  2036. data/spec/codegen/crm/associations/models/error_detail_spec.rb +0 -65
  2037. data/spec/codegen/crm/associations/models/error_spec.rb +0 -77
  2038. data/spec/codegen/crm/associations/models/next_page_spec.rb +0 -47
  2039. data/spec/codegen/crm/associations/models/paging_spec.rb +0 -41
  2040. data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +0 -47
  2041. data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +0 -47
  2042. data/spec/codegen/crm/associations/models/public_association_spec.rb +0 -53
  2043. data/spec/codegen/crm/associations/models/public_object_id_spec.rb +0 -41
  2044. data/spec/codegen/crm/associations/models/standard_error_spec.rb +0 -83
  2045. data/spec/codegen/crm/companies/api/associations_api_spec.rb +0 -77
  2046. data/spec/codegen/crm/companies/api/basic_api_spec.rb +0 -105
  2047. data/spec/codegen/crm/companies/api/batch_api_spec.rb +0 -84
  2048. data/spec/codegen/crm/companies/api/search_api_spec.rb +0 -47
  2049. data/spec/codegen/crm/companies/models/associated_id_spec.rb +0 -47
  2050. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2051. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2052. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2053. data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  2054. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +0 -75
  2055. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2056. data/spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2057. data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +0 -47
  2058. data/spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2059. data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2060. data/spec/codegen/crm/companies/models/error_category_spec.rb +0 -51
  2061. data/spec/codegen/crm/companies/models/error_detail_spec.rb +0 -65
  2062. data/spec/codegen/crm/companies/models/error_spec.rb +0 -77
  2063. data/spec/codegen/crm/companies/models/filter_group_spec.rb +0 -41
  2064. data/spec/codegen/crm/companies/models/filter_spec.rb +0 -57
  2065. data/spec/codegen/crm/companies/models/forward_paging_spec.rb +0 -41
  2066. data/spec/codegen/crm/companies/models/next_page_spec.rb +0 -47
  2067. data/spec/codegen/crm/companies/models/paging_spec.rb +0 -47
  2068. data/spec/codegen/crm/companies/models/previous_page_spec.rb +0 -47
  2069. data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +0 -71
  2070. data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +0 -47
  2071. data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +0 -41
  2072. data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +0 -41
  2073. data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +0 -71
  2074. data/spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb +0 -77
  2075. data/spec/codegen/crm/companies/models/standard_error_spec.rb +0 -83
  2076. data/spec/codegen/crm/contacts/api/associations_api_spec.rb +0 -77
  2077. data/spec/codegen/crm/contacts/api/basic_api_spec.rb +0 -105
  2078. data/spec/codegen/crm/contacts/api/batch_api_spec.rb +0 -84
  2079. data/spec/codegen/crm/contacts/api/search_api_spec.rb +0 -47
  2080. data/spec/codegen/crm/contacts/models/associated_id_spec.rb +0 -47
  2081. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2082. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2083. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2084. data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  2085. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +0 -75
  2086. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2087. data/spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2088. data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +0 -47
  2089. data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2090. data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2091. data/spec/codegen/crm/contacts/models/error_category_spec.rb +0 -51
  2092. data/spec/codegen/crm/contacts/models/error_detail_spec.rb +0 -65
  2093. data/spec/codegen/crm/contacts/models/error_spec.rb +0 -77
  2094. data/spec/codegen/crm/contacts/models/filter_group_spec.rb +0 -41
  2095. data/spec/codegen/crm/contacts/models/filter_spec.rb +0 -57
  2096. data/spec/codegen/crm/contacts/models/forward_paging_spec.rb +0 -41
  2097. data/spec/codegen/crm/contacts/models/next_page_spec.rb +0 -47
  2098. data/spec/codegen/crm/contacts/models/paging_spec.rb +0 -47
  2099. data/spec/codegen/crm/contacts/models/previous_page_spec.rb +0 -47
  2100. data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +0 -71
  2101. data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +0 -47
  2102. data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +0 -41
  2103. data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +0 -41
  2104. data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +0 -71
  2105. data/spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb +0 -77
  2106. data/spec/codegen/crm/contacts/models/standard_error_spec.rb +0 -83
  2107. data/spec/codegen/crm/deals/api/associations_api_spec.rb +0 -77
  2108. data/spec/codegen/crm/deals/api/basic_api_spec.rb +0 -105
  2109. data/spec/codegen/crm/deals/api/batch_api_spec.rb +0 -84
  2110. data/spec/codegen/crm/deals/api/search_api_spec.rb +0 -47
  2111. data/spec/codegen/crm/deals/models/associated_id_spec.rb +0 -47
  2112. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2113. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2114. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2115. data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  2116. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +0 -75
  2117. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2118. data/spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2119. data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +0 -47
  2120. data/spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2121. data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2122. data/spec/codegen/crm/deals/models/error_category_spec.rb +0 -51
  2123. data/spec/codegen/crm/deals/models/error_detail_spec.rb +0 -65
  2124. data/spec/codegen/crm/deals/models/error_spec.rb +0 -77
  2125. data/spec/codegen/crm/deals/models/filter_group_spec.rb +0 -41
  2126. data/spec/codegen/crm/deals/models/filter_spec.rb +0 -57
  2127. data/spec/codegen/crm/deals/models/forward_paging_spec.rb +0 -41
  2128. data/spec/codegen/crm/deals/models/next_page_spec.rb +0 -47
  2129. data/spec/codegen/crm/deals/models/paging_spec.rb +0 -47
  2130. data/spec/codegen/crm/deals/models/previous_page_spec.rb +0 -47
  2131. data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +0 -71
  2132. data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +0 -47
  2133. data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +0 -41
  2134. data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +0 -41
  2135. data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +0 -71
  2136. data/spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb +0 -77
  2137. data/spec/codegen/crm/deals/models/standard_error_spec.rb +0 -83
  2138. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +0 -165
  2139. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +0 -76
  2140. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +0 -60
  2141. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +0 -61
  2142. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +0 -59
  2143. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +0 -53
  2144. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +0 -125
  2145. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +0 -65
  2146. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +0 -93
  2147. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +0 -59
  2148. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +0 -53
  2149. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +0 -69
  2150. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +0 -65
  2151. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +0 -47
  2152. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +0 -71
  2153. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +0 -53
  2154. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +0 -51
  2155. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +0 -65
  2156. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +0 -77
  2157. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +0 -63
  2158. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +0 -41
  2159. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +0 -59
  2160. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +0 -51
  2161. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +0 -135
  2162. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +0 -51
  2163. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +0 -83
  2164. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +0 -135
  2165. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +0 -51
  2166. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +0 -41
  2167. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +0 -51
  2168. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +0 -71
  2169. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +0 -51
  2170. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +0 -47
  2171. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +0 -47
  2172. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +0 -51
  2173. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +0 -53
  2174. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +0 -47
  2175. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +0 -51
  2176. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +0 -47
  2177. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +0 -73
  2178. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +0 -75
  2179. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +0 -85
  2180. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +0 -65
  2181. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +0 -77
  2182. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +0 -65
  2183. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +0 -65
  2184. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +0 -77
  2185. data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +0 -100
  2186. data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +0 -46
  2187. data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +0 -53
  2188. data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +0 -79
  2189. data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +0 -41
  2190. data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +0 -59
  2191. data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +0 -41
  2192. data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +0 -63
  2193. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +0 -47
  2194. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +0 -47
  2195. data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +0 -41
  2196. data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +0 -51
  2197. data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +0 -59
  2198. data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +0 -77
  2199. data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +0 -57
  2200. data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +0 -65
  2201. data/spec/codegen/crm/extensions/cards/models/error_spec.rb +0 -77
  2202. data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +0 -75
  2203. data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +0 -75
  2204. data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +0 -65
  2205. data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +0 -63
  2206. data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +0 -53
  2207. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +0 -72
  2208. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +0 -65
  2209. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +0 -77
  2210. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +0 -59
  2211. data/spec/codegen/crm/imports/api/core_api_spec.rb +0 -86
  2212. data/spec/codegen/crm/imports/api/default_api_spec.rb +0 -47
  2213. data/spec/codegen/crm/imports/models/action_response_spec.rb +0 -69
  2214. data/spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb +0 -47
  2215. data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +0 -47
  2216. data/spec/codegen/crm/imports/models/error_detail_spec.rb +0 -65
  2217. data/spec/codegen/crm/imports/models/error_spec.rb +0 -77
  2218. data/spec/codegen/crm/imports/models/forward_paging_spec.rb +0 -41
  2219. data/spec/codegen/crm/imports/models/import_row_core_spec.rb +0 -53
  2220. data/spec/codegen/crm/imports/models/next_page_spec.rb +0 -47
  2221. data/spec/codegen/crm/imports/models/paging_spec.rb +0 -47
  2222. data/spec/codegen/crm/imports/models/previous_page_spec.rb +0 -47
  2223. data/spec/codegen/crm/imports/models/public_import_error_spec.rb +0 -97
  2224. data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +0 -53
  2225. data/spec/codegen/crm/imports/models/public_import_response_spec.rb +0 -87
  2226. data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +0 -47
  2227. data/spec/codegen/crm/line_items/api/associations_api_spec.rb +0 -77
  2228. data/spec/codegen/crm/line_items/api/basic_api_spec.rb +0 -105
  2229. data/spec/codegen/crm/line_items/api/batch_api_spec.rb +0 -84
  2230. data/spec/codegen/crm/line_items/api/search_api_spec.rb +0 -47
  2231. data/spec/codegen/crm/line_items/models/associated_id_spec.rb +0 -47
  2232. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2233. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2234. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2235. data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  2236. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +0 -75
  2237. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2238. data/spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2239. data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +0 -47
  2240. data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2241. data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2242. data/spec/codegen/crm/line_items/models/error_category_spec.rb +0 -51
  2243. data/spec/codegen/crm/line_items/models/error_detail_spec.rb +0 -65
  2244. data/spec/codegen/crm/line_items/models/error_spec.rb +0 -77
  2245. data/spec/codegen/crm/line_items/models/filter_group_spec.rb +0 -41
  2246. data/spec/codegen/crm/line_items/models/filter_spec.rb +0 -57
  2247. data/spec/codegen/crm/line_items/models/forward_paging_spec.rb +0 -41
  2248. data/spec/codegen/crm/line_items/models/next_page_spec.rb +0 -47
  2249. data/spec/codegen/crm/line_items/models/paging_spec.rb +0 -47
  2250. data/spec/codegen/crm/line_items/models/previous_page_spec.rb +0 -47
  2251. data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +0 -71
  2252. data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +0 -47
  2253. data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +0 -41
  2254. data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +0 -41
  2255. data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +0 -71
  2256. data/spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb +0 -77
  2257. data/spec/codegen/crm/line_items/models/standard_error_spec.rb +0 -83
  2258. data/spec/codegen/crm/objects/api/associations_api_spec.rb +0 -80
  2259. data/spec/codegen/crm/objects/api/basic_api_spec.rb +0 -110
  2260. data/spec/codegen/crm/objects/api/batch_api_spec.rb +0 -88
  2261. data/spec/codegen/crm/objects/api/search_api_spec.rb +0 -48
  2262. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +0 -49
  2263. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +0 -67
  2264. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +0 -48
  2265. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +0 -47
  2266. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +0 -47
  2267. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2268. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2269. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2270. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  2271. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +0 -75
  2272. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2273. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2274. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +0 -47
  2275. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2276. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2277. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +0 -51
  2278. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +0 -65
  2279. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +0 -77
  2280. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +0 -41
  2281. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +0 -57
  2282. data/spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb +0 -41
  2283. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +0 -47
  2284. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +0 -47
  2285. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +0 -47
  2286. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +0 -71
  2287. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +0 -47
  2288. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +0 -41
  2289. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +0 -41
  2290. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +0 -71
  2291. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb +0 -77
  2292. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +0 -83
  2293. data/spec/codegen/crm/objects/models/associated_id_spec.rb +0 -47
  2294. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2295. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2296. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2297. data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  2298. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +0 -75
  2299. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2300. data/spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2301. data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +0 -47
  2302. data/spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2303. data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2304. data/spec/codegen/crm/objects/models/error_category_spec.rb +0 -51
  2305. data/spec/codegen/crm/objects/models/error_detail_spec.rb +0 -65
  2306. data/spec/codegen/crm/objects/models/error_spec.rb +0 -77
  2307. data/spec/codegen/crm/objects/models/filter_group_spec.rb +0 -41
  2308. data/spec/codegen/crm/objects/models/filter_spec.rb +0 -57
  2309. data/spec/codegen/crm/objects/models/forward_paging_spec.rb +0 -41
  2310. data/spec/codegen/crm/objects/models/next_page_spec.rb +0 -47
  2311. data/spec/codegen/crm/objects/models/paging_spec.rb +0 -47
  2312. data/spec/codegen/crm/objects/models/previous_page_spec.rb +0 -47
  2313. data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +0 -71
  2314. data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +0 -47
  2315. data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +0 -41
  2316. data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +0 -41
  2317. data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +0 -71
  2318. data/spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb +0 -77
  2319. data/spec/codegen/crm/objects/models/standard_error_spec.rb +0 -83
  2320. data/spec/codegen/crm/owners/api/default_api_spec.rb +0 -62
  2321. data/spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb +0 -47
  2322. data/spec/codegen/crm/owners/models/error_detail_spec.rb +0 -65
  2323. data/spec/codegen/crm/owners/models/error_spec.rb +0 -77
  2324. data/spec/codegen/crm/owners/models/forward_paging_spec.rb +0 -41
  2325. data/spec/codegen/crm/owners/models/next_page_spec.rb +0 -47
  2326. data/spec/codegen/crm/owners/models/public_owner_spec.rb +0 -89
  2327. data/spec/codegen/crm/owners/models/public_team_spec.rb +0 -57
  2328. data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +0 -123
  2329. data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +0 -117
  2330. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb +0 -47
  2331. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -47
  2332. data/spec/codegen/crm/pipelines/models/error_detail_spec.rb +0 -65
  2333. data/spec/codegen/crm/pipelines/models/error_spec.rb +0 -77
  2334. data/spec/codegen/crm/pipelines/models/next_page_spec.rb +0 -47
  2335. data/spec/codegen/crm/pipelines/models/paging_spec.rb +0 -41
  2336. data/spec/codegen/crm/pipelines/models/pipeline_input_spec.rb +0 -53
  2337. data/spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb +0 -53
  2338. data/spec/codegen/crm/pipelines/models/pipeline_spec.rb +0 -83
  2339. data/spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb +0 -53
  2340. data/spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -59
  2341. data/spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb +0 -83
  2342. data/spec/codegen/crm/products/api/associations_api_spec.rb +0 -77
  2343. data/spec/codegen/crm/products/api/basic_api_spec.rb +0 -105
  2344. data/spec/codegen/crm/products/api/batch_api_spec.rb +0 -84
  2345. data/spec/codegen/crm/products/api/search_api_spec.rb +0 -47
  2346. data/spec/codegen/crm/products/models/associated_id_spec.rb +0 -47
  2347. data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2348. data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2349. data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2350. data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  2351. data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +0 -75
  2352. data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2353. data/spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2354. data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +0 -47
  2355. data/spec/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2356. data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2357. data/spec/codegen/crm/products/models/error_category_spec.rb +0 -51
  2358. data/spec/codegen/crm/products/models/error_detail_spec.rb +0 -65
  2359. data/spec/codegen/crm/products/models/error_spec.rb +0 -77
  2360. data/spec/codegen/crm/products/models/filter_group_spec.rb +0 -41
  2361. data/spec/codegen/crm/products/models/filter_spec.rb +0 -57
  2362. data/spec/codegen/crm/products/models/forward_paging_spec.rb +0 -41
  2363. data/spec/codegen/crm/products/models/next_page_spec.rb +0 -47
  2364. data/spec/codegen/crm/products/models/paging_spec.rb +0 -47
  2365. data/spec/codegen/crm/products/models/previous_page_spec.rb +0 -47
  2366. data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +0 -71
  2367. data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +0 -47
  2368. data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +0 -41
  2369. data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +0 -41
  2370. data/spec/codegen/crm/products/models/simple_public_object_spec.rb +0 -71
  2371. data/spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb +0 -77
  2372. data/spec/codegen/crm/products/models/standard_error_spec.rb +0 -83
  2373. data/spec/codegen/crm/properties/api/batch_api_spec.rb +0 -74
  2374. data/spec/codegen/crm/properties/api/core_api_spec.rb +0 -102
  2375. data/spec/codegen/crm/properties/api/groups_api_spec.rb +0 -100
  2376. data/spec/codegen/crm/properties/models/batch_input_property_create_spec.rb +0 -41
  2377. data/spec/codegen/crm/properties/models/batch_input_property_name_spec.rb +0 -41
  2378. data/spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb +0 -47
  2379. data/spec/codegen/crm/properties/models/batch_response_property_spec.rb +0 -87
  2380. data/spec/codegen/crm/properties/models/collection_response_property_group_spec.rb +0 -47
  2381. data/spec/codegen/crm/properties/models/collection_response_property_spec.rb +0 -47
  2382. data/spec/codegen/crm/properties/models/error_category_spec.rb +0 -51
  2383. data/spec/codegen/crm/properties/models/error_detail_spec.rb +0 -65
  2384. data/spec/codegen/crm/properties/models/error_spec.rb +0 -77
  2385. data/spec/codegen/crm/properties/models/next_page_spec.rb +0 -47
  2386. data/spec/codegen/crm/properties/models/option_input_spec.rb +0 -65
  2387. data/spec/codegen/crm/properties/models/option_spec.rb +0 -65
  2388. data/spec/codegen/crm/properties/models/paging_spec.rb +0 -41
  2389. data/spec/codegen/crm/properties/models/property_create_spec.rb +0 -109
  2390. data/spec/codegen/crm/properties/models/property_group_create_spec.rb +0 -53
  2391. data/spec/codegen/crm/properties/models/property_group_spec.rb +0 -59
  2392. data/spec/codegen/crm/properties/models/property_group_update_spec.rb +0 -47
  2393. data/spec/codegen/crm/properties/models/property_modification_metadata_spec.rb +0 -59
  2394. data/spec/codegen/crm/properties/models/property_name_spec.rb +0 -41
  2395. data/spec/codegen/crm/properties/models/property_spec.rb +0 -173
  2396. data/spec/codegen/crm/properties/models/property_update_spec.rb +0 -97
  2397. data/spec/codegen/crm/properties/models/standard_error_spec.rb +0 -83
  2398. data/spec/codegen/crm/quotes/api/associations_api_spec.rb +0 -49
  2399. data/spec/codegen/crm/quotes/api/basic_api_spec.rb +0 -67
  2400. data/spec/codegen/crm/quotes/api/batch_api_spec.rb +0 -48
  2401. data/spec/codegen/crm/quotes/api/search_api_spec.rb +0 -47
  2402. data/spec/codegen/crm/quotes/models/associated_id_spec.rb +0 -47
  2403. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2404. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2405. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2406. data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  2407. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +0 -75
  2408. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2409. data/spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2410. data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +0 -47
  2411. data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2412. data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2413. data/spec/codegen/crm/quotes/models/error_category_spec.rb +0 -51
  2414. data/spec/codegen/crm/quotes/models/error_detail_spec.rb +0 -65
  2415. data/spec/codegen/crm/quotes/models/error_spec.rb +0 -77
  2416. data/spec/codegen/crm/quotes/models/filter_group_spec.rb +0 -41
  2417. data/spec/codegen/crm/quotes/models/filter_spec.rb +0 -57
  2418. data/spec/codegen/crm/quotes/models/forward_paging_spec.rb +0 -41
  2419. data/spec/codegen/crm/quotes/models/next_page_spec.rb +0 -47
  2420. data/spec/codegen/crm/quotes/models/paging_spec.rb +0 -47
  2421. data/spec/codegen/crm/quotes/models/previous_page_spec.rb +0 -47
  2422. data/spec/codegen/crm/quotes/models/public_object_search_request_spec.rb +0 -71
  2423. data/spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb +0 -47
  2424. data/spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb +0 -41
  2425. data/spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb +0 -41
  2426. data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +0 -71
  2427. data/spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb +0 -77
  2428. data/spec/codegen/crm/quotes/models/standard_error_spec.rb +0 -83
  2429. data/spec/codegen/crm/schemas/api/core_api_spec.rb +0 -123
  2430. data/spec/codegen/crm/schemas/api/default_api_spec.rb +0 -45
  2431. data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +0 -53
  2432. data/spec/codegen/crm/schemas/models/association_definition_spec.rb +0 -71
  2433. data/spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb +0 -41
  2434. data/spec/codegen/crm/schemas/models/error_detail_spec.rb +0 -65
  2435. data/spec/codegen/crm/schemas/models/error_spec.rb +0 -77
  2436. data/spec/codegen/crm/schemas/models/object_schema_egg_spec.rb +0 -83
  2437. data/spec/codegen/crm/schemas/models/object_schema_spec.rb +0 -119
  2438. data/spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb +0 -47
  2439. data/spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb +0 -71
  2440. data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +0 -113
  2441. data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +0 -99
  2442. data/spec/codegen/crm/schemas/models/option_input_spec.rb +0 -65
  2443. data/spec/codegen/crm/schemas/models/option_spec.rb +0 -65
  2444. data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +0 -59
  2445. data/spec/codegen/crm/schemas/models/property_spec.rb +0 -173
  2446. data/spec/codegen/crm/tickets/api/associations_api_spec.rb +0 -77
  2447. data/spec/codegen/crm/tickets/api/basic_api_spec.rb +0 -105
  2448. data/spec/codegen/crm/tickets/api/batch_api_spec.rb +0 -84
  2449. data/spec/codegen/crm/tickets/api/search_api_spec.rb +0 -47
  2450. data/spec/codegen/crm/tickets/models/associated_id_spec.rb +0 -47
  2451. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  2452. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +0 -41
  2453. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +0 -41
  2454. data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  2455. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +0 -75
  2456. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  2457. data/spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  2458. data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +0 -47
  2459. data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  2460. data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  2461. data/spec/codegen/crm/tickets/models/error_category_spec.rb +0 -51
  2462. data/spec/codegen/crm/tickets/models/error_detail_spec.rb +0 -65
  2463. data/spec/codegen/crm/tickets/models/error_spec.rb +0 -77
  2464. data/spec/codegen/crm/tickets/models/filter_group_spec.rb +0 -41
  2465. data/spec/codegen/crm/tickets/models/filter_spec.rb +0 -57
  2466. data/spec/codegen/crm/tickets/models/forward_paging_spec.rb +0 -41
  2467. data/spec/codegen/crm/tickets/models/next_page_spec.rb +0 -47
  2468. data/spec/codegen/crm/tickets/models/paging_spec.rb +0 -47
  2469. data/spec/codegen/crm/tickets/models/previous_page_spec.rb +0 -47
  2470. data/spec/codegen/crm/tickets/models/public_object_search_request_spec.rb +0 -71
  2471. data/spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb +0 -47
  2472. data/spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb +0 -41
  2473. data/spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb +0 -41
  2474. data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +0 -71
  2475. data/spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb +0 -77
  2476. data/spec/codegen/crm/tickets/models/standard_error_spec.rb +0 -83
  2477. data/spec/codegen/crm/timeline/api/events_api_spec.rb +0 -99
  2478. data/spec/codegen/crm/timeline/api/templates_api_spec.rb +0 -100
  2479. data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +0 -78
  2480. data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +0 -41
  2481. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +0 -75
  2482. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +0 -87
  2483. data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb +0 -47
  2484. data/spec/codegen/crm/timeline/models/error_category_spec.rb +0 -51
  2485. data/spec/codegen/crm/timeline/models/error_detail_spec.rb +0 -65
  2486. data/spec/codegen/crm/timeline/models/error_spec.rb +0 -77
  2487. data/spec/codegen/crm/timeline/models/event_detail_spec.rb +0 -41
  2488. data/spec/codegen/crm/timeline/models/next_page_spec.rb +0 -47
  2489. data/spec/codegen/crm/timeline/models/paging_spec.rb +0 -47
  2490. data/spec/codegen/crm/timeline/models/previous_page_spec.rb +0 -47
  2491. data/spec/codegen/crm/timeline/models/standard_error_spec.rb +0 -83
  2492. data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +0 -65
  2493. data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +0 -107
  2494. data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +0 -95
  2495. data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +0 -65
  2496. data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +0 -83
  2497. data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +0 -47
  2498. data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +0 -81
  2499. data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +0 -53
  2500. data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +0 -65
  2501. data/spec/codegen/events/api/events_api_spec.rb +0 -54
  2502. data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +0 -47
  2503. data/spec/codegen/events/models/error_detail_spec.rb +0 -65
  2504. data/spec/codegen/events/models/error_spec.rb +0 -77
  2505. data/spec/codegen/events/models/external_unified_event_spec.rb +0 -71
  2506. data/spec/codegen/events/models/next_page_spec.rb +0 -47
  2507. data/spec/codegen/events/models/paging_spec.rb +0 -41
  2508. data/spec/codegen/files/files/api/files_api_spec.rb +0 -189
  2509. data/spec/codegen/files/files/api/folders_api_spec.rb +0 -143
  2510. data/spec/codegen/files/files/models/collection_response_file_spec.rb +0 -47
  2511. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +0 -47
  2512. data/spec/codegen/files/files/models/error_category_spec.rb +0 -51
  2513. data/spec/codegen/files/files/models/error_detail_spec.rb +0 -65
  2514. data/spec/codegen/files/files/models/error_spec.rb +0 -77
  2515. data/spec/codegen/files/files/models/file_action_response_spec.rb +0 -93
  2516. data/spec/codegen/files/files/models/file_update_input_spec.rb +0 -69
  2517. data/spec/codegen/files/files/models/folder_action_response_spec.rb +0 -93
  2518. data/spec/codegen/files/files/models/folder_input_spec.rb +0 -53
  2519. data/spec/codegen/files/files/models/folder_spec.rb +0 -83
  2520. data/spec/codegen/files/files/models/folder_update_input_spec.rb +0 -53
  2521. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +0 -47
  2522. data/spec/codegen/files/files/models/hubspot_file_spec.rb +0 -147
  2523. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +0 -101
  2524. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +0 -47
  2525. data/spec/codegen/files/files/models/next_page_spec.rb +0 -47
  2526. data/spec/codegen/files/files/models/paging_spec.rb +0 -47
  2527. data/spec/codegen/files/files/models/previous_page_spec.rb +0 -47
  2528. data/spec/codegen/files/files/models/signed_url_spec.rb +0 -83
  2529. data/spec/codegen/files/files/models/standard_error_spec.rb +0 -83
  2530. data/spec/codegen/marketing/transactional/api/default_api_spec.rb +0 -110
  2531. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +0 -47
  2532. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +0 -85
  2533. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +0 -65
  2534. data/spec/codegen/marketing/transactional/models/error_spec.rb +0 -77
  2535. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +0 -47
  2536. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +0 -47
  2537. data/spec/codegen/marketing/transactional/models/paging_spec.rb +0 -41
  2538. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +0 -71
  2539. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +0 -59
  2540. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +0 -47
  2541. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +0 -77
  2542. data/spec/codegen/oauth/api/default_api_spec.rb +0 -80
  2543. data/spec/codegen/oauth/models/access_token_info_response_spec.rb +0 -95
  2544. data/spec/codegen/oauth/models/error_detail_spec.rb +0 -65
  2545. data/spec/codegen/oauth/models/error_spec.rb +0 -77
  2546. data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +0 -83
  2547. data/spec/codegen/oauth/models/token_response_if_spec.rb +0 -53
  2548. data/spec/codegen/webhooks/api/settings_api_spec.rb +0 -72
  2549. data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +0 -113
  2550. data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +0 -41
  2551. data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +0 -75
  2552. data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +0 -87
  2553. data/spec/codegen/webhooks/models/error_category_spec.rb +0 -51
  2554. data/spec/codegen/webhooks/models/error_detail_spec.rb +0 -65
  2555. data/spec/codegen/webhooks/models/error_spec.rb +0 -77
  2556. data/spec/codegen/webhooks/models/settings_change_request_spec.rb +0 -47
  2557. data/spec/codegen/webhooks/models/settings_response_spec.rb +0 -59
  2558. data/spec/codegen/webhooks/models/standard_error_spec.rb +0 -83
  2559. data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +0 -47
  2560. data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +0 -57
  2561. data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +0 -41
  2562. data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +0 -41
  2563. data/spec/codegen/webhooks/models/subscription_response_spec.rb +0 -75
  2564. data/spec/codegen/webhooks/models/throttling_settings_spec.rb +0 -51
  2565. data/spec/features/automation/actions/callbacks_api_spec.rb +0 -8
  2566. data/spec/features/automation/actions/definitions_api_spec.rb +0 -11
  2567. data/spec/features/automation/actions/functions_api_spec.rb +0 -13
  2568. data/spec/features/automation/actions/revisions_api_spec.rb +0 -8
  2569. data/spec/features/cms/audit-logs/default_api_spec.rb +0 -25
  2570. data/spec/features/cms/blogs/authors/default_api_spec.rb +0 -254
  2571. data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +0 -25
  2572. data/spec/features/cms/blogs/tags/default_api_spec.rb +0 -15
  2573. data/spec/features/cms/domains/domains_api_spec.rb +0 -8
  2574. data/spec/features/cms/hubdb/rows_api_spec.rb +0 -15
  2575. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +0 -13
  2576. data/spec/features/cms/hubdb/tables_api_spec.rb +0 -20
  2577. data/spec/features/cms/perfomance/default_api_spec.rb +0 -8
  2578. data/spec/features/cms/site-search/default_api_spec.rb +0 -8
  2579. data/spec/features/cms/url-redirects/redirects_api_spec.rb +0 -11
  2580. data/spec/features/conversations/visitor-identification/generate_api_spec.rb +0 -7
  2581. data/spec/features/crm/associations/batch_api_spec.rb +0 -9
  2582. data/spec/features/crm/associations/types_api_spec.rb +0 -7
  2583. data/spec/features/crm/companies/associations_api_spec.rb +0 -9
  2584. data/spec/features/crm/companies/basic_api_spec.rb +0 -11
  2585. data/spec/features/crm/companies/batch_api_spec.rb +0 -10
  2586. data/spec/features/crm/companies/search_api_spec.rb +0 -7
  2587. data/spec/features/crm/contacts/associations_api_spec.rb +0 -9
  2588. data/spec/features/crm/contacts/basic_api_spec.rb +0 -11
  2589. data/spec/features/crm/contacts/batch_api_spec.rb +0 -10
  2590. data/spec/features/crm/contacts/search_api_spec.rb +0 -7
  2591. data/spec/features/crm/deals/associations_api_spec.rb +0 -9
  2592. data/spec/features/crm/deals/basic_api_spec.rb +0 -11
  2593. data/spec/features/crm/deals/batch_api_spec.rb +0 -10
  2594. data/spec/features/crm/deals/search_api_spec.rb +0 -7
  2595. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +0 -16
  2596. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +0 -9
  2597. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +0 -8
  2598. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +0 -8
  2599. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +0 -8
  2600. data/spec/features/crm/extensions/calling/settings_api_spec.rb +0 -10
  2601. data/spec/features/crm/extensions/cards/cards_api_spec.rb +0 -11
  2602. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +0 -7
  2603. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +0 -9
  2604. data/spec/features/crm/imports/core_api_spec.rb +0 -10
  2605. data/spec/features/crm/line_items/associations_api_spec.rb +0 -9
  2606. data/spec/features/crm/line_items/basic_api_spec.rb +0 -11
  2607. data/spec/features/crm/line_items/batch_api_spec.rb +0 -10
  2608. data/spec/features/crm/line_items/search_api_spec.rb +0 -7
  2609. data/spec/features/crm/objects/associations_api_spec.rb +0 -9
  2610. data/spec/features/crm/objects/basic_api_spec.rb +0 -11
  2611. data/spec/features/crm/objects/batch_api_spec.rb +0 -10
  2612. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +0 -7
  2613. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +0 -8
  2614. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +0 -7
  2615. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +0 -7
  2616. data/spec/features/crm/objects/search_api_spec.rb +0 -7
  2617. data/spec/features/crm/owners/default_api_spec.rb +0 -8
  2618. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +0 -12
  2619. data/spec/features/crm/pipelines/pipelines_api_spec.rb +0 -12
  2620. data/spec/features/crm/products/associations_api_spec.rb +0 -9
  2621. data/spec/features/crm/products/basic_api_spec.rb +0 -11
  2622. data/spec/features/crm/products/batch_api_spec.rb +0 -10
  2623. data/spec/features/crm/products/search_api_spec.rb +0 -7
  2624. data/spec/features/crm/properties/batch_api_spec.rb +0 -9
  2625. data/spec/features/crm/properties/core_api_spec.rb +0 -11
  2626. data/spec/features/crm/properties/groups_api_spec.rb +0 -11
  2627. data/spec/features/crm/quotes/associations_api_spec.rb +0 -7
  2628. data/spec/features/crm/quotes/basic_api_spec.rb +0 -8
  2629. data/spec/features/crm/quotes/batch_api_spec.rb +0 -7
  2630. data/spec/features/crm/quotes/search_api_spec.rb +0 -7
  2631. data/spec/features/crm/schemas/core_api_spec.rb +0 -13
  2632. data/spec/features/crm/schemas/default_api_spec.rb +0 -7
  2633. data/spec/features/crm/tickets/associations_api_spec.rb +0 -9
  2634. data/spec/features/crm/tickets/basic_api_spec.rb +0 -11
  2635. data/spec/features/crm/tickets/batch_api_spec.rb +0 -10
  2636. data/spec/features/crm/tickets/search_api_spec.rb +0 -7
  2637. data/spec/features/crm/timeline/events_api_spec.rb +0 -11
  2638. data/spec/features/crm/timeline/templates_api_spec.rb +0 -11
  2639. data/spec/features/crm/timeline/tokens_api_spec.rb +0 -9
  2640. data/spec/features/events/events_api_spec.rb +0 -7
  2641. data/spec/features/files/files/files_api_spec.rb +0 -16
  2642. data/spec/features/files/files/folders_api_spec.rb +0 -14
  2643. data/spec/features/marketing/transactional/default_api_spec.rb +0 -12
  2644. data/spec/features/oauth/default_api_spec.rb +0 -10
  2645. data/spec/features/webhooks/settings_api_spec.rb +0 -9
  2646. data/spec/features/webhooks/subscriptions_api_spec.rb +0 -12
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubspot-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.0.1
4
+ version: 17.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - HubSpot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-16 00:00:00.000000000 Z
11
+ date: 2023-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -44,20 +44,6 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: 2.1.0
47
- - !ruby/object:Gem::Dependency
48
- name: require_all
49
- requirement: !ruby/object:Gem::Requirement
50
- requirements:
51
- - - "~>"
52
- - !ruby/object:Gem::Version
53
- version: 3.0.0
54
- type: :runtime
55
- prerelease: false
56
- version_requirements: !ruby/object:Gem::Requirement
57
- requirements:
58
- - - "~>"
59
- - !ruby/object:Gem::Version
60
- version: 3.0.0
61
47
  - !ruby/object:Gem::Dependency
62
48
  name: rspec
63
49
  requirement: !ruby/object:Gem::Requirement
@@ -104,20 +90,14 @@ dependencies:
104
90
  requirements:
105
91
  - - "~>"
106
92
  - !ruby/object:Gem::Version
107
- version: '1.24'
108
- - - ">="
109
- - !ruby/object:Gem::Version
110
- version: 1.24.3
93
+ version: '3.14'
111
94
  type: :development
112
95
  prerelease: false
113
96
  version_requirements: !ruby/object:Gem::Requirement
114
97
  requirements:
115
98
  - - "~>"
116
99
  - !ruby/object:Gem::Version
117
- version: '1.24'
118
- - - ">="
119
- - !ruby/object:Gem::Version
120
- version: 1.24.3
100
+ version: '3.14'
121
101
  - !ruby/object:Gem::Dependency
122
102
  name: autotest
123
103
  requirement: !ruby/object:Gem::Requirement
@@ -182,16 +162,30 @@ dependencies:
182
162
  name: rake-release
183
163
  requirement: !ruby/object:Gem::Requirement
184
164
  requirements:
185
- - - ">="
165
+ - - "~>"
186
166
  - !ruby/object:Gem::Version
187
- version: '0'
167
+ version: '1.3'
188
168
  type: :development
189
169
  prerelease: false
190
170
  version_requirements: !ruby/object:Gem::Requirement
191
171
  requirements:
192
- - - ">="
172
+ - - "~>"
173
+ - !ruby/object:Gem::Version
174
+ version: '1.3'
175
+ - !ruby/object:Gem::Dependency
176
+ name: pry
177
+ requirement: !ruby/object:Gem::Requirement
178
+ requirements:
179
+ - - "~>"
180
+ - !ruby/object:Gem::Version
181
+ version: '0.14'
182
+ type: :development
183
+ prerelease: false
184
+ version_requirements: !ruby/object:Gem::Requirement
185
+ requirements:
186
+ - - "~>"
193
187
  - !ruby/object:Gem::Version
194
- version: '0'
188
+ version: '0.14'
195
189
  description: HubSpot Ruby API client
196
190
  email:
197
191
  - ''
@@ -209,6 +203,7 @@ files:
209
203
  - git_push.sh
210
204
  - hubspot-api-client.gemspec
211
205
  - lib/hubspot-api-client.rb
206
+ - lib/hubspot/client.rb
212
207
  - lib/hubspot/codegen/automation/actions/api/callbacks_api.rb
213
208
  - lib/hubspot/codegen/automation/actions/api/definitions_api.rb
214
209
  - lib/hubspot/codegen/automation/actions/api/functions_api.rb
@@ -232,6 +227,7 @@ files:
232
227
  - lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb
233
228
  - lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb
234
229
  - lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb
230
+ - lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch_input_field_dependencies_inner.rb
235
231
  - lib/hubspot/codegen/automation/actions/models/field_type_definition.rb
236
232
  - lib/hubspot/codegen/automation/actions/models/forward_paging.rb
237
233
  - lib/hubspot/codegen/automation/actions/models/input_field_definition.rb
@@ -239,119 +235,137 @@ files:
239
235
  - lib/hubspot/codegen/automation/actions/models/object_request_options.rb
240
236
  - lib/hubspot/codegen/automation/actions/models/option.rb
241
237
  - lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb
242
- - lib/hubspot/codegen/cms/audit-logs/api/default_api.rb
243
- - lib/hubspot/codegen/cms/audit-logs/api_client.rb
244
- - lib/hubspot/codegen/cms/audit-logs/api_error.rb
245
- - lib/hubspot/codegen/cms/audit-logs/configuration.rb
246
- - lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb
247
- - lib/hubspot/codegen/cms/audit-logs/models/error.rb
248
- - lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb
249
- - lib/hubspot/codegen/cms/audit-logs/models/next_page.rb
250
- - lib/hubspot/codegen/cms/audit-logs/models/paging.rb
251
- - lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb
252
- - lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb
238
+ - lib/hubspot/codegen/cms/audit_logs/api/audit_logs_api.rb
239
+ - lib/hubspot/codegen/cms/audit_logs/api_client.rb
240
+ - lib/hubspot/codegen/cms/audit_logs/api_error.rb
241
+ - lib/hubspot/codegen/cms/audit_logs/configuration.rb
242
+ - lib/hubspot/codegen/cms/audit_logs/models/collection_response_public_audit_log.rb
243
+ - lib/hubspot/codegen/cms/audit_logs/models/error.rb
244
+ - lib/hubspot/codegen/cms/audit_logs/models/error_detail.rb
245
+ - lib/hubspot/codegen/cms/audit_logs/models/next_page.rb
246
+ - lib/hubspot/codegen/cms/audit_logs/models/paging.rb
247
+ - lib/hubspot/codegen/cms/audit_logs/models/public_audit_log.rb
248
+ - lib/hubspot/codegen/cms/blogs/authors/api/blog_authors_api.rb
253
249
  - lib/hubspot/codegen/cms/blogs/authors/api_client.rb
254
250
  - lib/hubspot/codegen/cms/blogs/authors/api_error.rb
255
251
  - lib/hubspot/codegen/cms/blogs/authors/configuration.rb
252
+ - lib/hubspot/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next.rb
256
253
  - lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb
257
254
  - lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb
258
255
  - lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb
256
+ - lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author.rb
259
257
  - lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb
260
258
  - lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb
259
+ - lib/hubspot/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next.rb
261
260
  - lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb
261
+ - lib/hubspot/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next.rb
262
262
  - lib/hubspot/codegen/cms/blogs/authors/models/error.rb
263
263
  - lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb
264
264
  - lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb
265
265
  - lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb
266
+ - lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb
266
267
  - lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb
267
- - lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb
268
- - lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb
269
- - lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb
270
- - lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb
271
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb
272
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb
273
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb
274
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb
275
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb
276
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb
277
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb
278
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb
279
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb
280
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb
281
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb
282
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb
283
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb
284
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb
285
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb
286
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb
287
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb
288
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb
289
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb
290
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb
291
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb
292
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb
293
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb
294
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb
295
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb
296
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb
297
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb
298
- - lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb
268
+ - lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb
269
+ - lib/hubspot/codegen/cms/blogs/blog_posts/api/blog_posts_api.rb
270
+ - lib/hubspot/codegen/cms/blogs/blog_posts/api_client.rb
271
+ - lib/hubspot/codegen/cms/blogs/blog_posts/api_error.rb
272
+ - lib/hubspot/codegen/cms/blogs/blog_posts/configuration.rb
273
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/angle.rb
274
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/attach_to_lang_primary_request_v_next.rb
275
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/background_image.rb
276
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_blog_post.rb
277
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_json_node.rb
278
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_string.rb
279
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post.rb
280
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post_with_errors.rb
281
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb
282
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post_language_clone_request_v_next.rb
283
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_blog_post_forward_paging.rb
284
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_version_blog_post.rb
285
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/color_stop.rb
286
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/content_clone_request_v_next.rb
287
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/content_language_variation.rb
288
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/content_schedule_request_v_next.rb
289
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/detach_from_lang_group_request_v_next.rb
290
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/error.rb
291
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/error_detail.rb
292
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/forward_paging.rb
293
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/gradient.rb
294
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/layout_section.rb
295
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/next_page.rb
296
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/paging.rb
297
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/previous_page.rb
298
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/rgba_color.rb
299
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/row_meta_data.rb
300
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/set_new_language_primary_request_v_next.rb
301
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/side_or_corner.rb
302
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/standard_error.rb
303
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/styles.rb
304
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/update_languages_request_v_next.rb
305
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/version_blog_post.rb
306
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/version_user.rb
307
+ - lib/hubspot/codegen/cms/blogs/tags/api/blog_tags_api.rb
299
308
  - lib/hubspot/codegen/cms/blogs/tags/api_client.rb
300
309
  - lib/hubspot/codegen/cms/blogs/tags/api_error.rb
301
310
  - lib/hubspot/codegen/cms/blogs/tags/configuration.rb
311
+ - lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb
302
312
  - lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb
303
313
  - lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb
304
314
  - lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb
315
+ - lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag.rb
305
316
  - lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb
306
317
  - lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb
318
+ - lib/hubspot/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next.rb
307
319
  - lib/hubspot/codegen/cms/blogs/tags/models/error.rb
308
320
  - lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb
309
321
  - lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb
310
322
  - lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb
323
+ - lib/hubspot/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next.rb
311
324
  - lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb
312
325
  - lib/hubspot/codegen/cms/blogs/tags/models/tag.rb
326
+ - lib/hubspot/codegen/cms/blogs/tags/models/tag_clone_request_v_next.rb
327
+ - lib/hubspot/codegen/cms/blogs/tags/models/update_languages_request_v_next.rb
313
328
  - lib/hubspot/codegen/cms/domains/api/domains_api.rb
314
329
  - lib/hubspot/codegen/cms/domains/api_client.rb
315
330
  - lib/hubspot/codegen/cms/domains/api_error.rb
316
331
  - lib/hubspot/codegen/cms/domains/configuration.rb
317
- - lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb
332
+ - lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain_forward_paging.rb
318
333
  - lib/hubspot/codegen/cms/domains/models/domain.rb
319
- - lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb
320
- - lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb
321
334
  - lib/hubspot/codegen/cms/domains/models/error.rb
322
335
  - lib/hubspot/codegen/cms/domains/models/error_detail.rb
336
+ - lib/hubspot/codegen/cms/domains/models/forward_paging.rb
323
337
  - lib/hubspot/codegen/cms/domains/models/next_page.rb
324
- - lib/hubspot/codegen/cms/domains/models/paging.rb
325
338
  - lib/hubspot/codegen/cms/hubdb/api/rows_api.rb
326
339
  - lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb
327
340
  - lib/hubspot/codegen/cms/hubdb/api/tables_api.rb
328
341
  - lib/hubspot/codegen/cms/hubdb/api_client.rb
329
342
  - lib/hubspot/codegen/cms/hubdb/api_error.rb
330
343
  - lib/hubspot/codegen/cms/hubdb/configuration.rb
331
- - lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb
332
- - lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb
344
+ - lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb
345
+ - lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb
333
346
  - lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb
347
+ - lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb
334
348
  - lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb
335
349
  - lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb
336
350
  - lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb
337
351
  - lib/hubspot/codegen/cms/hubdb/models/column.rb
338
- - lib/hubspot/codegen/cms/hubdb/models/column_input.rb
352
+ - lib/hubspot/codegen/cms/hubdb/models/column_request.rb
339
353
  - lib/hubspot/codegen/cms/hubdb/models/error.rb
340
354
  - lib/hubspot/codegen/cms/hubdb/models/error_detail.rb
341
355
  - lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb
342
356
  - lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb
343
357
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb
344
358
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb
345
- - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb
359
+ - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb
360
+ - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb
346
361
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb
347
- - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb
348
- - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb
362
+ - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb
349
363
  - lib/hubspot/codegen/cms/hubdb/models/import_result.rb
350
364
  - lib/hubspot/codegen/cms/hubdb/models/next_page.rb
351
365
  - lib/hubspot/codegen/cms/hubdb/models/option.rb
352
366
  - lib/hubspot/codegen/cms/hubdb/models/simple_user.rb
353
367
  - lib/hubspot/codegen/cms/hubdb/models/standard_error.rb
354
- - lib/hubspot/codegen/cms/performance/api/default_api.rb
368
+ - lib/hubspot/codegen/cms/performance/api/public_performance_api.rb
355
369
  - lib/hubspot/codegen/cms/performance/api_client.rb
356
370
  - lib/hubspot/codegen/cms/performance/api_error.rb
357
371
  - lib/hubspot/codegen/cms/performance/configuration.rb
@@ -359,37 +373,62 @@ files:
359
373
  - lib/hubspot/codegen/cms/performance/models/error_detail.rb
360
374
  - lib/hubspot/codegen/cms/performance/models/performance_view.rb
361
375
  - lib/hubspot/codegen/cms/performance/models/public_performance_response.rb
362
- - lib/hubspot/codegen/cms/site-search/api/default_api.rb
363
- - lib/hubspot/codegen/cms/site-search/api_client.rb
364
- - lib/hubspot/codegen/cms/site-search/api_error.rb
365
- - lib/hubspot/codegen/cms/site-search/configuration.rb
366
- - lib/hubspot/codegen/cms/site-search/models/content_search_result.rb
367
- - lib/hubspot/codegen/cms/site-search/models/error.rb
368
- - lib/hubspot/codegen/cms/site-search/models/error_detail.rb
369
- - lib/hubspot/codegen/cms/site-search/models/indexed_data.rb
370
- - lib/hubspot/codegen/cms/site-search/models/public_search_results.rb
371
- - lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb
372
- - lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb
373
- - lib/hubspot/codegen/cms/url-redirects/api_client.rb
374
- - lib/hubspot/codegen/cms/url-redirects/api_error.rb
375
- - lib/hubspot/codegen/cms/url-redirects/configuration.rb
376
- - lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb
377
- - lib/hubspot/codegen/cms/url-redirects/models/error.rb
378
- - lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb
379
- - lib/hubspot/codegen/cms/url-redirects/models/next_page.rb
380
- - lib/hubspot/codegen/cms/url-redirects/models/paging.rb
381
- - lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb
382
- - lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb
383
- - lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb
384
- - lib/hubspot/codegen/conversations/visitor-identification/api_client.rb
385
- - lib/hubspot/codegen/conversations/visitor-identification/api_error.rb
386
- - lib/hubspot/codegen/conversations/visitor-identification/configuration.rb
387
- - lib/hubspot/codegen/conversations/visitor-identification/models/error.rb
388
- - lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb
389
- - lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb
390
- - lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb
376
+ - lib/hubspot/codegen/cms/site_search/api/public_api.rb
377
+ - lib/hubspot/codegen/cms/site_search/api_client.rb
378
+ - lib/hubspot/codegen/cms/site_search/api_error.rb
379
+ - lib/hubspot/codegen/cms/site_search/configuration.rb
380
+ - lib/hubspot/codegen/cms/site_search/models/content_search_result.rb
381
+ - lib/hubspot/codegen/cms/site_search/models/error.rb
382
+ - lib/hubspot/codegen/cms/site_search/models/error_detail.rb
383
+ - lib/hubspot/codegen/cms/site_search/models/indexed_data.rb
384
+ - lib/hubspot/codegen/cms/site_search/models/indexed_field.rb
385
+ - lib/hubspot/codegen/cms/site_search/models/public_search_results.rb
386
+ - lib/hubspot/codegen/cms/source_code/api/content_api.rb
387
+ - lib/hubspot/codegen/cms/source_code/api/extract_api.rb
388
+ - lib/hubspot/codegen/cms/source_code/api/metadata_api.rb
389
+ - lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb
390
+ - lib/hubspot/codegen/cms/source_code/api/validation_api.rb
391
+ - lib/hubspot/codegen/cms/source_code/api_client.rb
392
+ - lib/hubspot/codegen/cms/source_code/api_error.rb
393
+ - lib/hubspot/codegen/cms/source_code/configuration.rb
394
+ - lib/hubspot/codegen/cms/source_code/models/action_response.rb
395
+ - lib/hubspot/codegen/cms/source_code/models/asset_file_metadata.rb
396
+ - lib/hubspot/codegen/cms/source_code/models/error.rb
397
+ - lib/hubspot/codegen/cms/source_code/models/error_detail.rb
398
+ - lib/hubspot/codegen/cms/source_code/models/file_extract_request.rb
399
+ - lib/hubspot/codegen/cms/source_code/models/task_locator.rb
400
+ - lib/hubspot/codegen/cms/url_redirects/api/redirects_api.rb
401
+ - lib/hubspot/codegen/cms/url_redirects/api_client.rb
402
+ - lib/hubspot/codegen/cms/url_redirects/api_error.rb
403
+ - lib/hubspot/codegen/cms/url_redirects/configuration.rb
404
+ - lib/hubspot/codegen/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.rb
405
+ - lib/hubspot/codegen/cms/url_redirects/models/error.rb
406
+ - lib/hubspot/codegen/cms/url_redirects/models/error_detail.rb
407
+ - lib/hubspot/codegen/cms/url_redirects/models/forward_paging.rb
408
+ - lib/hubspot/codegen/cms/url_redirects/models/next_page.rb
409
+ - lib/hubspot/codegen/cms/url_redirects/models/url_mapping.rb
410
+ - lib/hubspot/codegen/cms/url_redirects/models/url_mapping_create_request_body.rb
411
+ - lib/hubspot/codegen/communication_preferences/api/definition_api.rb
412
+ - lib/hubspot/codegen/communication_preferences/api/status_api.rb
413
+ - lib/hubspot/codegen/communication_preferences/api_client.rb
414
+ - lib/hubspot/codegen/communication_preferences/api_error.rb
415
+ - lib/hubspot/codegen/communication_preferences/configuration.rb
416
+ - lib/hubspot/codegen/communication_preferences/models/error.rb
417
+ - lib/hubspot/codegen/communication_preferences/models/error_detail.rb
418
+ - lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb
419
+ - lib/hubspot/codegen/communication_preferences/models/public_subscription_statuses_response.rb
420
+ - lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb
421
+ - lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb
422
+ - lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb
423
+ - lib/hubspot/codegen/conversations/visitor_identification/api/generate_api.rb
424
+ - lib/hubspot/codegen/conversations/visitor_identification/api_client.rb
425
+ - lib/hubspot/codegen/conversations/visitor_identification/api_error.rb
426
+ - lib/hubspot/codegen/conversations/visitor_identification/configuration.rb
427
+ - lib/hubspot/codegen/conversations/visitor_identification/models/error.rb
428
+ - lib/hubspot/codegen/conversations/visitor_identification/models/error_detail.rb
429
+ - lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_generation_request.rb
430
+ - lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_response.rb
391
431
  - lib/hubspot/codegen/crm/associations/api/batch_api.rb
392
- - lib/hubspot/codegen/crm/associations/api/types_api.rb
393
432
  - lib/hubspot/codegen/crm/associations/api_client.rb
394
433
  - lib/hubspot/codegen/crm/associations/api_error.rb
395
434
  - lib/hubspot/codegen/crm/associations/configuration.rb
@@ -398,33 +437,149 @@ files:
398
437
  - lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb
399
438
  - lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb
400
439
  - lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb
401
- - lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb
440
+ - lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi_with_errors.rb
441
+ - lib/hubspot/codegen/crm/associations/models/batch_response_public_association_with_errors.rb
442
+ - lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definition_no_paging.rb
402
443
  - lib/hubspot/codegen/crm/associations/models/error.rb
403
444
  - lib/hubspot/codegen/crm/associations/models/error_category.rb
404
445
  - lib/hubspot/codegen/crm/associations/models/error_detail.rb
405
446
  - lib/hubspot/codegen/crm/associations/models/next_page.rb
406
447
  - lib/hubspot/codegen/crm/associations/models/paging.rb
448
+ - lib/hubspot/codegen/crm/associations/models/previous_page.rb
407
449
  - lib/hubspot/codegen/crm/associations/models/public_association.rb
408
- - lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb
450
+ - lib/hubspot/codegen/crm/associations/models/public_association_definition.rb
409
451
  - lib/hubspot/codegen/crm/associations/models/public_association_multi.rb
410
452
  - lib/hubspot/codegen/crm/associations/models/public_object_id.rb
411
453
  - lib/hubspot/codegen/crm/associations/models/standard_error.rb
412
- - lib/hubspot/codegen/crm/companies/api/associations_api.rb
454
+ - lib/hubspot/codegen/crm/associations/schema/api/types_api.rb
455
+ - lib/hubspot/codegen/crm/associations/schema/api_client.rb
456
+ - lib/hubspot/codegen/crm/associations/schema/api_error.rb
457
+ - lib/hubspot/codegen/crm/associations/schema/configuration.rb
458
+ - lib/hubspot/codegen/crm/associations/schema/models/associated_id.rb
459
+ - lib/hubspot/codegen/crm/associations/schema/models/batch_input_public_association.rb
460
+ - lib/hubspot/codegen/crm/associations/schema/models/batch_input_public_object_id.rb
461
+ - lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association.rb
462
+ - lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_multi.rb
463
+ - lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_multi_with_errors.rb
464
+ - lib/hubspot/codegen/crm/associations/schema/models/batch_response_public_association_with_errors.rb
465
+ - lib/hubspot/codegen/crm/associations/schema/models/collection_response_public_association_definition_no_paging.rb
466
+ - lib/hubspot/codegen/crm/associations/schema/models/error.rb
467
+ - lib/hubspot/codegen/crm/associations/schema/models/error_category.rb
468
+ - lib/hubspot/codegen/crm/associations/schema/models/error_detail.rb
469
+ - lib/hubspot/codegen/crm/associations/schema/models/next_page.rb
470
+ - lib/hubspot/codegen/crm/associations/schema/models/paging.rb
471
+ - lib/hubspot/codegen/crm/associations/schema/models/previous_page.rb
472
+ - lib/hubspot/codegen/crm/associations/schema/models/public_association.rb
473
+ - lib/hubspot/codegen/crm/associations/schema/models/public_association_definition.rb
474
+ - lib/hubspot/codegen/crm/associations/schema/models/public_association_multi.rb
475
+ - lib/hubspot/codegen/crm/associations/schema/models/public_object_id.rb
476
+ - lib/hubspot/codegen/crm/associations/schema/models/standard_error.rb
477
+ - lib/hubspot/codegen/crm/associations/v4/api/basic_api.rb
478
+ - lib/hubspot/codegen/crm/associations/v4/api/batch_api.rb
479
+ - lib/hubspot/codegen/crm/associations/v4/api_client.rb
480
+ - lib/hubspot/codegen/crm/associations/v4/api_error.rb
481
+ - lib/hubspot/codegen/crm/associations/v4/configuration.rb
482
+ - lib/hubspot/codegen/crm/associations/v4/models/associated_id.rb
483
+ - lib/hubspot/codegen/crm/associations/v4/models/association_spec.rb
484
+ - lib/hubspot/codegen/crm/associations/v4/models/association_spec_with_label.rb
485
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_archive.rb
486
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_association_multi_post.rb
487
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_default_association_multi_post.rb
488
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_input_public_fetch_associations_batch_request.rb
489
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_batch_input.rb
490
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_id.rb
491
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_input_simple_public_object_input_for_create.rb
492
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_read_input_simple_public_object_id.rb
493
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair.rb
494
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_response_labels_between_object_pair_with_errors.rb
495
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label.rb
496
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_association_multi_with_label_with_errors.rb
497
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_response_public_default_association.rb
498
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_response_simple_public_object.rb
499
+ - lib/hubspot/codegen/crm/associations/v4/models/batch_response_simple_public_object_with_errors.rb
500
+ - lib/hubspot/codegen/crm/associations/v4/models/collection_response_associated_id.rb
501
+ - lib/hubspot/codegen/crm/associations/v4/models/collection_response_association_spec_with_label_no_paging.rb
502
+ - lib/hubspot/codegen/crm/associations/v4/models/collection_response_multi_associated_object_with_label_forward_paging.rb
503
+ - lib/hubspot/codegen/crm/associations/v4/models/collection_response_simple_public_object_with_associations_forward_paging.rb
504
+ - lib/hubspot/codegen/crm/associations/v4/models/error.rb
505
+ - lib/hubspot/codegen/crm/associations/v4/models/error_category.rb
506
+ - lib/hubspot/codegen/crm/associations/v4/models/error_detail.rb
507
+ - lib/hubspot/codegen/crm/associations/v4/models/forward_paging.rb
508
+ - lib/hubspot/codegen/crm/associations/v4/models/labels_between_object_pair.rb
509
+ - lib/hubspot/codegen/crm/associations/v4/models/multi_associated_object_with_label.rb
510
+ - lib/hubspot/codegen/crm/associations/v4/models/next_page.rb
511
+ - lib/hubspot/codegen/crm/associations/v4/models/paging.rb
512
+ - lib/hubspot/codegen/crm/associations/v4/models/previous_page.rb
513
+ - lib/hubspot/codegen/crm/associations/v4/models/public_association_definition_create_request.rb
514
+ - lib/hubspot/codegen/crm/associations/v4/models/public_association_definition_update_request.rb
515
+ - lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_archive.rb
516
+ - lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_post.rb
517
+ - lib/hubspot/codegen/crm/associations/v4/models/public_association_multi_with_label.rb
518
+ - lib/hubspot/codegen/crm/associations/v4/models/public_associations_for_object.rb
519
+ - lib/hubspot/codegen/crm/associations/v4/models/public_default_association.rb
520
+ - lib/hubspot/codegen/crm/associations/v4/models/public_default_association_multi_post.rb
521
+ - lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb
522
+ - lib/hubspot/codegen/crm/associations/v4/models/public_gdpr_delete_input.rb
523
+ - lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb
524
+ - lib/hubspot/codegen/crm/associations/v4/models/simple_public_object.rb
525
+ - lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_batch_input.rb
526
+ - lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_id.rb
527
+ - lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_input.rb
528
+ - lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_input_for_create.rb
529
+ - lib/hubspot/codegen/crm/associations/v4/models/simple_public_object_with_associations.rb
530
+ - lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb
531
+ - lib/hubspot/codegen/crm/associations/v4/models/standard_error1.rb
532
+ - lib/hubspot/codegen/crm/associations/v4/models/value_with_timestamp.rb
533
+ - lib/hubspot/codegen/crm/associations/v4/schema/api/definitions_api.rb
534
+ - lib/hubspot/codegen/crm/associations/v4/schema/api_client.rb
535
+ - lib/hubspot/codegen/crm/associations/v4/schema/api_error.rb
536
+ - lib/hubspot/codegen/crm/associations/v4/schema/configuration.rb
537
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec.rb
538
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/association_spec_with_label.rb
539
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_multi_archive.rb
540
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_association_multi_post.rb
541
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_default_association_multi_post.rb
542
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/batch_input_public_fetch_associations_batch_request.rb
543
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair.rb
544
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_labels_between_object_pair_with_errors.rb
545
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label.rb
546
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_association_multi_with_label_with_errors.rb
547
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/batch_response_public_default_association.rb
548
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/collection_response_association_spec_with_label_no_paging.rb
549
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/error.rb
550
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/error_category.rb
551
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/error_detail.rb
552
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/labels_between_object_pair.rb
553
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/multi_associated_object_with_label.rb
554
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/next_page.rb
555
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/paging.rb
556
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/previous_page.rb
557
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_create_request.rb
558
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_definition_update_request.rb
559
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_archive.rb
560
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_post.rb
561
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/public_association_multi_with_label.rb
562
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association.rb
563
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/public_default_association_multi_post.rb
564
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/public_fetch_associations_batch_request.rb
565
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/public_object_id.rb
566
+ - lib/hubspot/codegen/crm/associations/v4/schema/models/standard_error.rb
413
567
  - lib/hubspot/codegen/crm/companies/api/basic_api.rb
414
568
  - lib/hubspot/codegen/crm/companies/api/batch_api.rb
569
+ - lib/hubspot/codegen/crm/companies/api/public_object_api.rb
415
570
  - lib/hubspot/codegen/crm/companies/api/search_api.rb
416
571
  - lib/hubspot/codegen/crm/companies/api_client.rb
417
572
  - lib/hubspot/codegen/crm/companies/api_error.rb
418
573
  - lib/hubspot/codegen/crm/companies/configuration.rb
419
574
  - lib/hubspot/codegen/crm/companies/models/associated_id.rb
575
+ - lib/hubspot/codegen/crm/companies/models/association_spec.rb
420
576
  - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb
421
577
  - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb
422
- - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb
578
+ - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input_for_create.rb
423
579
  - lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb
424
580
  - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb
425
581
  - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb
426
582
  - lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb
427
- - lib/hubspot/codegen/crm/companies/models/collection_response_associated_id_forward_paging.rb
428
583
  - lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb
429
584
  - lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb
430
585
  - lib/hubspot/codegen/crm/companies/models/error.rb
@@ -436,29 +591,35 @@ files:
436
591
  - lib/hubspot/codegen/crm/companies/models/next_page.rb
437
592
  - lib/hubspot/codegen/crm/companies/models/paging.rb
438
593
  - lib/hubspot/codegen/crm/companies/models/previous_page.rb
594
+ - lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb
595
+ - lib/hubspot/codegen/crm/companies/models/public_merge_input.rb
596
+ - lib/hubspot/codegen/crm/companies/models/public_object_id.rb
439
597
  - lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb
440
598
  - lib/hubspot/codegen/crm/companies/models/simple_public_object.rb
441
599
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb
442
600
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb
443
601
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb
602
+ - lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb
444
603
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb
445
604
  - lib/hubspot/codegen/crm/companies/models/standard_error.rb
446
- - lib/hubspot/codegen/crm/contacts/api/associations_api.rb
605
+ - lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb
447
606
  - lib/hubspot/codegen/crm/contacts/api/basic_api.rb
448
607
  - lib/hubspot/codegen/crm/contacts/api/batch_api.rb
608
+ - lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb
609
+ - lib/hubspot/codegen/crm/contacts/api/public_object_api.rb
449
610
  - lib/hubspot/codegen/crm/contacts/api/search_api.rb
450
611
  - lib/hubspot/codegen/crm/contacts/api_client.rb
451
612
  - lib/hubspot/codegen/crm/contacts/api_error.rb
452
613
  - lib/hubspot/codegen/crm/contacts/configuration.rb
453
614
  - lib/hubspot/codegen/crm/contacts/models/associated_id.rb
615
+ - lib/hubspot/codegen/crm/contacts/models/association_spec.rb
454
616
  - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb
455
617
  - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb
456
- - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb
618
+ - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input_for_create.rb
457
619
  - lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb
458
620
  - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb
459
621
  - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb
460
622
  - lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb
461
- - lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id_forward_paging.rb
462
623
  - lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb
463
624
  - lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb
464
625
  - lib/hubspot/codegen/crm/contacts/models/error.rb
@@ -470,29 +631,35 @@ files:
470
631
  - lib/hubspot/codegen/crm/contacts/models/next_page.rb
471
632
  - lib/hubspot/codegen/crm/contacts/models/paging.rb
472
633
  - lib/hubspot/codegen/crm/contacts/models/previous_page.rb
634
+ - lib/hubspot/codegen/crm/contacts/models/public_associations_for_object.rb
635
+ - lib/hubspot/codegen/crm/contacts/models/public_gdpr_delete_input.rb
636
+ - lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb
637
+ - lib/hubspot/codegen/crm/contacts/models/public_object_id.rb
473
638
  - lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb
474
639
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb
475
640
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb
476
641
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb
477
642
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb
643
+ - lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb
478
644
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb
479
645
  - lib/hubspot/codegen/crm/contacts/models/standard_error.rb
480
- - lib/hubspot/codegen/crm/deals/api/associations_api.rb
646
+ - lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb
481
647
  - lib/hubspot/codegen/crm/deals/api/basic_api.rb
482
648
  - lib/hubspot/codegen/crm/deals/api/batch_api.rb
649
+ - lib/hubspot/codegen/crm/deals/api/public_object_api.rb
483
650
  - lib/hubspot/codegen/crm/deals/api/search_api.rb
484
651
  - lib/hubspot/codegen/crm/deals/api_client.rb
485
652
  - lib/hubspot/codegen/crm/deals/api_error.rb
486
653
  - lib/hubspot/codegen/crm/deals/configuration.rb
487
654
  - lib/hubspot/codegen/crm/deals/models/associated_id.rb
655
+ - lib/hubspot/codegen/crm/deals/models/association_spec.rb
488
656
  - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb
489
657
  - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb
490
- - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb
658
+ - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input_for_create.rb
491
659
  - lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb
492
660
  - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb
493
661
  - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb
494
662
  - lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb
495
- - lib/hubspot/codegen/crm/deals/models/collection_response_associated_id_forward_paging.rb
496
663
  - lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb
497
664
  - lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb
498
665
  - lib/hubspot/codegen/crm/deals/models/error.rb
@@ -504,13 +671,18 @@ files:
504
671
  - lib/hubspot/codegen/crm/deals/models/next_page.rb
505
672
  - lib/hubspot/codegen/crm/deals/models/paging.rb
506
673
  - lib/hubspot/codegen/crm/deals/models/previous_page.rb
674
+ - lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb
675
+ - lib/hubspot/codegen/crm/deals/models/public_merge_input.rb
676
+ - lib/hubspot/codegen/crm/deals/models/public_object_id.rb
507
677
  - lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb
508
678
  - lib/hubspot/codegen/crm/deals/models/simple_public_object.rb
509
679
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb
510
680
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb
511
681
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb
682
+ - lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb
512
683
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb
513
684
  - lib/hubspot/codegen/crm/deals/models/standard_error.rb
685
+ - lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb
514
686
  - lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb
515
687
  - lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb
516
688
  - lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb
@@ -587,6 +759,7 @@ files:
587
759
  - lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb
588
760
  - lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb
589
761
  - lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb
762
+ - lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result_actions_inner.rb
590
763
  - lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb
591
764
  - lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb
592
765
  - lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb
@@ -597,7 +770,7 @@ files:
597
770
  - lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb
598
771
  - lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb
599
772
  - lib/hubspot/codegen/crm/imports/api/core_api.rb
600
- - lib/hubspot/codegen/crm/imports/api/default_api.rb
773
+ - lib/hubspot/codegen/crm/imports/api/public_imports_api.rb
601
774
  - lib/hubspot/codegen/crm/imports/api_client.rb
602
775
  - lib/hubspot/codegen/crm/imports/api_error.rb
603
776
  - lib/hubspot/codegen/crm/imports/configuration.rb
@@ -615,22 +788,22 @@ files:
615
788
  - lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb
616
789
  - lib/hubspot/codegen/crm/imports/models/public_import_response.rb
617
790
  - lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb
618
- - lib/hubspot/codegen/crm/line_items/api/associations_api.rb
619
791
  - lib/hubspot/codegen/crm/line_items/api/basic_api.rb
620
792
  - lib/hubspot/codegen/crm/line_items/api/batch_api.rb
793
+ - lib/hubspot/codegen/crm/line_items/api/public_object_api.rb
621
794
  - lib/hubspot/codegen/crm/line_items/api/search_api.rb
622
795
  - lib/hubspot/codegen/crm/line_items/api_client.rb
623
796
  - lib/hubspot/codegen/crm/line_items/api_error.rb
624
797
  - lib/hubspot/codegen/crm/line_items/configuration.rb
625
798
  - lib/hubspot/codegen/crm/line_items/models/associated_id.rb
799
+ - lib/hubspot/codegen/crm/line_items/models/association_spec.rb
626
800
  - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb
627
801
  - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb
628
- - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb
802
+ - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input_for_create.rb
629
803
  - lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb
630
804
  - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb
631
805
  - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb
632
806
  - lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb
633
- - lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id_forward_paging.rb
634
807
  - lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb
635
808
  - lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb
636
809
  - lib/hubspot/codegen/crm/line_items/models/error.rb
@@ -642,36 +815,160 @@ files:
642
815
  - lib/hubspot/codegen/crm/line_items/models/next_page.rb
643
816
  - lib/hubspot/codegen/crm/line_items/models/paging.rb
644
817
  - lib/hubspot/codegen/crm/line_items/models/previous_page.rb
818
+ - lib/hubspot/codegen/crm/line_items/models/public_associations_for_object.rb
819
+ - lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb
820
+ - lib/hubspot/codegen/crm/line_items/models/public_object_id.rb
645
821
  - lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb
646
822
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb
647
823
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb
648
824
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb
649
825
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb
826
+ - lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb
650
827
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb
651
828
  - lib/hubspot/codegen/crm/line_items/models/standard_error.rb
829
+ - lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb
652
830
  - lib/hubspot/codegen/crm/objects/api/associations_api.rb
653
831
  - lib/hubspot/codegen/crm/objects/api/basic_api.rb
654
832
  - lib/hubspot/codegen/crm/objects/api/batch_api.rb
833
+ - lib/hubspot/codegen/crm/objects/api/gdpr_api.rb
834
+ - lib/hubspot/codegen/crm/objects/api/public_object_api.rb
655
835
  - lib/hubspot/codegen/crm/objects/api/search_api.rb
656
836
  - lib/hubspot/codegen/crm/objects/api_client.rb
657
837
  - lib/hubspot/codegen/crm/objects/api_error.rb
838
+ - lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb
839
+ - lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb
840
+ - lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb
841
+ - lib/hubspot/codegen/crm/objects/calls/api/search_api.rb
842
+ - lib/hubspot/codegen/crm/objects/calls/api_client.rb
843
+ - lib/hubspot/codegen/crm/objects/calls/api_error.rb
844
+ - lib/hubspot/codegen/crm/objects/calls/configuration.rb
845
+ - lib/hubspot/codegen/crm/objects/calls/models/associated_id.rb
846
+ - lib/hubspot/codegen/crm/objects/calls/models/association_spec.rb
847
+ - lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input.rb
848
+ - lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_id.rb
849
+ - lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_for_create.rb
850
+ - lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb
851
+ - lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb
852
+ - lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb
853
+ - lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb
854
+ - lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb
855
+ - lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb
856
+ - lib/hubspot/codegen/crm/objects/calls/models/error.rb
857
+ - lib/hubspot/codegen/crm/objects/calls/models/error_category.rb
858
+ - lib/hubspot/codegen/crm/objects/calls/models/error_detail.rb
859
+ - lib/hubspot/codegen/crm/objects/calls/models/filter.rb
860
+ - lib/hubspot/codegen/crm/objects/calls/models/filter_group.rb
861
+ - lib/hubspot/codegen/crm/objects/calls/models/forward_paging.rb
862
+ - lib/hubspot/codegen/crm/objects/calls/models/next_page.rb
863
+ - lib/hubspot/codegen/crm/objects/calls/models/paging.rb
864
+ - lib/hubspot/codegen/crm/objects/calls/models/previous_page.rb
865
+ - lib/hubspot/codegen/crm/objects/calls/models/public_associations_for_object.rb
866
+ - lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb
867
+ - lib/hubspot/codegen/crm/objects/calls/models/public_object_id.rb
868
+ - lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb
869
+ - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb
870
+ - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb
871
+ - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_id.rb
872
+ - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb
873
+ - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb
874
+ - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb
875
+ - lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb
876
+ - lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb
877
+ - lib/hubspot/codegen/crm/objects/communications/api/basic_api.rb
878
+ - lib/hubspot/codegen/crm/objects/communications/api/batch_api.rb
879
+ - lib/hubspot/codegen/crm/objects/communications/api/public_object_api.rb
880
+ - lib/hubspot/codegen/crm/objects/communications/api/search_api.rb
881
+ - lib/hubspot/codegen/crm/objects/communications/api_client.rb
882
+ - lib/hubspot/codegen/crm/objects/communications/api_error.rb
883
+ - lib/hubspot/codegen/crm/objects/communications/configuration.rb
884
+ - lib/hubspot/codegen/crm/objects/communications/models/associated_id.rb
885
+ - lib/hubspot/codegen/crm/objects/communications/models/association_spec.rb
886
+ - lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_batch_input.rb
887
+ - lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_id.rb
888
+ - lib/hubspot/codegen/crm/objects/communications/models/batch_input_simple_public_object_input_for_create.rb
889
+ - lib/hubspot/codegen/crm/objects/communications/models/batch_read_input_simple_public_object_id.rb
890
+ - lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object.rb
891
+ - lib/hubspot/codegen/crm/objects/communications/models/batch_response_simple_public_object_with_errors.rb
892
+ - lib/hubspot/codegen/crm/objects/communications/models/collection_response_associated_id.rb
893
+ - lib/hubspot/codegen/crm/objects/communications/models/collection_response_simple_public_object_with_associations_forward_paging.rb
894
+ - lib/hubspot/codegen/crm/objects/communications/models/collection_response_with_total_simple_public_object_forward_paging.rb
895
+ - lib/hubspot/codegen/crm/objects/communications/models/error.rb
896
+ - lib/hubspot/codegen/crm/objects/communications/models/error_category.rb
897
+ - lib/hubspot/codegen/crm/objects/communications/models/error_detail.rb
898
+ - lib/hubspot/codegen/crm/objects/communications/models/filter.rb
899
+ - lib/hubspot/codegen/crm/objects/communications/models/filter_group.rb
900
+ - lib/hubspot/codegen/crm/objects/communications/models/forward_paging.rb
901
+ - lib/hubspot/codegen/crm/objects/communications/models/next_page.rb
902
+ - lib/hubspot/codegen/crm/objects/communications/models/paging.rb
903
+ - lib/hubspot/codegen/crm/objects/communications/models/previous_page.rb
904
+ - lib/hubspot/codegen/crm/objects/communications/models/public_associations_for_object.rb
905
+ - lib/hubspot/codegen/crm/objects/communications/models/public_merge_input.rb
906
+ - lib/hubspot/codegen/crm/objects/communications/models/public_object_id.rb
907
+ - lib/hubspot/codegen/crm/objects/communications/models/public_object_search_request.rb
908
+ - lib/hubspot/codegen/crm/objects/communications/models/simple_public_object.rb
909
+ - lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_batch_input.rb
910
+ - lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_id.rb
911
+ - lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input.rb
912
+ - lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_input_for_create.rb
913
+ - lib/hubspot/codegen/crm/objects/communications/models/simple_public_object_with_associations.rb
914
+ - lib/hubspot/codegen/crm/objects/communications/models/standard_error.rb
915
+ - lib/hubspot/codegen/crm/objects/communications/models/value_with_timestamp.rb
658
916
  - lib/hubspot/codegen/crm/objects/configuration.rb
659
- - lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb
917
+ - lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb
918
+ - lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb
919
+ - lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb
920
+ - lib/hubspot/codegen/crm/objects/emails/api/search_api.rb
921
+ - lib/hubspot/codegen/crm/objects/emails/api_client.rb
922
+ - lib/hubspot/codegen/crm/objects/emails/api_error.rb
923
+ - lib/hubspot/codegen/crm/objects/emails/configuration.rb
924
+ - lib/hubspot/codegen/crm/objects/emails/models/associated_id.rb
925
+ - lib/hubspot/codegen/crm/objects/emails/models/association_spec.rb
926
+ - lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input.rb
927
+ - lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_id.rb
928
+ - lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_for_create.rb
929
+ - lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb
930
+ - lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb
931
+ - lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb
932
+ - lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb
933
+ - lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb
934
+ - lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb
935
+ - lib/hubspot/codegen/crm/objects/emails/models/error.rb
936
+ - lib/hubspot/codegen/crm/objects/emails/models/error_category.rb
937
+ - lib/hubspot/codegen/crm/objects/emails/models/error_detail.rb
938
+ - lib/hubspot/codegen/crm/objects/emails/models/filter.rb
939
+ - lib/hubspot/codegen/crm/objects/emails/models/filter_group.rb
940
+ - lib/hubspot/codegen/crm/objects/emails/models/forward_paging.rb
941
+ - lib/hubspot/codegen/crm/objects/emails/models/next_page.rb
942
+ - lib/hubspot/codegen/crm/objects/emails/models/paging.rb
943
+ - lib/hubspot/codegen/crm/objects/emails/models/previous_page.rb
944
+ - lib/hubspot/codegen/crm/objects/emails/models/public_associations_for_object.rb
945
+ - lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb
946
+ - lib/hubspot/codegen/crm/objects/emails/models/public_object_id.rb
947
+ - lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb
948
+ - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb
949
+ - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb
950
+ - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_id.rb
951
+ - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb
952
+ - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb
953
+ - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb
954
+ - lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb
955
+ - lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb
660
956
  - lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb
661
957
  - lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb
958
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/api/public_object_api.rb
662
959
  - lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb
663
960
  - lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb
664
961
  - lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb
665
962
  - lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb
666
963
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb
964
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/association_spec.rb
667
965
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb
668
966
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb
669
- - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb
967
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_for_create.rb
670
968
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb
671
969
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb
672
970
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb
673
971
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb
674
- - lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging.rb
675
972
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb
676
973
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb
677
974
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb
@@ -683,17 +980,62 @@ files:
683
980
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb
684
981
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb
685
982
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb
983
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_associations_for_object.rb
984
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb
985
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_id.rb
686
986
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb
687
987
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb
688
988
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb
689
989
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb
690
990
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb
991
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_for_create.rb
691
992
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb
692
993
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb
994
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb
995
+ - lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb
996
+ - lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb
997
+ - lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb
998
+ - lib/hubspot/codegen/crm/objects/meetings/api/search_api.rb
999
+ - lib/hubspot/codegen/crm/objects/meetings/api_client.rb
1000
+ - lib/hubspot/codegen/crm/objects/meetings/api_error.rb
1001
+ - lib/hubspot/codegen/crm/objects/meetings/configuration.rb
1002
+ - lib/hubspot/codegen/crm/objects/meetings/models/associated_id.rb
1003
+ - lib/hubspot/codegen/crm/objects/meetings/models/association_spec.rb
1004
+ - lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input.rb
1005
+ - lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id.rb
1006
+ - lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_for_create.rb
1007
+ - lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb
1008
+ - lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb
1009
+ - lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb
1010
+ - lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb
1011
+ - lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1012
+ - lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb
1013
+ - lib/hubspot/codegen/crm/objects/meetings/models/error.rb
1014
+ - lib/hubspot/codegen/crm/objects/meetings/models/error_category.rb
1015
+ - lib/hubspot/codegen/crm/objects/meetings/models/error_detail.rb
1016
+ - lib/hubspot/codegen/crm/objects/meetings/models/filter.rb
1017
+ - lib/hubspot/codegen/crm/objects/meetings/models/filter_group.rb
1018
+ - lib/hubspot/codegen/crm/objects/meetings/models/forward_paging.rb
1019
+ - lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb
1020
+ - lib/hubspot/codegen/crm/objects/meetings/models/paging.rb
1021
+ - lib/hubspot/codegen/crm/objects/meetings/models/previous_page.rb
1022
+ - lib/hubspot/codegen/crm/objects/meetings/models/public_associations_for_object.rb
1023
+ - lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb
1024
+ - lib/hubspot/codegen/crm/objects/meetings/models/public_object_id.rb
1025
+ - lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb
1026
+ - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb
1027
+ - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb
1028
+ - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_id.rb
1029
+ - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb
1030
+ - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb
1031
+ - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb
1032
+ - lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb
1033
+ - lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb
693
1034
  - lib/hubspot/codegen/crm/objects/models/associated_id.rb
1035
+ - lib/hubspot/codegen/crm/objects/models/association_spec.rb
694
1036
  - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb
695
1037
  - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb
696
- - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb
1038
+ - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input_for_create.rb
697
1039
  - lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb
698
1040
  - lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb
699
1041
  - lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb
@@ -710,14 +1052,137 @@ files:
710
1052
  - lib/hubspot/codegen/crm/objects/models/next_page.rb
711
1053
  - lib/hubspot/codegen/crm/objects/models/paging.rb
712
1054
  - lib/hubspot/codegen/crm/objects/models/previous_page.rb
1055
+ - lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb
1056
+ - lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb
1057
+ - lib/hubspot/codegen/crm/objects/models/public_merge_input.rb
1058
+ - lib/hubspot/codegen/crm/objects/models/public_object_id.rb
713
1059
  - lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb
714
1060
  - lib/hubspot/codegen/crm/objects/models/simple_public_object.rb
715
1061
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb
716
1062
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb
717
1063
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb
1064
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb
718
1065
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb
719
1066
  - lib/hubspot/codegen/crm/objects/models/standard_error.rb
720
- - lib/hubspot/codegen/crm/owners/api/default_api.rb
1067
+ - lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb
1068
+ - lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb
1069
+ - lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb
1070
+ - lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb
1071
+ - lib/hubspot/codegen/crm/objects/notes/api/search_api.rb
1072
+ - lib/hubspot/codegen/crm/objects/notes/api_client.rb
1073
+ - lib/hubspot/codegen/crm/objects/notes/api_error.rb
1074
+ - lib/hubspot/codegen/crm/objects/notes/configuration.rb
1075
+ - lib/hubspot/codegen/crm/objects/notes/models/associated_id.rb
1076
+ - lib/hubspot/codegen/crm/objects/notes/models/association_spec.rb
1077
+ - lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input.rb
1078
+ - lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_id.rb
1079
+ - lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_for_create.rb
1080
+ - lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb
1081
+ - lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb
1082
+ - lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb
1083
+ - lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb
1084
+ - lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1085
+ - lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb
1086
+ - lib/hubspot/codegen/crm/objects/notes/models/error.rb
1087
+ - lib/hubspot/codegen/crm/objects/notes/models/error_category.rb
1088
+ - lib/hubspot/codegen/crm/objects/notes/models/error_detail.rb
1089
+ - lib/hubspot/codegen/crm/objects/notes/models/filter.rb
1090
+ - lib/hubspot/codegen/crm/objects/notes/models/filter_group.rb
1091
+ - lib/hubspot/codegen/crm/objects/notes/models/forward_paging.rb
1092
+ - lib/hubspot/codegen/crm/objects/notes/models/next_page.rb
1093
+ - lib/hubspot/codegen/crm/objects/notes/models/paging.rb
1094
+ - lib/hubspot/codegen/crm/objects/notes/models/previous_page.rb
1095
+ - lib/hubspot/codegen/crm/objects/notes/models/public_associations_for_object.rb
1096
+ - lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb
1097
+ - lib/hubspot/codegen/crm/objects/notes/models/public_object_id.rb
1098
+ - lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb
1099
+ - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb
1100
+ - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb
1101
+ - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_id.rb
1102
+ - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb
1103
+ - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb
1104
+ - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb
1105
+ - lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb
1106
+ - lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb
1107
+ - lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb
1108
+ - lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb
1109
+ - lib/hubspot/codegen/crm/objects/postal_mail/api/public_object_api.rb
1110
+ - lib/hubspot/codegen/crm/objects/postal_mail/api/search_api.rb
1111
+ - lib/hubspot/codegen/crm/objects/postal_mail/api_client.rb
1112
+ - lib/hubspot/codegen/crm/objects/postal_mail/api_error.rb
1113
+ - lib/hubspot/codegen/crm/objects/postal_mail/configuration.rb
1114
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/associated_id.rb
1115
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec.rb
1116
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input.rb
1117
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_id.rb
1118
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input_for_create.rb
1119
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb
1120
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb
1121
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb
1122
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb
1123
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1124
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb
1125
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb
1126
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/error_category.rb
1127
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/error_detail.rb
1128
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb
1129
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/filter_group.rb
1130
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/forward_paging.rb
1131
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb
1132
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/paging.rb
1133
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/previous_page.rb
1134
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/public_associations_for_object.rb
1135
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb
1136
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_id.rb
1137
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb
1138
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb
1139
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb
1140
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_id.rb
1141
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb
1142
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb
1143
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb
1144
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb
1145
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb
1146
+ - lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb
1147
+ - lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb
1148
+ - lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb
1149
+ - lib/hubspot/codegen/crm/objects/tasks/api/search_api.rb
1150
+ - lib/hubspot/codegen/crm/objects/tasks/api_client.rb
1151
+ - lib/hubspot/codegen/crm/objects/tasks/api_error.rb
1152
+ - lib/hubspot/codegen/crm/objects/tasks/configuration.rb
1153
+ - lib/hubspot/codegen/crm/objects/tasks/models/associated_id.rb
1154
+ - lib/hubspot/codegen/crm/objects/tasks/models/association_spec.rb
1155
+ - lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input.rb
1156
+ - lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id.rb
1157
+ - lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_for_create.rb
1158
+ - lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb
1159
+ - lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb
1160
+ - lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb
1161
+ - lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb
1162
+ - lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1163
+ - lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb
1164
+ - lib/hubspot/codegen/crm/objects/tasks/models/error.rb
1165
+ - lib/hubspot/codegen/crm/objects/tasks/models/error_category.rb
1166
+ - lib/hubspot/codegen/crm/objects/tasks/models/error_detail.rb
1167
+ - lib/hubspot/codegen/crm/objects/tasks/models/filter.rb
1168
+ - lib/hubspot/codegen/crm/objects/tasks/models/filter_group.rb
1169
+ - lib/hubspot/codegen/crm/objects/tasks/models/forward_paging.rb
1170
+ - lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb
1171
+ - lib/hubspot/codegen/crm/objects/tasks/models/paging.rb
1172
+ - lib/hubspot/codegen/crm/objects/tasks/models/previous_page.rb
1173
+ - lib/hubspot/codegen/crm/objects/tasks/models/public_associations_for_object.rb
1174
+ - lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb
1175
+ - lib/hubspot/codegen/crm/objects/tasks/models/public_object_id.rb
1176
+ - lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb
1177
+ - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb
1178
+ - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb
1179
+ - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_id.rb
1180
+ - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb
1181
+ - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb
1182
+ - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb
1183
+ - lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb
1184
+ - lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb
1185
+ - lib/hubspot/codegen/crm/owners/api/owners_api.rb
721
1186
  - lib/hubspot/codegen/crm/owners/api_client.rb
722
1187
  - lib/hubspot/codegen/crm/owners/api_error.rb
723
1188
  - lib/hubspot/codegen/crm/owners/configuration.rb
@@ -728,39 +1193,41 @@ files:
728
1193
  - lib/hubspot/codegen/crm/owners/models/next_page.rb
729
1194
  - lib/hubspot/codegen/crm/owners/models/public_owner.rb
730
1195
  - lib/hubspot/codegen/crm/owners/models/public_team.rb
1196
+ - lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb
1197
+ - lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb
731
1198
  - lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb
732
1199
  - lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb
733
1200
  - lib/hubspot/codegen/crm/pipelines/api_client.rb
734
1201
  - lib/hubspot/codegen/crm/pipelines/api_error.rb
735
1202
  - lib/hubspot/codegen/crm/pipelines/configuration.rb
736
- - lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb
737
- - lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb
1203
+ - lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb
1204
+ - lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb
1205
+ - lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb
738
1206
  - lib/hubspot/codegen/crm/pipelines/models/error.rb
739
1207
  - lib/hubspot/codegen/crm/pipelines/models/error_detail.rb
740
- - lib/hubspot/codegen/crm/pipelines/models/next_page.rb
741
- - lib/hubspot/codegen/crm/pipelines/models/paging.rb
742
1208
  - lib/hubspot/codegen/crm/pipelines/models/pipeline.rb
743
1209
  - lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb
744
1210
  - lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb
745
1211
  - lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb
746
1212
  - lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb
747
1213
  - lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb
748
- - lib/hubspot/codegen/crm/products/api/associations_api.rb
1214
+ - lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb
749
1215
  - lib/hubspot/codegen/crm/products/api/basic_api.rb
750
1216
  - lib/hubspot/codegen/crm/products/api/batch_api.rb
1217
+ - lib/hubspot/codegen/crm/products/api/public_object_api.rb
751
1218
  - lib/hubspot/codegen/crm/products/api/search_api.rb
752
1219
  - lib/hubspot/codegen/crm/products/api_client.rb
753
1220
  - lib/hubspot/codegen/crm/products/api_error.rb
754
1221
  - lib/hubspot/codegen/crm/products/configuration.rb
755
1222
  - lib/hubspot/codegen/crm/products/models/associated_id.rb
1223
+ - lib/hubspot/codegen/crm/products/models/association_spec.rb
756
1224
  - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb
757
1225
  - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb
758
- - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb
1226
+ - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input_for_create.rb
759
1227
  - lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb
760
1228
  - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb
761
1229
  - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb
762
1230
  - lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb
763
- - lib/hubspot/codegen/crm/products/models/collection_response_associated_id_forward_paging.rb
764
1231
  - lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb
765
1232
  - lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb
766
1233
  - lib/hubspot/codegen/crm/products/models/error.rb
@@ -772,13 +1239,18 @@ files:
772
1239
  - lib/hubspot/codegen/crm/products/models/next_page.rb
773
1240
  - lib/hubspot/codegen/crm/products/models/paging.rb
774
1241
  - lib/hubspot/codegen/crm/products/models/previous_page.rb
1242
+ - lib/hubspot/codegen/crm/products/models/public_associations_for_object.rb
1243
+ - lib/hubspot/codegen/crm/products/models/public_merge_input.rb
1244
+ - lib/hubspot/codegen/crm/products/models/public_object_id.rb
775
1245
  - lib/hubspot/codegen/crm/products/models/public_object_search_request.rb
776
1246
  - lib/hubspot/codegen/crm/products/models/simple_public_object.rb
777
1247
  - lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb
778
1248
  - lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb
779
1249
  - lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb
1250
+ - lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb
780
1251
  - lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb
781
1252
  - lib/hubspot/codegen/crm/products/models/standard_error.rb
1253
+ - lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb
782
1254
  - lib/hubspot/codegen/crm/properties/api/batch_api.rb
783
1255
  - lib/hubspot/codegen/crm/properties/api/core_api.rb
784
1256
  - lib/hubspot/codegen/crm/properties/api/groups_api.rb
@@ -789,15 +1261,14 @@ files:
789
1261
  - lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb
790
1262
  - lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb
791
1263
  - lib/hubspot/codegen/crm/properties/models/batch_response_property.rb
792
- - lib/hubspot/codegen/crm/properties/models/collection_response_property.rb
793
- - lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb
1264
+ - lib/hubspot/codegen/crm/properties/models/batch_response_property_with_errors.rb
1265
+ - lib/hubspot/codegen/crm/properties/models/collection_response_property_group_no_paging.rb
1266
+ - lib/hubspot/codegen/crm/properties/models/collection_response_property_no_paging.rb
794
1267
  - lib/hubspot/codegen/crm/properties/models/error.rb
795
1268
  - lib/hubspot/codegen/crm/properties/models/error_category.rb
796
1269
  - lib/hubspot/codegen/crm/properties/models/error_detail.rb
797
- - lib/hubspot/codegen/crm/properties/models/next_page.rb
798
1270
  - lib/hubspot/codegen/crm/properties/models/option.rb
799
1271
  - lib/hubspot/codegen/crm/properties/models/option_input.rb
800
- - lib/hubspot/codegen/crm/properties/models/paging.rb
801
1272
  - lib/hubspot/codegen/crm/properties/models/property.rb
802
1273
  - lib/hubspot/codegen/crm/properties/models/property_create.rb
803
1274
  - lib/hubspot/codegen/crm/properties/models/property_group.rb
@@ -807,22 +1278,22 @@ files:
807
1278
  - lib/hubspot/codegen/crm/properties/models/property_name.rb
808
1279
  - lib/hubspot/codegen/crm/properties/models/property_update.rb
809
1280
  - lib/hubspot/codegen/crm/properties/models/standard_error.rb
810
- - lib/hubspot/codegen/crm/quotes/api/associations_api.rb
811
1281
  - lib/hubspot/codegen/crm/quotes/api/basic_api.rb
812
1282
  - lib/hubspot/codegen/crm/quotes/api/batch_api.rb
1283
+ - lib/hubspot/codegen/crm/quotes/api/public_object_api.rb
813
1284
  - lib/hubspot/codegen/crm/quotes/api/search_api.rb
814
1285
  - lib/hubspot/codegen/crm/quotes/api_client.rb
815
1286
  - lib/hubspot/codegen/crm/quotes/api_error.rb
816
1287
  - lib/hubspot/codegen/crm/quotes/configuration.rb
817
1288
  - lib/hubspot/codegen/crm/quotes/models/associated_id.rb
1289
+ - lib/hubspot/codegen/crm/quotes/models/association_spec.rb
818
1290
  - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb
819
1291
  - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb
820
- - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb
1292
+ - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input_for_create.rb
821
1293
  - lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb
822
1294
  - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb
823
1295
  - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb
824
1296
  - lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb
825
- - lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id_forward_paging.rb
826
1297
  - lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
827
1298
  - lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb
828
1299
  - lib/hubspot/codegen/crm/quotes/models/error.rb
@@ -834,15 +1305,20 @@ files:
834
1305
  - lib/hubspot/codegen/crm/quotes/models/next_page.rb
835
1306
  - lib/hubspot/codegen/crm/quotes/models/paging.rb
836
1307
  - lib/hubspot/codegen/crm/quotes/models/previous_page.rb
1308
+ - lib/hubspot/codegen/crm/quotes/models/public_associations_for_object.rb
1309
+ - lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb
1310
+ - lib/hubspot/codegen/crm/quotes/models/public_object_id.rb
837
1311
  - lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb
838
1312
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb
839
1313
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb
840
1314
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb
841
1315
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb
1316
+ - lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb
842
1317
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb
843
1318
  - lib/hubspot/codegen/crm/quotes/models/standard_error.rb
1319
+ - lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb
844
1320
  - lib/hubspot/codegen/crm/schemas/api/core_api.rb
845
- - lib/hubspot/codegen/crm/schemas/api/default_api.rb
1321
+ - lib/hubspot/codegen/crm/schemas/api/public_object_schemas_api.rb
846
1322
  - lib/hubspot/codegen/crm/schemas/api_client.rb
847
1323
  - lib/hubspot/codegen/crm/schemas/api_error.rb
848
1324
  - lib/hubspot/codegen/crm/schemas/configuration.rb
@@ -861,22 +1337,22 @@ files:
861
1337
  - lib/hubspot/codegen/crm/schemas/models/option_input.rb
862
1338
  - lib/hubspot/codegen/crm/schemas/models/property.rb
863
1339
  - lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb
864
- - lib/hubspot/codegen/crm/tickets/api/associations_api.rb
865
1340
  - lib/hubspot/codegen/crm/tickets/api/basic_api.rb
866
1341
  - lib/hubspot/codegen/crm/tickets/api/batch_api.rb
1342
+ - lib/hubspot/codegen/crm/tickets/api/public_object_api.rb
867
1343
  - lib/hubspot/codegen/crm/tickets/api/search_api.rb
868
1344
  - lib/hubspot/codegen/crm/tickets/api_client.rb
869
1345
  - lib/hubspot/codegen/crm/tickets/api_error.rb
870
1346
  - lib/hubspot/codegen/crm/tickets/configuration.rb
871
1347
  - lib/hubspot/codegen/crm/tickets/models/associated_id.rb
1348
+ - lib/hubspot/codegen/crm/tickets/models/association_spec.rb
872
1349
  - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb
873
1350
  - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb
874
- - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb
1351
+ - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input_for_create.rb
875
1352
  - lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb
876
1353
  - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb
877
1354
  - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb
878
1355
  - lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb
879
- - lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id_forward_paging.rb
880
1356
  - lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb
881
1357
  - lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb
882
1358
  - lib/hubspot/codegen/crm/tickets/models/error.rb
@@ -888,13 +1364,18 @@ files:
888
1364
  - lib/hubspot/codegen/crm/tickets/models/next_page.rb
889
1365
  - lib/hubspot/codegen/crm/tickets/models/paging.rb
890
1366
  - lib/hubspot/codegen/crm/tickets/models/previous_page.rb
1367
+ - lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb
1368
+ - lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb
1369
+ - lib/hubspot/codegen/crm/tickets/models/public_object_id.rb
891
1370
  - lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb
892
1371
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb
893
1372
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb
894
1373
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb
895
1374
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb
1375
+ - lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb
896
1376
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb
897
1377
  - lib/hubspot/codegen/crm/tickets/models/standard_error.rb
1378
+ - lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb
898
1379
  - lib/hubspot/codegen/crm/timeline/api/events_api.rb
899
1380
  - lib/hubspot/codegen/crm/timeline/api/templates_api.rb
900
1381
  - lib/hubspot/codegen/crm/timeline/api/tokens_api.rb
@@ -904,14 +1385,11 @@ files:
904
1385
  - lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb
905
1386
  - lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb
906
1387
  - lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb
907
- - lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb
1388
+ - lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging.rb
908
1389
  - lib/hubspot/codegen/crm/timeline/models/error.rb
909
1390
  - lib/hubspot/codegen/crm/timeline/models/error_category.rb
910
1391
  - lib/hubspot/codegen/crm/timeline/models/error_detail.rb
911
1392
  - lib/hubspot/codegen/crm/timeline/models/event_detail.rb
912
- - lib/hubspot/codegen/crm/timeline/models/next_page.rb
913
- - lib/hubspot/codegen/crm/timeline/models/paging.rb
914
- - lib/hubspot/codegen/crm/timeline/models/previous_page.rb
915
1393
  - lib/hubspot/codegen/crm/timeline/models/standard_error.rb
916
1394
  - lib/hubspot/codegen/crm/timeline/models/timeline_event.rb
917
1395
  - lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb
@@ -957,22 +1435,105 @@ files:
957
1435
  - lib/hubspot/codegen/files/files/models/previous_page.rb
958
1436
  - lib/hubspot/codegen/files/files/models/signed_url.rb
959
1437
  - lib/hubspot/codegen/files/files/models/standard_error.rb
960
- - lib/hubspot/codegen/marketing/transactional/api/default_api.rb
1438
+ - lib/hubspot/codegen/marketing/events/api/attendance_subscriber_state_changes_api.rb
1439
+ - lib/hubspot/codegen/marketing/events/api/marketing_events_external_api.rb
1440
+ - lib/hubspot/codegen/marketing/events/api/search_api.rb
1441
+ - lib/hubspot/codegen/marketing/events/api/settings_external_api.rb
1442
+ - lib/hubspot/codegen/marketing/events/api_client.rb
1443
+ - lib/hubspot/codegen/marketing/events/api_error.rb
1444
+ - lib/hubspot/codegen/marketing/events/configuration.rb
1445
+ - lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb
1446
+ - lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb
1447
+ - lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb
1448
+ - lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb
1449
+ - lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb
1450
+ - lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_email_response.rb
1451
+ - lib/hubspot/codegen/marketing/events/models/batch_response_subscriber_vid_response.rb
1452
+ - lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb
1453
+ - lib/hubspot/codegen/marketing/events/models/error.rb
1454
+ - lib/hubspot/codegen/marketing/events/models/error_category.rb
1455
+ - lib/hubspot/codegen/marketing/events/models/error_detail.rb
1456
+ - lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb
1457
+ - lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb
1458
+ - lib/hubspot/codegen/marketing/events/models/marketing_event_complete_request_params.rb
1459
+ - lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb
1460
+ - lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb
1461
+ - lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb
1462
+ - lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb
1463
+ - lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb
1464
+ - lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb
1465
+ - lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb
1466
+ - lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb
1467
+ - lib/hubspot/codegen/marketing/events/models/property_value.rb
1468
+ - lib/hubspot/codegen/marketing/events/models/standard_error.rb
1469
+ - lib/hubspot/codegen/marketing/events/models/subscriber_email_response.rb
1470
+ - lib/hubspot/codegen/marketing/events/models/subscriber_vid_response.rb
1471
+ - lib/hubspot/codegen/marketing/forms/api/forms_api.rb
1472
+ - lib/hubspot/codegen/marketing/forms/api_client.rb
1473
+ - lib/hubspot/codegen/marketing/forms/api_error.rb
1474
+ - lib/hubspot/codegen/marketing/forms/configuration.rb
1475
+ - lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging.rb
1476
+ - lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_results_inner.rb
1477
+ - lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb
1478
+ - lib/hubspot/codegen/marketing/forms/models/dependent_field.rb
1479
+ - lib/hubspot/codegen/marketing/forms/models/dependent_field_dependent_field.rb
1480
+ - lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb
1481
+ - lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb
1482
+ - lib/hubspot/codegen/marketing/forms/models/email_field.rb
1483
+ - lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb
1484
+ - lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb
1485
+ - lib/hubspot/codegen/marketing/forms/models/error.rb
1486
+ - lib/hubspot/codegen/marketing/forms/models/error_detail.rb
1487
+ - lib/hubspot/codegen/marketing/forms/models/field_group.rb
1488
+ - lib/hubspot/codegen/marketing/forms/models/file_field.rb
1489
+ - lib/hubspot/codegen/marketing/forms/models/form_definition_base.rb
1490
+ - lib/hubspot/codegen/marketing/forms/models/form_definition_create_request_base.rb
1491
+ - lib/hubspot/codegen/marketing/forms/models/form_display_options.rb
1492
+ - lib/hubspot/codegen/marketing/forms/models/form_post_submit_action.rb
1493
+ - lib/hubspot/codegen/marketing/forms/models/form_style.rb
1494
+ - lib/hubspot/codegen/marketing/forms/models/forward_paging.rb
1495
+ - lib/hubspot/codegen/marketing/forms/models/hub_spot_form_configuration.rb
1496
+ - lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb
1497
+ - lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb
1498
+ - lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb
1499
+ - lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb
1500
+ - lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request.rb
1501
+ - lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_legal_consent_options.rb
1502
+ - lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb
1503
+ - lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb
1504
+ - lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb
1505
+ - lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb
1506
+ - lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb
1507
+ - lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb
1508
+ - lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb
1509
+ - lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb
1510
+ - lib/hubspot/codegen/marketing/forms/models/next_page.rb
1511
+ - lib/hubspot/codegen/marketing/forms/models/number_field.rb
1512
+ - lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb
1513
+ - lib/hubspot/codegen/marketing/forms/models/phone_field.rb
1514
+ - lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb
1515
+ - lib/hubspot/codegen/marketing/forms/models/radio_field.rb
1516
+ - lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb
1517
+ - lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb
1518
+ - lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb
1519
+ - lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb
961
1520
  - lib/hubspot/codegen/marketing/transactional/api_client.rb
962
1521
  - lib/hubspot/codegen/marketing/transactional/api_error.rb
963
1522
  - lib/hubspot/codegen/marketing/transactional/configuration.rb
964
- - lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb
1523
+ - lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb
965
1524
  - lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb
966
1525
  - lib/hubspot/codegen/marketing/transactional/models/error.rb
967
1526
  - lib/hubspot/codegen/marketing/transactional/models/error_detail.rb
968
1527
  - lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb
1528
+ - lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb
969
1529
  - lib/hubspot/codegen/marketing/transactional/models/next_page.rb
970
- - lib/hubspot/codegen/marketing/transactional/models/paging.rb
971
1530
  - lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb
972
1531
  - lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb
973
1532
  - lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb
974
1533
  - lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb
975
- - lib/hubspot/codegen/oauth/api/default_api.rb
1534
+ - lib/hubspot/codegen/oauth/api/access_tokens_api.rb
1535
+ - lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb
1536
+ - lib/hubspot/codegen/oauth/api/tokens_api.rb
976
1537
  - lib/hubspot/codegen/oauth/api_client.rb
977
1538
  - lib/hubspot/codegen/oauth/api_error.rb
978
1539
  - lib/hubspot/codegen/oauth/configuration.rb
@@ -981,6 +1542,24 @@ files:
981
1542
  - lib/hubspot/codegen/oauth/models/error_detail.rb
982
1543
  - lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb
983
1544
  - lib/hubspot/codegen/oauth/models/token_response_if.rb
1545
+ - lib/hubspot/codegen/settings/users/api/roles_api.rb
1546
+ - lib/hubspot/codegen/settings/users/api/teams_api.rb
1547
+ - lib/hubspot/codegen/settings/users/api/users_api.rb
1548
+ - lib/hubspot/codegen/settings/users/api_client.rb
1549
+ - lib/hubspot/codegen/settings/users/api_error.rb
1550
+ - lib/hubspot/codegen/settings/users/configuration.rb
1551
+ - lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb
1552
+ - lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb
1553
+ - lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb
1554
+ - lib/hubspot/codegen/settings/users/models/error.rb
1555
+ - lib/hubspot/codegen/settings/users/models/error_detail.rb
1556
+ - lib/hubspot/codegen/settings/users/models/forward_paging.rb
1557
+ - lib/hubspot/codegen/settings/users/models/next_page.rb
1558
+ - lib/hubspot/codegen/settings/users/models/public_permission_set.rb
1559
+ - lib/hubspot/codegen/settings/users/models/public_team.rb
1560
+ - lib/hubspot/codegen/settings/users/models/public_user.rb
1561
+ - lib/hubspot/codegen/settings/users/models/public_user_update.rb
1562
+ - lib/hubspot/codegen/settings/users/models/user_provision_request.rb
984
1563
  - lib/hubspot/codegen/webhooks/api/settings_api.rb
985
1564
  - lib/hubspot/codegen/webhooks/api/subscriptions_api.rb
986
1565
  - lib/hubspot/codegen/webhooks/api_client.rb
@@ -1002,777 +1581,369 @@ files:
1002
1581
  - lib/hubspot/codegen/webhooks/models/subscription_response.rb
1003
1582
  - lib/hubspot/codegen/webhooks/models/throttling_settings.rb
1004
1583
  - lib/hubspot/configuration.rb
1584
+ - lib/hubspot/discovery/automation/actions/api/callbacks_api.rb
1585
+ - lib/hubspot/discovery/automation/actions/api/definitions_api.rb
1586
+ - lib/hubspot/discovery/automation/actions/api/functions_api.rb
1587
+ - lib/hubspot/discovery/automation/actions/api/revisions_api.rb
1588
+ - lib/hubspot/discovery/automation/actions/client.rb
1589
+ - lib/hubspot/discovery/automation/client.rb
1590
+ - lib/hubspot/discovery/base_api_client.rb
1591
+ - lib/hubspot/discovery/base_module_client.rb
1592
+ - lib/hubspot/discovery/cms/audit_logs/api/audit_logs_api.rb
1593
+ - lib/hubspot/discovery/cms/audit_logs/client.rb
1594
+ - lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb
1595
+ - lib/hubspot/discovery/cms/blogs/authors/client.rb
1596
+ - lib/hubspot/discovery/cms/blogs/blog_posts/api/blog_posts_api.rb
1597
+ - lib/hubspot/discovery/cms/blogs/blog_posts/client.rb
1598
+ - lib/hubspot/discovery/cms/blogs/client.rb
1599
+ - lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb
1600
+ - lib/hubspot/discovery/cms/blogs/tags/client.rb
1601
+ - lib/hubspot/discovery/cms/client.rb
1602
+ - lib/hubspot/discovery/cms/domains/api/domains_api.rb
1603
+ - lib/hubspot/discovery/cms/domains/client.rb
1604
+ - lib/hubspot/discovery/cms/hubdb/api/rows_api.rb
1605
+ - lib/hubspot/discovery/cms/hubdb/api/rows_batch_api.rb
1606
+ - lib/hubspot/discovery/cms/hubdb/api/tables_api.rb
1607
+ - lib/hubspot/discovery/cms/hubdb/client.rb
1608
+ - lib/hubspot/discovery/cms/performance/api/public_performance_api.rb
1609
+ - lib/hubspot/discovery/cms/performance/client.rb
1610
+ - lib/hubspot/discovery/cms/site_search/api/public_api.rb
1611
+ - lib/hubspot/discovery/cms/site_search/client.rb
1612
+ - lib/hubspot/discovery/cms/source_code/api/content_api.rb
1613
+ - lib/hubspot/discovery/cms/source_code/api/extract_api.rb
1614
+ - lib/hubspot/discovery/cms/source_code/api/metadata_api.rb
1615
+ - lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb
1616
+ - lib/hubspot/discovery/cms/source_code/api/validation_api.rb
1617
+ - lib/hubspot/discovery/cms/source_code/client.rb
1618
+ - lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb
1619
+ - lib/hubspot/discovery/cms/url_redirects/client.rb
1620
+ - lib/hubspot/discovery/communication_preferences/api/definition_api.rb
1621
+ - lib/hubspot/discovery/communication_preferences/api/status_api.rb
1622
+ - lib/hubspot/discovery/communication_preferences/client.rb
1623
+ - lib/hubspot/discovery/conversations/client.rb
1624
+ - lib/hubspot/discovery/conversations/visitor_identification/api/generate_api.rb
1625
+ - lib/hubspot/discovery/conversations/visitor_identification/client.rb
1626
+ - lib/hubspot/discovery/crm/associations/api/batch_api.rb
1627
+ - lib/hubspot/discovery/crm/associations/client.rb
1628
+ - lib/hubspot/discovery/crm/associations/schema/api/types_api.rb
1629
+ - lib/hubspot/discovery/crm/associations/schema/client.rb
1630
+ - lib/hubspot/discovery/crm/associations/v4/api/basic_api.rb
1631
+ - lib/hubspot/discovery/crm/associations/v4/api/batch_api.rb
1632
+ - lib/hubspot/discovery/crm/associations/v4/client.rb
1633
+ - lib/hubspot/discovery/crm/associations/v4/schema/api/definitions_api.rb
1634
+ - lib/hubspot/discovery/crm/associations/v4/schema/client.rb
1635
+ - lib/hubspot/discovery/crm/client.rb
1636
+ - lib/hubspot/discovery/crm/companies/api/basic_api.rb
1637
+ - lib/hubspot/discovery/crm/companies/api/batch_api.rb
1638
+ - lib/hubspot/discovery/crm/companies/api/public_object_api.rb
1639
+ - lib/hubspot/discovery/crm/companies/api/search_api.rb
1640
+ - lib/hubspot/discovery/crm/companies/client.rb
1641
+ - lib/hubspot/discovery/crm/contacts/api/basic_api.rb
1642
+ - lib/hubspot/discovery/crm/contacts/api/batch_api.rb
1643
+ - lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb
1644
+ - lib/hubspot/discovery/crm/contacts/api/public_object_api.rb
1645
+ - lib/hubspot/discovery/crm/contacts/api/search_api.rb
1646
+ - lib/hubspot/discovery/crm/contacts/client.rb
1647
+ - lib/hubspot/discovery/crm/deals/api/basic_api.rb
1648
+ - lib/hubspot/discovery/crm/deals/api/batch_api.rb
1649
+ - lib/hubspot/discovery/crm/deals/api/public_object_api.rb
1650
+ - lib/hubspot/discovery/crm/deals/api/search_api.rb
1651
+ - lib/hubspot/discovery/crm/deals/client.rb
1652
+ - lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb
1653
+ - lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb
1654
+ - lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb
1655
+ - lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb
1656
+ - lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb
1657
+ - lib/hubspot/discovery/crm/extensions/accounting/client.rb
1658
+ - lib/hubspot/discovery/crm/extensions/calling/api/settings_api.rb
1659
+ - lib/hubspot/discovery/crm/extensions/calling/client.rb
1660
+ - lib/hubspot/discovery/crm/extensions/cards/api/cards_api.rb
1661
+ - lib/hubspot/discovery/crm/extensions/cards/api/sample_response_api.rb
1662
+ - lib/hubspot/discovery/crm/extensions/cards/client.rb
1663
+ - lib/hubspot/discovery/crm/extensions/client.rb
1664
+ - lib/hubspot/discovery/crm/extensions/videoconferencing/api/settings_api.rb
1665
+ - lib/hubspot/discovery/crm/extensions/videoconferencing/client.rb
1666
+ - lib/hubspot/discovery/crm/imports/api/core_api.rb
1667
+ - lib/hubspot/discovery/crm/imports/api/public_imports_api.rb
1668
+ - lib/hubspot/discovery/crm/imports/client.rb
1669
+ - lib/hubspot/discovery/crm/line_items/api/basic_api.rb
1670
+ - lib/hubspot/discovery/crm/line_items/api/batch_api.rb
1671
+ - lib/hubspot/discovery/crm/line_items/api/public_object_api.rb
1672
+ - lib/hubspot/discovery/crm/line_items/api/search_api.rb
1673
+ - lib/hubspot/discovery/crm/line_items/client.rb
1674
+ - lib/hubspot/discovery/crm/objects/api/associations_api.rb
1675
+ - lib/hubspot/discovery/crm/objects/api/basic_api.rb
1676
+ - lib/hubspot/discovery/crm/objects/api/batch_api.rb
1677
+ - lib/hubspot/discovery/crm/objects/api/gdpr_api.rb
1678
+ - lib/hubspot/discovery/crm/objects/api/public_object_api.rb
1679
+ - lib/hubspot/discovery/crm/objects/api/search_api.rb
1680
+ - lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb
1681
+ - lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb
1682
+ - lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb
1683
+ - lib/hubspot/discovery/crm/objects/calls/api/search_api.rb
1684
+ - lib/hubspot/discovery/crm/objects/calls/client.rb
1685
+ - lib/hubspot/discovery/crm/objects/client.rb
1686
+ - lib/hubspot/discovery/crm/objects/communications/api/basic_api.rb
1687
+ - lib/hubspot/discovery/crm/objects/communications/api/batch_api.rb
1688
+ - lib/hubspot/discovery/crm/objects/communications/api/public_object_api.rb
1689
+ - lib/hubspot/discovery/crm/objects/communications/api/search_api.rb
1690
+ - lib/hubspot/discovery/crm/objects/communications/client.rb
1691
+ - lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb
1692
+ - lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb
1693
+ - lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb
1694
+ - lib/hubspot/discovery/crm/objects/emails/api/search_api.rb
1695
+ - lib/hubspot/discovery/crm/objects/emails/client.rb
1696
+ - lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb
1697
+ - lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb
1698
+ - lib/hubspot/discovery/crm/objects/feedback_submissions/api/public_object_api.rb
1699
+ - lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb
1700
+ - lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb
1701
+ - lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb
1702
+ - lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb
1703
+ - lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb
1704
+ - lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb
1705
+ - lib/hubspot/discovery/crm/objects/meetings/client.rb
1706
+ - lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb
1707
+ - lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb
1708
+ - lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb
1709
+ - lib/hubspot/discovery/crm/objects/notes/api/search_api.rb
1710
+ - lib/hubspot/discovery/crm/objects/notes/client.rb
1711
+ - lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb
1712
+ - lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb
1713
+ - lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb
1714
+ - lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb
1715
+ - lib/hubspot/discovery/crm/objects/postal_mail/client.rb
1716
+ - lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb
1717
+ - lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb
1718
+ - lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb
1719
+ - lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb
1720
+ - lib/hubspot/discovery/crm/objects/tasks/client.rb
1721
+ - lib/hubspot/discovery/crm/owners/api/owners_api.rb
1722
+ - lib/hubspot/discovery/crm/owners/client.rb
1723
+ - lib/hubspot/discovery/crm/pipelines/api/pipeline_audits_api.rb
1724
+ - lib/hubspot/discovery/crm/pipelines/api/pipeline_stage_audits_api.rb
1725
+ - lib/hubspot/discovery/crm/pipelines/api/pipeline_stages_api.rb
1726
+ - lib/hubspot/discovery/crm/pipelines/api/pipelines_api.rb
1727
+ - lib/hubspot/discovery/crm/pipelines/client.rb
1728
+ - lib/hubspot/discovery/crm/products/api/associations_api.rb
1729
+ - lib/hubspot/discovery/crm/products/api/basic_api.rb
1730
+ - lib/hubspot/discovery/crm/products/api/batch_api.rb
1731
+ - lib/hubspot/discovery/crm/products/api/public_object_api.rb
1732
+ - lib/hubspot/discovery/crm/products/api/search_api.rb
1733
+ - lib/hubspot/discovery/crm/products/client.rb
1734
+ - lib/hubspot/discovery/crm/properties/api/batch_api.rb
1735
+ - lib/hubspot/discovery/crm/properties/api/core_api.rb
1736
+ - lib/hubspot/discovery/crm/properties/api/groups_api.rb
1737
+ - lib/hubspot/discovery/crm/properties/client.rb
1738
+ - lib/hubspot/discovery/crm/quotes/api/associations_api.rb
1739
+ - lib/hubspot/discovery/crm/quotes/api/basic_api.rb
1740
+ - lib/hubspot/discovery/crm/quotes/api/batch_api.rb
1741
+ - lib/hubspot/discovery/crm/quotes/api/public_object_api.rb
1742
+ - lib/hubspot/discovery/crm/quotes/api/search_api.rb
1743
+ - lib/hubspot/discovery/crm/quotes/client.rb
1744
+ - lib/hubspot/discovery/crm/schemas/api/core_api.rb
1745
+ - lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb
1746
+ - lib/hubspot/discovery/crm/schemas/client.rb
1747
+ - lib/hubspot/discovery/crm/tickets/api/associations_api.rb
1748
+ - lib/hubspot/discovery/crm/tickets/api/basic_api.rb
1749
+ - lib/hubspot/discovery/crm/tickets/api/batch_api.rb
1750
+ - lib/hubspot/discovery/crm/tickets/api/public_object_api.rb
1751
+ - lib/hubspot/discovery/crm/tickets/api/search_api.rb
1752
+ - lib/hubspot/discovery/crm/tickets/client.rb
1753
+ - lib/hubspot/discovery/crm/timeline/api/events_api.rb
1754
+ - lib/hubspot/discovery/crm/timeline/api/templates_api.rb
1755
+ - lib/hubspot/discovery/crm/timeline/api/tokens_api.rb
1756
+ - lib/hubspot/discovery/crm/timeline/client.rb
1757
+ - lib/hubspot/discovery/events/api/events_api.rb
1758
+ - lib/hubspot/discovery/events/client.rb
1759
+ - lib/hubspot/discovery/files/client.rb
1760
+ - lib/hubspot/discovery/files/files/api/files_api.rb
1761
+ - lib/hubspot/discovery/files/files/api/folders_api.rb
1762
+ - lib/hubspot/discovery/files/files/client.rb
1763
+ - lib/hubspot/discovery/marketing/client.rb
1764
+ - lib/hubspot/discovery/marketing/events/api/attendance_subscriber_state_changes_api.rb
1765
+ - lib/hubspot/discovery/marketing/events/api/marketing_events_external_api.rb
1766
+ - lib/hubspot/discovery/marketing/events/api/search_api.rb
1767
+ - lib/hubspot/discovery/marketing/events/api/settings_external_api.rb
1768
+ - lib/hubspot/discovery/marketing/events/client.rb
1769
+ - lib/hubspot/discovery/marketing/forms/api/forms_api.rb
1770
+ - lib/hubspot/discovery/marketing/forms/client.rb
1771
+ - lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb
1772
+ - lib/hubspot/discovery/marketing/transactional/api/single_send_api.rb
1773
+ - lib/hubspot/discovery/marketing/transactional/client.rb
1774
+ - lib/hubspot/discovery/oauth/api/access_tokens_api.rb
1775
+ - lib/hubspot/discovery/oauth/api/refresh_tokens_api.rb
1776
+ - lib/hubspot/discovery/oauth/api/tokens_api.rb
1777
+ - lib/hubspot/discovery/oauth/client.rb
1778
+ - lib/hubspot/discovery/settings/client.rb
1779
+ - lib/hubspot/discovery/settings/users/api/roles_api.rb
1780
+ - lib/hubspot/discovery/settings/users/api/teams_api.rb
1781
+ - lib/hubspot/discovery/settings/users/api/users_api.rb
1782
+ - lib/hubspot/discovery/settings/users/client.rb
1783
+ - lib/hubspot/discovery/webhooks/api/settings_api.rb
1784
+ - lib/hubspot/discovery/webhooks/api/subscriptions_api.rb
1785
+ - lib/hubspot/discovery/webhooks/client.rb
1005
1786
  - lib/hubspot/exceptions.rb
1787
+ - lib/hubspot/helpers/association_type.rb
1788
+ - lib/hubspot/helpers/camel_case.rb
1006
1789
  - lib/hubspot/helpers/get_all_helper.rb
1007
- - lib/hubspot/helpers/webhooks_helper.rb
1790
+ - lib/hubspot/helpers/path.rb
1791
+ - lib/hubspot/helpers/signature.rb
1792
+ - lib/hubspot/helpers/snake_case.rb
1008
1793
  - lib/hubspot/oauth_helper.rb
1009
1794
  - lib/hubspot/version.rb
1010
- - spec/codegen/automation/actions/api/callbacks_api_spec.rb
1011
- - spec/codegen/automation/actions/api/definitions_api_spec.rb
1012
- - spec/codegen/automation/actions/api/functions_api_spec.rb
1013
- - spec/codegen/automation/actions/api/revisions_api_spec.rb
1014
- - spec/codegen/automation/actions/models/action_function_identifier_spec.rb
1015
- - spec/codegen/automation/actions/models/action_function_spec.rb
1016
- - spec/codegen/automation/actions/models/action_labels_spec.rb
1017
- - spec/codegen/automation/actions/models/action_revision_spec.rb
1018
- - spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb
1019
- - spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb
1020
- - spec/codegen/automation/actions/models/callback_completion_request_spec.rb
1021
- - spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb
1022
- - spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb
1023
- - spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb
1024
- - spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb
1025
- - spec/codegen/automation/actions/models/error_detail_spec.rb
1026
- - spec/codegen/automation/actions/models/error_spec.rb
1027
- - spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb
1028
- - spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb
1029
- - spec/codegen/automation/actions/models/extension_action_definition_spec.rb
1030
- - spec/codegen/automation/actions/models/field_type_definition_spec.rb
1031
- - spec/codegen/automation/actions/models/forward_paging_spec.rb
1032
- - spec/codegen/automation/actions/models/input_field_definition_spec.rb
1033
- - spec/codegen/automation/actions/models/next_page_spec.rb
1034
- - spec/codegen/automation/actions/models/object_request_options_spec.rb
1035
- - spec/codegen/automation/actions/models/option_spec.rb
1036
- - spec/codegen/automation/actions/models/single_field_dependency_spec.rb
1037
- - spec/codegen/cms/audit-logs/api/default_api_spec.rb
1038
- - spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb
1039
- - spec/codegen/cms/audit-logs/models/error_detail_spec.rb
1040
- - spec/codegen/cms/audit-logs/models/error_spec.rb
1041
- - spec/codegen/cms/audit-logs/models/next_page_spec.rb
1042
- - spec/codegen/cms/audit-logs/models/paging_spec.rb
1043
- - spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb
1044
- - spec/codegen/cms/blogs/authors/api/default_api_spec.rb
1045
- - spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb
1046
- - spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb
1047
- - spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb
1048
- - spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb
1049
- - spec/codegen/cms/blogs/authors/models/blog_author_spec.rb
1050
- - spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb
1051
- - spec/codegen/cms/blogs/authors/models/error_detail_spec.rb
1052
- - spec/codegen/cms/blogs/authors/models/error_spec.rb
1053
- - spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb
1054
- - spec/codegen/cms/blogs/authors/models/next_page_spec.rb
1055
- - spec/codegen/cms/blogs/authors/models/standard_error_spec.rb
1056
- - spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb
1057
- - spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb
1058
- - spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb
1059
- - spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb
1060
- - spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb
1061
- - spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb
1062
- - spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb
1063
- - spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb
1064
- - spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb
1065
- - spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb
1066
- - spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb
1067
- - spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb
1068
- - spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb
1069
- - spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb
1070
- - spec/codegen/cms/blogs/blog-posts/models/error_spec.rb
1071
- - spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb
1072
- - spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb
1073
- - spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb
1074
- - spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb
1075
- - spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb
1076
- - spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb
1077
- - spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb
1078
- - spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb
1079
- - spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb
1080
- - spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb
1081
- - spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb
1082
- - spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb
1083
- - spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb
1084
- - spec/codegen/cms/blogs/tags/api/default_api_spec.rb
1085
- - spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb
1086
- - spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb
1087
- - spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb
1088
- - spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb
1089
- - spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb
1090
- - spec/codegen/cms/blogs/tags/models/error_detail_spec.rb
1091
- - spec/codegen/cms/blogs/tags/models/error_spec.rb
1092
- - spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb
1093
- - spec/codegen/cms/blogs/tags/models/next_page_spec.rb
1094
- - spec/codegen/cms/blogs/tags/models/standard_error_spec.rb
1095
- - spec/codegen/cms/blogs/tags/models/tag_spec.rb
1096
- - spec/codegen/cms/domains/api/domains_api_spec.rb
1097
- - spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb
1098
- - spec/codegen/cms/domains/models/domain_cdn_config_spec.rb
1099
- - spec/codegen/cms/domains/models/domain_setup_info_spec.rb
1100
- - spec/codegen/cms/domains/models/domain_spec.rb
1101
- - spec/codegen/cms/domains/models/error_detail_spec.rb
1102
- - spec/codegen/cms/domains/models/error_spec.rb
1103
- - spec/codegen/cms/domains/models/next_page_spec.rb
1104
- - spec/codegen/cms/domains/models/paging_spec.rb
1105
- - spec/codegen/cms/hubdb/api/rows_api_spec.rb
1106
- - spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb
1107
- - spec/codegen/cms/hubdb/api/tables_api_spec.rb
1108
- - spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb
1109
- - spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb
1110
- - spec/codegen/cms/hubdb/models/batch_input_string_spec.rb
1111
- - spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb
1112
- - spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb
1113
- - spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb
1114
- - spec/codegen/cms/hubdb/models/column_input_spec.rb
1115
- - spec/codegen/cms/hubdb/models/column_spec.rb
1116
- - spec/codegen/cms/hubdb/models/error_detail_spec.rb
1117
- - spec/codegen/cms/hubdb/models/error_spec.rb
1118
- - spec/codegen/cms/hubdb/models/foreign_id_spec.rb
1119
- - spec/codegen/cms/hubdb/models/forward_paging_spec.rb
1120
- - spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb
1121
- - spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb
1122
- - spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb
1123
- - spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb
1124
- - spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb
1125
- - spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb
1126
- - spec/codegen/cms/hubdb/models/import_result_spec.rb
1127
- - spec/codegen/cms/hubdb/models/next_page_spec.rb
1128
- - spec/codegen/cms/hubdb/models/option_spec.rb
1129
- - spec/codegen/cms/hubdb/models/simple_user_spec.rb
1130
- - spec/codegen/cms/hubdb/models/standard_error_spec.rb
1131
- - spec/codegen/cms/performance/api/default_api_spec.rb
1132
- - spec/codegen/cms/performance/models/error_detail_spec.rb
1133
- - spec/codegen/cms/performance/models/error_spec.rb
1134
- - spec/codegen/cms/performance/models/performance_view_spec.rb
1135
- - spec/codegen/cms/performance/models/public_performance_response_spec.rb
1136
- - spec/codegen/cms/site-search/api/default_api_spec.rb
1137
- - spec/codegen/cms/site-search/models/content_search_result_spec.rb
1138
- - spec/codegen/cms/site-search/models/error_detail_spec.rb
1139
- - spec/codegen/cms/site-search/models/error_spec.rb
1140
- - spec/codegen/cms/site-search/models/indexed_data_spec.rb
1141
- - spec/codegen/cms/site-search/models/public_search_results_spec.rb
1142
- - spec/codegen/cms/site-search/models/search_hit_field_spec.rb
1143
- - spec/codegen/cms/url-redirects/api/redirects_api_spec.rb
1144
- - spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb
1145
- - spec/codegen/cms/url-redirects/models/error_detail_spec.rb
1146
- - spec/codegen/cms/url-redirects/models/error_spec.rb
1147
- - spec/codegen/cms/url-redirects/models/next_page_spec.rb
1148
- - spec/codegen/cms/url-redirects/models/paging_spec.rb
1149
- - spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb
1150
- - spec/codegen/cms/url-redirects/models/url_mapping_spec.rb
1151
- - spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb
1152
- - spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb
1153
- - spec/codegen/conversations/visitor-identification/models/error_spec.rb
1154
- - spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb
1155
- - spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb
1156
- - spec/codegen/crm/associations/api/batch_api_spec.rb
1157
- - spec/codegen/crm/associations/api/types_api_spec.rb
1158
- - spec/codegen/crm/associations/models/associated_id_spec.rb
1159
- - spec/codegen/crm/associations/models/batch_input_public_association_spec.rb
1160
- - spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb
1161
- - spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb
1162
- - spec/codegen/crm/associations/models/batch_response_public_association_spec.rb
1163
- - spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb
1164
- - spec/codegen/crm/associations/models/error_category_spec.rb
1165
- - spec/codegen/crm/associations/models/error_detail_spec.rb
1166
- - spec/codegen/crm/associations/models/error_spec.rb
1167
- - spec/codegen/crm/associations/models/next_page_spec.rb
1168
- - spec/codegen/crm/associations/models/paging_spec.rb
1169
- - spec/codegen/crm/associations/models/public_association_definiton_spec.rb
1170
- - spec/codegen/crm/associations/models/public_association_multi_spec.rb
1171
- - spec/codegen/crm/associations/models/public_association_spec.rb
1172
- - spec/codegen/crm/associations/models/public_object_id_spec.rb
1173
- - spec/codegen/crm/associations/models/standard_error_spec.rb
1174
- - spec/codegen/crm/companies/api/associations_api_spec.rb
1175
- - spec/codegen/crm/companies/api/basic_api_spec.rb
1176
- - spec/codegen/crm/companies/api/batch_api_spec.rb
1177
- - spec/codegen/crm/companies/api/search_api_spec.rb
1178
- - spec/codegen/crm/companies/models/associated_id_spec.rb
1179
- - spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb
1180
- - spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb
1181
- - spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb
1182
- - spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb
1183
- - spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb
1184
- - spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb
1185
- - spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb
1186
- - spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb
1187
- - spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1188
- - spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1189
- - spec/codegen/crm/companies/models/error_category_spec.rb
1190
- - spec/codegen/crm/companies/models/error_detail_spec.rb
1191
- - spec/codegen/crm/companies/models/error_spec.rb
1192
- - spec/codegen/crm/companies/models/filter_group_spec.rb
1193
- - spec/codegen/crm/companies/models/filter_spec.rb
1194
- - spec/codegen/crm/companies/models/forward_paging_spec.rb
1195
- - spec/codegen/crm/companies/models/next_page_spec.rb
1196
- - spec/codegen/crm/companies/models/paging_spec.rb
1197
- - spec/codegen/crm/companies/models/previous_page_spec.rb
1198
- - spec/codegen/crm/companies/models/public_object_search_request_spec.rb
1199
- - spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb
1200
- - spec/codegen/crm/companies/models/simple_public_object_id_spec.rb
1201
- - spec/codegen/crm/companies/models/simple_public_object_input_spec.rb
1202
- - spec/codegen/crm/companies/models/simple_public_object_spec.rb
1203
- - spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb
1204
- - spec/codegen/crm/companies/models/standard_error_spec.rb
1205
- - spec/codegen/crm/contacts/api/associations_api_spec.rb
1206
- - spec/codegen/crm/contacts/api/basic_api_spec.rb
1207
- - spec/codegen/crm/contacts/api/batch_api_spec.rb
1208
- - spec/codegen/crm/contacts/api/search_api_spec.rb
1209
- - spec/codegen/crm/contacts/models/associated_id_spec.rb
1210
- - spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb
1211
- - spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb
1212
- - spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb
1213
- - spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb
1214
- - spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb
1215
- - spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb
1216
- - spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb
1217
- - spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb
1218
- - spec/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1219
- - spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1220
- - spec/codegen/crm/contacts/models/error_category_spec.rb
1221
- - spec/codegen/crm/contacts/models/error_detail_spec.rb
1222
- - spec/codegen/crm/contacts/models/error_spec.rb
1223
- - spec/codegen/crm/contacts/models/filter_group_spec.rb
1224
- - spec/codegen/crm/contacts/models/filter_spec.rb
1225
- - spec/codegen/crm/contacts/models/forward_paging_spec.rb
1226
- - spec/codegen/crm/contacts/models/next_page_spec.rb
1227
- - spec/codegen/crm/contacts/models/paging_spec.rb
1228
- - spec/codegen/crm/contacts/models/previous_page_spec.rb
1229
- - spec/codegen/crm/contacts/models/public_object_search_request_spec.rb
1230
- - spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb
1231
- - spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb
1232
- - spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb
1233
- - spec/codegen/crm/contacts/models/simple_public_object_spec.rb
1234
- - spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb
1235
- - spec/codegen/crm/contacts/models/standard_error_spec.rb
1236
- - spec/codegen/crm/deals/api/associations_api_spec.rb
1237
- - spec/codegen/crm/deals/api/basic_api_spec.rb
1238
- - spec/codegen/crm/deals/api/batch_api_spec.rb
1239
- - spec/codegen/crm/deals/api/search_api_spec.rb
1240
- - spec/codegen/crm/deals/models/associated_id_spec.rb
1241
- - spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb
1242
- - spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb
1243
- - spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb
1244
- - spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb
1245
- - spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb
1246
- - spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb
1247
- - spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb
1248
- - spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb
1249
- - spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1250
- - spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1251
- - spec/codegen/crm/deals/models/error_category_spec.rb
1252
- - spec/codegen/crm/deals/models/error_detail_spec.rb
1253
- - spec/codegen/crm/deals/models/error_spec.rb
1254
- - spec/codegen/crm/deals/models/filter_group_spec.rb
1255
- - spec/codegen/crm/deals/models/filter_spec.rb
1256
- - spec/codegen/crm/deals/models/forward_paging_spec.rb
1257
- - spec/codegen/crm/deals/models/next_page_spec.rb
1258
- - spec/codegen/crm/deals/models/paging_spec.rb
1259
- - spec/codegen/crm/deals/models/previous_page_spec.rb
1260
- - spec/codegen/crm/deals/models/public_object_search_request_spec.rb
1261
- - spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb
1262
- - spec/codegen/crm/deals/models/simple_public_object_id_spec.rb
1263
- - spec/codegen/crm/deals/models/simple_public_object_input_spec.rb
1264
- - spec/codegen/crm/deals/models/simple_public_object_spec.rb
1265
- - spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb
1266
- - spec/codegen/crm/deals/models/standard_error_spec.rb
1267
- - spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb
1268
- - spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb
1269
- - spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb
1270
- - spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb
1271
- - spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb
1272
- - spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb
1273
- - spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb
1274
- - spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb
1275
- - spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb
1276
- - spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb
1277
- - spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb
1278
- - spec/codegen/crm/extensions/accounting/models/action_response_spec.rb
1279
- - spec/codegen/crm/extensions/accounting/models/address_spec.rb
1280
- - spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb
1281
- - spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb
1282
- - spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb
1283
- - spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb
1284
- - spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb
1285
- - spec/codegen/crm/extensions/accounting/models/error_spec.rb
1286
- - spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb
1287
- - spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb
1288
- - spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb
1289
- - spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb
1290
- - spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb
1291
- - spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb
1292
- - spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb
1293
- - spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb
1294
- - spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb
1295
- - spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb
1296
- - spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb
1297
- - spec/codegen/crm/extensions/accounting/models/product_spec.rb
1298
- - spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb
1299
- - spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb
1300
- - spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb
1301
- - spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb
1302
- - spec/codegen/crm/extensions/accounting/models/tax_spec.rb
1303
- - spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb
1304
- - spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb
1305
- - spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb
1306
- - spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb
1307
- - spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb
1308
- - spec/codegen/crm/extensions/calling/api/settings_api_spec.rb
1309
- - spec/codegen/crm/extensions/calling/models/error_detail_spec.rb
1310
- - spec/codegen/crm/extensions/calling/models/error_spec.rb
1311
- - spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb
1312
- - spec/codegen/crm/extensions/calling/models/settings_request_spec.rb
1313
- - spec/codegen/crm/extensions/calling/models/settings_response_spec.rb
1314
- - spec/codegen/crm/extensions/cards/api/cards_api_spec.rb
1315
- - spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb
1316
- - spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb
1317
- - spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb
1318
- - spec/codegen/crm/extensions/cards/models/card_actions_spec.rb
1319
- - spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb
1320
- - spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb
1321
- - spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb
1322
- - spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb
1323
- - spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb
1324
- - spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb
1325
- - spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb
1326
- - spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb
1327
- - spec/codegen/crm/extensions/cards/models/card_response_spec.rb
1328
- - spec/codegen/crm/extensions/cards/models/display_option_spec.rb
1329
- - spec/codegen/crm/extensions/cards/models/error_detail_spec.rb
1330
- - spec/codegen/crm/extensions/cards/models/error_spec.rb
1331
- - spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb
1332
- - spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb
1333
- - spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb
1334
- - spec/codegen/crm/extensions/cards/models/object_token_spec.rb
1335
- - spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb
1336
- - spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb
1337
- - spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb
1338
- - spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb
1339
- - spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb
1340
- - spec/codegen/crm/imports/api/core_api_spec.rb
1341
- - spec/codegen/crm/imports/api/default_api_spec.rb
1342
- - spec/codegen/crm/imports/models/action_response_spec.rb
1343
- - spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb
1344
- - spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb
1345
- - spec/codegen/crm/imports/models/error_detail_spec.rb
1346
- - spec/codegen/crm/imports/models/error_spec.rb
1347
- - spec/codegen/crm/imports/models/forward_paging_spec.rb
1348
- - spec/codegen/crm/imports/models/import_row_core_spec.rb
1349
- - spec/codegen/crm/imports/models/next_page_spec.rb
1350
- - spec/codegen/crm/imports/models/paging_spec.rb
1351
- - spec/codegen/crm/imports/models/previous_page_spec.rb
1352
- - spec/codegen/crm/imports/models/public_import_error_spec.rb
1353
- - spec/codegen/crm/imports/models/public_import_metadata_spec.rb
1354
- - spec/codegen/crm/imports/models/public_import_response_spec.rb
1355
- - spec/codegen/crm/imports/models/public_object_list_record_spec.rb
1356
- - spec/codegen/crm/line_items/api/associations_api_spec.rb
1357
- - spec/codegen/crm/line_items/api/basic_api_spec.rb
1358
- - spec/codegen/crm/line_items/api/batch_api_spec.rb
1359
- - spec/codegen/crm/line_items/api/search_api_spec.rb
1360
- - spec/codegen/crm/line_items/models/associated_id_spec.rb
1361
- - spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb
1362
- - spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb
1363
- - spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb
1364
- - spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb
1365
- - spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb
1366
- - spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb
1367
- - spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb
1368
- - spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb
1369
- - spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1370
- - spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1371
- - spec/codegen/crm/line_items/models/error_category_spec.rb
1372
- - spec/codegen/crm/line_items/models/error_detail_spec.rb
1373
- - spec/codegen/crm/line_items/models/error_spec.rb
1374
- - spec/codegen/crm/line_items/models/filter_group_spec.rb
1375
- - spec/codegen/crm/line_items/models/filter_spec.rb
1376
- - spec/codegen/crm/line_items/models/forward_paging_spec.rb
1377
- - spec/codegen/crm/line_items/models/next_page_spec.rb
1378
- - spec/codegen/crm/line_items/models/paging_spec.rb
1379
- - spec/codegen/crm/line_items/models/previous_page_spec.rb
1380
- - spec/codegen/crm/line_items/models/public_object_search_request_spec.rb
1381
- - spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb
1382
- - spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb
1383
- - spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb
1384
- - spec/codegen/crm/line_items/models/simple_public_object_spec.rb
1385
- - spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb
1386
- - spec/codegen/crm/line_items/models/standard_error_spec.rb
1387
- - spec/codegen/crm/objects/api/associations_api_spec.rb
1388
- - spec/codegen/crm/objects/api/basic_api_spec.rb
1389
- - spec/codegen/crm/objects/api/batch_api_spec.rb
1390
- - spec/codegen/crm/objects/api/search_api_spec.rb
1391
- - spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb
1392
- - spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb
1393
- - spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb
1394
- - spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb
1395
- - spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb
1396
- - spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb
1397
- - spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb
1398
- - spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb
1399
- - spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb
1400
- - spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb
1401
- - spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb
1402
- - spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb
1403
- - spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb
1404
- - spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1405
- - spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1406
- - spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb
1407
- - spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb
1408
- - spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb
1409
- - spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb
1410
- - spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb
1411
- - spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb
1412
- - spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb
1413
- - spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb
1414
- - spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb
1415
- - spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb
1416
- - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb
1417
- - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb
1418
- - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb
1419
- - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb
1420
- - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb
1421
- - spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb
1422
- - spec/codegen/crm/objects/models/associated_id_spec.rb
1423
- - spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb
1424
- - spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb
1425
- - spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb
1426
- - spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb
1427
- - spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb
1428
- - spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb
1429
- - spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb
1430
- - spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb
1431
- - spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1432
- - spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1433
- - spec/codegen/crm/objects/models/error_category_spec.rb
1434
- - spec/codegen/crm/objects/models/error_detail_spec.rb
1435
- - spec/codegen/crm/objects/models/error_spec.rb
1436
- - spec/codegen/crm/objects/models/filter_group_spec.rb
1437
- - spec/codegen/crm/objects/models/filter_spec.rb
1438
- - spec/codegen/crm/objects/models/forward_paging_spec.rb
1439
- - spec/codegen/crm/objects/models/next_page_spec.rb
1440
- - spec/codegen/crm/objects/models/paging_spec.rb
1441
- - spec/codegen/crm/objects/models/previous_page_spec.rb
1442
- - spec/codegen/crm/objects/models/public_object_search_request_spec.rb
1443
- - spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb
1444
- - spec/codegen/crm/objects/models/simple_public_object_id_spec.rb
1445
- - spec/codegen/crm/objects/models/simple_public_object_input_spec.rb
1446
- - spec/codegen/crm/objects/models/simple_public_object_spec.rb
1447
- - spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb
1448
- - spec/codegen/crm/objects/models/standard_error_spec.rb
1449
- - spec/codegen/crm/owners/api/default_api_spec.rb
1450
- - spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb
1451
- - spec/codegen/crm/owners/models/error_detail_spec.rb
1452
- - spec/codegen/crm/owners/models/error_spec.rb
1453
- - spec/codegen/crm/owners/models/forward_paging_spec.rb
1454
- - spec/codegen/crm/owners/models/next_page_spec.rb
1455
- - spec/codegen/crm/owners/models/public_owner_spec.rb
1456
- - spec/codegen/crm/owners/models/public_team_spec.rb
1457
- - spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb
1458
- - spec/codegen/crm/pipelines/api/pipelines_api_spec.rb
1459
- - spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb
1460
- - spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb
1461
- - spec/codegen/crm/pipelines/models/error_detail_spec.rb
1462
- - spec/codegen/crm/pipelines/models/error_spec.rb
1463
- - spec/codegen/crm/pipelines/models/next_page_spec.rb
1464
- - spec/codegen/crm/pipelines/models/paging_spec.rb
1465
- - spec/codegen/crm/pipelines/models/pipeline_input_spec.rb
1466
- - spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb
1467
- - spec/codegen/crm/pipelines/models/pipeline_spec.rb
1468
- - spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb
1469
- - spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb
1470
- - spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb
1471
- - spec/codegen/crm/products/api/associations_api_spec.rb
1472
- - spec/codegen/crm/products/api/basic_api_spec.rb
1473
- - spec/codegen/crm/products/api/batch_api_spec.rb
1474
- - spec/codegen/crm/products/api/search_api_spec.rb
1475
- - spec/codegen/crm/products/models/associated_id_spec.rb
1476
- - spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb
1477
- - spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb
1478
- - spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb
1479
- - spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb
1480
- - spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb
1481
- - spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb
1482
- - spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb
1483
- - spec/codegen/crm/products/models/collection_response_associated_id_spec.rb
1484
- - spec/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1485
- - spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1486
- - spec/codegen/crm/products/models/error_category_spec.rb
1487
- - spec/codegen/crm/products/models/error_detail_spec.rb
1488
- - spec/codegen/crm/products/models/error_spec.rb
1489
- - spec/codegen/crm/products/models/filter_group_spec.rb
1490
- - spec/codegen/crm/products/models/filter_spec.rb
1491
- - spec/codegen/crm/products/models/forward_paging_spec.rb
1492
- - spec/codegen/crm/products/models/next_page_spec.rb
1493
- - spec/codegen/crm/products/models/paging_spec.rb
1494
- - spec/codegen/crm/products/models/previous_page_spec.rb
1495
- - spec/codegen/crm/products/models/public_object_search_request_spec.rb
1496
- - spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb
1497
- - spec/codegen/crm/products/models/simple_public_object_id_spec.rb
1498
- - spec/codegen/crm/products/models/simple_public_object_input_spec.rb
1499
- - spec/codegen/crm/products/models/simple_public_object_spec.rb
1500
- - spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb
1501
- - spec/codegen/crm/products/models/standard_error_spec.rb
1502
- - spec/codegen/crm/properties/api/batch_api_spec.rb
1503
- - spec/codegen/crm/properties/api/core_api_spec.rb
1504
- - spec/codegen/crm/properties/api/groups_api_spec.rb
1505
- - spec/codegen/crm/properties/models/batch_input_property_create_spec.rb
1506
- - spec/codegen/crm/properties/models/batch_input_property_name_spec.rb
1507
- - spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb
1508
- - spec/codegen/crm/properties/models/batch_response_property_spec.rb
1509
- - spec/codegen/crm/properties/models/collection_response_property_group_spec.rb
1510
- - spec/codegen/crm/properties/models/collection_response_property_spec.rb
1511
- - spec/codegen/crm/properties/models/error_category_spec.rb
1512
- - spec/codegen/crm/properties/models/error_detail_spec.rb
1513
- - spec/codegen/crm/properties/models/error_spec.rb
1514
- - spec/codegen/crm/properties/models/next_page_spec.rb
1515
- - spec/codegen/crm/properties/models/option_input_spec.rb
1516
- - spec/codegen/crm/properties/models/option_spec.rb
1517
- - spec/codegen/crm/properties/models/paging_spec.rb
1518
- - spec/codegen/crm/properties/models/property_create_spec.rb
1519
- - spec/codegen/crm/properties/models/property_group_create_spec.rb
1520
- - spec/codegen/crm/properties/models/property_group_spec.rb
1521
- - spec/codegen/crm/properties/models/property_group_update_spec.rb
1522
- - spec/codegen/crm/properties/models/property_modification_metadata_spec.rb
1523
- - spec/codegen/crm/properties/models/property_name_spec.rb
1524
- - spec/codegen/crm/properties/models/property_spec.rb
1525
- - spec/codegen/crm/properties/models/property_update_spec.rb
1526
- - spec/codegen/crm/properties/models/standard_error_spec.rb
1527
- - spec/codegen/crm/quotes/api/associations_api_spec.rb
1528
- - spec/codegen/crm/quotes/api/basic_api_spec.rb
1529
- - spec/codegen/crm/quotes/api/batch_api_spec.rb
1530
- - spec/codegen/crm/quotes/api/search_api_spec.rb
1531
- - spec/codegen/crm/quotes/models/associated_id_spec.rb
1532
- - spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb
1533
- - spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb
1534
- - spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb
1535
- - spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb
1536
- - spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb
1537
- - spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb
1538
- - spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb
1539
- - spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb
1540
- - spec/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1541
- - spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1542
- - spec/codegen/crm/quotes/models/error_category_spec.rb
1543
- - spec/codegen/crm/quotes/models/error_detail_spec.rb
1544
- - spec/codegen/crm/quotes/models/error_spec.rb
1545
- - spec/codegen/crm/quotes/models/filter_group_spec.rb
1546
- - spec/codegen/crm/quotes/models/filter_spec.rb
1547
- - spec/codegen/crm/quotes/models/forward_paging_spec.rb
1548
- - spec/codegen/crm/quotes/models/next_page_spec.rb
1549
- - spec/codegen/crm/quotes/models/paging_spec.rb
1550
- - spec/codegen/crm/quotes/models/previous_page_spec.rb
1551
- - spec/codegen/crm/quotes/models/public_object_search_request_spec.rb
1552
- - spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb
1553
- - spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb
1554
- - spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb
1555
- - spec/codegen/crm/quotes/models/simple_public_object_spec.rb
1556
- - spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb
1557
- - spec/codegen/crm/quotes/models/standard_error_spec.rb
1558
- - spec/codegen/crm/schemas/api/core_api_spec.rb
1559
- - spec/codegen/crm/schemas/api/default_api_spec.rb
1560
- - spec/codegen/crm/schemas/models/association_definition_egg_spec.rb
1561
- - spec/codegen/crm/schemas/models/association_definition_spec.rb
1562
- - spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb
1563
- - spec/codegen/crm/schemas/models/error_detail_spec.rb
1564
- - spec/codegen/crm/schemas/models/error_spec.rb
1565
- - spec/codegen/crm/schemas/models/object_schema_egg_spec.rb
1566
- - spec/codegen/crm/schemas/models/object_schema_spec.rb
1567
- - spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb
1568
- - spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb
1569
- - spec/codegen/crm/schemas/models/object_type_definition_spec.rb
1570
- - spec/codegen/crm/schemas/models/object_type_property_create_spec.rb
1571
- - spec/codegen/crm/schemas/models/option_input_spec.rb
1572
- - spec/codegen/crm/schemas/models/option_spec.rb
1573
- - spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb
1574
- - spec/codegen/crm/schemas/models/property_spec.rb
1575
- - spec/codegen/crm/tickets/api/associations_api_spec.rb
1576
- - spec/codegen/crm/tickets/api/basic_api_spec.rb
1577
- - spec/codegen/crm/tickets/api/batch_api_spec.rb
1578
- - spec/codegen/crm/tickets/api/search_api_spec.rb
1579
- - spec/codegen/crm/tickets/models/associated_id_spec.rb
1580
- - spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb
1581
- - spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb
1582
- - spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb
1583
- - spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb
1584
- - spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb
1585
- - spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb
1586
- - spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb
1587
- - spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb
1588
- - spec/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1589
- - spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1590
- - spec/codegen/crm/tickets/models/error_category_spec.rb
1591
- - spec/codegen/crm/tickets/models/error_detail_spec.rb
1592
- - spec/codegen/crm/tickets/models/error_spec.rb
1593
- - spec/codegen/crm/tickets/models/filter_group_spec.rb
1594
- - spec/codegen/crm/tickets/models/filter_spec.rb
1595
- - spec/codegen/crm/tickets/models/forward_paging_spec.rb
1596
- - spec/codegen/crm/tickets/models/next_page_spec.rb
1597
- - spec/codegen/crm/tickets/models/paging_spec.rb
1598
- - spec/codegen/crm/tickets/models/previous_page_spec.rb
1599
- - spec/codegen/crm/tickets/models/public_object_search_request_spec.rb
1600
- - spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb
1601
- - spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb
1602
- - spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb
1603
- - spec/codegen/crm/tickets/models/simple_public_object_spec.rb
1604
- - spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb
1605
- - spec/codegen/crm/tickets/models/standard_error_spec.rb
1606
- - spec/codegen/crm/timeline/api/events_api_spec.rb
1607
- - spec/codegen/crm/timeline/api/templates_api_spec.rb
1608
- - spec/codegen/crm/timeline/api/tokens_api_spec.rb
1609
- - spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb
1610
- - spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb
1611
- - spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb
1612
- - spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb
1613
- - spec/codegen/crm/timeline/models/error_category_spec.rb
1614
- - spec/codegen/crm/timeline/models/error_detail_spec.rb
1615
- - spec/codegen/crm/timeline/models/error_spec.rb
1616
- - spec/codegen/crm/timeline/models/event_detail_spec.rb
1617
- - spec/codegen/crm/timeline/models/next_page_spec.rb
1618
- - spec/codegen/crm/timeline/models/paging_spec.rb
1619
- - spec/codegen/crm/timeline/models/previous_page_spec.rb
1620
- - spec/codegen/crm/timeline/models/standard_error_spec.rb
1621
- - spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb
1622
- - spec/codegen/crm/timeline/models/timeline_event_response_spec.rb
1623
- - spec/codegen/crm/timeline/models/timeline_event_spec.rb
1624
- - spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb
1625
- - spec/codegen/crm/timeline/models/timeline_event_template_spec.rb
1626
- - spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb
1627
- - spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb
1628
- - spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb
1629
- - spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb
1630
- - spec/codegen/events/api/events_api_spec.rb
1631
- - spec/codegen/events/models/collection_response_external_unified_event_spec.rb
1632
- - spec/codegen/events/models/error_detail_spec.rb
1633
- - spec/codegen/events/models/error_spec.rb
1634
- - spec/codegen/events/models/external_unified_event_spec.rb
1635
- - spec/codegen/events/models/next_page_spec.rb
1636
- - spec/codegen/events/models/paging_spec.rb
1637
- - spec/codegen/files/files/api/files_api_spec.rb
1638
- - spec/codegen/files/files/api/folders_api_spec.rb
1639
- - spec/codegen/files/files/models/collection_response_file_spec.rb
1640
- - spec/codegen/files/files/models/collection_response_folder_spec.rb
1641
- - spec/codegen/files/files/models/error_category_spec.rb
1642
- - spec/codegen/files/files/models/error_detail_spec.rb
1643
- - spec/codegen/files/files/models/error_spec.rb
1644
- - spec/codegen/files/files/models/file_action_response_spec.rb
1645
- - spec/codegen/files/files/models/file_update_input_spec.rb
1646
- - spec/codegen/files/files/models/folder_action_response_spec.rb
1647
- - spec/codegen/files/files/models/folder_input_spec.rb
1648
- - spec/codegen/files/files/models/folder_spec.rb
1649
- - spec/codegen/files/files/models/folder_update_input_spec.rb
1650
- - spec/codegen/files/files/models/folder_update_task_locator_spec.rb
1651
- - spec/codegen/files/files/models/hubspot_file_spec.rb
1652
- - spec/codegen/files/files/models/import_from_url_input_spec.rb
1653
- - spec/codegen/files/files/models/import_from_url_task_locator_spec.rb
1654
- - spec/codegen/files/files/models/next_page_spec.rb
1655
- - spec/codegen/files/files/models/paging_spec.rb
1656
- - spec/codegen/files/files/models/previous_page_spec.rb
1657
- - spec/codegen/files/files/models/signed_url_spec.rb
1658
- - spec/codegen/files/files/models/standard_error_spec.rb
1659
- - spec/codegen/marketing/transactional/api/default_api_spec.rb
1660
- - spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb
1661
- - spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb
1662
- - spec/codegen/marketing/transactional/models/error_detail_spec.rb
1663
- - spec/codegen/marketing/transactional/models/error_spec.rb
1664
- - spec/codegen/marketing/transactional/models/event_id_view_spec.rb
1665
- - spec/codegen/marketing/transactional/models/next_page_spec.rb
1666
- - spec/codegen/marketing/transactional/models/paging_spec.rb
1667
- - spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb
1668
- - spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb
1669
- - spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb
1670
- - spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb
1671
- - spec/codegen/oauth/api/default_api_spec.rb
1672
- - spec/codegen/oauth/models/access_token_info_response_spec.rb
1673
- - spec/codegen/oauth/models/error_detail_spec.rb
1674
- - spec/codegen/oauth/models/error_spec.rb
1675
- - spec/codegen/oauth/models/refresh_token_info_response_spec.rb
1676
- - spec/codegen/oauth/models/token_response_if_spec.rb
1677
- - spec/codegen/webhooks/api/settings_api_spec.rb
1678
- - spec/codegen/webhooks/api/subscriptions_api_spec.rb
1679
- - spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb
1680
- - spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb
1681
- - spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb
1682
- - spec/codegen/webhooks/models/error_category_spec.rb
1683
- - spec/codegen/webhooks/models/error_detail_spec.rb
1684
- - spec/codegen/webhooks/models/error_spec.rb
1685
- - spec/codegen/webhooks/models/settings_change_request_spec.rb
1686
- - spec/codegen/webhooks/models/settings_response_spec.rb
1687
- - spec/codegen/webhooks/models/standard_error_spec.rb
1688
- - spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb
1689
- - spec/codegen/webhooks/models/subscription_create_request_spec.rb
1690
- - spec/codegen/webhooks/models/subscription_list_response_spec.rb
1691
- - spec/codegen/webhooks/models/subscription_patch_request_spec.rb
1692
- - spec/codegen/webhooks/models/subscription_response_spec.rb
1693
- - spec/codegen/webhooks/models/throttling_settings_spec.rb
1694
- - spec/features/automation/actions/callbacks_api_spec.rb
1695
- - spec/features/automation/actions/definitions_api_spec.rb
1696
- - spec/features/automation/actions/functions_api_spec.rb
1697
- - spec/features/automation/actions/revisions_api_spec.rb
1698
- - spec/features/cms/audit-logs/default_api_spec.rb
1699
- - spec/features/cms/blogs/authors/default_api_spec.rb
1700
- - spec/features/cms/blogs/blog-posts/default_api_spec.rb
1701
- - spec/features/cms/blogs/tags/default_api_spec.rb
1702
- - spec/features/cms/domains/domains_api_spec.rb
1703
- - spec/features/cms/hubdb/rows_api_spec.rb
1704
- - spec/features/cms/hubdb/rows_batch_api_spec.rb
1705
- - spec/features/cms/hubdb/tables_api_spec.rb
1706
- - spec/features/cms/perfomance/default_api_spec.rb
1707
- - spec/features/cms/site-search/default_api_spec.rb
1708
- - spec/features/cms/url-redirects/redirects_api_spec.rb
1709
- - spec/features/conversations/visitor-identification/generate_api_spec.rb
1710
- - spec/features/crm/associations/batch_api_spec.rb
1711
- - spec/features/crm/associations/types_api_spec.rb
1712
- - spec/features/crm/companies/associations_api_spec.rb
1713
- - spec/features/crm/companies/basic_api_spec.rb
1714
- - spec/features/crm/companies/batch_api_spec.rb
1715
- - spec/features/crm/companies/search_api_spec.rb
1716
- - spec/features/crm/contacts/associations_api_spec.rb
1717
- - spec/features/crm/contacts/basic_api_spec.rb
1718
- - spec/features/crm/contacts/batch_api_spec.rb
1719
- - spec/features/crm/contacts/search_api_spec.rb
1720
- - spec/features/crm/deals/associations_api_spec.rb
1721
- - spec/features/crm/deals/basic_api_spec.rb
1722
- - spec/features/crm/deals/batch_api_spec.rb
1723
- - spec/features/crm/deals/search_api_spec.rb
1724
- - spec/features/crm/extensions/accounting/callbacks_api_spec.rb
1725
- - spec/features/crm/extensions/accounting/invoice_api_spec.rb
1726
- - spec/features/crm/extensions/accounting/settings_api_spec.rb
1727
- - spec/features/crm/extensions/accounting/sync_api_spec.rb
1728
- - spec/features/crm/extensions/accounting/user_accounts_api_spec.rb
1729
- - spec/features/crm/extensions/calling/settings_api_spec.rb
1730
- - spec/features/crm/extensions/cards/cards_api_spec.rb
1731
- - spec/features/crm/extensions/cards/sample_response_api_spec.rb
1732
- - spec/features/crm/extensions/videoconferencing/settings_api_spec.rb
1733
- - spec/features/crm/imports/core_api_spec.rb
1734
- - spec/features/crm/line_items/associations_api_spec.rb
1735
- - spec/features/crm/line_items/basic_api_spec.rb
1736
- - spec/features/crm/line_items/batch_api_spec.rb
1737
- - spec/features/crm/line_items/search_api_spec.rb
1738
- - spec/features/crm/objects/associations_api_spec.rb
1739
- - spec/features/crm/objects/basic_api_spec.rb
1740
- - spec/features/crm/objects/batch_api_spec.rb
1741
- - spec/features/crm/objects/feedback_submissions/associations_api_spec.rb
1742
- - spec/features/crm/objects/feedback_submissions/basic_api_spec.rb
1743
- - spec/features/crm/objects/feedback_submissions/batch_api_spec.rb
1744
- - spec/features/crm/objects/feedback_submissions/search_api_spec.rb
1745
- - spec/features/crm/objects/search_api_spec.rb
1746
- - spec/features/crm/owners/default_api_spec.rb
1747
- - spec/features/crm/pipelines/pipeline_stages_api_spec.rb
1748
- - spec/features/crm/pipelines/pipelines_api_spec.rb
1749
- - spec/features/crm/products/associations_api_spec.rb
1750
- - spec/features/crm/products/basic_api_spec.rb
1751
- - spec/features/crm/products/batch_api_spec.rb
1752
- - spec/features/crm/products/search_api_spec.rb
1753
- - spec/features/crm/properties/batch_api_spec.rb
1754
- - spec/features/crm/properties/core_api_spec.rb
1755
- - spec/features/crm/properties/groups_api_spec.rb
1756
- - spec/features/crm/quotes/associations_api_spec.rb
1757
- - spec/features/crm/quotes/basic_api_spec.rb
1758
- - spec/features/crm/quotes/batch_api_spec.rb
1759
- - spec/features/crm/quotes/search_api_spec.rb
1760
- - spec/features/crm/schemas/core_api_spec.rb
1761
- - spec/features/crm/schemas/default_api_spec.rb
1762
- - spec/features/crm/tickets/associations_api_spec.rb
1763
- - spec/features/crm/tickets/basic_api_spec.rb
1764
- - spec/features/crm/tickets/batch_api_spec.rb
1765
- - spec/features/crm/tickets/search_api_spec.rb
1766
- - spec/features/crm/timeline/events_api_spec.rb
1767
- - spec/features/crm/timeline/templates_api_spec.rb
1768
- - spec/features/crm/timeline/tokens_api_spec.rb
1769
- - spec/features/events/events_api_spec.rb
1770
- - spec/features/files/files/files_api_spec.rb
1771
- - spec/features/files/files/folders_api_spec.rb
1772
- - spec/features/marketing/transactional/default_api_spec.rb
1773
- - spec/features/oauth/default_api_spec.rb
1774
- - spec/features/webhooks/settings_api_spec.rb
1775
- - spec/features/webhooks/subscriptions_api_spec.rb
1795
+ - pkg/hubspot-api-client-17.0.0.gem
1796
+ - spec/discovery/automation/actions/callbacks_api_spec.rb
1797
+ - spec/discovery/automation/actions/definitions_api_spec.rb
1798
+ - spec/discovery/automation/actions/functions_api_spec.rb
1799
+ - spec/discovery/automation/actions/revisions_api_spec.rb
1800
+ - spec/discovery/base_api_client_spec.rb
1801
+ - spec/discovery/base_module_client_spec.rb
1802
+ - spec/discovery/client_spec.rb
1803
+ - spec/discovery/cms/audit-logs/audit_logs_api_spec.rb
1804
+ - spec/discovery/cms/blogs/authors/blog_authors_api_spec.rb
1805
+ - spec/discovery/cms/blogs/blog-posts/blog_posts_api_spec.rb
1806
+ - spec/discovery/cms/blogs/client_spec.rb
1807
+ - spec/discovery/cms/blogs/tags/blog_tags_api_spec.rb
1808
+ - spec/discovery/cms/client_spec.rb
1809
+ - spec/discovery/cms/domains/domains_api_spec.rb
1810
+ - spec/discovery/cms/hubdb/rows_api_spec.rb
1811
+ - spec/discovery/cms/hubdb/rows_batch_api_spec.rb
1812
+ - spec/discovery/cms/hubdb/tables_api_spec.rb
1813
+ - spec/discovery/cms/performance/public_performance_api_spec.rb
1814
+ - spec/discovery/cms/site-search/public_api_spec.rb
1815
+ - spec/discovery/cms/source-code/content_api_spec.rb
1816
+ - spec/discovery/cms/source-code/extract_api_spec.rb
1817
+ - spec/discovery/cms/source-code/metadata_api_spec.rb
1818
+ - spec/discovery/cms/source-code/source_code_extract_api_spec.rb
1819
+ - spec/discovery/cms/source-code/validation_api_spec.rb
1820
+ - spec/discovery/cms/url-redirects/redirects_api_spec.rb
1821
+ - spec/discovery/communication_preferences/definition_api_spec.rb
1822
+ - spec/discovery/communication_preferences/status_api_spec.rb
1823
+ - spec/discovery/conversations/visitor-identification/generate_api_spec.rb
1824
+ - spec/discovery/crm/associations/batch_api_spec.rb
1825
+ - spec/discovery/crm/associations/client_spec.rb
1826
+ - spec/discovery/crm/associations/schema/types_api_spec.rb
1827
+ - spec/discovery/crm/associations/v4/basic_api_spec.rb
1828
+ - spec/discovery/crm/associations/v4/batch_api_spec.rb
1829
+ - spec/discovery/crm/associations/v4/client_spec.rb
1830
+ - spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb
1831
+ - spec/discovery/crm/client_spec.rb
1832
+ - spec/discovery/crm/companies/basic_api_spec.rb
1833
+ - spec/discovery/crm/companies/batch_api_spec.rb
1834
+ - spec/discovery/crm/companies/public_object_api_spec.rb
1835
+ - spec/discovery/crm/companies/search_api_spec.rb
1836
+ - spec/discovery/crm/contacts/basic_api_spec.rb
1837
+ - spec/discovery/crm/contacts/batch_api_spec.rb
1838
+ - spec/discovery/crm/contacts/gdpr_api_spec.rb
1839
+ - spec/discovery/crm/contacts/public_object_api_spec.rb
1840
+ - spec/discovery/crm/contacts/search_api_spec.rb
1841
+ - spec/discovery/crm/deals/basic_api_spec.rb
1842
+ - spec/discovery/crm/deals/batch_api_spec.rb
1843
+ - spec/discovery/crm/deals/public_object_api_spec.rb
1844
+ - spec/discovery/crm/deals/search_api_spec.rb
1845
+ - spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb
1846
+ - spec/discovery/crm/extensions/accounting/invoice_api_spec.rb
1847
+ - spec/discovery/crm/extensions/accounting/settings_api_spec.rb
1848
+ - spec/discovery/crm/extensions/accounting/sync_api_spec.rb
1849
+ - spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb
1850
+ - spec/discovery/crm/extensions/calling/settings_api_spec.rb
1851
+ - spec/discovery/crm/extensions/cards/cards_api_spec.rb
1852
+ - spec/discovery/crm/extensions/cards/sample_response_api_spec.rb
1853
+ - spec/discovery/crm/extensions/client_spec.rb
1854
+ - spec/discovery/crm/extensions/videoconferencing/settings_api_spec.rb
1855
+ - spec/discovery/crm/imports/core_api_spec.rb
1856
+ - spec/discovery/crm/imports/public_imports_api_spec.rb
1857
+ - spec/discovery/crm/line_items/basic_api_spec.rb
1858
+ - spec/discovery/crm/line_items/batch_api_spec.rb
1859
+ - spec/discovery/crm/line_items/public_object_api_spec.rb
1860
+ - spec/discovery/crm/line_items/search_api_spec.rb
1861
+ - spec/discovery/crm/objects/associations_api_spec.rb
1862
+ - spec/discovery/crm/objects/basic_api_spec.rb
1863
+ - spec/discovery/crm/objects/batch_api_spec.rb
1864
+ - spec/discovery/crm/objects/calls/basic_api_spec.rb
1865
+ - spec/discovery/crm/objects/calls/batch_api_spec.rb
1866
+ - spec/discovery/crm/objects/calls/public_object_api_spec.rb
1867
+ - spec/discovery/crm/objects/calls/search_api_spec.rb
1868
+ - spec/discovery/crm/objects/client_spec.rb
1869
+ - spec/discovery/crm/objects/communications/basic_api_spec.rb
1870
+ - spec/discovery/crm/objects/communications/batch_api_spec.rb
1871
+ - spec/discovery/crm/objects/communications/public_object_api_spec.rb
1872
+ - spec/discovery/crm/objects/communications/search_api_spec.rb
1873
+ - spec/discovery/crm/objects/emails/basic_api_spec.rb
1874
+ - spec/discovery/crm/objects/emails/batch_api_spec.rb
1875
+ - spec/discovery/crm/objects/emails/public_object_api_spec.rb
1876
+ - spec/discovery/crm/objects/emails/search_api_spec.rb
1877
+ - spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb
1878
+ - spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb
1879
+ - spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb
1880
+ - spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb
1881
+ - spec/discovery/crm/objects/gdpr_api_spec.rb
1882
+ - spec/discovery/crm/objects/meetings/basic_api_spec.rb
1883
+ - spec/discovery/crm/objects/meetings/batch_api_spec.rb
1884
+ - spec/discovery/crm/objects/meetings/public_object_api_spec.rb
1885
+ - spec/discovery/crm/objects/meetings/search_api_spec.rb
1886
+ - spec/discovery/crm/objects/notes/basic_api_spec.rb
1887
+ - spec/discovery/crm/objects/notes/batch_api_spec.rb
1888
+ - spec/discovery/crm/objects/notes/public_object_api_spec.rb
1889
+ - spec/discovery/crm/objects/notes/search_api_spec.rb
1890
+ - spec/discovery/crm/objects/postal_mail/basic_api_spec.rb
1891
+ - spec/discovery/crm/objects/postal_mail/batch_api_spec.rb
1892
+ - spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb
1893
+ - spec/discovery/crm/objects/postal_mail/search_api_spec.rb
1894
+ - spec/discovery/crm/objects/public_object_api_spec.rb
1895
+ - spec/discovery/crm/objects/search_api_spec.rb
1896
+ - spec/discovery/crm/objects/tasks/basic_api_spec.rb
1897
+ - spec/discovery/crm/objects/tasks/batch_api_spec.rb
1898
+ - spec/discovery/crm/objects/tasks/public_object_api_spec.rb
1899
+ - spec/discovery/crm/objects/tasks/search_api_spec.rb
1900
+ - spec/discovery/crm/owners/owners_api_spec.rb
1901
+ - spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb
1902
+ - spec/discovery/crm/pipelines/pipeline_stage_audits_api_spec.rb
1903
+ - spec/discovery/crm/pipelines/pipeline_stages_api_spec.rb
1904
+ - spec/discovery/crm/pipelines/pipelines_api_spec.rb
1905
+ - spec/discovery/crm/products/basic_api_spec.rb
1906
+ - spec/discovery/crm/products/batch_api_spec.rb
1907
+ - spec/discovery/crm/products/public_object_api_spec.rb
1908
+ - spec/discovery/crm/products/search_api_spec.rb
1909
+ - spec/discovery/crm/properties/batch_api_spec.rb
1910
+ - spec/discovery/crm/properties/core_api_spec.rb
1911
+ - spec/discovery/crm/properties/groups_api_spec.rb
1912
+ - spec/discovery/crm/quotes/basic_api_spec.rb
1913
+ - spec/discovery/crm/quotes/batch_api_spec.rb
1914
+ - spec/discovery/crm/quotes/public_object_api_spec.rb
1915
+ - spec/discovery/crm/quotes/search_api_spec.rb
1916
+ - spec/discovery/crm/schemas/core_api_spec.rb
1917
+ - spec/discovery/crm/schemas/public_object_schemas_api_spec.rb
1918
+ - spec/discovery/crm/tickets/basic_api_spec.rb
1919
+ - spec/discovery/crm/tickets/batch_api_spec.rb
1920
+ - spec/discovery/crm/tickets/public_object_api_spec.rb
1921
+ - spec/discovery/crm/tickets/search_api_spec.rb
1922
+ - spec/discovery/crm/timeline/events_api_spec.rb
1923
+ - spec/discovery/crm/timeline/templates_api_spec.rb
1924
+ - spec/discovery/crm/timeline/tokens_api_spec.rb
1925
+ - spec/discovery/events/events_api_spec.rb
1926
+ - spec/discovery/files/files/files_api_spec.rb
1927
+ - spec/discovery/files/files/folders_api_spec.rb
1928
+ - spec/discovery/marketing/client_spec.rb
1929
+ - spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb
1930
+ - spec/discovery/marketing/events/marketing_events_external_api_spec.rb
1931
+ - spec/discovery/marketing/events/search_api_spec.rb
1932
+ - spec/discovery/marketing/events/settings_external_api_spec.rb
1933
+ - spec/discovery/marketing/forms/forms_api_spec.rb
1934
+ - spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb
1935
+ - spec/discovery/marketing/transactional/single_send_api_spec.rb
1936
+ - spec/discovery/oauth/access_tokens_api_spec.rb
1937
+ - spec/discovery/oauth/refresh_tokens_api_spec.rb
1938
+ - spec/discovery/oauth/tokens_api_spec.rb
1939
+ - spec/discovery/settings/users/roles_api_spec.rb
1940
+ - spec/discovery/settings/users/teams_api_spec.rb
1941
+ - spec/discovery/settings/users/users_api_spec.rb
1942
+ - spec/discovery/webhooks/settings_api_spec.rb
1943
+ - spec/discovery/webhooks/subscriptions_api_spec.rb
1944
+ - spec/helpers/authorize_url_spec.rb
1945
+ - spec/helpers/camel_case_spec.rb
1946
+ - spec/helpers/signature_spec.rb
1776
1947
  - spec/spec_helper.rb
1777
1948
  homepage: https://github.com/HubSpot/hubspot-api-ruby
1778
1949
  licenses:
@@ -1786,782 +1957,167 @@ required_ruby_version: !ruby/object:Gem::Requirement
1786
1957
  requirements:
1787
1958
  - - ">="
1788
1959
  - !ruby/object:Gem::Version
1789
- version: '1.9'
1960
+ version: '2.7'
1790
1961
  required_rubygems_version: !ruby/object:Gem::Requirement
1791
1962
  requirements:
1792
1963
  - - ">="
1793
1964
  - !ruby/object:Gem::Version
1794
1965
  version: '0'
1795
1966
  requirements: []
1796
- rubygems_version: 3.1.2
1967
+ rubygems_version: 3.2.3
1797
1968
  signing_key:
1798
1969
  specification_version: 4
1799
1970
  summary: HubSpot Ruby API Gem
1800
1971
  test_files:
1801
- - spec/codegen/oauth/models/error_spec.rb
1802
- - spec/codegen/oauth/models/access_token_info_response_spec.rb
1803
- - spec/codegen/oauth/models/error_detail_spec.rb
1804
- - spec/codegen/oauth/models/refresh_token_info_response_spec.rb
1805
- - spec/codegen/oauth/models/token_response_if_spec.rb
1806
- - spec/codegen/oauth/api/default_api_spec.rb
1807
- - spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb
1808
- - spec/codegen/crm/tickets/models/error_spec.rb
1809
- - spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb
1810
- - spec/codegen/crm/tickets/models/simple_public_object_spec.rb
1811
- - spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb
1812
- - spec/codegen/crm/tickets/models/public_object_search_request_spec.rb
1813
- - spec/codegen/crm/tickets/models/next_page_spec.rb
1814
- - spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb
1815
- - spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb
1816
- - spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1817
- - spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb
1818
- - spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb
1819
- - spec/codegen/crm/tickets/models/standard_error_spec.rb
1820
- - spec/codegen/crm/tickets/models/filter_group_spec.rb
1821
- - spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb
1822
- - spec/codegen/crm/tickets/models/associated_id_spec.rb
1823
- - spec/codegen/crm/tickets/models/error_category_spec.rb
1824
- - spec/codegen/crm/tickets/models/error_detail_spec.rb
1825
- - spec/codegen/crm/tickets/models/paging_spec.rb
1826
- - spec/codegen/crm/tickets/models/previous_page_spec.rb
1827
- - spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb
1828
- - spec/codegen/crm/tickets/models/forward_paging_spec.rb
1829
- - spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb
1830
- - spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb
1831
- - spec/codegen/crm/tickets/models/filter_spec.rb
1832
- - spec/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1833
- - spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb
1834
- - spec/codegen/crm/tickets/api/search_api_spec.rb
1835
- - spec/codegen/crm/tickets/api/associations_api_spec.rb
1836
- - spec/codegen/crm/tickets/api/basic_api_spec.rb
1837
- - spec/codegen/crm/tickets/api/batch_api_spec.rb
1838
- - spec/codegen/crm/associations/models/error_spec.rb
1839
- - spec/codegen/crm/associations/models/public_object_id_spec.rb
1840
- - spec/codegen/crm/associations/models/public_association_spec.rb
1841
- - spec/codegen/crm/associations/models/batch_input_public_association_spec.rb
1842
- - spec/codegen/crm/associations/models/public_association_definiton_spec.rb
1843
- - spec/codegen/crm/associations/models/next_page_spec.rb
1844
- - spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb
1845
- - spec/codegen/crm/associations/models/public_association_multi_spec.rb
1846
- - spec/codegen/crm/associations/models/standard_error_spec.rb
1847
- - spec/codegen/crm/associations/models/associated_id_spec.rb
1848
- - spec/codegen/crm/associations/models/error_category_spec.rb
1849
- - spec/codegen/crm/associations/models/error_detail_spec.rb
1850
- - spec/codegen/crm/associations/models/paging_spec.rb
1851
- - spec/codegen/crm/associations/models/batch_response_public_association_spec.rb
1852
- - spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb
1853
- - spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb
1854
- - spec/codegen/crm/associations/api/types_api_spec.rb
1855
- - spec/codegen/crm/associations/api/batch_api_spec.rb
1856
- - spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb
1857
- - spec/codegen/crm/products/models/error_spec.rb
1858
- - spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb
1859
- - spec/codegen/crm/products/models/simple_public_object_spec.rb
1860
- - spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb
1861
- - spec/codegen/crm/products/models/public_object_search_request_spec.rb
1862
- - spec/codegen/crm/products/models/next_page_spec.rb
1863
- - spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb
1864
- - spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb
1865
- - spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1866
- - spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb
1867
- - spec/codegen/crm/products/models/simple_public_object_id_spec.rb
1868
- - spec/codegen/crm/products/models/standard_error_spec.rb
1869
- - spec/codegen/crm/products/models/filter_group_spec.rb
1870
- - spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb
1871
- - spec/codegen/crm/products/models/associated_id_spec.rb
1872
- - spec/codegen/crm/products/models/error_category_spec.rb
1873
- - spec/codegen/crm/products/models/error_detail_spec.rb
1874
- - spec/codegen/crm/products/models/paging_spec.rb
1875
- - spec/codegen/crm/products/models/previous_page_spec.rb
1876
- - spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb
1877
- - spec/codegen/crm/products/models/forward_paging_spec.rb
1878
- - spec/codegen/crm/products/models/collection_response_associated_id_spec.rb
1879
- - spec/codegen/crm/products/models/simple_public_object_input_spec.rb
1880
- - spec/codegen/crm/products/models/filter_spec.rb
1881
- - spec/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1882
- - spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb
1883
- - spec/codegen/crm/products/api/search_api_spec.rb
1884
- - spec/codegen/crm/products/api/associations_api_spec.rb
1885
- - spec/codegen/crm/products/api/basic_api_spec.rb
1886
- - spec/codegen/crm/products/api/batch_api_spec.rb
1887
- - spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb
1888
- - spec/codegen/crm/quotes/models/error_spec.rb
1889
- - spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb
1890
- - spec/codegen/crm/quotes/models/simple_public_object_spec.rb
1891
- - spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb
1892
- - spec/codegen/crm/quotes/models/public_object_search_request_spec.rb
1893
- - spec/codegen/crm/quotes/models/next_page_spec.rb
1894
- - spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb
1895
- - spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb
1896
- - spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1897
- - spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb
1898
- - spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb
1899
- - spec/codegen/crm/quotes/models/standard_error_spec.rb
1900
- - spec/codegen/crm/quotes/models/filter_group_spec.rb
1901
- - spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb
1902
- - spec/codegen/crm/quotes/models/associated_id_spec.rb
1903
- - spec/codegen/crm/quotes/models/error_category_spec.rb
1904
- - spec/codegen/crm/quotes/models/error_detail_spec.rb
1905
- - spec/codegen/crm/quotes/models/paging_spec.rb
1906
- - spec/codegen/crm/quotes/models/previous_page_spec.rb
1907
- - spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb
1908
- - spec/codegen/crm/quotes/models/forward_paging_spec.rb
1909
- - spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb
1910
- - spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb
1911
- - spec/codegen/crm/quotes/models/filter_spec.rb
1912
- - spec/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1913
- - spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb
1914
- - spec/codegen/crm/quotes/api/search_api_spec.rb
1915
- - spec/codegen/crm/quotes/api/associations_api_spec.rb
1916
- - spec/codegen/crm/quotes/api/basic_api_spec.rb
1917
- - spec/codegen/crm/quotes/api/batch_api_spec.rb
1918
- - spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb
1919
- - spec/codegen/crm/contacts/models/error_spec.rb
1920
- - spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb
1921
- - spec/codegen/crm/contacts/models/simple_public_object_spec.rb
1922
- - spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb
1923
- - spec/codegen/crm/contacts/models/public_object_search_request_spec.rb
1924
- - spec/codegen/crm/contacts/models/next_page_spec.rb
1925
- - spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb
1926
- - spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb
1927
- - spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1928
- - spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb
1929
- - spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb
1930
- - spec/codegen/crm/contacts/models/standard_error_spec.rb
1931
- - spec/codegen/crm/contacts/models/filter_group_spec.rb
1932
- - spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb
1933
- - spec/codegen/crm/contacts/models/associated_id_spec.rb
1934
- - spec/codegen/crm/contacts/models/error_category_spec.rb
1935
- - spec/codegen/crm/contacts/models/error_detail_spec.rb
1936
- - spec/codegen/crm/contacts/models/paging_spec.rb
1937
- - spec/codegen/crm/contacts/models/previous_page_spec.rb
1938
- - spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb
1939
- - spec/codegen/crm/contacts/models/forward_paging_spec.rb
1940
- - spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb
1941
- - spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb
1942
- - spec/codegen/crm/contacts/models/filter_spec.rb
1943
- - spec/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1944
- - spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb
1945
- - spec/codegen/crm/contacts/api/search_api_spec.rb
1946
- - spec/codegen/crm/contacts/api/associations_api_spec.rb
1947
- - spec/codegen/crm/contacts/api/basic_api_spec.rb
1948
- - spec/codegen/crm/contacts/api/batch_api_spec.rb
1949
- - spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb
1950
- - spec/codegen/crm/objects/models/error_spec.rb
1951
- - spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb
1952
- - spec/codegen/crm/objects/models/simple_public_object_spec.rb
1953
- - spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb
1954
- - spec/codegen/crm/objects/models/public_object_search_request_spec.rb
1955
- - spec/codegen/crm/objects/models/next_page_spec.rb
1956
- - spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb
1957
- - spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb
1958
- - spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1959
- - spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb
1960
- - spec/codegen/crm/objects/models/simple_public_object_id_spec.rb
1961
- - spec/codegen/crm/objects/models/standard_error_spec.rb
1962
- - spec/codegen/crm/objects/models/filter_group_spec.rb
1963
- - spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb
1964
- - spec/codegen/crm/objects/models/associated_id_spec.rb
1965
- - spec/codegen/crm/objects/models/error_category_spec.rb
1966
- - spec/codegen/crm/objects/models/error_detail_spec.rb
1967
- - spec/codegen/crm/objects/models/paging_spec.rb
1968
- - spec/codegen/crm/objects/models/previous_page_spec.rb
1969
- - spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb
1970
- - spec/codegen/crm/objects/models/forward_paging_spec.rb
1971
- - spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb
1972
- - spec/codegen/crm/objects/models/simple_public_object_input_spec.rb
1973
- - spec/codegen/crm/objects/models/filter_spec.rb
1974
- - spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
1975
- - spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb
1976
- - spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb
1977
- - spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb
1978
- - spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb
1979
- - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb
1980
- - spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb
1981
- - spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb
1982
- - spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb
1983
- - spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb
1984
- - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb
1985
- - spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
1986
- - spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb
1987
- - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb
1988
- - spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb
1989
- - spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb
1990
- - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb
1991
- - spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb
1992
- - spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb
1993
- - spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb
1994
- - spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb
1995
- - spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb
1996
- - spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb
1997
- - spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb
1998
- - spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb
1999
- - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb
2000
- - spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb
2001
- - spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
2002
- - spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb
2003
- - spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb
2004
- - spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb
2005
- - spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb
2006
- - spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb
2007
- - spec/codegen/crm/objects/api/search_api_spec.rb
2008
- - spec/codegen/crm/objects/api/associations_api_spec.rb
2009
- - spec/codegen/crm/objects/api/basic_api_spec.rb
2010
- - spec/codegen/crm/objects/api/batch_api_spec.rb
2011
- - spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb
2012
- - spec/codegen/crm/deals/models/error_spec.rb
2013
- - spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb
2014
- - spec/codegen/crm/deals/models/simple_public_object_spec.rb
2015
- - spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb
2016
- - spec/codegen/crm/deals/models/public_object_search_request_spec.rb
2017
- - spec/codegen/crm/deals/models/next_page_spec.rb
2018
- - spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb
2019
- - spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb
2020
- - spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
2021
- - spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb
2022
- - spec/codegen/crm/deals/models/simple_public_object_id_spec.rb
2023
- - spec/codegen/crm/deals/models/standard_error_spec.rb
2024
- - spec/codegen/crm/deals/models/filter_group_spec.rb
2025
- - spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb
2026
- - spec/codegen/crm/deals/models/associated_id_spec.rb
2027
- - spec/codegen/crm/deals/models/error_category_spec.rb
2028
- - spec/codegen/crm/deals/models/error_detail_spec.rb
2029
- - spec/codegen/crm/deals/models/paging_spec.rb
2030
- - spec/codegen/crm/deals/models/previous_page_spec.rb
2031
- - spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb
2032
- - spec/codegen/crm/deals/models/forward_paging_spec.rb
2033
- - spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb
2034
- - spec/codegen/crm/deals/models/simple_public_object_input_spec.rb
2035
- - spec/codegen/crm/deals/models/filter_spec.rb
2036
- - spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
2037
- - spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb
2038
- - spec/codegen/crm/deals/api/search_api_spec.rb
2039
- - spec/codegen/crm/deals/api/associations_api_spec.rb
2040
- - spec/codegen/crm/deals/api/basic_api_spec.rb
2041
- - spec/codegen/crm/deals/api/batch_api_spec.rb
2042
- - spec/codegen/crm/pipelines/models/error_spec.rb
2043
- - spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb
2044
- - spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb
2045
- - spec/codegen/crm/pipelines/models/next_page_spec.rb
2046
- - spec/codegen/crm/pipelines/models/pipeline_input_spec.rb
2047
- - spec/codegen/crm/pipelines/models/error_detail_spec.rb
2048
- - spec/codegen/crm/pipelines/models/paging_spec.rb
2049
- - spec/codegen/crm/pipelines/models/pipeline_spec.rb
2050
- - spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb
2051
- - spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb
2052
- - spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb
2053
- - spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb
2054
- - spec/codegen/crm/pipelines/api/pipelines_api_spec.rb
2055
- - spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb
2056
- - spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb
2057
- - spec/codegen/crm/line_items/models/error_spec.rb
2058
- - spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb
2059
- - spec/codegen/crm/line_items/models/simple_public_object_spec.rb
2060
- - spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb
2061
- - spec/codegen/crm/line_items/models/public_object_search_request_spec.rb
2062
- - spec/codegen/crm/line_items/models/next_page_spec.rb
2063
- - spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb
2064
- - spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb
2065
- - spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
2066
- - spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb
2067
- - spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb
2068
- - spec/codegen/crm/line_items/models/standard_error_spec.rb
2069
- - spec/codegen/crm/line_items/models/filter_group_spec.rb
2070
- - spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb
2071
- - spec/codegen/crm/line_items/models/associated_id_spec.rb
2072
- - spec/codegen/crm/line_items/models/error_category_spec.rb
2073
- - spec/codegen/crm/line_items/models/error_detail_spec.rb
2074
- - spec/codegen/crm/line_items/models/paging_spec.rb
2075
- - spec/codegen/crm/line_items/models/previous_page_spec.rb
2076
- - spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb
2077
- - spec/codegen/crm/line_items/models/forward_paging_spec.rb
2078
- - spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb
2079
- - spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb
2080
- - spec/codegen/crm/line_items/models/filter_spec.rb
2081
- - spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
2082
- - spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb
2083
- - spec/codegen/crm/line_items/api/search_api_spec.rb
2084
- - spec/codegen/crm/line_items/api/associations_api_spec.rb
2085
- - spec/codegen/crm/line_items/api/basic_api_spec.rb
2086
- - spec/codegen/crm/line_items/api/batch_api_spec.rb
2087
- - spec/codegen/crm/imports/models/error_spec.rb
2088
- - spec/codegen/crm/imports/models/action_response_spec.rb
2089
- - spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb
2090
- - spec/codegen/crm/imports/models/public_import_response_spec.rb
2091
- - spec/codegen/crm/imports/models/public_object_list_record_spec.rb
2092
- - spec/codegen/crm/imports/models/public_import_error_spec.rb
2093
- - spec/codegen/crm/imports/models/next_page_spec.rb
2094
- - spec/codegen/crm/imports/models/public_import_metadata_spec.rb
2095
- - spec/codegen/crm/imports/models/import_row_core_spec.rb
2096
- - spec/codegen/crm/imports/models/error_detail_spec.rb
2097
- - spec/codegen/crm/imports/models/paging_spec.rb
2098
- - spec/codegen/crm/imports/models/previous_page_spec.rb
2099
- - spec/codegen/crm/imports/models/forward_paging_spec.rb
2100
- - spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb
2101
- - spec/codegen/crm/imports/api/default_api_spec.rb
2102
- - spec/codegen/crm/imports/api/core_api_spec.rb
2103
- - spec/codegen/crm/schemas/models/error_spec.rb
2104
- - spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb
2105
- - spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb
2106
- - spec/codegen/crm/schemas/models/option_spec.rb
2107
- - spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb
2108
- - spec/codegen/crm/schemas/models/association_definition_spec.rb
2109
- - spec/codegen/crm/schemas/models/object_type_property_create_spec.rb
2110
- - spec/codegen/crm/schemas/models/property_spec.rb
2111
- - spec/codegen/crm/schemas/models/option_input_spec.rb
2112
- - spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb
2113
- - spec/codegen/crm/schemas/models/object_schema_spec.rb
2114
- - spec/codegen/crm/schemas/models/object_type_definition_spec.rb
2115
- - spec/codegen/crm/schemas/models/error_detail_spec.rb
2116
- - spec/codegen/crm/schemas/models/object_schema_egg_spec.rb
2117
- - spec/codegen/crm/schemas/models/association_definition_egg_spec.rb
2118
- - spec/codegen/crm/schemas/api/default_api_spec.rb
2119
- - spec/codegen/crm/schemas/api/core_api_spec.rb
2120
- - spec/codegen/crm/extensions/accounting/models/error_spec.rb
2121
- - spec/codegen/crm/extensions/accounting/models/action_response_spec.rb
2122
- - spec/codegen/crm/extensions/accounting/models/tax_spec.rb
2123
- - spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb
2124
- - spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb
2125
- - spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb
2126
- - spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb
2127
- - spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb
2128
- - spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb
2129
- - spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb
2130
- - spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb
2131
- - spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb
2132
- - spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb
2133
- - spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb
2134
- - spec/codegen/crm/extensions/accounting/models/product_spec.rb
2135
- - spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb
2136
- - spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb
2137
- - spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb
2138
- - spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb
2139
- - spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb
2140
- - spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb
2141
- - spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb
2142
- - spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb
2143
- - spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb
2144
- - spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb
2145
- - spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb
2146
- - spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb
2147
- - spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb
2148
- - spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb
2149
- - spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb
2150
- - spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb
2151
- - spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb
2152
- - spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb
2153
- - spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb
2154
- - spec/codegen/crm/extensions/accounting/models/address_spec.rb
2155
- - spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb
2156
- - spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb
2157
- - spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb
2158
- - spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb
2159
- - spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb
2160
- - spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb
2161
- - spec/codegen/crm/extensions/calling/models/error_spec.rb
2162
- - spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb
2163
- - spec/codegen/crm/extensions/calling/models/settings_request_spec.rb
2164
- - spec/codegen/crm/extensions/calling/models/error_detail_spec.rb
2165
- - spec/codegen/crm/extensions/calling/models/settings_response_spec.rb
2166
- - spec/codegen/crm/extensions/calling/api/settings_api_spec.rb
2167
- - spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb
2168
- - spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb
2169
- - spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb
2170
- - spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb
2171
- - spec/codegen/crm/extensions/cards/models/error_spec.rb
2172
- - spec/codegen/crm/extensions/cards/models/card_response_spec.rb
2173
- - spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb
2174
- - spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb
2175
- - spec/codegen/crm/extensions/cards/models/display_option_spec.rb
2176
- - spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb
2177
- - spec/codegen/crm/extensions/cards/models/card_actions_spec.rb
2178
- - spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb
2179
- - spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb
2180
- - spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb
2181
- - spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb
2182
- - spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb
2183
- - spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb
2184
- - spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb
2185
- - spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb
2186
- - spec/codegen/crm/extensions/cards/models/object_token_spec.rb
2187
- - spec/codegen/crm/extensions/cards/models/error_detail_spec.rb
2188
- - spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb
2189
- - spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb
2190
- - spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb
2191
- - spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb
2192
- - spec/codegen/crm/extensions/cards/api/cards_api_spec.rb
2193
- - spec/codegen/crm/properties/models/error_spec.rb
2194
- - spec/codegen/crm/properties/models/property_name_spec.rb
2195
- - spec/codegen/crm/properties/models/property_modification_metadata_spec.rb
2196
- - spec/codegen/crm/properties/models/property_create_spec.rb
2197
- - spec/codegen/crm/properties/models/batch_response_property_spec.rb
2198
- - spec/codegen/crm/properties/models/option_spec.rb
2199
- - spec/codegen/crm/properties/models/property_group_spec.rb
2200
- - spec/codegen/crm/properties/models/batch_input_property_create_spec.rb
2201
- - spec/codegen/crm/properties/models/next_page_spec.rb
2202
- - spec/codegen/crm/properties/models/property_group_update_spec.rb
2203
- - spec/codegen/crm/properties/models/property_spec.rb
2204
- - spec/codegen/crm/properties/models/standard_error_spec.rb
2205
- - spec/codegen/crm/properties/models/option_input_spec.rb
2206
- - spec/codegen/crm/properties/models/property_group_create_spec.rb
2207
- - spec/codegen/crm/properties/models/error_category_spec.rb
2208
- - spec/codegen/crm/properties/models/error_detail_spec.rb
2209
- - spec/codegen/crm/properties/models/collection_response_property_group_spec.rb
2210
- - spec/codegen/crm/properties/models/paging_spec.rb
2211
- - spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb
2212
- - spec/codegen/crm/properties/models/property_update_spec.rb
2213
- - spec/codegen/crm/properties/models/collection_response_property_spec.rb
2214
- - spec/codegen/crm/properties/models/batch_input_property_name_spec.rb
2215
- - spec/codegen/crm/properties/api/groups_api_spec.rb
2216
- - spec/codegen/crm/properties/api/core_api_spec.rb
2217
- - spec/codegen/crm/properties/api/batch_api_spec.rb
2218
- - spec/codegen/crm/owners/models/error_spec.rb
2219
- - spec/codegen/crm/owners/models/next_page_spec.rb
2220
- - spec/codegen/crm/owners/models/public_owner_spec.rb
2221
- - spec/codegen/crm/owners/models/error_detail_spec.rb
2222
- - spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb
2223
- - spec/codegen/crm/owners/models/forward_paging_spec.rb
2224
- - spec/codegen/crm/owners/models/public_team_spec.rb
2225
- - spec/codegen/crm/owners/api/default_api_spec.rb
2226
- - spec/codegen/crm/timeline/models/error_spec.rb
2227
- - spec/codegen/crm/timeline/models/event_detail_spec.rb
2228
- - spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb
2229
- - spec/codegen/crm/timeline/models/timeline_event_spec.rb
2230
- - spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb
2231
- - spec/codegen/crm/timeline/models/next_page_spec.rb
2232
- - spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb
2233
- - spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb
2234
- - spec/codegen/crm/timeline/models/standard_error_spec.rb
2235
- - spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb
2236
- - spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb
2237
- - spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb
2238
- - spec/codegen/crm/timeline/models/error_category_spec.rb
2239
- - spec/codegen/crm/timeline/models/error_detail_spec.rb
2240
- - spec/codegen/crm/timeline/models/paging_spec.rb
2241
- - spec/codegen/crm/timeline/models/previous_page_spec.rb
2242
- - spec/codegen/crm/timeline/models/timeline_event_response_spec.rb
2243
- - spec/codegen/crm/timeline/models/timeline_event_template_spec.rb
2244
- - spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb
2245
- - spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb
2246
- - spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb
2247
- - spec/codegen/crm/timeline/api/tokens_api_spec.rb
2248
- - spec/codegen/crm/timeline/api/events_api_spec.rb
2249
- - spec/codegen/crm/timeline/api/templates_api_spec.rb
2250
- - spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb
2251
- - spec/codegen/crm/companies/models/error_spec.rb
2252
- - spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb
2253
- - spec/codegen/crm/companies/models/simple_public_object_spec.rb
2254
- - spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb
2255
- - spec/codegen/crm/companies/models/public_object_search_request_spec.rb
2256
- - spec/codegen/crm/companies/models/next_page_spec.rb
2257
- - spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb
2258
- - spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb
2259
- - spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb
2260
- - spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb
2261
- - spec/codegen/crm/companies/models/simple_public_object_id_spec.rb
2262
- - spec/codegen/crm/companies/models/standard_error_spec.rb
2263
- - spec/codegen/crm/companies/models/filter_group_spec.rb
2264
- - spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb
2265
- - spec/codegen/crm/companies/models/associated_id_spec.rb
2266
- - spec/codegen/crm/companies/models/error_category_spec.rb
2267
- - spec/codegen/crm/companies/models/error_detail_spec.rb
2268
- - spec/codegen/crm/companies/models/paging_spec.rb
2269
- - spec/codegen/crm/companies/models/previous_page_spec.rb
2270
- - spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb
2271
- - spec/codegen/crm/companies/models/forward_paging_spec.rb
2272
- - spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb
2273
- - spec/codegen/crm/companies/models/simple_public_object_input_spec.rb
2274
- - spec/codegen/crm/companies/models/filter_spec.rb
2275
- - spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb
2276
- - spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb
2277
- - spec/codegen/crm/companies/api/search_api_spec.rb
2278
- - spec/codegen/crm/companies/api/associations_api_spec.rb
2279
- - spec/codegen/crm/companies/api/basic_api_spec.rb
2280
- - spec/codegen/crm/companies/api/batch_api_spec.rb
2281
- - spec/codegen/cms/audit-logs/models/error_spec.rb
2282
- - spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb
2283
- - spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb
2284
- - spec/codegen/cms/audit-logs/models/next_page_spec.rb
2285
- - spec/codegen/cms/audit-logs/models/error_detail_spec.rb
2286
- - spec/codegen/cms/audit-logs/models/paging_spec.rb
2287
- - spec/codegen/cms/audit-logs/api/default_api_spec.rb
2288
- - spec/codegen/cms/site-search/models/error_spec.rb
2289
- - spec/codegen/cms/site-search/models/content_search_result_spec.rb
2290
- - spec/codegen/cms/site-search/models/indexed_data_spec.rb
2291
- - spec/codegen/cms/site-search/models/public_search_results_spec.rb
2292
- - spec/codegen/cms/site-search/models/error_detail_spec.rb
2293
- - spec/codegen/cms/site-search/models/search_hit_field_spec.rb
2294
- - spec/codegen/cms/site-search/api/default_api_spec.rb
2295
- - spec/codegen/cms/blogs/authors/models/error_spec.rb
2296
- - spec/codegen/cms/blogs/authors/models/next_page_spec.rb
2297
- - spec/codegen/cms/blogs/authors/models/blog_author_spec.rb
2298
- - spec/codegen/cms/blogs/authors/models/standard_error_spec.rb
2299
- - spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb
2300
- - spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb
2301
- - spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb
2302
- - spec/codegen/cms/blogs/authors/models/error_detail_spec.rb
2303
- - spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb
2304
- - spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb
2305
- - spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb
2306
- - spec/codegen/cms/blogs/authors/api/default_api_spec.rb
2307
- - spec/codegen/cms/blogs/blog-posts/models/error_spec.rb
2308
- - spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb
2309
- - spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb
2310
- - spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb
2311
- - spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb
2312
- - spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb
2313
- - spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb
2314
- - spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb
2315
- - spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb
2316
- - spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb
2317
- - spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb
2318
- - spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb
2319
- - spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb
2320
- - spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb
2321
- - spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb
2322
- - spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb
2323
- - spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb
2324
- - spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb
2325
- - spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb
2326
- - spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb
2327
- - spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb
2328
- - spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb
2329
- - spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb
2330
- - spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb
2331
- - spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb
2332
- - spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb
2333
- - spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb
2334
- - spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb
2335
- - spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb
2336
- - spec/codegen/cms/blogs/tags/models/error_spec.rb
2337
- - spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb
2338
- - spec/codegen/cms/blogs/tags/models/tag_spec.rb
2339
- - spec/codegen/cms/blogs/tags/models/next_page_spec.rb
2340
- - spec/codegen/cms/blogs/tags/models/standard_error_spec.rb
2341
- - spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb
2342
- - spec/codegen/cms/blogs/tags/models/error_detail_spec.rb
2343
- - spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb
2344
- - spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb
2345
- - spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb
2346
- - spec/codegen/cms/blogs/tags/api/default_api_spec.rb
2347
- - spec/codegen/cms/hubdb/models/error_spec.rb
2348
- - spec/codegen/cms/hubdb/models/import_result_spec.rb
2349
- - spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb
2350
- - spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb
2351
- - spec/codegen/cms/hubdb/models/option_spec.rb
2352
- - spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb
2353
- - spec/codegen/cms/hubdb/models/next_page_spec.rb
2354
- - spec/codegen/cms/hubdb/models/simple_user_spec.rb
2355
- - spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb
2356
- - spec/codegen/cms/hubdb/models/column_input_spec.rb
2357
- - spec/codegen/cms/hubdb/models/standard_error_spec.rb
2358
- - spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb
2359
- - spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb
2360
- - spec/codegen/cms/hubdb/models/batch_input_string_spec.rb
2361
- - spec/codegen/cms/hubdb/models/column_spec.rb
2362
- - spec/codegen/cms/hubdb/models/error_detail_spec.rb
2363
- - spec/codegen/cms/hubdb/models/foreign_id_spec.rb
2364
- - spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb
2365
- - spec/codegen/cms/hubdb/models/forward_paging_spec.rb
2366
- - spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb
2367
- - spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb
2368
- - spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb
2369
- - spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb
2370
- - spec/codegen/cms/hubdb/api/rows_api_spec.rb
2371
- - spec/codegen/cms/hubdb/api/tables_api_spec.rb
2372
- - spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb
2373
- - spec/codegen/cms/domains/models/error_spec.rb
2374
- - spec/codegen/cms/domains/models/domain_cdn_config_spec.rb
2375
- - spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb
2376
- - spec/codegen/cms/domains/models/next_page_spec.rb
2377
- - spec/codegen/cms/domains/models/domain_spec.rb
2378
- - spec/codegen/cms/domains/models/error_detail_spec.rb
2379
- - spec/codegen/cms/domains/models/paging_spec.rb
2380
- - spec/codegen/cms/domains/models/domain_setup_info_spec.rb
2381
- - spec/codegen/cms/domains/api/domains_api_spec.rb
2382
- - spec/codegen/cms/url-redirects/models/error_spec.rb
2383
- - spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb
2384
- - spec/codegen/cms/url-redirects/models/next_page_spec.rb
2385
- - spec/codegen/cms/url-redirects/models/url_mapping_spec.rb
2386
- - spec/codegen/cms/url-redirects/models/error_detail_spec.rb
2387
- - spec/codegen/cms/url-redirects/models/paging_spec.rb
2388
- - spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb
2389
- - spec/codegen/cms/url-redirects/api/redirects_api_spec.rb
2390
- - spec/codegen/cms/performance/models/error_spec.rb
2391
- - spec/codegen/cms/performance/models/performance_view_spec.rb
2392
- - spec/codegen/cms/performance/models/error_detail_spec.rb
2393
- - spec/codegen/cms/performance/models/public_performance_response_spec.rb
2394
- - spec/codegen/cms/performance/api/default_api_spec.rb
2395
- - spec/codegen/conversations/visitor-identification/models/error_spec.rb
2396
- - spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb
2397
- - spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb
2398
- - spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb
2399
- - spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb
2400
- - spec/codegen/files/files/models/error_spec.rb
2401
- - spec/codegen/files/files/models/folder_input_spec.rb
2402
- - spec/codegen/files/files/models/file_update_input_spec.rb
2403
- - spec/codegen/files/files/models/collection_response_file_spec.rb
2404
- - spec/codegen/files/files/models/folder_spec.rb
2405
- - spec/codegen/files/files/models/file_action_response_spec.rb
2406
- - spec/codegen/files/files/models/next_page_spec.rb
2407
- - spec/codegen/files/files/models/import_from_url_input_spec.rb
2408
- - spec/codegen/files/files/models/hubspot_file_spec.rb
2409
- - spec/codegen/files/files/models/standard_error_spec.rb
2410
- - spec/codegen/files/files/models/folder_update_task_locator_spec.rb
2411
- - spec/codegen/files/files/models/error_category_spec.rb
2412
- - spec/codegen/files/files/models/folder_update_input_spec.rb
2413
- - spec/codegen/files/files/models/collection_response_folder_spec.rb
2414
- - spec/codegen/files/files/models/error_detail_spec.rb
2415
- - spec/codegen/files/files/models/signed_url_spec.rb
2416
- - spec/codegen/files/files/models/paging_spec.rb
2417
- - spec/codegen/files/files/models/folder_action_response_spec.rb
2418
- - spec/codegen/files/files/models/previous_page_spec.rb
2419
- - spec/codegen/files/files/models/import_from_url_task_locator_spec.rb
2420
- - spec/codegen/files/files/api/files_api_spec.rb
2421
- - spec/codegen/files/files/api/folders_api_spec.rb
2422
- - spec/codegen/marketing/transactional/models/error_spec.rb
2423
- - spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb
2424
- - spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb
2425
- - spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb
2426
- - spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb
2427
- - spec/codegen/marketing/transactional/models/next_page_spec.rb
2428
- - spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb
2429
- - spec/codegen/marketing/transactional/models/event_id_view_spec.rb
2430
- - spec/codegen/marketing/transactional/models/error_detail_spec.rb
2431
- - spec/codegen/marketing/transactional/models/paging_spec.rb
2432
- - spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb
2433
- - spec/codegen/marketing/transactional/api/default_api_spec.rb
2434
- - spec/codegen/automation/actions/models/error_spec.rb
2435
- - spec/codegen/automation/actions/models/callback_completion_request_spec.rb
2436
- - spec/codegen/automation/actions/models/option_spec.rb
2437
- - spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb
2438
- - spec/codegen/automation/actions/models/input_field_definition_spec.rb
2439
- - spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb
2440
- - spec/codegen/automation/actions/models/object_request_options_spec.rb
2441
- - spec/codegen/automation/actions/models/next_page_spec.rb
2442
- - spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb
2443
- - spec/codegen/automation/actions/models/action_function_spec.rb
2444
- - spec/codegen/automation/actions/models/action_revision_spec.rb
2445
- - spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb
2446
- - spec/codegen/automation/actions/models/field_type_definition_spec.rb
2447
- - spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb
2448
- - spec/codegen/automation/actions/models/extension_action_definition_spec.rb
2449
- - spec/codegen/automation/actions/models/action_labels_spec.rb
2450
- - spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb
2451
- - spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb
2452
- - spec/codegen/automation/actions/models/error_detail_spec.rb
2453
- - spec/codegen/automation/actions/models/single_field_dependency_spec.rb
2454
- - spec/codegen/automation/actions/models/forward_paging_spec.rb
2455
- - spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb
2456
- - spec/codegen/automation/actions/models/action_function_identifier_spec.rb
2457
- - spec/codegen/automation/actions/api/functions_api_spec.rb
2458
- - spec/codegen/automation/actions/api/definitions_api_spec.rb
2459
- - spec/codegen/automation/actions/api/callbacks_api_spec.rb
2460
- - spec/codegen/automation/actions/api/revisions_api_spec.rb
2461
- - spec/codegen/events/models/error_spec.rb
2462
- - spec/codegen/events/models/collection_response_external_unified_event_spec.rb
2463
- - spec/codegen/events/models/next_page_spec.rb
2464
- - spec/codegen/events/models/error_detail_spec.rb
2465
- - spec/codegen/events/models/paging_spec.rb
2466
- - spec/codegen/events/models/external_unified_event_spec.rb
2467
- - spec/codegen/events/api/events_api_spec.rb
2468
- - spec/codegen/webhooks/models/error_spec.rb
2469
- - spec/codegen/webhooks/models/throttling_settings_spec.rb
2470
- - spec/codegen/webhooks/models/subscription_patch_request_spec.rb
2471
- - spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb
2472
- - spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb
2473
- - spec/codegen/webhooks/models/subscription_response_spec.rb
2474
- - spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb
2475
- - spec/codegen/webhooks/models/standard_error_spec.rb
2476
- - spec/codegen/webhooks/models/subscription_list_response_spec.rb
2477
- - spec/codegen/webhooks/models/error_category_spec.rb
2478
- - spec/codegen/webhooks/models/subscription_create_request_spec.rb
2479
- - spec/codegen/webhooks/models/error_detail_spec.rb
2480
- - spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb
2481
- - spec/codegen/webhooks/models/settings_change_request_spec.rb
2482
- - spec/codegen/webhooks/models/settings_response_spec.rb
2483
- - spec/codegen/webhooks/api/settings_api_spec.rb
2484
- - spec/codegen/webhooks/api/subscriptions_api_spec.rb
2485
- - spec/features/oauth/default_api_spec.rb
2486
- - spec/features/crm/tickets/search_api_spec.rb
2487
- - spec/features/crm/tickets/associations_api_spec.rb
2488
- - spec/features/crm/tickets/basic_api_spec.rb
2489
- - spec/features/crm/tickets/batch_api_spec.rb
2490
- - spec/features/crm/associations/types_api_spec.rb
2491
- - spec/features/crm/associations/batch_api_spec.rb
2492
- - spec/features/crm/products/search_api_spec.rb
2493
- - spec/features/crm/products/associations_api_spec.rb
2494
- - spec/features/crm/products/basic_api_spec.rb
2495
- - spec/features/crm/products/batch_api_spec.rb
2496
- - spec/features/crm/quotes/search_api_spec.rb
2497
- - spec/features/crm/quotes/associations_api_spec.rb
2498
- - spec/features/crm/quotes/basic_api_spec.rb
2499
- - spec/features/crm/quotes/batch_api_spec.rb
2500
- - spec/features/crm/contacts/search_api_spec.rb
2501
- - spec/features/crm/contacts/associations_api_spec.rb
2502
- - spec/features/crm/contacts/basic_api_spec.rb
2503
- - spec/features/crm/contacts/batch_api_spec.rb
2504
- - spec/features/crm/objects/search_api_spec.rb
2505
- - spec/features/crm/objects/associations_api_spec.rb
2506
- - spec/features/crm/objects/basic_api_spec.rb
2507
- - spec/features/crm/objects/feedback_submissions/search_api_spec.rb
2508
- - spec/features/crm/objects/feedback_submissions/associations_api_spec.rb
2509
- - spec/features/crm/objects/feedback_submissions/basic_api_spec.rb
2510
- - spec/features/crm/objects/feedback_submissions/batch_api_spec.rb
2511
- - spec/features/crm/objects/batch_api_spec.rb
2512
- - spec/features/crm/deals/search_api_spec.rb
2513
- - spec/features/crm/deals/associations_api_spec.rb
2514
- - spec/features/crm/deals/basic_api_spec.rb
2515
- - spec/features/crm/deals/batch_api_spec.rb
2516
- - spec/features/crm/pipelines/pipelines_api_spec.rb
2517
- - spec/features/crm/pipelines/pipeline_stages_api_spec.rb
2518
- - spec/features/crm/line_items/search_api_spec.rb
2519
- - spec/features/crm/line_items/associations_api_spec.rb
2520
- - spec/features/crm/line_items/basic_api_spec.rb
2521
- - spec/features/crm/line_items/batch_api_spec.rb
2522
- - spec/features/crm/imports/core_api_spec.rb
2523
- - spec/features/crm/schemas/default_api_spec.rb
2524
- - spec/features/crm/schemas/core_api_spec.rb
2525
- - spec/features/crm/extensions/accounting/invoice_api_spec.rb
2526
- - spec/features/crm/extensions/accounting/user_accounts_api_spec.rb
2527
- - spec/features/crm/extensions/accounting/sync_api_spec.rb
2528
- - spec/features/crm/extensions/accounting/callbacks_api_spec.rb
2529
- - spec/features/crm/extensions/accounting/settings_api_spec.rb
2530
- - spec/features/crm/extensions/calling/settings_api_spec.rb
2531
- - spec/features/crm/extensions/videoconferencing/settings_api_spec.rb
2532
- - spec/features/crm/extensions/cards/sample_response_api_spec.rb
2533
- - spec/features/crm/extensions/cards/cards_api_spec.rb
2534
- - spec/features/crm/properties/groups_api_spec.rb
2535
- - spec/features/crm/properties/core_api_spec.rb
2536
- - spec/features/crm/properties/batch_api_spec.rb
2537
- - spec/features/crm/owners/default_api_spec.rb
2538
- - spec/features/crm/timeline/tokens_api_spec.rb
2539
- - spec/features/crm/timeline/events_api_spec.rb
2540
- - spec/features/crm/timeline/templates_api_spec.rb
2541
- - spec/features/crm/companies/search_api_spec.rb
2542
- - spec/features/crm/companies/associations_api_spec.rb
2543
- - spec/features/crm/companies/basic_api_spec.rb
2544
- - spec/features/crm/companies/batch_api_spec.rb
2545
- - spec/features/cms/audit-logs/default_api_spec.rb
2546
- - spec/features/cms/site-search/default_api_spec.rb
2547
- - spec/features/cms/blogs/authors/default_api_spec.rb
2548
- - spec/features/cms/blogs/blog-posts/default_api_spec.rb
2549
- - spec/features/cms/blogs/tags/default_api_spec.rb
2550
- - spec/features/cms/hubdb/rows_api_spec.rb
2551
- - spec/features/cms/hubdb/tables_api_spec.rb
2552
- - spec/features/cms/hubdb/rows_batch_api_spec.rb
2553
- - spec/features/cms/domains/domains_api_spec.rb
2554
- - spec/features/cms/url-redirects/redirects_api_spec.rb
2555
- - spec/features/cms/perfomance/default_api_spec.rb
2556
- - spec/features/conversations/visitor-identification/generate_api_spec.rb
2557
- - spec/features/files/files/files_api_spec.rb
2558
- - spec/features/files/files/folders_api_spec.rb
2559
- - spec/features/marketing/transactional/default_api_spec.rb
2560
- - spec/features/automation/actions/functions_api_spec.rb
2561
- - spec/features/automation/actions/definitions_api_spec.rb
2562
- - spec/features/automation/actions/callbacks_api_spec.rb
2563
- - spec/features/automation/actions/revisions_api_spec.rb
2564
- - spec/features/events/events_api_spec.rb
2565
- - spec/features/webhooks/settings_api_spec.rb
2566
- - spec/features/webhooks/subscriptions_api_spec.rb
1972
+ - spec/discovery/settings/users/teams_api_spec.rb
1973
+ - spec/discovery/settings/users/roles_api_spec.rb
1974
+ - spec/discovery/settings/users/users_api_spec.rb
1975
+ - spec/discovery/client_spec.rb
1976
+ - spec/discovery/oauth/tokens_api_spec.rb
1977
+ - spec/discovery/oauth/refresh_tokens_api_spec.rb
1978
+ - spec/discovery/oauth/access_tokens_api_spec.rb
1979
+ - spec/discovery/base_api_client_spec.rb
1980
+ - spec/discovery/communication_preferences/status_api_spec.rb
1981
+ - spec/discovery/communication_preferences/definition_api_spec.rb
1982
+ - spec/discovery/crm/tickets/search_api_spec.rb
1983
+ - spec/discovery/crm/tickets/basic_api_spec.rb
1984
+ - spec/discovery/crm/tickets/public_object_api_spec.rb
1985
+ - spec/discovery/crm/tickets/batch_api_spec.rb
1986
+ - spec/discovery/crm/associations/client_spec.rb
1987
+ - spec/discovery/crm/associations/schema/types_api_spec.rb
1988
+ - spec/discovery/crm/associations/v4/client_spec.rb
1989
+ - spec/discovery/crm/associations/v4/basic_api_spec.rb
1990
+ - spec/discovery/crm/associations/v4/schema/definitions_api_spec.rb
1991
+ - spec/discovery/crm/associations/v4/batch_api_spec.rb
1992
+ - spec/discovery/crm/associations/batch_api_spec.rb
1993
+ - spec/discovery/crm/client_spec.rb
1994
+ - spec/discovery/crm/products/search_api_spec.rb
1995
+ - spec/discovery/crm/products/basic_api_spec.rb
1996
+ - spec/discovery/crm/products/public_object_api_spec.rb
1997
+ - spec/discovery/crm/products/batch_api_spec.rb
1998
+ - spec/discovery/crm/quotes/search_api_spec.rb
1999
+ - spec/discovery/crm/quotes/basic_api_spec.rb
2000
+ - spec/discovery/crm/quotes/public_object_api_spec.rb
2001
+ - spec/discovery/crm/quotes/batch_api_spec.rb
2002
+ - spec/discovery/crm/contacts/search_api_spec.rb
2003
+ - spec/discovery/crm/contacts/basic_api_spec.rb
2004
+ - spec/discovery/crm/contacts/public_object_api_spec.rb
2005
+ - spec/discovery/crm/contacts/gdpr_api_spec.rb
2006
+ - spec/discovery/crm/contacts/batch_api_spec.rb
2007
+ - spec/discovery/crm/objects/postal_mail/search_api_spec.rb
2008
+ - spec/discovery/crm/objects/postal_mail/basic_api_spec.rb
2009
+ - spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb
2010
+ - spec/discovery/crm/objects/postal_mail/batch_api_spec.rb
2011
+ - spec/discovery/crm/objects/calls/search_api_spec.rb
2012
+ - spec/discovery/crm/objects/calls/basic_api_spec.rb
2013
+ - spec/discovery/crm/objects/calls/public_object_api_spec.rb
2014
+ - spec/discovery/crm/objects/calls/batch_api_spec.rb
2015
+ - spec/discovery/crm/objects/search_api_spec.rb
2016
+ - spec/discovery/crm/objects/associations_api_spec.rb
2017
+ - spec/discovery/crm/objects/tasks/search_api_spec.rb
2018
+ - spec/discovery/crm/objects/tasks/basic_api_spec.rb
2019
+ - spec/discovery/crm/objects/tasks/public_object_api_spec.rb
2020
+ - spec/discovery/crm/objects/tasks/batch_api_spec.rb
2021
+ - spec/discovery/crm/objects/client_spec.rb
2022
+ - spec/discovery/crm/objects/emails/search_api_spec.rb
2023
+ - spec/discovery/crm/objects/emails/basic_api_spec.rb
2024
+ - spec/discovery/crm/objects/emails/public_object_api_spec.rb
2025
+ - spec/discovery/crm/objects/emails/batch_api_spec.rb
2026
+ - spec/discovery/crm/objects/basic_api_spec.rb
2027
+ - spec/discovery/crm/objects/notes/search_api_spec.rb
2028
+ - spec/discovery/crm/objects/notes/basic_api_spec.rb
2029
+ - spec/discovery/crm/objects/notes/public_object_api_spec.rb
2030
+ - spec/discovery/crm/objects/notes/batch_api_spec.rb
2031
+ - spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb
2032
+ - spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb
2033
+ - spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb
2034
+ - spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb
2035
+ - spec/discovery/crm/objects/public_object_api_spec.rb
2036
+ - spec/discovery/crm/objects/meetings/search_api_spec.rb
2037
+ - spec/discovery/crm/objects/meetings/basic_api_spec.rb
2038
+ - spec/discovery/crm/objects/meetings/public_object_api_spec.rb
2039
+ - spec/discovery/crm/objects/meetings/batch_api_spec.rb
2040
+ - spec/discovery/crm/objects/gdpr_api_spec.rb
2041
+ - spec/discovery/crm/objects/batch_api_spec.rb
2042
+ - spec/discovery/crm/objects/communications/search_api_spec.rb
2043
+ - spec/discovery/crm/objects/communications/basic_api_spec.rb
2044
+ - spec/discovery/crm/objects/communications/public_object_api_spec.rb
2045
+ - spec/discovery/crm/objects/communications/batch_api_spec.rb
2046
+ - spec/discovery/crm/deals/search_api_spec.rb
2047
+ - spec/discovery/crm/deals/basic_api_spec.rb
2048
+ - spec/discovery/crm/deals/public_object_api_spec.rb
2049
+ - spec/discovery/crm/deals/batch_api_spec.rb
2050
+ - spec/discovery/crm/pipelines/pipeline_stage_audits_api_spec.rb
2051
+ - spec/discovery/crm/pipelines/pipelines_api_spec.rb
2052
+ - spec/discovery/crm/pipelines/pipeline_stages_api_spec.rb
2053
+ - spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb
2054
+ - spec/discovery/crm/line_items/search_api_spec.rb
2055
+ - spec/discovery/crm/line_items/basic_api_spec.rb
2056
+ - spec/discovery/crm/line_items/public_object_api_spec.rb
2057
+ - spec/discovery/crm/line_items/batch_api_spec.rb
2058
+ - spec/discovery/crm/imports/core_api_spec.rb
2059
+ - spec/discovery/crm/imports/public_imports_api_spec.rb
2060
+ - spec/discovery/crm/schemas/core_api_spec.rb
2061
+ - spec/discovery/crm/schemas/public_object_schemas_api_spec.rb
2062
+ - spec/discovery/crm/extensions/accounting/invoice_api_spec.rb
2063
+ - spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb
2064
+ - spec/discovery/crm/extensions/accounting/sync_api_spec.rb
2065
+ - spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb
2066
+ - spec/discovery/crm/extensions/accounting/settings_api_spec.rb
2067
+ - spec/discovery/crm/extensions/client_spec.rb
2068
+ - spec/discovery/crm/extensions/calling/settings_api_spec.rb
2069
+ - spec/discovery/crm/extensions/videoconferencing/settings_api_spec.rb
2070
+ - spec/discovery/crm/extensions/cards/sample_response_api_spec.rb
2071
+ - spec/discovery/crm/extensions/cards/cards_api_spec.rb
2072
+ - spec/discovery/crm/properties/groups_api_spec.rb
2073
+ - spec/discovery/crm/properties/core_api_spec.rb
2074
+ - spec/discovery/crm/properties/batch_api_spec.rb
2075
+ - spec/discovery/crm/owners/owners_api_spec.rb
2076
+ - spec/discovery/crm/timeline/tokens_api_spec.rb
2077
+ - spec/discovery/crm/timeline/events_api_spec.rb
2078
+ - spec/discovery/crm/timeline/templates_api_spec.rb
2079
+ - spec/discovery/crm/companies/search_api_spec.rb
2080
+ - spec/discovery/crm/companies/basic_api_spec.rb
2081
+ - spec/discovery/crm/companies/public_object_api_spec.rb
2082
+ - spec/discovery/crm/companies/batch_api_spec.rb
2083
+ - spec/discovery/base_module_client_spec.rb
2084
+ - spec/discovery/cms/audit-logs/audit_logs_api_spec.rb
2085
+ - spec/discovery/cms/site-search/public_api_spec.rb
2086
+ - spec/discovery/cms/blogs/client_spec.rb
2087
+ - spec/discovery/cms/blogs/authors/blog_authors_api_spec.rb
2088
+ - spec/discovery/cms/blogs/blog-posts/blog_posts_api_spec.rb
2089
+ - spec/discovery/cms/blogs/tags/blog_tags_api_spec.rb
2090
+ - spec/discovery/cms/client_spec.rb
2091
+ - spec/discovery/cms/hubdb/rows_api_spec.rb
2092
+ - spec/discovery/cms/hubdb/tables_api_spec.rb
2093
+ - spec/discovery/cms/hubdb/rows_batch_api_spec.rb
2094
+ - spec/discovery/cms/domains/domains_api_spec.rb
2095
+ - spec/discovery/cms/url-redirects/redirects_api_spec.rb
2096
+ - spec/discovery/cms/source-code/extract_api_spec.rb
2097
+ - spec/discovery/cms/source-code/metadata_api_spec.rb
2098
+ - spec/discovery/cms/source-code/source_code_extract_api_spec.rb
2099
+ - spec/discovery/cms/source-code/validation_api_spec.rb
2100
+ - spec/discovery/cms/source-code/content_api_spec.rb
2101
+ - spec/discovery/cms/performance/public_performance_api_spec.rb
2102
+ - spec/discovery/conversations/visitor-identification/generate_api_spec.rb
2103
+ - spec/discovery/files/files/files_api_spec.rb
2104
+ - spec/discovery/files/files/folders_api_spec.rb
2105
+ - spec/discovery/marketing/client_spec.rb
2106
+ - spec/discovery/marketing/forms/forms_api_spec.rb
2107
+ - spec/discovery/marketing/events/search_api_spec.rb
2108
+ - spec/discovery/marketing/events/marketing_events_external_api_spec.rb
2109
+ - spec/discovery/marketing/events/attendance_subscriber_state_changes_api_spec.rb
2110
+ - spec/discovery/marketing/events/settings_external_api_spec.rb
2111
+ - spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb
2112
+ - spec/discovery/marketing/transactional/single_send_api_spec.rb
2113
+ - spec/discovery/automation/actions/functions_api_spec.rb
2114
+ - spec/discovery/automation/actions/definitions_api_spec.rb
2115
+ - spec/discovery/automation/actions/callbacks_api_spec.rb
2116
+ - spec/discovery/automation/actions/revisions_api_spec.rb
2117
+ - spec/discovery/events/events_api_spec.rb
2118
+ - spec/discovery/webhooks/settings_api_spec.rb
2119
+ - spec/discovery/webhooks/subscriptions_api_spec.rb
2120
+ - spec/helpers/authorize_url_spec.rb
2121
+ - spec/helpers/signature_spec.rb
2122
+ - spec/helpers/camel_case_spec.rb
2567
2123
  - spec/spec_helper.rb