hubspot-api-client 14.5.1 → 15.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1337) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -0
  3. data/Gemfile.lock +3 -5
  4. data/README.md +0 -88
  5. data/hubspot-api-client.gemspec +2 -3
  6. data/lib/hubspot/client.rb +10 -12
  7. data/lib/hubspot/discovery/automation/actions/api/callbacks_api.rb +1 -1
  8. data/lib/hubspot/discovery/automation/actions/api/definitions_api.rb +1 -1
  9. data/lib/hubspot/discovery/automation/actions/api/functions_api.rb +1 -1
  10. data/lib/hubspot/discovery/automation/actions/api/revisions_api.rb +1 -1
  11. data/lib/hubspot/discovery/automation/actions/client.rb +4 -4
  12. data/lib/hubspot/discovery/automation/client.rb +4 -4
  13. data/lib/hubspot/discovery/base_api_client.rb +48 -9
  14. data/lib/hubspot/discovery/base_module_client.rb +41 -34
  15. data/lib/hubspot/discovery/cms/audit_logs/api/audit_logs_api.rb +5 -1
  16. data/lib/hubspot/discovery/cms/audit_logs/client.rb +4 -4
  17. data/lib/hubspot/discovery/cms/blogs/authors/api/blog_authors_api.rb +1 -1
  18. data/lib/hubspot/discovery/cms/blogs/authors/client.rb +4 -4
  19. data/lib/hubspot/discovery/cms/blogs/blog_posts/api/blog_posts_api.rb +5 -1
  20. data/lib/hubspot/discovery/cms/blogs/blog_posts/client.rb +4 -4
  21. data/lib/hubspot/discovery/cms/blogs/client.rb +4 -4
  22. data/lib/hubspot/discovery/cms/blogs/tags/api/blog_tags_api.rb +1 -1
  23. data/lib/hubspot/discovery/cms/blogs/tags/client.rb +4 -4
  24. data/lib/hubspot/discovery/cms/client.rb +4 -4
  25. data/lib/hubspot/discovery/cms/domains/api/domains_api.rb +1 -1
  26. data/lib/hubspot/discovery/cms/domains/client.rb +4 -4
  27. data/lib/hubspot/discovery/cms/hubdb/api/rows_api.rb +1 -1
  28. data/lib/hubspot/discovery/cms/hubdb/api/rows_batch_api.rb +1 -1
  29. data/lib/hubspot/discovery/cms/hubdb/api/tables_api.rb +1 -1
  30. data/lib/hubspot/discovery/cms/hubdb/client.rb +4 -4
  31. data/lib/hubspot/discovery/cms/performance/api/public_performance_api.rb +1 -1
  32. data/lib/hubspot/discovery/cms/performance/client.rb +4 -4
  33. data/lib/hubspot/discovery/cms/site_search/api/public_api.rb +5 -1
  34. data/lib/hubspot/discovery/cms/site_search/client.rb +4 -4
  35. data/lib/hubspot/discovery/cms/source_code/api/content_api.rb +5 -1
  36. data/lib/hubspot/discovery/cms/source_code/api/extract_api.rb +5 -1
  37. data/lib/hubspot/discovery/cms/source_code/api/metadata_api.rb +5 -1
  38. data/lib/hubspot/discovery/cms/source_code/api/source_code_extract_api.rb +5 -1
  39. data/lib/hubspot/discovery/cms/source_code/api/validation_api.rb +5 -1
  40. data/lib/hubspot/discovery/cms/source_code/client.rb +4 -4
  41. data/lib/hubspot/discovery/cms/url_redirects/api/redirects_api.rb +5 -1
  42. data/lib/hubspot/discovery/cms/url_redirects/client.rb +4 -4
  43. data/lib/hubspot/discovery/communication_preferences/api/definition_api.rb +1 -1
  44. data/lib/hubspot/discovery/communication_preferences/api/status_api.rb +1 -1
  45. data/lib/hubspot/discovery/communication_preferences/client.rb +4 -4
  46. data/lib/hubspot/discovery/conversations/client.rb +4 -4
  47. data/lib/hubspot/discovery/conversations/visitor_identification/api/generate_api.rb +5 -1
  48. data/lib/hubspot/discovery/conversations/visitor_identification/client.rb +4 -4
  49. data/lib/hubspot/discovery/crm/associations/api/batch_api.rb +1 -1
  50. data/lib/hubspot/discovery/crm/associations/api/types_api.rb +1 -1
  51. data/lib/hubspot/discovery/crm/associations/client.rb +4 -4
  52. data/lib/hubspot/discovery/crm/client.rb +5 -4
  53. data/lib/hubspot/discovery/crm/companies/api/associations_api.rb +1 -1
  54. data/lib/hubspot/discovery/crm/companies/api/basic_api.rb +1 -1
  55. data/lib/hubspot/discovery/crm/companies/api/batch_api.rb +1 -1
  56. data/lib/hubspot/discovery/crm/companies/api/search_api.rb +1 -1
  57. data/lib/hubspot/discovery/crm/companies/client.rb +4 -4
  58. data/lib/hubspot/discovery/crm/contacts/api/associations_api.rb +2 -2
  59. data/lib/hubspot/discovery/crm/contacts/api/basic_api.rb +1 -1
  60. data/lib/hubspot/discovery/crm/contacts/api/batch_api.rb +1 -1
  61. data/lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb +1 -1
  62. data/lib/hubspot/discovery/crm/contacts/api/search_api.rb +1 -1
  63. data/lib/hubspot/discovery/crm/contacts/client.rb +4 -4
  64. data/lib/hubspot/discovery/crm/deals/api/associations_api.rb +2 -2
  65. data/lib/hubspot/discovery/crm/deals/api/basic_api.rb +1 -1
  66. data/lib/hubspot/discovery/crm/deals/api/batch_api.rb +1 -1
  67. data/lib/hubspot/discovery/crm/deals/api/search_api.rb +1 -1
  68. data/lib/hubspot/discovery/crm/deals/client.rb +4 -4
  69. data/lib/hubspot/discovery/crm/extensions/accounting/api/callbacks_api.rb +1 -1
  70. data/lib/hubspot/discovery/crm/extensions/accounting/api/invoice_api.rb +1 -1
  71. data/lib/hubspot/discovery/crm/extensions/accounting/api/settings_api.rb +1 -1
  72. data/lib/hubspot/discovery/crm/extensions/accounting/api/sync_api.rb +1 -1
  73. data/lib/hubspot/discovery/crm/extensions/accounting/api/user_accounts_api.rb +1 -1
  74. data/lib/hubspot/discovery/crm/extensions/accounting/client.rb +4 -4
  75. data/lib/hubspot/discovery/crm/extensions/calling/api/settings_api.rb +1 -1
  76. data/lib/hubspot/discovery/crm/extensions/calling/client.rb +4 -4
  77. data/lib/hubspot/discovery/crm/extensions/cards/api/cards_api.rb +1 -1
  78. data/lib/hubspot/discovery/crm/extensions/cards/api/sample_response_api.rb +1 -1
  79. data/lib/hubspot/discovery/crm/extensions/cards/client.rb +4 -4
  80. data/lib/hubspot/discovery/crm/extensions/client.rb +4 -4
  81. data/lib/hubspot/discovery/crm/extensions/videoconferencing/api/settings_api.rb +1 -1
  82. data/lib/hubspot/discovery/crm/extensions/videoconferencing/client.rb +4 -4
  83. data/lib/hubspot/discovery/crm/imports/api/core_api.rb +1 -1
  84. data/lib/hubspot/discovery/crm/imports/api/public_imports_api.rb +1 -1
  85. data/lib/hubspot/discovery/crm/imports/client.rb +4 -4
  86. data/lib/hubspot/discovery/crm/line_items/api/associations_api.rb +1 -1
  87. data/lib/hubspot/discovery/crm/line_items/api/basic_api.rb +1 -1
  88. data/lib/hubspot/discovery/crm/line_items/api/batch_api.rb +1 -1
  89. data/lib/hubspot/discovery/crm/line_items/api/search_api.rb +1 -1
  90. data/lib/hubspot/discovery/crm/line_items/client.rb +4 -4
  91. data/lib/hubspot/discovery/crm/objects/api/associations_api.rb +1 -1
  92. data/lib/hubspot/discovery/crm/objects/api/basic_api.rb +1 -1
  93. data/lib/hubspot/discovery/crm/objects/api/batch_api.rb +1 -1
  94. data/lib/hubspot/discovery/crm/objects/api/gdpr_api.rb +1 -1
  95. data/lib/hubspot/discovery/crm/objects/api/search_api.rb +1 -1
  96. data/lib/hubspot/discovery/crm/objects/calls/api/associations_api.rb +1 -1
  97. data/lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb +1 -1
  98. data/lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb +1 -1
  99. data/lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb +1 -1
  100. data/lib/hubspot/discovery/crm/objects/calls/api/search_api.rb +1 -1
  101. data/lib/hubspot/discovery/crm/objects/calls/client.rb +4 -4
  102. data/lib/hubspot/discovery/crm/objects/client.rb +13 -13
  103. data/lib/hubspot/discovery/crm/objects/emails/api/associations_api.rb +1 -1
  104. data/lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb +1 -1
  105. data/lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb +1 -1
  106. data/lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb +1 -1
  107. data/lib/hubspot/discovery/crm/objects/emails/api/search_api.rb +1 -1
  108. data/lib/hubspot/discovery/crm/objects/emails/client.rb +4 -4
  109. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/associations_api.rb +1 -1
  110. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb +1 -1
  111. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb +1 -1
  112. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/public_object_api.rb +1 -1
  113. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb +1 -1
  114. data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +4 -4
  115. data/lib/hubspot/discovery/crm/objects/meetings/api/associations_api.rb +1 -1
  116. data/lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb +1 -1
  117. data/lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb +1 -1
  118. data/lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb +1 -1
  119. data/lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb +1 -1
  120. data/lib/hubspot/discovery/crm/objects/meetings/client.rb +4 -4
  121. data/lib/hubspot/discovery/crm/objects/notes/api/associations_api.rb +1 -1
  122. data/lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb +1 -1
  123. data/lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb +1 -1
  124. data/lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb +1 -1
  125. data/lib/hubspot/discovery/crm/objects/notes/api/search_api.rb +1 -1
  126. data/lib/hubspot/discovery/crm/objects/notes/client.rb +4 -4
  127. data/lib/hubspot/discovery/crm/objects/tasks/api/associations_api.rb +1 -1
  128. data/lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb +1 -1
  129. data/lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb +1 -1
  130. data/lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb +1 -1
  131. data/lib/hubspot/discovery/crm/objects/tasks/api/search_api.rb +1 -1
  132. data/lib/hubspot/discovery/crm/objects/tasks/client.rb +4 -4
  133. data/lib/hubspot/discovery/crm/owners/api/owners_api.rb +1 -1
  134. data/lib/hubspot/discovery/crm/owners/client.rb +4 -4
  135. data/lib/hubspot/discovery/crm/pipelines/api/pipeline_stages_api.rb +1 -1
  136. data/lib/hubspot/discovery/crm/pipelines/api/pipelines_api.rb +1 -1
  137. data/lib/hubspot/discovery/crm/pipelines/client.rb +4 -4
  138. data/lib/hubspot/discovery/crm/products/api/associations_api.rb +1 -1
  139. data/lib/hubspot/discovery/crm/products/api/basic_api.rb +1 -1
  140. data/lib/hubspot/discovery/crm/products/api/batch_api.rb +1 -1
  141. data/lib/hubspot/discovery/crm/products/api/search_api.rb +1 -1
  142. data/lib/hubspot/discovery/crm/products/client.rb +4 -4
  143. data/lib/hubspot/discovery/crm/properties/api/batch_api.rb +1 -1
  144. data/lib/hubspot/discovery/crm/properties/api/core_api.rb +1 -1
  145. data/lib/hubspot/discovery/crm/properties/api/groups_api.rb +1 -1
  146. data/lib/hubspot/discovery/crm/properties/client.rb +4 -4
  147. data/lib/hubspot/discovery/crm/quotes/api/associations_api.rb +1 -1
  148. data/lib/hubspot/discovery/crm/quotes/api/basic_api.rb +1 -1
  149. data/lib/hubspot/discovery/crm/quotes/api/batch_api.rb +1 -1
  150. data/lib/hubspot/discovery/crm/quotes/api/search_api.rb +1 -1
  151. data/lib/hubspot/discovery/crm/quotes/client.rb +4 -4
  152. data/lib/hubspot/discovery/crm/schemas/api/core_api.rb +1 -1
  153. data/lib/hubspot/discovery/crm/schemas/api/public_object_schemas_api.rb +1 -1
  154. data/lib/hubspot/discovery/crm/schemas/client.rb +4 -4
  155. data/lib/hubspot/discovery/crm/tickets/api/associations_api.rb +1 -1
  156. data/lib/hubspot/discovery/crm/tickets/api/basic_api.rb +1 -1
  157. data/lib/hubspot/discovery/crm/tickets/api/batch_api.rb +1 -1
  158. data/lib/hubspot/discovery/crm/tickets/api/search_api.rb +1 -1
  159. data/lib/hubspot/discovery/crm/tickets/client.rb +4 -4
  160. data/lib/hubspot/discovery/crm/timeline/api/events_api.rb +1 -1
  161. data/lib/hubspot/discovery/crm/timeline/api/templates_api.rb +1 -1
  162. data/lib/hubspot/discovery/crm/timeline/api/tokens_api.rb +1 -1
  163. data/lib/hubspot/discovery/crm/timeline/client.rb +4 -4
  164. data/lib/hubspot/discovery/events/api/events_api.rb +1 -1
  165. data/lib/hubspot/discovery/events/client.rb +4 -4
  166. data/lib/hubspot/discovery/files/client.rb +4 -4
  167. data/lib/hubspot/discovery/files/files/api/files_api.rb +1 -1
  168. data/lib/hubspot/discovery/files/files/api/folders_api.rb +1 -1
  169. data/lib/hubspot/discovery/files/files/client.rb +4 -4
  170. data/lib/hubspot/discovery/marketing/client.rb +4 -4
  171. data/lib/hubspot/discovery/marketing/events/api/basic_api.rb +2 -1
  172. data/lib/hubspot/discovery/marketing/events/api/batch_api.rb +1 -1
  173. data/lib/hubspot/discovery/marketing/events/api/search_api.rb +1 -1
  174. data/lib/hubspot/discovery/marketing/events/api/settings_api.rb +1 -1
  175. data/lib/hubspot/discovery/marketing/events/api/subscriber_state_changes_api.rb +1 -1
  176. data/lib/hubspot/discovery/marketing/events/client.rb +4 -4
  177. data/lib/hubspot/discovery/marketing/forms/api/forms_api.rb +1 -1
  178. data/lib/hubspot/discovery/marketing/forms/client.rb +4 -4
  179. data/lib/hubspot/discovery/marketing/transactional/api/public_smtp_tokens_api.rb +1 -1
  180. data/lib/hubspot/discovery/marketing/transactional/api/single_send_api.rb +1 -1
  181. data/lib/hubspot/discovery/marketing/transactional/client.rb +4 -4
  182. data/lib/hubspot/discovery/oauth/api/access_tokens_api.rb +1 -1
  183. data/lib/hubspot/discovery/oauth/api/refresh_tokens_api.rb +1 -1
  184. data/lib/hubspot/discovery/oauth/api/tokens_api.rb +1 -1
  185. data/lib/hubspot/discovery/oauth/client.rb +7 -3
  186. data/lib/hubspot/discovery/settings/client.rb +4 -4
  187. data/lib/hubspot/discovery/settings/users/api/roles_api.rb +1 -1
  188. data/lib/hubspot/discovery/settings/users/api/teams_api.rb +1 -1
  189. data/lib/hubspot/discovery/settings/users/api/users_api.rb +1 -1
  190. data/lib/hubspot/discovery/settings/users/client.rb +4 -4
  191. data/lib/hubspot/discovery/webhooks/api/settings_api.rb +1 -1
  192. data/lib/hubspot/discovery/webhooks/api/subscriptions_api.rb +1 -1
  193. data/lib/hubspot/discovery/webhooks/client.rb +4 -4
  194. data/lib/hubspot/helpers/path.rb +15 -0
  195. data/lib/hubspot/version.rb +1 -1
  196. data/lib/hubspot-api-client.rb +2 -69
  197. data/spec/discovery/base_api_client_spec.rb +6 -0
  198. data/spec/discovery/base_module_client_spec.rb +3 -2
  199. metadata +12 -2301
  200. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +0 -60
  201. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +0 -104
  202. data/spec/codegen/automation/actions/api/functions_api_spec.rb +0 -137
  203. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +0 -64
  204. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +0 -51
  205. data/spec/codegen/automation/actions/models/action_function_spec.rb +0 -57
  206. data/spec/codegen/automation/actions/models/action_labels_spec.rb +0 -71
  207. data/spec/codegen/automation/actions/models/action_revision_spec.rb +0 -59
  208. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +0 -41
  209. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +0 -47
  210. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +0 -41
  211. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +0 -41
  212. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +0 -47
  213. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +0 -47
  214. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +0 -63
  215. data/spec/codegen/automation/actions/models/error_detail_spec.rb +0 -65
  216. data/spec/codegen/automation/actions/models/error_spec.rb +0 -77
  217. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +0 -89
  218. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +0 -77
  219. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +0 -101
  220. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +0 -83
  221. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +0 -41
  222. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +0 -57
  223. data/spec/codegen/automation/actions/models/next_page_spec.rb +0 -47
  224. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +0 -41
  225. data/spec/codegen/automation/actions/models/option_spec.rb +0 -77
  226. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +0 -57
  227. data/spec/codegen/cms/audit-logs/api/audit_logs_api_spec.rb +0 -54
  228. data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +0 -47
  229. data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +0 -65
  230. data/spec/codegen/cms/audit-logs/models/error_spec.rb +0 -77
  231. data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +0 -47
  232. data/spec/codegen/cms/audit-logs/models/paging_spec.rb +0 -41
  233. data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +0 -85
  234. data/spec/codegen/cms/blogs/authors/api/blog_authors_api_spec.rb +0 -218
  235. data/spec/codegen/cms/blogs/authors/models/attach_to_lang_primary_request_v_next_spec.rb +0 -67
  236. data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +0 -41
  237. data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +0 -41
  238. data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +0 -41
  239. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_spec.rb +0 -75
  240. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +0 -87
  241. data/spec/codegen/cms/blogs/authors/models/blog_author_clone_request_v_next_spec.rb +0 -59
  242. data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +0 -141
  243. data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +0 -53
  244. data/spec/codegen/cms/blogs/authors/models/detach_from_lang_group_request_v_next_spec.rb +0 -41
  245. data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +0 -65
  246. data/spec/codegen/cms/blogs/authors/models/error_spec.rb +0 -77
  247. data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +0 -41
  248. data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +0 -47
  249. data/spec/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next_spec.rb +0 -41
  250. data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +0 -83
  251. data/spec/codegen/cms/blogs/authors/models/update_languages_request_v_next_spec.rb +0 -51
  252. data/spec/codegen/cms/blogs/blog-posts/api/blog_posts_api_spec.rb +0 -345
  253. data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +0 -51
  254. data/spec/codegen/cms/blogs/blog-posts/models/attach_to_lang_primary_request_v_next_spec.rb +0 -67
  255. data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +0 -57
  256. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +0 -41
  257. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +0 -41
  258. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +0 -41
  259. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_spec.rb +0 -75
  260. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +0 -87
  261. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_language_clone_request_v_next_spec.rb +0 -47
  262. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +0 -417
  263. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +0 -53
  264. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +0 -53
  265. data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +0 -41
  266. data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +0 -47
  267. data/spec/codegen/cms/blogs/blog-posts/models/content_language_variation_spec.rb +0 -119
  268. data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +0 -47
  269. data/spec/codegen/cms/blogs/blog-posts/models/detach_from_lang_group_request_v_next_spec.rb +0 -41
  270. data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +0 -65
  271. data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +0 -77
  272. data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +0 -41
  273. data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +0 -53
  274. data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +0 -113
  275. data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +0 -47
  276. data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +0 -47
  277. data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +0 -47
  278. data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +0 -59
  279. data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +0 -47
  280. data/spec/codegen/cms/blogs/blog-posts/models/set_new_language_primary_request_v_next_spec.rb +0 -41
  281. data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +0 -55
  282. data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +0 -83
  283. data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +0 -85
  284. data/spec/codegen/cms/blogs/blog-posts/models/update_languages_request_v_next_spec.rb +0 -51
  285. data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +0 -59
  286. data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +0 -53
  287. data/spec/codegen/cms/blogs/tags/api/blog_tags_api_spec.rb +0 -218
  288. data/spec/codegen/cms/blogs/tags/models/attach_to_lang_primary_request_v_next_spec.rb +0 -67
  289. data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +0 -41
  290. data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +0 -41
  291. data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +0 -41
  292. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_spec.rb +0 -75
  293. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +0 -87
  294. data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +0 -53
  295. data/spec/codegen/cms/blogs/tags/models/detach_from_lang_group_request_v_next_spec.rb +0 -41
  296. data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +0 -65
  297. data/spec/codegen/cms/blogs/tags/models/error_spec.rb +0 -77
  298. data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +0 -41
  299. data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +0 -47
  300. data/spec/codegen/cms/blogs/tags/models/set_new_language_primary_request_v_next_spec.rb +0 -41
  301. data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +0 -83
  302. data/spec/codegen/cms/blogs/tags/models/tag_clone_request_v_next_spec.rb +0 -59
  303. data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +0 -81
  304. data/spec/codegen/cms/blogs/tags/models/update_languages_request_v_next_spec.rb +0 -51
  305. data/spec/codegen/cms/domains/api/domains_api_spec.rb +0 -71
  306. data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +0 -53
  307. data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +0 -149
  308. data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +0 -47
  309. data/spec/codegen/cms/domains/models/domain_spec.rb +0 -403
  310. data/spec/codegen/cms/domains/models/error_detail_spec.rb +0 -65
  311. data/spec/codegen/cms/domains/models/error_spec.rb +0 -77
  312. data/spec/codegen/cms/domains/models/next_page_spec.rb +0 -47
  313. data/spec/codegen/cms/domains/models/paging_spec.rb +0 -41
  314. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +0 -160
  315. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +0 -126
  316. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +0 -236
  317. data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request_spec.rb +0 -41
  318. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +0 -41
  319. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +0 -41
  320. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_spec.rb +0 -75
  321. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +0 -87
  322. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +0 -53
  323. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +0 -53
  324. data/spec/codegen/cms/hubdb/models/column_request_spec.rb +0 -81
  325. data/spec/codegen/cms/hubdb/models/column_spec.rb +0 -117
  326. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +0 -65
  327. data/spec/codegen/cms/hubdb/models/error_spec.rb +0 -77
  328. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +0 -53
  329. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +0 -41
  330. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +0 -53
  331. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_request_spec.rb +0 -59
  332. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +0 -77
  333. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_request_spec.rb +0 -83
  334. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +0 -143
  335. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +0 -59
  336. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +0 -47
  337. data/spec/codegen/cms/hubdb/models/option_spec.rb +0 -59
  338. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +0 -59
  339. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +0 -83
  340. data/spec/codegen/cms/performance/api/public_performance_api_spec.rb +0 -73
  341. data/spec/codegen/cms/performance/models/error_detail_spec.rb +0 -65
  342. data/spec/codegen/cms/performance/models/error_spec.rb +0 -77
  343. data/spec/codegen/cms/performance/models/performance_view_spec.rb +0 -167
  344. data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +0 -85
  345. data/spec/codegen/cms/site-search/api/public_api_spec.rb +0 -76
  346. data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +0 -145
  347. data/spec/codegen/cms/site-search/models/error_detail_spec.rb +0 -65
  348. data/spec/codegen/cms/site-search/models/error_spec.rb +0 -77
  349. data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +0 -57
  350. data/spec/codegen/cms/site-search/models/indexed_field_spec.rb +0 -59
  351. data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +0 -71
  352. data/spec/codegen/cms/source-code/api/content_api_spec.rb +0 -89
  353. data/spec/codegen/cms/source-code/api/extract_api_spec.rb +0 -47
  354. data/spec/codegen/cms/source-code/api/metadata_api_spec.rb +0 -48
  355. data/spec/codegen/cms/source-code/api/source_code_extract_api_spec.rb +0 -55
  356. data/spec/codegen/cms/source-code/api/validation_api_spec.rb +0 -48
  357. data/spec/codegen/cms/source-code/models/action_response_spec.rb +0 -69
  358. data/spec/codegen/cms/source-code/models/asset_file_metadata_spec.rb +0 -77
  359. data/spec/codegen/cms/source-code/models/error_detail_spec.rb +0 -65
  360. data/spec/codegen/cms/source-code/models/error_spec.rb +0 -77
  361. data/spec/codegen/cms/source-code/models/file_extract_request_spec.rb +0 -41
  362. data/spec/codegen/cms/source-code/models/task_locator_spec.rb +0 -47
  363. data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +0 -105
  364. data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_forward_paging_spec.rb +0 -53
  365. data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +0 -65
  366. data/spec/codegen/cms/url-redirects/models/error_spec.rb +0 -77
  367. data/spec/codegen/cms/url-redirects/models/forward_paging_spec.rb +0 -41
  368. data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +0 -47
  369. data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +0 -95
  370. data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +0 -113
  371. data/spec/codegen/communication_preferences/api/definition_api_spec.rb +0 -46
  372. data/spec/codegen/communication_preferences/api/status_api_spec.rb +0 -71
  373. data/spec/codegen/communication_preferences/models/error_detail_spec.rb +0 -65
  374. data/spec/codegen/communication_preferences/models/error_spec.rb +0 -77
  375. data/spec/codegen/communication_preferences/models/public_subscription_status_spec.rb +0 -101
  376. data/spec/codegen/communication_preferences/models/public_subscription_statuses_response_spec.rb +0 -47
  377. data/spec/codegen/communication_preferences/models/public_update_subscription_status_request_spec.rb +0 -63
  378. data/spec/codegen/communication_preferences/models/subscription_definition_spec.rb +0 -95
  379. data/spec/codegen/communication_preferences/models/subscription_definitions_response_spec.rb +0 -41
  380. data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +0 -47
  381. data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +0 -65
  382. data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +0 -77
  383. data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +0 -53
  384. data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +0 -41
  385. data/spec/codegen/crm/associations/api/batch_api_spec.rb +0 -77
  386. data/spec/codegen/crm/associations/api/types_api_spec.rb +0 -48
  387. data/spec/codegen/crm/associations/models/associated_id_spec.rb +0 -47
  388. data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +0 -41
  389. data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +0 -41
  390. data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +0 -81
  391. data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +0 -81
  392. data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +0 -47
  393. data/spec/codegen/crm/associations/models/error_category_spec.rb +0 -51
  394. data/spec/codegen/crm/associations/models/error_detail_spec.rb +0 -65
  395. data/spec/codegen/crm/associations/models/error_spec.rb +0 -77
  396. data/spec/codegen/crm/associations/models/next_page_spec.rb +0 -47
  397. data/spec/codegen/crm/associations/models/paging_spec.rb +0 -41
  398. data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +0 -47
  399. data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +0 -47
  400. data/spec/codegen/crm/associations/models/public_association_spec.rb +0 -53
  401. data/spec/codegen/crm/associations/models/public_object_id_spec.rb +0 -41
  402. data/spec/codegen/crm/associations/models/standard_error_spec.rb +0 -83
  403. data/spec/codegen/crm/companies/api/associations_api_spec.rb +0 -77
  404. data/spec/codegen/crm/companies/api/basic_api_spec.rb +0 -107
  405. data/spec/codegen/crm/companies/api/batch_api_spec.rb +0 -80
  406. data/spec/codegen/crm/companies/api/public_object_api_spec.rb +0 -46
  407. data/spec/codegen/crm/companies/api/search_api_spec.rb +0 -45
  408. data/spec/codegen/crm/companies/models/associated_id_spec.rb +0 -47
  409. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  410. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +0 -41
  411. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +0 -41
  412. data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  413. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +0 -75
  414. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  415. data/spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  416. data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +0 -47
  417. data/spec/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  418. data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  419. data/spec/codegen/crm/companies/models/error_category_spec.rb +0 -51
  420. data/spec/codegen/crm/companies/models/error_detail_spec.rb +0 -65
  421. data/spec/codegen/crm/companies/models/error_spec.rb +0 -77
  422. data/spec/codegen/crm/companies/models/filter_group_spec.rb +0 -41
  423. data/spec/codegen/crm/companies/models/filter_spec.rb +0 -63
  424. data/spec/codegen/crm/companies/models/forward_paging_spec.rb +0 -41
  425. data/spec/codegen/crm/companies/models/next_page_spec.rb +0 -47
  426. data/spec/codegen/crm/companies/models/paging_spec.rb +0 -47
  427. data/spec/codegen/crm/companies/models/previous_page_spec.rb +0 -47
  428. data/spec/codegen/crm/companies/models/public_merge_input_spec.rb +0 -47
  429. data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +0 -71
  430. data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +0 -47
  431. data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +0 -41
  432. data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +0 -41
  433. data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +0 -77
  434. data/spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb +0 -83
  435. data/spec/codegen/crm/companies/models/standard_error_spec.rb +0 -83
  436. data/spec/codegen/crm/companies/models/value_with_timestamp_spec.rb +0 -71
  437. data/spec/codegen/crm/contacts/api/associations_api_spec.rb +0 -77
  438. data/spec/codegen/crm/contacts/api/basic_api_spec.rb +0 -107
  439. data/spec/codegen/crm/contacts/api/batch_api_spec.rb +0 -80
  440. data/spec/codegen/crm/contacts/api/gdpr_api_spec.rb +0 -47
  441. data/spec/codegen/crm/contacts/api/public_object_api_spec.rb +0 -46
  442. data/spec/codegen/crm/contacts/api/search_api_spec.rb +0 -45
  443. data/spec/codegen/crm/contacts/models/associated_id_spec.rb +0 -47
  444. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  445. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +0 -41
  446. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +0 -41
  447. data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  448. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +0 -75
  449. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  450. data/spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  451. data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +0 -47
  452. data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  453. data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  454. data/spec/codegen/crm/contacts/models/error_category_spec.rb +0 -51
  455. data/spec/codegen/crm/contacts/models/error_detail_spec.rb +0 -65
  456. data/spec/codegen/crm/contacts/models/error_spec.rb +0 -77
  457. data/spec/codegen/crm/contacts/models/filter_group_spec.rb +0 -41
  458. data/spec/codegen/crm/contacts/models/filter_spec.rb +0 -63
  459. data/spec/codegen/crm/contacts/models/forward_paging_spec.rb +0 -41
  460. data/spec/codegen/crm/contacts/models/next_page_spec.rb +0 -47
  461. data/spec/codegen/crm/contacts/models/paging_spec.rb +0 -47
  462. data/spec/codegen/crm/contacts/models/previous_page_spec.rb +0 -47
  463. data/spec/codegen/crm/contacts/models/public_gdpr_delete_input_spec.rb +0 -47
  464. data/spec/codegen/crm/contacts/models/public_merge_input_spec.rb +0 -47
  465. data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +0 -71
  466. data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +0 -47
  467. data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +0 -41
  468. data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +0 -41
  469. data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +0 -77
  470. data/spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb +0 -83
  471. data/spec/codegen/crm/contacts/models/standard_error_spec.rb +0 -83
  472. data/spec/codegen/crm/contacts/models/value_with_timestamp_spec.rb +0 -71
  473. data/spec/codegen/crm/deals/api/associations_api_spec.rb +0 -77
  474. data/spec/codegen/crm/deals/api/basic_api_spec.rb +0 -107
  475. data/spec/codegen/crm/deals/api/batch_api_spec.rb +0 -80
  476. data/spec/codegen/crm/deals/api/public_object_api_spec.rb +0 -46
  477. data/spec/codegen/crm/deals/api/search_api_spec.rb +0 -45
  478. data/spec/codegen/crm/deals/models/associated_id_spec.rb +0 -47
  479. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  480. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +0 -41
  481. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +0 -41
  482. data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  483. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +0 -75
  484. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  485. data/spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  486. data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +0 -47
  487. data/spec/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  488. data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  489. data/spec/codegen/crm/deals/models/error_category_spec.rb +0 -51
  490. data/spec/codegen/crm/deals/models/error_detail_spec.rb +0 -65
  491. data/spec/codegen/crm/deals/models/error_spec.rb +0 -77
  492. data/spec/codegen/crm/deals/models/filter_group_spec.rb +0 -41
  493. data/spec/codegen/crm/deals/models/filter_spec.rb +0 -63
  494. data/spec/codegen/crm/deals/models/forward_paging_spec.rb +0 -41
  495. data/spec/codegen/crm/deals/models/next_page_spec.rb +0 -47
  496. data/spec/codegen/crm/deals/models/paging_spec.rb +0 -47
  497. data/spec/codegen/crm/deals/models/previous_page_spec.rb +0 -47
  498. data/spec/codegen/crm/deals/models/public_merge_input_spec.rb +0 -47
  499. data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +0 -71
  500. data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +0 -47
  501. data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +0 -41
  502. data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +0 -41
  503. data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +0 -77
  504. data/spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb +0 -83
  505. data/spec/codegen/crm/deals/models/standard_error_spec.rb +0 -83
  506. data/spec/codegen/crm/deals/models/value_with_timestamp_spec.rb +0 -71
  507. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +0 -165
  508. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +0 -76
  509. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +0 -60
  510. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +0 -61
  511. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +0 -59
  512. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +0 -53
  513. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +0 -125
  514. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +0 -65
  515. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +0 -93
  516. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +0 -59
  517. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +0 -53
  518. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +0 -69
  519. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +0 -65
  520. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +0 -47
  521. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +0 -71
  522. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +0 -53
  523. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +0 -51
  524. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +0 -65
  525. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +0 -77
  526. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +0 -63
  527. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +0 -41
  528. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +0 -59
  529. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +0 -51
  530. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +0 -135
  531. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +0 -51
  532. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +0 -83
  533. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +0 -135
  534. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +0 -51
  535. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +0 -41
  536. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +0 -51
  537. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +0 -71
  538. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +0 -51
  539. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +0 -47
  540. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +0 -47
  541. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +0 -51
  542. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +0 -53
  543. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +0 -47
  544. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +0 -51
  545. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +0 -47
  546. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +0 -73
  547. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +0 -75
  548. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +0 -85
  549. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +0 -65
  550. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +0 -77
  551. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +0 -71
  552. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +0 -71
  553. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +0 -83
  554. data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +0 -100
  555. data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +0 -46
  556. data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +0 -53
  557. data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +0 -79
  558. data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +0 -41
  559. data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +0 -59
  560. data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +0 -41
  561. data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +0 -63
  562. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +0 -47
  563. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +0 -47
  564. data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +0 -41
  565. data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +0 -51
  566. data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +0 -59
  567. data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +0 -77
  568. data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +0 -57
  569. data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +0 -65
  570. data/spec/codegen/crm/extensions/cards/models/error_spec.rb +0 -77
  571. data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +0 -75
  572. data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +0 -75
  573. data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +0 -65
  574. data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +0 -63
  575. data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +0 -53
  576. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +0 -72
  577. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +0 -65
  578. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +0 -77
  579. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +0 -59
  580. data/spec/codegen/crm/imports/api/core_api_spec.rb +0 -86
  581. data/spec/codegen/crm/imports/api/public_imports_api_spec.rb +0 -47
  582. data/spec/codegen/crm/imports/models/action_response_spec.rb +0 -69
  583. data/spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb +0 -47
  584. data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +0 -47
  585. data/spec/codegen/crm/imports/models/error_detail_spec.rb +0 -65
  586. data/spec/codegen/crm/imports/models/error_spec.rb +0 -77
  587. data/spec/codegen/crm/imports/models/forward_paging_spec.rb +0 -41
  588. data/spec/codegen/crm/imports/models/import_row_core_spec.rb +0 -53
  589. data/spec/codegen/crm/imports/models/next_page_spec.rb +0 -47
  590. data/spec/codegen/crm/imports/models/paging_spec.rb +0 -47
  591. data/spec/codegen/crm/imports/models/previous_page_spec.rb +0 -47
  592. data/spec/codegen/crm/imports/models/public_import_error_spec.rb +0 -97
  593. data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +0 -53
  594. data/spec/codegen/crm/imports/models/public_import_response_spec.rb +0 -87
  595. data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +0 -47
  596. data/spec/codegen/crm/line_items/api/associations_api_spec.rb +0 -77
  597. data/spec/codegen/crm/line_items/api/basic_api_spec.rb +0 -107
  598. data/spec/codegen/crm/line_items/api/batch_api_spec.rb +0 -80
  599. data/spec/codegen/crm/line_items/api/public_object_api_spec.rb +0 -46
  600. data/spec/codegen/crm/line_items/api/search_api_spec.rb +0 -45
  601. data/spec/codegen/crm/line_items/models/associated_id_spec.rb +0 -47
  602. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  603. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +0 -41
  604. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +0 -41
  605. data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  606. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +0 -75
  607. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  608. data/spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  609. data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +0 -47
  610. data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  611. data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  612. data/spec/codegen/crm/line_items/models/error_category_spec.rb +0 -51
  613. data/spec/codegen/crm/line_items/models/error_detail_spec.rb +0 -65
  614. data/spec/codegen/crm/line_items/models/error_spec.rb +0 -77
  615. data/spec/codegen/crm/line_items/models/filter_group_spec.rb +0 -41
  616. data/spec/codegen/crm/line_items/models/filter_spec.rb +0 -63
  617. data/spec/codegen/crm/line_items/models/forward_paging_spec.rb +0 -41
  618. data/spec/codegen/crm/line_items/models/next_page_spec.rb +0 -47
  619. data/spec/codegen/crm/line_items/models/paging_spec.rb +0 -47
  620. data/spec/codegen/crm/line_items/models/previous_page_spec.rb +0 -47
  621. data/spec/codegen/crm/line_items/models/public_merge_input_spec.rb +0 -47
  622. data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +0 -71
  623. data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +0 -47
  624. data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +0 -41
  625. data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +0 -41
  626. data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +0 -77
  627. data/spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb +0 -83
  628. data/spec/codegen/crm/line_items/models/standard_error_spec.rb +0 -83
  629. data/spec/codegen/crm/line_items/models/value_with_timestamp_spec.rb +0 -71
  630. data/spec/codegen/crm/objects/api/associations_api_spec.rb +0 -80
  631. data/spec/codegen/crm/objects/api/basic_api_spec.rb +0 -112
  632. data/spec/codegen/crm/objects/api/batch_api_spec.rb +0 -84
  633. data/spec/codegen/crm/objects/api/gdpr_api_spec.rb +0 -48
  634. data/spec/codegen/crm/objects/api/public_object_api_spec.rb +0 -47
  635. data/spec/codegen/crm/objects/api/search_api_spec.rb +0 -46
  636. data/spec/codegen/crm/objects/calls/api/associations_api_spec.rb +0 -77
  637. data/spec/codegen/crm/objects/calls/api/basic_api_spec.rb +0 -107
  638. data/spec/codegen/crm/objects/calls/api/batch_api_spec.rb +0 -80
  639. data/spec/codegen/crm/objects/calls/api/public_object_api_spec.rb +0 -46
  640. data/spec/codegen/crm/objects/calls/api/search_api_spec.rb +0 -45
  641. data/spec/codegen/crm/objects/calls/models/associated_id_spec.rb +0 -47
  642. data/spec/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  643. data/spec/codegen/crm/objects/calls/models/batch_input_simple_public_object_id_spec.rb +0 -41
  644. data/spec/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_spec.rb +0 -41
  645. data/spec/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  646. data/spec/codegen/crm/objects/calls/models/batch_response_simple_public_object_spec.rb +0 -75
  647. data/spec/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  648. data/spec/codegen/crm/objects/calls/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  649. data/spec/codegen/crm/objects/calls/models/collection_response_associated_id_spec.rb +0 -47
  650. data/spec/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  651. data/spec/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  652. data/spec/codegen/crm/objects/calls/models/error_category_spec.rb +0 -51
  653. data/spec/codegen/crm/objects/calls/models/error_detail_spec.rb +0 -65
  654. data/spec/codegen/crm/objects/calls/models/error_spec.rb +0 -77
  655. data/spec/codegen/crm/objects/calls/models/filter_group_spec.rb +0 -41
  656. data/spec/codegen/crm/objects/calls/models/filter_spec.rb +0 -63
  657. data/spec/codegen/crm/objects/calls/models/forward_paging_spec.rb +0 -41
  658. data/spec/codegen/crm/objects/calls/models/next_page_spec.rb +0 -47
  659. data/spec/codegen/crm/objects/calls/models/paging_spec.rb +0 -47
  660. data/spec/codegen/crm/objects/calls/models/previous_page_spec.rb +0 -47
  661. data/spec/codegen/crm/objects/calls/models/public_merge_input_spec.rb +0 -47
  662. data/spec/codegen/crm/objects/calls/models/public_object_search_request_spec.rb +0 -71
  663. data/spec/codegen/crm/objects/calls/models/simple_public_object_batch_input_spec.rb +0 -47
  664. data/spec/codegen/crm/objects/calls/models/simple_public_object_id_spec.rb +0 -41
  665. data/spec/codegen/crm/objects/calls/models/simple_public_object_input_spec.rb +0 -41
  666. data/spec/codegen/crm/objects/calls/models/simple_public_object_spec.rb +0 -77
  667. data/spec/codegen/crm/objects/calls/models/simple_public_object_with_associations_spec.rb +0 -83
  668. data/spec/codegen/crm/objects/calls/models/standard_error_spec.rb +0 -83
  669. data/spec/codegen/crm/objects/calls/models/value_with_timestamp_spec.rb +0 -71
  670. data/spec/codegen/crm/objects/emails/api/associations_api_spec.rb +0 -77
  671. data/spec/codegen/crm/objects/emails/api/basic_api_spec.rb +0 -107
  672. data/spec/codegen/crm/objects/emails/api/batch_api_spec.rb +0 -80
  673. data/spec/codegen/crm/objects/emails/api/public_object_api_spec.rb +0 -46
  674. data/spec/codegen/crm/objects/emails/api/search_api_spec.rb +0 -45
  675. data/spec/codegen/crm/objects/emails/models/associated_id_spec.rb +0 -47
  676. data/spec/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  677. data/spec/codegen/crm/objects/emails/models/batch_input_simple_public_object_id_spec.rb +0 -41
  678. data/spec/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_spec.rb +0 -41
  679. data/spec/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  680. data/spec/codegen/crm/objects/emails/models/batch_response_simple_public_object_spec.rb +0 -75
  681. data/spec/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  682. data/spec/codegen/crm/objects/emails/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  683. data/spec/codegen/crm/objects/emails/models/collection_response_associated_id_spec.rb +0 -47
  684. data/spec/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  685. data/spec/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  686. data/spec/codegen/crm/objects/emails/models/error_category_spec.rb +0 -51
  687. data/spec/codegen/crm/objects/emails/models/error_detail_spec.rb +0 -65
  688. data/spec/codegen/crm/objects/emails/models/error_spec.rb +0 -77
  689. data/spec/codegen/crm/objects/emails/models/filter_group_spec.rb +0 -41
  690. data/spec/codegen/crm/objects/emails/models/filter_spec.rb +0 -63
  691. data/spec/codegen/crm/objects/emails/models/forward_paging_spec.rb +0 -41
  692. data/spec/codegen/crm/objects/emails/models/next_page_spec.rb +0 -47
  693. data/spec/codegen/crm/objects/emails/models/paging_spec.rb +0 -47
  694. data/spec/codegen/crm/objects/emails/models/previous_page_spec.rb +0 -47
  695. data/spec/codegen/crm/objects/emails/models/public_merge_input_spec.rb +0 -47
  696. data/spec/codegen/crm/objects/emails/models/public_object_search_request_spec.rb +0 -71
  697. data/spec/codegen/crm/objects/emails/models/simple_public_object_batch_input_spec.rb +0 -47
  698. data/spec/codegen/crm/objects/emails/models/simple_public_object_id_spec.rb +0 -41
  699. data/spec/codegen/crm/objects/emails/models/simple_public_object_input_spec.rb +0 -41
  700. data/spec/codegen/crm/objects/emails/models/simple_public_object_spec.rb +0 -77
  701. data/spec/codegen/crm/objects/emails/models/simple_public_object_with_associations_spec.rb +0 -83
  702. data/spec/codegen/crm/objects/emails/models/standard_error_spec.rb +0 -83
  703. data/spec/codegen/crm/objects/emails/models/value_with_timestamp_spec.rb +0 -71
  704. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +0 -77
  705. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +0 -107
  706. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +0 -80
  707. data/spec/codegen/crm/objects/feedback_submissions/api/public_object_api_spec.rb +0 -46
  708. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +0 -45
  709. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +0 -47
  710. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  711. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +0 -41
  712. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +0 -41
  713. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  714. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +0 -75
  715. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  716. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  717. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +0 -47
  718. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  719. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  720. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +0 -51
  721. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +0 -65
  722. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +0 -77
  723. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +0 -41
  724. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +0 -63
  725. data/spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb +0 -41
  726. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +0 -47
  727. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +0 -47
  728. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +0 -47
  729. data/spec/codegen/crm/objects/feedback_submissions/models/public_merge_input_spec.rb +0 -47
  730. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +0 -71
  731. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +0 -47
  732. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +0 -41
  733. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +0 -41
  734. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +0 -77
  735. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb +0 -83
  736. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +0 -83
  737. data/spec/codegen/crm/objects/feedback_submissions/models/value_with_timestamp_spec.rb +0 -71
  738. data/spec/codegen/crm/objects/meetings/api/associations_api_spec.rb +0 -77
  739. data/spec/codegen/crm/objects/meetings/api/basic_api_spec.rb +0 -107
  740. data/spec/codegen/crm/objects/meetings/api/batch_api_spec.rb +0 -80
  741. data/spec/codegen/crm/objects/meetings/api/public_object_api_spec.rb +0 -46
  742. data/spec/codegen/crm/objects/meetings/api/search_api_spec.rb +0 -45
  743. data/spec/codegen/crm/objects/meetings/models/associated_id_spec.rb +0 -47
  744. data/spec/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  745. data/spec/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id_spec.rb +0 -41
  746. data/spec/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_spec.rb +0 -41
  747. data/spec/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  748. data/spec/codegen/crm/objects/meetings/models/batch_response_simple_public_object_spec.rb +0 -75
  749. data/spec/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  750. data/spec/codegen/crm/objects/meetings/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  751. data/spec/codegen/crm/objects/meetings/models/collection_response_associated_id_spec.rb +0 -47
  752. data/spec/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  753. data/spec/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  754. data/spec/codegen/crm/objects/meetings/models/error_category_spec.rb +0 -51
  755. data/spec/codegen/crm/objects/meetings/models/error_detail_spec.rb +0 -65
  756. data/spec/codegen/crm/objects/meetings/models/error_spec.rb +0 -77
  757. data/spec/codegen/crm/objects/meetings/models/filter_group_spec.rb +0 -41
  758. data/spec/codegen/crm/objects/meetings/models/filter_spec.rb +0 -63
  759. data/spec/codegen/crm/objects/meetings/models/forward_paging_spec.rb +0 -41
  760. data/spec/codegen/crm/objects/meetings/models/next_page_spec.rb +0 -47
  761. data/spec/codegen/crm/objects/meetings/models/paging_spec.rb +0 -47
  762. data/spec/codegen/crm/objects/meetings/models/previous_page_spec.rb +0 -47
  763. data/spec/codegen/crm/objects/meetings/models/public_merge_input_spec.rb +0 -47
  764. data/spec/codegen/crm/objects/meetings/models/public_object_search_request_spec.rb +0 -71
  765. data/spec/codegen/crm/objects/meetings/models/simple_public_object_batch_input_spec.rb +0 -47
  766. data/spec/codegen/crm/objects/meetings/models/simple_public_object_id_spec.rb +0 -41
  767. data/spec/codegen/crm/objects/meetings/models/simple_public_object_input_spec.rb +0 -41
  768. data/spec/codegen/crm/objects/meetings/models/simple_public_object_spec.rb +0 -77
  769. data/spec/codegen/crm/objects/meetings/models/simple_public_object_with_associations_spec.rb +0 -83
  770. data/spec/codegen/crm/objects/meetings/models/standard_error_spec.rb +0 -83
  771. data/spec/codegen/crm/objects/meetings/models/value_with_timestamp_spec.rb +0 -71
  772. data/spec/codegen/crm/objects/models/associated_id_spec.rb +0 -47
  773. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  774. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +0 -41
  775. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +0 -41
  776. data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  777. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +0 -75
  778. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  779. data/spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  780. data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +0 -47
  781. data/spec/codegen/crm/objects/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  782. data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  783. data/spec/codegen/crm/objects/models/error_category_spec.rb +0 -51
  784. data/spec/codegen/crm/objects/models/error_detail_spec.rb +0 -65
  785. data/spec/codegen/crm/objects/models/error_spec.rb +0 -77
  786. data/spec/codegen/crm/objects/models/filter_group_spec.rb +0 -41
  787. data/spec/codegen/crm/objects/models/filter_spec.rb +0 -63
  788. data/spec/codegen/crm/objects/models/forward_paging_spec.rb +0 -41
  789. data/spec/codegen/crm/objects/models/next_page_spec.rb +0 -47
  790. data/spec/codegen/crm/objects/models/paging_spec.rb +0 -47
  791. data/spec/codegen/crm/objects/models/previous_page_spec.rb +0 -47
  792. data/spec/codegen/crm/objects/models/public_gdpr_delete_input_spec.rb +0 -47
  793. data/spec/codegen/crm/objects/models/public_merge_input_spec.rb +0 -47
  794. data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +0 -71
  795. data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +0 -47
  796. data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +0 -41
  797. data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +0 -41
  798. data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +0 -77
  799. data/spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb +0 -83
  800. data/spec/codegen/crm/objects/models/standard_error_spec.rb +0 -83
  801. data/spec/codegen/crm/objects/models/value_with_timestamp_spec.rb +0 -71
  802. data/spec/codegen/crm/objects/notes/api/associations_api_spec.rb +0 -77
  803. data/spec/codegen/crm/objects/notes/api/basic_api_spec.rb +0 -107
  804. data/spec/codegen/crm/objects/notes/api/batch_api_spec.rb +0 -80
  805. data/spec/codegen/crm/objects/notes/api/public_object_api_spec.rb +0 -46
  806. data/spec/codegen/crm/objects/notes/api/search_api_spec.rb +0 -45
  807. data/spec/codegen/crm/objects/notes/models/associated_id_spec.rb +0 -47
  808. data/spec/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  809. data/spec/codegen/crm/objects/notes/models/batch_input_simple_public_object_id_spec.rb +0 -41
  810. data/spec/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_spec.rb +0 -41
  811. data/spec/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  812. data/spec/codegen/crm/objects/notes/models/batch_response_simple_public_object_spec.rb +0 -75
  813. data/spec/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  814. data/spec/codegen/crm/objects/notes/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  815. data/spec/codegen/crm/objects/notes/models/collection_response_associated_id_spec.rb +0 -47
  816. data/spec/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  817. data/spec/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  818. data/spec/codegen/crm/objects/notes/models/error_category_spec.rb +0 -51
  819. data/spec/codegen/crm/objects/notes/models/error_detail_spec.rb +0 -65
  820. data/spec/codegen/crm/objects/notes/models/error_spec.rb +0 -77
  821. data/spec/codegen/crm/objects/notes/models/filter_group_spec.rb +0 -41
  822. data/spec/codegen/crm/objects/notes/models/filter_spec.rb +0 -63
  823. data/spec/codegen/crm/objects/notes/models/forward_paging_spec.rb +0 -41
  824. data/spec/codegen/crm/objects/notes/models/next_page_spec.rb +0 -47
  825. data/spec/codegen/crm/objects/notes/models/paging_spec.rb +0 -47
  826. data/spec/codegen/crm/objects/notes/models/previous_page_spec.rb +0 -47
  827. data/spec/codegen/crm/objects/notes/models/public_merge_input_spec.rb +0 -47
  828. data/spec/codegen/crm/objects/notes/models/public_object_search_request_spec.rb +0 -71
  829. data/spec/codegen/crm/objects/notes/models/simple_public_object_batch_input_spec.rb +0 -47
  830. data/spec/codegen/crm/objects/notes/models/simple_public_object_id_spec.rb +0 -41
  831. data/spec/codegen/crm/objects/notes/models/simple_public_object_input_spec.rb +0 -41
  832. data/spec/codegen/crm/objects/notes/models/simple_public_object_spec.rb +0 -77
  833. data/spec/codegen/crm/objects/notes/models/simple_public_object_with_associations_spec.rb +0 -83
  834. data/spec/codegen/crm/objects/notes/models/standard_error_spec.rb +0 -83
  835. data/spec/codegen/crm/objects/notes/models/value_with_timestamp_spec.rb +0 -71
  836. data/spec/codegen/crm/objects/tasks/api/associations_api_spec.rb +0 -77
  837. data/spec/codegen/crm/objects/tasks/api/basic_api_spec.rb +0 -107
  838. data/spec/codegen/crm/objects/tasks/api/batch_api_spec.rb +0 -80
  839. data/spec/codegen/crm/objects/tasks/api/public_object_api_spec.rb +0 -46
  840. data/spec/codegen/crm/objects/tasks/api/search_api_spec.rb +0 -45
  841. data/spec/codegen/crm/objects/tasks/models/associated_id_spec.rb +0 -47
  842. data/spec/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  843. data/spec/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id_spec.rb +0 -41
  844. data/spec/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_spec.rb +0 -41
  845. data/spec/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  846. data/spec/codegen/crm/objects/tasks/models/batch_response_simple_public_object_spec.rb +0 -75
  847. data/spec/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  848. data/spec/codegen/crm/objects/tasks/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  849. data/spec/codegen/crm/objects/tasks/models/collection_response_associated_id_spec.rb +0 -47
  850. data/spec/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  851. data/spec/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  852. data/spec/codegen/crm/objects/tasks/models/error_category_spec.rb +0 -51
  853. data/spec/codegen/crm/objects/tasks/models/error_detail_spec.rb +0 -65
  854. data/spec/codegen/crm/objects/tasks/models/error_spec.rb +0 -77
  855. data/spec/codegen/crm/objects/tasks/models/filter_group_spec.rb +0 -41
  856. data/spec/codegen/crm/objects/tasks/models/filter_spec.rb +0 -63
  857. data/spec/codegen/crm/objects/tasks/models/forward_paging_spec.rb +0 -41
  858. data/spec/codegen/crm/objects/tasks/models/next_page_spec.rb +0 -47
  859. data/spec/codegen/crm/objects/tasks/models/paging_spec.rb +0 -47
  860. data/spec/codegen/crm/objects/tasks/models/previous_page_spec.rb +0 -47
  861. data/spec/codegen/crm/objects/tasks/models/public_merge_input_spec.rb +0 -47
  862. data/spec/codegen/crm/objects/tasks/models/public_object_search_request_spec.rb +0 -71
  863. data/spec/codegen/crm/objects/tasks/models/simple_public_object_batch_input_spec.rb +0 -47
  864. data/spec/codegen/crm/objects/tasks/models/simple_public_object_id_spec.rb +0 -41
  865. data/spec/codegen/crm/objects/tasks/models/simple_public_object_input_spec.rb +0 -41
  866. data/spec/codegen/crm/objects/tasks/models/simple_public_object_spec.rb +0 -77
  867. data/spec/codegen/crm/objects/tasks/models/simple_public_object_with_associations_spec.rb +0 -83
  868. data/spec/codegen/crm/objects/tasks/models/standard_error_spec.rb +0 -83
  869. data/spec/codegen/crm/objects/tasks/models/value_with_timestamp_spec.rb +0 -71
  870. data/spec/codegen/crm/owners/api/owners_api_spec.rb +0 -62
  871. data/spec/codegen/crm/owners/models/collection_response_public_owner_forward_paging_spec.rb +0 -47
  872. data/spec/codegen/crm/owners/models/error_detail_spec.rb +0 -65
  873. data/spec/codegen/crm/owners/models/error_spec.rb +0 -77
  874. data/spec/codegen/crm/owners/models/forward_paging_spec.rb +0 -41
  875. data/spec/codegen/crm/owners/models/next_page_spec.rb +0 -47
  876. data/spec/codegen/crm/owners/models/public_owner_spec.rb +0 -89
  877. data/spec/codegen/crm/owners/models/public_team_spec.rb +0 -53
  878. data/spec/codegen/crm/pipelines/api/pipeline_audits_api_spec.rb +0 -48
  879. data/spec/codegen/crm/pipelines/api/pipeline_stage_audits_api_spec.rb +0 -48
  880. data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +0 -120
  881. data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +0 -117
  882. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_no_paging_spec.rb +0 -41
  883. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_no_paging_spec.rb +0 -41
  884. data/spec/codegen/crm/pipelines/models/collection_response_public_audit_info_no_paging_spec.rb +0 -41
  885. data/spec/codegen/crm/pipelines/models/error_detail_spec.rb +0 -65
  886. data/spec/codegen/crm/pipelines/models/error_spec.rb +0 -77
  887. data/spec/codegen/crm/pipelines/models/pipeline_input_spec.rb +0 -53
  888. data/spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb +0 -53
  889. data/spec/codegen/crm/pipelines/models/pipeline_spec.rb +0 -83
  890. data/spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb +0 -53
  891. data/spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -59
  892. data/spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb +0 -83
  893. data/spec/codegen/crm/pipelines/models/public_audit_info_spec.rb +0 -77
  894. data/spec/codegen/crm/products/api/associations_api_spec.rb +0 -77
  895. data/spec/codegen/crm/products/api/basic_api_spec.rb +0 -107
  896. data/spec/codegen/crm/products/api/batch_api_spec.rb +0 -80
  897. data/spec/codegen/crm/products/api/public_object_api_spec.rb +0 -46
  898. data/spec/codegen/crm/products/api/search_api_spec.rb +0 -45
  899. data/spec/codegen/crm/products/models/associated_id_spec.rb +0 -47
  900. data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  901. data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +0 -41
  902. data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +0 -41
  903. data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  904. data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +0 -75
  905. data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  906. data/spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  907. data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +0 -47
  908. data/spec/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  909. data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  910. data/spec/codegen/crm/products/models/error_category_spec.rb +0 -51
  911. data/spec/codegen/crm/products/models/error_detail_spec.rb +0 -65
  912. data/spec/codegen/crm/products/models/error_spec.rb +0 -77
  913. data/spec/codegen/crm/products/models/filter_group_spec.rb +0 -41
  914. data/spec/codegen/crm/products/models/filter_spec.rb +0 -63
  915. data/spec/codegen/crm/products/models/forward_paging_spec.rb +0 -41
  916. data/spec/codegen/crm/products/models/next_page_spec.rb +0 -47
  917. data/spec/codegen/crm/products/models/paging_spec.rb +0 -47
  918. data/spec/codegen/crm/products/models/previous_page_spec.rb +0 -47
  919. data/spec/codegen/crm/products/models/public_merge_input_spec.rb +0 -47
  920. data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +0 -71
  921. data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +0 -47
  922. data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +0 -41
  923. data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +0 -41
  924. data/spec/codegen/crm/products/models/simple_public_object_spec.rb +0 -77
  925. data/spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb +0 -83
  926. data/spec/codegen/crm/products/models/standard_error_spec.rb +0 -83
  927. data/spec/codegen/crm/products/models/value_with_timestamp_spec.rb +0 -71
  928. data/spec/codegen/crm/properties/api/batch_api_spec.rb +0 -74
  929. data/spec/codegen/crm/properties/api/core_api_spec.rb +0 -102
  930. data/spec/codegen/crm/properties/api/groups_api_spec.rb +0 -100
  931. data/spec/codegen/crm/properties/models/batch_input_property_create_spec.rb +0 -41
  932. data/spec/codegen/crm/properties/models/batch_input_property_name_spec.rb +0 -41
  933. data/spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb +0 -47
  934. data/spec/codegen/crm/properties/models/batch_response_property_spec.rb +0 -87
  935. data/spec/codegen/crm/properties/models/collection_response_property_group_spec.rb +0 -47
  936. data/spec/codegen/crm/properties/models/collection_response_property_spec.rb +0 -47
  937. data/spec/codegen/crm/properties/models/error_category_spec.rb +0 -51
  938. data/spec/codegen/crm/properties/models/error_detail_spec.rb +0 -65
  939. data/spec/codegen/crm/properties/models/error_spec.rb +0 -77
  940. data/spec/codegen/crm/properties/models/next_page_spec.rb +0 -47
  941. data/spec/codegen/crm/properties/models/option_input_spec.rb +0 -65
  942. data/spec/codegen/crm/properties/models/option_spec.rb +0 -65
  943. data/spec/codegen/crm/properties/models/paging_spec.rb +0 -41
  944. data/spec/codegen/crm/properties/models/property_create_spec.rb +0 -109
  945. data/spec/codegen/crm/properties/models/property_group_create_spec.rb +0 -53
  946. data/spec/codegen/crm/properties/models/property_group_spec.rb +0 -59
  947. data/spec/codegen/crm/properties/models/property_group_update_spec.rb +0 -47
  948. data/spec/codegen/crm/properties/models/property_modification_metadata_spec.rb +0 -59
  949. data/spec/codegen/crm/properties/models/property_name_spec.rb +0 -41
  950. data/spec/codegen/crm/properties/models/property_spec.rb +0 -173
  951. data/spec/codegen/crm/properties/models/property_update_spec.rb +0 -97
  952. data/spec/codegen/crm/properties/models/standard_error_spec.rb +0 -83
  953. data/spec/codegen/crm/quotes/api/associations_api_spec.rb +0 -77
  954. data/spec/codegen/crm/quotes/api/basic_api_spec.rb +0 -107
  955. data/spec/codegen/crm/quotes/api/batch_api_spec.rb +0 -80
  956. data/spec/codegen/crm/quotes/api/public_object_api_spec.rb +0 -46
  957. data/spec/codegen/crm/quotes/api/search_api_spec.rb +0 -45
  958. data/spec/codegen/crm/quotes/models/associated_id_spec.rb +0 -47
  959. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  960. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +0 -41
  961. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +0 -41
  962. data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  963. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +0 -75
  964. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  965. data/spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  966. data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +0 -47
  967. data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  968. data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  969. data/spec/codegen/crm/quotes/models/error_category_spec.rb +0 -51
  970. data/spec/codegen/crm/quotes/models/error_detail_spec.rb +0 -65
  971. data/spec/codegen/crm/quotes/models/error_spec.rb +0 -77
  972. data/spec/codegen/crm/quotes/models/filter_group_spec.rb +0 -41
  973. data/spec/codegen/crm/quotes/models/filter_spec.rb +0 -63
  974. data/spec/codegen/crm/quotes/models/forward_paging_spec.rb +0 -41
  975. data/spec/codegen/crm/quotes/models/next_page_spec.rb +0 -47
  976. data/spec/codegen/crm/quotes/models/paging_spec.rb +0 -47
  977. data/spec/codegen/crm/quotes/models/previous_page_spec.rb +0 -47
  978. data/spec/codegen/crm/quotes/models/public_merge_input_spec.rb +0 -47
  979. data/spec/codegen/crm/quotes/models/public_object_search_request_spec.rb +0 -71
  980. data/spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb +0 -47
  981. data/spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb +0 -41
  982. data/spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb +0 -41
  983. data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +0 -77
  984. data/spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb +0 -83
  985. data/spec/codegen/crm/quotes/models/standard_error_spec.rb +0 -83
  986. data/spec/codegen/crm/quotes/models/value_with_timestamp_spec.rb +0 -71
  987. data/spec/codegen/crm/schemas/api/core_api_spec.rb +0 -123
  988. data/spec/codegen/crm/schemas/api/public_object_schemas_api_spec.rb +0 -45
  989. data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +0 -53
  990. data/spec/codegen/crm/schemas/models/association_definition_spec.rb +0 -71
  991. data/spec/codegen/crm/schemas/models/collection_response_object_schema_no_paging_spec.rb +0 -41
  992. data/spec/codegen/crm/schemas/models/error_detail_spec.rb +0 -65
  993. data/spec/codegen/crm/schemas/models/error_spec.rb +0 -77
  994. data/spec/codegen/crm/schemas/models/object_schema_egg_spec.rb +0 -83
  995. data/spec/codegen/crm/schemas/models/object_schema_spec.rb +0 -119
  996. data/spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb +0 -47
  997. data/spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb +0 -71
  998. data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +0 -113
  999. data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +0 -99
  1000. data/spec/codegen/crm/schemas/models/option_input_spec.rb +0 -65
  1001. data/spec/codegen/crm/schemas/models/option_spec.rb +0 -65
  1002. data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +0 -59
  1003. data/spec/codegen/crm/schemas/models/property_spec.rb +0 -173
  1004. data/spec/codegen/crm/tickets/api/associations_api_spec.rb +0 -77
  1005. data/spec/codegen/crm/tickets/api/basic_api_spec.rb +0 -107
  1006. data/spec/codegen/crm/tickets/api/batch_api_spec.rb +0 -80
  1007. data/spec/codegen/crm/tickets/api/public_object_api_spec.rb +0 -46
  1008. data/spec/codegen/crm/tickets/api/search_api_spec.rb +0 -45
  1009. data/spec/codegen/crm/tickets/models/associated_id_spec.rb +0 -47
  1010. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +0 -41
  1011. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +0 -41
  1012. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +0 -41
  1013. data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +0 -59
  1014. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +0 -75
  1015. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +0 -87
  1016. data/spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb +0 -47
  1017. data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +0 -47
  1018. data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging_spec.rb +0 -47
  1019. data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging_spec.rb +0 -53
  1020. data/spec/codegen/crm/tickets/models/error_category_spec.rb +0 -51
  1021. data/spec/codegen/crm/tickets/models/error_detail_spec.rb +0 -65
  1022. data/spec/codegen/crm/tickets/models/error_spec.rb +0 -77
  1023. data/spec/codegen/crm/tickets/models/filter_group_spec.rb +0 -41
  1024. data/spec/codegen/crm/tickets/models/filter_spec.rb +0 -63
  1025. data/spec/codegen/crm/tickets/models/forward_paging_spec.rb +0 -41
  1026. data/spec/codegen/crm/tickets/models/next_page_spec.rb +0 -47
  1027. data/spec/codegen/crm/tickets/models/paging_spec.rb +0 -47
  1028. data/spec/codegen/crm/tickets/models/previous_page_spec.rb +0 -47
  1029. data/spec/codegen/crm/tickets/models/public_merge_input_spec.rb +0 -47
  1030. data/spec/codegen/crm/tickets/models/public_object_search_request_spec.rb +0 -71
  1031. data/spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb +0 -47
  1032. data/spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb +0 -41
  1033. data/spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb +0 -41
  1034. data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +0 -77
  1035. data/spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb +0 -83
  1036. data/spec/codegen/crm/tickets/models/standard_error_spec.rb +0 -83
  1037. data/spec/codegen/crm/tickets/models/value_with_timestamp_spec.rb +0 -71
  1038. data/spec/codegen/crm/timeline/api/events_api_spec.rb +0 -99
  1039. data/spec/codegen/crm/timeline/api/templates_api_spec.rb +0 -100
  1040. data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +0 -78
  1041. data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +0 -41
  1042. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +0 -75
  1043. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +0 -87
  1044. data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_no_paging_spec.rb +0 -41
  1045. data/spec/codegen/crm/timeline/models/error_category_spec.rb +0 -51
  1046. data/spec/codegen/crm/timeline/models/error_detail_spec.rb +0 -65
  1047. data/spec/codegen/crm/timeline/models/error_spec.rb +0 -77
  1048. data/spec/codegen/crm/timeline/models/event_detail_spec.rb +0 -41
  1049. data/spec/codegen/crm/timeline/models/standard_error_spec.rb +0 -83
  1050. data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +0 -65
  1051. data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +0 -107
  1052. data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +0 -95
  1053. data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +0 -65
  1054. data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +0 -83
  1055. data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +0 -47
  1056. data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +0 -81
  1057. data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +0 -53
  1058. data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +0 -65
  1059. data/spec/codegen/events/api/events_api_spec.rb +0 -54
  1060. data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +0 -47
  1061. data/spec/codegen/events/models/error_detail_spec.rb +0 -65
  1062. data/spec/codegen/events/models/error_spec.rb +0 -77
  1063. data/spec/codegen/events/models/external_unified_event_spec.rb +0 -71
  1064. data/spec/codegen/events/models/next_page_spec.rb +0 -47
  1065. data/spec/codegen/events/models/paging_spec.rb +0 -41
  1066. data/spec/codegen/files/files/api/files_api_spec.rb +0 -191
  1067. data/spec/codegen/files/files/api/folders_api_spec.rb +0 -147
  1068. data/spec/codegen/files/files/models/collection_response_file_spec.rb +0 -47
  1069. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +0 -47
  1070. data/spec/codegen/files/files/models/error_category_spec.rb +0 -51
  1071. data/spec/codegen/files/files/models/error_detail_spec.rb +0 -65
  1072. data/spec/codegen/files/files/models/error_spec.rb +0 -77
  1073. data/spec/codegen/files/files/models/file_action_response_spec.rb +0 -93
  1074. data/spec/codegen/files/files/models/file_update_input_spec.rb +0 -69
  1075. data/spec/codegen/files/files/models/folder_action_response_spec.rb +0 -93
  1076. data/spec/codegen/files/files/models/folder_input_spec.rb +0 -53
  1077. data/spec/codegen/files/files/models/folder_spec.rb +0 -83
  1078. data/spec/codegen/files/files/models/folder_update_input_spec.rb +0 -53
  1079. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +0 -47
  1080. data/spec/codegen/files/files/models/hubspot_file_spec.rb +0 -147
  1081. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +0 -101
  1082. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +0 -47
  1083. data/spec/codegen/files/files/models/next_page_spec.rb +0 -47
  1084. data/spec/codegen/files/files/models/paging_spec.rb +0 -47
  1085. data/spec/codegen/files/files/models/previous_page_spec.rb +0 -47
  1086. data/spec/codegen/files/files/models/signed_url_spec.rb +0 -83
  1087. data/spec/codegen/files/files/models/standard_error_spec.rb +0 -83
  1088. data/spec/codegen/marketing/events/api/basic_api_spec.rb +0 -113
  1089. data/spec/codegen/marketing/events/api/batch_api_spec.rb +0 -59
  1090. data/spec/codegen/marketing/events/api/search_api_spec.rb +0 -47
  1091. data/spec/codegen/marketing/events/api/settings_api_spec.rb +0 -60
  1092. data/spec/codegen/marketing/events/api/subscriber_state_changes_api_spec.rb +0 -65
  1093. data/spec/codegen/marketing/events/models/batch_input_marketing_event_create_request_params_spec.rb +0 -41
  1094. data/spec/codegen/marketing/events/models/batch_input_marketing_event_email_subscriber_spec.rb +0 -41
  1095. data/spec/codegen/marketing/events/models/batch_input_marketing_event_external_unique_identifier_spec.rb +0 -41
  1096. data/spec/codegen/marketing/events/models/batch_input_marketing_event_subscriber_spec.rb +0 -41
  1097. data/spec/codegen/marketing/events/models/batch_response_marketing_event_public_default_response_spec.rb +0 -87
  1098. data/spec/codegen/marketing/events/models/collection_response_marketing_event_external_unique_identifier_no_paging_spec.rb +0 -41
  1099. data/spec/codegen/marketing/events/models/error_category_spec.rb +0 -51
  1100. data/spec/codegen/marketing/events/models/error_detail_spec.rb +0 -65
  1101. data/spec/codegen/marketing/events/models/error_spec.rb +0 -77
  1102. data/spec/codegen/marketing/events/models/event_detail_settings_spec.rb +0 -47
  1103. data/spec/codegen/marketing/events/models/event_detail_settings_url_spec.rb +0 -41
  1104. data/spec/codegen/marketing/events/models/marketing_event_create_request_params_spec.rb +0 -101
  1105. data/spec/codegen/marketing/events/models/marketing_event_default_response_spec.rb +0 -89
  1106. data/spec/codegen/marketing/events/models/marketing_event_email_subscriber_spec.rb +0 -47
  1107. data/spec/codegen/marketing/events/models/marketing_event_external_unique_identifier_spec.rb +0 -53
  1108. data/spec/codegen/marketing/events/models/marketing_event_public_default_response_spec.rb +0 -107
  1109. data/spec/codegen/marketing/events/models/marketing_event_public_read_response_spec.rb +0 -137
  1110. data/spec/codegen/marketing/events/models/marketing_event_subscriber_spec.rb +0 -47
  1111. data/spec/codegen/marketing/events/models/marketing_event_update_request_params_spec.rb +0 -89
  1112. data/spec/codegen/marketing/events/models/property_value_spec.rb +0 -111
  1113. data/spec/codegen/marketing/events/models/standard_error_spec.rb +0 -83
  1114. data/spec/codegen/marketing/forms/api/forms_api_spec.rb +0 -113
  1115. data/spec/codegen/marketing/forms/models/collection_response_form_definition_base_forward_paging_spec.rb +0 -47
  1116. data/spec/codegen/marketing/forms/models/datepicker_field_spec.rb +0 -99
  1117. data/spec/codegen/marketing/forms/models/dependent_field_filter_spec.rb +0 -69
  1118. data/spec/codegen/marketing/forms/models/dependent_field_spec.rb +0 -47
  1119. data/spec/codegen/marketing/forms/models/dropdown_field_spec.rb +0 -105
  1120. data/spec/codegen/marketing/forms/models/email_field_spec.rb +0 -105
  1121. data/spec/codegen/marketing/forms/models/email_field_validation_spec.rb +0 -47
  1122. data/spec/codegen/marketing/forms/models/enumerated_field_option_spec.rb +0 -59
  1123. data/spec/codegen/marketing/forms/models/error_detail_spec.rb +0 -65
  1124. data/spec/codegen/marketing/forms/models/error_spec.rb +0 -77
  1125. data/spec/codegen/marketing/forms/models/field_group_spec.rb +0 -67
  1126. data/spec/codegen/marketing/forms/models/file_field_spec.rb +0 -105
  1127. data/spec/codegen/marketing/forms/models/form_definition_base_spec.rb +0 -35
  1128. data/spec/codegen/marketing/forms/models/form_definition_create_request_base_spec.rb +0 -35
  1129. data/spec/codegen/marketing/forms/models/form_display_options_spec.rb +0 -69
  1130. data/spec/codegen/marketing/forms/models/form_post_submit_action_spec.rb +0 -51
  1131. data/spec/codegen/marketing/forms/models/form_style_spec.rb +0 -111
  1132. data/spec/codegen/marketing/forms/models/forward_paging_spec.rb +0 -41
  1133. data/spec/codegen/marketing/forms/models/hub_spot_form_configuration_spec.rb +0 -105
  1134. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_all_of_spec.rb +0 -105
  1135. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_create_request_all_of_spec.rb +0 -99
  1136. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_create_request_spec.rb +0 -35
  1137. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_patch_request_spec.rb +0 -71
  1138. data/spec/codegen/marketing/forms/models/hub_spot_form_definition_spec.rb +0 -35
  1139. data/spec/codegen/marketing/forms/models/legal_consent_checkbox_spec.rb +0 -53
  1140. data/spec/codegen/marketing/forms/models/legal_consent_options_explicit_consent_to_process_spec.rb +0 -81
  1141. data/spec/codegen/marketing/forms/models/legal_consent_options_implicit_consent_to_process_spec.rb +0 -69
  1142. data/spec/codegen/marketing/forms/models/legal_consent_options_legitimate_interest_spec.rb +0 -67
  1143. data/spec/codegen/marketing/forms/models/legal_consent_options_none_spec.rb +0 -45
  1144. data/spec/codegen/marketing/forms/models/mobile_phone_field_spec.rb +0 -105
  1145. data/spec/codegen/marketing/forms/models/multi_line_text_field_spec.rb +0 -99
  1146. data/spec/codegen/marketing/forms/models/multiple_checkboxes_field_spec.rb +0 -99
  1147. data/spec/codegen/marketing/forms/models/next_page_spec.rb +0 -47
  1148. data/spec/codegen/marketing/forms/models/number_field_spec.rb +0 -105
  1149. data/spec/codegen/marketing/forms/models/number_field_validation_spec.rb +0 -47
  1150. data/spec/codegen/marketing/forms/models/phone_field_spec.rb +0 -111
  1151. data/spec/codegen/marketing/forms/models/phone_field_validation_spec.rb +0 -47
  1152. data/spec/codegen/marketing/forms/models/radio_field_spec.rb +0 -105
  1153. data/spec/codegen/marketing/forms/models/single_checkbox_field_spec.rb +0 -93
  1154. data/spec/codegen/marketing/forms/models/single_line_text_field_spec.rb +0 -99
  1155. data/spec/codegen/marketing/transactional/api/public_smtp_tokens_api_spec.rb +0 -98
  1156. data/spec/codegen/marketing/transactional/api/single_send_api_spec.rb +0 -47
  1157. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_forward_paging_spec.rb +0 -47
  1158. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +0 -85
  1159. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +0 -65
  1160. data/spec/codegen/marketing/transactional/models/error_spec.rb +0 -77
  1161. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +0 -47
  1162. data/spec/codegen/marketing/transactional/models/forward_paging_spec.rb +0 -41
  1163. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +0 -47
  1164. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +0 -71
  1165. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +0 -59
  1166. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +0 -47
  1167. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +0 -77
  1168. data/spec/codegen/oauth/api/access_tokens_api_spec.rb +0 -45
  1169. data/spec/codegen/oauth/api/refresh_tokens_api_spec.rb +0 -55
  1170. data/spec/codegen/oauth/api/tokens_api_spec.rb +0 -50
  1171. data/spec/codegen/oauth/models/access_token_info_response_spec.rb +0 -107
  1172. data/spec/codegen/oauth/models/error_detail_spec.rb +0 -65
  1173. data/spec/codegen/oauth/models/error_spec.rb +0 -77
  1174. data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +0 -83
  1175. data/spec/codegen/oauth/models/token_response_if_spec.rb +0 -65
  1176. data/spec/codegen/settings/users/api/roles_api_spec.rb +0 -46
  1177. data/spec/codegen/settings/users/api/teams_api_spec.rb +0 -46
  1178. data/spec/codegen/settings/users/api/users_api_spec.rb +0 -100
  1179. data/spec/codegen/settings/users/models/collection_response_public_permission_set_no_paging_spec.rb +0 -41
  1180. data/spec/codegen/settings/users/models/collection_response_public_team_no_paging_spec.rb +0 -41
  1181. data/spec/codegen/settings/users/models/collection_response_public_user_forward_paging_spec.rb +0 -47
  1182. data/spec/codegen/settings/users/models/error_detail_spec.rb +0 -65
  1183. data/spec/codegen/settings/users/models/error_spec.rb +0 -77
  1184. data/spec/codegen/settings/users/models/forward_paging_spec.rb +0 -41
  1185. data/spec/codegen/settings/users/models/next_page_spec.rb +0 -47
  1186. data/spec/codegen/settings/users/models/public_permission_set_spec.rb +0 -53
  1187. data/spec/codegen/settings/users/models/public_team_spec.rb +0 -59
  1188. data/spec/codegen/settings/users/models/public_user_spec.rb +0 -65
  1189. data/spec/codegen/settings/users/models/public_user_update_spec.rb +0 -53
  1190. data/spec/codegen/settings/users/models/user_provision_request_spec.rb +0 -65
  1191. data/spec/codegen/webhooks/api/settings_api_spec.rb +0 -66
  1192. data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +0 -101
  1193. data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +0 -41
  1194. data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +0 -75
  1195. data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +0 -87
  1196. data/spec/codegen/webhooks/models/error_category_spec.rb +0 -51
  1197. data/spec/codegen/webhooks/models/error_detail_spec.rb +0 -65
  1198. data/spec/codegen/webhooks/models/error_spec.rb +0 -77
  1199. data/spec/codegen/webhooks/models/settings_change_request_spec.rb +0 -47
  1200. data/spec/codegen/webhooks/models/settings_response_spec.rb +0 -59
  1201. data/spec/codegen/webhooks/models/standard_error_spec.rb +0 -83
  1202. data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +0 -47
  1203. data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +0 -57
  1204. data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +0 -41
  1205. data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +0 -41
  1206. data/spec/codegen/webhooks/models/subscription_response_spec.rb +0 -75
  1207. data/spec/codegen/webhooks/models/throttling_settings_spec.rb +0 -51
  1208. data/spec/features/automation/actions/callbacks_api_spec.rb +0 -8
  1209. data/spec/features/automation/actions/definitions_api_spec.rb +0 -11
  1210. data/spec/features/automation/actions/functions_api_spec.rb +0 -13
  1211. data/spec/features/automation/actions/revisions_api_spec.rb +0 -8
  1212. data/spec/features/cms/audit-logs/audit_logs_api_spec.rb +0 -25
  1213. data/spec/features/cms/blogs/authors/blog_authors_api_spec.rb +0 -254
  1214. data/spec/features/cms/blogs/blog-posts/blog_posts_api_spec.rb +0 -25
  1215. data/spec/features/cms/blogs/tags/blog_tags_api_spec.rb +0 -15
  1216. data/spec/features/cms/domains/domains_api_spec.rb +0 -8
  1217. data/spec/features/cms/hubdb/rows_api_spec.rb +0 -15
  1218. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +0 -13
  1219. data/spec/features/cms/hubdb/tables_api_spec.rb +0 -20
  1220. data/spec/features/cms/performance/public_performance_api_spec.rb +0 -8
  1221. data/spec/features/cms/site-search/public_api_spec.rb +0 -8
  1222. data/spec/features/cms/source-code/content_api_spec.rb +0 -10
  1223. data/spec/features/cms/source-code/extract_api_spec.rb +0 -7
  1224. data/spec/features/cms/source-code/metadata_api_spec.rb +0 -7
  1225. data/spec/features/cms/source-code/source_code_extract_api_spec.rb +0 -8
  1226. data/spec/features/cms/source-code/validation_api_spec.rb +0 -7
  1227. data/spec/features/cms/url-redirects/redirects_api_spec.rb +0 -11
  1228. data/spec/features/communication_preferences/definition_api_spec.rb +0 -7
  1229. data/spec/features/communication_preferences/status_api_spec.rb +0 -9
  1230. data/spec/features/conversations/visitor-identification/generate_api_spec.rb +0 -7
  1231. data/spec/features/crm/associations/batch_api_spec.rb +0 -9
  1232. data/spec/features/crm/associations/types_api_spec.rb +0 -7
  1233. data/spec/features/crm/companies/associations_api_spec.rb +0 -9
  1234. data/spec/features/crm/companies/basic_api_spec.rb +0 -11
  1235. data/spec/features/crm/companies/batch_api_spec.rb +0 -10
  1236. data/spec/features/crm/companies/search_api_spec.rb +0 -7
  1237. data/spec/features/crm/contacts/associations_api_spec.rb +0 -9
  1238. data/spec/features/crm/contacts/basic_api_spec.rb +0 -11
  1239. data/spec/features/crm/contacts/batch_api_spec.rb +0 -10
  1240. data/spec/features/crm/contacts/gdpr_api_spec.rb +0 -7
  1241. data/spec/features/crm/contacts/search_api_spec.rb +0 -7
  1242. data/spec/features/crm/deals/associations_api_spec.rb +0 -9
  1243. data/spec/features/crm/deals/basic_api_spec.rb +0 -11
  1244. data/spec/features/crm/deals/batch_api_spec.rb +0 -10
  1245. data/spec/features/crm/deals/search_api_spec.rb +0 -7
  1246. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +0 -16
  1247. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +0 -9
  1248. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +0 -8
  1249. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +0 -8
  1250. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +0 -8
  1251. data/spec/features/crm/extensions/calling/settings_api_spec.rb +0 -10
  1252. data/spec/features/crm/extensions/cards/cards_api_spec.rb +0 -11
  1253. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +0 -7
  1254. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +0 -9
  1255. data/spec/features/crm/imports/core_api_spec.rb +0 -10
  1256. data/spec/features/crm/imports/public_imports_api_spec.rb +0 -7
  1257. data/spec/features/crm/line_items/associations_api_spec.rb +0 -9
  1258. data/spec/features/crm/line_items/basic_api_spec.rb +0 -11
  1259. data/spec/features/crm/line_items/batch_api_spec.rb +0 -10
  1260. data/spec/features/crm/line_items/search_api_spec.rb +0 -7
  1261. data/spec/features/crm/objects/associations_api_spec.rb +0 -9
  1262. data/spec/features/crm/objects/basic_api_spec.rb +0 -11
  1263. data/spec/features/crm/objects/batch_api_spec.rb +0 -10
  1264. data/spec/features/crm/objects/calls/associations_api_spec.rb +0 -9
  1265. data/spec/features/crm/objects/calls/basic_api_spec.rb +0 -10
  1266. data/spec/features/crm/objects/calls/batch_api_spec.rb +0 -10
  1267. data/spec/features/crm/objects/calls/public_object_api_spec.rb +0 -7
  1268. data/spec/features/crm/objects/calls/search_api_spec.rb +0 -7
  1269. data/spec/features/crm/objects/emails/associations_api_spec.rb +0 -9
  1270. data/spec/features/crm/objects/emails/basic_api_spec.rb +0 -10
  1271. data/spec/features/crm/objects/emails/batch_api_spec.rb +0 -10
  1272. data/spec/features/crm/objects/emails/public_object_api_spec.rb +0 -7
  1273. data/spec/features/crm/objects/emails/search_api_spec.rb +0 -7
  1274. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +0 -9
  1275. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +0 -11
  1276. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +0 -10
  1277. data/spec/features/crm/objects/feedback_submissions/public_object_api_spec.rb +0 -7
  1278. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +0 -7
  1279. data/spec/features/crm/objects/gdpr_api_spec.rb +0 -7
  1280. data/spec/features/crm/objects/meetings/associations_api_spec.rb +0 -9
  1281. data/spec/features/crm/objects/meetings/basic_api_spec.rb +0 -10
  1282. data/spec/features/crm/objects/meetings/batch_api_spec.rb +0 -10
  1283. data/spec/features/crm/objects/meetings/public_object_api_spec.rb +0 -7
  1284. data/spec/features/crm/objects/meetings/search_api_spec.rb +0 -7
  1285. data/spec/features/crm/objects/notes/associations_api_spec.rb +0 -9
  1286. data/spec/features/crm/objects/notes/basic_api_spec.rb +0 -10
  1287. data/spec/features/crm/objects/notes/batch_api_spec.rb +0 -10
  1288. data/spec/features/crm/objects/notes/public_object_api_spec.rb +0 -7
  1289. data/spec/features/crm/objects/notes/search_api_spec.rb +0 -7
  1290. data/spec/features/crm/objects/search_api_spec.rb +0 -7
  1291. data/spec/features/crm/objects/tasks/associations_api_spec.rb +0 -9
  1292. data/spec/features/crm/objects/tasks/basic_api_spec.rb +0 -10
  1293. data/spec/features/crm/objects/tasks/batch_api_spec.rb +0 -10
  1294. data/spec/features/crm/objects/tasks/public_object_api_spec.rb +0 -7
  1295. data/spec/features/crm/objects/tasks/search_api_spec.rb +0 -7
  1296. data/spec/features/crm/owners/owners_api_spec.rb +0 -8
  1297. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +0 -12
  1298. data/spec/features/crm/pipelines/pipelines_api_spec.rb +0 -12
  1299. data/spec/features/crm/products/associations_api_spec.rb +0 -9
  1300. data/spec/features/crm/products/basic_api_spec.rb +0 -11
  1301. data/spec/features/crm/products/batch_api_spec.rb +0 -10
  1302. data/spec/features/crm/products/search_api_spec.rb +0 -7
  1303. data/spec/features/crm/properties/batch_api_spec.rb +0 -9
  1304. data/spec/features/crm/properties/core_api_spec.rb +0 -11
  1305. data/spec/features/crm/properties/groups_api_spec.rb +0 -11
  1306. data/spec/features/crm/quotes/associations_api_spec.rb +0 -7
  1307. data/spec/features/crm/quotes/basic_api_spec.rb +0 -8
  1308. data/spec/features/crm/quotes/batch_api_spec.rb +0 -7
  1309. data/spec/features/crm/quotes/search_api_spec.rb +0 -7
  1310. data/spec/features/crm/schemas/core_api_spec.rb +0 -13
  1311. data/spec/features/crm/schemas/public_object_schemas_api_spec.rb +0 -7
  1312. data/spec/features/crm/tickets/associations_api_spec.rb +0 -9
  1313. data/spec/features/crm/tickets/basic_api_spec.rb +0 -11
  1314. data/spec/features/crm/tickets/batch_api_spec.rb +0 -10
  1315. data/spec/features/crm/tickets/search_api_spec.rb +0 -7
  1316. data/spec/features/crm/timeline/events_api_spec.rb +0 -11
  1317. data/spec/features/crm/timeline/templates_api_spec.rb +0 -11
  1318. data/spec/features/crm/timeline/tokens_api_spec.rb +0 -9
  1319. data/spec/features/events/events_api_spec.rb +0 -7
  1320. data/spec/features/files/files/files_api_spec.rb +0 -16
  1321. data/spec/features/files/files/folders_api_spec.rb +0 -14
  1322. data/spec/features/marketing/events/basic_api_spec.rb +0 -12
  1323. data/spec/features/marketing/events/batch_api_spec.rb +0 -8
  1324. data/spec/features/marketing/events/search_api_spec.rb +0 -7
  1325. data/spec/features/marketing/events/settings_api_spec.rb +0 -8
  1326. data/spec/features/marketing/events/subscriber_state_changes_api_spec.rb +0 -8
  1327. data/spec/features/marketing/forms/forms_api_spec.rb +0 -12
  1328. data/spec/features/marketing/transactional/public_smtp_tokens_api_spec.rb +0 -11
  1329. data/spec/features/marketing/transactional/single_send_api_spec.rb +0 -7
  1330. data/spec/features/oauth/access_tokens_api_spec.rb +0 -7
  1331. data/spec/features/oauth/refresh_tokens_api_spec.rb +0 -8
  1332. data/spec/features/oauth/tokens_api_spec.rb +0 -7
  1333. data/spec/features/settings/users/roles_api_spec.rb +0 -7
  1334. data/spec/features/settings/users/teams_api_spec.rb +0 -7
  1335. data/spec/features/settings/users/users_api_spec.rb +0 -11
  1336. data/spec/features/webhooks/settings_api_spec.rb +0 -9
  1337. data/spec/features/webhooks/subscriptions_api_spec.rb +0 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d8b685b37efbc5b2140970f793514d482f2c1b3cc1e7da8bb0f22d6814a4e72
