hubspot-api-client 9.2.0 → 9.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (517) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +20 -22
  4. data/lib/hubspot-api-client.rb +38 -14
  5. data/lib/hubspot/version.rb +1 -1
  6. data/spec/cms/audit-logs/api/default_api_spec.rb +54 -0
  7. data/spec/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +47 -0
  8. data/spec/cms/audit-logs/models/error_detail_spec.rb +65 -0
  9. data/spec/cms/audit-logs/models/error_spec.rb +77 -0
  10. data/spec/cms/audit-logs/models/next_page_spec.rb +47 -0
  11. data/spec/cms/audit-logs/models/paging_spec.rb +41 -0
  12. data/spec/cms/audit-logs/models/public_audit_log_spec.rb +85 -0
  13. data/spec/cms/blogs/authors/api/default_api_spec.rb +1 -1
  14. data/spec/cms/blogs/authors/models/batch_input_blog_author_spec.rb +41 -0
  15. data/spec/cms/blogs/authors/models/batch_input_json_node_spec.rb +41 -0
  16. data/spec/cms/blogs/authors/models/batch_input_string_spec.rb +41 -0
  17. data/spec/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +87 -0
  18. data/spec/cms/blogs/authors/models/blog_author_spec.rb +107 -0
  19. data/spec/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +53 -0
  20. data/spec/cms/blogs/authors/models/error_detail_spec.rb +65 -0
  21. data/spec/cms/blogs/authors/models/error_spec.rb +77 -0
  22. data/spec/cms/blogs/authors/models/forward_paging_spec.rb +41 -0
  23. data/spec/cms/blogs/authors/models/next_page_spec.rb +47 -0
  24. data/spec/cms/blogs/authors/models/standard_error_spec.rb +83 -0
  25. data/spec/cms/blogs/blog-posts/api/default_api_spec.rb +171 -44
  26. data/spec/cms/blogs/blog-posts/models/angle_spec.rb +51 -0
  27. data/spec/cms/blogs/blog-posts/models/background_image_spec.rb +57 -0
  28. data/spec/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +41 -0
  29. data/spec/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +41 -0
  30. data/spec/cms/blogs/blog-posts/models/batch_input_string_spec.rb +41 -0
  31. data/spec/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +87 -0
  32. data/spec/cms/blogs/blog-posts/models/blog_post_spec.rb +417 -0
  33. data/spec/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +53 -0
  34. data/spec/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +53 -0
  35. data/spec/cms/blogs/blog-posts/models/color_stop_spec.rb +41 -0
  36. data/spec/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +47 -0
  37. data/spec/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +47 -0
  38. data/spec/cms/blogs/blog-posts/models/error_detail_spec.rb +65 -0
  39. data/spec/cms/blogs/blog-posts/models/error_spec.rb +77 -0
  40. data/spec/cms/blogs/blog-posts/models/forward_paging_spec.rb +41 -0
  41. data/spec/cms/blogs/blog-posts/models/gradient_spec.rb +53 -0
  42. data/spec/cms/blogs/blog-posts/models/layout_section_spec.rb +113 -0
  43. data/spec/cms/blogs/blog-posts/models/next_page_spec.rb +47 -0
  44. data/spec/cms/blogs/blog-posts/models/paging_spec.rb +47 -0
  45. data/spec/cms/blogs/blog-posts/models/previous_page_spec.rb +47 -0
  46. data/spec/cms/blogs/blog-posts/models/rgba_color_spec.rb +59 -0
  47. data/spec/cms/blogs/blog-posts/models/row_meta_data_spec.rb +47 -0
  48. data/spec/cms/blogs/blog-posts/models/side_or_corner_spec.rb +55 -0
  49. data/spec/cms/blogs/blog-posts/models/standard_error_spec.rb +83 -0
  50. data/spec/cms/blogs/blog-posts/models/styles_spec.rb +85 -0
  51. data/spec/cms/blogs/blog-posts/models/version_blog_post_spec.rb +59 -0
  52. data/spec/cms/blogs/blog-posts/models/version_user_spec.rb +53 -0
  53. data/spec/cms/blogs/tags/api/default_api_spec.rb +43 -43
  54. data/spec/cms/blogs/tags/models/batch_input_json_node_spec.rb +41 -0
  55. data/spec/cms/blogs/tags/models/batch_input_string_spec.rb +41 -0
  56. data/spec/cms/blogs/tags/models/batch_input_tag_spec.rb +41 -0
  57. data/spec/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +87 -0
  58. data/spec/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +53 -0
  59. data/spec/cms/blogs/tags/models/error_detail_spec.rb +65 -0
  60. data/spec/cms/blogs/tags/models/error_spec.rb +77 -0
  61. data/spec/cms/blogs/tags/models/forward_paging_spec.rb +41 -0
  62. data/spec/cms/blogs/tags/models/next_page_spec.rb +47 -0
  63. data/spec/cms/blogs/tags/models/standard_error_spec.rb +83 -0
  64. data/spec/cms/blogs/tags/models/tag_spec.rb +65 -0
  65. data/spec/cms/domains/api/domains_api_spec.rb +71 -0
  66. data/spec/cms/domains/models/collection_response_with_total_domain_spec.rb +53 -0
  67. data/spec/cms/domains/models/domain_cdn_config_spec.rb +149 -0
  68. data/spec/cms/domains/models/domain_setup_info_spec.rb +47 -0
  69. data/spec/cms/domains/models/domain_spec.rb +403 -0
  70. data/spec/cms/domains/models/error_detail_spec.rb +65 -0
  71. data/spec/cms/domains/models/error_spec.rb +77 -0
  72. data/spec/cms/domains/models/next_page_spec.rb +47 -0
  73. data/spec/cms/domains/models/paging_spec.rb +41 -0
  74. data/spec/cms/hubdb/api/rows_api_spec.rb +160 -0
  75. data/spec/cms/hubdb/api/rows_batch_api_spec.rb +126 -0
  76. data/spec/cms/hubdb/api/tables_api_spec.rb +237 -0
  77. data/spec/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +41 -0
  78. data/spec/cms/hubdb/models/batch_input_json_node_spec.rb +41 -0
  79. data/spec/cms/hubdb/models/batch_input_string_spec.rb +41 -0
  80. data/spec/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +87 -0
  81. data/spec/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +53 -0
  82. data/spec/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +53 -0
  83. data/spec/cms/hubdb/models/column_input_spec.rb +77 -0
  84. data/spec/cms/hubdb/models/column_spec.rb +117 -0
  85. data/spec/cms/hubdb/models/error_detail_spec.rb +65 -0
  86. data/spec/cms/hubdb/models/error_spec.rb +77 -0
  87. data/spec/cms/hubdb/models/foreign_id_spec.rb +53 -0
  88. data/spec/cms/hubdb/models/forward_paging_spec.rb +41 -0
  89. data/spec/cms/hubdb/models/hub_db_table_clone_request_spec.rb +53 -0
  90. data/spec/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb +59 -0
  91. data/spec/cms/hubdb/models/hub_db_table_row_v3_spec.rb +71 -0
  92. data/spec/cms/hubdb/models/hub_db_table_v3_input_spec.rb +83 -0
  93. data/spec/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +59 -0
  94. data/spec/cms/hubdb/models/hub_db_table_v3_spec.rb +143 -0
  95. data/spec/cms/hubdb/models/import_result_spec.rb +59 -0
  96. data/spec/cms/hubdb/models/next_page_spec.rb +47 -0
  97. data/spec/cms/hubdb/models/option_spec.rb +59 -0
  98. data/spec/cms/hubdb/models/simple_user_spec.rb +59 -0
  99. data/spec/cms/hubdb/models/standard_error_spec.rb +83 -0
  100. data/spec/cms/performance/api/default_api_spec.rb +73 -0
  101. data/spec/cms/performance/models/error_detail_spec.rb +65 -0
  102. data/spec/cms/performance/models/error_spec.rb +77 -0
  103. data/spec/cms/performance/models/performance_view_spec.rb +167 -0
  104. data/spec/cms/performance/models/public_performance_response_spec.rb +85 -0
  105. data/spec/cms/site-search/api/default_api_spec.rb +78 -0
  106. data/spec/cms/site-search/models/content_search_result_spec.rb +145 -0
  107. data/spec/cms/site-search/models/error_detail_spec.rb +65 -0
  108. data/spec/cms/site-search/models/error_spec.rb +77 -0
  109. data/spec/cms/site-search/models/indexed_data_spec.rb +57 -0
  110. data/spec/cms/site-search/models/public_search_results_spec.rb +71 -0
  111. data/spec/cms/site-search/models/search_hit_field_spec.rb +59 -0
  112. data/spec/cms/url-redirects/api/redirects_api_spec.rb +107 -0
  113. data/spec/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +53 -0
  114. data/spec/cms/url-redirects/models/error_detail_spec.rb +65 -0
  115. data/spec/cms/url-redirects/models/error_spec.rb +77 -0
  116. data/spec/cms/url-redirects/models/next_page_spec.rb +47 -0
  117. data/spec/cms/url-redirects/models/paging_spec.rb +41 -0
  118. data/spec/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +95 -0
  119. data/spec/cms/url-redirects/models/url_mapping_spec.rb +189 -0
  120. data/spec/crm/associations/api/batch_api_spec.rb +77 -0
  121. data/spec/crm/associations/api/types_api_spec.rb +48 -0
  122. data/spec/crm/associations/models/associated_id_spec.rb +47 -0
  123. data/spec/crm/associations/models/batch_input_public_association_spec.rb +41 -0
  124. data/spec/crm/associations/models/batch_input_public_object_id_spec.rb +41 -0
  125. data/spec/crm/associations/models/batch_response_public_association_multi_spec.rb +81 -0
  126. data/spec/crm/associations/models/batch_response_public_association_spec.rb +81 -0
  127. data/spec/crm/associations/models/collection_response_public_association_definiton_spec.rb +47 -0
  128. data/spec/crm/associations/models/error_category_spec.rb +51 -0
  129. data/spec/crm/associations/models/error_detail_spec.rb +65 -0
  130. data/spec/crm/associations/models/error_spec.rb +77 -0
  131. data/spec/crm/associations/models/next_page_spec.rb +47 -0
  132. data/spec/crm/associations/models/paging_spec.rb +41 -0
  133. data/spec/crm/associations/models/public_association_definiton_spec.rb +47 -0
  134. data/spec/crm/associations/models/public_association_multi_spec.rb +47 -0
  135. data/spec/crm/associations/models/public_association_spec.rb +53 -0
  136. data/spec/crm/associations/models/public_object_id_spec.rb +41 -0
  137. data/spec/crm/associations/models/standard_error_spec.rb +83 -0
  138. data/spec/crm/companies/api/associations_api_spec.rb +79 -0
  139. data/spec/crm/companies/api/basic_api_spec.rb +106 -0
  140. data/spec/crm/companies/api/batch_api_spec.rb +84 -0
  141. data/spec/crm/companies/api/search_api_spec.rb +47 -0
  142. data/spec/crm/companies/models/associated_id_spec.rb +47 -0
  143. data/spec/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  144. data/spec/crm/companies/models/batch_input_simple_public_object_id_spec.rb +41 -0
  145. data/spec/crm/companies/models/batch_input_simple_public_object_input_spec.rb +41 -0
  146. data/spec/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  147. data/spec/crm/companies/models/batch_response_simple_public_object_spec.rb +75 -0
  148. data/spec/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  149. data/spec/crm/companies/models/collection_response_associated_id_spec.rb +47 -0
  150. data/spec/crm/companies/models/collection_response_simple_public_object_spec.rb +47 -0
  151. data/spec/crm/companies/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  152. data/spec/crm/companies/models/error_category_spec.rb +51 -0
  153. data/spec/crm/companies/models/error_detail_spec.rb +65 -0
  154. data/spec/crm/companies/models/error_spec.rb +77 -0
  155. data/spec/crm/companies/models/filter_group_spec.rb +41 -0
  156. data/spec/crm/companies/models/filter_spec.rb +57 -0
  157. data/spec/crm/companies/models/next_page_spec.rb +47 -0
  158. data/spec/crm/companies/models/paging_spec.rb +47 -0
  159. data/spec/crm/companies/models/previous_page_spec.rb +47 -0
  160. data/spec/crm/companies/models/public_object_search_request_spec.rb +71 -0
  161. data/spec/crm/companies/models/simple_public_object_batch_input_spec.rb +47 -0
  162. data/spec/crm/companies/models/simple_public_object_id_spec.rb +41 -0
  163. data/spec/crm/companies/models/simple_public_object_input_spec.rb +41 -0
  164. data/spec/crm/companies/models/simple_public_object_spec.rb +77 -0
  165. data/spec/crm/companies/models/standard_error_spec.rb +83 -0
  166. data/spec/crm/contacts/api/associations_api_spec.rb +79 -0
  167. data/spec/crm/contacts/api/basic_api_spec.rb +106 -0
  168. data/spec/crm/contacts/api/batch_api_spec.rb +84 -0
  169. data/spec/crm/contacts/api/search_api_spec.rb +47 -0
  170. data/spec/crm/contacts/models/associated_id_spec.rb +47 -0
  171. data/spec/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  172. data/spec/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +41 -0
  173. data/spec/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +41 -0
  174. data/spec/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  175. data/spec/crm/contacts/models/batch_response_simple_public_object_spec.rb +75 -0
  176. data/spec/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  177. data/spec/crm/contacts/models/collection_response_associated_id_spec.rb +47 -0
  178. data/spec/crm/contacts/models/collection_response_simple_public_object_spec.rb +47 -0
  179. data/spec/crm/contacts/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  180. data/spec/crm/contacts/models/error_category_spec.rb +51 -0
  181. data/spec/crm/contacts/models/error_detail_spec.rb +65 -0
  182. data/spec/crm/contacts/models/error_spec.rb +77 -0
  183. data/spec/crm/contacts/models/filter_group_spec.rb +41 -0
  184. data/spec/crm/contacts/models/filter_spec.rb +57 -0
  185. data/spec/crm/contacts/models/next_page_spec.rb +47 -0
  186. data/spec/crm/contacts/models/paging_spec.rb +47 -0
  187. data/spec/crm/contacts/models/previous_page_spec.rb +47 -0
  188. data/spec/crm/contacts/models/public_object_search_request_spec.rb +71 -0
  189. data/spec/crm/contacts/models/simple_public_object_batch_input_spec.rb +47 -0
  190. data/spec/crm/contacts/models/simple_public_object_id_spec.rb +41 -0
  191. data/spec/crm/contacts/models/simple_public_object_input_spec.rb +41 -0
  192. data/spec/crm/contacts/models/simple_public_object_spec.rb +77 -0
  193. data/spec/crm/contacts/models/standard_error_spec.rb +83 -0
  194. data/spec/crm/deals/api/associations_api_spec.rb +79 -0
  195. data/spec/crm/deals/api/basic_api_spec.rb +106 -0
  196. data/spec/crm/deals/api/batch_api_spec.rb +84 -0
  197. data/spec/crm/deals/api/search_api_spec.rb +47 -0
  198. data/spec/crm/deals/models/associated_id_spec.rb +47 -0
  199. data/spec/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  200. data/spec/crm/deals/models/batch_input_simple_public_object_id_spec.rb +41 -0
  201. data/spec/crm/deals/models/batch_input_simple_public_object_input_spec.rb +41 -0
  202. data/spec/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  203. data/spec/crm/deals/models/batch_response_simple_public_object_spec.rb +75 -0
  204. data/spec/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  205. data/spec/crm/deals/models/collection_response_associated_id_spec.rb +47 -0
  206. data/spec/crm/deals/models/collection_response_simple_public_object_spec.rb +47 -0
  207. data/spec/crm/deals/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  208. data/spec/crm/deals/models/error_category_spec.rb +51 -0
  209. data/spec/crm/deals/models/error_detail_spec.rb +65 -0
  210. data/spec/crm/deals/models/error_spec.rb +77 -0
  211. data/spec/crm/deals/models/filter_group_spec.rb +41 -0
  212. data/spec/crm/deals/models/filter_spec.rb +57 -0
  213. data/spec/crm/deals/models/next_page_spec.rb +47 -0
  214. data/spec/crm/deals/models/paging_spec.rb +47 -0
  215. data/spec/crm/deals/models/previous_page_spec.rb +47 -0
  216. data/spec/crm/deals/models/public_object_search_request_spec.rb +71 -0
  217. data/spec/crm/deals/models/simple_public_object_batch_input_spec.rb +47 -0
  218. data/spec/crm/deals/models/simple_public_object_id_spec.rb +41 -0
  219. data/spec/crm/deals/models/simple_public_object_input_spec.rb +41 -0
  220. data/spec/crm/deals/models/simple_public_object_spec.rb +77 -0
  221. data/spec/crm/deals/models/standard_error_spec.rb +83 -0
  222. data/spec/crm/extensions/cards/api/cards_api_spec.rb +100 -0
  223. data/spec/crm/extensions/cards/api/sample_response_api_spec.rb +46 -0
  224. data/spec/crm/extensions/cards/models/action_confirmation_body_spec.rb +53 -0
  225. data/spec/crm/extensions/cards/models/action_hook_action_body_spec.rb +79 -0
  226. data/spec/crm/extensions/cards/models/card_actions_spec.rb +41 -0
  227. data/spec/crm/extensions/cards/models/card_create_request_spec.rb +59 -0
  228. data/spec/crm/extensions/cards/models/card_display_body_spec.rb +41 -0
  229. data/spec/crm/extensions/cards/models/card_display_property_spec.rb +63 -0
  230. data/spec/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +47 -0
  231. data/spec/crm/extensions/cards/models/card_fetch_body_spec.rb +47 -0
  232. data/spec/crm/extensions/cards/models/card_list_response_spec.rb +41 -0
  233. data/spec/crm/extensions/cards/models/card_object_type_body_spec.rb +51 -0
  234. data/spec/crm/extensions/cards/models/card_patch_request_spec.rb +59 -0
  235. data/spec/crm/extensions/cards/models/card_response_spec.rb +77 -0
  236. data/spec/crm/extensions/cards/models/display_option_spec.rb +57 -0
  237. data/spec/crm/extensions/cards/models/error_detail_spec.rb +65 -0
  238. data/spec/crm/extensions/cards/models/error_spec.rb +77 -0
  239. data/spec/crm/extensions/cards/models/i_frame_action_body_spec.rb +75 -0
  240. data/spec/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +75 -0
  241. data/spec/crm/extensions/cards/models/integrator_object_result_spec.rb +65 -0
  242. data/spec/crm/extensions/cards/models/object_token_spec.rb +63 -0
  243. data/spec/crm/extensions/cards/models/top_level_actions_spec.rb +53 -0
  244. data/spec/crm/imports/api/core_api_spec.rb +86 -0
  245. data/spec/crm/imports/models/action_response_spec.rb +69 -0
  246. data/spec/crm/imports/models/collection_response_public_import_response_spec.rb +47 -0
  247. data/spec/crm/imports/models/error_detail_spec.rb +65 -0
  248. data/spec/crm/imports/models/error_spec.rb +77 -0
  249. data/spec/crm/imports/models/next_page_spec.rb +47 -0
  250. data/spec/crm/imports/models/paging_spec.rb +47 -0
  251. data/spec/crm/imports/models/previous_page_spec.rb +47 -0
  252. data/spec/crm/imports/models/public_import_metadata_spec.rb +53 -0
  253. data/spec/crm/imports/models/public_import_response_spec.rb +87 -0
  254. data/spec/crm/imports/models/public_object_list_record_spec.rb +47 -0
  255. data/spec/crm/line_items/api/associations_api_spec.rb +79 -0
  256. data/spec/crm/line_items/api/basic_api_spec.rb +106 -0
  257. data/spec/crm/line_items/api/batch_api_spec.rb +84 -0
  258. data/spec/crm/line_items/api/search_api_spec.rb +47 -0
  259. data/spec/crm/line_items/models/associated_id_spec.rb +47 -0
  260. data/spec/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  261. data/spec/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +41 -0
  262. data/spec/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +41 -0
  263. data/spec/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  264. data/spec/crm/line_items/models/batch_response_simple_public_object_spec.rb +75 -0
  265. data/spec/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  266. data/spec/crm/line_items/models/collection_response_associated_id_spec.rb +47 -0
  267. data/spec/crm/line_items/models/collection_response_simple_public_object_spec.rb +47 -0
  268. data/spec/crm/line_items/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  269. data/spec/crm/line_items/models/error_category_spec.rb +51 -0
  270. data/spec/crm/line_items/models/error_detail_spec.rb +65 -0
  271. data/spec/crm/line_items/models/error_spec.rb +77 -0
  272. data/spec/crm/line_items/models/filter_group_spec.rb +41 -0
  273. data/spec/crm/line_items/models/filter_spec.rb +57 -0
  274. data/spec/crm/line_items/models/next_page_spec.rb +47 -0
  275. data/spec/crm/line_items/models/paging_spec.rb +47 -0
  276. data/spec/crm/line_items/models/previous_page_spec.rb +47 -0
  277. data/spec/crm/line_items/models/public_object_search_request_spec.rb +71 -0
  278. data/spec/crm/line_items/models/simple_public_object_batch_input_spec.rb +47 -0
  279. data/spec/crm/line_items/models/simple_public_object_id_spec.rb +41 -0
  280. data/spec/crm/line_items/models/simple_public_object_input_spec.rb +41 -0
  281. data/spec/crm/line_items/models/simple_public_object_spec.rb +77 -0
  282. data/spec/crm/line_items/models/standard_error_spec.rb +83 -0
  283. data/spec/crm/objects/api/associations_api_spec.rb +82 -0
  284. data/spec/crm/objects/api/basic_api_spec.rb +111 -0
  285. data/spec/crm/objects/api/batch_api_spec.rb +88 -0
  286. data/spec/crm/objects/api/search_api_spec.rb +48 -0
  287. data/spec/crm/objects/models/associated_id_spec.rb +47 -0
  288. data/spec/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  289. data/spec/crm/objects/models/batch_input_simple_public_object_id_spec.rb +41 -0
  290. data/spec/crm/objects/models/batch_input_simple_public_object_input_spec.rb +41 -0
  291. data/spec/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  292. data/spec/crm/objects/models/batch_response_simple_public_object_spec.rb +75 -0
  293. data/spec/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  294. data/spec/crm/objects/models/collection_response_associated_id_spec.rb +47 -0
  295. data/spec/crm/objects/models/collection_response_simple_public_object_spec.rb +47 -0
  296. data/spec/crm/objects/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  297. data/spec/crm/objects/models/error_category_spec.rb +51 -0
  298. data/spec/crm/objects/models/error_detail_spec.rb +65 -0
  299. data/spec/crm/objects/models/error_spec.rb +77 -0
  300. data/spec/crm/objects/models/filter_group_spec.rb +41 -0
  301. data/spec/crm/objects/models/filter_spec.rb +57 -0
  302. data/spec/crm/objects/models/next_page_spec.rb +47 -0
  303. data/spec/crm/objects/models/paging_spec.rb +47 -0
  304. data/spec/crm/objects/models/previous_page_spec.rb +47 -0
  305. data/spec/crm/objects/models/public_object_search_request_spec.rb +71 -0
  306. data/spec/crm/objects/models/simple_public_object_batch_input_spec.rb +47 -0
  307. data/spec/crm/objects/models/simple_public_object_id_spec.rb +41 -0
  308. data/spec/crm/objects/models/simple_public_object_input_spec.rb +41 -0
  309. data/spec/crm/objects/models/simple_public_object_spec.rb +77 -0
  310. data/spec/crm/objects/models/standard_error_spec.rb +83 -0
  311. data/spec/{owners → crm/owners}/api/default_api_spec.rb +1 -1
  312. data/spec/{owners → crm/owners}/models/collection_response_public_owner_spec.rb +1 -1
  313. data/spec/{owners → crm/owners}/models/error_detail_spec.rb +13 -1
  314. data/spec/{owners → crm/owners}/models/error_spec.rb +7 -1
  315. data/spec/{owners → crm/owners}/models/next_page_spec.rb +1 -1
  316. data/spec/{owners → crm/owners}/models/paging_spec.rb +1 -1
  317. data/spec/{owners → crm/owners}/models/public_owner_spec.rb +1 -1
  318. data/spec/{owners → crm/owners}/models/public_team_spec.rb +1 -1
  319. data/spec/{pipelines → crm/pipelines}/api/pipeline_stages_api_spec.rb +15 -15
  320. data/spec/{pipelines → crm/pipelines}/api/pipelines_api_spec.rb +15 -15
  321. data/spec/{pipelines → crm/pipelines}/models/collection_response_pipeline_spec.rb +1 -1
  322. data/spec/{pipelines → crm/pipelines}/models/collection_response_pipeline_stage_spec.rb +1 -1
  323. data/spec/{pipelines → crm/pipelines}/models/error_detail_spec.rb +13 -1
  324. data/spec/{pipelines → crm/pipelines}/models/error_spec.rb +7 -1
  325. data/spec/{pipelines → crm/pipelines}/models/next_page_spec.rb +1 -1
  326. data/spec/{pipelines → crm/pipelines}/models/paging_spec.rb +1 -1
  327. data/spec/{pipelines → crm/pipelines}/models/pipeline_input_spec.rb +1 -1
  328. data/spec/{pipelines → crm/pipelines}/models/pipeline_patch_input_spec.rb +1 -1
  329. data/spec/{pipelines → crm/pipelines}/models/pipeline_spec.rb +1 -1
  330. data/spec/{pipelines → crm/pipelines}/models/pipeline_stage_input_spec.rb +1 -1
  331. data/spec/{pipelines → crm/pipelines}/models/pipeline_stage_patch_input_spec.rb +1 -1
  332. data/spec/{pipelines → crm/pipelines}/models/pipeline_stage_spec.rb +1 -1
  333. data/spec/crm/products/api/associations_api_spec.rb +79 -0
  334. data/spec/crm/products/api/basic_api_spec.rb +106 -0
  335. data/spec/crm/products/api/batch_api_spec.rb +84 -0
  336. data/spec/crm/products/api/search_api_spec.rb +47 -0
  337. data/spec/crm/products/models/associated_id_spec.rb +47 -0
  338. data/spec/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  339. data/spec/crm/products/models/batch_input_simple_public_object_id_spec.rb +41 -0
  340. data/spec/crm/products/models/batch_input_simple_public_object_input_spec.rb +41 -0
  341. data/spec/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  342. data/spec/crm/products/models/batch_response_simple_public_object_spec.rb +75 -0
  343. data/spec/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  344. data/spec/crm/products/models/collection_response_associated_id_spec.rb +47 -0
  345. data/spec/crm/products/models/collection_response_simple_public_object_spec.rb +47 -0
  346. data/spec/crm/products/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  347. data/spec/crm/products/models/error_category_spec.rb +51 -0
  348. data/spec/crm/products/models/error_detail_spec.rb +65 -0
  349. data/spec/crm/products/models/error_spec.rb +77 -0
  350. data/spec/crm/products/models/filter_group_spec.rb +41 -0
  351. data/spec/crm/products/models/filter_spec.rb +57 -0
  352. data/spec/crm/products/models/next_page_spec.rb +47 -0
  353. data/spec/crm/products/models/paging_spec.rb +47 -0
  354. data/spec/crm/products/models/previous_page_spec.rb +47 -0
  355. data/spec/crm/products/models/public_object_search_request_spec.rb +71 -0
  356. data/spec/crm/products/models/simple_public_object_batch_input_spec.rb +47 -0
  357. data/spec/crm/products/models/simple_public_object_id_spec.rb +41 -0
  358. data/spec/crm/products/models/simple_public_object_input_spec.rb +41 -0
  359. data/spec/crm/products/models/simple_public_object_spec.rb +77 -0
  360. data/spec/crm/products/models/standard_error_spec.rb +83 -0
  361. data/spec/{properties → crm/properties}/api/batch_api_spec.rb +10 -10
  362. data/spec/{properties → crm/properties}/api/core_api_spec.rb +23 -23
  363. data/spec/{properties → crm/properties}/api/groups_api_spec.rb +23 -23
  364. data/spec/{properties → crm/properties}/models/batch_input_property_create_spec.rb +1 -1
  365. data/spec/{properties → crm/properties}/models/batch_input_property_name_spec.rb +1 -1
  366. data/spec/{properties → crm/properties}/models/batch_read_input_property_name_spec.rb +3 -3
  367. data/spec/{properties → crm/properties}/models/batch_response_property_spec.rb +15 -9
  368. data/spec/{properties → crm/properties}/models/collection_response_property_group_spec.rb +1 -1
  369. data/spec/{properties → crm/properties}/models/collection_response_property_spec.rb +1 -1
  370. data/spec/crm/properties/models/error_category_spec.rb +51 -0
  371. data/spec/{properties → crm/properties}/models/error_detail_spec.rb +4 -4
  372. data/spec/{properties → crm/properties}/models/error_spec.rb +7 -1
  373. data/spec/{properties → crm/properties}/models/next_page_spec.rb +1 -1
  374. data/spec/{properties → crm/properties}/models/option_input_spec.rb +1 -1
  375. data/spec/{properties → crm/properties}/models/option_spec.rb +1 -1
  376. data/spec/{properties → crm/properties}/models/paging_spec.rb +1 -1
  377. data/spec/{properties → crm/properties}/models/property_create_spec.rb +7 -1
  378. data/spec/{properties → crm/properties}/models/property_group_create_spec.rb +1 -1
  379. data/spec/{properties → crm/properties}/models/property_group_spec.rb +1 -1
  380. data/spec/{properties → crm/properties}/models/property_group_update_spec.rb +1 -1
  381. data/spec/{properties → crm/properties}/models/property_modification_metadata_spec.rb +1 -1
  382. data/spec/{properties → crm/properties}/models/property_name_spec.rb +1 -1
  383. data/spec/{properties → crm/properties}/models/property_spec.rb +1 -5
  384. data/spec/{properties → crm/properties}/models/property_update_spec.rb +7 -1
  385. data/spec/crm/properties/models/standard_error_spec.rb +83 -0
  386. data/spec/crm/quotes/api/associations_api_spec.rb +50 -0
  387. data/spec/crm/quotes/api/basic_api_spec.rb +69 -0
  388. data/spec/crm/quotes/api/batch_api_spec.rb +48 -0
  389. data/spec/crm/quotes/api/search_api_spec.rb +47 -0
  390. data/spec/crm/quotes/models/associated_id_spec.rb +47 -0
  391. data/spec/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  392. data/spec/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +41 -0
  393. data/spec/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +41 -0
  394. data/spec/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  395. data/spec/crm/quotes/models/batch_response_simple_public_object_spec.rb +75 -0
  396. data/spec/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  397. data/spec/crm/quotes/models/collection_response_associated_id_spec.rb +47 -0
  398. data/spec/crm/quotes/models/collection_response_simple_public_object_spec.rb +47 -0
  399. data/spec/crm/quotes/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  400. data/spec/crm/quotes/models/error_category_spec.rb +51 -0
  401. data/spec/crm/quotes/models/error_detail_spec.rb +65 -0
  402. data/spec/crm/quotes/models/error_spec.rb +77 -0
  403. data/spec/crm/quotes/models/filter_group_spec.rb +41 -0
  404. data/spec/crm/quotes/models/filter_spec.rb +57 -0
  405. data/spec/crm/quotes/models/next_page_spec.rb +47 -0
  406. data/spec/crm/quotes/models/paging_spec.rb +47 -0
  407. data/spec/crm/quotes/models/previous_page_spec.rb +47 -0
  408. data/spec/crm/quotes/models/public_object_search_request_spec.rb +71 -0
  409. data/spec/crm/quotes/models/simple_public_object_batch_input_spec.rb +47 -0
  410. data/spec/crm/quotes/models/simple_public_object_id_spec.rb +41 -0
  411. data/spec/crm/quotes/models/simple_public_object_input_spec.rb +41 -0
  412. data/spec/crm/quotes/models/simple_public_object_spec.rb +77 -0
  413. data/spec/crm/quotes/models/standard_error_spec.rb +83 -0
  414. data/spec/crm/schemas/api/core_api_spec.rb +121 -0
  415. data/spec/crm/schemas/api/default_api_spec.rb +45 -0
  416. data/spec/crm/schemas/models/association_definition_egg_spec.rb +73 -0
  417. data/spec/crm/schemas/models/association_definition_spec.rb +91 -0
  418. data/spec/crm/schemas/models/collection_response_object_schema_spec.rb +47 -0
  419. data/spec/crm/schemas/models/error_detail_spec.rb +65 -0
  420. data/spec/crm/schemas/models/error_spec.rb +77 -0
  421. data/spec/crm/schemas/models/next_page_spec.rb +47 -0
  422. data/spec/crm/schemas/models/object_schema_egg_spec.rb +83 -0
  423. data/spec/crm/schemas/models/object_schema_spec.rb +113 -0
  424. data/spec/crm/schemas/models/object_type_definition_labels_spec.rb +47 -0
  425. data/spec/crm/schemas/models/object_type_definition_patch_spec.rb +71 -0
  426. data/spec/crm/schemas/models/object_type_definition_spec.rb +107 -0
  427. data/spec/crm/schemas/models/object_type_property_create_spec.rb +99 -0
  428. data/spec/crm/schemas/models/option_input_spec.rb +65 -0
  429. data/spec/crm/schemas/models/option_spec.rb +65 -0
  430. data/spec/crm/schemas/models/paging_spec.rb +47 -0
  431. data/spec/crm/schemas/models/previous_page_spec.rb +47 -0
  432. data/spec/crm/schemas/models/property_modification_metadata_spec.rb +59 -0
  433. data/spec/crm/schemas/models/property_spec.rb +173 -0
  434. data/spec/crm/tickets/api/associations_api_spec.rb +79 -0
  435. data/spec/crm/tickets/api/basic_api_spec.rb +106 -0
  436. data/spec/crm/tickets/api/batch_api_spec.rb +84 -0
  437. data/spec/crm/tickets/api/search_api_spec.rb +47 -0
  438. data/spec/crm/tickets/models/associated_id_spec.rb +47 -0
  439. data/spec/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  440. data/spec/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +41 -0
  441. data/spec/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +41 -0
  442. data/spec/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  443. data/spec/crm/tickets/models/batch_response_simple_public_object_spec.rb +75 -0
  444. data/spec/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  445. data/spec/crm/tickets/models/collection_response_associated_id_spec.rb +47 -0
  446. data/spec/crm/tickets/models/collection_response_simple_public_object_spec.rb +47 -0
  447. data/spec/crm/tickets/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  448. data/spec/crm/tickets/models/error_category_spec.rb +51 -0
  449. data/spec/crm/tickets/models/error_detail_spec.rb +65 -0
  450. data/spec/crm/tickets/models/error_spec.rb +77 -0
  451. data/spec/crm/tickets/models/filter_group_spec.rb +41 -0
  452. data/spec/crm/tickets/models/filter_spec.rb +57 -0
  453. data/spec/crm/tickets/models/next_page_spec.rb +47 -0
  454. data/spec/crm/tickets/models/paging_spec.rb +47 -0
  455. data/spec/crm/tickets/models/previous_page_spec.rb +47 -0
  456. data/spec/crm/tickets/models/public_object_search_request_spec.rb +71 -0
  457. data/spec/crm/tickets/models/simple_public_object_batch_input_spec.rb +47 -0
  458. data/spec/crm/tickets/models/simple_public_object_id_spec.rb +41 -0
  459. data/spec/crm/tickets/models/simple_public_object_input_spec.rb +41 -0
  460. data/spec/crm/tickets/models/simple_public_object_spec.rb +77 -0
  461. data/spec/crm/tickets/models/standard_error_spec.rb +83 -0
  462. data/spec/crm/timeline/api/events_api_spec.rb +99 -0
  463. data/spec/crm/timeline/api/templates_api_spec.rb +100 -0
  464. data/spec/crm/timeline/api/tokens_api_spec.rb +78 -0
  465. data/spec/crm/timeline/models/batch_input_timeline_event_spec.rb +41 -0
  466. data/spec/crm/timeline/models/batch_response_timeline_event_response_spec.rb +75 -0
  467. data/spec/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +87 -0
  468. data/spec/crm/timeline/models/collection_response_timeline_event_template_spec.rb +47 -0
  469. data/spec/crm/timeline/models/error_category_spec.rb +51 -0
  470. data/spec/crm/timeline/models/error_detail_spec.rb +65 -0
  471. data/spec/crm/timeline/models/error_spec.rb +77 -0
  472. data/spec/crm/timeline/models/event_detail_spec.rb +41 -0
  473. data/spec/crm/timeline/models/next_page_spec.rb +47 -0
  474. data/spec/crm/timeline/models/paging_spec.rb +47 -0
  475. data/spec/crm/timeline/models/previous_page_spec.rb +47 -0
  476. data/spec/crm/timeline/models/standard_error_spec.rb +83 -0
  477. data/spec/crm/timeline/models/timeline_event_i_frame_spec.rb +65 -0
  478. data/spec/crm/timeline/models/timeline_event_response_spec.rb +107 -0
  479. data/spec/crm/timeline/models/timeline_event_spec.rb +95 -0
  480. data/spec/crm/timeline/models/timeline_event_template_create_request_spec.rb +65 -0
  481. data/spec/crm/timeline/models/timeline_event_template_spec.rb +83 -0
  482. data/spec/crm/timeline/models/timeline_event_template_token_option_spec.rb +47 -0
  483. data/spec/crm/timeline/models/timeline_event_template_token_spec.rb +81 -0
  484. data/spec/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +53 -0
  485. data/spec/crm/timeline/models/timeline_event_template_update_request_spec.rb +65 -0
  486. data/spec/oauth/api/default_api_spec.rb +37 -8
  487. data/spec/oauth/models/access_token_info_response_spec.rb +8 -2
  488. data/spec/oauth/models/error_detail_spec.rb +14 -2
  489. data/spec/oauth/models/error_spec.rb +8 -2
  490. data/spec/oauth/models/refresh_token_info_response_spec.rb +2 -2
  491. data/spec/oauth/models/token_response_if_spec.rb +53 -0
  492. data/spec/webhooks/api/settings_api_spec.rb +72 -0
  493. data/spec/webhooks/api/subscriptions_api_spec.rb +113 -0
  494. data/spec/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +41 -0
  495. data/spec/webhooks/models/batch_response_subscription_response_spec.rb +75 -0
  496. data/spec/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +87 -0
  497. data/spec/webhooks/models/error_category_spec.rb +51 -0
  498. data/spec/webhooks/models/error_detail_spec.rb +65 -0
  499. data/spec/webhooks/models/error_spec.rb +77 -0
  500. data/spec/webhooks/models/settings_change_request_spec.rb +47 -0
  501. data/spec/webhooks/models/settings_response_spec.rb +59 -0
  502. data/spec/webhooks/models/standard_error_spec.rb +83 -0
  503. data/spec/webhooks/models/subscription_batch_update_request_spec.rb +47 -0
  504. data/spec/webhooks/models/subscription_create_request_spec.rb +57 -0
  505. data/spec/webhooks/models/subscription_list_response_spec.rb +41 -0
  506. data/spec/webhooks/models/subscription_patch_request_spec.rb +41 -0
  507. data/spec/webhooks/models/subscription_response_spec.rb +75 -0
  508. data/spec/webhooks/models/throttling_settings_spec.rb +51 -0
  509. metadata +992 -108
  510. data/spec/oauth/api_client_spec.rb +0 -226
  511. data/spec/oauth/configuration_spec.rb +0 -42
  512. data/spec/owners/api_client_spec.rb +0 -226
  513. data/spec/owners/configuration_spec.rb +0 -42
  514. data/spec/pipelines/api_client_spec.rb +0 -226
  515. data/spec/pipelines/configuration_spec.rb +0 -42
  516. data/spec/properties/api_client_spec.rb +0 -226
  517. data/spec/properties/configuration_spec.rb +0 -42
