hubspot-api-client 11.1.0 → 15.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1687) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +94 -0
  3. data/Gemfile.lock +36 -30
  4. data/README.md +69 -56
  5. data/hubspot-api-client.gemspec +4 -4
  6. data/lib/hubspot/client.rb +32 -0
  7. data/lib/hubspot/codegen/automation/actions/api_error.rb +1 -1
  8. data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +1 -1
  9. data/lib/hubspot/codegen/cms/blogs/authors/api/blog_authors_api.rb +963 -0
  10. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +1 -1
  11. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +2 -2
  12. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +1 -1
  13. data/lib/hubspot/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next.rb +304 -0
  14. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +2 -1
  15. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +2 -1
  16. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +2 -1
  17. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author.rb +321 -0
  18. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +9 -1
  19. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +147 -43
  20. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next.rb +252 -0
  21. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +3 -1
  22. data/lib/hubspot/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next.rb +218 -0
  23. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +1 -1
  24. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +1 -1
  25. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +1 -1
  26. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +1 -1
  27. data/lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb +218 -0
  28. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +9 -1
  29. data/lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb +257 -0
  30. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/blog_posts_api.rb +1622 -0
  31. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +1 -1
  32. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +2 -2
  33. data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +1 -1
  34. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +1 -1
  35. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/attach_to_lang_primary_request_v_next.rb +304 -0
  36. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +1 -1
  37. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +2 -1
  38. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +2 -1
  39. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +2 -1
  40. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post.rb +321 -0
  41. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +9 -1
  42. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +271 -272
  43. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post_language_clone_request_v_next.rb +228 -0
  44. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +3 -1
  45. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +3 -1
  46. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +1 -1
  47. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +3 -3
  48. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_language_variation.rb +398 -0
  49. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +1 -1
  50. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/detach_from_lang_group_request_v_next.rb +218 -0
  51. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +1 -1
  52. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +1 -1
  53. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +1 -1
  54. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +1 -1
  55. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +2 -1
  56. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +1 -1
  57. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +1 -1
  58. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +1 -1
  59. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +5 -1
  60. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +1 -1
  61. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/set_new_language_primary_request_v_next.rb +218 -0
  62. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +1 -1
  63. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +9 -1
  64. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +1 -1
  65. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/update_languages_request_v_next.rb +257 -0
  66. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +11 -12
  67. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +1 -1
  68. data/lib/hubspot/codegen/cms/blogs/tags/api/blog_tags_api.rb +963 -0
  69. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +1 -1
  70. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +2 -2
  71. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +1 -1
  72. data/lib/hubspot/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next.rb +304 -0
  73. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +2 -1
  74. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +2 -1
  75. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +2 -1
  76. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag.rb +321 -0
  77. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +9 -1
  78. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +3 -1
  79. data/lib/hubspot/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next.rb +218 -0
  80. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +1 -1
  81. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +1 -1
  82. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +1 -1
  83. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +1 -1
  84. data/lib/hubspot/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next.rb +218 -0
  85. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +9 -1
  86. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +91 -29
  87. data/lib/hubspot/codegen/cms/blogs/tags/models/tag_clone_request_v_next.rb +253 -0
  88. data/lib/hubspot/codegen/cms/blogs/tags/models/update_languages_request_v_next.rb +257 -0
  89. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +1 -1
  90. data/lib/hubspot/codegen/cms/domains/api_error.rb +1 -1
  91. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +2 -2
  92. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +18 -18
  93. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  94. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb +293 -0
  95. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +13 -13
  96. data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +24 -4
  97. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +11 -11
  98. data/lib/hubspot/codegen/cms/performance/api_error.rb +1 -1
  99. data/lib/hubspot/codegen/cms/site-search/api/public_api.rb +1 -4
  100. data/lib/hubspot/codegen/cms/site-search/api_error.rb +1 -1
  101. data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +2 -2
  102. data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +1 -1
  103. data/lib/hubspot/codegen/cms/site-search/models/indexed_field.rb +259 -0
  104. data/lib/hubspot/codegen/cms/source-code/api/content_api.rb +328 -0
  105. data/lib/hubspot/codegen/cms/source-code/api/extract_api.rb +93 -0
  106. data/lib/hubspot/codegen/cms/source-code/api/metadata_api.rb +99 -0
  107. data/lib/hubspot/codegen/cms/source-code/api/source_code_extract_api.rb +142 -0
  108. data/lib/hubspot/codegen/cms/source-code/api/validation_api.rb +98 -0
  109. data/lib/hubspot/codegen/cms/source-code/api_client.rb +406 -0
  110. data/lib/hubspot/codegen/cms/source-code/api_error.rb +61 -0
  111. data/lib/hubspot/codegen/cms/source-code/configuration.rb +263 -0
  112. data/lib/hubspot/codegen/cms/source-code/models/action_response.rb +297 -0
  113. data/lib/hubspot/codegen/cms/source-code/models/asset_file_metadata.rb +298 -0
  114. data/lib/hubspot/codegen/cms/source-code/models/error.rb +292 -0
  115. data/lib/hubspot/codegen/cms/source-code/models/error_detail.rb +258 -0
  116. data/lib/hubspot/codegen/cms/source-code/models/file_extract_request.rb +215 -0
  117. data/lib/hubspot/codegen/cms/source-code/models/task_locator.rb +226 -0
  118. data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +23 -21
  119. data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +1 -1
  120. data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_forward_paging.rb +240 -0
  121. data/lib/hubspot/codegen/cms/url-redirects/models/forward_paging.rb +210 -0
  122. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +14 -226
  123. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +31 -31
  124. data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +1 -1
  125. data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +3 -3
  126. data/lib/hubspot/codegen/communication_preferences/api_error.rb +1 -1
  127. data/lib/hubspot/codegen/communication_preferences/configuration.rb +7 -0
  128. data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +2 -2
  129. data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +1 -1
  130. data/lib/hubspot/codegen/crm/associations/api_error.rb +1 -1
  131. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +8 -2
  132. data/lib/hubspot/codegen/crm/companies/api/public_object_api.rb +88 -0
  133. data/lib/hubspot/codegen/crm/companies/api_error.rb +1 -1
  134. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +17 -1
  135. data/lib/hubspot/codegen/crm/companies/models/error_category.rb +20 -20
  136. data/lib/hubspot/codegen/crm/companies/models/filter.rb +12 -1
  137. data/lib/hubspot/codegen/crm/companies/models/public_merge_input.rb +229 -0
  138. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +12 -1
  139. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +12 -1
  140. data/lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb +270 -0
  141. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +12 -6
  142. data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +20 -80
  143. data/lib/hubspot/codegen/crm/contacts/api/public_object_api.rb +88 -0
  144. data/lib/hubspot/codegen/crm/contacts/api_error.rb +1 -1
  145. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +17 -1
  146. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +20 -20
  147. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +12 -1
  148. data/lib/hubspot/codegen/crm/contacts/models/public_gdpr_delete_input.rb +224 -0
  149. data/lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb +229 -0
  150. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +12 -1
  151. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +12 -1
  152. data/lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb +270 -0
  153. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +8 -2
  154. data/lib/hubspot/codegen/crm/deals/api/public_object_api.rb +88 -0
  155. data/lib/hubspot/codegen/crm/deals/api_error.rb +1 -1
  156. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +17 -1
  157. data/lib/hubspot/codegen/crm/deals/models/error_category.rb +20 -20
  158. data/lib/hubspot/codegen/crm/deals/models/filter.rb +12 -1
  159. data/lib/hubspot/codegen/crm/deals/models/public_merge_input.rb +229 -0
  160. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +12 -1
  161. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +12 -1
  162. data/lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb +270 -0
  163. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +1 -1
  164. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +1 -1
  165. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +1 -1
  166. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +1 -1
  167. data/lib/hubspot/codegen/crm/imports/api_error.rb +1 -1
  168. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +8 -2
  169. data/lib/hubspot/codegen/crm/line_items/api/public_object_api.rb +88 -0
  170. data/lib/hubspot/codegen/crm/line_items/api_error.rb +1 -1
  171. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +17 -1
  172. data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +20 -20
  173. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +12 -1
  174. data/lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb +229 -0
  175. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +12 -1
  176. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +12 -1
  177. data/lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb +270 -0
  178. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +8 -2
  179. data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +21 -87
  180. data/lib/hubspot/codegen/crm/objects/api/public_object_api.rb +94 -0
  181. data/lib/hubspot/codegen/crm/objects/api_error.rb +1 -1
  182. data/lib/hubspot/codegen/crm/objects/calls/api/associations_api.rb +256 -0
  183. data/lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb +380 -0
  184. data/lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb +279 -0
  185. data/lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb +90 -0
  186. data/lib/hubspot/codegen/crm/objects/calls/api/search_api.rb +88 -0
  187. data/lib/hubspot/codegen/crm/objects/calls/api_client.rb +408 -0
  188. data/lib/hubspot/codegen/crm/objects/calls/api_error.rb +63 -0
  189. data/lib/hubspot/codegen/crm/objects/calls/configuration.rb +265 -0
  190. data/lib/hubspot/codegen/crm/objects/calls/models/associated_id.rb +231 -0
  191. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input.rb +219 -0
  192. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_id.rb +219 -0
  193. data/lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input.rb +219 -0
  194. data/lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb +260 -0
  195. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb +315 -0
  196. data/lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb +335 -0
  197. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb +228 -0
  198. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id_forward_paging.rb +228 -0
  199. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb +228 -0
  200. data/lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb +242 -0
  201. data/lib/hubspot/codegen/crm/objects/calls/models/error.rb +294 -0
  202. data/lib/hubspot/codegen/crm/objects/calls/models/error_category.rb +265 -0
  203. data/lib/hubspot/codegen/crm/objects/calls/models/error_detail.rb +260 -0
  204. data/lib/hubspot/codegen/crm/objects/calls/models/filter.rb +286 -0
  205. data/lib/hubspot/codegen/crm/objects/calls/models/filter_group.rb +219 -0
  206. data/lib/hubspot/codegen/crm/objects/calls/models/forward_paging.rb +212 -0
  207. data/lib/hubspot/codegen/crm/objects/calls/models/next_page.rb +226 -0
  208. data/lib/hubspot/codegen/crm/objects/calls/models/paging.rb +221 -0
  209. data/lib/hubspot/codegen/crm/objects/calls/models/previous_page.rb +226 -0
  210. data/lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb +231 -0
  211. data/lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb +288 -0
  212. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb +290 -0
  213. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb +233 -0
  214. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_id.rb +217 -0
  215. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb +219 -0
  216. data/lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb +301 -0
  217. data/lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb +311 -0
  218. data/lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb +272 -0
  219. data/lib/hubspot/codegen/crm/objects/emails/api/associations_api.rb +256 -0
  220. data/lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb +380 -0
  221. data/lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb +279 -0
  222. data/lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb +90 -0
  223. data/lib/hubspot/codegen/crm/objects/emails/api/search_api.rb +88 -0
  224. data/lib/hubspot/codegen/crm/objects/emails/api_client.rb +408 -0
  225. data/lib/hubspot/codegen/crm/objects/emails/api_error.rb +63 -0
  226. data/lib/hubspot/codegen/crm/objects/emails/configuration.rb +265 -0
  227. data/lib/hubspot/codegen/crm/objects/emails/models/associated_id.rb +231 -0
  228. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input.rb +219 -0
  229. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_id.rb +219 -0
  230. data/lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input.rb +219 -0
  231. data/lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb +260 -0
  232. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb +315 -0
  233. data/lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb +335 -0
  234. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb +228 -0
  235. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id_forward_paging.rb +228 -0
  236. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb +228 -0
  237. data/lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb +242 -0
  238. data/lib/hubspot/codegen/crm/objects/emails/models/error.rb +294 -0
  239. data/lib/hubspot/codegen/crm/objects/emails/models/error_category.rb +265 -0
  240. data/lib/hubspot/codegen/crm/objects/emails/models/error_detail.rb +260 -0
  241. data/lib/hubspot/codegen/crm/objects/emails/models/filter.rb +286 -0
  242. data/lib/hubspot/codegen/crm/objects/emails/models/filter_group.rb +219 -0
  243. data/lib/hubspot/codegen/crm/objects/emails/models/forward_paging.rb +212 -0
  244. data/lib/hubspot/codegen/crm/objects/emails/models/next_page.rb +226 -0
  245. data/lib/hubspot/codegen/crm/objects/emails/models/paging.rb +221 -0
  246. data/lib/hubspot/codegen/crm/objects/emails/models/previous_page.rb +226 -0
  247. data/lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb +231 -0
  248. data/lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb +288 -0
  249. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb +290 -0
  250. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb +233 -0
  251. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_id.rb +217 -0
  252. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb +219 -0
  253. data/lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb +301 -0
  254. data/lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb +311 -0
  255. data/lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb +272 -0
  256. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +164 -8
  257. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +209 -4
  258. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +193 -7
  259. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/public_object_api.rb +90 -0
  260. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +1 -1
  261. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +1 -1
  262. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +7 -0
  263. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +17 -1
  264. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +20 -20
  265. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +12 -1
  266. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb +231 -0
  267. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +12 -1
  268. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +12 -1
  269. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb +272 -0
  270. data/lib/hubspot/codegen/crm/objects/meetings/api/associations_api.rb +256 -0
  271. data/lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb +380 -0
  272. data/lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb +279 -0
  273. data/lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb +90 -0
  274. data/lib/hubspot/codegen/crm/objects/meetings/api/search_api.rb +88 -0
  275. data/lib/hubspot/codegen/crm/objects/meetings/api_client.rb +408 -0
  276. data/lib/hubspot/codegen/crm/objects/meetings/api_error.rb +63 -0
  277. data/lib/hubspot/codegen/crm/objects/meetings/configuration.rb +265 -0
  278. data/lib/hubspot/codegen/crm/objects/meetings/models/associated_id.rb +231 -0
  279. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input.rb +219 -0
  280. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id.rb +219 -0
  281. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input.rb +219 -0
  282. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb +260 -0
  283. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb +315 -0
  284. data/lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb +335 -0
  285. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb +228 -0
  286. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id_forward_paging.rb +228 -0
  287. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb +228 -0
  288. data/lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb +242 -0
  289. data/lib/hubspot/codegen/crm/objects/meetings/models/error.rb +294 -0
  290. data/lib/hubspot/codegen/crm/objects/meetings/models/error_category.rb +265 -0
  291. data/lib/hubspot/codegen/crm/objects/meetings/models/error_detail.rb +260 -0
  292. data/lib/hubspot/codegen/crm/objects/meetings/models/filter.rb +286 -0
  293. data/lib/hubspot/codegen/crm/objects/meetings/models/filter_group.rb +219 -0
  294. data/lib/hubspot/codegen/crm/objects/meetings/models/forward_paging.rb +212 -0
  295. data/lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb +226 -0
  296. data/lib/hubspot/codegen/crm/objects/meetings/models/paging.rb +221 -0
  297. data/lib/hubspot/codegen/crm/objects/meetings/models/previous_page.rb +226 -0
  298. data/lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb +231 -0
  299. data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb +288 -0
  300. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb +290 -0
  301. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb +233 -0
  302. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_id.rb +217 -0
  303. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb +219 -0
  304. data/lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb +301 -0
  305. data/lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb +311 -0
  306. data/lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb +272 -0
  307. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +17 -1
  308. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +20 -20
  309. data/lib/hubspot/codegen/crm/objects/models/filter.rb +12 -1
  310. data/lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb +224 -0
  311. data/lib/hubspot/codegen/crm/objects/models/public_merge_input.rb +229 -0
  312. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +12 -1
  313. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +12 -1
  314. data/lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb +270 -0
  315. data/lib/hubspot/codegen/crm/objects/notes/api/associations_api.rb +256 -0
  316. data/lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb +380 -0
  317. data/lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb +279 -0
  318. data/lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb +90 -0
  319. data/lib/hubspot/codegen/crm/objects/notes/api/search_api.rb +88 -0
  320. data/lib/hubspot/codegen/crm/objects/notes/api_client.rb +408 -0
  321. data/lib/hubspot/codegen/crm/objects/notes/api_error.rb +63 -0
  322. data/lib/hubspot/codegen/crm/objects/notes/configuration.rb +265 -0
  323. data/lib/hubspot/codegen/crm/objects/notes/models/associated_id.rb +231 -0
  324. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input.rb +219 -0
  325. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_id.rb +219 -0
  326. data/lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input.rb +219 -0
  327. data/lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb +260 -0
  328. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb +315 -0
  329. data/lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb +335 -0
  330. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb +228 -0
  331. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id_forward_paging.rb +228 -0
  332. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb +228 -0
  333. data/lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb +242 -0
  334. data/lib/hubspot/codegen/crm/objects/notes/models/error.rb +294 -0
  335. data/lib/hubspot/codegen/crm/objects/notes/models/error_category.rb +265 -0
  336. data/lib/hubspot/codegen/crm/objects/notes/models/error_detail.rb +260 -0
  337. data/lib/hubspot/codegen/crm/objects/notes/models/filter.rb +286 -0
  338. data/lib/hubspot/codegen/crm/objects/notes/models/filter_group.rb +219 -0
  339. data/lib/hubspot/codegen/crm/objects/notes/models/forward_paging.rb +212 -0
  340. data/lib/hubspot/codegen/crm/objects/notes/models/next_page.rb +226 -0
  341. data/lib/hubspot/codegen/crm/objects/notes/models/paging.rb +221 -0
  342. data/lib/hubspot/codegen/crm/objects/notes/models/previous_page.rb +226 -0
  343. data/lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb +231 -0
  344. data/lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb +288 -0
  345. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb +290 -0
  346. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb +233 -0
  347. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_id.rb +217 -0
  348. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb +219 -0
  349. data/lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb +301 -0
  350. data/lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb +311 -0
  351. data/lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb +272 -0
  352. data/lib/hubspot/codegen/crm/objects/tasks/api/associations_api.rb +256 -0
  353. data/lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb +380 -0
  354. data/lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb +279 -0
  355. data/lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb +90 -0
  356. data/lib/hubspot/codegen/crm/objects/tasks/api/search_api.rb +88 -0
  357. data/lib/hubspot/codegen/crm/objects/tasks/api_client.rb +408 -0
  358. data/lib/hubspot/codegen/crm/objects/tasks/api_error.rb +63 -0
  359. data/lib/hubspot/codegen/crm/objects/tasks/configuration.rb +265 -0
  360. data/lib/hubspot/codegen/crm/objects/tasks/models/associated_id.rb +231 -0
  361. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input.rb +219 -0
  362. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id.rb +219 -0
  363. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input.rb +219 -0
  364. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb +260 -0
  365. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb +315 -0
  366. data/lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb +335 -0
  367. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb +228 -0
  368. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id_forward_paging.rb +228 -0
  369. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb +228 -0
  370. data/lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb +242 -0
  371. data/lib/hubspot/codegen/crm/objects/tasks/models/error.rb +294 -0
  372. data/lib/hubspot/codegen/crm/objects/tasks/models/error_category.rb +265 -0
  373. data/lib/hubspot/codegen/crm/objects/tasks/models/error_detail.rb +260 -0
  374. data/lib/hubspot/codegen/crm/objects/tasks/models/filter.rb +286 -0
  375. data/lib/hubspot/codegen/crm/objects/tasks/models/filter_group.rb +219 -0
  376. data/lib/hubspot/codegen/crm/objects/tasks/models/forward_paging.rb +212 -0
  377. data/lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb +226 -0
  378. data/lib/hubspot/codegen/crm/objects/tasks/models/paging.rb +221 -0
  379. data/lib/hubspot/codegen/crm/objects/tasks/models/previous_page.rb +226 -0
  380. data/lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb +231 -0
  381. data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb +288 -0
  382. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb +290 -0
  383. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb +233 -0
  384. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_id.rb +217 -0
  385. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb +219 -0
  386. data/lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb +301 -0
  387. data/lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb +311 -0
  388. data/lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb +272 -0
  389. data/lib/hubspot/codegen/crm/owners/api/owners_api.rb +1 -1
  390. data/lib/hubspot/codegen/crm/owners/api_client.rb +1 -1
  391. data/lib/hubspot/codegen/crm/owners/api_error.rb +2 -2
  392. data/lib/hubspot/codegen/crm/owners/configuration.rb +1 -1
  393. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner_forward_paging.rb +1 -1
  394. data/lib/hubspot/codegen/crm/owners/models/error.rb +1 -1
  395. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +1 -1
  396. data/lib/hubspot/codegen/crm/owners/models/forward_paging.rb +1 -1
  397. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +1 -1
  398. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +1 -1
  399. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +13 -42
  400. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_audits_api.rb +94 -0
  401. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stage_audits_api.rb +94 -0
  402. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +37 -34
  403. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +46 -34
  404. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +1 -1
  405. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_no_paging.rb +217 -0
  406. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging.rb +217 -0
  407. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging.rb +217 -0
  408. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +48 -48
  409. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +21 -21
  410. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +58 -58
  411. data/lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb +279 -0
  412. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +8 -2
  413. data/lib/hubspot/codegen/crm/products/api/public_object_api.rb +88 -0
  414. data/lib/hubspot/codegen/crm/products/api_error.rb +1 -1
  415. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +17 -1
  416. data/lib/hubspot/codegen/crm/products/models/error_category.rb +20 -20
  417. data/lib/hubspot/codegen/crm/products/models/filter.rb +12 -1
  418. data/lib/hubspot/codegen/crm/products/models/public_merge_input.rb +229 -0
  419. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +12 -1
  420. data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +12 -1
  421. data/lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb +270 -0
  422. data/lib/hubspot/codegen/crm/properties/api_error.rb +1 -1
  423. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +157 -1
  424. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +209 -4
  425. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +187 -1
  426. data/lib/hubspot/codegen/crm/quotes/api/public_object_api.rb +88 -0
  427. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +1 -1
  428. data/lib/hubspot/codegen/crm/quotes/api_error.rb +1 -1
  429. data/lib/hubspot/codegen/crm/quotes/configuration.rb +7 -0
  430. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +17 -1
  431. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +20 -20
  432. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +12 -1
  433. data/lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb +229 -0
  434. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +12 -1
  435. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +12 -1
  436. data/lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb +270 -0
  437. data/lib/hubspot/codegen/crm/schemas/api_error.rb +1 -1
  438. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +8 -2
  439. data/lib/hubspot/codegen/crm/tickets/api/public_object_api.rb +88 -0
  440. data/lib/hubspot/codegen/crm/tickets/api_error.rb +1 -1
  441. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +17 -1
  442. data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +20 -20
  443. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +12 -1
  444. data/lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb +229 -0
  445. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +12 -1
  446. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +12 -1
  447. data/lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb +270 -0
  448. data/lib/hubspot/codegen/crm/timeline/api_error.rb +1 -1
  449. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +2 -2
  450. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +0 -5
  451. data/lib/hubspot/codegen/events/api_error.rb +1 -1
  452. data/lib/hubspot/codegen/files/files/api/files_api.rb +2 -2
  453. data/lib/hubspot/codegen/files/files/api/folders_api.rb +3 -3
  454. data/lib/hubspot/codegen/files/files/api_error.rb +1 -1
  455. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +1 -1
  456. data/lib/hubspot/codegen/marketing/events/api/basic_api.rb +446 -0
  457. data/lib/hubspot/codegen/marketing/events/api/batch_api.rb +154 -0
  458. data/lib/hubspot/codegen/marketing/events/api/search_api.rb +89 -0
  459. data/lib/hubspot/codegen/marketing/events/api/settings_api.rb +158 -0
  460. data/lib/hubspot/codegen/marketing/events/api/subscriber_state_changes_api.rb +192 -0
  461. data/lib/hubspot/codegen/marketing/events/api_client.rb +406 -0
  462. data/lib/hubspot/codegen/marketing/events/api_error.rb +61 -0
  463. data/lib/hubspot/codegen/marketing/events/configuration.rb +270 -0
  464. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_create_request_params.rb +217 -0
  465. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber.rb +218 -0
  466. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier.rb +217 -0
  467. data/lib/hubspot/codegen/marketing/events/models/batch_input_marketing_event_subscriber.rb +218 -0
  468. data/lib/hubspot/codegen/marketing/events/models/batch_response_marketing_event_public_default_response.rb +333 -0
  469. data/lib/hubspot/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging.rb +217 -0
  470. data/lib/hubspot/codegen/marketing/events/models/error.rb +292 -0
  471. data/lib/hubspot/codegen/marketing/events/models/error_category.rb +263 -0
  472. data/lib/hubspot/codegen/marketing/events/models/error_detail.rb +258 -0
  473. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings.rb +231 -0
  474. data/lib/hubspot/codegen/marketing/events/models/event_detail_settings_url.rb +216 -0
  475. data/lib/hubspot/codegen/marketing/events/models/marketing_event_create_request_params.rb +333 -0
  476. data/lib/hubspot/codegen/marketing/events/models/marketing_event_default_response.rb +303 -0
  477. data/lib/hubspot/codegen/marketing/events/models/marketing_event_email_subscriber.rb +231 -0
  478. data/lib/hubspot/codegen/marketing/events/models/marketing_event_external_unique_identifier.rb +246 -0
  479. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_default_response.rb +345 -0
  480. data/lib/hubspot/codegen/marketing/events/models/marketing_event_public_read_response.rb +420 -0
  481. data/lib/hubspot/codegen/marketing/events/models/marketing_event_subscriber.rb +225 -0
  482. data/lib/hubspot/codegen/marketing/events/models/marketing_event_update_request_params.rb +293 -0
  483. data/lib/hubspot/codegen/marketing/events/models/property_value.rb +401 -0
  484. data/lib/hubspot/codegen/marketing/events/models/standard_error.rb +309 -0
  485. data/lib/hubspot/codegen/marketing/forms/api/forms_api.rb +429 -0
  486. data/lib/hubspot/codegen/marketing/forms/api_client.rb +406 -0
  487. data/lib/hubspot/codegen/marketing/forms/api_error.rb +61 -0
  488. data/lib/hubspot/codegen/marketing/forms/configuration.rb +263 -0
  489. data/lib/hubspot/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging.rb +226 -0
  490. data/lib/hubspot/codegen/marketing/forms/models/datepicker_field.rb +344 -0
  491. data/lib/hubspot/codegen/marketing/forms/models/dependent_field.rb +224 -0
  492. data/lib/hubspot/codegen/marketing/forms/models/dependent_field_filter.rb +307 -0
  493. data/lib/hubspot/codegen/marketing/forms/models/dropdown_field.rb +358 -0
  494. data/lib/hubspot/codegen/marketing/forms/models/email_field.rb +353 -0
  495. data/lib/hubspot/codegen/marketing/forms/models/email_field_validation.rb +233 -0
  496. data/lib/hubspot/codegen/marketing/forms/models/enumerated_field_option.rb +255 -0
  497. data/lib/hubspot/codegen/marketing/forms/models/error.rb +292 -0
  498. data/lib/hubspot/codegen/marketing/forms/models/error_detail.rb +258 -0
  499. data/lib/hubspot/codegen/marketing/forms/models/field_group.rb +293 -0
  500. data/lib/hubspot/codegen/marketing/forms/models/file_field.rb +354 -0
  501. data/lib/hubspot/codegen/marketing/forms/models/form_definition_base.rb +246 -0
  502. data/lib/hubspot/codegen/marketing/forms/models/form_definition_create_request_base.rb +246 -0
  503. data/lib/hubspot/codegen/marketing/forms/models/form_display_options.rb +303 -0
  504. data/lib/hubspot/codegen/marketing/forms/models/form_post_submit_action.rb +265 -0
  505. data/lib/hubspot/codegen/marketing/forms/models/form_style.rb +403 -0
  506. data/lib/hubspot/codegen/marketing/forms/models/forward_paging.rb +210 -0
  507. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_configuration.rb +401 -0
  508. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition.rb +235 -0
  509. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_all_of.rb +388 -0
  510. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request.rb +235 -0
  511. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of.rb +374 -0
  512. data/lib/hubspot/codegen/marketing/forms/models/hub_spot_form_definition_patch_request.rb +260 -0
  513. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_checkbox.rb +245 -0
  514. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process.rb +317 -0
  515. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process.rb +299 -0
  516. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_legitimate_interest.rb +307 -0
  517. data/lib/hubspot/codegen/marketing/forms/models/legal_consent_options_none.rb +251 -0
  518. data/lib/hubspot/codegen/marketing/forms/models/mobile_phone_field.rb +353 -0
  519. data/lib/hubspot/codegen/marketing/forms/models/multi_line_text_field.rb +344 -0
  520. data/lib/hubspot/codegen/marketing/forms/models/multiple_checkboxes_field.rb +348 -0
  521. data/lib/hubspot/codegen/marketing/forms/models/next_page.rb +224 -0
  522. data/lib/hubspot/codegen/marketing/forms/models/number_field.rb +353 -0
  523. data/lib/hubspot/codegen/marketing/forms/models/number_field_validation.rb +229 -0
  524. data/lib/hubspot/codegen/marketing/forms/models/phone_field.rb +363 -0
  525. data/lib/hubspot/codegen/marketing/forms/models/phone_field_validation.rb +229 -0
  526. data/lib/hubspot/codegen/marketing/forms/models/radio_field.rb +358 -0
  527. data/lib/hubspot/codegen/marketing/forms/models/single_checkbox_field.rb +334 -0
  528. data/lib/hubspot/codegen/marketing/forms/models/single_line_text_field.rb +344 -0
  529. data/lib/hubspot/codegen/marketing/transactional/api/public_smtp_tokens_api.rb +18 -14
  530. data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +10 -6
  531. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +1 -1
  532. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging.rb +226 -0
  533. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +15 -15
  534. data/lib/hubspot/codegen/marketing/transactional/models/forward_paging.rb +210 -0
  535. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +3 -13
  536. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +22 -30
  537. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +1 -1
  538. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +1 -1
  539. data/lib/hubspot/codegen/oauth/api_error.rb +1 -1
  540. data/lib/hubspot/codegen/settings/users/api/roles_api.rb +82 -0
  541. data/lib/hubspot/codegen/settings/users/api/teams_api.rb +82 -0
  542. data/lib/hubspot/codegen/settings/users/api/users_api.rb +355 -0
  543. data/lib/hubspot/codegen/settings/users/api_client.rb +406 -0
  544. data/lib/hubspot/codegen/settings/users/api_error.rb +61 -0
  545. data/lib/hubspot/codegen/settings/users/configuration.rb +256 -0
  546. data/lib/hubspot/codegen/settings/users/models/collection_response_public_permission_set_no_paging.rb +217 -0
  547. data/lib/hubspot/codegen/settings/users/models/collection_response_public_team_no_paging.rb +217 -0
  548. data/lib/hubspot/codegen/settings/users/models/collection_response_public_user_forward_paging.rb +226 -0
  549. data/lib/hubspot/codegen/settings/users/models/error.rb +292 -0
  550. data/lib/hubspot/codegen/settings/users/models/error_detail.rb +258 -0
  551. data/lib/hubspot/codegen/settings/users/models/forward_paging.rb +210 -0
  552. data/lib/hubspot/codegen/settings/users/models/next_page.rb +224 -0
  553. data/lib/hubspot/codegen/settings/users/models/public_permission_set.rb +246 -0
  554. data/lib/hubspot/codegen/settings/users/models/public_team.rb +265 -0
  555. data/lib/hubspot/codegen/settings/users/models/public_user.rb +263 -0
  556. data/lib/hubspot/codegen/settings/users/models/public_user_update.rb +233 -0
  557. data/lib/hubspot/codegen/settings/users/models/user_provision_request.rb +263 -0
  558. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +11 -23
  559. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +38 -62
  560. data/lib/hubspot/codegen/webhooks/api_error.rb +1 -1
  561. data/lib/hubspot/codegen/webhooks/configuration.rb +1 -1
  562. data/lib/hubspot/codegen/webhooks/models/error_category.rb +2 -2
  563. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +2 -4
  564. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +2 -2
  565. data/lib/hubspot/configuration.rb +3 -1
  566. data/lib/hubspot/discovery/automation/actions/api/callbacks_api.rb +13 -0
  567. data/lib/hubspot/discovery/automation/actions/api/definitions_api.rb +13 -0
  568. data/lib/hubspot/discovery/automation/actions/api/functions_api.rb +13 -0
  569. data/lib/hubspot/discovery/automation/actions/api/revisions_api.rb +13 -0
  570. data/lib/hubspot/discovery/automation/actions/client.rb +22 -0
  571. data/lib/hubspot/discovery/automation/client.rb +17 -0
  572. data/lib/hubspot/discovery/base_api_client.rb +173 -0
  573. data/lib/hubspot/discovery/base_module_client.rb +62 -0
  574. data/lib/hubspot/discovery/cms/audit_logs/api/audit_logs_api.rb +17 -0
  575. data/lib/hubspot/discovery/cms/audit_logs/client.rb +19 -0
  576. data/lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb +15 -0
  577. data/lib/hubspot/discovery/cms/blogs/authors/client.rb +21 -0
  578. data/lib/hubspot/discovery/cms/blogs/blog_posts/api/blog_posts_api.rb +19 -0
  579. data/lib/hubspot/discovery/cms/blogs/blog_posts/client.rb +21 -0
  580. data/lib/hubspot/discovery/cms/blogs/client.rb +21 -0
  581. data/lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb +15 -0
  582. data/lib/hubspot/discovery/cms/blogs/tags/client.rb +21 -0
  583. data/lib/hubspot/discovery/cms/client.rb +24 -0
  584. data/lib/hubspot/discovery/cms/domains/api/domains_api.rb +13 -0
  585. data/lib/hubspot/discovery/cms/domains/client.rb +19 -0
  586. data/lib/hubspot/discovery/cms/hubdb/api/rows_api.rb +13 -0
  587. data/lib/hubspot/discovery/cms/hubdb/api/rows_batch_api.rb +13 -0
  588. data/lib/hubspot/discovery/cms/hubdb/api/tables_api.rb +13 -0
  589. data/lib/hubspot/discovery/cms/hubdb/client.rb +21 -0
  590. data/lib/hubspot/discovery/cms/performance/api/public_performance_api.rb +13 -0
  591. data/lib/hubspot/discovery/cms/performance/client.rb +19 -0
  592. data/lib/hubspot/discovery/cms/site_search/api/public_api.rb +17 -0
  593. data/lib/hubspot/discovery/cms/site_search/client.rb +19 -0
  594. data/lib/hubspot/discovery/cms/source_code/api/content_api.rb +17 -0
  595. data/lib/hubspot/discovery/cms/source_code/api/extract_api.rb +17 -0
  596. data/lib/hubspot/discovery/cms/source_code/api/metadata_api.rb +17 -0
  597. data/lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb +17 -0
  598. data/lib/hubspot/discovery/cms/source_code/api/validation_api.rb +17 -0
  599. data/lib/hubspot/discovery/cms/source_code/client.rb +23 -0
  600. data/lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb +17 -0
  601. data/lib/hubspot/discovery/cms/url_redirects/client.rb +19 -0
  602. data/lib/hubspot/discovery/communication_preferences/api/definition_api.rb +11 -0
  603. data/lib/hubspot/discovery/communication_preferences/api/status_api.rb +11 -0
  604. data/lib/hubspot/discovery/communication_preferences/client.rb +18 -0
  605. data/lib/hubspot/discovery/conversations/client.rb +17 -0
  606. data/lib/hubspot/discovery/conversations/visitor_identification/api/generate_api.rb +17 -0
  607. data/lib/hubspot/discovery/conversations/visitor_identification/client.rb +19 -0
  608. data/lib/hubspot/discovery/crm/associations/api/batch_api.rb +13 -0
  609. data/lib/hubspot/discovery/crm/associations/api/types_api.rb +13 -0
  610. data/lib/hubspot/discovery/crm/associations/client.rb +20 -0
  611. data/lib/hubspot/discovery/crm/client.rb +33 -0
  612. data/lib/hubspot/discovery/crm/companies/api/associations_api.rb +13 -0
  613. data/lib/hubspot/discovery/crm/companies/api/basic_api.rb +13 -0
  614. data/lib/hubspot/discovery/crm/companies/api/batch_api.rb +13 -0
  615. data/lib/hubspot/discovery/crm/companies/api/search_api.rb +13 -0
  616. data/lib/hubspot/discovery/crm/companies/client.rb +22 -0
  617. data/lib/hubspot/discovery/crm/contacts/api/associations_api.rb +13 -0
  618. data/lib/hubspot/discovery/crm/contacts/api/basic_api.rb +13 -0
  619. data/lib/hubspot/discovery/crm/contacts/api/batch_api.rb +13 -0
  620. data/lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb +13 -0
  621. data/lib/hubspot/discovery/crm/contacts/api/search_api.rb +13 -0
  622. data/lib/hubspot/discovery/crm/contacts/client.rb +23 -0
  623. data/lib/hubspot/discovery/crm/deals/api/associations_api.rb +13 -0
  624. data/lib/hubspot/discovery/crm/deals/api/basic_api.rb +13 -0
  625. data/lib/hubspot/discovery/crm/deals/api/batch_api.rb +13 -0
  626. data/lib/hubspot/discovery/crm/deals/api/search_api.rb +13 -0
  627. data/lib/hubspot/discovery/crm/deals/client.rb +22 -0
  628. data/lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb +15 -0
  629. data/lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb +15 -0
  630. data/lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb +15 -0
  631. data/lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb +15 -0
  632. data/lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb +15 -0
  633. data/lib/hubspot/discovery/crm/extensions/accounting/client.rb +25 -0
  634. data/lib/hubspot/discovery/crm/extensions/calling/api/settings_api.rb +15 -0
  635. data/lib/hubspot/discovery/crm/extensions/calling/client.rb +21 -0
  636. data/lib/hubspot/discovery/crm/extensions/cards/api/cards_api.rb +15 -0
  637. data/lib/hubspot/discovery/crm/extensions/cards/api/sample_response_api.rb +15 -0
  638. data/lib/hubspot/discovery/crm/extensions/cards/client.rb +22 -0
  639. data/lib/hubspot/discovery/crm/extensions/client.rb +22 -0
  640. data/lib/hubspot/discovery/crm/extensions/videoconferencing/api/settings_api.rb +15 -0
  641. data/lib/hubspot/discovery/crm/extensions/videoconferencing/client.rb +21 -0
  642. data/lib/hubspot/discovery/crm/imports/api/core_api.rb +13 -0
  643. data/lib/hubspot/discovery/crm/imports/api/public_imports_api.rb +13 -0
  644. data/lib/hubspot/discovery/crm/imports/client.rb +20 -0
  645. data/lib/hubspot/discovery/crm/line_items/api/associations_api.rb +13 -0
  646. data/lib/hubspot/discovery/crm/line_items/api/basic_api.rb +13 -0
  647. data/lib/hubspot/discovery/crm/line_items/api/batch_api.rb +13 -0
  648. data/lib/hubspot/discovery/crm/line_items/api/search_api.rb +13 -0
  649. data/lib/hubspot/discovery/crm/line_items/client.rb +22 -0
  650. data/lib/hubspot/discovery/crm/objects/api/associations_api.rb +13 -0
  651. data/lib/hubspot/discovery/crm/objects/api/basic_api.rb +13 -0
  652. data/lib/hubspot/discovery/crm/objects/api/batch_api.rb +13 -0
  653. data/lib/hubspot/discovery/crm/objects/api/gdpr_api.rb +13 -0
  654. data/lib/hubspot/discovery/crm/objects/api/search_api.rb +13 -0
  655. data/lib/hubspot/discovery/crm/objects/calls/api/associations_api.rb +15 -0
  656. data/lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb +15 -0
  657. data/lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb +15 -0
  658. data/lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb +15 -0
  659. data/lib/hubspot/discovery/crm/objects/calls/api/search_api.rb +15 -0
  660. data/lib/hubspot/discovery/crm/objects/calls/client.rb +25 -0
  661. data/lib/hubspot/discovery/crm/objects/client.rb +34 -0
  662. data/lib/hubspot/discovery/crm/objects/emails/api/associations_api.rb +15 -0
  663. data/lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb +15 -0
  664. data/lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb +15 -0
  665. data/lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb +15 -0
  666. data/lib/hubspot/discovery/crm/objects/emails/api/search_api.rb +15 -0
  667. data/lib/hubspot/discovery/crm/objects/emails/client.rb +25 -0
  668. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/associations_api.rb +15 -0
  669. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb +15 -0
  670. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb +15 -0
  671. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/public_object_api.rb +15 -0
  672. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb +15 -0
  673. data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +25 -0
  674. data/lib/hubspot/discovery/crm/objects/meetings/api/associations_api.rb +15 -0
  675. data/lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb +15 -0
  676. data/lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb +15 -0
  677. data/lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb +15 -0
  678. data/lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb +15 -0
  679. data/lib/hubspot/discovery/crm/objects/meetings/client.rb +25 -0
  680. data/lib/hubspot/discovery/crm/objects/notes/api/associations_api.rb +15 -0
  681. data/lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb +15 -0
  682. data/lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb +15 -0
  683. data/lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb +15 -0
  684. data/lib/hubspot/discovery/crm/objects/notes/api/search_api.rb +15 -0
  685. data/lib/hubspot/discovery/crm/objects/notes/client.rb +25 -0
  686. data/lib/hubspot/discovery/crm/objects/tasks/api/associations_api.rb +15 -0
  687. data/lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb +15 -0
  688. data/lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb +15 -0
  689. data/lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb +15 -0
  690. data/lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb +15 -0
  691. data/lib/hubspot/discovery/crm/objects/tasks/client.rb +25 -0
  692. data/lib/hubspot/discovery/crm/owners/api/owners_api.rb +13 -0
  693. data/lib/hubspot/discovery/crm/owners/client.rb +19 -0
  694. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stages_api.rb +13 -0
  695. data/lib/hubspot/discovery/crm/pipelines/api/pipelines_api.rb +13 -0
  696. data/lib/hubspot/discovery/crm/pipelines/client.rb +20 -0
  697. data/lib/hubspot/discovery/crm/products/api/associations_api.rb +13 -0
  698. data/lib/hubspot/discovery/crm/products/api/basic_api.rb +13 -0
  699. data/lib/hubspot/discovery/crm/products/api/batch_api.rb +13 -0
  700. data/lib/hubspot/discovery/crm/products/api/search_api.rb +13 -0
  701. data/lib/hubspot/discovery/crm/products/client.rb +22 -0
  702. data/lib/hubspot/discovery/crm/properties/api/batch_api.rb +13 -0
  703. data/lib/hubspot/discovery/crm/properties/api/core_api.rb +13 -0
  704. data/lib/hubspot/discovery/crm/properties/api/groups_api.rb +13 -0
  705. data/lib/hubspot/discovery/crm/properties/client.rb +21 -0
  706. data/lib/hubspot/discovery/crm/quotes/api/associations_api.rb +13 -0
  707. data/lib/hubspot/discovery/crm/quotes/api/basic_api.rb +13 -0
  708. data/lib/hubspot/discovery/crm/quotes/api/batch_api.rb +13 -0
  709. data/lib/hubspot/discovery/crm/quotes/api/search_api.rb +13 -0
  710. data/lib/hubspot/discovery/crm/quotes/client.rb +22 -0
  711. data/lib/hubspot/discovery/crm/schemas/api/core_api.rb +13 -0
  712. data/lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb +13 -0
  713. data/lib/hubspot/discovery/crm/schemas/client.rb +20 -0
  714. data/lib/hubspot/discovery/crm/tickets/api/associations_api.rb +13 -0
  715. data/lib/hubspot/discovery/crm/tickets/api/basic_api.rb +13 -0
  716. data/lib/hubspot/discovery/crm/tickets/api/batch_api.rb +13 -0
  717. data/lib/hubspot/discovery/crm/tickets/api/search_api.rb +13 -0
  718. data/lib/hubspot/discovery/crm/tickets/client.rb +22 -0
  719. data/lib/hubspot/discovery/crm/timeline/api/events_api.rb +13 -0
  720. data/lib/hubspot/discovery/crm/timeline/api/templates_api.rb +13 -0
  721. data/lib/hubspot/discovery/crm/timeline/api/tokens_api.rb +13 -0
  722. data/lib/hubspot/discovery/crm/timeline/client.rb +21 -0
  723. data/lib/hubspot/discovery/events/api/events_api.rb +11 -0
  724. data/lib/hubspot/discovery/events/client.rb +17 -0
  725. data/lib/hubspot/discovery/files/client.rb +17 -0
  726. data/lib/hubspot/discovery/files/files/api/files_api.rb +13 -0
  727. data/lib/hubspot/discovery/files/files/api/folders_api.rb +13 -0
  728. data/lib/hubspot/discovery/files/files/client.rb +20 -0
  729. data/lib/hubspot/discovery/marketing/client.rb +19 -0
  730. data/lib/hubspot/discovery/marketing/events/api/basic_api.rb +14 -0
  731. data/lib/hubspot/discovery/marketing/events/api/batch_api.rb +13 -0
  732. data/lib/hubspot/discovery/marketing/events/api/search_api.rb +13 -0
  733. data/lib/hubspot/discovery/marketing/events/api/settings_api.rb +13 -0
  734. data/lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb +13 -0
  735. data/lib/hubspot/discovery/marketing/events/client.rb +23 -0
  736. data/lib/hubspot/discovery/marketing/forms/api/forms_api.rb +13 -0
  737. data/lib/hubspot/discovery/marketing/forms/client.rb +19 -0
  738. data/lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb +13 -0
  739. data/lib/hubspot/discovery/marketing/transactional/api/single_send_api.rb +13 -0
  740. data/lib/hubspot/discovery/marketing/transactional/client.rb +20 -0
  741. data/lib/hubspot/discovery/oauth/api/access_tokens_api.rb +11 -0
  742. data/lib/hubspot/discovery/oauth/api/refresh_tokens_api.rb +11 -0
  743. data/lib/hubspot/discovery/oauth/api/tokens_api.rb +11 -0
  744. data/lib/hubspot/discovery/oauth/client.rb +23 -0
  745. data/lib/hubspot/discovery/settings/client.rb +17 -0
  746. data/lib/hubspot/discovery/settings/users/api/roles_api.rb +13 -0
  747. data/lib/hubspot/discovery/settings/users/api/teams_api.rb +13 -0
  748. data/lib/hubspot/discovery/settings/users/api/users_api.rb +13 -0
  749. data/lib/hubspot/discovery/settings/users/client.rb +21 -0
  750. data/lib/hubspot/discovery/webhooks/api/settings_api.rb +11 -0
  751. data/lib/hubspot/discovery/webhooks/api/subscriptions_api.rb +11 -0
  752. data/lib/hubspot/discovery/webhooks/client.rb +18 -0
  753. data/lib/hubspot/helpers/camel_case.rb +9 -0
  754. data/lib/hubspot/helpers/path.rb +15 -0
  755. data/lib/hubspot/helpers/snake_case.rb +13 -0
  756. data/lib/hubspot/version.rb +1 -1
  757. data/lib/hubspot-api-client.rb +2 -59
  758. data/spec/discovery/automation/actions/callbacks_api_spec.rb +8 -0
  759. data/spec/discovery/automation/actions/definitions_api_spec.rb +11 -0
  760. data/spec/discovery/automation/actions/functions_api_spec.rb +13 -0
  761. data/spec/discovery/automation/actions/revisions_api_spec.rb +8 -0
  762. data/spec/discovery/base_api_client_spec.rb +172 -0
  763. data/spec/discovery/base_module_client_spec.rb +29 -0
  764. data/spec/discovery/client_spec.rb +16 -0
  765. data/spec/discovery/cms/audit-logs/audit_logs_api_spec.rb +7 -0
  766. data/spec/discovery/cms/blogs/authors/blog_authors_api_spec.rb +15 -0
  767. data/spec/discovery/cms/blogs/blog-posts/blog_posts_api_spec.rb +25 -0
  768. data/spec/discovery/cms/blogs/tags/blog_tags_api_spec.rb +15 -0
  769. data/spec/discovery/cms/domains/domains_api_spec.rb +8 -0
  770. data/spec/discovery/cms/hubdb/rows_api_spec.rb +15 -0
  771. data/spec/discovery/cms/hubdb/rows_batch_api_spec.rb +13 -0
  772. data/spec/discovery/cms/hubdb/tables_api_spec.rb +20 -0
  773. data/spec/discovery/cms/performance/public_performance_api_spec.rb +8 -0
  774. data/spec/discovery/cms/site-search/public_api_spec.rb +8 -0
  775. data/spec/discovery/cms/source-code/content_api_spec.rb +10 -0
  776. data/spec/discovery/cms/source-code/extract_api_spec.rb +7 -0
  777. data/spec/discovery/cms/source-code/metadata_api_spec.rb +7 -0
  778. data/spec/discovery/cms/source-code/source_code_extract_api_spec.rb +8 -0
  779. data/spec/discovery/cms/source-code/validation_api_spec.rb +7 -0
  780. data/spec/discovery/cms/url-redirects/redirects_api_spec.rb +11 -0
  781. data/spec/discovery/communication_preferences/definition_api_spec.rb +7 -0
  782. data/spec/discovery/communication_preferences/status_api_spec.rb +9 -0
  783. data/spec/discovery/conversations/visitor-identification/generate_api_spec.rb +7 -0
  784. data/spec/discovery/crm/associations/batch_api_spec.rb +9 -0
  785. data/spec/discovery/crm/associations/types_api_spec.rb +7 -0
  786. data/spec/discovery/crm/companies/associations_api_spec.rb +9 -0
  787. data/spec/discovery/crm/companies/basic_api_spec.rb +11 -0
  788. data/spec/discovery/crm/companies/batch_api_spec.rb +10 -0
  789. data/spec/discovery/crm/companies/search_api_spec.rb +7 -0
  790. data/spec/discovery/crm/contacts/associations_api_spec.rb +9 -0
  791. data/spec/discovery/crm/contacts/basic_api_spec.rb +11 -0
  792. data/spec/discovery/crm/contacts/batch_api_spec.rb +10 -0
  793. data/spec/discovery/crm/contacts/gdpr_api_spec.rb +7 -0
  794. data/spec/discovery/crm/contacts/search_api_spec.rb +7 -0
  795. data/spec/discovery/crm/deals/associations_api_spec.rb +9 -0
  796. data/spec/discovery/crm/deals/basic_api_spec.rb +11 -0
  797. data/spec/discovery/crm/deals/batch_api_spec.rb +10 -0
  798. data/spec/discovery/crm/deals/search_api_spec.rb +7 -0
  799. data/spec/discovery/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
  800. data/spec/discovery/crm/extensions/accounting/invoice_api_spec.rb +9 -0
  801. data/spec/discovery/crm/extensions/accounting/settings_api_spec.rb +8 -0
  802. data/spec/discovery/crm/extensions/accounting/sync_api_spec.rb +8 -0
  803. data/spec/discovery/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
  804. data/spec/discovery/crm/extensions/calling/settings_api_spec.rb +10 -0
  805. data/spec/discovery/crm/extensions/cards/cards_api_spec.rb +11 -0
  806. data/spec/discovery/crm/extensions/cards/sample_response_api_spec.rb +7 -0
  807. data/spec/discovery/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
  808. data/spec/discovery/crm/imports/core_api_spec.rb +10 -0
  809. data/spec/discovery/crm/imports/public_imports_api_spec.rb +7 -0
  810. data/spec/discovery/crm/line_items/associations_api_spec.rb +9 -0
  811. data/spec/discovery/crm/line_items/basic_api_spec.rb +11 -0
  812. data/spec/discovery/crm/line_items/batch_api_spec.rb +10 -0
  813. data/spec/discovery/crm/line_items/search_api_spec.rb +7 -0
  814. data/spec/discovery/crm/objects/associations_api_spec.rb +9 -0
  815. data/spec/discovery/crm/objects/basic_api_spec.rb +12 -0
  816. data/spec/discovery/crm/objects/batch_api_spec.rb +10 -0
  817. data/spec/discovery/crm/objects/calls/associations_api_spec.rb +9 -0
  818. data/spec/discovery/crm/objects/calls/basic_api_spec.rb +10 -0
  819. data/spec/discovery/crm/objects/calls/batch_api_spec.rb +10 -0
  820. data/spec/discovery/crm/objects/calls/public_object_api_spec.rb +7 -0
  821. data/spec/discovery/crm/objects/calls/search_api_spec.rb +7 -0
  822. data/spec/discovery/crm/objects/emails/associations_api_spec.rb +9 -0
  823. data/spec/discovery/crm/objects/emails/basic_api_spec.rb +10 -0
  824. data/spec/discovery/crm/objects/emails/batch_api_spec.rb +10 -0
  825. data/spec/discovery/crm/objects/emails/public_object_api_spec.rb +7 -0
  826. data/spec/discovery/crm/objects/emails/search_api_spec.rb +7 -0
  827. data/spec/discovery/crm/objects/feedback_submissions/associations_api_spec.rb +9 -0
  828. data/spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb +11 -0
  829. data/spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb +10 -0
  830. data/spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb +7 -0
  831. data/spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
  832. data/spec/discovery/crm/objects/gdpr_api_spec.rb +7 -0
  833. data/spec/discovery/crm/objects/meetings/associations_api_spec.rb +9 -0
  834. data/spec/discovery/crm/objects/meetings/basic_api_spec.rb +10 -0
  835. data/spec/discovery/crm/objects/meetings/batch_api_spec.rb +10 -0
  836. data/spec/discovery/crm/objects/meetings/public_object_api_spec.rb +7 -0
  837. data/spec/discovery/crm/objects/meetings/search_api_spec.rb +7 -0
  838. data/spec/discovery/crm/objects/notes/associations_api_spec.rb +9 -0
  839. data/spec/discovery/crm/objects/notes/basic_api_spec.rb +10 -0
  840. data/spec/discovery/crm/objects/notes/batch_api_spec.rb +10 -0
  841. data/spec/discovery/crm/objects/notes/public_object_api_spec.rb +7 -0
  842. data/spec/discovery/crm/objects/notes/search_api_spec.rb +7 -0
  843. data/spec/discovery/crm/objects/search_api_spec.rb +7 -0
  844. data/spec/discovery/crm/objects/tasks/associations_api_spec.rb +9 -0
  845. data/spec/discovery/crm/objects/tasks/basic_api_spec.rb +10 -0
  846. data/spec/discovery/crm/objects/tasks/batch_api_spec.rb +10 -0
  847. data/spec/discovery/crm/objects/tasks/public_object_api_spec.rb +7 -0
  848. data/spec/discovery/crm/objects/tasks/search_api_spec.rb +7 -0
  849. data/spec/discovery/crm/owners/owners_api_spec.rb +8 -0
  850. data/spec/discovery/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
  851. data/spec/discovery/crm/pipelines/pipelines_api_spec.rb +12 -0
  852. data/spec/discovery/crm/products/associations_api_spec.rb +9 -0
  853. data/spec/discovery/crm/products/basic_api_spec.rb +11 -0
  854. data/spec/discovery/crm/products/batch_api_spec.rb +10 -0
  855. data/spec/discovery/crm/products/search_api_spec.rb +7 -0
  856. data/spec/discovery/crm/properties/batch_api_spec.rb +9 -0
  857. data/spec/discovery/crm/properties/core_api_spec.rb +11 -0
  858. data/spec/discovery/crm/properties/groups_api_spec.rb +11 -0
  859. data/spec/discovery/crm/quotes/associations_api_spec.rb +7 -0
  860. data/spec/discovery/crm/quotes/basic_api_spec.rb +8 -0
  861. data/spec/discovery/crm/quotes/batch_api_spec.rb +7 -0
  862. data/spec/discovery/crm/quotes/search_api_spec.rb +7 -0
  863. data/spec/discovery/crm/schemas/core_api_spec.rb +13 -0
  864. data/spec/discovery/crm/schemas/public_object_schemas_api_spec.rb +7 -0
  865. data/spec/discovery/crm/tickets/associations_api_spec.rb +9 -0
  866. data/spec/discovery/crm/tickets/basic_api_spec.rb +11 -0
  867. data/spec/discovery/crm/tickets/batch_api_spec.rb +10 -0
  868. data/spec/discovery/crm/tickets/search_api_spec.rb +7 -0
  869. data/spec/discovery/crm/timeline/events_api_spec.rb +11 -0
  870. data/spec/discovery/crm/timeline/templates_api_spec.rb +11 -0
  871. data/spec/discovery/crm/timeline/tokens_api_spec.rb +9 -0
  872. data/spec/discovery/events/events_api_spec.rb +7 -0
  873. data/spec/discovery/files/files/files_api_spec.rb +16 -0
  874. data/spec/discovery/files/files/folders_api_spec.rb +14 -0
  875. data/spec/discovery/marketing/events/basic_api_spec.rb +12 -0
  876. data/spec/discovery/marketing/events/batch_api_spec.rb +8 -0
  877. data/spec/discovery/marketing/events/search_api_spec.rb +7 -0
  878. data/spec/discovery/marketing/events/settings_api_spec.rb +8 -0
  879. data/spec/discovery/marketing/events/subscriber_state_changes_api_spec.rb +8 -0
  880. data/spec/discovery/marketing/forms/forms_api_spec.rb +12 -0
  881. data/spec/discovery/marketing/transactional/public_smtp_tokens_api_spec.rb +11 -0
  882. data/spec/discovery/marketing/transactional/single_send_api_spec.rb +7 -0
  883. data/spec/discovery/oauth/access_tokens_api_spec.rb +7 -0
  884. data/spec/discovery/oauth/refresh_tokens_api_spec.rb +8 -0
  885. data/spec/discovery/oauth/tokens_api_spec.rb +7 -0
  886. data/spec/discovery/settings/users/roles_api_spec.rb +7 -0
  887. data/spec/discovery/settings/users/teams_api_spec.rb +7 -0
  888. data/spec/discovery/settings/users/users_api_spec.rb +11 -0
  889. data/spec/discovery/webhooks/settings_api_spec.rb +9 -0
  890. data/spec/discovery/webhooks/subscriptions_api_spec.rb +12 -0
  891. metadata +834 -1609
  892. data/lib/hubspot/codegen/cms/blogs/authors/api/author_api.rb +0 -643
  893. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/blog_post_api.rb +0 -1302
  894. data/lib/hubspot/codegen/cms/blogs/tags/api/tag_api.rb +0 -643
  895. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +0 -259
  896. data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb +0 -242
  897. data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +0 -210
  898. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +0 -226
  899. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +0 -226
  900. data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +0 -224
  901. data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +0 -210
  902. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +0 -227
  903. data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +0 -210
  904. data/pkg/hubspot-api-client-10.1.1.gem +0 -0
  905. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +0 -60
  906. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +0 -104
  907. data/spec/codegen/automation/actions/api/functions_api_spec.rb +0 -137
  908. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +0 -64
  909. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +0 -51
  910. data/spec/codegen/automation/actions/models/action_function_spec.rb +0 -57
  911. data/spec/codegen/automation/actions/models/action_labels_spec.rb +0 -71
  912. data/spec/codegen/automation/actions/models/action_revision_spec.rb +0 -59
  913. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +0 -41
  914. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +0 -47
  915. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +0 -41
  916. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +0 -41
  917. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +0 -47
  918. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +0 -47
  919. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +0 -63
  920. data/spec/codegen/automation/actions/models/error_detail_spec.rb +0 -65
  921. data/spec/codegen/automation/actions/models/error_spec.rb +0 -77
  922. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +0 -89
  923. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +0 -77
  924. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +0 -101
  925. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +0 -83
  926. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +0 -41
  927. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +0 -57
  928. data/spec/codegen/automation/actions/models/next_page_spec.rb +0 -47
  929. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +0 -41
  930. data/spec/codegen/automation/actions/models/option_spec.rb +0 -77
  931. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +0 -57
  932. data/spec/codegen/cms/audit-logs/api/audit_logs_api_spec.rb +0 -54
  933. data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +0 -47
  934. data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +0 -65
  935. data/spec/codegen/cms/audit-logs/models/error_spec.rb +0 -77
  936. data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +0 -47
  937. data/spec/codegen/cms/audit-logs/models/paging_spec.rb +0 -41
  938. data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +0 -85
  939. data/spec/codegen/cms/blogs/authors/api/author_api_spec.rb +0 -158
  940. data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +0 -41
  941. data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +0 -41
  942. data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +0 -41
  943. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +0 -87
  944. data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +0 -107
  945. data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +0 -53
  946. data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +0 -65
  947. data/spec/codegen/cms/blogs/authors/models/error_spec.rb +0 -77
  948. data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +0 -41
  949. data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +0 -47
  950. data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +0 -83
  951. data/spec/codegen/cms/blogs/blog-posts/api/blog_post_api_spec.rb +0 -285
  952. data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +0 -51
  953. data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +0 -57
  954. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +0 -41
  955. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +0 -41
  956. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +0 -41
  957. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +0 -87
  958. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +0 -417
  959. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +0 -53
  960. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +0 -53
  961. data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +0 -41
  962. data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +0 -47
  963. data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +0 -47
  964. data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +0 -65
  965. data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +0 -77
  966. data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +0 -41
  967. data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +0 -53
  968. data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +0 -113
  969. data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +0 -47
  970. data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +0 -47
  971. data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +0 -47
  972. data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +0 -59
  973. data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +0 -47
  974. data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +0 -55
  975. data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +0 -83
  976. data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +0 -85
  977. data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +0 -59
  978. data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +0 -53
  979. data/spec/codegen/cms/blogs/tags/api/tag_api_spec.rb +0 -158
  980. data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +0 -41
  981. data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +0 -41
  982. data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +0 -41
  983. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +0 -87
  984. data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +0 -53
  985. data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +0 -65
  986. data/spec/codegen/cms/blogs/tags/models/error_spec.rb +0 -77
  987. data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +0 -41
  988. data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +0 -47
  989. data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +0 -83
  990. data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +0 -65
  991. data/spec/codegen/cms/domains/api/domains_api_spec.rb +0 -71
  992. data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +0 -53
  993. data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +0 -149
  994. data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +0 -47
  995. data/spec/codegen/cms/domains/models/domain_spec.rb +0 -403
  996. data/spec/codegen/cms/domains/models/error_detail_spec.rb +0 -65
  997. data/spec/codegen/cms/domains/models/error_spec.rb +0 -77
  998. data/spec/codegen/cms/domains/models/next_page_spec.rb +0 -47
  999. data/spec/codegen/cms/domains/models/paging_spec.rb +0 -41
  1000. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +0 -160
  1001. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +0 -126
  1002. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +0 -236
  1003. data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request_spec.rb +0 -41
  1004. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +0 -41
  1005. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +0 -41
  1006. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +0 -87
  1007. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +0 -53
  1008. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +0 -53
  1009. data/spec/codegen/cms/hubdb/models/column_request_spec.rb +0 -69
  1010. data/spec/codegen/cms/hubdb/models/column_spec.rb +0 -117
  1011. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +0 -65
  1012. data/spec/codegen/cms/hubdb/models/error_spec.rb +0 -77
  1013. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +0 -53
  1014. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +0 -41
  1015. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +0 -53
  1016. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_request_spec.rb +0 -59
  1017. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +0 -77
  1018. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_request_spec.rb +0 -83
  1019. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +0 -143
  1020. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +0 -59
  1021. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +0 -47
  1022. data/spec/codegen/cms/hubdb/models/option_spec.rb +0 -59
  1023. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +0 -59
  1024. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +0 -83
  1025. data/spec/codegen/cms/performance/api/public_performance_api_spec.rb +0 -73
  1026. data/spec/codegen/cms/performance/models/error_detail_spec.rb +0 -65
  1027. data/spec/codegen/cms/performance/models/error_spec.rb +0 -77
  1028. data/spec/codegen/cms/performance/models/performance_view_spec.rb +0 -167
  1029. data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +0 -85
  1030. data/spec/codegen/cms/site-search/api/public_api_spec.rb +0 -77
  1031. data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +0 -145
  1032. data/spec/codegen/cms/site-search/models/error_detail_spec.rb +0 -65
  1033. data/spec/codegen/cms/site-search/models/error_spec.rb +0 -77
  1034. data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +0 -57
  1035. data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +0 -71
  1036. data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +0 -59
  1037. data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +0 -107
  1038. data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +0 -53
  1039. data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +0 -65
  1040. data/spec/codegen/cms/url-redirects/models/error_spec.rb +0 -77
  1041. data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +0 -47
  1042. data/spec/codegen/cms/url-redirects/models/paging_spec.rb +0 -41
  1043. data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +0 -95
  1044. data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +0 -189
  1045. data/spec/codegen/communication_preferences/api/definition_api_spec.rb +0 -46
  1046. data/spec/codegen/communication_preferences/api/status_api_spec.rb +0 -71
  1047. data/spec/codegen/communication_preferences/models/error_detail_spec.rb +0 -65
  1048. data/spec/codegen/communication_preferences/models/error_spec.rb +0 -77
  1049. data/spec/codegen/communication_preferences/models/public_subscription_status_spec.rb +0 -101
  1050. data/spec/codegen/communication_preferences/models/public_subscription_statuses_response_spec.rb +0 -47
  1051. data/spec/codegen/communication_preferences/models/public_update_subscription_status_request_spec.rb +0 -63
  1052. data/spec/codegen/communication_preferences/models/subscription_definition_spec.rb +0 -95
  1053. data/spec/codegen/communication_preferences/models/subscription_definitions_response_spec.rb +0 -41
  1054. data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +0 -47
  1055. data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +0 -65
  1056. data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +0 -77
  1057. data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +0 -53
  1058. data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +0 -41
  1059. data/spec/codegen/crm/associations/api/batch_api_spec.rb +0 -77
  1060. data/spec/codegen/crm/associations/api/types_api_spec.rb +0 -48
  1061. data/spec/codegen/crm/associations/models/associated_id_spec.rb +0 -47
  1062. data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +0 -41
  1063. data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +0 -41
  1064. data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +0 -81
  1065. data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +0 -81
  1066. data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +0 -47
  1067. data/spec/codegen/crm/associations/models/error_category_spec.rb +0 -51
  1068. data/spec/codegen/crm/associations/models/error_detail_spec.rb +0 -65
  1069. data/spec/codegen/crm/associations/models/error_spec.rb +0 -77
  1070. data/spec/codegen/crm/associations/models/next_page_spec.rb +0 -47
  1071. data/spec/codegen/crm/associations/models/paging_spec.rb +0 -41
  1072. data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +0 -47
  1073. data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +0 -47
  1074. data/spec/codegen/crm/associations/models/public_association_spec.rb +0 -53
  1075. data/spec/codegen/crm/associations/models/public_object_id_spec.rb +0 -41
  1076. data/spec/codegen/crm/associations/models/standard_error_spec.rb +0 -83
  1077. data/spec/codegen/crm/companies/api/associations_api_spec.rb +0 -77
  1078. data/spec/codegen/crm/companies/api/basic_api_spec.rb +0 -105
  1079. data/spec/codegen/crm/companies/api/batch_api_spec.rb +0 -80
  1080. data/spec/codegen/crm/companies/api/search_api_spec.rb +0 -45
  1081. data/spec/codegen/crm/companies/models/associated_id_spec.rb +0 -47
  1082. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1083. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1084. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1085. data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  1086. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +0 -75
  1087. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1088. data/spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1089. data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +0 -47
  1090. data/spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1091. data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1092. data/spec/codegen/crm/companies/models/error_category_spec.rb +0 -51
  1093. data/spec/codegen/crm/companies/models/error_detail_spec.rb +0 -65
  1094. data/spec/codegen/crm/companies/models/error_spec.rb +0 -77
  1095. data/spec/codegen/crm/companies/models/filter_group_spec.rb +0 -41
  1096. data/spec/codegen/crm/companies/models/filter_spec.rb +0 -57
  1097. data/spec/codegen/crm/companies/models/forward_paging_spec.rb +0 -41
  1098. data/spec/codegen/crm/companies/models/next_page_spec.rb +0 -47
  1099. data/spec/codegen/crm/companies/models/paging_spec.rb +0 -47
  1100. data/spec/codegen/crm/companies/models/previous_page_spec.rb +0 -47
  1101. data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +0 -71
  1102. data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +0 -47
  1103. data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +0 -41
  1104. data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +0 -41
  1105. data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +0 -71
  1106. data/spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb +0 -77
  1107. data/spec/codegen/crm/companies/models/standard_error_spec.rb +0 -83
  1108. data/spec/codegen/crm/contacts/api/associations_api_spec.rb +0 -77
  1109. data/spec/codegen/crm/contacts/api/basic_api_spec.rb +0 -105
  1110. data/spec/codegen/crm/contacts/api/batch_api_spec.rb +0 -80
  1111. data/spec/codegen/crm/contacts/api/gdpr_api_spec.rb +0 -59
  1112. data/spec/codegen/crm/contacts/api/search_api_spec.rb +0 -45
  1113. data/spec/codegen/crm/contacts/models/associated_id_spec.rb +0 -47
  1114. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1115. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1116. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1117. data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  1118. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +0 -75
  1119. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1120. data/spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1121. data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +0 -47
  1122. data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1123. data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1124. data/spec/codegen/crm/contacts/models/error_category_spec.rb +0 -51
  1125. data/spec/codegen/crm/contacts/models/error_detail_spec.rb +0 -65
  1126. data/spec/codegen/crm/contacts/models/error_spec.rb +0 -77
  1127. data/spec/codegen/crm/contacts/models/filter_group_spec.rb +0 -41
  1128. data/spec/codegen/crm/contacts/models/filter_spec.rb +0 -57
  1129. data/spec/codegen/crm/contacts/models/forward_paging_spec.rb +0 -41
  1130. data/spec/codegen/crm/contacts/models/next_page_spec.rb +0 -47
  1131. data/spec/codegen/crm/contacts/models/paging_spec.rb +0 -47
  1132. data/spec/codegen/crm/contacts/models/previous_page_spec.rb +0 -47
  1133. data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +0 -71
  1134. data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +0 -47
  1135. data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +0 -41
  1136. data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +0 -41
  1137. data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +0 -71
  1138. data/spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb +0 -77
  1139. data/spec/codegen/crm/contacts/models/standard_error_spec.rb +0 -83
  1140. data/spec/codegen/crm/deals/api/associations_api_spec.rb +0 -77
  1141. data/spec/codegen/crm/deals/api/basic_api_spec.rb +0 -105
  1142. data/spec/codegen/crm/deals/api/batch_api_spec.rb +0 -80
  1143. data/spec/codegen/crm/deals/api/search_api_spec.rb +0 -45
  1144. data/spec/codegen/crm/deals/models/associated_id_spec.rb +0 -47
  1145. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1146. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1147. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1148. data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  1149. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +0 -75
  1150. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1151. data/spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1152. data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +0 -47
  1153. data/spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1154. data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1155. data/spec/codegen/crm/deals/models/error_category_spec.rb +0 -51
  1156. data/spec/codegen/crm/deals/models/error_detail_spec.rb +0 -65
  1157. data/spec/codegen/crm/deals/models/error_spec.rb +0 -77
  1158. data/spec/codegen/crm/deals/models/filter_group_spec.rb +0 -41
  1159. data/spec/codegen/crm/deals/models/filter_spec.rb +0 -57
  1160. data/spec/codegen/crm/deals/models/forward_paging_spec.rb +0 -41
  1161. data/spec/codegen/crm/deals/models/next_page_spec.rb +0 -47
  1162. data/spec/codegen/crm/deals/models/paging_spec.rb +0 -47
  1163. data/spec/codegen/crm/deals/models/previous_page_spec.rb +0 -47
  1164. data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +0 -71
  1165. data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +0 -47
  1166. data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +0 -41
  1167. data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +0 -41
  1168. data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +0 -71
  1169. data/spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb +0 -77
  1170. data/spec/codegen/crm/deals/models/standard_error_spec.rb +0 -83
  1171. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +0 -165
  1172. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +0 -76
  1173. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +0 -60
  1174. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +0 -61
  1175. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +0 -59
  1176. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +0 -53
  1177. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +0 -125
  1178. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +0 -65
  1179. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +0 -93
  1180. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +0 -59
  1181. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +0 -53
  1182. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +0 -69
  1183. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +0 -65
  1184. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +0 -47
  1185. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +0 -71
  1186. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +0 -53
  1187. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +0 -51
  1188. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +0 -65
  1189. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +0 -77
  1190. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +0 -63
  1191. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +0 -41
  1192. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +0 -59
  1193. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +0 -51
  1194. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +0 -135
  1195. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +0 -51
  1196. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +0 -83
  1197. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +0 -135
  1198. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +0 -51
  1199. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +0 -41
  1200. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +0 -51
  1201. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +0 -71
  1202. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +0 -51
  1203. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +0 -47
  1204. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +0 -47
  1205. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +0 -51
  1206. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +0 -53
  1207. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +0 -47
  1208. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +0 -51
  1209. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +0 -47
  1210. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +0 -73
  1211. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +0 -75
  1212. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +0 -85
  1213. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +0 -65
  1214. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +0 -77
  1215. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +0 -71
  1216. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +0 -71
  1217. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +0 -83
  1218. data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +0 -100
  1219. data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +0 -46
  1220. data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +0 -53
  1221. data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +0 -79
  1222. data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +0 -41
  1223. data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +0 -59
  1224. data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +0 -41
  1225. data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +0 -63
  1226. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +0 -47
  1227. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +0 -47
  1228. data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +0 -41
  1229. data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +0 -51
  1230. data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +0 -59
  1231. data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +0 -77
  1232. data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +0 -57
  1233. data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +0 -65
  1234. data/spec/codegen/crm/extensions/cards/models/error_spec.rb +0 -77
  1235. data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +0 -75
  1236. data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +0 -75
  1237. data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +0 -65
  1238. data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +0 -63
  1239. data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +0 -53
  1240. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +0 -72
  1241. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +0 -65
  1242. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +0 -77
  1243. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +0 -59
  1244. data/spec/codegen/crm/imports/api/core_api_spec.rb +0 -86
  1245. data/spec/codegen/crm/imports/api/public_imports_api_spec.rb +0 -47
  1246. data/spec/codegen/crm/imports/models/action_response_spec.rb +0 -69
  1247. data/spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb +0 -47
  1248. data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +0 -47
  1249. data/spec/codegen/crm/imports/models/error_detail_spec.rb +0 -65
  1250. data/spec/codegen/crm/imports/models/error_spec.rb +0 -77
  1251. data/spec/codegen/crm/imports/models/forward_paging_spec.rb +0 -41
  1252. data/spec/codegen/crm/imports/models/import_row_core_spec.rb +0 -53
  1253. data/spec/codegen/crm/imports/models/next_page_spec.rb +0 -47
  1254. data/spec/codegen/crm/imports/models/paging_spec.rb +0 -47
  1255. data/spec/codegen/crm/imports/models/previous_page_spec.rb +0 -47
  1256. data/spec/codegen/crm/imports/models/public_import_error_spec.rb +0 -97
  1257. data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +0 -53
  1258. data/spec/codegen/crm/imports/models/public_import_response_spec.rb +0 -87
  1259. data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +0 -47
  1260. data/spec/codegen/crm/line_items/api/associations_api_spec.rb +0 -77
  1261. data/spec/codegen/crm/line_items/api/basic_api_spec.rb +0 -105
  1262. data/spec/codegen/crm/line_items/api/batch_api_spec.rb +0 -80
  1263. data/spec/codegen/crm/line_items/api/search_api_spec.rb +0 -45
  1264. data/spec/codegen/crm/line_items/models/associated_id_spec.rb +0 -47
  1265. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1266. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1267. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1268. data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  1269. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +0 -75
  1270. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1271. data/spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1272. data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +0 -47
  1273. data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1274. data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1275. data/spec/codegen/crm/line_items/models/error_category_spec.rb +0 -51
  1276. data/spec/codegen/crm/line_items/models/error_detail_spec.rb +0 -65
  1277. data/spec/codegen/crm/line_items/models/error_spec.rb +0 -77
  1278. data/spec/codegen/crm/line_items/models/filter_group_spec.rb +0 -41
  1279. data/spec/codegen/crm/line_items/models/filter_spec.rb +0 -57
  1280. data/spec/codegen/crm/line_items/models/forward_paging_spec.rb +0 -41
  1281. data/spec/codegen/crm/line_items/models/next_page_spec.rb +0 -47
  1282. data/spec/codegen/crm/line_items/models/paging_spec.rb +0 -47
  1283. data/spec/codegen/crm/line_items/models/previous_page_spec.rb +0 -47
  1284. data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +0 -71
  1285. data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +0 -47
  1286. data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +0 -41
  1287. data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +0 -41
  1288. data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +0 -71
  1289. data/spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb +0 -77
  1290. data/spec/codegen/crm/line_items/models/standard_error_spec.rb +0 -83
  1291. data/spec/codegen/crm/objects/api/associations_api_spec.rb +0 -80
  1292. data/spec/codegen/crm/objects/api/basic_api_spec.rb +0 -110
  1293. data/spec/codegen/crm/objects/api/batch_api_spec.rb +0 -84
  1294. data/spec/codegen/crm/objects/api/gdpr_api_spec.rb +0 -61
  1295. data/spec/codegen/crm/objects/api/search_api_spec.rb +0 -46
  1296. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +0 -49
  1297. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +0 -67
  1298. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +0 -47
  1299. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +0 -45
  1300. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +0 -47
  1301. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1302. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1303. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1304. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  1305. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +0 -75
  1306. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1307. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1308. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +0 -47
  1309. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1310. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1311. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +0 -51
  1312. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +0 -65
  1313. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +0 -77
  1314. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +0 -41
  1315. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +0 -57
  1316. data/spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb +0 -41
  1317. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +0 -47
  1318. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +0 -47
  1319. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +0 -47
  1320. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +0 -71
  1321. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +0 -47
  1322. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +0 -41
  1323. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +0 -41
  1324. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +0 -71
  1325. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb +0 -77
  1326. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +0 -83
  1327. data/spec/codegen/crm/objects/models/associated_id_spec.rb +0 -47
  1328. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1329. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1330. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1331. data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  1332. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +0 -75
  1333. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1334. data/spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1335. data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +0 -47
  1336. data/spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1337. data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1338. data/spec/codegen/crm/objects/models/error_category_spec.rb +0 -51
  1339. data/spec/codegen/crm/objects/models/error_detail_spec.rb +0 -65
  1340. data/spec/codegen/crm/objects/models/error_spec.rb +0 -77
  1341. data/spec/codegen/crm/objects/models/filter_group_spec.rb +0 -41
  1342. data/spec/codegen/crm/objects/models/filter_spec.rb +0 -57
  1343. data/spec/codegen/crm/objects/models/forward_paging_spec.rb +0 -41
  1344. data/spec/codegen/crm/objects/models/next_page_spec.rb +0 -47
  1345. data/spec/codegen/crm/objects/models/paging_spec.rb +0 -47
  1346. data/spec/codegen/crm/objects/models/previous_page_spec.rb +0 -47
  1347. data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +0 -71
  1348. data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +0 -47
  1349. data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +0 -41
  1350. data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +0 -41
  1351. data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +0 -71
  1352. data/spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb +0 -77
  1353. data/spec/codegen/crm/objects/models/standard_error_spec.rb +0 -83
  1354. data/spec/codegen/crm/owners/api/owners_api_spec.rb +0 -62
  1355. data/spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb +0 -47
  1356. data/spec/codegen/crm/owners/models/error_detail_spec.rb +0 -65
  1357. data/spec/codegen/crm/owners/models/error_spec.rb +0 -77
  1358. data/spec/codegen/crm/owners/models/forward_paging_spec.rb +0 -41
  1359. data/spec/codegen/crm/owners/models/next_page_spec.rb +0 -47
  1360. data/spec/codegen/crm/owners/models/public_owner_spec.rb +0 -89
  1361. data/spec/codegen/crm/owners/models/public_team_spec.rb +0 -57
  1362. data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +0 -123
  1363. data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +0 -117
  1364. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb +0 -47
  1365. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -47
  1366. data/spec/codegen/crm/pipelines/models/error_detail_spec.rb +0 -65
  1367. data/spec/codegen/crm/pipelines/models/error_spec.rb +0 -77
  1368. data/spec/codegen/crm/pipelines/models/next_page_spec.rb +0 -47
  1369. data/spec/codegen/crm/pipelines/models/paging_spec.rb +0 -41
  1370. data/spec/codegen/crm/pipelines/models/pipeline_input_spec.rb +0 -53
  1371. data/spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb +0 -53
  1372. data/spec/codegen/crm/pipelines/models/pipeline_spec.rb +0 -83
  1373. data/spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb +0 -53
  1374. data/spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -59
  1375. data/spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb +0 -83
  1376. data/spec/codegen/crm/products/api/associations_api_spec.rb +0 -77
  1377. data/spec/codegen/crm/products/api/basic_api_spec.rb +0 -105
  1378. data/spec/codegen/crm/products/api/batch_api_spec.rb +0 -80
  1379. data/spec/codegen/crm/products/api/search_api_spec.rb +0 -45
  1380. data/spec/codegen/crm/products/models/associated_id_spec.rb +0 -47
  1381. data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1382. data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1383. data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1384. data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  1385. data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +0 -75
  1386. data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1387. data/spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1388. data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +0 -47
  1389. data/spec/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1390. data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1391. data/spec/codegen/crm/products/models/error_category_spec.rb +0 -51
  1392. data/spec/codegen/crm/products/models/error_detail_spec.rb +0 -65
  1393. data/spec/codegen/crm/products/models/error_spec.rb +0 -77
  1394. data/spec/codegen/crm/products/models/filter_group_spec.rb +0 -41
  1395. data/spec/codegen/crm/products/models/filter_spec.rb +0 -57
  1396. data/spec/codegen/crm/products/models/forward_paging_spec.rb +0 -41
  1397. data/spec/codegen/crm/products/models/next_page_spec.rb +0 -47
  1398. data/spec/codegen/crm/products/models/paging_spec.rb +0 -47
  1399. data/spec/codegen/crm/products/models/previous_page_spec.rb +0 -47
  1400. data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +0 -71
  1401. data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +0 -47
  1402. data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +0 -41
  1403. data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +0 -41
  1404. data/spec/codegen/crm/products/models/simple_public_object_spec.rb +0 -71
  1405. data/spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb +0 -77
  1406. data/spec/codegen/crm/products/models/standard_error_spec.rb +0 -83
  1407. data/spec/codegen/crm/properties/api/batch_api_spec.rb +0 -74
  1408. data/spec/codegen/crm/properties/api/core_api_spec.rb +0 -102
  1409. data/spec/codegen/crm/properties/api/groups_api_spec.rb +0 -100
  1410. data/spec/codegen/crm/properties/models/batch_input_property_create_spec.rb +0 -41
  1411. data/spec/codegen/crm/properties/models/batch_input_property_name_spec.rb +0 -41
  1412. data/spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb +0 -47
  1413. data/spec/codegen/crm/properties/models/batch_response_property_spec.rb +0 -87
  1414. data/spec/codegen/crm/properties/models/collection_response_property_group_spec.rb +0 -47
  1415. data/spec/codegen/crm/properties/models/collection_response_property_spec.rb +0 -47
  1416. data/spec/codegen/crm/properties/models/error_category_spec.rb +0 -51
  1417. data/spec/codegen/crm/properties/models/error_detail_spec.rb +0 -65
  1418. data/spec/codegen/crm/properties/models/error_spec.rb +0 -77
  1419. data/spec/codegen/crm/properties/models/next_page_spec.rb +0 -47
  1420. data/spec/codegen/crm/properties/models/option_input_spec.rb +0 -65
  1421. data/spec/codegen/crm/properties/models/option_spec.rb +0 -65
  1422. data/spec/codegen/crm/properties/models/paging_spec.rb +0 -41
  1423. data/spec/codegen/crm/properties/models/property_create_spec.rb +0 -109
  1424. data/spec/codegen/crm/properties/models/property_group_create_spec.rb +0 -53
  1425. data/spec/codegen/crm/properties/models/property_group_spec.rb +0 -59
  1426. data/spec/codegen/crm/properties/models/property_group_update_spec.rb +0 -47
  1427. data/spec/codegen/crm/properties/models/property_modification_metadata_spec.rb +0 -59
  1428. data/spec/codegen/crm/properties/models/property_name_spec.rb +0 -41
  1429. data/spec/codegen/crm/properties/models/property_spec.rb +0 -173
  1430. data/spec/codegen/crm/properties/models/property_update_spec.rb +0 -97
  1431. data/spec/codegen/crm/properties/models/standard_error_spec.rb +0 -83
  1432. data/spec/codegen/crm/quotes/api/associations_api_spec.rb +0 -49
  1433. data/spec/codegen/crm/quotes/api/basic_api_spec.rb +0 -67
  1434. data/spec/codegen/crm/quotes/api/batch_api_spec.rb +0 -47
  1435. data/spec/codegen/crm/quotes/api/search_api_spec.rb +0 -45
  1436. data/spec/codegen/crm/quotes/models/associated_id_spec.rb +0 -47
  1437. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1438. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1439. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1440. data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  1441. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +0 -75
  1442. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1443. data/spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1444. data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +0 -47
  1445. data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1446. data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1447. data/spec/codegen/crm/quotes/models/error_category_spec.rb +0 -51
  1448. data/spec/codegen/crm/quotes/models/error_detail_spec.rb +0 -65
  1449. data/spec/codegen/crm/quotes/models/error_spec.rb +0 -77
  1450. data/spec/codegen/crm/quotes/models/filter_group_spec.rb +0 -41
  1451. data/spec/codegen/crm/quotes/models/filter_spec.rb +0 -57
  1452. data/spec/codegen/crm/quotes/models/forward_paging_spec.rb +0 -41
  1453. data/spec/codegen/crm/quotes/models/next_page_spec.rb +0 -47
  1454. data/spec/codegen/crm/quotes/models/paging_spec.rb +0 -47
  1455. data/spec/codegen/crm/quotes/models/previous_page_spec.rb +0 -47
  1456. data/spec/codegen/crm/quotes/models/public_object_search_request_spec.rb +0 -71
  1457. data/spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb +0 -47
  1458. data/spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb +0 -41
  1459. data/spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb +0 -41
  1460. data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +0 -71
  1461. data/spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb +0 -77
  1462. data/spec/codegen/crm/quotes/models/standard_error_spec.rb +0 -83
  1463. data/spec/codegen/crm/schemas/api/core_api_spec.rb +0 -123
  1464. data/spec/codegen/crm/schemas/api/public_object_schemas_api_spec.rb +0 -45
  1465. data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +0 -53
  1466. data/spec/codegen/crm/schemas/models/association_definition_spec.rb +0 -71
  1467. data/spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb +0 -41
  1468. data/spec/codegen/crm/schemas/models/error_detail_spec.rb +0 -65
  1469. data/spec/codegen/crm/schemas/models/error_spec.rb +0 -77
  1470. data/spec/codegen/crm/schemas/models/object_schema_egg_spec.rb +0 -83
  1471. data/spec/codegen/crm/schemas/models/object_schema_spec.rb +0 -119
  1472. data/spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb +0 -47
  1473. data/spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb +0 -71
  1474. data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +0 -113
  1475. data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +0 -99
  1476. data/spec/codegen/crm/schemas/models/option_input_spec.rb +0 -65
  1477. data/spec/codegen/crm/schemas/models/option_spec.rb +0 -65
  1478. data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +0 -59
  1479. data/spec/codegen/crm/schemas/models/property_spec.rb +0 -173
  1480. data/spec/codegen/crm/tickets/api/associations_api_spec.rb +0 -77
  1481. data/spec/codegen/crm/tickets/api/basic_api_spec.rb +0 -105
  1482. data/spec/codegen/crm/tickets/api/batch_api_spec.rb +0 -80
  1483. data/spec/codegen/crm/tickets/api/search_api_spec.rb +0 -45
  1484. data/spec/codegen/crm/tickets/models/associated_id_spec.rb +0 -47
  1485. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1486. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1487. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1488. data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +0 -53
  1489. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +0 -75
  1490. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1491. data/spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1492. data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +0 -47
  1493. data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1494. data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1495. data/spec/codegen/crm/tickets/models/error_category_spec.rb +0 -51
  1496. data/spec/codegen/crm/tickets/models/error_detail_spec.rb +0 -65
  1497. data/spec/codegen/crm/tickets/models/error_spec.rb +0 -77
  1498. data/spec/codegen/crm/tickets/models/filter_group_spec.rb +0 -41
  1499. data/spec/codegen/crm/tickets/models/filter_spec.rb +0 -57
  1500. data/spec/codegen/crm/tickets/models/forward_paging_spec.rb +0 -41
  1501. data/spec/codegen/crm/tickets/models/next_page_spec.rb +0 -47
  1502. data/spec/codegen/crm/tickets/models/paging_spec.rb +0 -47
  1503. data/spec/codegen/crm/tickets/models/previous_page_spec.rb +0 -47
  1504. data/spec/codegen/crm/tickets/models/public_object_search_request_spec.rb +0 -71
  1505. data/spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb +0 -47
  1506. data/spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb +0 -41
  1507. data/spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb +0 -41
  1508. data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +0 -71
  1509. data/spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb +0 -77
  1510. data/spec/codegen/crm/tickets/models/standard_error_spec.rb +0 -83
  1511. data/spec/codegen/crm/timeline/api/events_api_spec.rb +0 -99
  1512. data/spec/codegen/crm/timeline/api/templates_api_spec.rb +0 -100
  1513. data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +0 -78
  1514. data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +0 -41
  1515. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +0 -75
  1516. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +0 -87
  1517. data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging_spec.rb +0 -41
  1518. data/spec/codegen/crm/timeline/models/error_category_spec.rb +0 -51
  1519. data/spec/codegen/crm/timeline/models/error_detail_spec.rb +0 -65
  1520. data/spec/codegen/crm/timeline/models/error_spec.rb +0 -77
  1521. data/spec/codegen/crm/timeline/models/event_detail_spec.rb +0 -41
  1522. data/spec/codegen/crm/timeline/models/standard_error_spec.rb +0 -83
  1523. data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +0 -65
  1524. data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +0 -107
  1525. data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +0 -95
  1526. data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +0 -65
  1527. data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +0 -83
  1528. data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +0 -47
  1529. data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +0 -81
  1530. data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +0 -53
  1531. data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +0 -65
  1532. data/spec/codegen/events/api/events_api_spec.rb +0 -54
  1533. data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +0 -47
  1534. data/spec/codegen/events/models/error_detail_spec.rb +0 -65
  1535. data/spec/codegen/events/models/error_spec.rb +0 -77
  1536. data/spec/codegen/events/models/external_unified_event_spec.rb +0 -71
  1537. data/spec/codegen/events/models/next_page_spec.rb +0 -47
  1538. data/spec/codegen/events/models/paging_spec.rb +0 -41
  1539. data/spec/codegen/files/files/api/files_api_spec.rb +0 -191
  1540. data/spec/codegen/files/files/api/folders_api_spec.rb +0 -147
  1541. data/spec/codegen/files/files/models/collection_response_file_spec.rb +0 -47
  1542. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +0 -47
  1543. data/spec/codegen/files/files/models/error_category_spec.rb +0 -51
  1544. data/spec/codegen/files/files/models/error_detail_spec.rb +0 -65
  1545. data/spec/codegen/files/files/models/error_spec.rb +0 -77
  1546. data/spec/codegen/files/files/models/file_action_response_spec.rb +0 -93
  1547. data/spec/codegen/files/files/models/file_update_input_spec.rb +0 -69
  1548. data/spec/codegen/files/files/models/folder_action_response_spec.rb +0 -93
  1549. data/spec/codegen/files/files/models/folder_input_spec.rb +0 -53
  1550. data/spec/codegen/files/files/models/folder_spec.rb +0 -83
  1551. data/spec/codegen/files/files/models/folder_update_input_spec.rb +0 -53
  1552. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +0 -47
  1553. data/spec/codegen/files/files/models/hubspot_file_spec.rb +0 -147
  1554. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +0 -101
  1555. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +0 -47
  1556. data/spec/codegen/files/files/models/next_page_spec.rb +0 -47
  1557. data/spec/codegen/files/files/models/paging_spec.rb +0 -47
  1558. data/spec/codegen/files/files/models/previous_page_spec.rb +0 -47
  1559. data/spec/codegen/files/files/models/signed_url_spec.rb +0 -83
  1560. data/spec/codegen/files/files/models/standard_error_spec.rb +0 -83
  1561. data/spec/codegen/marketing/transactional/api/public_smtp_tokens_api_spec.rb +0 -98
  1562. data/spec/codegen/marketing/transactional/api/single_send_api_spec.rb +0 -47
  1563. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +0 -47
  1564. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +0 -85
  1565. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +0 -65
  1566. data/spec/codegen/marketing/transactional/models/error_spec.rb +0 -77
  1567. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +0 -47
  1568. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +0 -47
  1569. data/spec/codegen/marketing/transactional/models/paging_spec.rb +0 -41
  1570. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +0 -71
  1571. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +0 -59
  1572. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +0 -47
  1573. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +0 -77
  1574. data/spec/codegen/oauth/api/access_tokens_api_spec.rb +0 -45
  1575. data/spec/codegen/oauth/api/refresh_tokens_api_spec.rb +0 -55
  1576. data/spec/codegen/oauth/api/tokens_api_spec.rb +0 -50
  1577. data/spec/codegen/oauth/models/access_token_info_response_spec.rb +0 -107
  1578. data/spec/codegen/oauth/models/error_detail_spec.rb +0 -65
  1579. data/spec/codegen/oauth/models/error_spec.rb +0 -77
  1580. data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +0 -83
  1581. data/spec/codegen/oauth/models/token_response_if_spec.rb +0 -65
  1582. data/spec/codegen/webhooks/api/settings_api_spec.rb +0 -72
  1583. data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +0 -113
  1584. data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +0 -41
  1585. data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +0 -75
  1586. data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +0 -87
  1587. data/spec/codegen/webhooks/models/error_category_spec.rb +0 -51
  1588. data/spec/codegen/webhooks/models/error_detail_spec.rb +0 -65
  1589. data/spec/codegen/webhooks/models/error_spec.rb +0 -77
  1590. data/spec/codegen/webhooks/models/settings_change_request_spec.rb +0 -47
  1591. data/spec/codegen/webhooks/models/settings_response_spec.rb +0 -59
  1592. data/spec/codegen/webhooks/models/standard_error_spec.rb +0 -83
  1593. data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +0 -47
  1594. data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +0 -57
  1595. data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +0 -41
  1596. data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +0 -41
  1597. data/spec/codegen/webhooks/models/subscription_response_spec.rb +0 -75
  1598. data/spec/codegen/webhooks/models/throttling_settings_spec.rb +0 -51
  1599. data/spec/features/automation/actions/callbacks_api_spec.rb +0 -8
  1600. data/spec/features/automation/actions/definitions_api_spec.rb +0 -11
  1601. data/spec/features/automation/actions/functions_api_spec.rb +0 -13
  1602. data/spec/features/automation/actions/revisions_api_spec.rb +0 -8
  1603. data/spec/features/cms/audit-logs/audit_logs_api_spec.rb +0 -25
  1604. data/spec/features/cms/blogs/authors/author_api_spec.rb +0 -254
  1605. data/spec/features/cms/blogs/blog-posts/blog_post_api_spec.rb +0 -25
  1606. data/spec/features/cms/blogs/tags/tag_api_spec.rb +0 -15
  1607. data/spec/features/cms/domains/domains_api_spec.rb +0 -8
  1608. data/spec/features/cms/hubdb/rows_api_spec.rb +0 -15
  1609. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +0 -13
  1610. data/spec/features/cms/hubdb/tables_api_spec.rb +0 -20
  1611. data/spec/features/cms/perfomance/public_perfomance_api_spec.rb +0 -8
  1612. data/spec/features/cms/site-search/public_api_spec.rb +0 -8
  1613. data/spec/features/cms/url-redirects/redirects_api_spec.rb +0 -11
  1614. data/spec/features/communication_preferences/definition_api_spec.rb +0 -7
  1615. data/spec/features/communication_preferences/status_api_spec.rb +0 -9
  1616. data/spec/features/conversations/visitor-identification/generate_api_spec.rb +0 -7
  1617. data/spec/features/crm/associations/batch_api_spec.rb +0 -9
  1618. data/spec/features/crm/associations/types_api_spec.rb +0 -7
  1619. data/spec/features/crm/companies/associations_api_spec.rb +0 -9
  1620. data/spec/features/crm/companies/basic_api_spec.rb +0 -11
  1621. data/spec/features/crm/companies/batch_api_spec.rb +0 -10
  1622. data/spec/features/crm/companies/search_api_spec.rb +0 -7
  1623. data/spec/features/crm/contacts/associations_api_spec.rb +0 -9
  1624. data/spec/features/crm/contacts/basic_api_spec.rb +0 -11
  1625. data/spec/features/crm/contacts/batch_api_spec.rb +0 -10
  1626. data/spec/features/crm/contacts/gdpr_api_spec.rb +0 -8
  1627. data/spec/features/crm/contacts/search_api_spec.rb +0 -7
  1628. data/spec/features/crm/deals/associations_api_spec.rb +0 -9
  1629. data/spec/features/crm/deals/basic_api_spec.rb +0 -11
  1630. data/spec/features/crm/deals/batch_api_spec.rb +0 -10
  1631. data/spec/features/crm/deals/search_api_spec.rb +0 -7
  1632. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +0 -16
  1633. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +0 -9
  1634. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +0 -8
  1635. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +0 -8
  1636. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +0 -8
  1637. data/spec/features/crm/extensions/calling/settings_api_spec.rb +0 -10
  1638. data/spec/features/crm/extensions/cards/cards_api_spec.rb +0 -11
  1639. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +0 -7
  1640. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +0 -9
  1641. data/spec/features/crm/imports/core_api_spec.rb +0 -10
  1642. data/spec/features/crm/line_items/associations_api_spec.rb +0 -9
  1643. data/spec/features/crm/line_items/basic_api_spec.rb +0 -11
  1644. data/spec/features/crm/line_items/batch_api_spec.rb +0 -10
  1645. data/spec/features/crm/line_items/search_api_spec.rb +0 -7
  1646. data/spec/features/crm/objects/associations_api_spec.rb +0 -9
  1647. data/spec/features/crm/objects/basic_api_spec.rb +0 -11
  1648. data/spec/features/crm/objects/batch_api_spec.rb +0 -10
  1649. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +0 -7
  1650. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +0 -8
  1651. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +0 -7
  1652. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +0 -7
  1653. data/spec/features/crm/objects/gdpr_api_spec.rb +0 -8
  1654. data/spec/features/crm/objects/search_api_spec.rb +0 -7
  1655. data/spec/features/crm/owners/owners_api_spec.rb +0 -8
  1656. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +0 -12
  1657. data/spec/features/crm/pipelines/pipelines_api_spec.rb +0 -12
  1658. data/spec/features/crm/products/associations_api_spec.rb +0 -9
  1659. data/spec/features/crm/products/basic_api_spec.rb +0 -11
  1660. data/spec/features/crm/products/batch_api_spec.rb +0 -10
  1661. data/spec/features/crm/products/search_api_spec.rb +0 -7
  1662. data/spec/features/crm/properties/batch_api_spec.rb +0 -9
  1663. data/spec/features/crm/properties/core_api_spec.rb +0 -11
  1664. data/spec/features/crm/properties/groups_api_spec.rb +0 -11
  1665. data/spec/features/crm/quotes/associations_api_spec.rb +0 -7
  1666. data/spec/features/crm/quotes/basic_api_spec.rb +0 -8
  1667. data/spec/features/crm/quotes/batch_api_spec.rb +0 -7
  1668. data/spec/features/crm/quotes/search_api_spec.rb +0 -7
  1669. data/spec/features/crm/schemas/core_api_spec.rb +0 -13
  1670. data/spec/features/crm/schemas/public_object_schemas_api_spec.rb +0 -7
  1671. data/spec/features/crm/tickets/associations_api_spec.rb +0 -9
  1672. data/spec/features/crm/tickets/basic_api_spec.rb +0 -11
  1673. data/spec/features/crm/tickets/batch_api_spec.rb +0 -10
  1674. data/spec/features/crm/tickets/search_api_spec.rb +0 -7
  1675. data/spec/features/crm/timeline/events_api_spec.rb +0 -11
  1676. data/spec/features/crm/timeline/templates_api_spec.rb +0 -11
  1677. data/spec/features/crm/timeline/tokens_api_spec.rb +0 -9
  1678. data/spec/features/events/events_api_spec.rb +0 -7
  1679. data/spec/features/files/files/files_api_spec.rb +0 -16
  1680. data/spec/features/files/files/folders_api_spec.rb +0 -14
  1681. data/spec/features/marketing/transactional/public_smtp_tokens_api_spec.rb +0 -11
  1682. data/spec/features/marketing/transactional/single_send_api_spec.rb +0 -7
  1683. data/spec/features/oauth/access_tokens_api_spec.rb +0 -7
  1684. data/spec/features/oauth/refresh_tokens_api_spec.rb +0 -8
  1685. data/spec/features/oauth/tokens_api_spec.rb +0 -7
  1686. data/spec/features/webhooks/settings_api_spec.rb +0 -9
  1687. data/spec/features/webhooks/subscriptions_api_spec.rb +0 -12
