hubspot-api-client 9.2.0 → 9.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (938) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +23 -0
  3. data/Gemfile +1 -1
  4. data/Gemfile.lock +22 -22
  5. data/README.md +1 -1
  6. data/hubspot-api-client.gemspec +1 -0
  7. data/lib/hubspot-api-client.rb +5 -609
  8. data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +160 -0
  9. data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +382 -0
  10. data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +602 -0
  11. data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +174 -0
  12. data/lib/hubspot/codegen/automation/actions/api_client.rb +392 -0
  13. data/lib/hubspot/codegen/automation/actions/api_error.rb +61 -0
  14. data/lib/hubspot/codegen/automation/actions/configuration.rb +270 -0
  15. data/lib/hubspot/codegen/automation/actions/models/action_function.rb +275 -0
  16. data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +260 -0
  17. data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +270 -0
  18. data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +259 -0
  19. data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +217 -0
  20. data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +233 -0
  21. data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +218 -0
  22. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +217 -0
  23. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +226 -0
  24. data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +226 -0
  25. data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +295 -0
  26. data/lib/hubspot/codegen/automation/actions/models/error.rb +292 -0
  27. data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +258 -0
  28. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +359 -0
  29. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +330 -0
  30. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +278 -0
  31. data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +336 -0
  32. data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +210 -0
  33. data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +264 -0
  34. data/lib/hubspot/codegen/automation/actions/models/next_page.rb +224 -0
  35. data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +218 -0
  36. data/lib/hubspot/codegen/automation/actions/models/option.rb +301 -0
  37. data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +281 -0
  38. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +93 -93
  39. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +97 -97
  40. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +93 -93
  41. data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +90 -0
  42. data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +392 -0
  43. data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +61 -0
  44. data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +263 -0
  45. data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +292 -0
  46. data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +258 -0
  47. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +236 -0
  48. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +215 -0
  49. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +728 -0
  50. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +247 -0
  51. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +160 -0
  52. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +168 -0
  53. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +154 -0
  54. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +394 -0
  55. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +63 -0
  56. data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +265 -0
  57. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +241 -0
  58. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +381 -0
  59. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +262 -0
  60. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +357 -0
  61. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +253 -0
  62. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +248 -0
  63. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +299 -0
  64. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +253 -0
  65. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +232 -0
  66. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +293 -0
  67. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +248 -0
  68. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +269 -0
  69. data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +294 -0
  70. data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +260 -0
  71. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +297 -0
  72. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +218 -0
  73. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +263 -0
  74. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +283 -0
  75. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +455 -0
  76. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +264 -0
  77. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +281 -0
  78. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +441 -0
  79. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +264 -0
  80. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +218 -0
  81. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +281 -0
  82. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +264 -0
  83. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +267 -0
  84. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +235 -0
  85. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +235 -0
  86. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +248 -0
  87. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +264 -0
  88. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +228 -0
  89. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +264 -0
  90. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +228 -0
  91. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +319 -0
  92. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +324 -0
  93. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +284 -0
  94. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +394 -0
  95. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +63 -0
  96. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +258 -0
  97. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +294 -0
  98. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +260 -0
  99. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +253 -0
  100. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +263 -0
  101. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +308 -0
  102. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +222 -0
  103. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +394 -0
  104. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +63 -0
  105. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +258 -0
  106. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +294 -0
  107. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +260 -0
  108. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +248 -0
  109. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +103 -0
  110. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +181 -0
  111. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +95 -0
  112. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +92 -0
  113. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +394 -0
  114. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +63 -0
  115. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +258 -0
  116. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +231 -0
  117. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +219 -0
  118. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +219 -0
  119. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +219 -0
  120. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +244 -0
  121. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +315 -0
  122. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +335 -0
  123. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +228 -0
  124. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object.rb +228 -0
  125. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object.rb +243 -0
  126. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +294 -0
  127. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +265 -0
  128. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +260 -0
  129. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +274 -0
  130. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +219 -0
  131. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +226 -0
  132. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +221 -0
  133. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +226 -0
  134. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +288 -0
  135. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +290 -0
  136. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +233 -0
  137. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +217 -0
  138. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +219 -0
  139. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +311 -0
  140. data/lib/hubspot/codegen/events/api/events_api.rb +105 -0
  141. data/lib/hubspot/codegen/events/api_client.rb +390 -0
  142. data/lib/hubspot/codegen/events/api_error.rb +59 -0
  143. data/lib/hubspot/codegen/events/configuration.rb +261 -0
  144. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +224 -0
  145. data/lib/hubspot/codegen/events/models/error.rb +290 -0
  146. data/lib/hubspot/codegen/events/models/error_detail.rb +256 -0
  147. data/lib/hubspot/codegen/events/models/external_unified_event.rb +290 -0
  148. data/lib/hubspot/codegen/events/models/next_page.rb +222 -0
  149. data/lib/hubspot/codegen/events/models/paging.rb +208 -0
  150. data/lib/hubspot/codegen/files/files/api/files_api.rb +787 -0
  151. data/lib/hubspot/codegen/files/files/api/folders_api.rb +579 -0
  152. data/lib/hubspot/codegen/files/files/api_client.rb +392 -0
  153. data/lib/hubspot/codegen/files/files/api_error.rb +61 -0
  154. data/lib/hubspot/codegen/files/files/configuration.rb +263 -0
  155. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +226 -0
  156. data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +226 -0
  157. data/lib/hubspot/codegen/files/files/models/error.rb +292 -0
  158. data/lib/hubspot/codegen/files/files/models/error_category.rb +263 -0
  159. data/lib/hubspot/codegen/files/files/models/error_detail.rb +258 -0
  160. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +348 -0
  161. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +285 -0
  162. data/lib/hubspot/codegen/files/files/models/folder.rb +301 -0
  163. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +348 -0
  164. data/lib/hubspot/codegen/files/files/models/folder_input.rb +236 -0
  165. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +236 -0
  166. data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +228 -0
  167. data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +440 -0
  168. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +374 -0
  169. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +228 -0
  170. data/lib/hubspot/codegen/files/files/models/next_page.rb +224 -0
  171. data/lib/hubspot/codegen/files/files/models/paging.rb +219 -0
  172. data/lib/hubspot/codegen/files/files/models/previous_page.rb +224 -0
  173. data/lib/hubspot/codegen/files/files/models/signed_url.rb +311 -0
  174. data/lib/hubspot/codegen/files/files/models/standard_error.rb +309 -0
  175. data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +400 -0
  176. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +392 -0
  177. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +61 -0
  178. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +263 -0
  179. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +227 -0
  180. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +326 -0
  181. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +292 -0
  182. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +258 -0
  183. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +231 -0
  184. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +224 -0
  185. data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +210 -0
  186. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +282 -0
  187. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +262 -0
  188. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +231 -0
  189. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +301 -0
  190. data/lib/hubspot/version.rb +1 -1
  191. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +60 -0
  192. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +104 -0
  193. data/spec/codegen/automation/actions/api/functions_api_spec.rb +137 -0
  194. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +64 -0
  195. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +51 -0
  196. data/spec/codegen/automation/actions/models/action_function_spec.rb +57 -0
  197. data/spec/codegen/automation/actions/models/action_labels_spec.rb +71 -0
  198. data/spec/codegen/automation/actions/models/action_revision_spec.rb +59 -0
  199. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +41 -0
  200. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +47 -0
  201. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +41 -0
  202. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +41 -0
  203. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +47 -0
  204. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +47 -0
  205. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +63 -0
  206. data/spec/codegen/automation/actions/models/error_detail_spec.rb +65 -0
  207. data/spec/codegen/automation/actions/models/error_spec.rb +77 -0
  208. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +89 -0
  209. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +77 -0
  210. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +101 -0
  211. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +83 -0
  212. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +41 -0
  213. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +57 -0
  214. data/spec/codegen/automation/actions/models/next_page_spec.rb +47 -0
  215. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +41 -0
  216. data/spec/codegen/automation/actions/models/option_spec.rb +77 -0
  217. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +57 -0
  218. data/spec/codegen/cms/audit-logs/api/default_api_spec.rb +54 -0
  219. data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +47 -0
  220. data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +65 -0
  221. data/spec/codegen/cms/audit-logs/models/error_spec.rb +77 -0
  222. data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +47 -0
  223. data/spec/codegen/cms/audit-logs/models/paging_spec.rb +41 -0
  224. data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +85 -0
  225. data/spec/{cms → codegen/cms}/blogs/authors/api/default_api_spec.rb +1 -1
  226. data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +41 -0
  227. data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +41 -0
  228. data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +41 -0
  229. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +87 -0
  230. data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +107 -0
  231. data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +53 -0
  232. data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +65 -0
  233. data/spec/codegen/cms/blogs/authors/models/error_spec.rb +77 -0
  234. data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +41 -0
  235. data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +47 -0
  236. data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +83 -0
  237. data/spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb +285 -0
  238. data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +51 -0
  239. data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +57 -0
  240. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +41 -0
  241. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +41 -0
  242. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +41 -0
  243. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +87 -0
  244. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +417 -0
  245. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +53 -0
  246. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +53 -0
  247. data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +41 -0
  248. data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +47 -0
  249. data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +47 -0
  250. data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +65 -0
  251. data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +77 -0
  252. data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +41 -0
  253. data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +53 -0
  254. data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +113 -0
  255. data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +47 -0
  256. data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +47 -0
  257. data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +47 -0
  258. data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +59 -0
  259. data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +47 -0
  260. data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +55 -0
  261. data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +83 -0
  262. data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +85 -0
  263. data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +59 -0
  264. data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +53 -0
  265. data/spec/{cms → codegen/cms}/blogs/tags/api/default_api_spec.rb +43 -43
  266. data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +41 -0
  267. data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +41 -0
  268. data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +41 -0
  269. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +87 -0
  270. data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +53 -0
  271. data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +65 -0
  272. data/spec/codegen/cms/blogs/tags/models/error_spec.rb +77 -0
  273. data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +41 -0
  274. data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +47 -0
  275. data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +83 -0
  276. data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +65 -0
  277. data/spec/codegen/cms/domains/api/domains_api_spec.rb +71 -0
  278. data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +53 -0
  279. data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +149 -0
  280. data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +47 -0
  281. data/spec/codegen/cms/domains/models/domain_spec.rb +403 -0
  282. data/spec/codegen/cms/domains/models/error_detail_spec.rb +65 -0
  283. data/spec/codegen/cms/domains/models/error_spec.rb +77 -0
  284. data/spec/codegen/cms/domains/models/next_page_spec.rb +47 -0
  285. data/spec/codegen/cms/domains/models/paging_spec.rb +41 -0
  286. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +160 -0
  287. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +126 -0
  288. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +237 -0
  289. data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +41 -0
  290. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +41 -0
  291. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +41 -0
  292. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +87 -0
  293. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +53 -0
  294. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +53 -0
  295. data/spec/codegen/cms/hubdb/models/column_input_spec.rb +77 -0
  296. data/spec/codegen/cms/hubdb/models/column_spec.rb +117 -0
  297. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +65 -0
  298. data/spec/codegen/cms/hubdb/models/error_spec.rb +77 -0
  299. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +53 -0
  300. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +41 -0
  301. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +53 -0
  302. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb +59 -0
  303. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +71 -0
  304. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb +83 -0
  305. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +59 -0
  306. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +143 -0
  307. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +59 -0
  308. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +47 -0
  309. data/spec/codegen/cms/hubdb/models/option_spec.rb +59 -0
  310. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +59 -0
  311. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +83 -0
  312. data/spec/codegen/cms/performance/api/default_api_spec.rb +73 -0
  313. data/spec/codegen/cms/performance/models/error_detail_spec.rb +65 -0
  314. data/spec/codegen/cms/performance/models/error_spec.rb +77 -0
  315. data/spec/codegen/cms/performance/models/performance_view_spec.rb +167 -0
  316. data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +85 -0
  317. data/spec/codegen/cms/site-search/api/default_api_spec.rb +78 -0
  318. data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +145 -0
  319. data/spec/codegen/cms/site-search/models/error_detail_spec.rb +65 -0
  320. data/spec/codegen/cms/site-search/models/error_spec.rb +77 -0
  321. data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +57 -0
  322. data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +71 -0
  323. data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +59 -0
  324. data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +107 -0
  325. data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +53 -0
  326. data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +65 -0
  327. data/spec/codegen/cms/url-redirects/models/error_spec.rb +77 -0
  328. data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +47 -0
  329. data/spec/codegen/cms/url-redirects/models/paging_spec.rb +41 -0
  330. data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +95 -0
  331. data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +189 -0
  332. data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +47 -0
  333. data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +65 -0
  334. data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +77 -0
  335. data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +53 -0
  336. data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +41 -0
  337. data/spec/codegen/crm/associations/api/batch_api_spec.rb +77 -0
  338. data/spec/codegen/crm/associations/api/types_api_spec.rb +48 -0
  339. data/spec/codegen/crm/associations/models/associated_id_spec.rb +47 -0
  340. data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +41 -0
  341. data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +41 -0
  342. data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +81 -0
  343. data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +81 -0
  344. data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +47 -0
  345. data/spec/codegen/crm/associations/models/error_category_spec.rb +51 -0
  346. data/spec/codegen/crm/associations/models/error_detail_spec.rb +65 -0
  347. data/spec/codegen/crm/associations/models/error_spec.rb +77 -0
  348. data/spec/codegen/crm/associations/models/next_page_spec.rb +47 -0
  349. data/spec/codegen/crm/associations/models/paging_spec.rb +41 -0
  350. data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +47 -0
  351. data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +47 -0
  352. data/spec/codegen/crm/associations/models/public_association_spec.rb +53 -0
  353. data/spec/codegen/crm/associations/models/public_object_id_spec.rb +41 -0
  354. data/spec/codegen/crm/associations/models/standard_error_spec.rb +83 -0
  355. data/spec/codegen/crm/companies/api/associations_api_spec.rb +79 -0
  356. data/spec/codegen/crm/companies/api/basic_api_spec.rb +106 -0
  357. data/spec/codegen/crm/companies/api/batch_api_spec.rb +84 -0
  358. data/spec/codegen/crm/companies/api/search_api_spec.rb +47 -0
  359. data/spec/codegen/crm/companies/models/associated_id_spec.rb +47 -0
  360. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  361. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +41 -0
  362. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +41 -0
  363. data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  364. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +75 -0
  365. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  366. data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +47 -0
  367. data/spec/codegen/crm/companies/models/collection_response_simple_public_object_spec.rb +47 -0
  368. data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  369. data/spec/codegen/crm/companies/models/error_category_spec.rb +51 -0
  370. data/spec/codegen/crm/companies/models/error_detail_spec.rb +65 -0
  371. data/spec/codegen/crm/companies/models/error_spec.rb +77 -0
  372. data/spec/codegen/crm/companies/models/filter_group_spec.rb +41 -0
  373. data/spec/codegen/crm/companies/models/filter_spec.rb +57 -0
  374. data/spec/codegen/crm/companies/models/next_page_spec.rb +47 -0
  375. data/spec/codegen/crm/companies/models/paging_spec.rb +47 -0
  376. data/spec/codegen/crm/companies/models/previous_page_spec.rb +47 -0
  377. data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +71 -0
  378. data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +47 -0
  379. data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +41 -0
  380. data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +41 -0
  381. data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +77 -0
  382. data/spec/codegen/crm/companies/models/standard_error_spec.rb +83 -0
  383. data/spec/codegen/crm/contacts/api/associations_api_spec.rb +79 -0
  384. data/spec/codegen/crm/contacts/api/basic_api_spec.rb +106 -0
  385. data/spec/codegen/crm/contacts/api/batch_api_spec.rb +84 -0
  386. data/spec/codegen/crm/contacts/api/search_api_spec.rb +47 -0
  387. data/spec/codegen/crm/contacts/models/associated_id_spec.rb +47 -0
  388. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  389. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +41 -0
  390. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +41 -0
  391. data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  392. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +75 -0
  393. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  394. data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +47 -0
  395. data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_spec.rb +47 -0
  396. data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  397. data/spec/codegen/crm/contacts/models/error_category_spec.rb +51 -0
  398. data/spec/codegen/crm/contacts/models/error_detail_spec.rb +65 -0
  399. data/spec/codegen/crm/contacts/models/error_spec.rb +77 -0
  400. data/spec/codegen/crm/contacts/models/filter_group_spec.rb +41 -0
  401. data/spec/codegen/crm/contacts/models/filter_spec.rb +57 -0
  402. data/spec/codegen/crm/contacts/models/next_page_spec.rb +47 -0
  403. data/spec/codegen/crm/contacts/models/paging_spec.rb +47 -0
  404. data/spec/codegen/crm/contacts/models/previous_page_spec.rb +47 -0
  405. data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +71 -0
  406. data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +47 -0
  407. data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +41 -0
  408. data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +41 -0
  409. data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +77 -0
  410. data/spec/codegen/crm/contacts/models/standard_error_spec.rb +83 -0
  411. data/spec/codegen/crm/deals/api/associations_api_spec.rb +79 -0
  412. data/spec/codegen/crm/deals/api/basic_api_spec.rb +106 -0
  413. data/spec/codegen/crm/deals/api/batch_api_spec.rb +84 -0
  414. data/spec/codegen/crm/deals/api/search_api_spec.rb +47 -0
  415. data/spec/codegen/crm/deals/models/associated_id_spec.rb +47 -0
  416. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  417. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +41 -0
  418. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +41 -0
  419. data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  420. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +75 -0
  421. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  422. data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +47 -0
  423. data/spec/codegen/crm/deals/models/collection_response_simple_public_object_spec.rb +47 -0
  424. data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  425. data/spec/codegen/crm/deals/models/error_category_spec.rb +51 -0
  426. data/spec/codegen/crm/deals/models/error_detail_spec.rb +65 -0
  427. data/spec/codegen/crm/deals/models/error_spec.rb +77 -0
  428. data/spec/codegen/crm/deals/models/filter_group_spec.rb +41 -0
  429. data/spec/codegen/crm/deals/models/filter_spec.rb +57 -0
  430. data/spec/codegen/crm/deals/models/next_page_spec.rb +47 -0
  431. data/spec/codegen/crm/deals/models/paging_spec.rb +47 -0
  432. data/spec/codegen/crm/deals/models/previous_page_spec.rb +47 -0
  433. data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +71 -0
  434. data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +47 -0
  435. data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +41 -0
  436. data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +41 -0
  437. data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +77 -0
  438. data/spec/codegen/crm/deals/models/standard_error_spec.rb +83 -0
  439. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +165 -0
  440. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +76 -0
  441. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +60 -0
  442. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +61 -0
  443. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +59 -0
  444. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +53 -0
  445. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +125 -0
  446. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +65 -0
  447. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +93 -0
  448. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +59 -0
  449. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +53 -0
  450. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +69 -0
  451. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +65 -0
  452. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +47 -0
  453. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +71 -0
  454. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +53 -0
  455. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +51 -0
  456. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +65 -0
  457. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +77 -0
  458. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +63 -0
  459. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +41 -0
  460. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +59 -0
  461. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +51 -0
  462. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +135 -0
  463. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +51 -0
  464. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +83 -0
  465. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +135 -0
  466. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +51 -0
  467. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +41 -0
  468. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +51 -0
  469. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +71 -0
  470. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +51 -0
  471. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +47 -0
  472. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +47 -0
  473. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +51 -0
  474. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +53 -0
  475. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +47 -0
  476. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +51 -0
  477. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +47 -0
  478. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +73 -0
  479. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +75 -0
  480. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +85 -0
  481. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +65 -0
  482. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +77 -0
  483. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +65 -0
  484. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +65 -0
  485. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +77 -0
  486. data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +100 -0
  487. data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +46 -0
  488. data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +53 -0
  489. data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +79 -0
  490. data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +41 -0
  491. data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +59 -0
  492. data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +41 -0
  493. data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +63 -0
  494. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +47 -0
  495. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +47 -0
  496. data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +41 -0
  497. data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +51 -0
  498. data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +59 -0
  499. data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +77 -0
  500. data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +57 -0
  501. data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +65 -0
  502. data/spec/codegen/crm/extensions/cards/models/error_spec.rb +77 -0
  503. data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +75 -0
  504. data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +75 -0
  505. data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +65 -0
  506. data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +63 -0
  507. data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +53 -0
  508. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +72 -0
  509. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +65 -0
  510. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +77 -0
  511. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +59 -0
  512. data/spec/codegen/crm/imports/api/core_api_spec.rb +86 -0
  513. data/spec/codegen/crm/imports/models/action_response_spec.rb +69 -0
  514. data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +47 -0
  515. data/spec/codegen/crm/imports/models/error_detail_spec.rb +65 -0
  516. data/spec/codegen/crm/imports/models/error_spec.rb +77 -0
  517. data/spec/codegen/crm/imports/models/next_page_spec.rb +47 -0
  518. data/spec/codegen/crm/imports/models/paging_spec.rb +47 -0
  519. data/spec/codegen/crm/imports/models/previous_page_spec.rb +47 -0
  520. data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +53 -0
  521. data/spec/codegen/crm/imports/models/public_import_response_spec.rb +87 -0
  522. data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +47 -0
  523. data/spec/codegen/crm/line_items/api/associations_api_spec.rb +79 -0
  524. data/spec/codegen/crm/line_items/api/basic_api_spec.rb +106 -0
  525. data/spec/codegen/crm/line_items/api/batch_api_spec.rb +84 -0
  526. data/spec/codegen/crm/line_items/api/search_api_spec.rb +47 -0
  527. data/spec/codegen/crm/line_items/models/associated_id_spec.rb +47 -0
  528. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  529. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +41 -0
  530. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +41 -0
  531. data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  532. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +75 -0
  533. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  534. data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +47 -0
  535. data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_spec.rb +47 -0
  536. data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  537. data/spec/codegen/crm/line_items/models/error_category_spec.rb +51 -0
  538. data/spec/codegen/crm/line_items/models/error_detail_spec.rb +65 -0
  539. data/spec/codegen/crm/line_items/models/error_spec.rb +77 -0
  540. data/spec/codegen/crm/line_items/models/filter_group_spec.rb +41 -0
  541. data/spec/codegen/crm/line_items/models/filter_spec.rb +57 -0
  542. data/spec/codegen/crm/line_items/models/next_page_spec.rb +47 -0
  543. data/spec/codegen/crm/line_items/models/paging_spec.rb +47 -0
  544. data/spec/codegen/crm/line_items/models/previous_page_spec.rb +47 -0
  545. data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +71 -0
  546. data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +47 -0
  547. data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +41 -0
  548. data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +41 -0
  549. data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +77 -0
  550. data/spec/codegen/crm/line_items/models/standard_error_spec.rb +83 -0
  551. data/spec/codegen/crm/objects/api/associations_api_spec.rb +82 -0
  552. data/spec/codegen/crm/objects/api/basic_api_spec.rb +111 -0
  553. data/spec/codegen/crm/objects/api/batch_api_spec.rb +88 -0
  554. data/spec/codegen/crm/objects/api/search_api_spec.rb +48 -0
  555. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +50 -0
  556. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +69 -0
  557. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +48 -0
  558. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +47 -0
  559. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +47 -0
  560. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  561. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +41 -0
  562. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +41 -0
  563. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  564. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +75 -0
  565. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  566. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +47 -0
  567. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_spec.rb +47 -0
  568. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  569. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +51 -0
  570. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +65 -0
  571. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +77 -0
  572. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +41 -0
  573. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +57 -0
  574. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +47 -0
  575. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +47 -0
  576. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +47 -0
  577. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +71 -0
  578. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +47 -0
  579. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +41 -0
  580. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +41 -0
  581. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +77 -0
  582. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +83 -0
  583. data/spec/codegen/crm/objects/models/associated_id_spec.rb +47 -0
  584. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  585. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +41 -0
  586. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +41 -0
  587. data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  588. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +75 -0
  589. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  590. data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +47 -0
  591. data/spec/codegen/crm/objects/models/collection_response_simple_public_object_spec.rb +47 -0
  592. data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  593. data/spec/codegen/crm/objects/models/error_category_spec.rb +51 -0
  594. data/spec/codegen/crm/objects/models/error_detail_spec.rb +65 -0
  595. data/spec/codegen/crm/objects/models/error_spec.rb +77 -0
  596. data/spec/codegen/crm/objects/models/filter_group_spec.rb +41 -0
  597. data/spec/codegen/crm/objects/models/filter_spec.rb +57 -0
  598. data/spec/codegen/crm/objects/models/next_page_spec.rb +47 -0
  599. data/spec/codegen/crm/objects/models/paging_spec.rb +47 -0
  600. data/spec/codegen/crm/objects/models/previous_page_spec.rb +47 -0
  601. data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +71 -0
  602. data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +47 -0
  603. data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +41 -0
  604. data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +41 -0
  605. data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +77 -0
  606. data/spec/codegen/crm/objects/models/standard_error_spec.rb +83 -0
  607. data/spec/{owners → codegen/crm/owners}/api/default_api_spec.rb +1 -1
  608. data/spec/{owners → codegen/crm/owners}/models/collection_response_public_owner_spec.rb +1 -1
  609. data/spec/{owners → codegen/crm/owners}/models/error_detail_spec.rb +13 -1
  610. data/spec/{owners → codegen/crm/owners}/models/error_spec.rb +7 -1
  611. data/spec/{owners → codegen/crm/owners}/models/next_page_spec.rb +1 -1
  612. data/spec/{owners → codegen/crm/owners}/models/paging_spec.rb +1 -1
  613. data/spec/{owners → codegen/crm/owners}/models/public_owner_spec.rb +1 -1
  614. data/spec/{owners → codegen/crm/owners}/models/public_team_spec.rb +1 -1
  615. data/spec/{pipelines → codegen/crm/pipelines}/api/pipeline_stages_api_spec.rb +15 -15
  616. data/spec/{pipelines → codegen/crm/pipelines}/api/pipelines_api_spec.rb +15 -15
  617. data/spec/{pipelines → codegen/crm/pipelines}/models/collection_response_pipeline_spec.rb +1 -1
  618. data/spec/{pipelines → codegen/crm/pipelines}/models/collection_response_pipeline_stage_spec.rb +1 -1
  619. data/spec/{pipelines → codegen/crm/pipelines}/models/error_detail_spec.rb +13 -1
  620. data/spec/{pipelines → codegen/crm/pipelines}/models/error_spec.rb +7 -1
  621. data/spec/{pipelines → codegen/crm/pipelines}/models/next_page_spec.rb +1 -1
  622. data/spec/{pipelines → codegen/crm/pipelines}/models/paging_spec.rb +1 -1
  623. data/spec/{pipelines → codegen/crm/pipelines}/models/pipeline_input_spec.rb +1 -1
  624. data/spec/{pipelines → codegen/crm/pipelines}/models/pipeline_patch_input_spec.rb +1 -1
  625. data/spec/{pipelines → codegen/crm/pipelines}/models/pipeline_spec.rb +1 -1
  626. data/spec/{pipelines → codegen/crm/pipelines}/models/pipeline_stage_input_spec.rb +1 -1
  627. data/spec/{pipelines → codegen/crm/pipelines}/models/pipeline_stage_patch_input_spec.rb +1 -1
  628. data/spec/{pipelines → codegen/crm/pipelines}/models/pipeline_stage_spec.rb +1 -1
  629. data/spec/codegen/crm/products/api/associations_api_spec.rb +79 -0
  630. data/spec/codegen/crm/products/api/basic_api_spec.rb +106 -0
  631. data/spec/codegen/crm/products/api/batch_api_spec.rb +84 -0
  632. data/spec/codegen/crm/products/api/search_api_spec.rb +47 -0
  633. data/spec/codegen/crm/products/models/associated_id_spec.rb +47 -0
  634. data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  635. data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +41 -0
  636. data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +41 -0
  637. data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  638. data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +75 -0
  639. data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  640. data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +47 -0
  641. data/spec/codegen/crm/products/models/collection_response_simple_public_object_spec.rb +47 -0
  642. data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  643. data/spec/codegen/crm/products/models/error_category_spec.rb +51 -0
  644. data/spec/codegen/crm/products/models/error_detail_spec.rb +65 -0
  645. data/spec/codegen/crm/products/models/error_spec.rb +77 -0
  646. data/spec/codegen/crm/products/models/filter_group_spec.rb +41 -0
  647. data/spec/codegen/crm/products/models/filter_spec.rb +57 -0
  648. data/spec/codegen/crm/products/models/next_page_spec.rb +47 -0
  649. data/spec/codegen/crm/products/models/paging_spec.rb +47 -0
  650. data/spec/codegen/crm/products/models/previous_page_spec.rb +47 -0
  651. data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +71 -0
  652. data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +47 -0
  653. data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +41 -0
  654. data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +41 -0
  655. data/spec/codegen/crm/products/models/simple_public_object_spec.rb +77 -0
  656. data/spec/codegen/crm/products/models/standard_error_spec.rb +83 -0
  657. data/spec/{properties → codegen/crm/properties}/api/batch_api_spec.rb +10 -10
  658. data/spec/{properties → codegen/crm/properties}/api/core_api_spec.rb +23 -23
  659. data/spec/{properties → codegen/crm/properties}/api/groups_api_spec.rb +23 -23
  660. data/spec/{properties → codegen/crm/properties}/models/batch_input_property_create_spec.rb +1 -1
  661. data/spec/{properties → codegen/crm/properties}/models/batch_input_property_name_spec.rb +1 -1
  662. data/spec/{properties → codegen/crm/properties}/models/batch_read_input_property_name_spec.rb +3 -3
  663. data/spec/{properties → codegen/crm/properties}/models/batch_response_property_spec.rb +15 -9
  664. data/spec/{properties → codegen/crm/properties}/models/collection_response_property_group_spec.rb +1 -1
  665. data/spec/{properties → codegen/crm/properties}/models/collection_response_property_spec.rb +1 -1
  666. data/spec/codegen/crm/properties/models/error_category_spec.rb +51 -0
  667. data/spec/{properties → codegen/crm/properties}/models/error_detail_spec.rb +4 -4
  668. data/spec/{properties → codegen/crm/properties}/models/error_spec.rb +7 -1
  669. data/spec/{properties → codegen/crm/properties}/models/next_page_spec.rb +1 -1
  670. data/spec/{properties → codegen/crm/properties}/models/option_input_spec.rb +1 -1
  671. data/spec/{properties → codegen/crm/properties}/models/option_spec.rb +1 -1
  672. data/spec/{properties → codegen/crm/properties}/models/paging_spec.rb +1 -1
  673. data/spec/{properties → codegen/crm/properties}/models/property_create_spec.rb +7 -1
  674. data/spec/{properties → codegen/crm/properties}/models/property_group_create_spec.rb +1 -1
  675. data/spec/{properties → codegen/crm/properties}/models/property_group_spec.rb +1 -1
  676. data/spec/{properties → codegen/crm/properties}/models/property_group_update_spec.rb +1 -1
  677. data/spec/{properties → codegen/crm/properties}/models/property_modification_metadata_spec.rb +1 -1
  678. data/spec/{properties → codegen/crm/properties}/models/property_name_spec.rb +1 -1
  679. data/spec/{properties → codegen/crm/properties}/models/property_spec.rb +1 -5
  680. data/spec/{properties → codegen/crm/properties}/models/property_update_spec.rb +7 -1
  681. data/spec/codegen/crm/properties/models/standard_error_spec.rb +83 -0
  682. data/spec/codegen/crm/quotes/api/associations_api_spec.rb +50 -0
  683. data/spec/codegen/crm/quotes/api/basic_api_spec.rb +69 -0
  684. data/spec/codegen/crm/quotes/api/batch_api_spec.rb +48 -0
  685. data/spec/codegen/crm/quotes/api/search_api_spec.rb +47 -0
  686. data/spec/codegen/crm/quotes/models/associated_id_spec.rb +47 -0
  687. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  688. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +41 -0
  689. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +41 -0
  690. data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  691. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +75 -0
  692. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  693. data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +47 -0
  694. data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_spec.rb +47 -0
  695. data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  696. data/spec/codegen/crm/quotes/models/error_category_spec.rb +51 -0
  697. data/spec/codegen/crm/quotes/models/error_detail_spec.rb +65 -0
  698. data/spec/codegen/crm/quotes/models/error_spec.rb +77 -0
  699. data/spec/codegen/crm/quotes/models/filter_group_spec.rb +41 -0
  700. data/spec/codegen/crm/quotes/models/filter_spec.rb +57 -0
  701. data/spec/codegen/crm/quotes/models/next_page_spec.rb +47 -0
  702. data/spec/codegen/crm/quotes/models/paging_spec.rb +47 -0
  703. data/spec/codegen/crm/quotes/models/previous_page_spec.rb +47 -0
  704. data/spec/codegen/crm/quotes/models/public_object_search_request_spec.rb +71 -0
  705. data/spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb +47 -0
  706. data/spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb +41 -0
  707. data/spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb +41 -0
  708. data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +77 -0
  709. data/spec/codegen/crm/quotes/models/standard_error_spec.rb +83 -0
  710. data/spec/codegen/crm/schemas/api/core_api_spec.rb +121 -0
  711. data/spec/codegen/crm/schemas/api/default_api_spec.rb +45 -0
  712. data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +73 -0
  713. data/spec/codegen/crm/schemas/models/association_definition_spec.rb +91 -0
  714. data/spec/codegen/crm/schemas/models/collection_response_object_schema_spec.rb +47 -0
  715. data/spec/codegen/crm/schemas/models/error_detail_spec.rb +65 -0
  716. data/spec/codegen/crm/schemas/models/error_spec.rb +77 -0
  717. data/spec/codegen/crm/schemas/models/next_page_spec.rb +47 -0
  718. data/spec/codegen/crm/schemas/models/object_schema_egg_spec.rb +83 -0
  719. data/spec/codegen/crm/schemas/models/object_schema_spec.rb +113 -0
  720. data/spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb +47 -0
  721. data/spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb +71 -0
  722. data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +107 -0
  723. data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +99 -0
  724. data/spec/codegen/crm/schemas/models/option_input_spec.rb +65 -0
  725. data/spec/codegen/crm/schemas/models/option_spec.rb +65 -0
  726. data/spec/codegen/crm/schemas/models/paging_spec.rb +47 -0
  727. data/spec/codegen/crm/schemas/models/previous_page_spec.rb +47 -0
  728. data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +59 -0
  729. data/spec/codegen/crm/schemas/models/property_spec.rb +173 -0
  730. data/spec/codegen/crm/tickets/api/associations_api_spec.rb +79 -0
  731. data/spec/codegen/crm/tickets/api/basic_api_spec.rb +106 -0
  732. data/spec/codegen/crm/tickets/api/batch_api_spec.rb +84 -0
  733. data/spec/codegen/crm/tickets/api/search_api_spec.rb +47 -0
  734. data/spec/codegen/crm/tickets/models/associated_id_spec.rb +47 -0
  735. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  736. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +41 -0
  737. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +41 -0
  738. data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  739. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +75 -0
  740. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  741. data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +47 -0
  742. data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_spec.rb +47 -0
  743. data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  744. data/spec/codegen/crm/tickets/models/error_category_spec.rb +51 -0
  745. data/spec/codegen/crm/tickets/models/error_detail_spec.rb +65 -0
  746. data/spec/codegen/crm/tickets/models/error_spec.rb +77 -0
  747. data/spec/codegen/crm/tickets/models/filter_group_spec.rb +41 -0
  748. data/spec/codegen/crm/tickets/models/filter_spec.rb +57 -0
  749. data/spec/codegen/crm/tickets/models/next_page_spec.rb +47 -0
  750. data/spec/codegen/crm/tickets/models/paging_spec.rb +47 -0
  751. data/spec/codegen/crm/tickets/models/previous_page_spec.rb +47 -0
  752. data/spec/codegen/crm/tickets/models/public_object_search_request_spec.rb +71 -0
  753. data/spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb +47 -0
  754. data/spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb +41 -0
  755. data/spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb +41 -0
  756. data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +77 -0
  757. data/spec/codegen/crm/tickets/models/standard_error_spec.rb +83 -0
  758. data/spec/codegen/crm/timeline/api/events_api_spec.rb +99 -0
  759. data/spec/codegen/crm/timeline/api/templates_api_spec.rb +100 -0
  760. data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +78 -0
  761. data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +41 -0
  762. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +75 -0
  763. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +87 -0
  764. data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb +47 -0
  765. data/spec/codegen/crm/timeline/models/error_category_spec.rb +51 -0
  766. data/spec/codegen/crm/timeline/models/error_detail_spec.rb +65 -0
  767. data/spec/codegen/crm/timeline/models/error_spec.rb +77 -0
  768. data/spec/codegen/crm/timeline/models/event_detail_spec.rb +41 -0
  769. data/spec/codegen/crm/timeline/models/next_page_spec.rb +47 -0
  770. data/spec/codegen/crm/timeline/models/paging_spec.rb +47 -0
  771. data/spec/codegen/crm/timeline/models/previous_page_spec.rb +47 -0
  772. data/spec/codegen/crm/timeline/models/standard_error_spec.rb +83 -0
  773. data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +65 -0
  774. data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +107 -0
  775. data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +95 -0
  776. data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +65 -0
  777. data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +83 -0
  778. data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +47 -0
  779. data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +81 -0
  780. data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +53 -0
  781. data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +65 -0
  782. data/spec/codegen/events/api/events_api_spec.rb +54 -0
  783. data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +47 -0
  784. data/spec/codegen/events/models/error_detail_spec.rb +65 -0
  785. data/spec/codegen/events/models/error_spec.rb +77 -0
  786. data/spec/codegen/events/models/external_unified_event_spec.rb +71 -0
  787. data/spec/codegen/events/models/next_page_spec.rb +47 -0
  788. data/spec/codegen/events/models/paging_spec.rb +41 -0
  789. data/spec/codegen/files/files/api/files_api_spec.rb +189 -0
  790. data/spec/codegen/files/files/api/folders_api_spec.rb +143 -0
  791. data/spec/codegen/files/files/models/collection_response_file_spec.rb +47 -0
  792. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +47 -0
  793. data/spec/codegen/files/files/models/error_category_spec.rb +51 -0
  794. data/spec/codegen/files/files/models/error_detail_spec.rb +65 -0
  795. data/spec/codegen/files/files/models/error_spec.rb +77 -0
  796. data/spec/codegen/files/files/models/file_action_response_spec.rb +93 -0
  797. data/spec/codegen/files/files/models/file_spec.rb +147 -0
  798. data/spec/codegen/files/files/models/file_update_input_spec.rb +69 -0
  799. data/spec/codegen/files/files/models/folder_action_response_spec.rb +93 -0
  800. data/spec/codegen/files/files/models/folder_input_spec.rb +53 -0
  801. data/spec/codegen/files/files/models/folder_spec.rb +83 -0
  802. data/spec/codegen/files/files/models/folder_update_input_spec.rb +53 -0
  803. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +47 -0
  804. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +101 -0
  805. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +47 -0
  806. data/spec/codegen/files/files/models/next_page_spec.rb +47 -0
  807. data/spec/codegen/files/files/models/paging_spec.rb +47 -0
  808. data/spec/codegen/files/files/models/previous_page_spec.rb +47 -0
  809. data/spec/codegen/files/files/models/signed_url_spec.rb +83 -0
  810. data/spec/codegen/files/files/models/standard_error_spec.rb +83 -0
  811. data/spec/codegen/marketing/transactional/api/default_api_spec.rb +110 -0
  812. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +47 -0
  813. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +85 -0
  814. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +65 -0
  815. data/spec/codegen/marketing/transactional/models/error_spec.rb +77 -0
  816. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +47 -0
  817. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +47 -0
  818. data/spec/codegen/marketing/transactional/models/paging_spec.rb +41 -0
  819. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +71 -0
  820. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +59 -0
  821. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +47 -0
  822. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +77 -0
  823. data/spec/codegen/oauth/api/default_api_spec.rb +80 -0
  824. data/spec/{oauth → codegen/oauth}/models/access_token_info_response_spec.rb +8 -2
  825. data/spec/{oauth → codegen/oauth}/models/error_detail_spec.rb +14 -2
  826. data/spec/{oauth → codegen/oauth}/models/error_spec.rb +8 -2
  827. data/spec/{oauth → codegen/oauth}/models/refresh_token_info_response_spec.rb +2 -2
  828. data/spec/codegen/oauth/models/token_response_if_spec.rb +53 -0
  829. data/spec/codegen/webhooks/api/settings_api_spec.rb +72 -0
  830. data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +113 -0
  831. data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +41 -0
  832. data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +75 -0
  833. data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +87 -0
  834. data/spec/codegen/webhooks/models/error_category_spec.rb +51 -0
  835. data/spec/codegen/webhooks/models/error_detail_spec.rb +65 -0
  836. data/spec/codegen/webhooks/models/error_spec.rb +77 -0
  837. data/spec/codegen/webhooks/models/settings_change_request_spec.rb +47 -0
  838. data/spec/codegen/webhooks/models/settings_response_spec.rb +59 -0
  839. data/spec/codegen/webhooks/models/standard_error_spec.rb +83 -0
  840. data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +47 -0
  841. data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +57 -0
  842. data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +41 -0
  843. data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +41 -0
  844. data/spec/codegen/webhooks/models/subscription_response_spec.rb +75 -0
  845. data/spec/codegen/webhooks/models/throttling_settings_spec.rb +51 -0
  846. data/spec/features/automation/actions/callbacks_api_spec.rb +8 -0
  847. data/spec/features/automation/actions/definitions_api_spec.rb +11 -0
  848. data/spec/features/automation/actions/functions_api_spec.rb +13 -0
  849. data/spec/features/automation/actions/revisions_api_spec.rb +8 -0
  850. data/spec/features/cms/audit-logs/default_api_spec.rb +25 -0
  851. data/spec/features/cms/blogs/authors/default_api_spec.rb +254 -0
  852. data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +25 -0
  853. data/spec/features/cms/blogs/tags/default_api_spec.rb +15 -0
  854. data/spec/features/cms/domains/domains_api_spec.rb +8 -0
  855. data/spec/features/cms/hubdb/rows_api_spec.rb +15 -0
  856. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +13 -0
  857. data/spec/features/cms/hubdb/tables_api_spec.rb +20 -0
  858. data/spec/features/cms/perfomance/default_api_spec.rb +8 -0
  859. data/spec/features/cms/site-search/default_api_spec.rb +8 -0
  860. data/spec/features/cms/url-redirects/redirects_api_spec.rb +11 -0
  861. data/spec/features/conversations/visitor-identification/generate_api_spec.rb +7 -0
  862. data/spec/features/crm/associations/batch_api_spec.rb +9 -0
  863. data/spec/features/crm/associations/types_api_spec.rb +7 -0
  864. data/spec/features/crm/companies/associations_api_spec.rb +9 -0
  865. data/spec/features/crm/companies/basic_api_spec.rb +11 -0
  866. data/spec/features/crm/companies/batch_api_spec.rb +10 -0
  867. data/spec/features/crm/companies/search_api_spec.rb +7 -0
  868. data/spec/features/crm/contacts/associations_api_spec.rb +9 -0
  869. data/spec/features/crm/contacts/basic_api_spec.rb +11 -0
  870. data/spec/features/crm/contacts/batch_api_spec.rb +10 -0
  871. data/spec/features/crm/contacts/search_api_spec.rb +7 -0
  872. data/spec/features/crm/deals/associations_api_spec.rb +9 -0
  873. data/spec/features/crm/deals/basic_api_spec.rb +11 -0
  874. data/spec/features/crm/deals/batch_api_spec.rb +10 -0
  875. data/spec/features/crm/deals/search_api_spec.rb +7 -0
  876. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
  877. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +9 -0
  878. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +8 -0
  879. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +8 -0
  880. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
  881. data/spec/features/crm/extensions/calling/settings_api_spec.rb +10 -0
  882. data/spec/features/crm/extensions/cards/cards_api_spec.rb +11 -0
  883. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +7 -0
  884. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
  885. data/spec/features/crm/imports/core_api_spec.rb +10 -0
  886. data/spec/features/crm/line_items/associations_api_spec.rb +9 -0
  887. data/spec/features/crm/line_items/basic_api_spec.rb +11 -0
  888. data/spec/features/crm/line_items/batch_api_spec.rb +10 -0
  889. data/spec/features/crm/line_items/search_api_spec.rb +7 -0
  890. data/spec/features/crm/objects/associations_api_spec.rb +9 -0
  891. data/spec/features/crm/objects/basic_api_spec.rb +11 -0
  892. data/spec/features/crm/objects/batch_api_spec.rb +10 -0
  893. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +7 -0
  894. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +8 -0
  895. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +7 -0
  896. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
  897. data/spec/features/crm/objects/search_api_spec.rb +7 -0
  898. data/spec/features/crm/owners/default_api_spec.rb +8 -0
  899. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
  900. data/spec/features/crm/pipelines/pipelines_api_spec.rb +12 -0
  901. data/spec/features/crm/products/associations_api_spec.rb +9 -0
  902. data/spec/features/crm/products/basic_api_spec.rb +11 -0
  903. data/spec/features/crm/products/batch_api_spec.rb +10 -0
  904. data/spec/features/crm/products/search_api_spec.rb +7 -0
  905. data/spec/features/crm/properties/batch_api_spec.rb +9 -0
  906. data/spec/features/crm/properties/core_api_spec.rb +11 -0
  907. data/spec/features/crm/properties/groups_api_spec.rb +11 -0
  908. data/spec/features/crm/quotes/associations_api_spec.rb +7 -0
  909. data/spec/features/crm/quotes/basic_api_spec.rb +8 -0
  910. data/spec/features/crm/quotes/batch_api_spec.rb +7 -0
  911. data/spec/features/crm/quotes/search_api_spec.rb +7 -0
  912. data/spec/features/crm/schemas/core_api_spec.rb +13 -0
  913. data/spec/features/crm/schemas/default_api_spec.rb +7 -0
  914. data/spec/features/crm/tickets/associations_api_spec.rb +9 -0
  915. data/spec/features/crm/tickets/basic_api_spec.rb +11 -0
  916. data/spec/features/crm/tickets/batch_api_spec.rb +10 -0
  917. data/spec/features/crm/tickets/search_api_spec.rb +7 -0
  918. data/spec/features/crm/timeline/events_api_spec.rb +11 -0
  919. data/spec/features/crm/timeline/templates_api_spec.rb +11 -0
  920. data/spec/features/crm/timeline/tokens_api_spec.rb +9 -0
  921. data/spec/features/events/events_api_spec.rb +7 -0
  922. data/spec/features/files/files/files_api_spec.rb +16 -0
  923. data/spec/features/files/files/folders_api_spec.rb +14 -0
  924. data/spec/features/marketing/transactional/default_api_spec.rb +12 -0
  925. data/spec/features/oauth/default_api_spec.rb +10 -0
  926. data/spec/features/webhooks/settings_api_spec.rb +9 -0
  927. data/spec/features/webhooks/subscriptions_api_spec.rb +12 -0
  928. metadata +1669 -124
  929. data/spec/cms/blogs/blog-posts/api/default_api_spec.rb +0 -158
  930. data/spec/oauth/api/default_api_spec.rb +0 -51
  931. data/spec/oauth/api_client_spec.rb +0 -226
  932. data/spec/oauth/configuration_spec.rb +0 -42
  933. data/spec/owners/api_client_spec.rb +0 -226
  934. data/spec/owners/configuration_spec.rb +0 -42
  935. data/spec/pipelines/api_client_spec.rb +0 -226
  936. data/spec/pipelines/configuration_spec.rb +0 -42
  937. data/spec/properties/api_client_spec.rb +0 -226
  938. data/spec/properties/configuration_spec.rb +0 -42