@@ -0,0 +1,77 @@
1
+ =begin
2
+ #CMS Performance API
3
+
4
+ #Use these endpoints to get a time series view of your website's performance.
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::Performance::Error
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'Error' do
21
+ before do
22
+ # run before each test
23
+ @instance = Hubspot::Cms::Performance::Error.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of Error' do
31
+ it 'should create an instance of Error' do
32
+ expect(@instance).to be_instance_of(Hubspot::Cms::Performance::Error)
33
+ end
34
+ end
35
+ describe 'test attribute "message"' 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 "correlation_id"' 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 "category"' 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 "sub_category"' 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 "errors"' 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 "context"' 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 "links"' 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
+ end
@@ -0,0 +1,167 @@
1
+ =begin
2
+ #CMS Performance API
3
+
4
+ #Use these endpoints to get a time series view of your website's performance.
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::Performance::PerformanceView
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PerformanceView' do
21
+ before do
22
+ # run before each test
23
+ @instance = Hubspot::Cms::Performance::PerformanceView.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PerformanceView' do
31
+ it 'should create an instance of PerformanceView' do
32
+ expect(@instance).to be_instance_of(Hubspot::Cms::Performance::PerformanceView)
33
+ end
34
+ end
35
+ describe 'test attribute "_403"' 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 "_404"' 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 "_500"' 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 "_504"' 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 "start_timestamp"' 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 "end_timestamp"' 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 "start_datetime"' 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 "end_datetime"' 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 "total_requests"' 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 "cache_hits"' 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 "cache_hit_rate"' 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 "total_request_time"' 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 "avg_origin_response_time"' 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 "response_time_ms"' 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 "_100_x"' 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 "_20_x"' 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 "_30_x"' do
132
+ it 'should work' do
133
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
+ end
135
+ end
136
+
137
+ describe 'test attribute "_40_x"' do
138
+ it 'should work' do
139
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
140
+ end
141
+ end
142
+
143
+ describe 'test attribute "_50_x"' do
144
+ it 'should work' do
145
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
146
+ end
147
+ end
148
+
149
+ describe 'test attribute "_50th"' do
150
+ it 'should work' do
151
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
152
+ end
153
+ end
154
+
155
+ describe 'test attribute "_95th"' do
156
+ it 'should work' do
157
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
+ end
159
+ end
160
+
161
+ describe 'test attribute "_99th"' do
162
+ it 'should work' do
163
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
+ end
165
+ end
166
+
167
+ end
@@ -0,0 +1,85 @@
1
+ =begin
2
+ #CMS Performance API
3
+
4
+ #Use these endpoints to get a time series view of your website's performance.
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::Performance::PublicPerformanceResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PublicPerformanceResponse' do
21
+ before do
22
+ # run before each test
23
+ @instance = Hubspot::Cms::Performance::PublicPerformanceResponse.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PublicPerformanceResponse' do
31
+ it 'should create an instance of PublicPerformanceResponse' do
32
+ expect(@instance).to be_instance_of(Hubspot::Cms::Performance::PublicPerformanceResponse)
33
+ end
34
+ end
35
+ describe 'test attribute "data"' 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 "domain"' 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 "path"' 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 "start_interval"' 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 "end_interval"' 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 "interval"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["ONE_MINUTE", "FIVE_MINUTES", "TEN_MINUTES", "FIFTEEN_MINUTES", "THIRTY_MINUTES", "ONE_HOUR", "FOUR_HOURS", "TWELVE_HOURS", "ONE_DAY", "ONE_WEEK"])
69
+ # validator.allowable_values.each do |value|
70
+ # expect { @instance.interval = value }.not_to raise_error
71
+ # end
72
+ end
73
+ end
74
+
75
+ describe 'test attribute "period"' do
76
+ it 'should work' do
77
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
78
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["ONE_MINUTE", "FIVE_MINUTES", "TEN_MINUTES", "FIFTEEN_MINUTES", "THIRTY_MINUTES", "ONE_HOUR", "FOUR_HOURS", "TWELVE_HOURS", "ONE_DAY", "ONE_WEEK"])
79
+ # validator.allowable_values.each do |value|
80
+ # expect { @instance.period = value }.not_to raise_error
81
+ # end
82
+ end
83
+ end
84
+
85
+ end
@@ -0,0 +1,78 @@
1
+ =begin
2
+ #CMS Site Search
3
+
4
+ #Use these endpoints for searching content on your HubSpot hosted CMS website(s).
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for Hubspot::Cms::SiteSearch::DefaultApi
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
+ # Please update as you see appropriate
19
+ describe 'DefaultApi' do
20
+ before do
21
+ # run before each test
22
+ @api_instance = Hubspot::Cms::SiteSearch::DefaultApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of DefaultApi' do
30
+ it 'should create an instance of DefaultApi' do
31
+ expect(@api_instance).to be_instance_of(Hubspot::Cms::SiteSearch::DefaultApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for get_by_id
36
+ # Get indexed properties.
37
+ # For a given account and document ID (page ID, blog post ID, HubDB row ID, etc.), return all indexed data for that document. This is useful when debugging why a particular document is not returned from a custom search.
38
+ # @param content_id ID of the target document when searching for indexed properties.
39
+ # @param [Hash] opts the optional parameters
40
+ # @option opts [String] :type The type of document. Can be one of `SITE_PAGE`, `BLOG_POST`, or `KNOWLEDGE_ARTICLE`.
41
+ # @return [IndexedData]
42
+ describe 'get_by_id test' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
+ end
46
+ end
47
+
48
+ # unit tests for search
49
+ # Search your site.
50
+ # Returns any website content matching the given search criteria for a given HubSpot account. Searches can be filtered by content type, domain, or URL path.
51
+ # @param [Hash] opts the optional parameters
52
+ # @option opts [String] :q The term to search for.
53
+ # @option opts [Integer] :limit Specifies the number of results to be returned in a single response. Defaults to `10`. Maximum value is `100`.
54
+ # @option opts [Integer] :offset Used to page through the results. If there are more results than specified by the `limit` parameter, you will need to use the value of offset returned in the previous request to get the next set of results.
55
+ # @option opts [String] :language Specifies the language of content to be searched. This value must be a valid [ISO 639-1 language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (e.g. `es` for Spanish)
56
+ # @option opts [Boolean] :match_prefix Inverts the behavior of the pathPrefix filter when set to `false`. Defaults to `true`.
57
+ # @option opts [Boolean] :autocomplete Specifies whether or not you are showing autocomplete results. Defaults to false.
58
+ # @option opts [Float] :popularity_boost Specifies how strongly a result is boosted based on its view count. Defaults to 1.0.
59
+ # @option opts [Float] :boost_limit Specifies the maximum amount a result will be boosted based on its view count. Defaults to 5.0. Read more about elasticsearch boosting [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-boost.html).
60
+ # @option opts [Float] :min_score Specifies the minimum search score threshold for returned results. This value is intentionally set low by default in order to return many results. Increase this for higher precision, but less recall.
61
+ # @option opts [String] :boost_recent Specifies a relative time window where scores of documents published outside this time window decay. This can only be used for blog posts. For example, boostRecent=10d will boost documents published within the last 10 days. Supported timeunits are ms (milliseconds), s (seconds), m (minutes), h (hours), d (days).
62
+ # @option opts [Integer] :table_id Specifies a specific HubDB table to search. Only returns results from the specified table. Can be used in tandem with the `hubdbQuery` parameter to further filter results.
63
+ # @option opts [String] :hubdb_query Specify a HubDB query to further filter the search results.
64
+ # @option opts [String] :key_string
65
+ # @option opts [Array<String>] :domain A domain to match search results for. Multiple domains can be provided with &amp;.
66
+ # @option opts [Array<String>] :type Specifies the type of content to search. Can be one or more of SITE_PAGE, LANDING_PAGE, BLOG_POST, LISTING_PAGE, and KNOWLEDGE_ARTICLE. Defaults to all content types except LANDING_PAGE and KNOWLEDGE_ARTICLE
67
+ # @option opts [Array<String>] :path_prefix Specifies a path prefix to filter search results. Will only return results with URL paths that start with the specified parameter. Can be used multiple times.
68
+ # @option opts [Array<String>] :property Specifies which properties to include in the search. Options include &#x60;title&#x60;, &#x60;description&#x60;, and &#x60;html&#x60;. All properties will be searched by default.
69
+ # @option opts [String] :length Specifies the length of the search results. Can be set to &#x60;LONG&#x60; or &#x60;SHORT&#x60;. &#x60;SHORT&#x60; will return the first 128 characters of the content&#39;s meta description. &#x60;LONG&#x60; will build a more detailed content snippet based on the html/content of the page.
70
+ # @option opts [Array<Integer>] :group_id Specifies which blog(s) to be searched by blog ID. Can be used multiple times to search more than one blog.
71
+ # @return [PublicSearchResults]
72
+ describe 'search test' do
73
+ it 'should work' do
74
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
75
+ end
76
+ end
77
+
78
+ end
@@ -0,0 +1,145 @@
1
+ =begin
2
+ #CMS Site Search
3
+
4
+ #Use these endpoints for searching content on your HubSpot hosted CMS website(s).
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::SiteSearch::ContentSearchResult
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'ContentSearchResult' do
21
+ before do
22
+ # run before each test
23
+ @instance = Hubspot::Cms::SiteSearch::ContentSearchResult.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of ContentSearchResult' do
31
+ it 'should create an instance of ContentSearchResult' do
32
+ expect(@instance).to be_instance_of(Hubspot::Cms::SiteSearch::ContentSearchResult)
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 "score"' 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 "type"' 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', ["LANDING_PAGE", "BLOG_POST", "SITE_PAGE", "DOCUMENT", "KNOWLEDGE_ARTICLE", "LISTING_PAGE"])
51
+ # validator.allowable_values.each do |value|
52
+ # expect { @instance.type = value }.not_to raise_error
53
+ # end
54
+ end
55
+ end
56
+
57
+ describe 'test attribute "domain"' 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 "url"' 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 "featured_image_url"' 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 "language"' do
76
+ it 'should work' do
77
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
78
+ # 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"])
79
+ # validator.allowable_values.each do |value|
80
+ # expect { @instance.language = value }.not_to raise_error
81
+ # end
82
+ end
83
+ end
84
+
85
+ describe 'test attribute "title"' do
86
+ it 'should work' do
87
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
88
+ end
89
+ end
90
+
91
+ describe 'test attribute "description"' do
92
+ it 'should work' do
93
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
94
+ end
95
+ end
96
+
97
+ describe 'test attribute "category"' do
98
+ it 'should work' do
99
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
100
+ end
101
+ end
102
+
103
+ describe 'test attribute "subcategory"' do
104
+ it 'should work' do
105
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
106
+ end
107
+ end
108
+
109
+ describe 'test attribute "author_full_name"' do
110
+ it 'should work' do
111
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
112
+ end
113
+ end
114
+
115
+ describe 'test attribute "tags"' do
116
+ it 'should work' do
117
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
118
+ end
119
+ end
120
+
121
+ describe 'test attribute "table_id"' do
122
+ it 'should work' do
123
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
124
+ end
125
+ end
126
+
127
+ describe 'test attribute "row_id"' do
128
+ it 'should work' do
129
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
130
+ end
131
+ end
132
+
133
+ describe 'test attribute "published_date"' do
134
+ it 'should work' do
135
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
136
+ end
137
+ end
138
+
139
+ describe 'test attribute "combined_id"' do
140
+ it 'should work' do
141
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
142
+ end
143
+ end
144
+
145
+ end