@@ -1,236 +0,0 @@
1
- =begin
2
- #HubDB endpoints
3
-
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `published` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the published version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Hubspot::Cms::Hubdb::TablesApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'TablesApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Hubspot::Cms::Hubdb::TablesApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of TablesApi' do
30
- it 'should create an instance of TablesApi' do
31
- expect(@api_instance).to be_instance_of(Hubspot::Cms::Hubdb::TablesApi)
32
- end
33
- end
34
-
35
- # unit tests for archive_table
36
- # Archive a table
37
- # Archive (soft delete) an existing HubDB table. This archives both the published and draft versions.
38
- # @param table_id_or_name The ID or name of the table to archive.
39
- # @param [Hash] opts the optional parameters
40
- # @return [nil]
41
- describe 'archive_table test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- # unit tests for clone_draft_table
48
- # Clone a table
49
- # Clone an existing HubDB table. The `newName` and `newLabel` of the new table can be sent as JSON in the `body` parameter. This will create the cloned table as a `draft`.
50
- # @param table_id_or_name The ID or name of the table to clone.
51
- # @param hub_db_table_clone_request JSON object with the properties newName and newLabel. You can set copyRows to false to clone the table with copying rows and default is true.
52
- # @param [Hash] opts the optional parameters
53
- # @return [HubDbTableV3]
54
- describe 'clone_draft_table test' do
55
- it 'should work' do
56
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
- end
58
- end
59
-
60
- # unit tests for create_table
61
- # Create a new table
62
- # Creates a new draft HubDB table given a JSON schema. The table name and label should be unique for each account.
63
- # @param hub_db_table_v3_request The JSON schema for the table being created.
64
- # @param [Hash] opts the optional parameters
65
- # @return [HubDbTableV3]
66
- describe 'create_table test' do
67
- it 'should work' do
68
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
69
- end
70
- end
71
-
72
- # unit tests for export_draft_table
73
- # Export a draft table
74
- # Exports the `draft` version of a table to CSV / EXCEL format.
75
- # @param table_id_or_name The ID or name of the table to export.
76
- # @param [Hash] opts the optional parameters
77
- # @option opts [String] :format The file format to export. Possible values include `CSV`, `XLSX`, and `XLS`.
78
- # @return [File]
79
- describe 'export_draft_table test' do
80
- it 'should work' do
81
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
82
- end
83
- end
84
-
85
- # unit tests for export_table
86
- # Export a published version of a table
87
- # Exports the `published` version of a table to CSV / EXCEL format.
88
- # @param table_id_or_name The ID or name of the table to export.
89
- # @param [Hash] opts the optional parameters
90
- # @option opts [String] :format The file format to export. Possible values include `CSV`, `XLSX`, and `XLS`.
91
- # @return [File]
92
- describe 'export_table test' do
93
- it 'should work' do
94
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
95
- end
96
- end
97
-
98
- # unit tests for get_all_draft_tables
99
- # Return all draft tables
100
- # Returns the details for each draft table defined in the specified account, including column definitions.
101
- # @param [Hash] opts the optional parameters
102
- # @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are &#x60;name&#x60;, &#x60;createdAt&#x60;, &#x60;updatedAt&#x60;, &#x60;createdBy&#x60;, &#x60;updatedBy&#x60;. &#x60;createdAt&#x60; will be used by default.
103
- # @option opts [String] :after The cursor token value to get the next set of results. You can get this from the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
104
- # @option opts [Integer] :limit The maximum number of results to return. Default is 1000.
105
- # @option opts [DateTime] :created_at Only return tables created at exactly the specified time.
106
- # @option opts [DateTime] :created_after Only return tables created after the specified time.
107
- # @option opts [DateTime] :created_before Only return tables created before the specified time.
108
- # @option opts [DateTime] :updated_at Only return tables last updated at exactly the specified time.
109
- # @option opts [DateTime] :updated_after Only return tables last updated after the specified time.
110
- # @option opts [DateTime] :updated_before Only return tables last updated before the specified time.
111
- # @option opts [Boolean] :archived Specifies whether to return archived tables. Defaults to &#x60;false&#x60;.
112
- # @return [CollectionResponseWithTotalHubDbTableV3ForwardPaging]
113
- describe 'get_all_draft_tables test' do
114
- it 'should work' do
115
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
- end
117
- end
118
-
119
- # unit tests for get_all_tables
120
- # Get all published tables
121
- # Returns the details for the &#x60;published&#x60; version of each table defined in an account, including column definitions.
122
- # @param [Hash] opts the optional parameters
123
- # @option opts [Array<String>] :sort Specifies which fields to use for sorting results. Valid fields are &#x60;name&#x60;, &#x60;createdAt&#x60;, &#x60;updatedAt&#x60;, &#x60;createdBy&#x60;, &#x60;updatedBy&#x60;. &#x60;createdAt&#x60; will be used by default.
124
- # @option opts [String] :after The cursor token value to get the next set of results. You can get this from the &#x60;paging.next.after&#x60; JSON property of a paged response containing more results.
125
- # @option opts [Integer] :limit The maximum number of results to return. Default is 1000.
126
- # @option opts [DateTime] :created_at Only return tables created at exactly the specified time.
127
- # @option opts [DateTime] :created_after Only return tables created after the specified time.
128
- # @option opts [DateTime] :created_before Only return tables created before the specified time.
129
- # @option opts [DateTime] :updated_at Only return tables last updated at exactly the specified time.
130
- # @option opts [DateTime] :updated_after Only return tables last updated after the specified time.
131
- # @option opts [DateTime] :updated_before Only return tables last updated before the specified time.
132
- # @option opts [Boolean] :archived Specifies whether to return archived tables. Defaults to &#x60;false&#x60;.
133
- # @return [CollectionResponseWithTotalHubDbTableV3ForwardPaging]
134
- describe 'get_all_tables test' do
135
- it 'should work' do
136
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
137
- end
138
- end
139
-
140
- # unit tests for get_draft_table_details_by_id
141
- # Get details for a draft table
142
- # Get the details for the &#x60;draft&#x60; version of a specific HubDB table. This will include the definitions for the columns in the table and the number of rows in the table.
143
- # @param table_id_or_name The ID or name of the table to return.
144
- # @param [Hash] opts the optional parameters
145
- # @option opts [Boolean] :archived Set this to &#x60;true&#x60; to return an archived table. Defaults to &#x60;false&#x60;.
146
- # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the result.
147
- # @return [HubDbTableV3]
148
- describe 'get_draft_table_details_by_id test' do
149
- it 'should work' do
150
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
151
- end
152
- end
153
-
154
- # unit tests for get_table_details
155
- # Get details for a published table
156
- # Returns the details for the &#x60;published&#x60; version of the specified table. This will include the definitions for the columns in the table and the number of rows in the table. **Note:** This endpoint can be accessed without any authentication if the table is set to be allowed for public access.
157
- # @param table_id_or_name The ID or name of the table to return.
158
- # @param [Hash] opts the optional parameters
159
- # @option opts [Boolean] :archived Set this to &#x60;true&#x60; to return details for an archived table. Defaults to &#x60;false&#x60;.
160
- # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the result.
161
- # @return [HubDbTableV3]
162
- describe 'get_table_details test' do
163
- it 'should work' do
164
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
165
- end
166
- end
167
-
168
- # unit tests for import_draft_table
169
- # Import data into draft table
170
- # Import the contents of a CSV file into an existing HubDB table. The data will always be imported into the &#x60;draft&#x60; version of the table. Use &#x60;/publish&#x60; endpoint to push these changes to &#x60;published&#x60; version. This endpoint takes a multi-part POST request. The first part will be a set of JSON-formatted options for the import and you can specify this with the name as &#x60;config&#x60;. The second part will be the CSV file you want to import and you can specify this with the name as &#x60;file&#x60;. Refer the [overview section](https://developers.hubspot.com/docs/api/cms/hubdb#importing-tables) to check the details and format of the JSON-formatted options for the import.
171
- # @param table_id_or_name The ID of the destination table where data will be imported.
172
- # @param [Hash] opts the optional parameters
173
- # @option opts [String] :config Configuration for the import in JSON format as described above.
174
- # @option opts [File] :file The source CSV file to be imported.
175
- # @return [ImportResult]
176
- describe 'import_draft_table test' do
177
- it 'should work' do
178
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
179
- end
180
- end
181
-
182
- # unit tests for publish_draft_table
183
- # Publish a table from draft
184
- # Publishes the table by copying the data and table schema changes from draft version to the published version, meaning any website pages using data from the table will be updated.
185
- # @param table_id_or_name The ID or name of the table to publish.
186
- # @param [Hash] opts the optional parameters
187
- # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the response.
188
- # @return [HubDbTableV3]
189
- describe 'publish_draft_table test' do
190
- it 'should work' do
191
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
192
- end
193
- end
194
-
195
- # unit tests for reset_draft_table
196
- # Reset a draft table
197
- # Replaces the data in the &#x60;draft&#x60; version of the table with values from the &#x60;published&#x60; version. Any unpublished changes in the &#x60;draft&#x60; will be lost after this call is made.
198
- # @param table_id_or_name The ID or name of the table to reset.
199
- # @param [Hash] opts the optional parameters
200
- # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the response.
201
- # @return [HubDbTableV3]
202
- describe 'reset_draft_table test' do
203
- it 'should work' do
204
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
205
- end
206
- end
207
-
208
- # unit tests for unpublish_table
209
- # Unpublish a table
210
- # Unpublishes the table, meaning any website pages using data from the table will not render any data.
211
- # @param table_id_or_name The ID or name of the table to publish.
212
- # @param [Hash] opts the optional parameters
213
- # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the response.
214
- # @return [HubDbTableV3]
215
- describe 'unpublish_table test' do
216
- it 'should work' do
217
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
218
- end
219
- end
220
-
221
- # unit tests for update_draft_table
222
- # Update an existing table
223
- # Update an existing HubDB table. You can use this endpoint to add or remove columns to the table as well as restore an archived table. Tables updated using the endpoint will only modify the &#x60;draft&#x60; verion of the table. Use &#x60;publish&#x60; endpoint to push all the changes to the &#x60;published&#x60; version. To restore a table, include the query parameter &#x60;archived&#x3D;true&#x60; and &#x60;\&quot;archived\&quot;: false&#x60; in the json body. **Note:** You need to include all the columns in the input when you are adding/removing/updating a column. If you do not include an already existing column in the request, it will be deleted.
224
- # @param table_id_or_name The ID or name of the table to update.
225
- # @param hub_db_table_v3_request The JSON schema for the table being updated.
226
- # @param [Hash] opts the optional parameters
227
- # @option opts [Boolean] :archived Specifies whether to return archived tables. Defaults to &#x60;false&#x60;.
228
- # @option opts [Boolean] :include_foreign_ids Set this to &#x60;true&#x60; to populate foreign ID values in the result.
229
- # @return [HubDbTableV3]
230
- describe 'update_draft_table test' do
231
- it 'should work' do
232
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
233
- end
234
- end
235
-
236
- end
@@ -1,41 +0,0 @@
1
- =begin
2
- #HubDB endpoints
3
-
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `published` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the published version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Cms::Hubdb::BatchInputHubDbTableRowV3Request
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'BatchInputHubDbTableRowV3Request' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Cms::Hubdb::BatchInputHubDbTableRowV3Request.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of BatchInputHubDbTableRowV3Request' do
31
- it 'should create an instance of BatchInputHubDbTableRowV3Request' do
32
- expect(@instance).to be_instance_of(Hubspot::Cms::Hubdb::BatchInputHubDbTableRowV3Request)
33
- end
34
- end
35
- describe 'test attribute "inputs"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- end
@@ -1,41 +0,0 @@
1
- =begin
2
- #HubDB endpoints
3
-
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `published` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the published version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Cms::Hubdb::BatchInputJsonNode
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'BatchInputJsonNode' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Cms::Hubdb::BatchInputJsonNode.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of BatchInputJsonNode' do
31
- it 'should create an instance of BatchInputJsonNode' do
32
- expect(@instance).to be_instance_of(Hubspot::Cms::Hubdb::BatchInputJsonNode)
33
- end
34
- end
35
- describe 'test attribute "inputs"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- end
@@ -1,41 +0,0 @@
1
- =begin
2
- #HubDB endpoints
3
-
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `published` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the published version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Cms::Hubdb::BatchInputString
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'BatchInputString' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Cms::Hubdb::BatchInputString.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of BatchInputString' do
31
- it 'should create an instance of BatchInputString' do
32
- expect(@instance).to be_instance_of(Hubspot::Cms::Hubdb::BatchInputString)
33
- end
34
- end
35
- describe 'test attribute "inputs"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- end
@@ -1,87 +0,0 @@
1
- =begin
2
- #HubDB endpoints
3
-
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `published` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the published version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Cms::Hubdb::BatchResponseHubDbTableRowV3WithErrors
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'BatchResponseHubDbTableRowV3WithErrors' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Cms::Hubdb::BatchResponseHubDbTableRowV3WithErrors.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of BatchResponseHubDbTableRowV3WithErrors' do
31
- it 'should create an instance of BatchResponseHubDbTableRowV3WithErrors' do
32
- expect(@instance).to be_instance_of(Hubspot::Cms::Hubdb::BatchResponseHubDbTableRowV3WithErrors)
33
- end
34
- end
35
- describe 'test attribute "status"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["PENDING", "PROCESSING", "CANCELED", "COMPLETE"])
39
- # validator.allowable_values.each do |value|
40
- # expect { @instance.status = value }.not_to raise_error
41
- # end
42
- end
43
- end
44
-
45
- describe 'test attribute "results"' do
46
- it 'should work' do
47
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
48
- end
49
- end
50
-
51
- describe 'test attribute "num_errors"' do
52
- it 'should work' do
53
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
54
- end
55
- end
56
-
57
- describe 'test attribute "errors"' do
58
- it 'should work' do
59
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
60
- end
61
- end
62
-
63
- describe 'test attribute "requested_at"' do
64
- it 'should work' do
65
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
66
- end
67
- end
68
-
69
- describe 'test attribute "started_at"' do
70
- it 'should work' do
71
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
72
- end
73
- end
74
-
75
- describe 'test attribute "completed_at"' do
76
- it 'should work' do
77
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
78
- end
79
- end
80
-
81
- describe 'test attribute "links"' do
82
- it 'should work' do
83
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
- end
85
- end
86
-
87
- end
@@ -1,53 +0,0 @@
1
- =begin
2
- #HubDB endpoints
3
-
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `published` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the published version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Cms::Hubdb::CollectionResponseWithTotalHubDbTableRowV3ForwardPaging
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'CollectionResponseWithTotalHubDbTableRowV3ForwardPaging' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Cms::Hubdb::CollectionResponseWithTotalHubDbTableRowV3ForwardPaging.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of CollectionResponseWithTotalHubDbTableRowV3ForwardPaging' do
31
- it 'should create an instance of CollectionResponseWithTotalHubDbTableRowV3ForwardPaging' do
32
- expect(@instance).to be_instance_of(Hubspot::Cms::Hubdb::CollectionResponseWithTotalHubDbTableRowV3ForwardPaging)
33
- end
34
- end
35
- describe 'test attribute "total"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "results"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "paging"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- end
@@ -1,53 +0,0 @@
1
- =begin
2
- #HubDB endpoints
3
-
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `published` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the published version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Cms::Hubdb::CollectionResponseWithTotalHubDbTableV3ForwardPaging
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'CollectionResponseWithTotalHubDbTableV3ForwardPaging' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Cms::Hubdb::CollectionResponseWithTotalHubDbTableV3ForwardPaging.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of CollectionResponseWithTotalHubDbTableV3ForwardPaging' do
31
- it 'should create an instance of CollectionResponseWithTotalHubDbTableV3ForwardPaging' do
32
- expect(@instance).to be_instance_of(Hubspot::Cms::Hubdb::CollectionResponseWithTotalHubDbTableV3ForwardPaging)
33
- end
34
- end
35
- describe 'test attribute "total"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "results"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "paging"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- end
@@ -1,69 +0,0 @@
1
- =begin
2
- #HubDB endpoints
3
-
4
- #HubDB is a relational data store that presents data as rows, columns, and cells in a table, much like a spreadsheet. HubDB tables can be added or modified [in the HubSpot CMS](https://knowledge.hubspot.com/cos-general/how-to-edit-hubdb-tables), but you can also use the API endpoints documented here. For more information on HubDB tables and using their data on a HubSpot site, see the [CMS developers site](https://designers.hubspot.com/docs/tools/hubdb). You can also see the [documentation for dynamic pages](https://designers.hubspot.com/docs/tutorials/how-to-build-dynamic-pages-with-hubdb) for more details about the `useForPages` field. HubDB tables support `draft` and `published` versions. This allows you to update data in the table, either for testing or to allow for a manual approval process, without affecting any live pages using the existing data. Draft data can be reviewed, and published by a user working in HubSpot or published via the API. Draft data can also be discarded, allowing users to go back to the published version of the data without disrupting it. If a table is set to be `allowed for public access`, you can access the published version of the table and rows without any authentication by specifying the portal id via the query parameter `portalId`.
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Cms::Hubdb::ColumnRequest
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'ColumnRequest' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Cms::Hubdb::ColumnRequest.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of ColumnRequest' do
31
- it 'should create an instance of ColumnRequest' do
32
- expect(@instance).to be_instance_of(Hubspot::Cms::Hubdb::ColumnRequest)
33
- end
34
- end
35
- describe 'test attribute "id"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "name"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "label"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "type"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["NULL", "TEXT", "NUMBER", "URL", "IMAGE", "SELECT", "MULTISELECT", "BOOLEAN", "LOCATION", "DATE", "DATETIME", "CURRENCY", "RICHTEXT", "FOREIGN_ID", "VIDEO", "CTA"])
57
- # validator.allowable_values.each do |value|
58
- # expect { @instance.type = value }.not_to raise_error
59
- # end
60
- end
61
- end
62
-
63
- describe 'test attribute "options"' do
64
- it 'should work' do
65
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
66
- end
67
- end
68
-
69
- end