hubspot-api-client-patched-pn 9.5.1.trocco.0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1518) hide show
  1. checksums.yaml +7 -0
  2. data/.github/CODEOWNERS +4 -0
  3. data/CHANGELOG.md +113 -0
  4. data/Gemfile +7 -0
  5. data/Gemfile.lock +67 -0
  6. data/README.md +118 -0
  7. data/Rakefile +9 -0
  8. data/git_push.sh +55 -0
  9. data/hubspot-api-client.gemspec +34 -0
  10. data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +160 -0
  11. data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +382 -0
  12. data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +602 -0
  13. data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +174 -0
  14. data/lib/hubspot/codegen/automation/actions/api_client.rb +392 -0
  15. data/lib/hubspot/codegen/automation/actions/api_error.rb +61 -0
  16. data/lib/hubspot/codegen/automation/actions/configuration.rb +270 -0
  17. data/lib/hubspot/codegen/automation/actions/models/action_function.rb +275 -0
  18. data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +260 -0
  19. data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +270 -0
  20. data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +259 -0
  21. data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +217 -0
  22. data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +233 -0
  23. data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +218 -0
  24. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +217 -0
  25. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +226 -0
  26. data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +226 -0
  27. data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +295 -0
  28. data/lib/hubspot/codegen/automation/actions/models/error.rb +292 -0
  29. data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +258 -0
  30. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +359 -0
  31. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +330 -0
  32. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +278 -0
  33. data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +336 -0
  34. data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +210 -0
  35. data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +264 -0
  36. data/lib/hubspot/codegen/automation/actions/models/next_page.rb +224 -0
  37. data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +218 -0
  38. data/lib/hubspot/codegen/automation/actions/models/option.rb +301 -0
  39. data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +281 -0
  40. data/lib/hubspot/codegen/cms/audit-logs/api/default_api.rb +106 -0
  41. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +392 -0
  42. data/lib/hubspot/codegen/cms/audit-logs/api_error.rb +61 -0
  43. data/lib/hubspot/codegen/cms/audit-logs/configuration.rb +263 -0
  44. data/lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb +226 -0
  45. data/lib/hubspot/codegen/cms/audit-logs/models/error.rb +292 -0
  46. data/lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb +258 -0
  47. data/lib/hubspot/codegen/cms/audit-logs/models/next_page.rb +224 -0
  48. data/lib/hubspot/codegen/cms/audit-logs/models/paging.rb +210 -0
  49. data/lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb +352 -0
  50. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +643 -0
  51. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +394 -0
  52. data/lib/hubspot/codegen/cms/blogs/authors/api_error.rb +63 -0
  53. data/lib/hubspot/codegen/cms/blogs/authors/configuration.rb +265 -0
  54. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb +219 -0
  55. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb +219 -0
  56. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb +219 -0
  57. data/lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb +335 -0
  58. data/lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb +383 -0
  59. data/lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb +242 -0
  60. data/lib/hubspot/codegen/cms/blogs/authors/models/error.rb +294 -0
  61. data/lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb +260 -0
  62. data/lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb +212 -0
  63. data/lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb +226 -0
  64. data/lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb +311 -0
  65. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +1302 -0
  66. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +394 -0
  67. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb +63 -0
  68. data/lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb +265 -0
  69. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb +265 -0
  70. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb +279 -0
  71. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb +219 -0
  72. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb +219 -0
  73. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb +219 -0
  74. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb +335 -0
  75. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +1201 -0
  76. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb +242 -0
  77. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb +242 -0
  78. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb +217 -0
  79. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb +228 -0
  80. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb +233 -0
  81. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb +294 -0
  82. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb +260 -0
  83. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb +212 -0
  84. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb +247 -0
  85. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +391 -0
  86. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb +226 -0
  87. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb +221 -0
  88. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb +226 -0
  89. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb +259 -0
  90. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb +231 -0
  91. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb +277 -0
  92. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb +311 -0
  93. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb +347 -0
  94. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb +261 -0
  95. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb +248 -0
  96. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +643 -0
  97. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +394 -0
  98. data/lib/hubspot/codegen/cms/blogs/tags/api_error.rb +63 -0
  99. data/lib/hubspot/codegen/cms/blogs/tags/configuration.rb +265 -0
  100. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb +219 -0
  101. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb +219 -0
  102. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb +219 -0
  103. data/lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb +335 -0
  104. data/lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb +242 -0
  105. data/lib/hubspot/codegen/cms/blogs/tags/models/error.rb +294 -0
  106. data/lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb +260 -0
  107. data/lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb +212 -0
  108. data/lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb +226 -0
  109. data/lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb +311 -0
  110. data/lib/hubspot/codegen/cms/blogs/tags/models/tag.rb +278 -0
  111. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +183 -0
  112. data/lib/hubspot/codegen/cms/domains/api_client.rb +392 -0
  113. data/lib/hubspot/codegen/cms/domains/api_error.rb +61 -0
  114. data/lib/hubspot/codegen/cms/domains/configuration.rb +263 -0
  115. data/lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb +240 -0
  116. data/lib/hubspot/codegen/cms/domains/models/domain.rb +1091 -0
  117. data/lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb +497 -0
  118. data/lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb +231 -0
  119. data/lib/hubspot/codegen/cms/domains/models/error.rb +292 -0
  120. data/lib/hubspot/codegen/cms/domains/models/error_detail.rb +258 -0
  121. data/lib/hubspot/codegen/cms/domains/models/next_page.rb +224 -0
  122. data/lib/hubspot/codegen/cms/domains/models/paging.rb +210 -0
  123. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +698 -0
  124. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +516 -0
  125. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1009 -0
  126. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +392 -0
  127. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +61 -0
  128. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +263 -0
  129. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +217 -0
  130. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +217 -0
  131. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +217 -0
  132. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +333 -0
  133. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +240 -0
  134. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +240 -0
  135. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +388 -0
  136. data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +288 -0
  137. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +292 -0
  138. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +258 -0
  139. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +243 -0
  140. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +210 -0
  141. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +241 -0
  142. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +291 -0
  143. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +243 -0
  144. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +392 -0
  145. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +295 -0
  146. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +241 -0
  147. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +263 -0
  148. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +224 -0
  149. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +257 -0
  150. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +257 -0
  151. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +309 -0
  152. data/lib/hubspot/codegen/cms/performance/api/default_api.rb +186 -0
  153. data/lib/hubspot/codegen/cms/performance/api_client.rb +392 -0
  154. data/lib/hubspot/codegen/cms/performance/api_error.rb +61 -0
  155. data/lib/hubspot/codegen/cms/performance/configuration.rb +256 -0
  156. data/lib/hubspot/codegen/cms/performance/models/error.rb +292 -0
  157. data/lib/hubspot/codegen/cms/performance/models/error_detail.rb +258 -0
  158. data/lib/hubspot/codegen/cms/performance/models/performance_view.rb +528 -0
  159. data/lib/hubspot/codegen/cms/performance/models/public_performance_response.rb +332 -0
  160. data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +225 -0
  161. data/lib/hubspot/codegen/cms/site-search/api_client.rb +392 -0
  162. data/lib/hubspot/codegen/cms/site-search/api_error.rb +61 -0
  163. data/lib/hubspot/codegen/cms/site-search/configuration.rb +263 -0
  164. data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +427 -0
  165. data/lib/hubspot/codegen/cms/site-search/models/error.rb +292 -0
  166. data/lib/hubspot/codegen/cms/site-search/models/error_detail.rb +258 -0
  167. data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +279 -0
  168. data/lib/hubspot/codegen/cms/site-search/models/public_search_results.rb +282 -0
  169. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +257 -0
  170. data/lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb +368 -0
  171. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +392 -0
  172. data/lib/hubspot/codegen/cms/url-redirects/api_error.rb +61 -0
  173. data/lib/hubspot/codegen/cms/url-redirects/configuration.rb +263 -0
  174. data/lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb +242 -0
  175. data/lib/hubspot/codegen/cms/url-redirects/models/error.rb +292 -0
  176. data/lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb +258 -0
  177. data/lib/hubspot/codegen/cms/url-redirects/models/next_page.rb +224 -0
  178. data/lib/hubspot/codegen/cms/url-redirects/models/paging.rb +210 -0
  179. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb +596 -0
  180. data/lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb +306 -0
  181. data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +90 -0
  182. data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +392 -0
  183. data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +61 -0
  184. data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +263 -0
  185. data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +292 -0
  186. data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +258 -0
  187. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +236 -0
  188. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +215 -0
  189. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +242 -0
  190. data/lib/hubspot/codegen/crm/associations/api/types_api.rb +94 -0
  191. data/lib/hubspot/codegen/crm/associations/api_client.rb +392 -0
  192. data/lib/hubspot/codegen/crm/associations/api_error.rb +61 -0
  193. data/lib/hubspot/codegen/crm/associations/configuration.rb +263 -0
  194. data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +229 -0
  195. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +217 -0
  196. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +217 -0
  197. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +322 -0
  198. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +322 -0
  199. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +226 -0
  200. data/lib/hubspot/codegen/crm/associations/models/error.rb +292 -0
  201. data/lib/hubspot/codegen/crm/associations/models/error_category.rb +263 -0
  202. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +258 -0
  203. data/lib/hubspot/codegen/crm/associations/models/next_page.rb +224 -0
  204. data/lib/hubspot/codegen/crm/associations/models/paging.rb +210 -0
  205. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +243 -0
  206. data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +229 -0
  207. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +232 -0
  208. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +216 -0
  209. data/lib/hubspot/codegen/crm/associations/models/standard_error.rb +309 -0
  210. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +260 -0
  211. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +375 -0
  212. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +285 -0
  213. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +90 -0
  214. data/lib/hubspot/codegen/crm/companies/api_client.rb +392 -0
  215. data/lib/hubspot/codegen/crm/companies/api_error.rb +61 -0
  216. data/lib/hubspot/codegen/crm/companies/configuration.rb +263 -0
  217. data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +229 -0
  218. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +217 -0
  219. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +217 -0
  220. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +217 -0
  221. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +242 -0
  222. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +313 -0
  223. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb +333 -0
  224. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +226 -0
  225. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +226 -0
  226. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +241 -0
  227. data/lib/hubspot/codegen/crm/companies/models/error.rb +292 -0
  228. data/lib/hubspot/codegen/crm/companies/models/error_category.rb +263 -0
  229. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +258 -0
  230. data/lib/hubspot/codegen/crm/companies/models/filter.rb +272 -0
  231. data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +217 -0
  232. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +224 -0
  233. data/lib/hubspot/codegen/crm/companies/models/paging.rb +219 -0
  234. data/lib/hubspot/codegen/crm/companies/models/previous_page.rb +224 -0
  235. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +286 -0
  236. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +288 -0
  237. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +231 -0
  238. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +215 -0
  239. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +217 -0
  240. data/lib/hubspot/codegen/crm/companies/models/standard_error.rb +309 -0
  241. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +260 -0
  242. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +375 -0
  243. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +285 -0
  244. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +90 -0
  245. data/lib/hubspot/codegen/crm/contacts/api_client.rb +392 -0
  246. data/lib/hubspot/codegen/crm/contacts/api_error.rb +61 -0
  247. data/lib/hubspot/codegen/crm/contacts/configuration.rb +263 -0
  248. data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +229 -0
  249. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +217 -0
  250. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +217 -0
  251. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +217 -0
  252. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +242 -0
  253. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +313 -0
  254. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb +333 -0
  255. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +226 -0
  256. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +226 -0
  257. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +241 -0
  258. data/lib/hubspot/codegen/crm/contacts/models/error.rb +292 -0
  259. data/lib/hubspot/codegen/crm/contacts/models/error_category.rb +263 -0
  260. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +258 -0
  261. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +272 -0
  262. data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +217 -0
  263. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +224 -0
  264. data/lib/hubspot/codegen/crm/contacts/models/paging.rb +219 -0
  265. data/lib/hubspot/codegen/crm/contacts/models/previous_page.rb +224 -0
  266. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +286 -0
  267. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +288 -0
  268. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +231 -0
  269. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +215 -0
  270. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +217 -0
  271. data/lib/hubspot/codegen/crm/contacts/models/standard_error.rb +309 -0
  272. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +260 -0
  273. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +375 -0
  274. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +285 -0
  275. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +90 -0
  276. data/lib/hubspot/codegen/crm/deals/api_client.rb +392 -0
  277. data/lib/hubspot/codegen/crm/deals/api_error.rb +61 -0
  278. data/lib/hubspot/codegen/crm/deals/configuration.rb +263 -0
  279. data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +229 -0
  280. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +217 -0
  281. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +217 -0
  282. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +217 -0
  283. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +242 -0
  284. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +313 -0
  285. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb +333 -0
  286. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +226 -0
  287. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +226 -0
  288. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +241 -0
  289. data/lib/hubspot/codegen/crm/deals/models/error.rb +292 -0
  290. data/lib/hubspot/codegen/crm/deals/models/error_category.rb +263 -0
  291. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +258 -0
  292. data/lib/hubspot/codegen/crm/deals/models/filter.rb +272 -0
  293. data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +217 -0
  294. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +224 -0
  295. data/lib/hubspot/codegen/crm/deals/models/paging.rb +219 -0
  296. data/lib/hubspot/codegen/crm/deals/models/previous_page.rb +224 -0
  297. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +286 -0
  298. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +288 -0
  299. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +231 -0
  300. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +215 -0
  301. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +217 -0
  302. data/lib/hubspot/codegen/crm/deals/models/standard_error.rb +309 -0
  303. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +728 -0
  304. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +247 -0
  305. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +160 -0
  306. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +168 -0
  307. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +154 -0
  308. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +394 -0
  309. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +63 -0
  310. data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +265 -0
  311. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +241 -0
  312. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +381 -0
  313. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +262 -0
  314. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +357 -0
  315. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +253 -0
  316. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +248 -0
  317. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +299 -0
  318. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +253 -0
  319. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +232 -0
  320. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +293 -0
  321. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +248 -0
  322. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +269 -0
  323. data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +294 -0
  324. data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +260 -0
  325. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +297 -0
  326. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +218 -0
  327. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +263 -0
  328. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +283 -0
  329. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +455 -0
  330. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +264 -0
  331. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +281 -0
  332. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +441 -0
  333. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +264 -0
  334. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +218 -0
  335. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +281 -0
  336. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +264 -0
  337. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +267 -0
  338. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +235 -0
  339. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +235 -0
  340. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +248 -0
  341. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +264 -0
  342. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +228 -0
  343. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +264 -0
  344. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +228 -0
  345. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +319 -0
  346. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +324 -0
  347. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +284 -0
  348. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +394 -0
  349. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +63 -0
  350. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +258 -0
  351. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +294 -0
  352. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +260 -0
  353. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +253 -0
  354. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +263 -0
  355. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +308 -0
  356. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +364 -0
  357. data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +84 -0
  358. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +394 -0
  359. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +63 -0
  360. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +258 -0
  361. data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +245 -0
  362. data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +327 -0
  363. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +220 -0
  364. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +260 -0
  365. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +220 -0
  366. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +299 -0
  367. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +235 -0
  368. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +230 -0
  369. data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +220 -0
  370. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +269 -0
  371. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +240 -0
  372. data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +295 -0
  373. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +282 -0
  374. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +294 -0
  375. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +260 -0
  376. data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +320 -0
  377. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +302 -0
  378. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +272 -0
  379. data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +278 -0
  380. data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +237 -0
  381. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +222 -0
  382. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +394 -0
  383. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +63 -0
  384. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +258 -0
  385. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +294 -0
  386. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +260 -0
  387. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +248 -0
  388. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +279 -0
  389. data/lib/hubspot/codegen/crm/imports/api_client.rb +392 -0
  390. data/lib/hubspot/codegen/crm/imports/api_error.rb +61 -0
  391. data/lib/hubspot/codegen/crm/imports/configuration.rb +263 -0
  392. data/lib/hubspot/codegen/crm/imports/models/action_response.rb +297 -0
  393. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb +226 -0
  394. data/lib/hubspot/codegen/crm/imports/models/error.rb +292 -0
  395. data/lib/hubspot/codegen/crm/imports/models/error_detail.rb +258 -0
  396. data/lib/hubspot/codegen/crm/imports/models/next_page.rb +224 -0
  397. data/lib/hubspot/codegen/crm/imports/models/paging.rb +219 -0
  398. data/lib/hubspot/codegen/crm/imports/models/previous_page.rb +224 -0
  399. data/lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb +252 -0
  400. data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +339 -0
  401. data/lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb +231 -0
  402. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +260 -0
  403. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +375 -0
  404. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +285 -0
  405. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +90 -0
  406. data/lib/hubspot/codegen/crm/line_items/api_client.rb +392 -0
  407. data/lib/hubspot/codegen/crm/line_items/api_error.rb +61 -0
  408. data/lib/hubspot/codegen/crm/line_items/configuration.rb +263 -0
  409. data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +229 -0
  410. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +217 -0
  411. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +217 -0
  412. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +217 -0
  413. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +242 -0
  414. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +313 -0
  415. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb +333 -0
  416. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +226 -0
  417. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +226 -0
  418. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +241 -0
  419. data/lib/hubspot/codegen/crm/line_items/models/error.rb +292 -0
  420. data/lib/hubspot/codegen/crm/line_items/models/error_category.rb +263 -0
  421. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +258 -0
  422. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +272 -0
  423. data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +217 -0
  424. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +224 -0
  425. data/lib/hubspot/codegen/crm/line_items/models/paging.rb +219 -0
  426. data/lib/hubspot/codegen/crm/line_items/models/previous_page.rb +224 -0
  427. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +286 -0
  428. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +288 -0
  429. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +231 -0
  430. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +215 -0
  431. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +217 -0
  432. data/lib/hubspot/codegen/crm/line_items/models/standard_error.rb +309 -0
  433. data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +278 -0
  434. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +405 -0
  435. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +309 -0
  436. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +96 -0
  437. data/lib/hubspot/codegen/crm/objects/api_client.rb +392 -0
  438. data/lib/hubspot/codegen/crm/objects/api_error.rb +61 -0
  439. data/lib/hubspot/codegen/crm/objects/configuration.rb +263 -0
  440. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +103 -0
  441. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +181 -0
  442. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +95 -0
  443. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +92 -0
  444. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +394 -0
  445. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +63 -0
  446. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +258 -0
  447. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +231 -0
  448. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +219 -0
  449. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +219 -0
  450. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +219 -0
  451. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +244 -0
  452. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +315 -0
  453. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +335 -0
  454. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +228 -0
  455. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object.rb +228 -0
  456. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object.rb +243 -0
  457. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +294 -0
  458. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +265 -0
  459. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +260 -0
  460. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +274 -0
  461. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +219 -0
  462. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +226 -0
  463. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +221 -0
  464. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +226 -0
  465. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +288 -0
  466. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +290 -0
  467. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +233 -0
  468. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +217 -0
  469. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +219 -0
  470. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +311 -0
  471. data/lib/hubspot/codegen/crm/objects/models/associated_id.rb +229 -0
  472. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +217 -0
  473. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +217 -0
  474. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb +217 -0
  475. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +242 -0
  476. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +313 -0
  477. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb +333 -0
  478. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb +226 -0
  479. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object.rb +226 -0
  480. data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object.rb +241 -0
  481. data/lib/hubspot/codegen/crm/objects/models/error.rb +292 -0
  482. data/lib/hubspot/codegen/crm/objects/models/error_category.rb +263 -0
  483. data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +258 -0
  484. data/lib/hubspot/codegen/crm/objects/models/filter.rb +272 -0
  485. data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +217 -0
  486. data/lib/hubspot/codegen/crm/objects/models/next_page.rb +224 -0
  487. data/lib/hubspot/codegen/crm/objects/models/paging.rb +219 -0
  488. data/lib/hubspot/codegen/crm/objects/models/previous_page.rb +224 -0
  489. data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +286 -0
  490. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +288 -0
  491. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +231 -0
  492. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +215 -0
  493. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +217 -0
  494. data/lib/hubspot/codegen/crm/objects/models/standard_error.rb +309 -0
  495. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +156 -0
  496. data/lib/hubspot/codegen/crm/owners/api_client.rb +392 -0
  497. data/lib/hubspot/codegen/crm/owners/api_error.rb +61 -0
  498. data/lib/hubspot/codegen/crm/owners/configuration.rb +263 -0
  499. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +226 -0
  500. data/lib/hubspot/codegen/crm/owners/models/error.rb +292 -0
  501. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +258 -0
  502. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +224 -0
  503. data/lib/hubspot/codegen/crm/owners/models/paging.rb +210 -0
  504. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +304 -0
  505. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +272 -0
  506. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +479 -0
  507. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +443 -0
  508. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +392 -0
  509. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +61 -0
  510. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +263 -0
  511. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +226 -0
  512. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +226 -0
  513. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +292 -0
  514. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +258 -0
  515. data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +224 -0
  516. data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +210 -0
  517. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +318 -0
  518. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +248 -0
  519. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +231 -0
  520. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +318 -0
  521. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +248 -0
  522. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +248 -0
  523. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +260 -0
  524. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +375 -0
  525. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +285 -0
  526. data/lib/hubspot/codegen/crm/products/api/search_api.rb +90 -0
  527. data/lib/hubspot/codegen/crm/products/api_client.rb +392 -0
  528. data/lib/hubspot/codegen/crm/products/api_error.rb +61 -0
  529. data/lib/hubspot/codegen/crm/products/configuration.rb +263 -0
  530. data/lib/hubspot/codegen/crm/products/models/associated_id.rb +229 -0
  531. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +217 -0
  532. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +217 -0
  533. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +217 -0
  534. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +242 -0
  535. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +313 -0
  536. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb +333 -0
  537. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +226 -0
  538. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +226 -0
  539. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +241 -0
  540. data/lib/hubspot/codegen/crm/products/models/error.rb +292 -0
  541. data/lib/hubspot/codegen/crm/products/models/error_category.rb +263 -0
  542. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +258 -0
  543. data/lib/hubspot/codegen/crm/products/models/filter.rb +272 -0
  544. data/lib/hubspot/codegen/crm/products/models/filter_group.rb +217 -0
  545. data/lib/hubspot/codegen/crm/products/models/next_page.rb +224 -0
  546. data/lib/hubspot/codegen/crm/products/models/paging.rb +219 -0
  547. data/lib/hubspot/codegen/crm/products/models/previous_page.rb +224 -0
  548. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +286 -0
  549. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +288 -0
  550. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +231 -0
  551. data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +215 -0
  552. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +217 -0
  553. data/lib/hubspot/codegen/crm/products/models/standard_error.rb +309 -0
  554. data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +236 -0
  555. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +376 -0
  556. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +370 -0
  557. data/lib/hubspot/codegen/crm/properties/api_client.rb +392 -0
  558. data/lib/hubspot/codegen/crm/properties/api_error.rb +61 -0
  559. data/lib/hubspot/codegen/crm/properties/configuration.rb +263 -0
  560. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +217 -0
  561. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +217 -0
  562. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +231 -0
  563. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +333 -0
  564. data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +226 -0
  565. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +226 -0
  566. data/lib/hubspot/codegen/crm/properties/models/error.rb +292 -0
  567. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +263 -0
  568. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +258 -0
  569. data/lib/hubspot/codegen/crm/properties/models/next_page.rb +224 -0
  570. data/lib/hubspot/codegen/crm/properties/models/option.rb +266 -0
  571. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +266 -0
  572. data/lib/hubspot/codegen/crm/properties/models/paging.rb +210 -0
  573. data/lib/hubspot/codegen/crm/properties/models/property.rb +465 -0
  574. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +384 -0
  575. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +260 -0
  576. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +241 -0
  577. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +221 -0
  578. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +252 -0
  579. data/lib/hubspot/codegen/crm/properties/models/property_name.rb +216 -0
  580. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +339 -0
  581. data/lib/hubspot/codegen/crm/properties/models/standard_error.rb +309 -0
  582. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +101 -0
  583. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +179 -0
  584. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +93 -0
  585. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +90 -0
  586. data/lib/hubspot/codegen/crm/quotes/api_client.rb +392 -0
  587. data/lib/hubspot/codegen/crm/quotes/api_error.rb +61 -0
  588. data/lib/hubspot/codegen/crm/quotes/configuration.rb +256 -0
  589. data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +229 -0
  590. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +217 -0
  591. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +217 -0
  592. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +217 -0
  593. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +242 -0
  594. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +313 -0
  595. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb +333 -0
  596. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +226 -0
  597. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +226 -0
  598. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +241 -0
  599. data/lib/hubspot/codegen/crm/quotes/models/error.rb +292 -0
  600. data/lib/hubspot/codegen/crm/quotes/models/error_category.rb +263 -0
  601. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +258 -0
  602. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +272 -0
  603. data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +217 -0
  604. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +224 -0
  605. data/lib/hubspot/codegen/crm/quotes/models/paging.rb +219 -0
  606. data/lib/hubspot/codegen/crm/quotes/models/previous_page.rb +224 -0
  607. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +286 -0
  608. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +288 -0
  609. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +231 -0
  610. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +215 -0
  611. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +217 -0
  612. data/lib/hubspot/codegen/crm/quotes/models/standard_error.rb +309 -0
  613. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +478 -0
  614. data/lib/hubspot/codegen/crm/schemas/api/default_api.rb +84 -0
  615. data/lib/hubspot/codegen/crm/schemas/api_client.rb +392 -0
  616. data/lib/hubspot/codegen/crm/schemas/api_error.rb +61 -0
  617. data/lib/hubspot/codegen/crm/schemas/configuration.rb +263 -0
  618. data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +350 -0
  619. data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +315 -0
  620. data/lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema.rb +226 -0
  621. data/lib/hubspot/codegen/crm/schemas/models/error.rb +292 -0
  622. data/lib/hubspot/codegen/crm/schemas/models/error_detail.rb +258 -0
  623. data/lib/hubspot/codegen/crm/schemas/models/next_page.rb +224 -0
  624. data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +389 -0
  625. data/lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb +325 -0
  626. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +364 -0
  627. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb +221 -0
  628. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb +265 -0
  629. data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +356 -0
  630. data/lib/hubspot/codegen/crm/schemas/models/option.rb +266 -0
  631. data/lib/hubspot/codegen/crm/schemas/models/option_input.rb +271 -0
  632. data/lib/hubspot/codegen/crm/schemas/models/paging.rb +219 -0
  633. data/lib/hubspot/codegen/crm/schemas/models/previous_page.rb +224 -0
  634. data/lib/hubspot/codegen/crm/schemas/models/property.rb +465 -0
  635. data/lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb +252 -0
  636. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +260 -0
  637. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +375 -0
  638. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +285 -0
  639. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +90 -0
  640. data/lib/hubspot/codegen/crm/tickets/api_client.rb +392 -0
  641. data/lib/hubspot/codegen/crm/tickets/api_error.rb +61 -0
  642. data/lib/hubspot/codegen/crm/tickets/configuration.rb +263 -0
  643. data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +229 -0
  644. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +217 -0
  645. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +217 -0
  646. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +217 -0
  647. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +242 -0
  648. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +313 -0
  649. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb +333 -0
  650. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +226 -0
  651. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +226 -0
  652. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +241 -0
  653. data/lib/hubspot/codegen/crm/tickets/models/error.rb +292 -0
  654. data/lib/hubspot/codegen/crm/tickets/models/error_category.rb +263 -0
  655. data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +258 -0
  656. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +272 -0
  657. data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +217 -0
  658. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +224 -0
  659. data/lib/hubspot/codegen/crm/tickets/models/paging.rb +219 -0
  660. data/lib/hubspot/codegen/crm/tickets/models/previous_page.rb +224 -0
  661. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +286 -0
  662. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +288 -0
  663. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +231 -0
  664. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +215 -0
  665. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +217 -0
  666. data/lib/hubspot/codegen/crm/tickets/models/standard_error.rb +309 -0
  667. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +361 -0
  668. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +370 -0
  669. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +258 -0
  670. data/lib/hubspot/codegen/crm/timeline/api_client.rb +392 -0
  671. data/lib/hubspot/codegen/crm/timeline/api_error.rb +61 -0
  672. data/lib/hubspot/codegen/crm/timeline/configuration.rb +263 -0
  673. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +218 -0
  674. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +318 -0
  675. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb +333 -0
  676. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb +227 -0
  677. data/lib/hubspot/codegen/crm/timeline/models/error.rb +292 -0
  678. data/lib/hubspot/codegen/crm/timeline/models/error_category.rb +263 -0
  679. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +258 -0
  680. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +216 -0
  681. data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +224 -0
  682. data/lib/hubspot/codegen/crm/timeline/models/paging.rb +219 -0
  683. data/lib/hubspot/codegen/crm/timeline/models/previous_page.rb +224 -0
  684. data/lib/hubspot/codegen/crm/timeline/models/standard_error.rb +309 -0
  685. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +317 -0
  686. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +276 -0
  687. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +341 -0
  688. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +303 -0
  689. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +268 -0
  690. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +327 -0
  691. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +229 -0
  692. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +243 -0
  693. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +268 -0
  694. data/lib/hubspot/codegen/events/api/events_api.rb +105 -0
  695. data/lib/hubspot/codegen/events/api_client.rb +390 -0
  696. data/lib/hubspot/codegen/events/api_error.rb +59 -0
  697. data/lib/hubspot/codegen/events/configuration.rb +261 -0
  698. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +224 -0
  699. data/lib/hubspot/codegen/events/models/error.rb +290 -0
  700. data/lib/hubspot/codegen/events/models/error_detail.rb +256 -0
  701. data/lib/hubspot/codegen/events/models/external_unified_event.rb +290 -0
  702. data/lib/hubspot/codegen/events/models/next_page.rb +222 -0
  703. data/lib/hubspot/codegen/events/models/paging.rb +208 -0
  704. data/lib/hubspot/codegen/files/files/api/files_api.rb +787 -0
  705. data/lib/hubspot/codegen/files/files/api/folders_api.rb +579 -0
  706. data/lib/hubspot/codegen/files/files/api_client.rb +392 -0
  707. data/lib/hubspot/codegen/files/files/api_error.rb +61 -0
  708. data/lib/hubspot/codegen/files/files/configuration.rb +263 -0
  709. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +226 -0
  710. data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +226 -0
  711. data/lib/hubspot/codegen/files/files/models/error.rb +292 -0
  712. data/lib/hubspot/codegen/files/files/models/error_category.rb +263 -0
  713. data/lib/hubspot/codegen/files/files/models/error_detail.rb +258 -0
  714. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +348 -0
  715. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +285 -0
  716. data/lib/hubspot/codegen/files/files/models/folder.rb +301 -0
  717. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +348 -0
  718. data/lib/hubspot/codegen/files/files/models/folder_input.rb +236 -0
  719. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +236 -0
  720. data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +228 -0
  721. data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +440 -0
  722. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +374 -0
  723. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +228 -0
  724. data/lib/hubspot/codegen/files/files/models/next_page.rb +224 -0
  725. data/lib/hubspot/codegen/files/files/models/paging.rb +219 -0
  726. data/lib/hubspot/codegen/files/files/models/previous_page.rb +224 -0
  727. data/lib/hubspot/codegen/files/files/models/signed_url.rb +311 -0
  728. data/lib/hubspot/codegen/files/files/models/standard_error.rb +309 -0
  729. data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +400 -0
  730. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +392 -0
  731. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +61 -0
  732. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +263 -0
  733. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +227 -0
  734. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +326 -0
  735. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +292 -0
  736. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +258 -0
  737. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +231 -0
  738. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +224 -0
  739. data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +210 -0
  740. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +282 -0
  741. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +262 -0
  742. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +231 -0
  743. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +301 -0
  744. data/lib/hubspot/codegen/oauth/api/default_api.rb +270 -0
  745. data/lib/hubspot/codegen/oauth/api_client.rb +389 -0
  746. data/lib/hubspot/codegen/oauth/api_error.rb +59 -0
  747. data/lib/hubspot/codegen/oauth/configuration.rb +247 -0
  748. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +333 -0
  749. data/lib/hubspot/codegen/oauth/models/error.rb +290 -0
  750. data/lib/hubspot/codegen/oauth/models/error_detail.rb +256 -0
  751. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +303 -0
  752. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +241 -0
  753. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +218 -0
  754. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +438 -0
  755. data/lib/hubspot/codegen/webhooks/api_client.rb +390 -0
  756. data/lib/hubspot/codegen/webhooks/api_error.rb +59 -0
  757. data/lib/hubspot/codegen/webhooks/configuration.rb +254 -0
  758. data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +215 -0
  759. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +311 -0
  760. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb +331 -0
  761. data/lib/hubspot/codegen/webhooks/models/error.rb +290 -0
  762. data/lib/hubspot/codegen/webhooks/models/error_category.rb +261 -0
  763. data/lib/hubspot/codegen/webhooks/models/error_detail.rb +256 -0
  764. data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +228 -0
  765. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +253 -0
  766. data/lib/hubspot/codegen/webhooks/models/standard_error.rb +307 -0
  767. data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +227 -0
  768. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +270 -0
  769. data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +216 -0
  770. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +209 -0
  771. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +313 -0
  772. data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +263 -0
  773. data/lib/hubspot/configuration.rb +207 -0
  774. data/lib/hubspot/exceptions.rb +14 -0
  775. data/lib/hubspot/helpers/get_all_helper.rb +27 -0
  776. data/lib/hubspot/helpers/webhooks_helper.rb +31 -0
  777. data/lib/hubspot/oauth_helper.rb +17 -0
  778. data/lib/hubspot/version.rb +3 -0
  779. data/lib/hubspot-api-client.rb +47 -0
  780. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +60 -0
  781. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +104 -0
  782. data/spec/codegen/automation/actions/api/functions_api_spec.rb +137 -0
  783. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +64 -0
  784. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +51 -0
  785. data/spec/codegen/automation/actions/models/action_function_spec.rb +57 -0
  786. data/spec/codegen/automation/actions/models/action_labels_spec.rb +71 -0
  787. data/spec/codegen/automation/actions/models/action_revision_spec.rb +59 -0
  788. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +41 -0
  789. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +47 -0
  790. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +41 -0
  791. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +41 -0
  792. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +47 -0
  793. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +47 -0
  794. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +63 -0
  795. data/spec/codegen/automation/actions/models/error_detail_spec.rb +65 -0
  796. data/spec/codegen/automation/actions/models/error_spec.rb +77 -0
  797. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +89 -0
  798. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +77 -0
  799. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +101 -0
  800. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +83 -0
  801. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +41 -0
  802. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +57 -0
  803. data/spec/codegen/automation/actions/models/next_page_spec.rb +47 -0
  804. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +41 -0
  805. data/spec/codegen/automation/actions/models/option_spec.rb +77 -0
  806. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +57 -0
  807. data/spec/codegen/cms/audit-logs/api/default_api_spec.rb +54 -0
  808. data/spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb +47 -0
  809. data/spec/codegen/cms/audit-logs/models/error_detail_spec.rb +65 -0
  810. data/spec/codegen/cms/audit-logs/models/error_spec.rb +77 -0
  811. data/spec/codegen/cms/audit-logs/models/next_page_spec.rb +47 -0
  812. data/spec/codegen/cms/audit-logs/models/paging_spec.rb +41 -0
  813. data/spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb +85 -0
  814. data/spec/codegen/cms/blogs/authors/api/default_api_spec.rb +158 -0
  815. data/spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb +41 -0
  816. data/spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb +41 -0
  817. data/spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb +41 -0
  818. data/spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +87 -0
  819. data/spec/codegen/cms/blogs/authors/models/blog_author_spec.rb +107 -0
  820. data/spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +53 -0
  821. data/spec/codegen/cms/blogs/authors/models/error_detail_spec.rb +65 -0
  822. data/spec/codegen/cms/blogs/authors/models/error_spec.rb +77 -0
  823. data/spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb +41 -0
  824. data/spec/codegen/cms/blogs/authors/models/next_page_spec.rb +47 -0
  825. data/spec/codegen/cms/blogs/authors/models/standard_error_spec.rb +83 -0
  826. data/spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb +285 -0
  827. data/spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb +51 -0
  828. data/spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb +57 -0
  829. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb +41 -0
  830. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb +41 -0
  831. data/spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb +41 -0
  832. data/spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +87 -0
  833. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +417 -0
  834. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +53 -0
  835. data/spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +53 -0
  836. data/spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb +41 -0
  837. data/spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +47 -0
  838. data/spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +47 -0
  839. data/spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb +65 -0
  840. data/spec/codegen/cms/blogs/blog-posts/models/error_spec.rb +77 -0
  841. data/spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb +41 -0
  842. data/spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb +53 -0
  843. data/spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb +113 -0
  844. data/spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb +47 -0
  845. data/spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb +47 -0
  846. data/spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb +47 -0
  847. data/spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb +59 -0
  848. data/spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb +47 -0
  849. data/spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb +55 -0
  850. data/spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb +83 -0
  851. data/spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb +85 -0
  852. data/spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb +59 -0
  853. data/spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb +53 -0
  854. data/spec/codegen/cms/blogs/tags/api/default_api_spec.rb +158 -0
  855. data/spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb +41 -0
  856. data/spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb +41 -0
  857. data/spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb +41 -0
  858. data/spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb +87 -0
  859. data/spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +53 -0
  860. data/spec/codegen/cms/blogs/tags/models/error_detail_spec.rb +65 -0
  861. data/spec/codegen/cms/blogs/tags/models/error_spec.rb +77 -0
  862. data/spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb +41 -0
  863. data/spec/codegen/cms/blogs/tags/models/next_page_spec.rb +47 -0
  864. data/spec/codegen/cms/blogs/tags/models/standard_error_spec.rb +83 -0
  865. data/spec/codegen/cms/blogs/tags/models/tag_spec.rb +65 -0
  866. data/spec/codegen/cms/domains/api/domains_api_spec.rb +71 -0
  867. data/spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb +53 -0
  868. data/spec/codegen/cms/domains/models/domain_cdn_config_spec.rb +149 -0
  869. data/spec/codegen/cms/domains/models/domain_setup_info_spec.rb +47 -0
  870. data/spec/codegen/cms/domains/models/domain_spec.rb +403 -0
  871. data/spec/codegen/cms/domains/models/error_detail_spec.rb +65 -0
  872. data/spec/codegen/cms/domains/models/error_spec.rb +77 -0
  873. data/spec/codegen/cms/domains/models/next_page_spec.rb +47 -0
  874. data/spec/codegen/cms/domains/models/paging_spec.rb +41 -0
  875. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +160 -0
  876. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +126 -0
  877. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +237 -0
  878. data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +41 -0
  879. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +41 -0
  880. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +41 -0
  881. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +87 -0
  882. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +53 -0
  883. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +53 -0
  884. data/spec/codegen/cms/hubdb/models/column_input_spec.rb +77 -0
  885. data/spec/codegen/cms/hubdb/models/column_spec.rb +117 -0
  886. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +65 -0
  887. data/spec/codegen/cms/hubdb/models/error_spec.rb +77 -0
  888. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +53 -0
  889. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +41 -0
  890. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +53 -0
  891. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb +59 -0
  892. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +71 -0
  893. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb +83 -0
  894. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +59 -0
  895. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +143 -0
  896. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +59 -0
  897. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +47 -0
  898. data/spec/codegen/cms/hubdb/models/option_spec.rb +59 -0
  899. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +59 -0
  900. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +83 -0
  901. data/spec/codegen/cms/performance/api/default_api_spec.rb +73 -0
  902. data/spec/codegen/cms/performance/models/error_detail_spec.rb +65 -0
  903. data/spec/codegen/cms/performance/models/error_spec.rb +77 -0
  904. data/spec/codegen/cms/performance/models/performance_view_spec.rb +167 -0
  905. data/spec/codegen/cms/performance/models/public_performance_response_spec.rb +85 -0
  906. data/spec/codegen/cms/site-search/api/default_api_spec.rb +78 -0
  907. data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +145 -0
  908. data/spec/codegen/cms/site-search/models/error_detail_spec.rb +65 -0
  909. data/spec/codegen/cms/site-search/models/error_spec.rb +77 -0
  910. data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +57 -0
  911. data/spec/codegen/cms/site-search/models/public_search_results_spec.rb +71 -0
  912. data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +59 -0
  913. data/spec/codegen/cms/url-redirects/api/redirects_api_spec.rb +107 -0
  914. data/spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +53 -0
  915. data/spec/codegen/cms/url-redirects/models/error_detail_spec.rb +65 -0
  916. data/spec/codegen/cms/url-redirects/models/error_spec.rb +77 -0
  917. data/spec/codegen/cms/url-redirects/models/next_page_spec.rb +47 -0
  918. data/spec/codegen/cms/url-redirects/models/paging_spec.rb +41 -0
  919. data/spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb +95 -0
  920. data/spec/codegen/cms/url-redirects/models/url_mapping_spec.rb +189 -0
  921. data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +47 -0
  922. data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +65 -0
  923. data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +77 -0
  924. data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +53 -0
  925. data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +41 -0
  926. data/spec/codegen/crm/associations/api/batch_api_spec.rb +77 -0
  927. data/spec/codegen/crm/associations/api/types_api_spec.rb +48 -0
  928. data/spec/codegen/crm/associations/models/associated_id_spec.rb +47 -0
  929. data/spec/codegen/crm/associations/models/batch_input_public_association_spec.rb +41 -0
  930. data/spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb +41 -0
  931. data/spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb +81 -0
  932. data/spec/codegen/crm/associations/models/batch_response_public_association_spec.rb +81 -0
  933. data/spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb +47 -0
  934. data/spec/codegen/crm/associations/models/error_category_spec.rb +51 -0
  935. data/spec/codegen/crm/associations/models/error_detail_spec.rb +65 -0
  936. data/spec/codegen/crm/associations/models/error_spec.rb +77 -0
  937. data/spec/codegen/crm/associations/models/next_page_spec.rb +47 -0
  938. data/spec/codegen/crm/associations/models/paging_spec.rb +41 -0
  939. data/spec/codegen/crm/associations/models/public_association_definiton_spec.rb +47 -0
  940. data/spec/codegen/crm/associations/models/public_association_multi_spec.rb +47 -0
  941. data/spec/codegen/crm/associations/models/public_association_spec.rb +53 -0
  942. data/spec/codegen/crm/associations/models/public_object_id_spec.rb +41 -0
  943. data/spec/codegen/crm/associations/models/standard_error_spec.rb +83 -0
  944. data/spec/codegen/crm/companies/api/associations_api_spec.rb +79 -0
  945. data/spec/codegen/crm/companies/api/basic_api_spec.rb +106 -0
  946. data/spec/codegen/crm/companies/api/batch_api_spec.rb +84 -0
  947. data/spec/codegen/crm/companies/api/search_api_spec.rb +47 -0
  948. data/spec/codegen/crm/companies/models/associated_id_spec.rb +47 -0
  949. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  950. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb +41 -0
  951. data/spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb +41 -0
  952. data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  953. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb +75 -0
  954. data/spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  955. data/spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb +47 -0
  956. data/spec/codegen/crm/companies/models/collection_response_simple_public_object_spec.rb +47 -0
  957. data/spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  958. data/spec/codegen/crm/companies/models/error_category_spec.rb +51 -0
  959. data/spec/codegen/crm/companies/models/error_detail_spec.rb +65 -0
  960. data/spec/codegen/crm/companies/models/error_spec.rb +77 -0
  961. data/spec/codegen/crm/companies/models/filter_group_spec.rb +41 -0
  962. data/spec/codegen/crm/companies/models/filter_spec.rb +57 -0
  963. data/spec/codegen/crm/companies/models/next_page_spec.rb +47 -0
  964. data/spec/codegen/crm/companies/models/paging_spec.rb +47 -0
  965. data/spec/codegen/crm/companies/models/previous_page_spec.rb +47 -0
  966. data/spec/codegen/crm/companies/models/public_object_search_request_spec.rb +71 -0
  967. data/spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb +47 -0
  968. data/spec/codegen/crm/companies/models/simple_public_object_id_spec.rb +41 -0
  969. data/spec/codegen/crm/companies/models/simple_public_object_input_spec.rb +41 -0
  970. data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +77 -0
  971. data/spec/codegen/crm/companies/models/standard_error_spec.rb +83 -0
  972. data/spec/codegen/crm/contacts/api/associations_api_spec.rb +79 -0
  973. data/spec/codegen/crm/contacts/api/basic_api_spec.rb +106 -0
  974. data/spec/codegen/crm/contacts/api/batch_api_spec.rb +84 -0
  975. data/spec/codegen/crm/contacts/api/search_api_spec.rb +47 -0
  976. data/spec/codegen/crm/contacts/models/associated_id_spec.rb +47 -0
  977. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  978. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb +41 -0
  979. data/spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb +41 -0
  980. data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  981. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb +75 -0
  982. data/spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  983. data/spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb +47 -0
  984. data/spec/codegen/crm/contacts/models/collection_response_simple_public_object_spec.rb +47 -0
  985. data/spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  986. data/spec/codegen/crm/contacts/models/error_category_spec.rb +51 -0
  987. data/spec/codegen/crm/contacts/models/error_detail_spec.rb +65 -0
  988. data/spec/codegen/crm/contacts/models/error_spec.rb +77 -0
  989. data/spec/codegen/crm/contacts/models/filter_group_spec.rb +41 -0
  990. data/spec/codegen/crm/contacts/models/filter_spec.rb +57 -0
  991. data/spec/codegen/crm/contacts/models/next_page_spec.rb +47 -0
  992. data/spec/codegen/crm/contacts/models/paging_spec.rb +47 -0
  993. data/spec/codegen/crm/contacts/models/previous_page_spec.rb +47 -0
  994. data/spec/codegen/crm/contacts/models/public_object_search_request_spec.rb +71 -0
  995. data/spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb +47 -0
  996. data/spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb +41 -0
  997. data/spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb +41 -0
  998. data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +77 -0
  999. data/spec/codegen/crm/contacts/models/standard_error_spec.rb +83 -0
  1000. data/spec/codegen/crm/deals/api/associations_api_spec.rb +79 -0
  1001. data/spec/codegen/crm/deals/api/basic_api_spec.rb +106 -0
  1002. data/spec/codegen/crm/deals/api/batch_api_spec.rb +84 -0
  1003. data/spec/codegen/crm/deals/api/search_api_spec.rb +47 -0
  1004. data/spec/codegen/crm/deals/models/associated_id_spec.rb +47 -0
  1005. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1006. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1007. data/spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1008. data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1009. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb +75 -0
  1010. data/spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1011. data/spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb +47 -0
  1012. data/spec/codegen/crm/deals/models/collection_response_simple_public_object_spec.rb +47 -0
  1013. data/spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1014. data/spec/codegen/crm/deals/models/error_category_spec.rb +51 -0
  1015. data/spec/codegen/crm/deals/models/error_detail_spec.rb +65 -0
  1016. data/spec/codegen/crm/deals/models/error_spec.rb +77 -0
  1017. data/spec/codegen/crm/deals/models/filter_group_spec.rb +41 -0
  1018. data/spec/codegen/crm/deals/models/filter_spec.rb +57 -0
  1019. data/spec/codegen/crm/deals/models/next_page_spec.rb +47 -0
  1020. data/spec/codegen/crm/deals/models/paging_spec.rb +47 -0
  1021. data/spec/codegen/crm/deals/models/previous_page_spec.rb +47 -0
  1022. data/spec/codegen/crm/deals/models/public_object_search_request_spec.rb +71 -0
  1023. data/spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb +47 -0
  1024. data/spec/codegen/crm/deals/models/simple_public_object_id_spec.rb +41 -0
  1025. data/spec/codegen/crm/deals/models/simple_public_object_input_spec.rb +41 -0
  1026. data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +77 -0
  1027. data/spec/codegen/crm/deals/models/standard_error_spec.rb +83 -0
  1028. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +165 -0
  1029. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +76 -0
  1030. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +60 -0
  1031. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +61 -0
  1032. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +59 -0
  1033. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +53 -0
  1034. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +125 -0
  1035. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +65 -0
  1036. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +93 -0
  1037. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +59 -0
  1038. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +53 -0
  1039. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +69 -0
  1040. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +65 -0
  1041. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +47 -0
  1042. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +71 -0
  1043. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +53 -0
  1044. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +51 -0
  1045. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +65 -0
  1046. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +77 -0
  1047. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +63 -0
  1048. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +41 -0
  1049. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +59 -0
  1050. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +51 -0
  1051. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +135 -0
  1052. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +51 -0
  1053. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +83 -0
  1054. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +135 -0
  1055. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +51 -0
  1056. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +41 -0
  1057. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +51 -0
  1058. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +71 -0
  1059. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +51 -0
  1060. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +47 -0
  1061. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +47 -0
  1062. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +51 -0
  1063. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +53 -0
  1064. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +47 -0
  1065. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +51 -0
  1066. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +47 -0
  1067. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +73 -0
  1068. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +75 -0
  1069. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +85 -0
  1070. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +65 -0
  1071. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +77 -0
  1072. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +65 -0
  1073. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +65 -0
  1074. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +77 -0
  1075. data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +100 -0
  1076. data/spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb +46 -0
  1077. data/spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb +53 -0
  1078. data/spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb +79 -0
  1079. data/spec/codegen/crm/extensions/cards/models/card_actions_spec.rb +41 -0
  1080. data/spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb +59 -0
  1081. data/spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb +41 -0
  1082. data/spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb +63 -0
  1083. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb +47 -0
  1084. data/spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb +47 -0
  1085. data/spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb +41 -0
  1086. data/spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb +51 -0
  1087. data/spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb +59 -0
  1088. data/spec/codegen/crm/extensions/cards/models/card_response_spec.rb +77 -0
  1089. data/spec/codegen/crm/extensions/cards/models/display_option_spec.rb +57 -0
  1090. data/spec/codegen/crm/extensions/cards/models/error_detail_spec.rb +65 -0
  1091. data/spec/codegen/crm/extensions/cards/models/error_spec.rb +77 -0
  1092. data/spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb +75 -0
  1093. data/spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb +75 -0
  1094. data/spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb +65 -0
  1095. data/spec/codegen/crm/extensions/cards/models/object_token_spec.rb +63 -0
  1096. data/spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb +53 -0
  1097. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +72 -0
  1098. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +65 -0
  1099. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +77 -0
  1100. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +59 -0
  1101. data/spec/codegen/crm/imports/api/core_api_spec.rb +86 -0
  1102. data/spec/codegen/crm/imports/models/action_response_spec.rb +69 -0
  1103. data/spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb +47 -0
  1104. data/spec/codegen/crm/imports/models/error_detail_spec.rb +65 -0
  1105. data/spec/codegen/crm/imports/models/error_spec.rb +77 -0
  1106. data/spec/codegen/crm/imports/models/next_page_spec.rb +47 -0
  1107. data/spec/codegen/crm/imports/models/paging_spec.rb +47 -0
  1108. data/spec/codegen/crm/imports/models/previous_page_spec.rb +47 -0
  1109. data/spec/codegen/crm/imports/models/public_import_metadata_spec.rb +53 -0
  1110. data/spec/codegen/crm/imports/models/public_import_response_spec.rb +87 -0
  1111. data/spec/codegen/crm/imports/models/public_object_list_record_spec.rb +47 -0
  1112. data/spec/codegen/crm/line_items/api/associations_api_spec.rb +79 -0
  1113. data/spec/codegen/crm/line_items/api/basic_api_spec.rb +106 -0
  1114. data/spec/codegen/crm/line_items/api/batch_api_spec.rb +84 -0
  1115. data/spec/codegen/crm/line_items/api/search_api_spec.rb +47 -0
  1116. data/spec/codegen/crm/line_items/models/associated_id_spec.rb +47 -0
  1117. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1118. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1119. data/spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1120. data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1121. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb +75 -0
  1122. data/spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1123. data/spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb +47 -0
  1124. data/spec/codegen/crm/line_items/models/collection_response_simple_public_object_spec.rb +47 -0
  1125. data/spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1126. data/spec/codegen/crm/line_items/models/error_category_spec.rb +51 -0
  1127. data/spec/codegen/crm/line_items/models/error_detail_spec.rb +65 -0
  1128. data/spec/codegen/crm/line_items/models/error_spec.rb +77 -0
  1129. data/spec/codegen/crm/line_items/models/filter_group_spec.rb +41 -0
  1130. data/spec/codegen/crm/line_items/models/filter_spec.rb +57 -0
  1131. data/spec/codegen/crm/line_items/models/next_page_spec.rb +47 -0
  1132. data/spec/codegen/crm/line_items/models/paging_spec.rb +47 -0
  1133. data/spec/codegen/crm/line_items/models/previous_page_spec.rb +47 -0
  1134. data/spec/codegen/crm/line_items/models/public_object_search_request_spec.rb +71 -0
  1135. data/spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb +47 -0
  1136. data/spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb +41 -0
  1137. data/spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb +41 -0
  1138. data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +77 -0
  1139. data/spec/codegen/crm/line_items/models/standard_error_spec.rb +83 -0
  1140. data/spec/codegen/crm/objects/api/associations_api_spec.rb +82 -0
  1141. data/spec/codegen/crm/objects/api/basic_api_spec.rb +111 -0
  1142. data/spec/codegen/crm/objects/api/batch_api_spec.rb +88 -0
  1143. data/spec/codegen/crm/objects/api/search_api_spec.rb +48 -0
  1144. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +50 -0
  1145. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +69 -0
  1146. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +48 -0
  1147. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +47 -0
  1148. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +47 -0
  1149. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1150. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1151. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1152. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1153. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +75 -0
  1154. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1155. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +47 -0
  1156. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_spec.rb +47 -0
  1157. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1158. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +51 -0
  1159. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +65 -0
  1160. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +77 -0
  1161. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +41 -0
  1162. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +57 -0
  1163. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +47 -0
  1164. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +47 -0
  1165. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +47 -0
  1166. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +71 -0
  1167. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +47 -0
  1168. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +41 -0
  1169. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +41 -0
  1170. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +77 -0
  1171. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +83 -0
  1172. data/spec/codegen/crm/objects/models/associated_id_spec.rb +47 -0
  1173. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1174. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1175. data/spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1176. data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1177. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb +75 -0
  1178. data/spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1179. data/spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb +47 -0
  1180. data/spec/codegen/crm/objects/models/collection_response_simple_public_object_spec.rb +47 -0
  1181. data/spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1182. data/spec/codegen/crm/objects/models/error_category_spec.rb +51 -0
  1183. data/spec/codegen/crm/objects/models/error_detail_spec.rb +65 -0
  1184. data/spec/codegen/crm/objects/models/error_spec.rb +77 -0
  1185. data/spec/codegen/crm/objects/models/filter_group_spec.rb +41 -0
  1186. data/spec/codegen/crm/objects/models/filter_spec.rb +57 -0
  1187. data/spec/codegen/crm/objects/models/next_page_spec.rb +47 -0
  1188. data/spec/codegen/crm/objects/models/paging_spec.rb +47 -0
  1189. data/spec/codegen/crm/objects/models/previous_page_spec.rb +47 -0
  1190. data/spec/codegen/crm/objects/models/public_object_search_request_spec.rb +71 -0
  1191. data/spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb +47 -0
  1192. data/spec/codegen/crm/objects/models/simple_public_object_id_spec.rb +41 -0
  1193. data/spec/codegen/crm/objects/models/simple_public_object_input_spec.rb +41 -0
  1194. data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +77 -0
  1195. data/spec/codegen/crm/objects/models/standard_error_spec.rb +83 -0
  1196. data/spec/codegen/crm/owners/api/default_api_spec.rb +60 -0
  1197. data/spec/codegen/crm/owners/models/collection_response_public_owner_spec.rb +47 -0
  1198. data/spec/codegen/crm/owners/models/error_detail_spec.rb +65 -0
  1199. data/spec/codegen/crm/owners/models/error_spec.rb +77 -0
  1200. data/spec/codegen/crm/owners/models/next_page_spec.rb +47 -0
  1201. data/spec/codegen/crm/owners/models/paging_spec.rb +41 -0
  1202. data/spec/codegen/crm/owners/models/public_owner_spec.rb +89 -0
  1203. data/spec/codegen/crm/owners/models/public_team_spec.rb +57 -0
  1204. data/spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb +123 -0
  1205. data/spec/codegen/crm/pipelines/api/pipelines_api_spec.rb +117 -0
  1206. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb +47 -0
  1207. data/spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb +47 -0
  1208. data/spec/codegen/crm/pipelines/models/error_detail_spec.rb +65 -0
  1209. data/spec/codegen/crm/pipelines/models/error_spec.rb +77 -0
  1210. data/spec/codegen/crm/pipelines/models/next_page_spec.rb +47 -0
  1211. data/spec/codegen/crm/pipelines/models/paging_spec.rb +41 -0
  1212. data/spec/codegen/crm/pipelines/models/pipeline_input_spec.rb +53 -0
  1213. data/spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb +53 -0
  1214. data/spec/codegen/crm/pipelines/models/pipeline_spec.rb +83 -0
  1215. data/spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb +53 -0
  1216. data/spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb +59 -0
  1217. data/spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb +83 -0
  1218. data/spec/codegen/crm/products/api/associations_api_spec.rb +79 -0
  1219. data/spec/codegen/crm/products/api/basic_api_spec.rb +106 -0
  1220. data/spec/codegen/crm/products/api/batch_api_spec.rb +84 -0
  1221. data/spec/codegen/crm/products/api/search_api_spec.rb +47 -0
  1222. data/spec/codegen/crm/products/models/associated_id_spec.rb +47 -0
  1223. data/spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1224. data/spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1225. data/spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1226. data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1227. data/spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb +75 -0
  1228. data/spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1229. data/spec/codegen/crm/products/models/collection_response_associated_id_spec.rb +47 -0
  1230. data/spec/codegen/crm/products/models/collection_response_simple_public_object_spec.rb +47 -0
  1231. data/spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1232. data/spec/codegen/crm/products/models/error_category_spec.rb +51 -0
  1233. data/spec/codegen/crm/products/models/error_detail_spec.rb +65 -0
  1234. data/spec/codegen/crm/products/models/error_spec.rb +77 -0
  1235. data/spec/codegen/crm/products/models/filter_group_spec.rb +41 -0
  1236. data/spec/codegen/crm/products/models/filter_spec.rb +57 -0
  1237. data/spec/codegen/crm/products/models/next_page_spec.rb +47 -0
  1238. data/spec/codegen/crm/products/models/paging_spec.rb +47 -0
  1239. data/spec/codegen/crm/products/models/previous_page_spec.rb +47 -0
  1240. data/spec/codegen/crm/products/models/public_object_search_request_spec.rb +71 -0
  1241. data/spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb +47 -0
  1242. data/spec/codegen/crm/products/models/simple_public_object_id_spec.rb +41 -0
  1243. data/spec/codegen/crm/products/models/simple_public_object_input_spec.rb +41 -0
  1244. data/spec/codegen/crm/products/models/simple_public_object_spec.rb +77 -0
  1245. data/spec/codegen/crm/products/models/standard_error_spec.rb +83 -0
  1246. data/spec/codegen/crm/properties/api/batch_api_spec.rb +74 -0
  1247. data/spec/codegen/crm/properties/api/core_api_spec.rb +102 -0
  1248. data/spec/codegen/crm/properties/api/groups_api_spec.rb +100 -0
  1249. data/spec/codegen/crm/properties/models/batch_input_property_create_spec.rb +41 -0
  1250. data/spec/codegen/crm/properties/models/batch_input_property_name_spec.rb +41 -0
  1251. data/spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb +47 -0
  1252. data/spec/codegen/crm/properties/models/batch_response_property_spec.rb +87 -0
  1253. data/spec/codegen/crm/properties/models/collection_response_property_group_spec.rb +47 -0
  1254. data/spec/codegen/crm/properties/models/collection_response_property_spec.rb +47 -0
  1255. data/spec/codegen/crm/properties/models/error_category_spec.rb +51 -0
  1256. data/spec/codegen/crm/properties/models/error_detail_spec.rb +65 -0
  1257. data/spec/codegen/crm/properties/models/error_spec.rb +77 -0
  1258. data/spec/codegen/crm/properties/models/next_page_spec.rb +47 -0
  1259. data/spec/codegen/crm/properties/models/option_input_spec.rb +65 -0
  1260. data/spec/codegen/crm/properties/models/option_spec.rb +65 -0
  1261. data/spec/codegen/crm/properties/models/paging_spec.rb +41 -0
  1262. data/spec/codegen/crm/properties/models/property_create_spec.rb +109 -0
  1263. data/spec/codegen/crm/properties/models/property_group_create_spec.rb +53 -0
  1264. data/spec/codegen/crm/properties/models/property_group_spec.rb +59 -0
  1265. data/spec/codegen/crm/properties/models/property_group_update_spec.rb +47 -0
  1266. data/spec/codegen/crm/properties/models/property_modification_metadata_spec.rb +59 -0
  1267. data/spec/codegen/crm/properties/models/property_name_spec.rb +41 -0
  1268. data/spec/codegen/crm/properties/models/property_spec.rb +173 -0
  1269. data/spec/codegen/crm/properties/models/property_update_spec.rb +97 -0
  1270. data/spec/codegen/crm/properties/models/standard_error_spec.rb +83 -0
  1271. data/spec/codegen/crm/quotes/api/associations_api_spec.rb +50 -0
  1272. data/spec/codegen/crm/quotes/api/basic_api_spec.rb +69 -0
  1273. data/spec/codegen/crm/quotes/api/batch_api_spec.rb +48 -0
  1274. data/spec/codegen/crm/quotes/api/search_api_spec.rb +47 -0
  1275. data/spec/codegen/crm/quotes/models/associated_id_spec.rb +47 -0
  1276. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1277. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1278. data/spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1279. data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1280. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb +75 -0
  1281. data/spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1282. data/spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb +47 -0
  1283. data/spec/codegen/crm/quotes/models/collection_response_simple_public_object_spec.rb +47 -0
  1284. data/spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1285. data/spec/codegen/crm/quotes/models/error_category_spec.rb +51 -0
  1286. data/spec/codegen/crm/quotes/models/error_detail_spec.rb +65 -0
  1287. data/spec/codegen/crm/quotes/models/error_spec.rb +77 -0
  1288. data/spec/codegen/crm/quotes/models/filter_group_spec.rb +41 -0
  1289. data/spec/codegen/crm/quotes/models/filter_spec.rb +57 -0
  1290. data/spec/codegen/crm/quotes/models/next_page_spec.rb +47 -0
  1291. data/spec/codegen/crm/quotes/models/paging_spec.rb +47 -0
  1292. data/spec/codegen/crm/quotes/models/previous_page_spec.rb +47 -0
  1293. data/spec/codegen/crm/quotes/models/public_object_search_request_spec.rb +71 -0
  1294. data/spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb +47 -0
  1295. data/spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb +41 -0
  1296. data/spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb +41 -0
  1297. data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +77 -0
  1298. data/spec/codegen/crm/quotes/models/standard_error_spec.rb +83 -0
  1299. data/spec/codegen/crm/schemas/api/core_api_spec.rb +121 -0
  1300. data/spec/codegen/crm/schemas/api/default_api_spec.rb +45 -0
  1301. data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +73 -0
  1302. data/spec/codegen/crm/schemas/models/association_definition_spec.rb +91 -0
  1303. data/spec/codegen/crm/schemas/models/collection_response_object_schema_spec.rb +47 -0
  1304. data/spec/codegen/crm/schemas/models/error_detail_spec.rb +65 -0
  1305. data/spec/codegen/crm/schemas/models/error_spec.rb +77 -0
  1306. data/spec/codegen/crm/schemas/models/next_page_spec.rb +47 -0
  1307. data/spec/codegen/crm/schemas/models/object_schema_egg_spec.rb +83 -0
  1308. data/spec/codegen/crm/schemas/models/object_schema_spec.rb +113 -0
  1309. data/spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb +47 -0
  1310. data/spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb +71 -0
  1311. data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +107 -0
  1312. data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +99 -0
  1313. data/spec/codegen/crm/schemas/models/option_input_spec.rb +65 -0
  1314. data/spec/codegen/crm/schemas/models/option_spec.rb +65 -0
  1315. data/spec/codegen/crm/schemas/models/paging_spec.rb +47 -0
  1316. data/spec/codegen/crm/schemas/models/previous_page_spec.rb +47 -0
  1317. data/spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb +59 -0
  1318. data/spec/codegen/crm/schemas/models/property_spec.rb +173 -0
  1319. data/spec/codegen/crm/tickets/api/associations_api_spec.rb +79 -0
  1320. data/spec/codegen/crm/tickets/api/basic_api_spec.rb +106 -0
  1321. data/spec/codegen/crm/tickets/api/batch_api_spec.rb +84 -0
  1322. data/spec/codegen/crm/tickets/api/search_api_spec.rb +47 -0
  1323. data/spec/codegen/crm/tickets/models/associated_id_spec.rb +47 -0
  1324. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  1325. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb +41 -0
  1326. data/spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb +41 -0
  1327. data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  1328. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb +75 -0
  1329. data/spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  1330. data/spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb +47 -0
  1331. data/spec/codegen/crm/tickets/models/collection_response_simple_public_object_spec.rb +47 -0
  1332. data/spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  1333. data/spec/codegen/crm/tickets/models/error_category_spec.rb +51 -0
  1334. data/spec/codegen/crm/tickets/models/error_detail_spec.rb +65 -0
  1335. data/spec/codegen/crm/tickets/models/error_spec.rb +77 -0
  1336. data/spec/codegen/crm/tickets/models/filter_group_spec.rb +41 -0
  1337. data/spec/codegen/crm/tickets/models/filter_spec.rb +57 -0
  1338. data/spec/codegen/crm/tickets/models/next_page_spec.rb +47 -0
  1339. data/spec/codegen/crm/tickets/models/paging_spec.rb +47 -0
  1340. data/spec/codegen/crm/tickets/models/previous_page_spec.rb +47 -0
  1341. data/spec/codegen/crm/tickets/models/public_object_search_request_spec.rb +71 -0
  1342. data/spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb +47 -0
  1343. data/spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb +41 -0
  1344. data/spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb +41 -0
  1345. data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +77 -0
  1346. data/spec/codegen/crm/tickets/models/standard_error_spec.rb +83 -0
  1347. data/spec/codegen/crm/timeline/api/events_api_spec.rb +99 -0
  1348. data/spec/codegen/crm/timeline/api/templates_api_spec.rb +100 -0
  1349. data/spec/codegen/crm/timeline/api/tokens_api_spec.rb +78 -0
  1350. data/spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb +41 -0
  1351. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb +75 -0
  1352. data/spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +87 -0
  1353. data/spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb +47 -0
  1354. data/spec/codegen/crm/timeline/models/error_category_spec.rb +51 -0
  1355. data/spec/codegen/crm/timeline/models/error_detail_spec.rb +65 -0
  1356. data/spec/codegen/crm/timeline/models/error_spec.rb +77 -0
  1357. data/spec/codegen/crm/timeline/models/event_detail_spec.rb +41 -0
  1358. data/spec/codegen/crm/timeline/models/next_page_spec.rb +47 -0
  1359. data/spec/codegen/crm/timeline/models/paging_spec.rb +47 -0
  1360. data/spec/codegen/crm/timeline/models/previous_page_spec.rb +47 -0
  1361. data/spec/codegen/crm/timeline/models/standard_error_spec.rb +83 -0
  1362. data/spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb +65 -0
  1363. data/spec/codegen/crm/timeline/models/timeline_event_response_spec.rb +107 -0
  1364. data/spec/codegen/crm/timeline/models/timeline_event_spec.rb +95 -0
  1365. data/spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb +65 -0
  1366. data/spec/codegen/crm/timeline/models/timeline_event_template_spec.rb +83 -0
  1367. data/spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb +47 -0
  1368. data/spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb +81 -0
  1369. data/spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb +53 -0
  1370. data/spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb +65 -0
  1371. data/spec/codegen/events/api/events_api_spec.rb +54 -0
  1372. data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +47 -0
  1373. data/spec/codegen/events/models/error_detail_spec.rb +65 -0
  1374. data/spec/codegen/events/models/error_spec.rb +77 -0
  1375. data/spec/codegen/events/models/external_unified_event_spec.rb +71 -0
  1376. data/spec/codegen/events/models/next_page_spec.rb +47 -0
  1377. data/spec/codegen/events/models/paging_spec.rb +41 -0
  1378. data/spec/codegen/files/files/api/files_api_spec.rb +189 -0
  1379. data/spec/codegen/files/files/api/folders_api_spec.rb +143 -0
  1380. data/spec/codegen/files/files/models/collection_response_file_spec.rb +47 -0
  1381. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +47 -0
  1382. data/spec/codegen/files/files/models/error_category_spec.rb +51 -0
  1383. data/spec/codegen/files/files/models/error_detail_spec.rb +65 -0
  1384. data/spec/codegen/files/files/models/error_spec.rb +77 -0
  1385. data/spec/codegen/files/files/models/file_action_response_spec.rb +93 -0
  1386. data/spec/codegen/files/files/models/file_spec.rb +147 -0
  1387. data/spec/codegen/files/files/models/file_update_input_spec.rb +69 -0
  1388. data/spec/codegen/files/files/models/folder_action_response_spec.rb +93 -0
  1389. data/spec/codegen/files/files/models/folder_input_spec.rb +53 -0
  1390. data/spec/codegen/files/files/models/folder_spec.rb +83 -0
  1391. data/spec/codegen/files/files/models/folder_update_input_spec.rb +53 -0
  1392. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +47 -0
  1393. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +101 -0
  1394. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +47 -0
  1395. data/spec/codegen/files/files/models/next_page_spec.rb +47 -0
  1396. data/spec/codegen/files/files/models/paging_spec.rb +47 -0
  1397. data/spec/codegen/files/files/models/previous_page_spec.rb +47 -0
  1398. data/spec/codegen/files/files/models/signed_url_spec.rb +83 -0
  1399. data/spec/codegen/files/files/models/standard_error_spec.rb +83 -0
  1400. data/spec/codegen/marketing/transactional/api/default_api_spec.rb +110 -0
  1401. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +47 -0
  1402. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +85 -0
  1403. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +65 -0
  1404. data/spec/codegen/marketing/transactional/models/error_spec.rb +77 -0
  1405. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +47 -0
  1406. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +47 -0
  1407. data/spec/codegen/marketing/transactional/models/paging_spec.rb +41 -0
  1408. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +71 -0
  1409. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +59 -0
  1410. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +47 -0
  1411. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +77 -0
  1412. data/spec/codegen/oauth/api/default_api_spec.rb +80 -0
  1413. data/spec/codegen/oauth/models/access_token_info_response_spec.rb +95 -0
  1414. data/spec/codegen/oauth/models/error_detail_spec.rb +65 -0
  1415. data/spec/codegen/oauth/models/error_spec.rb +77 -0
  1416. data/spec/codegen/oauth/models/refresh_token_info_response_spec.rb +83 -0
  1417. data/spec/codegen/oauth/models/token_response_if_spec.rb +53 -0
  1418. data/spec/codegen/webhooks/api/settings_api_spec.rb +72 -0
  1419. data/spec/codegen/webhooks/api/subscriptions_api_spec.rb +113 -0
  1420. data/spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb +41 -0
  1421. data/spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb +75 -0
  1422. data/spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb +87 -0
  1423. data/spec/codegen/webhooks/models/error_category_spec.rb +51 -0
  1424. data/spec/codegen/webhooks/models/error_detail_spec.rb +65 -0
  1425. data/spec/codegen/webhooks/models/error_spec.rb +77 -0
  1426. data/spec/codegen/webhooks/models/settings_change_request_spec.rb +47 -0
  1427. data/spec/codegen/webhooks/models/settings_response_spec.rb +59 -0
  1428. data/spec/codegen/webhooks/models/standard_error_spec.rb +83 -0
  1429. data/spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb +47 -0
  1430. data/spec/codegen/webhooks/models/subscription_create_request_spec.rb +57 -0
  1431. data/spec/codegen/webhooks/models/subscription_list_response_spec.rb +41 -0
  1432. data/spec/codegen/webhooks/models/subscription_patch_request_spec.rb +41 -0
  1433. data/spec/codegen/webhooks/models/subscription_response_spec.rb +75 -0
  1434. data/spec/codegen/webhooks/models/throttling_settings_spec.rb +51 -0
  1435. data/spec/features/automation/actions/callbacks_api_spec.rb +8 -0
  1436. data/spec/features/automation/actions/definitions_api_spec.rb +11 -0
  1437. data/spec/features/automation/actions/functions_api_spec.rb +13 -0
  1438. data/spec/features/automation/actions/revisions_api_spec.rb +8 -0
  1439. data/spec/features/cms/audit-logs/default_api_spec.rb +25 -0
  1440. data/spec/features/cms/blogs/authors/default_api_spec.rb +254 -0
  1441. data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +25 -0
  1442. data/spec/features/cms/blogs/tags/default_api_spec.rb +15 -0
  1443. data/spec/features/cms/domains/domains_api_spec.rb +8 -0
  1444. data/spec/features/cms/hubdb/rows_api_spec.rb +15 -0
  1445. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +13 -0
  1446. data/spec/features/cms/hubdb/tables_api_spec.rb +20 -0
  1447. data/spec/features/cms/perfomance/default_api_spec.rb +8 -0
  1448. data/spec/features/cms/site-search/default_api_spec.rb +8 -0
  1449. data/spec/features/cms/url-redirects/redirects_api_spec.rb +11 -0
  1450. data/spec/features/conversations/visitor-identification/generate_api_spec.rb +7 -0
  1451. data/spec/features/crm/associations/batch_api_spec.rb +9 -0
  1452. data/spec/features/crm/associations/types_api_spec.rb +7 -0
  1453. data/spec/features/crm/companies/associations_api_spec.rb +9 -0
  1454. data/spec/features/crm/companies/basic_api_spec.rb +11 -0
  1455. data/spec/features/crm/companies/batch_api_spec.rb +10 -0
  1456. data/spec/features/crm/companies/search_api_spec.rb +7 -0
  1457. data/spec/features/crm/contacts/associations_api_spec.rb +9 -0
  1458. data/spec/features/crm/contacts/basic_api_spec.rb +11 -0
  1459. data/spec/features/crm/contacts/batch_api_spec.rb +10 -0
  1460. data/spec/features/crm/contacts/search_api_spec.rb +7 -0
  1461. data/spec/features/crm/deals/associations_api_spec.rb +9 -0
  1462. data/spec/features/crm/deals/basic_api_spec.rb +11 -0
  1463. data/spec/features/crm/deals/batch_api_spec.rb +10 -0
  1464. data/spec/features/crm/deals/search_api_spec.rb +7 -0
  1465. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
  1466. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +9 -0
  1467. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +8 -0
  1468. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +8 -0
  1469. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
  1470. data/spec/features/crm/extensions/calling/settings_api_spec.rb +10 -0
  1471. data/spec/features/crm/extensions/cards/cards_api_spec.rb +11 -0
  1472. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +7 -0
  1473. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
  1474. data/spec/features/crm/imports/core_api_spec.rb +10 -0
  1475. data/spec/features/crm/line_items/associations_api_spec.rb +9 -0
  1476. data/spec/features/crm/line_items/basic_api_spec.rb +11 -0
  1477. data/spec/features/crm/line_items/batch_api_spec.rb +10 -0
  1478. data/spec/features/crm/line_items/search_api_spec.rb +7 -0
  1479. data/spec/features/crm/objects/associations_api_spec.rb +9 -0
  1480. data/spec/features/crm/objects/basic_api_spec.rb +11 -0
  1481. data/spec/features/crm/objects/batch_api_spec.rb +10 -0
  1482. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +7 -0
  1483. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +8 -0
  1484. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +7 -0
  1485. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
  1486. data/spec/features/crm/objects/search_api_spec.rb +7 -0
  1487. data/spec/features/crm/owners/default_api_spec.rb +8 -0
  1488. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
  1489. data/spec/features/crm/pipelines/pipelines_api_spec.rb +12 -0
  1490. data/spec/features/crm/products/associations_api_spec.rb +9 -0
  1491. data/spec/features/crm/products/basic_api_spec.rb +11 -0
  1492. data/spec/features/crm/products/batch_api_spec.rb +10 -0
  1493. data/spec/features/crm/products/search_api_spec.rb +7 -0
  1494. data/spec/features/crm/properties/batch_api_spec.rb +9 -0
  1495. data/spec/features/crm/properties/core_api_spec.rb +11 -0
  1496. data/spec/features/crm/properties/groups_api_spec.rb +11 -0
  1497. data/spec/features/crm/quotes/associations_api_spec.rb +7 -0
  1498. data/spec/features/crm/quotes/basic_api_spec.rb +8 -0
  1499. data/spec/features/crm/quotes/batch_api_spec.rb +7 -0
  1500. data/spec/features/crm/quotes/search_api_spec.rb +7 -0
  1501. data/spec/features/crm/schemas/core_api_spec.rb +13 -0
  1502. data/spec/features/crm/schemas/default_api_spec.rb +7 -0
  1503. data/spec/features/crm/tickets/associations_api_spec.rb +9 -0
  1504. data/spec/features/crm/tickets/basic_api_spec.rb +11 -0
  1505. data/spec/features/crm/tickets/batch_api_spec.rb +10 -0
  1506. data/spec/features/crm/tickets/search_api_spec.rb +7 -0
  1507. data/spec/features/crm/timeline/events_api_spec.rb +11 -0
  1508. data/spec/features/crm/timeline/templates_api_spec.rb +11 -0
  1509. data/spec/features/crm/timeline/tokens_api_spec.rb +9 -0
  1510. data/spec/features/events/events_api_spec.rb +7 -0
  1511. data/spec/features/files/files/files_api_spec.rb +16 -0
  1512. data/spec/features/files/files/folders_api_spec.rb +14 -0
  1513. data/spec/features/marketing/transactional/default_api_spec.rb +12 -0
  1514. data/spec/features/oauth/default_api_spec.rb +10 -0
  1515. data/spec/features/webhooks/settings_api_spec.rb +9 -0
  1516. data/spec/features/webhooks/subscriptions_api_spec.rb +12 -0
  1517. data/spec/spec_helper.rb +111 -0
  1518. metadata +2479 -0
