hubspot-api-client 14.5.1 → 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -1,71 +0,0 @@
1
- =begin
2
- #Deals
3
-
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Crm::Deals::ValueWithTimestamp
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'ValueWithTimestamp' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Crm::Deals::ValueWithTimestamp.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of ValueWithTimestamp' do
31
- it 'should create an instance of ValueWithTimestamp' do
32
- expect(@instance).to be_instance_of(Hubspot::Crm::Deals::ValueWithTimestamp)
33
- end
34
- end
35
- describe 'test attribute "value"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "timestamp"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "source_type"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "source_id"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- describe 'test attribute "source_label"' do
60
- it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
- end
63
- end
64
-
65
- describe 'test attribute "updated_by_user_id"' do
66
- it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
- end
69
- end
70
-
71
- end
@@ -1,165 +0,0 @@
1
- =begin
2
- #Accounting Extension
3
-
4
- #These APIs allow you to interact with HubSpot's Accounting Extension. It allows you to: * Specify the URLs that HubSpot will use when making webhook requests to your external accounting system. * Respond to webhook calls made to your external accounting system by HubSpot
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Hubspot::Crm::Extensions::Accounting::CallbacksApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'CallbacksApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Hubspot::Crm::Extensions::Accounting::CallbacksApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of CallbacksApi' do
30
- it 'should create an instance of CallbacksApi' do
31
- expect(@api_instance).to be_instance_of(Hubspot::Crm::Extensions::Accounting::CallbacksApi)
32
- end
33
- end
34
-
35
- # unit tests for create_customer
36
- # Endpoint for customer creation response
37
- # Call this endpoint with the response to a customer creation request.
38
- # @param request_id The ID of the request that this response is for
39
- # @param result_id_accounting_response The ID of the created customer.
40
- # @param [Hash] opts the optional parameters
41
- # @return [nil]
42
- describe 'create_customer test' do
43
- it 'should work' do
44
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
- end
46
- end
47
-
48
- # unit tests for create_exchange_rate
49
- # Endpoint for exchange rate response
50
- # Call this endpoint with the response to an exchange rate request.
51
- # @param request_id The ID of the request that this response is for
52
- # @param exchange_rate_response The result of the exchange rate request.
53
- # @param [Hash] opts the optional parameters
54
- # @return [nil]
55
- describe 'create_exchange_rate test' do
56
- it 'should work' do
57
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
- end
59
- end
60
-
61
- # unit tests for create_invoice
62
- # Endpoint for invoice creation response
63
- # Call this endpoint with the response to a invoice creation request.
64
- # @param request_id The ID of the request that this response is for
65
- # @param result_id_accounting_response The ID of the created invoice.
66
- # @param [Hash] opts the optional parameters
67
- # @return [nil]
68
- describe 'create_invoice test' do
69
- it 'should work' do
70
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
71
- end
72
- end
73
-
74
- # unit tests for create_term
75
- # Endpoint for terms search response
76
- # Call this endpoint with the response to a terms search request.
77
- # @param request_id The ID of the request that this response is for
78
- # @param terms_response The result of the terms search
79
- # @param [Hash] opts the optional parameters
80
- # @return [nil]
81
- describe 'create_term test' do
82
- it 'should work' do
83
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
- end
85
- end
86
-
87
- # unit tests for do_customer_search
88
- # Endpoint for customer search response
89
- # Call this endpoint with the response to a customer search request.
90
- # @param request_id The ID of the request that this response is for
91
- # @param customer_search_response_external The result of the customer search request.
92
- # @param [Hash] opts the optional parameters
93
- # @return [nil]
94
- describe 'do_customer_search test' do
95
- it 'should work' do
96
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
97
- end
98
- end
99
-
100
- # unit tests for do_invoice_search
101
- # Endpoint for invoice search response
102
- # Call this endpoint with the response to a invoice search request.
103
- # @param request_id The ID of the request that this response is for
104
- # @param invoice_search_response The result of the invoice search request.
105
- # @param [Hash] opts the optional parameters
106
- # @return [nil]
107
- describe 'do_invoice_search test' do
108
- it 'should work' do
109
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
- end
111
- end
112
-
113
- # unit tests for do_product_search
114
- # Endpoint for product search response
115
- # Call this endpoint with the response to a product search request.
116
- # @param request_id The ID of the request that this response is for
117
- # @param product_search_response The result of the product search request.
118
- # @param [Hash] opts the optional parameters
119
- # @return [nil]
120
- describe 'do_product_search test' do
121
- it 'should work' do
122
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
123
- end
124
- end
125
-
126
- # unit tests for do_tax_search
127
- # Endpoint for taxes search response
128
- # Call this endpoint with the response to a taxes search request.
129
- # @param request_id The ID of the request that this response is for
130
- # @param tax_search_response The result of the taxes search request.
131
- # @param [Hash] opts the optional parameters
132
- # @return [nil]
133
- describe 'do_tax_search test' do
134
- it 'should work' do
135
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
136
- end
137
- end
138
-
139
- # unit tests for get_by_id
140
- # Endpoint for invoice get-by-id response
141
- # Call this endpoint with the response to a invoice get-by-id request.
142
- # @param request_id The ID of the request that this response is for
143
- # @param invoices_response_external The result of the invoice request.
144
- # @param [Hash] opts the optional parameters
145
- # @return [nil]
146
- describe 'get_by_id test' do
147
- it 'should work' do
148
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
149
- end
150
- end
151
-
152
- # unit tests for invoice_pdf
153
- # Endpoint for PDF content of invoice
154
- # Call this endpoint with the PDF content of a requested invoice.
155
- # @param request_id The ID of the request that this response is for
156
- # @param invoice_pdf_response The bytes of the invoice PDF.
157
- # @param [Hash] opts the optional parameters
158
- # @return [nil]
159
- describe 'invoice_pdf test' do
160
- it 'should work' do
161
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
162
- end
163
- end
164
-
165
- end
@@ -1,76 +0,0 @@
1
- =begin
2
- #Accounting Extension
3
-
4
- #These APIs allow you to interact with HubSpot's Accounting Extension. It allows you to: * Specify the URLs that HubSpot will use when making webhook requests to your external accounting system. * Respond to webhook calls made to your external accounting system by HubSpot
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Hubspot::Crm::Extensions::Accounting::InvoiceApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'InvoiceApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Hubspot::Crm::Extensions::Accounting::InvoiceApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of InvoiceApi' do
30
- it 'should create an instance of InvoiceApi' do
31
- expect(@api_instance).to be_instance_of(Hubspot::Crm::Extensions::Accounting::InvoiceApi)
32
- end
33
- end
34
-
35
- # unit tests for create_payment
36
- # Records an invoice payment
37
- # Records an payment against an invoice.
38
- # @param invoice_id The ID of the invoice. This is the invoice ID from the external accounting system.
39
- # @param invoice_create_payment_request The payment information
40
- # @param [Hash] opts the optional parameters
41
- # @option opts [String] :account_id The ID of the account that the invoice belongs to. This is the account ID from the external accounting system.
42
- # @return [InvoiceUpdateResponse]
43
- describe 'create_payment test' do
44
- it 'should work' do
45
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
- end
47
- end
48
-
49
- # unit tests for get_by_id
50
- # Get invoice data
51
- # Returns invoice data for an Accounting account from the specified ID
52
- # @param invoice_id The ID of the invoice. This is the invoice ID from the external accounting system.
53
- # @param account_id The ID of the account that the invoice belongs to. This is the account ID from the external accounting system.
54
- # @param [Hash] opts the optional parameters
55
- # @return [InvoiceReadResponse]
56
- describe 'get_by_id test' do
57
- it 'should work' do
58
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
59
- end
60
- end
61
-
62
- # unit tests for update
63
- # Update an invoice
64
- # Updates an Invoice by the given ID.
65
- # @param invoice_id The ID of the invoice. This is the invoice ID from the external accounting system.
66
- # @param account_id The ID of the account that the invoice belongs to. This is the account ID from the external accounting system.
67
- # @param invoice_update_request The invoice data to update
68
- # @param [Hash] opts the optional parameters
69
- # @return [InvoiceUpdateResponse]
70
- describe 'update test' do
71
- it 'should work' do
72
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
- end
74
- end
75
-
76
- end
@@ -1,60 +0,0 @@
1
- =begin
2
- #Accounting Extension
3
-
4
- #These APIs allow you to interact with HubSpot's Accounting Extension. It allows you to: * Specify the URLs that HubSpot will use when making webhook requests to your external accounting system. * Respond to webhook calls made to your external accounting system by HubSpot
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Hubspot::Crm::Extensions::Accounting::SettingsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'SettingsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Hubspot::Crm::Extensions::Accounting::SettingsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of SettingsApi' do
30
- it 'should create an instance of SettingsApi' do
31
- expect(@api_instance).to be_instance_of(Hubspot::Crm::Extensions::Accounting::SettingsApi)
32
- end
33
- end
34
-
35
- # unit tests for get_by_id
36
- # Get URL settings
37
- # Returns the URL settings for an accounting app with the specified ID.
38
- # @param app_id The ID of the accounting app. This is the identifier of the application created in your HubSpot developer portal.
39
- # @param [Hash] opts the optional parameters
40
- # @return [AccountingAppSettings]
41
- describe 'get_by_id test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- # unit tests for replace
48
- # Add/Update URL Settings
49
- # Add/Update the URL settings for an accounting app with the specified ID. All URLs must use the `https` protocol.
50
- # @param app_id The ID of the accounting app. This is the identifier of the application created in your HubSpot developer portal.
51
- # @param accounting_app_settings
52
- # @param [Hash] opts the optional parameters
53
- # @return [nil]
54
- describe 'replace test' do
55
- it 'should work' do
56
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
- end
58
- end
59
-
60
- end
@@ -1,61 +0,0 @@
1
- =begin
2
- #Accounting Extension
3
-
4
- #These APIs allow you to interact with HubSpot's Accounting Extension. It allows you to: * Specify the URLs that HubSpot will use when making webhook requests to your external accounting system. * Respond to webhook calls made to your external accounting system by HubSpot
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Hubspot::Crm::Extensions::Accounting::SyncApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'SyncApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Hubspot::Crm::Extensions::Accounting::SyncApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of SyncApi' do
30
- it 'should create an instance of SyncApi' do
31
- expect(@api_instance).to be_instance_of(Hubspot::Crm::Extensions::Accounting::SyncApi)
32
- end
33
- end
34
-
35
- # unit tests for create_contact
36
- # Import contacts
37
- # Imports contacts' properties from an external accounting system to HubSpot. Import details, including property mappings, must be configured previously in HubSpot infrastructure.
38
- # @param app_id The ID of the accounting app. This is the identifier of the application created in your HubSpot developer portal.
39
- # @param sync_contacts_request
40
- # @param [Hash] opts the optional parameters
41
- # @return [ActionResponse]
42
- describe 'create_contact test' do
43
- it 'should work' do
44
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
- end
46
- end
47
-
48
- # unit tests for create_product
49
- # Import products
50
- # Imports products' properties from an external accounting system to HubSpot. Import details, including property mappings, must be configured previously in HubSpot infrastructure.
51
- # @param app_id The ID of the accounting app. This is the identifier of the application created in your HubSpot developer portal.
52
- # @param sync_products_request
53
- # @param [Hash] opts the optional parameters
54
- # @return [ActionResponse]
55
- describe 'create_product test' do
56
- it 'should work' do
57
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
- end
59
- end
60
-
61
- end
@@ -1,59 +0,0 @@
1
- =begin
2
- #Accounting Extension
3
-
4
- #These APIs allow you to interact with HubSpot's Accounting Extension. It allows you to: * Specify the URLs that HubSpot will use when making webhook requests to your external accounting system. * Respond to webhook calls made to your external accounting system by HubSpot
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Hubspot::Crm::Extensions::Accounting::UserAccountsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'UserAccountsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Hubspot::Crm::Extensions::Accounting::UserAccountsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of UserAccountsApi' do
30
- it 'should create an instance of UserAccountsApi' do
31
- expect(@api_instance).to be_instance_of(Hubspot::Crm::Extensions::Accounting::UserAccountsApi)
32
- end
33
- end
34
-
35
- # unit tests for archive
36
- # Delete user account
37
- # Deletes a user account from HubSpot, meaning that HubSpot will no longer send requests to the external accounting system for this user.
38
- # @param account_id The ID of the user account to delete.
39
- # @param [Hash] opts the optional parameters
40
- # @return [nil]
41
- describe 'archive test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- # unit tests for replace
48
- # Create a user account
49
- # Creates an account which contains the information about the account in the external accounting system. This *must* be called after a user connects their HubSpot account to the external accounting system, as there is no other way for HubSpot to obtain the external account details.
50
- # @param create_user_account_request_external The external accounting system user account information.
51
- # @param [Hash] opts the optional parameters
52
- # @return [nil]
53
- describe 'replace test' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- end
@@ -1,53 +0,0 @@
1
- =begin
2
- #Accounting Extension
3
-
4
- #These APIs allow you to interact with HubSpot's Accounting Extension. It allows you to: * Specify the URLs that HubSpot will use when making webhook requests to your external accounting system. * Respond to webhook calls made to your external accounting system by HubSpot
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Crm::Extensions::Accounting::AccountingAppSettings
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'AccountingAppSettings' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Crm::Extensions::Accounting::AccountingAppSettings.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of AccountingAppSettings' do
31
- it 'should create an instance of AccountingAppSettings' do
32
- expect(@instance).to be_instance_of(Hubspot::Crm::Extensions::Accounting::AccountingAppSettings)
33
- end
34
- end
35
- describe 'test attribute "app_id"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "urls"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "features"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- end
@@ -1,125 +0,0 @@
1
- =begin
2
- #Accounting Extension
3
-
4
- #These APIs allow you to interact with HubSpot's Accounting Extension. It allows you to: * Specify the URLs that HubSpot will use when making webhook requests to your external accounting system. * Respond to webhook calls made to your external accounting system by HubSpot
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Hubspot::Crm::Extensions::Accounting::AccountingAppUrls
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'AccountingAppUrls' do
21
- before do
22
- # run before each test
23
- @instance = Hubspot::Crm::Extensions::Accounting::AccountingAppUrls.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of AccountingAppUrls' do
31
- it 'should create an instance of AccountingAppUrls' do
32
- expect(@instance).to be_instance_of(Hubspot::Crm::Extensions::Accounting::AccountingAppUrls)
33
- end
34
- end
35
- describe 'test attribute "get_invoice_url"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "search_customer_url"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "get_invoice_pdf_url"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "customer_url_template"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- describe 'test attribute "product_url_template"' do
60
- it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
- end
63
- end
64
-
65
- describe 'test attribute "invoice_url_template"' do
66
- it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
- end
69
- end
70
-
71
- describe 'test attribute "create_invoice_url"' do
72
- it 'should work' do
73
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
- end
75
- end
76
-
77
- describe 'test attribute "search_invoice_url"' do
78
- it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
- end
81
- end
82
-
83
- describe 'test attribute "search_product_url"' do
84
- it 'should work' do
85
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
- end
87
- end
88
-
89
- describe 'test attribute "get_terms_url"' do
90
- it 'should work' do
91
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
- end
93
- end
94
-
95
- describe 'test attribute "create_customer_url"' do
96
- it 'should work' do
97
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
- end
99
- end
100
-
101
- describe 'test attribute "search_tax_url"' do
102
- it 'should work' do
103
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
- end
105
- end
106
-
107
- describe 'test attribute "exchange_rate_url"' do
108
- it 'should work' do
109
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
- end
111
- end
112
-
113
- describe 'test attribute "search_url"' do
114
- it 'should work' do
115
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
- end
117
- end
118
-
119
- describe 'test attribute "search_count_url"' do
120
- it 'should work' do
121
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
- end
123
- end
124
-
125
- end