4
- data.tar.gz: 5db20fc0ccb46c3e201751171f08fc1f052b48053ae64e1ff8a09ab9b6cc1705
3
+ metadata.gz: 6e5d57460bdda8cbf2fc666059e9395762d26202a84f30e056dbde2117f28724
4
+ data.tar.gz: 7850afe9111512e550dc7ceb610e67f2cc9ce8615efef94fab894c98bfa2fb5a
5
5
  SHA512:
6
- metadata.gz: 63275e727159844f6841460d15c9a672f103295693bb010a7c0dd8a178bce450e5a1f0995f0f98b93fb6698d920d6d31d385a3b54330f74498dfc59a37dc930d
7
- data.tar.gz: e94d656b76d0782d533e7378416652378a36a2194386ac67496fc142a6713293a8ac858ff1e3fb88f7a1017c34080513938a17b2d7fbb61cde3e730f3006792d
6
+ metadata.gz: 9e5adbb09e055024a83f888ddc2b3e5f9eab6d57d301297cf5b1c7a55833ba7a513af0fe9bc2da85637edb4fe3fad382484571c619c302a01a4874a175ddfa66
7
+ data.tar.gz: bff167e47d455162d09a78883d866644cad52b00193150668177e32da752108ee532f520bf0781c5fb8af950e2093886a124cbb272c86c8065a1cd517d5e6e86
data/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [15.0.0] - 2022-10-12
9
+ ### Changed
10
+
11
+ - requiring only codegen files that is using to optimize memory usage
12
+
13
+ ### Removed
14
+
15
+ - old client syntax support
16
+
17
+ ## [14.5.2] - 2022-10-05
18
+ ### Fixed
19
+
20
+ - passing params with existing model
21
+
8
22
  ## [14.5.1] - 2022-09-30