@@ -0,0 +1,51 @@
1
+ =begin
2
+ #Blog Post endpoints
3
+
4
+ #\"Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags\"
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Hubspot::Cms::Blogs::BlogPosts::Angle
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'Angle' do
21
+ before do
22
+ # run before each test
23
+ @instance = Hubspot::Cms::Blogs::BlogPosts::Angle.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of Angle' do
31
+ it 'should create an instance of Angle' do
32
+ expect(@instance).to be_instance_of(Hubspot::Cms::Blogs::BlogPosts::Angle)
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 "units"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["deg", "grad", "rad", "turn"])
45
+ # validator.allowable_values.each do |value|
46
+ # expect { @instance.units = value }.not_to raise_error
47
+ # end
48
+ end
49
+ end
50
+
51
+ end
@@ -0,0 +1,57 @@
1
+ =begin
2
+ #Blog Post endpoints
3
+
4
+ #\"Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags\"
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Hubspot::Cms::Blogs::BlogPosts::BackgroundImage
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'BackgroundImage' do
21
+ before do
22
+ # run before each test
23
+ @instance = Hubspot::Cms::Blogs::BlogPosts::BackgroundImage.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of BackgroundImage' do
31
+ it 'should create an instance of BackgroundImage' do
32
+ expect(@instance).to be_instance_of(Hubspot::Cms::Blogs::BlogPosts::BackgroundImage)
33
+ end
34
+ end
35
+ describe 'test attribute "image_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 "background_size"' 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 "background_position"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["TOP_LEFT", "TOP_CENTER", "TOP_RIGHT", "MIDDLE_LEFT", "MIDDLE_CENTER", "MIDDLE_RIGHT", "BOTTOM_LEFT", "BOTTOM_CENTER", "BOTTOM_RIGHT"])
51
+ # validator.allowable_values.each do |value|
52
+ # expect { @instance.background_position = value }.not_to raise_error
53
+ # end
54
+ end
55
+ end
56
+
57
+ end
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #Blog Post endpoints
3
+
4
+ #\"Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags\"
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Hubspot::Cms::Blogs::BlogPosts::BatchInputBlogPost
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'BatchInputBlogPost' do
21
+ before do
22
+ # run before each test
23
+ @instance = Hubspot::Cms::Blogs::BlogPosts::BatchInputBlogPost.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of BatchInputBlogPost' do
31
+ it 'should create an instance of BatchInputBlogPost' do
32
+ expect(@instance).to be_instance_of(Hubspot::Cms::Blogs::BlogPosts::BatchInputBlogPost)
33
+ end
34
+ end
35
+ describe 'test attribute "inputs"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #Blog Post endpoints
3
+
4
+ #\"Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags\"
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Hubspot::Cms::Blogs::BlogPosts::BatchInputJsonNode
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'BatchInputJsonNode' do
21
+ before do
22
+ # run before each test
23
+ @instance = Hubspot::Cms::Blogs::BlogPosts::BatchInputJsonNode.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of BatchInputJsonNode' do
31
+ it 'should create an instance of BatchInputJsonNode' do
32
+ expect(@instance).to be_instance_of(Hubspot::Cms::Blogs::BlogPosts::BatchInputJsonNode)
33
+ end
34
+ end
35
+ describe 'test attribute "inputs"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #Blog Post endpoints
3
+
4
+ #\"Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags\"
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Hubspot::Cms::Blogs::BlogPosts::BatchInputString
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'BatchInputString' do
21
+ before do
22
+ # run before each test
23
+ @instance = Hubspot::Cms::Blogs::BlogPosts::BatchInputString.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of BatchInputString' do
31
+ it 'should create an instance of BatchInputString' do
32
+ expect(@instance).to be_instance_of(Hubspot::Cms::Blogs::BlogPosts::BatchInputString)
33
+ end
34
+ end
35
+ describe 'test attribute "inputs"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -0,0 +1,87 @@
1
+ =begin
2
+ #Blog Post endpoints
3
+
4
+ #\"Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags\"
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Hubspot::Cms::Blogs::BlogPosts::BatchResponseBlogPostWithErrors
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'BatchResponseBlogPostWithErrors' do
21
+ before do
22
+ # run before each test
23
+ @instance = Hubspot::Cms::Blogs::BlogPosts::BatchResponseBlogPostWithErrors.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of BatchResponseBlogPostWithErrors' do
31
+ it 'should create an instance of BatchResponseBlogPostWithErrors' do
32
+ expect(@instance).to be_instance_of(Hubspot::Cms::Blogs::BlogPosts::BatchResponseBlogPostWithErrors)
33
+ end
34
+ end
35
+ describe 'test attribute "status"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["PENDING", "PROCESSING", "CANCELED", "COMPLETE"])
39
+ # validator.allowable_values.each do |value|
40
+ # expect { @instance.status = value }.not_to raise_error
41
+ # end
42
+ end
43
+ end
44
+
45
+ describe 'test attribute "results"' do
46
+ it 'should work' do
47
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
48
+ end
49
+ end
50
+
51
+ describe 'test attribute "num_errors"' do
52
+ it 'should work' do
53
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
54
+ end
55
+ end
56
+
57
+ describe 'test attribute "errors"' do
58
+ it 'should work' do
59
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
60
+ end
61
+ end
62
+
63
+ describe 'test attribute "requested_at"' do
64
+ it 'should work' do
65
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
66
+ end
67
+ end
68
+
69
+ describe 'test attribute "started_at"' do
70
+ it 'should work' do
71
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
72
+ end
73
+ end
74
+
75
+ describe 'test attribute "completed_at"' do
76
+ it 'should work' do
77
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
78
+ end
79
+ end
80
+
81
+ describe 'test attribute "links"' do
82
+ it 'should work' do
83
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
+ end
85
+ end
86
+
87
+ end
@@ -0,0 +1,417 @@
1
+ =begin
2
+ #Blog Post endpoints
3
+
4
+ #\"Use these endpoints for interacting with Blog Posts, Blog Authors, and Blog Tags\"
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Hubspot::Cms::Blogs::BlogPosts::BlogPost
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'BlogPost' do
21
+ before do
22
+ # run before each test
23
+ @instance = Hubspot::Cms::Blogs::BlogPosts::BlogPost.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of BlogPost' do
31
+ it 'should create an instance of BlogPost' do
32
+ expect(@instance).to be_instance_of(Hubspot::Cms::Blogs::BlogPosts::BlogPost)
33
+ end
34
+ end
35
+ describe 'test attribute "id"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "slug"' 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 "content_group_id"' 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 "campaign"' 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 "category_id"' 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 "state"' 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 "template_path"' 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 "name"' 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 "mab_experiment_id"' 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 "archived"' 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 "author_name"' 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 "ab_test_id"' 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 "created_by_id"' 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 "updated_by_id"' 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 "domain"' 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
+ describe 'test attribute "subcategory"' do
126
+ it 'should work' do
127
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
+ end
129
+ end
130
+
131
+ describe 'test attribute "ab_status"' do
132
+ it 'should work' do
133
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["master", "variant", "loser_variant", "mab_master", "mab_variant", "automated_master", "automated_variant", "automated_loser_variant"])
135
+ # validator.allowable_values.each do |value|
136
+ # expect { @instance.ab_status = value }.not_to raise_error
137
+ # end
138
+ end
139
+ end
140
+
141
+ describe 'test attribute "folder_id"' do
142
+ it 'should work' do
143
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
144
+ end
145
+ end
146
+
147
+ describe 'test attribute "widget_containers"' do
148
+ it 'should work' do
149
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
150
+ end
151
+ end
152
+
153
+ describe 'test attribute "widgets"' do
154
+ it 'should work' do
155
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
156
+ end
157
+ end
158
+
159
+ describe 'test attribute "language"' do
160
+ it 'should work' do
161
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
162
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["af", "af-na", "af-za", "agq", "agq-cm", "ak", "ak-gh", "am", "am-et", "ar", "ar-001", "ar-ae", "ar-bh", "ar-dj", "ar-dz", "ar-eg", "ar-eh", "ar-er", "ar-il", "ar-iq", "ar-jo", "ar-km", "ar-kw", "ar-lb", "ar-ly", "ar-ma", "ar-mr", "ar-om", "ar-ps", "ar-qa", "ar-sa", "ar-sd", "ar-so", "ar-ss", "ar-sy", "ar-td", "ar-tn", "ar-ye", "as", "as-in", "asa", "asa-tz", "ast", "ast-es", "az", "az-az", "bas", "bas-cm", "be", "be-by", "bem", "bem-zm", "bez", "bez-tz", "bg", "bg-bg", "bm", "bm-ml", "bn", "bn-bd", "bn-in", "bo", "bo-cn", "bo-in", "br", "br-fr", "brx", "brx-in", "bs", "bs-ba", "ca", "ca-ad", "ca-es", "ca-fr", "ca-it", "ccp", "ccp-bd", "ccp-in", "ce", "ce-ru", "cgg", "cgg-ug", "chr", "chr-us", "ckb", "ckb-iq", "ckb-ir", "cs", "cs-cz", "cu", "cu-ru", "cy", "cy-gb", "da", "da-dk", "da-gl", "dav", "dav-ke", "de", "de-at", "de-be", "de-ch", "de-de", "de-gr", "de-it", "de-li", "de-lu", "dje", "dje-ne", "dsb", "dsb-de", "dua", "dua-cm", "dyo", "dyo-sn", "dz", "dz-bt", "ebu", "ebu-ke", "ee", "ee-gh", "ee-tg", "el", "el-cy", "el-gr", "en", "en-001", "en-150", "en-ag", "en-ai", "en-as", "en-at", "en-au", "en-bb", "en-be", "en-bi", "en-bm", "en-bs", "en-bw", "en-bz", "en-ca", "en-cc", "en-ch", "en-ck", "en-cm", "en-cx", "en-cy", "en-de", "en-dg", "en-dk", "en-dm", "en-er", "en-fi", "en-fj", "en-fk", "en-fm", "en-gb", "en-gd", "en-gg", "en-gh", "en-gi", "en-gm", "en-gu", "en-gy", "en-hk", "en-ie", "en-il", "en-im", "en-in", "en-io", "en-je", "en-jm", "en-ke", "en-ki", "en-kn", "en-ky", "en-lc", "en-lr", "en-ls", "en-mg", "en-mh", "en-mo", "en-mp", "en-ms", "en-mt", "en-mu", "en-mw", "en-my", "en-na", "en-nf", "en-ng", "en-nl", "en-nr", "en-nu", "en-nz", "en-pg", "en-ph", "en-pk", "en-pn", "en-pr", "en-pw", "en-rw", "en-sb", "en-sc", "en-sd", "en-se", "en-sg", "en-sh", "en-si", "en-sl", "en-ss", "en-sx", "en-sz", "en-tc", "en-tk", "en-to", "en-tt", "en-tv", "en-tz", "en-ug", "en-um", "en-us", "en-vc", "en-vg", "en-vi", "en-vu", "en-ws", "en-za", "en-zm", "en-zw", "eo", "eo-001", "es", "es-419", "es-ar", "es-bo", "es-br", "es-bz", "es-cl", "es-co", "es-cr", "es-cu", "es-do", "es-ea", "es-ec", "es-es", "es-gq", "es-gt", "es-hn", "es-ic", "es-mx", "es-ni", "es-pa", "es-pe", "es-ph", "es-pr", "es-py", "es-sv", "es-us", "es-uy", "es-ve", "et", "et-ee", "eu", "eu-es", "ewo", "ewo-cm", "fa", "fa-af", "fa-ir", "ff", "ff-cm", "ff-gn", "ff-mr", "ff-sn", "fi", "fi-fi", "fil", "fil-ph", "fo", "fo-dk", "fo-fo", "fr", "fr-be", "fr-bf", "fr-bi", "fr-bj", "fr-bl", "fr-ca", "fr-cd", "fr-cf", "fr-cg", "fr-ch", "fr-ci", "fr-cm", "fr-dj", "fr-dz", "fr-fr", "fr-ga", "fr-gf", "fr-gn", "fr-gp", "fr-gq", "fr-ht", "fr-km", "fr-lu", "fr-ma", "fr-mc", "fr-mf", "fr-mg", "fr-ml", "fr-mq", "fr-mr", "fr-mu", "fr-nc", "fr-ne", "fr-pf", "fr-pm", "fr-re", "fr-rw", "fr-sc", "fr-sn", "fr-sy", "fr-td", "fr-tg", "fr-tn", "fr-vu", "fr-wf", "fr-yt", "fur", "fur-it", "fy", "fy-nl", "ga", "ga-ie", "gd", "gd-gb", "gl", "gl-es", "gsw", "gsw-ch", "gsw-fr", "gsw-li", "gu", "gu-in", "guz", "guz-ke", "gv", "gv-im", "ha", "ha-gh", "ha-ne", "ha-ng", "haw", "haw-us", "he", "hi", "hi-in", "hr", "hr-ba", "hr-hr", "hsb", "hsb-de", "hu", "hu-hu", "hy", "hy-am", "id", "ig", "ig-ng", "ii", "ii-cn", "id-id", "is", "is-is", "it", "it-ch", "it-it", "it-sm", "it-va", "he-il", "ja", "ja-jp", "jgo", "jgo-cm", "yi", "yi-001", "jmc", "jmc-tz", "ka", "ka-ge", "kab", "kab-dz", "kam", "kam-ke", "kde", "kde-tz", "kea", "kea-cv", "khq", "khq-ml", "ki", "ki-ke", "kk", "kk-kz", "kkj", "kkj-cm", "kl", "kl-gl", "kln", "kln-ke", "km", "km-kh", "kn", "kn-in", "ko", "ko-kp", "ko-kr", "kok", "kok-in", "ks", "ks-in", "ksb", "ksb-tz", "ksf", "ksf-cm", "ksh", "ksh-de", "kw", "kw-gb", "ky", "ky-kg", "lag", "lag-tz", "lb", "lb-lu", "lg", "lg-ug", "lkt", "lkt-us", "ln", "ln-ao", "ln-cd", "ln-cf", "ln-cg", "lo", "lo-la", "lrc", "lrc-iq", "lrc-ir", "lt", "lt-lt", "lu", "lu-cd", "luo", "luo-ke", "luy", "luy-ke", "lv", "lv-lv", "mas", "mas-ke", "mas-tz", "mer", "mer-ke", "mfe", "mfe-mu", "mg", "mg-mg", "mgh", "mgh-mz", "mgo", "mgo-cm", "mk", "mk-mk", "ml", "ml-in", "mn", "mn-mn", "mr", "mr-in", "ms", "ms-bn", "ms-my", "ms-sg", "mt", "mt-mt", "mua", "mua-cm", "my", "my-mm", "mzn", "mzn-ir", "naq", "naq-na", "nb", "nb-no", "nb-sj", "nd", "nd-zw", "nds", "nds-de", "nds-nl", "ne", "ne-in", "ne-np", "nl", "nl-aw", "nl-be", "nl-bq", "nl-cw", "nl-nl", "nl-sr", "nl-sx", "nmg", "nmg-cm", "nn", "nn-no", "nnh", "nnh-cm", "no", "no-no", "nus", "nus-ss", "nyn", "nyn-ug", "om", "om-et", "om-ke", "or", "or-in", "os", "os-ge", "os-ru", "pa", "pa-in", "pa-pk", "pl", "pl-pl", "prg", "prg-001", "ps", "ps-af", "pt", "pt-ao", "pt-br", "pt-ch", "pt-cv", "pt-gq", "pt-gw", "pt-lu", "pt-mo", "pt-mz", "pt-pt", "pt-st", "pt-tl", "qu", "qu-bo", "qu-ec", "qu-pe", "rm", "rm-ch", "rn", "rn-bi", "ro", "ro-md", "ro-ro", "rof", "rof-tz", "ru", "ru-by", "ru-kg", "ru-kz", "ru-md", "ru-ru", "ru-ua", "rw", "rw-rw", "rwk", "rwk-tz", "sa", "sah", "sah-ru", "saq", "saq-ke", "sbp", "sbp-tz", "sd", "sd-pk", "se", "se-fi", "se-no", "se-se", "seh", "seh-mz", "ses", "ses-ml", "sg", "sg-cf", "shi", "shi-ma", "si", "si-lk", "sk", "sk-sk", "sl", "sl-si", "smn", "smn-fi", "sn", "sn-zw", "so", "so-dj", "so-et", "so-ke", "so-so", "sq", "sq-al", "sq-mk", "sq-xk", "sr", "sr-ba", "sr-cs", "sr-me", "sr-rs", "sr-xk", "sv", "sv-ax", "sv-fi", "sv-se", "sw", "sw-cd", "sw-ke", "sw-tz", "sw-ug", "sy", "ta", "ta-in", "ta-lk", "ta-my", "ta-sg", "te", "te-in", "teo", "teo-ke", "teo-ug", "tg", "tg-tj", "th", "th-th", "ti", "ti-er", "ti-et", "tk", "tk-tm", "to", "to-to", "tr", "tr-cy", "tr-tr", "tt", "tt-ru", "twq", "twq-ne", "tzm", "tzm-ma", "ug", "ug-cn", "uk", "uk-ua", "ur", "ur-in", "ur-pk", "uz", "uz-af", "uz-uz", "vai", "vai-lr", "vi", "vi-vn", "vo", "vo-001", "vun", "vun-tz", "wae", "wae-ch", "wo", "wo-sn", "xog", "xog-ug", "yav", "yav-cm", "yo", "yo-bj", "yo-ng", "yue", "yue-cn", "yue-hk", "zgh", "zgh-ma", "zh", "zh-cn", "zh-hk", "zh-mo", "zh-sg", "zh-tw", "zh-hans", "zh-hant", "zu", "zu-za"])
163
+ # validator.allowable_values.each do |value|
164
+ # expect { @instance.language = value }.not_to raise_error
165
+ # end
166
+ end
167
+ end
168
+
169
+ describe 'test attribute "translated_from_id"' do
170
+ it 'should work' do
171
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
172
+ end
173
+ end
174
+
175
+ describe 'test attribute "dynamic_page_hub_db_table_id"' do
176
+ it 'should work' do
177
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
178
+ end
179
+ end
180
+
181
+ describe 'test attribute "blog_author_id"' do
182
+ it 'should work' do
183
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
184
+ end
185
+ end
186
+
187
+ describe 'test attribute "html_title"' do
188
+ it 'should work' do
189
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
190
+ end
191
+ end
192
+
193
+ describe 'test attribute "page_redirected"' do
194
+ it 'should work' do
195
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
196
+ end
197
+ end
198
+
199
+ describe 'test attribute "page_expiry_enabled"' do
200
+ it 'should work' do
201
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
202
+ end
203
+ end
204
+
205
+ describe 'test attribute "page_expiry_date"' do
206
+ it 'should work' do
207
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
208
+ end
209
+ end
210
+
211
+ describe 'test attribute "page_expiry_redirect_id"' do
212
+ it 'should work' do
213
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
214
+ end
215
+ end
216
+
217
+ describe 'test attribute "page_expiry_redirect_url"' do
218
+ it 'should work' do
219
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
220
+ end
221
+ end
222
+
223
+ describe 'test attribute "use_featured_image"' do
224
+ it 'should work' do
225
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
226
+ end
227
+ end
228
+
229
+ describe 'test attribute "tag_ids"' do
230
+ it 'should work' do
231
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
232
+ end
233
+ end
234
+
235
+ describe 'test attribute "enable_google_amp_output_override"' do
236
+ it 'should work' do
237
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
238
+ end
239
+ end
240
+
241
+ describe 'test attribute "_post_body"' do
242
+ it 'should work' do
243
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
244
+ end
245
+ end
246
+
247
+ describe 'test attribute "post_summary"' do
248
+ it 'should work' do
249
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
250
+ end
251
+ end
252
+
253
+ describe 'test attribute "rss_body"' do
254
+ it 'should work' do
255
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
256
+ end
257
+ end
258
+
259
+ describe 'test attribute "rss_summary"' do
260
+ it 'should work' do
261
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
262
+ end
263
+ end
264
+
265
+ describe 'test attribute "password"' do
266
+ it 'should work' do
267
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
268
+ end
269
+ end
270
+
271
+ describe 'test attribute "attached_stylesheets"' do
272
+ it 'should work' do
273
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
274
+ end
275
+ end
276
+
277
+ describe 'test attribute "include_default_custom_css"' do
278
+ it 'should work' do
279
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
280
+ end
281
+ end
282
+
283
+ describe 'test attribute "enable_domain_stylesheets"' do
284
+ it 'should work' do
285
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
286
+ end
287
+ end
288
+
289
+ describe 'test attribute "enable_layout_stylesheets"' do
290
+ it 'should work' do
291
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
292
+ end
293
+ end
294
+
295
+ describe 'test attribute "meta_description"' do
296
+ it 'should work' do
297
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
298
+ end
299
+ end
300
+
301
+ describe 'test attribute "publish_immediately"' do
302
+ it 'should work' do
303
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
304
+ end
305
+ end
306
+
307
+ describe 'test attribute "head_html"' do
308
+ it 'should work' do
309
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
310
+ end
311
+ end
312
+
313
+ describe 'test attribute "footer_html"' do
314
+ it 'should work' do
315
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
316
+ end
317
+ end
318
+
319
+ describe 'test attribute "content_type_category"' do
320
+ it 'should work' do
321
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
322
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["0", "1", "2", "3", "4", "5", "6"])
323
+ # validator.allowable_values.each do |value|
324
+ # expect { @instance.content_type_category = value }.not_to raise_error
325
+ # end
326
+ end
327
+ end
328
+
329
+ describe 'test attribute "current_state"' do
330
+ it 'should work' do
331
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
332
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["AUTOMATED", "AUTOMATED_DRAFT", "AUTOMATED_SENDING", "AUTOMATED_FOR_FORM", "AUTOMATED_FOR_FORM_BUFFER", "AUTOMATED_FOR_FORM_DRAFT", "AUTOMATED_FOR_FORM_LEGACY", "BLOG_EMAIL_DRAFT", "BLOG_EMAIL_PUBLISHED", "DRAFT", "DRAFT_AB", "DRAFT_AB_VARIANT", "ERROR", "LOSER_AB_VARIANT", "PAGE_STUB", "PRE_PROCESSING", "PROCESSING", "PUBLISHED", "PUBLISHED_AB", "PUBLISHED_AB_VARIANT", "PUBLISHED_OR_SCHEDULED", "RSS_TO_EMAIL_DRAFT", "RSS_TO_EMAIL_PUBLISHED", "SCHEDULED", "SCHEDULED_AB", "SCHEDULED_OR_PUBLISHED", "AUTOMATED_AB", "AUTOMATED_AB_VARIANT", "AUTOMATED_DRAFT_AB", "AUTOMATED_DRAFT_ABVARIANT", "AUTOMATED_LOSER_ABVARIANT"])
333
+ # validator.allowable_values.each do |value|
334
+ # expect { @instance.current_state = value }.not_to raise_error
335
+ # end
336
+ end
337
+ end
338
+
339
+ describe 'test attribute "link_rel_canonical_url"' do
340
+ it 'should work' do
341
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
342
+ end
343
+ end
344
+
345
+ describe 'test attribute "featured_image"' do
346
+ it 'should work' do
347
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
348
+ end
349
+ end
350
+
351
+ describe 'test attribute "featured_image_alt_text"' do
352
+ it 'should work' do
353
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
354
+ end
355
+ end
356
+
357
+ describe 'test attribute "public_access_rules_enabled"' do
358
+ it 'should work' do
359
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
360
+ end
361
+ end
362
+
363
+ describe 'test attribute "public_access_rules"' do
364
+ it 'should work' do
365
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
366
+ end
367
+ end
368
+
369
+ describe 'test attribute "layout_sections"' do
370
+ it 'should work' do
371
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
372
+ end
373
+ end
374
+
375
+ describe 'test attribute "theme_settings_values"' do
376
+ it 'should work' do
377
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
378
+ end
379
+ end
380
+
381
+ describe 'test attribute "url"' do
382
+ it 'should work' do
383
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
384
+ end
385
+ end
386
+
387
+ describe 'test attribute "publish_date"' do
388
+ it 'should work' do
389
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
390
+ end
391
+ end
392
+
393
+ describe 'test attribute "deleted_at"' do
394
+ it 'should work' do
395
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
396
+ end
397
+ end
398
+
399
+ describe 'test attribute "created_at"' do
400
+ it 'should work' do
401
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
402
+ end
403
+ end
404
+
405
+ describe 'test attribute "published"' do
406
+ it 'should work' do
407
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
408
+ end
409
+ end
410
+
411
+ describe 'test attribute "updated_at"' do
412
+ it 'should work' do
413
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
414
+ end
415
+ end
416
+
417
+ end