@@ -0,0 +1,427 @@
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 'date'
14
+
15
+ module Hubspot
16
+ module Cms
17
+ module SiteSearch
18
+ class ContentSearchResult
19
+ attr_accessor :id
20
+
21
+ attr_accessor :score
22
+
23
+ attr_accessor :type
24
+
25
+ attr_accessor :domain
26
+
27
+ attr_accessor :url
28
+
29
+ attr_accessor :featured_image_url
30
+
31
+ attr_accessor :language
32
+
33
+ attr_accessor :title
34
+
35
+ attr_accessor :description
36
+
37
+ attr_accessor :category
38
+
39
+ attr_accessor :subcategory
40
+
41
+ attr_accessor :author_full_name
42
+
43
+ attr_accessor :tags
44
+
45
+ attr_accessor :table_id
46
+
47
+ attr_accessor :row_id
48
+
49
+ attr_accessor :published_date
50
+
51
+ attr_accessor :combined_id
52
+
53
+ class EnumAttributeValidator
54
+ attr_reader :datatype
55
+ attr_reader :allowable_values
56
+
57
+ def initialize(datatype, allowable_values)
58
+ @allowable_values = allowable_values.map do |value|
59
+ case datatype.to_s
60
+ when /Integer/i
61
+ value.to_i
62
+ when /Float/i
63
+ value.to_f
64
+ else
65
+ value
66
+ end
67
+ end
68
+ end
69
+
70
+ def valid?(value)
71
+ !value || allowable_values.include?(value)
72
+ end
73
+ end
74
+
75
+ # Attribute mapping from ruby-style variable name to JSON key.
76
+ def self.attribute_map
77
+ {
78
+ :'id' => :'id',
79
+ :'score' => :'score',
80
+ :'type' => :'type',
81
+ :'domain' => :'domain',
82
+ :'url' => :'url',
83
+ :'featured_image_url' => :'featuredImageUrl',
84
+ :'language' => :'language',
85
+ :'title' => :'title',
86
+ :'description' => :'description',
87
+ :'category' => :'category',
88
+ :'subcategory' => :'subcategory',
89
+ :'author_full_name' => :'authorFullName',
90
+ :'tags' => :'tags',
91
+ :'table_id' => :'tableId',
92
+ :'row_id' => :'rowId',
93
+ :'published_date' => :'publishedDate',
94
+ :'combined_id' => :'combinedId'
95
+ }
96
+ end
97
+
98
+ # Attribute type mapping.
99
+ def self.openapi_types
100
+ {
101
+ :'id' => :'Integer',
102
+ :'score' => :'Float',
103
+ :'type' => :'String',
104
+ :'domain' => :'String',
105
+ :'url' => :'String',
106
+ :'featured_image_url' => :'String',
107
+ :'language' => :'String',
108
+ :'title' => :'String',
109
+ :'description' => :'String',
110
+ :'category' => :'String',
111
+ :'subcategory' => :'String',
112
+ :'author_full_name' => :'String',
113
+ :'tags' => :'Array<String>',
114
+ :'table_id' => :'Integer',
115
+ :'row_id' => :'Integer',
116
+ :'published_date' => :'Integer',
117
+ :'combined_id' => :'String'
118
+ }
119
+ end
120
+
121
+ # List of attributes with nullable: true
122
+ def self.openapi_nullable
123
+ Set.new([
124
+ ])
125
+ end
126
+
127
+ # Initializes the object
128
+ # @param [Hash] attributes Model attributes in the form of hash
129
+ def initialize(attributes = {})
130
+ if (!attributes.is_a?(Hash))
131
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Cms::SiteSearch::ContentSearchResult` initialize method"
132
+ end
133
+
134
+ # check to see if the attribute exists and convert string to symbol for hash key
135
+ attributes = attributes.each_with_object({}) { |(k, v), h|
136
+ if (!self.class.attribute_map.key?(k.to_sym))
137
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Cms::SiteSearch::ContentSearchResult`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
138
+ end
139
+ h[k.to_sym] = v
140
+ }
141
+
142
+ if attributes.key?(:'id')
143
+ self.id = attributes[:'id']
144
+ end
145
+
146
+ if attributes.key?(:'score')
147
+ self.score = attributes[:'score']
148
+ end
149
+
150
+ if attributes.key?(:'type')
151
+ self.type = attributes[:'type']
152
+ end
153
+
154
+ if attributes.key?(:'domain')
155
+ self.domain = attributes[:'domain']
156
+ end
157
+
158
+ if attributes.key?(:'url')
159
+ self.url = attributes[:'url']
160
+ end
161
+
162
+ if attributes.key?(:'featured_image_url')
163
+ self.featured_image_url = attributes[:'featured_image_url']
164
+ end
165
+
166
+ if attributes.key?(:'language')
167
+ self.language = attributes[:'language']
168
+ end
169
+
170
+ if attributes.key?(:'title')
171
+ self.title = attributes[:'title']
172
+ end
173
+
174
+ if attributes.key?(:'description')
175
+ self.description = attributes[:'description']
176
+ end
177
+
178
+ if attributes.key?(:'category')
179
+ self.category = attributes[:'category']
180
+ end
181
+
182
+ if attributes.key?(:'subcategory')
183
+ self.subcategory = attributes[:'subcategory']
184
+ end
185
+
186
+ if attributes.key?(:'author_full_name')
187
+ self.author_full_name = attributes[:'author_full_name']
188
+ end
189
+
190
+ if attributes.key?(:'tags')
191
+ if (value = attributes[:'tags']).is_a?(Array)
192
+ self.tags = value
193
+ end
194
+ end
195
+
196
+ if attributes.key?(:'table_id')
197
+ self.table_id = attributes[:'table_id']
198
+ end
199
+
200
+ if attributes.key?(:'row_id')
201
+ self.row_id = attributes[:'row_id']
202
+ end
203
+
204
+ if attributes.key?(:'published_date')
205
+ self.published_date = attributes[:'published_date']
206
+ end
207
+
208
+ if attributes.key?(:'combined_id')
209
+ self.combined_id = attributes[:'combined_id']
210
+ end
211
+ end
212
+
213
+ # Show invalid properties with the reasons. Usually used together with valid?
214
+ # @return Array for valid properties with the reasons
215
+ def list_invalid_properties
216
+ invalid_properties = Array.new
217
+ if @id.nil?
218
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
219
+ end
220
+
221
+ if @score.nil?
222
+ invalid_properties.push('invalid value for "score", score cannot be nil.')
223
+ end
224
+
225
+ if @type.nil?
226
+ invalid_properties.push('invalid value for "type", type cannot be nil.')
227
+ end
228
+
229
+ if @domain.nil?
230
+ invalid_properties.push('invalid value for "domain", domain cannot be nil.')
231
+ end
232
+
233
+ if @url.nil?
234
+ invalid_properties.push('invalid value for "url", url cannot be nil.')
235
+ end
236
+
237
+ invalid_properties
238
+ end
239
+
240
+ # Check to see if the all the properties in the model are valid
241
+ # @return true if the model is valid
242
+ def valid?
243
+ return false if @id.nil?
244
+ return false if @score.nil?
245
+ return false if @type.nil?
246
+ type_validator = EnumAttributeValidator.new('String', ["LANDING_PAGE", "BLOG_POST", "SITE_PAGE", "DOCUMENT", "KNOWLEDGE_ARTICLE", "LISTING_PAGE"])
247
+ return false unless type_validator.valid?(@type)
248
+ return false if @domain.nil?
249
+ return false if @url.nil?
250
+ language_validator = 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"])
251
+ return false unless language_validator.valid?(@language)
252
+ true
253
+ end
254
+
255
+ # Custom attribute writer method checking allowed values (enum).
256
+ # @param [Object] type Object to be assigned
257
+ def type=(type)
258
+ validator = EnumAttributeValidator.new('String', ["LANDING_PAGE", "BLOG_POST", "SITE_PAGE", "DOCUMENT", "KNOWLEDGE_ARTICLE", "LISTING_PAGE"])
259
+ unless validator.valid?(type)
260
+ fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
261
+ end
262
+ @type = type
263
+ end
264
+
265
+ # Custom attribute writer method checking allowed values (enum).
266
+ # @param [Object] language Object to be assigned
267
+ def language=(language)
268
+ validator = 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"])
269
+ unless validator.valid?(language)
270
+ fail ArgumentError, "invalid value for \"language\", must be one of #{validator.allowable_values}."
271
+ end
272
+ @language = language
273
+ end
274
+
275
+ # Checks equality by comparing each attribute.
276
+ # @param [Object] Object to be compared
277
+ def ==(o)
278
+ return true if self.equal?(o)
279
+ self.class == o.class &&
280
+ id == o.id &&
281
+ score == o.score &&
282
+ type == o.type &&
283
+ domain == o.domain &&
284
+ url == o.url &&
285
+ featured_image_url == o.featured_image_url &&
286
+ language == o.language &&
287
+ title == o.title &&
288
+ description == o.description &&
289
+ category == o.category &&
290
+ subcategory == o.subcategory &&
291
+ author_full_name == o.author_full_name &&
292
+ tags == o.tags &&
293
+ table_id == o.table_id &&
294
+ row_id == o.row_id &&
295
+ published_date == o.published_date &&
296
+ combined_id == o.combined_id
297
+ end
298
+
299
+ # @see the `==` method
300
+ # @param [Object] Object to be compared
301
+ def eql?(o)
302
+ self == o
303
+ end
304
+
305
+ # Calculates hash code according to all attributes.
306
+ # @return [Integer] Hash code
307
+ def hash
308
+ [id, score, type, domain, url, featured_image_url, language, title, description, category, subcategory, author_full_name, tags, table_id, row_id, published_date, combined_id].hash
309
+ end
310
+
311
+ # Builds the object from hash
312
+ # @param [Hash] attributes Model attributes in the form of hash
313
+ # @return [Object] Returns the model itself
314
+ def self.build_from_hash(attributes)
315
+ new.build_from_hash(attributes)
316
+ end
317
+
318
+ # Builds the object from hash
319
+ # @param [Hash] attributes Model attributes in the form of hash
320
+ # @return [Object] Returns the model itself
321
+ def build_from_hash(attributes)
322
+ return nil unless attributes.is_a?(Hash)
323
+ self.class.openapi_types.each_pair do |key, type|
324
+ if type =~ /\AArray<(.*)>/i
325
+ # check to ensure the input is an array given that the attribute
326
+ # is documented as an array but the input is not
327
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
328
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
329
+ end
330
+ elsif !attributes[self.class.attribute_map[key]].nil?
331
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
332
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
333
+ end
334
+
335
+ self
336
+ end
337
+
338
+ # Deserializes the data based on type
339
+ # @param string type Data type
340
+ # @param string value Value to be deserialized
341
+ # @return [Object] Deserialized data
342
+ def _deserialize(type, value)
343
+ case type.to_sym
344
+ when :DateTime
345
+ DateTime.parse(value)
346
+ when :Date
347
+ Date.parse(value)
348
+ when :String
349
+ value.to_s
350
+ when :Integer
351
+ value.to_i
352
+ when :Float
353
+ value.to_f
354
+ when :Boolean
355
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
356
+ true
357
+ else
358
+ false
359
+ end
360
+ when :Object
361
+ # generic object (usually a Hash), return directly
362
+ value
363
+ when /\AArray<(?<inner_type>.+)>\z/
364
+ inner_type = Regexp.last_match[:inner_type]
365
+ value.map { |v| _deserialize(inner_type, v) }
366
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
367
+ k_type = Regexp.last_match[:k_type]
368
+ v_type = Regexp.last_match[:v_type]
369
+ {}.tap do |hash|
370
+ value.each do |k, v|
371
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
372
+ end
373
+ end
374
+ else # model
375
+ Hubspot::Cms::SiteSearch.const_get(type).build_from_hash(value)
376
+ end
377
+ end
378
+
379
+ # Returns the string representation of the object
380
+ # @return [String] String presentation of the object
381
+ def to_s
382
+ to_hash.to_s
383
+ end
384
+
385
+ # to_body is an alias to to_hash (backward compatibility)
386
+ # @return [Hash] Returns the object in the form of hash
387
+ def to_body
388
+ to_hash
389
+ end
390
+
391
+ # Returns the object in the form of hash
392
+ # @return [Hash] Returns the object in the form of hash
393
+ def to_hash
394
+ hash = {}
395
+ self.class.attribute_map.each_pair do |attr, param|
396
+ value = self.send(attr)
397
+ if value.nil?
398
+ is_nullable = self.class.openapi_nullable.include?(attr)
399
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
400
+ end
401
+
402
+ hash[param] = _to_hash(value)
403
+ end
404
+ hash
405
+ end
406
+
407
+ # Outputs non-array value in the form of hash
408
+ # For object, use to_hash. Otherwise, just return the value
409
+ # @param [Object] value Any valid value
410
+ # @return [Hash] Returns the value in the form of hash
411
+ def _to_hash(value)
412
+ if value.is_a?(Array)
413
+ value.compact.map { |v| _to_hash(v) }
414
+ elsif value.is_a?(Hash)
415
+ {}.tap do |hash|
416
+ value.each { |k, v| hash[k] = _to_hash(v) }
417
+ end
418
+ elsif value.respond_to? :to_hash
419
+ value.to_hash
420
+ else
421
+ value
422
+ end
423
+ end
424
+ end
425
+ end
426
+ end
427
+ end