9
23
  ### Changed
10
24
 
data/Gemfile.lock CHANGED
@@ -1,9 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hubspot-api-client (14.5.1)
4
+ hubspot-api-client (15.0.0)
5
5
  json (~> 2.1, >= 2.1.0)
6
- require_all (~> 3.0.0)
7
6
  typhoeus (~> 1.4.0)
8
7
 
9
8
  GEM
@@ -33,7 +32,6 @@ GEM
33
32
  rake (12.3.3)
34
33
  rake-release (1.3.0)
35
34
  bundler (>= 1.11, < 3)
36
- require_all (3.0.0)
37
35
  rexml (3.2.5)
38
36
  rspec (3.11.0)
39
37
  rspec-core (~> 3.11.0)
@@ -64,9 +62,9 @@ DEPENDENCIES
64
62
  autotest-growl (~> 0.2, >= 0.2.16)
65
63
  autotest-rails-pure (~> 4.1, >= 4.1.2)
66
64
  hubspot-api-client!
67
- pry
65
+ pry (~> 0.14)
68
66
  rake (~> 12.3.3)
69
- rake-release
67
+ rake-release (~> 1.3)
70
68
  rspec (~> 3.6, >= 3.6.0)
71
69
  vcr (~> 3.0, >= 3.0.1)
72
70
  webmock (~> 3.14)
data/README.md CHANGED
@@ -20,21 +20,7 @@ gem 'hubspot-api-client'
20
20
  ## Getting Started
21
21
 
22
22
  Please follow the [installation](#installation) procedure and then run the following code:
23
- ```ruby
24
- # Load the gem
25
- require 'hubspot-api-client'
26
-
27
- # Setup authorization
28
- Hubspot.configure do |config|
29
- config.access_token = 'your_access_token'
30
- end
31
-
32
- # Get contacts
33
- basic_api = Hubspot::Crm::Contacts::BasicApi.new
34
- basic_api.get_page(auth_names: 'oauth2')
35
- ```
36
23
 
37
- for new discovery classes since version 11.2
38
24
  ```ruby
39
25
  # Load the gem
40
26
  require 'hubspot-api-client'
@@ -55,12 +41,6 @@ Please, note that hapikey is no longer supported after v13.1.0. You can get more
55
41
  ### Get all:
56
42
  get_all method is available for all major objects (Companies, Contacts, Deals, LineItems, Products, Quotes & Tickets) and works like
57
43
 
58
- ```ruby
59
- basic_api = Hubspot::Crm::Contacts::BasicApi.new
60
- all_contacts = basic_api.get_all(auth_names: 'oauth2')
61
- ```
62
-
63
- for new discovery classes since version 11.2
64
44
  ```ruby
65
45
  client = Hubspot::Client.new(access_token: 'your_oauth2_access_token')
66
46
  all_contacts = client.crm.contacts.basic_api.get_all
@@ -75,48 +55,6 @@ Please note that pagination is used under the hood to get all results.
75
55
 
76
56
  #### Creation
77
57
 
78
- ```ruby
79
- config = ::Hubspot::Crm::Schemas::Configuration.new do |config|
80
- config.access_token = 'your_access_token'
81
- end
82
-
83
- api_client = ::Hubspot::Crm::Schemas::ApiClient.new(config)
84
- api = ::Hubspot::Crm::Schemas::CoreApi.new(api_client)
85
- labels = ::Hubspot::Crm::Schemas::ObjectTypeDefinitionLabels.new(singular: 'My object', plural: 'My objects')
86
-
87
- option = ::Hubspot::Crm::Schemas::OptionInput.new(
88
- label: 'Option A',
89
- value: 'A',
90
- description: 'Choice number one',
91
- display_order: 1,
92
- hidden: false
93
- )
94
-
95
- property = ::Hubspot::Crm::Schemas::ObjectTypePropertyCreate.new(
96
- name: 'property001',
97
- label: 'My object property',
98
- group_name: 'my_object_information',
99
- options: [option],
100
- display_order: 2,
101
- type: 'enumeration',
102
- field_type: 'select'
103
- )
104
-
105
- object_schema_egg = ::Hubspot::Crm::Schemas::ObjectSchemaEgg.new(
106
- labels: labels,
107
- required_properties: ['property001'],
108
- searchable_properties: [],
109
- primary_display_property: 'property001',
110
- secondary_display_properties: [],
111
- properties: [property],
112
- associated_objects: ['CONTACT'],
113
- name: 'my_object'
114
- )
115
-
116
- api_response = api.create(object_schema_egg)
117
- ```
118
-
119
- for new discovery classes since version 14.3
120
58
  ```ruby
121
59
  client = Hubspot::Client.new(access_token: 'your_oauth2_access_token')
122
60
 
@@ -160,8 +98,6 @@ api_response = client.crm.schemas.core_api.create(body: body)
160
98
 
161
99
  ### Error handling
162
100
 
163
- for new discovery classes since version 14.4
164
-
165
101
  #### You can rescue an ApiError by passing a block to the method
166
102
 
167
103
  ```ruby
@@ -174,30 +110,6 @@ contacts = client.crm.contacts.basic_api.get_page { |error| error.message }
174
110
 
175
111
  #### You can set number of retry attempts and delay in seconds before retry on specific status code of response.
176
112
 
177
- Available params:
178
- - max_retries (maximum number of retries)
179
- - seconds_delay (pause in seconds between retries)
180
- - retry_block (block that is executed after every retry)
181
-
182
-
183
- ```ruby
184
- config = ::Hubspot::Crm::Companies::Configuration.new do |config|
185
- config.access_token = 'YOUR ACCESS TOKEN'
186
-
187
- # Set handlers of statuses you want to handle
188
- config.error_handler = {
189
- [429, 430, 442] => { max_retries: 5, seconds_delay: 1 },
190
- (500..530).to_a => { max_retries: 2, seconds_delay: 2 },
191
- 400 => { max_retries: 3, seconds_delay: 3 },
192
- }
193
- end
194
-
195
- api_client = ::Hubspot::Crm::Companies::ApiClient.new(config)
196
- basic_api = ::Hubspot::Crm::Companies::BasicApi.new(api_client)
197
- ```
198
-
199
- for new discovery classes since version 14.5
200
-
201
113
  Available params:
202
114
  - max_retries (maximum number of retries)
203
115
  - seconds_delay (pause in seconds between retries)
@@ -15,7 +15,6 @@ Gem::Specification.new do |s|
15
15
 
16
16
  s.add_runtime_dependency 'typhoeus', '~> 1.4.0'
17
17
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
18
- s.add_runtime_dependency 'require_all', '~> 3.0.0'
19
18
 
20
19
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
21
20
  s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
@@ -23,8 +22,8 @@ Gem::Specification.new do |s|
23
22
  s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
24
23
  s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
25
24
  s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
26
- s.add_development_dependency 'rake-release'
27
- s.add_development_dependency 'pry'
25
+ s.add_development_dependency 'rake-release', '~> 1.3'
26
+ s.add_development_dependency 'pry', '~> 0.14'
28
27
 
29
28
  s.files = `git ls-files -z`.split("\x0").reject do |f|
30
29
  f.match(%r{^(sample-apps)/})
@@ -1,8 +1,15 @@
1
- require_rel 'discovery'
1
+ require_relative 'discovery/base_module_client'
2
2
 
3
3
  module Hubspot
4
4
  class Client
5
- def self.api_modules
5
+ include Hubspot::Discovery::BaseModuleClient
6
+
7
+ def initialize(params)
8
+ raise 'Please, pass :api_key or :access_token' if params[:api_key].nil? && params[:developer_api_key].nil? && params[:access_token].nil?
9
+ super
10
+ end
11
+
12
+ def api_modules
6
13
  %i[
7
14
  automation
8
15
  cms
@@ -18,17 +25,8 @@ module Hubspot
18
25
  ].freeze
19
26
  end
20
27
 
21
- include Hubspot::Discovery::BaseModuleClient
22
-
23
- private
24
-
25
- def self.base_module
28
+ def base_module
26
29
  'Hubspot::Discovery'
27
30
  end
28
-
29
- def initialize(params)
30
- raise 'Please, pass :api_key or :access_token' if params[:api_key].nil? && params[:developer_api_key].nil? && params[:access_token].nil?
31
- @params = params
32
- end
33
31
  end
34
32
  end
@@ -1,4 +1,4 @@
1
- require_rel '../../../base_api_client'
1
+ require_relative '../../../base_api_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery
@@ -1,4 +1,4 @@
1
- require_rel '../../../base_api_client'
1
+ require_relative '../../../base_api_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery
@@ -1,4 +1,4 @@
1
- require_rel '../../../base_api_client'
1
+ require_relative '../../../base_api_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery
@@ -1,4 +1,4 @@
1
- require_rel '../../../base_api_client'
1
+ require_relative '../../../base_api_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery
@@ -1,11 +1,13 @@
1
- require_rel '../../base_module_client'
1
+ require_relative '../../base_module_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery
5
5
  module Automation
6
6
  module Actions
7
7
  class Client
8
- def self.api_classes
8
+ include Hubspot::Discovery::BaseModuleClient
9
+
10
+ def api_classes
9
11
  %i[
10
12
  callbacks
11
13
  definitions
@@ -13,8 +15,6 @@ module Hubspot
13
15
  revisions
14
16
  ].freeze
15
17
  end
16
-
17
- include Hubspot::Discovery::BaseModuleClient
18
18
  end
19
19
  end
20
20
  end
@@ -1,16 +1,16 @@
1
- require_rel '../base_module_client'
1
+ require_relative '../base_module_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery
5
5
  module Automation
6
6
  class Client
7
- def self.api_modules
7
+ include Hubspot::Discovery::BaseModuleClient
8
+
9
+ def api_modules
8
10
  %i[
9
11
  actions
10
12
  ].freeze
11
13
  end
12
-
13
- include Hubspot::Discovery::BaseModuleClient
14
14
  end
15
15
  end
16
16
  end
@@ -1,4 +1,5 @@
1
- require_rel '../helpers/camel_case'
1
+ require_relative '../helpers/camel_case'
2
+ require_relative '../helpers/path'
2
3
 
3
4
  module Hubspot
4
5
  module Discovery
@@ -22,10 +23,15 @@ module Hubspot
22
23
  end
23
24
 
24
25
  def api_client
25
- @api_client ||= Kernel.const_get("#{codegen_module_name}::ApiClient").new(config)
26
+ require_with_mapping "#{codegen_module_path}/api_client"
27
+ require_api_error
28
+ @api_client ||= Kernel.const_get( "#{codegen_module_name}::ApiClient").new(config)
26
29
  end
27
30
 
28
31
  def api
32
+ class_name = codegen_api_path.gsub(/(.*)\/(.*)/, '\2')
33
+ require_with_mapping codegen_api_path.gsub(class_name, "api/#{class_name}")
34
+ require_api_models
29
35
  @api ||= Kernel.const_get(codegen_api_class).new(api_client)
30
36
  end
31
37
 
@@ -36,19 +42,48 @@ module Hubspot
36
42
  private
37
43
 
38
44
  def new_config
39
- config = Kernel.const_get("#{self.class.name.gsub('Discovery::', '').gsub(/(.*)::.*/, '\1')}::Configuration").new
45
+ require_with_mapping "#{codegen_module_path}/configuration"
46
+ config = Kernel.const_get("#{codegen_module_name}::Configuration").new
40
47
  config.access_token = base_params[:access_token] if base_params[:access_token]
41
48
  config.api_key['hapikey'] = base_params[:api_key] if base_params[:api_key]
42
49
  config.api_key['hapikey'] = base_params[:developer_api_key] if base_params[:developer_api_key]
43
50
  config
44
51
  end
45
52
 
53
+ def require_with_mapping(path)
54
+ Hubspot::Helpers::Path.new.require_with_mapping(path)
55
+ end
56
+
57
+ def require_api_models
58
+ def (Kernel.const_get(codegen_module_name)).const_get(const)
59
+ require 'hubspot/helpers/path'
60
+ codegen_module_path = Hubspot::Helpers::Path.new.format(self.name).gsub('hubspot/', 'hubspot/codegen/')
61
+ codegen_model = Hubspot::Helpers::Path.new.format(const)
62
+ Hubspot::Helpers::Path.new.require_with_mapping("#{codegen_module_path}/models/#{codegen_model}")
63
+ super
64
+ rescue LoadError
65
+ super
66
+ end
67
+ end
68
+
69
+ def require_api_error
70
+ require_with_mapping "#{codegen_module_path}/api_error"
71
+ end
72
+
46
73
  def codegen_api_class
47
74
  self.class.name.gsub('Discovery::', '')
48
75
  end
49
76
 
50
77
  def codegen_module_name
51
- codegen_api_class.gsub(/(.*)::.*/, '\1')
78
+ @codegen_module_name ||= codegen_api_class.gsub(/(.*)::.*/, '\1')
79
+ end
80
+
81
+ def codegen_api_path
82
+ @codegen_api_path ||= Hubspot::Helpers::Path.new.format(self.class.name).gsub('discovery/', 'codegen/')
83
+ end
84
+
85
+ def codegen_module_path
86
+ @codegen_module_path ||= codegen_api_path.gsub(/(.*)\/.*/, '\1')
52
87
  end
53
88
 
54
89
  def call_api(api_method, params_to_pass)
@@ -56,6 +91,7 @@ module Hubspot
56
91
  end
57
92
 
58
93
  def call_api_with_rescue(api_method, params_to_pass)
94
+ require_api_error
59
95
  error = Kernel.const_get("#{codegen_module_name}::ApiError")
60
96
  call_api(api_method, params_to_pass)
61
97
  rescue error => e
@@ -115,12 +151,15 @@ module Hubspot
115
151
  end
116
152
 
117
153
  params_to_pass = signature_params.map do |req, param|
118
- model_name = Hubspot::Helpers::CamelCase.new.format(param.to_s)
119
- Kernel.const_get("#{codegen_module_name}::#{model_name}").build_from_hash(params_with_defaults[:body])
154
+ if params_with_defaults[param].nil?
155
+ model_name = Hubspot::Helpers::CamelCase.new.format(param.to_s)
156
+ require_with_mapping "#{codegen_module_path}/models/#{param.to_s}"
157
+ Kernel.const_get("#{codegen_module_name}::#{model_name}").build_from_hash(params_with_defaults[:body])
158
+ else
159
+ params_with_defaults[param]
160
+ end
120
161
  rescue NameError
121
- raise "Param #{param} is required for #{api.class}\##{api_method} method" if req == :req && params_with_defaults[param].nil?
122
-
123
- params_with_defaults[param]
162
+ raise "Param #{param} is required for #{api.class}\##{api_method} method" if req == :req
124
163
  end
125
164
 
126
165
  return call_api_with_retry(api_method, params_to_pass, params[:retry], &block) unless params[:retry].nil?
@@ -1,54 +1,61 @@
1
- require_rel '../helpers/camel_case'
1
+ require_relative '../helpers/camel_case'
2
+ require_relative '../helpers/path'
2
3
 
3
4
  module Hubspot
4
5
  module Discovery
5
6
  module BaseModuleClient
6
- module ClassMethods
7
- def base_module
8
- modules = name.split('::')
9
- modules.pop
10
- modules.join('::')
11
- end
7
+ attr_reader :params
8
+
9
+ def initialize(params)
10
+ @params = params
11
+ define_methods
12
+ end
13
+
14
+ def base_module
15
+ self.class.name.gsub(/(.*)::.*/, '\1')
16
+ end
12
17
 
13
- def api_modules
14
- []
15
- end
18
+ def api_modules
19
+ []
20
+ end
16
21
 
17
- def api_classes
18
- []
19
- end
22
+ def api_classes
23
+ []
24
+ end
25
+
26
+ private
20
27
 
21
- def define_methods
22
- define_modules_methods
23
- define_classes_methods
24
- end
28
+ def define_methods
29
+ define_modules_methods
30
+ define_classes_methods
31
+ end
25
32
 
26
- def define_modules_methods
27
- api_modules.each do |api_module|
28
- define_method(api_module) do
29
- Kernel.const_get("#{self.class.base_module}::#{Hubspot::Helpers::CamelCase.new.format(__method__.to_s)}::Client").new(params)
30
- end
33
+ def define_modules_methods
34
+ api_modules.each do |api_module|
35
+ self.class.define_method(api_module) do
36
+ require_with_mapping "#{discovery_module_path}/#{__method__.to_s}/client"
37
+ class_name = "#{base_module}::#{Hubspot::Helpers::CamelCase.new.format(__method__.to_s)}::Client"
38
+ Kernel.const_get(class_name).new(params)
31
39
  end
32
40
  end
41
+ end
33
42
 
34
- def define_classes_methods
35
- api_classes.each do |api_class|
36
- define_method("#{api_class}_api") do
37
- Kernel.const_get("#{self.class.base_module}::#{Hubspot::Helpers::CamelCase.new.format(__method__.to_s)}").new(params)
38
- end
43
+ def define_classes_methods
44
+ api_classes.each do |api_class|
45
+ self.class.define_method("#{api_class}_api") do
46
+ require_with_mapping "#{discovery_module_path}/api/#{__method__.to_s}"
47
+ class_name = "#{base_module}::#{Hubspot::Helpers::CamelCase.new.format(__method__.to_s)}"
48
+ Kernel.const_get(class_name).new(params)
39
49
  end
40
50
  end
41
51
  end
42
52
 
43
- attr_reader :params
44
-
45
- def initialize(params)
46
- @params = params
53
+ def discovery_module_path
54
+ @discovery_module_path ||= Hubspot::Helpers::Path.new.format(base_module)
47
55
  end
48
56
 
49
- def self.included(base)
50
- base.extend(ClassMethods)
51
- base.class_eval { define_methods }
57
+ def require_with_mapping(path)
58
+ Hubspot::Helpers::Path.new.require_with_mapping(path)
52
59
  end
53
60
  end
54
61
  end
@@ -1,4 +1,4 @@
1
- require_rel '../../../base_api_client'
1
+ require_relative '../../../base_api_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery
@@ -6,6 +6,10 @@ module Hubspot
6
6
  module AuditLogs
7
7
  class AuditLogsApi
8
8
  include Hubspot::Discovery::BaseApiClient
9
+
10
+ def codegen_api_path
11
+ super.gsub('audit_logs/', 'audit-logs/')
12
+ end
9
13
  end
10
14
  end
11
15
  end
@@ -1,17 +1,17 @@
1
- require_rel '../../base_module_client'
1
+ require_relative '../../base_module_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery
5
5
  module Cms
6
6
  module AuditLogs
7
7
  class Client
8
- def self.api_classes
8
+ include Hubspot::Discovery::BaseModuleClient
9
+
10
+ def api_classes
9
11
  %i[
10
12
  audit_logs
11
13
  ].freeze
12
14
  end
13
-
14
- include Hubspot::Discovery::BaseModuleClient
15
15
  end
16
16
  end
17
17
  end
@@ -1,4 +1,4 @@
1
- require_rel '../../../../base_api_client'
1
+ require_relative '../../../../base_api_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery
@@ -1,4 +1,4 @@
1
- require_rel '../../../base_module_client'
1
+ require_relative '../../../base_module_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery
@@ -6,13 +6,13 @@ module Hubspot
6
6
  module Blogs
7
7
  module Authors
8
8
  class Client
9
- def self.api_classes
9
+ include Hubspot::Discovery::BaseModuleClient
10
+
11
+ def api_classes
10
12
  %i[
11
13
  blog_authors
12
14
  ].freeze
13
15
  end
14
-
15
- include Hubspot::Discovery::BaseModuleClient
16
16
  end
17
17
  end
18
18
  end
@@ -1,4 +1,4 @@
1
- require_rel '../../../../base_api_client'
1
+ require_relative '../../../../base_api_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery
@@ -7,6 +7,10 @@ module Hubspot
7
7
  module BlogPosts
8
8
  class BlogPostsApi
9
9
  include Hubspot::Discovery::BaseApiClient
10
+
11
+ def codegen_api_path
12
+ super.gsub('blog_posts/', 'blog-posts/')
13
+ end
10
14
  end
11
15
  end
12
16
  end
@@ -1,4 +1,4 @@
1
- require_rel '../../../base_module_client'
1
+ require_relative '../../../base_module_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery
@@ -6,13 +6,13 @@ module Hubspot
6
6
  module Blogs
7
7
  module BlogPosts
8
8
  class Client
9
- def self.api_classes
9
+ include Hubspot::Discovery::BaseModuleClient
10
+
11
+ def api_classes
10
12
  %i[
11
13
  blog_posts
12
14
  ].freeze
13
15
  end
14
-
15
- include Hubspot::Discovery::BaseModuleClient
16
16
  end
17
17
  end
18
18
  end
@@ -1,19 +1,19 @@
1
- require_rel '../../base_module_client'
1
+ require_relative '../../base_module_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery
5
5
  module Cms
6
6
  module Blogs
7
7
  class Client
8
- def self.api_modules
8
+ include Hubspot::Discovery::BaseModuleClient
9
+
10
+ def api_modules
9
11
  %i[
10
12
  authors
11
13
  blog_posts
12
14
  tags
13
15
  ].freeze
14
16
  end
15
-
16
- include Hubspot::Discovery::BaseModuleClient
17
17
  end
18
18
  end
19
19
  end
@@ -1,4 +1,4 @@
1
- require_rel '../../../../base_api_client'
1
+ require_relative '../../../../base_api_client'
2
2
 
3
3
  module Hubspot
4
4
  module Discovery