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
metadata ADDED
@@ -0,0 +1,2479 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hubspot-api-client-patched-pn
3
+ version: !ruby/object:Gem::Version
4
+ version: 9.5.1.trocco.0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - primeNumber
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2025-05-15 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: typhoeus
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 1.4.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 1.4.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: json
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '2.1'
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: 2.1.0
37
+ type: :runtime
38
+ prerelease: false
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - "~>"
42
+ - !ruby/object:Gem::Version
43
+ version: '2.1'
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: 2.1.0
47
+ - !ruby/object:Gem::Dependency
48
+ name: require_all
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: 3.0.0
54
+ type: :runtime
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: 3.0.0
61
+ - !ruby/object:Gem::Dependency
62
+ name: rspec
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '3.6'
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: 3.6.0
71
+ type: :development
72
+ prerelease: false
73
+ version_requirements: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - "~>"
76
+ - !ruby/object:Gem::Version
77
+ version: '3.6'
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: 3.6.0
81
+ - !ruby/object:Gem::Dependency
82
+ name: vcr
83
+ requirement: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - "~>"
86
+ - !ruby/object:Gem::Version
87
+ version: '3.0'
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: 3.0.1
91
+ type: :development
92
+ prerelease: false
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - "~>"
96
+ - !ruby/object:Gem::Version
97
+ version: '3.0'
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: 3.0.1
101
+ - !ruby/object:Gem::Dependency
102
+ name: webmock
103
+ requirement: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - "~>"
106
+ - !ruby/object:Gem::Version
107
+ version: '1.24'
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: 1.24.3
111
+ type: :development
112
+ prerelease: false
113
+ version_requirements: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '1.24'
118
+ - - ">="
119
+ - !ruby/object:Gem::Version
120
+ version: 1.24.3
121
+ - !ruby/object:Gem::Dependency
122
+ name: autotest
123
+ requirement: !ruby/object:Gem::Requirement
124
+ requirements:
125
+ - - "~>"
126
+ - !ruby/object:Gem::Version
127
+ version: '4.4'
128
+ - - ">="
129
+ - !ruby/object:Gem::Version
130
+ version: 4.4.6
131
+ type: :development
132
+ prerelease: false
133
+ version_requirements: !ruby/object:Gem::Requirement
134
+ requirements:
135
+ - - "~>"
136
+ - !ruby/object:Gem::Version
137
+ version: '4.4'
138
+ - - ">="
139
+ - !ruby/object:Gem::Version
140
+ version: 4.4.6
141
+ - !ruby/object:Gem::Dependency
142
+ name: autotest-rails-pure
143
+ requirement: !ruby/object:Gem::Requirement
144
+ requirements:
145
+ - - "~>"
146
+ - !ruby/object:Gem::Version
147
+ version: '4.1'
148
+ - - ">="
149
+ - !ruby/object:Gem::Version
150
+ version: 4.1.2
151
+ type: :development
152
+ prerelease: false
153
+ version_requirements: !ruby/object:Gem::Requirement
154
+ requirements:
155
+ - - "~>"
156
+ - !ruby/object:Gem::Version
157
+ version: '4.1'
158
+ - - ">="
159
+ - !ruby/object:Gem::Version
160
+ version: 4.1.2
161
+ - !ruby/object:Gem::Dependency
162
+ name: autotest-growl
163
+ requirement: !ruby/object:Gem::Requirement
164
+ requirements:
165
+ - - "~>"
166
+ - !ruby/object:Gem::Version
167
+ version: '0.2'
168
+ - - ">="
169
+ - !ruby/object:Gem::Version
170
+ version: 0.2.16
171
+ type: :development
172
+ prerelease: false
173
+ version_requirements: !ruby/object:Gem::Requirement
174
+ requirements:
175
+ - - "~>"
176
+ - !ruby/object:Gem::Version
177
+ version: '0.2'
178
+ - - ">="
179
+ - !ruby/object:Gem::Version
180
+ version: 0.2.16
181
+ - !ruby/object:Gem::Dependency
182
+ name: rake-release
183
+ requirement: !ruby/object:Gem::Requirement
184
+ requirements:
185
+ - - ">="
186
+ - !ruby/object:Gem::Version
187
+ version: '0'
188
+ type: :development
189
+ prerelease: false
190
+ version_requirements: !ruby/object:Gem::Requirement
191
+ requirements:
192
+ - - ">="
193
+ - !ruby/object:Gem::Version
194
+ version: '0'
195
+ description: HubSpot Ruby API client
196
+ email:
197
+ - ''
198
+ executables: []
199
+ extensions: []
200
+ extra_rdoc_files: []
201
+ files:
202
+ - ".github/CODEOWNERS"
203
+ - CHANGELOG.md
204
+ - Gemfile
205
+ - Gemfile.lock
206
+ - README.md
207
+ - Rakefile
208
+ - git_push.sh
209
+ - hubspot-api-client.gemspec
210
+ - lib/hubspot-api-client.rb
211
+ - lib/hubspot/codegen/automation/actions/api/callbacks_api.rb
212
+ - lib/hubspot/codegen/automation/actions/api/definitions_api.rb
213
+ - lib/hubspot/codegen/automation/actions/api/functions_api.rb
214
+ - lib/hubspot/codegen/automation/actions/api/revisions_api.rb
215
+ - lib/hubspot/codegen/automation/actions/api_client.rb
216
+ - lib/hubspot/codegen/automation/actions/api_error.rb
217
+ - lib/hubspot/codegen/automation/actions/configuration.rb
218
+ - lib/hubspot/codegen/automation/actions/models/action_function.rb
219
+ - lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb
220
+ - lib/hubspot/codegen/automation/actions/models/action_labels.rb
221
+ - lib/hubspot/codegen/automation/actions/models/action_revision.rb
222
+ - lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb
223
+ - lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb
224
+ - lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb
225
+ - lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb
226
+ - lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb
227
+ - lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb
228
+ - lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb
229
+ - lib/hubspot/codegen/automation/actions/models/error.rb
230
+ - lib/hubspot/codegen/automation/actions/models/error_detail.rb
231
+ - lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb
232
+ - lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb
233
+ - lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb
234
+ - lib/hubspot/codegen/automation/actions/models/field_type_definition.rb
235
+ - lib/hubspot/codegen/automation/actions/models/forward_paging.rb
236
+ - lib/hubspot/codegen/automation/actions/models/input_field_definition.rb
237
+ - lib/hubspot/codegen/automation/actions/models/next_page.rb
238
+ - lib/hubspot/codegen/automation/actions/models/object_request_options.rb
239
+ - lib/hubspot/codegen/automation/actions/models/option.rb
240
+ - lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb
241
+ - lib/hubspot/codegen/cms/audit-logs/api/default_api.rb
242
+ - lib/hubspot/codegen/cms/audit-logs/api_client.rb
243
+ - lib/hubspot/codegen/cms/audit-logs/api_error.rb
244
+ - lib/hubspot/codegen/cms/audit-logs/configuration.rb
245
+ - lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb
246
+ - lib/hubspot/codegen/cms/audit-logs/models/error.rb
247
+ - lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb
248
+ - lib/hubspot/codegen/cms/audit-logs/models/next_page.rb
249
+ - lib/hubspot/codegen/cms/audit-logs/models/paging.rb
250
+ - lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb
251
+ - lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb
252
+ - lib/hubspot/codegen/cms/blogs/authors/api_client.rb
253
+ - lib/hubspot/codegen/cms/blogs/authors/api_error.rb
254
+ - lib/hubspot/codegen/cms/blogs/authors/configuration.rb
255
+ - lib/hubspot/codegen/cms/blogs/authors/models/batch_input_blog_author.rb
256
+ - lib/hubspot/codegen/cms/blogs/authors/models/batch_input_json_node.rb
257
+ - lib/hubspot/codegen/cms/blogs/authors/models/batch_input_string.rb
258
+ - lib/hubspot/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors.rb
259
+ - lib/hubspot/codegen/cms/blogs/authors/models/blog_author.rb
260
+ - lib/hubspot/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging.rb
261
+ - lib/hubspot/codegen/cms/blogs/authors/models/error.rb
262
+ - lib/hubspot/codegen/cms/blogs/authors/models/error_detail.rb
263
+ - lib/hubspot/codegen/cms/blogs/authors/models/forward_paging.rb
264
+ - lib/hubspot/codegen/cms/blogs/authors/models/next_page.rb
265
+ - lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb
266
+ - lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb
267
+ - lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb
268
+ - lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb
269
+ - lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb
270
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb
271
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb
272
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb
273
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb
274
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb
275
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb
276
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb
277
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb
278
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb
279
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb
280
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb
281
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb
282
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb
283
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb
284
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb
285
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb
286
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb
287
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb
288
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb
289
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb
290
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb
291
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb
292
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb
293
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb
294
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb
295
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb
296
+ - lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb
297
+ - lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb
298
+ - lib/hubspot/codegen/cms/blogs/tags/api_client.rb
299
+ - lib/hubspot/codegen/cms/blogs/tags/api_error.rb
300
+ - lib/hubspot/codegen/cms/blogs/tags/configuration.rb
301
+ - lib/hubspot/codegen/cms/blogs/tags/models/batch_input_json_node.rb
302
+ - lib/hubspot/codegen/cms/blogs/tags/models/batch_input_string.rb
303
+ - lib/hubspot/codegen/cms/blogs/tags/models/batch_input_tag.rb
304
+ - lib/hubspot/codegen/cms/blogs/tags/models/batch_response_tag_with_errors.rb
305
+ - lib/hubspot/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging.rb
306
+ - lib/hubspot/codegen/cms/blogs/tags/models/error.rb
307
+ - lib/hubspot/codegen/cms/blogs/tags/models/error_detail.rb
308
+ - lib/hubspot/codegen/cms/blogs/tags/models/forward_paging.rb
309
+ - lib/hubspot/codegen/cms/blogs/tags/models/next_page.rb
310
+ - lib/hubspot/codegen/cms/blogs/tags/models/standard_error.rb
311
+ - lib/hubspot/codegen/cms/blogs/tags/models/tag.rb
312
+ - lib/hubspot/codegen/cms/domains/api/domains_api.rb
313
+ - lib/hubspot/codegen/cms/domains/api_client.rb
314
+ - lib/hubspot/codegen/cms/domains/api_error.rb
315
+ - lib/hubspot/codegen/cms/domains/configuration.rb
316
+ - lib/hubspot/codegen/cms/domains/models/collection_response_with_total_domain.rb
317
+ - lib/hubspot/codegen/cms/domains/models/domain.rb
318
+ - lib/hubspot/codegen/cms/domains/models/domain_cdn_config.rb
319
+ - lib/hubspot/codegen/cms/domains/models/domain_setup_info.rb
320
+ - lib/hubspot/codegen/cms/domains/models/error.rb
321
+ - lib/hubspot/codegen/cms/domains/models/error_detail.rb
322
+ - lib/hubspot/codegen/cms/domains/models/next_page.rb
323
+ - lib/hubspot/codegen/cms/domains/models/paging.rb
324
+ - lib/hubspot/codegen/cms/hubdb/api/rows_api.rb
325
+ - lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb
326
+ - lib/hubspot/codegen/cms/hubdb/api/tables_api.rb
327
+ - lib/hubspot/codegen/cms/hubdb/api_client.rb
328
+ - lib/hubspot/codegen/cms/hubdb/api_error.rb
329
+ - lib/hubspot/codegen/cms/hubdb/configuration.rb
330
+ - lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb
331
+ - lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb
332
+ - lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb
333
+ - lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb
334
+ - lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb
335
+ - lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb
336
+ - lib/hubspot/codegen/cms/hubdb/models/column.rb
337
+ - lib/hubspot/codegen/cms/hubdb/models/column_input.rb
338
+ - lib/hubspot/codegen/cms/hubdb/models/error.rb
339
+ - lib/hubspot/codegen/cms/hubdb/models/error_detail.rb
340
+ - lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb
341
+ - lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb
342
+ - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb
343
+ - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb
344
+ - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb
345
+ - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb
346
+ - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb
347
+ - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb
348
+ - lib/hubspot/codegen/cms/hubdb/models/import_result.rb
349
+ - lib/hubspot/codegen/cms/hubdb/models/next_page.rb
350
+ - lib/hubspot/codegen/cms/hubdb/models/option.rb
351
+ - lib/hubspot/codegen/cms/hubdb/models/simple_user.rb
352
+ - lib/hubspot/codegen/cms/hubdb/models/standard_error.rb
353
+ - lib/hubspot/codegen/cms/performance/api/default_api.rb
354
+ - lib/hubspot/codegen/cms/performance/api_client.rb
355
+ - lib/hubspot/codegen/cms/performance/api_error.rb
356
+ - lib/hubspot/codegen/cms/performance/configuration.rb
357
+ - lib/hubspot/codegen/cms/performance/models/error.rb
358
+ - lib/hubspot/codegen/cms/performance/models/error_detail.rb
359
+ - lib/hubspot/codegen/cms/performance/models/performance_view.rb
360
+ - lib/hubspot/codegen/cms/performance/models/public_performance_response.rb
361
+ - lib/hubspot/codegen/cms/site-search/api/default_api.rb
362
+ - lib/hubspot/codegen/cms/site-search/api_client.rb
363
+ - lib/hubspot/codegen/cms/site-search/api_error.rb
364
+ - lib/hubspot/codegen/cms/site-search/configuration.rb
365
+ - lib/hubspot/codegen/cms/site-search/models/content_search_result.rb
366
+ - lib/hubspot/codegen/cms/site-search/models/error.rb
367
+ - lib/hubspot/codegen/cms/site-search/models/error_detail.rb
368
+ - lib/hubspot/codegen/cms/site-search/models/indexed_data.rb
369
+ - lib/hubspot/codegen/cms/site-search/models/public_search_results.rb
370
+ - lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb
371
+ - lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb
372
+ - lib/hubspot/codegen/cms/url-redirects/api_client.rb
373
+ - lib/hubspot/codegen/cms/url-redirects/api_error.rb
374
+ - lib/hubspot/codegen/cms/url-redirects/configuration.rb
375
+ - lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping.rb
376
+ - lib/hubspot/codegen/cms/url-redirects/models/error.rb
377
+ - lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb
378
+ - lib/hubspot/codegen/cms/url-redirects/models/next_page.rb
379
+ - lib/hubspot/codegen/cms/url-redirects/models/paging.rb
380
+ - lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb
381
+ - lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb
382
+ - lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb
383
+ - lib/hubspot/codegen/conversations/visitor-identification/api_client.rb
384
+ - lib/hubspot/codegen/conversations/visitor-identification/api_error.rb
385
+ - lib/hubspot/codegen/conversations/visitor-identification/configuration.rb
386
+ - lib/hubspot/codegen/conversations/visitor-identification/models/error.rb
387
+ - lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb
388
+ - lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb
389
+ - lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb
390
+ - lib/hubspot/codegen/crm/associations/api/batch_api.rb
391
+ - lib/hubspot/codegen/crm/associations/api/types_api.rb
392
+ - lib/hubspot/codegen/crm/associations/api_client.rb
393
+ - lib/hubspot/codegen/crm/associations/api_error.rb
394
+ - lib/hubspot/codegen/crm/associations/configuration.rb
395
+ - lib/hubspot/codegen/crm/associations/models/associated_id.rb
396
+ - lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb
397
+ - lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb
398
+ - lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb
399
+ - lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb
400
+ - lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb
401
+ - lib/hubspot/codegen/crm/associations/models/error.rb
402
+ - lib/hubspot/codegen/crm/associations/models/error_category.rb
403
+ - lib/hubspot/codegen/crm/associations/models/error_detail.rb
404
+ - lib/hubspot/codegen/crm/associations/models/next_page.rb
405
+ - lib/hubspot/codegen/crm/associations/models/paging.rb
406
+ - lib/hubspot/codegen/crm/associations/models/public_association.rb
407
+ - lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb
408
+ - lib/hubspot/codegen/crm/associations/models/public_association_multi.rb
409
+ - lib/hubspot/codegen/crm/associations/models/public_object_id.rb
410
+ - lib/hubspot/codegen/crm/associations/models/standard_error.rb
411
+ - lib/hubspot/codegen/crm/companies/api/associations_api.rb
412
+ - lib/hubspot/codegen/crm/companies/api/basic_api.rb
413
+ - lib/hubspot/codegen/crm/companies/api/batch_api.rb
414
+ - lib/hubspot/codegen/crm/companies/api/search_api.rb
415
+ - lib/hubspot/codegen/crm/companies/api_client.rb
416
+ - lib/hubspot/codegen/crm/companies/api_error.rb
417
+ - lib/hubspot/codegen/crm/companies/configuration.rb
418
+ - lib/hubspot/codegen/crm/companies/models/associated_id.rb
419
+ - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb
420
+ - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb
421
+ - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb
422
+ - lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb
423
+ - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb
424
+ - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb
425
+ - lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb
426
+ - lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb
427
+ - lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb
428
+ - lib/hubspot/codegen/crm/companies/models/error.rb
429
+ - lib/hubspot/codegen/crm/companies/models/error_category.rb
430
+ - lib/hubspot/codegen/crm/companies/models/error_detail.rb
431
+ - lib/hubspot/codegen/crm/companies/models/filter.rb
432
+ - lib/hubspot/codegen/crm/companies/models/filter_group.rb
433
+ - lib/hubspot/codegen/crm/companies/models/next_page.rb
434
+ - lib/hubspot/codegen/crm/companies/models/paging.rb
435
+ - lib/hubspot/codegen/crm/companies/models/previous_page.rb
436
+ - lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb
437
+ - lib/hubspot/codegen/crm/companies/models/simple_public_object.rb
438
+ - lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb
439
+ - lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb
440
+ - lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb
441
+ - lib/hubspot/codegen/crm/companies/models/standard_error.rb
442
+ - lib/hubspot/codegen/crm/contacts/api/associations_api.rb
443
+ - lib/hubspot/codegen/crm/contacts/api/basic_api.rb
444
+ - lib/hubspot/codegen/crm/contacts/api/batch_api.rb
445
+ - lib/hubspot/codegen/crm/contacts/api/search_api.rb
446
+ - lib/hubspot/codegen/crm/contacts/api_client.rb
447
+ - lib/hubspot/codegen/crm/contacts/api_error.rb
448
+ - lib/hubspot/codegen/crm/contacts/configuration.rb
449
+ - lib/hubspot/codegen/crm/contacts/models/associated_id.rb
450
+ - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb
451
+ - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb
452
+ - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb
453
+ - lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb
454
+ - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb
455
+ - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb
456
+ - lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb
457
+ - lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb
458
+ - lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb
459
+ - lib/hubspot/codegen/crm/contacts/models/error.rb
460
+ - lib/hubspot/codegen/crm/contacts/models/error_category.rb
461
+ - lib/hubspot/codegen/crm/contacts/models/error_detail.rb
462
+ - lib/hubspot/codegen/crm/contacts/models/filter.rb
463
+ - lib/hubspot/codegen/crm/contacts/models/filter_group.rb
464
+ - lib/hubspot/codegen/crm/contacts/models/next_page.rb
465
+ - lib/hubspot/codegen/crm/contacts/models/paging.rb
466
+ - lib/hubspot/codegen/crm/contacts/models/previous_page.rb
467
+ - lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb
468
+ - lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb
469
+ - lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb
470
+ - lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb
471
+ - lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb
472
+ - lib/hubspot/codegen/crm/contacts/models/standard_error.rb
473
+ - lib/hubspot/codegen/crm/deals/api/associations_api.rb
474
+ - lib/hubspot/codegen/crm/deals/api/basic_api.rb
475
+ - lib/hubspot/codegen/crm/deals/api/batch_api.rb
476
+ - lib/hubspot/codegen/crm/deals/api/search_api.rb
477
+ - lib/hubspot/codegen/crm/deals/api_client.rb
478
+ - lib/hubspot/codegen/crm/deals/api_error.rb
479
+ - lib/hubspot/codegen/crm/deals/configuration.rb
480
+ - lib/hubspot/codegen/crm/deals/models/associated_id.rb
481
+ - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb
482
+ - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb
483
+ - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb
484
+ - lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb
485
+ - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb
486
+ - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb
487
+ - lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb
488
+ - lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb
489
+ - lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb
490
+ - lib/hubspot/codegen/crm/deals/models/error.rb
491
+ - lib/hubspot/codegen/crm/deals/models/error_category.rb
492
+ - lib/hubspot/codegen/crm/deals/models/error_detail.rb
493
+ - lib/hubspot/codegen/crm/deals/models/filter.rb
494
+ - lib/hubspot/codegen/crm/deals/models/filter_group.rb
495
+ - lib/hubspot/codegen/crm/deals/models/next_page.rb
496
+ - lib/hubspot/codegen/crm/deals/models/paging.rb
497
+ - lib/hubspot/codegen/crm/deals/models/previous_page.rb
498
+ - lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb
499
+ - lib/hubspot/codegen/crm/deals/models/simple_public_object.rb
500
+ - lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb
501
+ - lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb
502
+ - lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb
503
+ - lib/hubspot/codegen/crm/deals/models/standard_error.rb
504
+ - lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb
505
+ - lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb
506
+ - lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb
507
+ - lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb
508
+ - lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb
509
+ - lib/hubspot/codegen/crm/extensions/accounting/api_client.rb
510
+ - lib/hubspot/codegen/crm/extensions/accounting/api_error.rb
511
+ - lib/hubspot/codegen/crm/extensions/accounting/configuration.rb
512
+ - lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb
513
+ - lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb
514
+ - lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb
515
+ - lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb
516
+ - lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb
517
+ - lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb
518
+ - lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb
519
+ - lib/hubspot/codegen/crm/extensions/accounting/models/address.rb
520
+ - lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb
521
+ - lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb
522
+ - lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb
523
+ - lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb
524
+ - lib/hubspot/codegen/crm/extensions/accounting/models/error.rb
525
+ - lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb
526
+ - lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb
527
+ - lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb
528
+ - lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb
529
+ - lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb
530
+ - lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb
531
+ - lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb
532
+ - lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb
533
+ - lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb
534
+ - lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb
535
+ - lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb
536
+ - lib/hubspot/codegen/crm/extensions/accounting/models/product.rb
537
+ - lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb
538
+ - lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb
539
+ - lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb
540
+ - lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb
541
+ - lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb
542
+ - lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb
543
+ - lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb
544
+ - lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb
545
+ - lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb
546
+ - lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb
547
+ - lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb
548
+ - lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb
549
+ - lib/hubspot/codegen/crm/extensions/calling/api_client.rb
550
+ - lib/hubspot/codegen/crm/extensions/calling/api_error.rb
551
+ - lib/hubspot/codegen/crm/extensions/calling/configuration.rb
552
+ - lib/hubspot/codegen/crm/extensions/calling/models/error.rb
553
+ - lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb
554
+ - lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb
555
+ - lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb
556
+ - lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb
557
+ - lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb
558
+ - lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb
559
+ - lib/hubspot/codegen/crm/extensions/cards/api_client.rb
560
+ - lib/hubspot/codegen/crm/extensions/cards/api_error.rb
561
+ - lib/hubspot/codegen/crm/extensions/cards/configuration.rb
562
+ - lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb
563
+ - lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb
564
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb
565
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb
566
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb
567
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb
568
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb
569
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb
570
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb
571
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb
572
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb
573
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb
574
+ - lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb
575
+ - lib/hubspot/codegen/crm/extensions/cards/models/error.rb
576
+ - lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb
577
+ - lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb
578
+ - lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb
579
+ - lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb
580
+ - lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb
581
+ - lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb
582
+ - lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb
583
+ - lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb
584
+ - lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb
585
+ - lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb
586
+ - lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb
587
+ - lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb
588
+ - lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb
589
+ - lib/hubspot/codegen/crm/imports/api/core_api.rb
590
+ - lib/hubspot/codegen/crm/imports/api_client.rb
591
+ - lib/hubspot/codegen/crm/imports/api_error.rb
592
+ - lib/hubspot/codegen/crm/imports/configuration.rb
593
+ - lib/hubspot/codegen/crm/imports/models/action_response.rb
594
+ - lib/hubspot/codegen/crm/imports/models/collection_response_public_import_response.rb
595
+ - lib/hubspot/codegen/crm/imports/models/error.rb
596
+ - lib/hubspot/codegen/crm/imports/models/error_detail.rb
597
+ - lib/hubspot/codegen/crm/imports/models/next_page.rb
598
+ - lib/hubspot/codegen/crm/imports/models/paging.rb
599
+ - lib/hubspot/codegen/crm/imports/models/previous_page.rb
600
+ - lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb
601
+ - lib/hubspot/codegen/crm/imports/models/public_import_response.rb
602
+ - lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb
603
+ - lib/hubspot/codegen/crm/line_items/api/associations_api.rb
604
+ - lib/hubspot/codegen/crm/line_items/api/basic_api.rb
605
+ - lib/hubspot/codegen/crm/line_items/api/batch_api.rb
606
+ - lib/hubspot/codegen/crm/line_items/api/search_api.rb
607
+ - lib/hubspot/codegen/crm/line_items/api_client.rb
608
+ - lib/hubspot/codegen/crm/line_items/api_error.rb
609
+ - lib/hubspot/codegen/crm/line_items/configuration.rb
610
+ - lib/hubspot/codegen/crm/line_items/models/associated_id.rb
611
+ - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb
612
+ - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb
613
+ - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb
614
+ - lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb
615
+ - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb
616
+ - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb
617
+ - lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb
618
+ - lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb
619
+ - lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb
620
+ - lib/hubspot/codegen/crm/line_items/models/error.rb
621
+ - lib/hubspot/codegen/crm/line_items/models/error_category.rb
622
+ - lib/hubspot/codegen/crm/line_items/models/error_detail.rb
623
+ - lib/hubspot/codegen/crm/line_items/models/filter.rb
624
+ - lib/hubspot/codegen/crm/line_items/models/filter_group.rb
625
+ - lib/hubspot/codegen/crm/line_items/models/next_page.rb
626
+ - lib/hubspot/codegen/crm/line_items/models/paging.rb
627
+ - lib/hubspot/codegen/crm/line_items/models/previous_page.rb
628
+ - lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb
629
+ - lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb
630
+ - lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb
631
+ - lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb
632
+ - lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb
633
+ - lib/hubspot/codegen/crm/line_items/models/standard_error.rb
634
+ - lib/hubspot/codegen/crm/objects/api/associations_api.rb
635
+ - lib/hubspot/codegen/crm/objects/api/basic_api.rb
636
+ - lib/hubspot/codegen/crm/objects/api/batch_api.rb
637
+ - lib/hubspot/codegen/crm/objects/api/search_api.rb
638
+ - lib/hubspot/codegen/crm/objects/api_client.rb
639
+ - lib/hubspot/codegen/crm/objects/api_error.rb
640
+ - lib/hubspot/codegen/crm/objects/configuration.rb
641
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb
642
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb
643
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb
644
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb
645
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb
646
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb
647
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb
648
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb
649
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb
650
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb
651
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb
652
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb
653
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb
654
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb
655
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb
656
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object.rb
657
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object.rb
658
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb
659
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb
660
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb
661
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb
662
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb
663
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb
664
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb
665
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb
666
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb
667
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb
668
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb
669
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb
670
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb
671
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb
672
+ - lib/hubspot/codegen/crm/objects/models/associated_id.rb
673
+ - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb
674
+ - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb
675
+ - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb
676
+ - lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb
677
+ - lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb
678
+ - lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb
679
+ - lib/hubspot/codegen/crm/objects/models/collection_response_associated_id.rb
680
+ - lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object.rb
681
+ - lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object.rb
682
+ - lib/hubspot/codegen/crm/objects/models/error.rb
683
+ - lib/hubspot/codegen/crm/objects/models/error_category.rb
684
+ - lib/hubspot/codegen/crm/objects/models/error_detail.rb
685
+ - lib/hubspot/codegen/crm/objects/models/filter.rb
686
+ - lib/hubspot/codegen/crm/objects/models/filter_group.rb
687
+ - lib/hubspot/codegen/crm/objects/models/next_page.rb
688
+ - lib/hubspot/codegen/crm/objects/models/paging.rb
689
+ - lib/hubspot/codegen/crm/objects/models/previous_page.rb
690
+ - lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb
691
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object.rb
692
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb
693
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb
694
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb
695
+ - lib/hubspot/codegen/crm/objects/models/standard_error.rb
696
+ - lib/hubspot/codegen/crm/owners/api/default_api.rb
697
+ - lib/hubspot/codegen/crm/owners/api_client.rb
698
+ - lib/hubspot/codegen/crm/owners/api_error.rb
699
+ - lib/hubspot/codegen/crm/owners/configuration.rb
700
+ - lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb
701
+ - lib/hubspot/codegen/crm/owners/models/error.rb
702
+ - lib/hubspot/codegen/crm/owners/models/error_detail.rb
703
+ - lib/hubspot/codegen/crm/owners/models/next_page.rb
704
+ - lib/hubspot/codegen/crm/owners/models/paging.rb
705
+ - lib/hubspot/codegen/crm/owners/models/public_owner.rb
706
+ - lib/hubspot/codegen/crm/owners/models/public_team.rb
707
+ - lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb
708
+ - lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb
709
+ - lib/hubspot/codegen/crm/pipelines/api_client.rb
710
+ - lib/hubspot/codegen/crm/pipelines/api_error.rb
711
+ - lib/hubspot/codegen/crm/pipelines/configuration.rb
712
+ - lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb
713
+ - lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb
714
+ - lib/hubspot/codegen/crm/pipelines/models/error.rb
715
+ - lib/hubspot/codegen/crm/pipelines/models/error_detail.rb
716
+ - lib/hubspot/codegen/crm/pipelines/models/next_page.rb
717
+ - lib/hubspot/codegen/crm/pipelines/models/paging.rb
718
+ - lib/hubspot/codegen/crm/pipelines/models/pipeline.rb
719
+ - lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb
720
+ - lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb
721
+ - lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb
722
+ - lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb
723
+ - lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb
724
+ - lib/hubspot/codegen/crm/products/api/associations_api.rb
725
+ - lib/hubspot/codegen/crm/products/api/basic_api.rb
726
+ - lib/hubspot/codegen/crm/products/api/batch_api.rb
727
+ - lib/hubspot/codegen/crm/products/api/search_api.rb
728
+ - lib/hubspot/codegen/crm/products/api_client.rb
729
+ - lib/hubspot/codegen/crm/products/api_error.rb
730
+ - lib/hubspot/codegen/crm/products/configuration.rb
731
+ - lib/hubspot/codegen/crm/products/models/associated_id.rb
732
+ - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb
733
+ - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb
734
+ - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb
735
+ - lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb
736
+ - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb
737
+ - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb
738
+ - lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb
739
+ - lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb
740
+ - lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb
741
+ - lib/hubspot/codegen/crm/products/models/error.rb
742
+ - lib/hubspot/codegen/crm/products/models/error_category.rb
743
+ - lib/hubspot/codegen/crm/products/models/error_detail.rb
744
+ - lib/hubspot/codegen/crm/products/models/filter.rb
745
+ - lib/hubspot/codegen/crm/products/models/filter_group.rb
746
+ - lib/hubspot/codegen/crm/products/models/next_page.rb
747
+ - lib/hubspot/codegen/crm/products/models/paging.rb
748
+ - lib/hubspot/codegen/crm/products/models/previous_page.rb
749
+ - lib/hubspot/codegen/crm/products/models/public_object_search_request.rb
750
+ - lib/hubspot/codegen/crm/products/models/simple_public_object.rb
751
+ - lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb
752
+ - lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb
753
+ - lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb
754
+ - lib/hubspot/codegen/crm/products/models/standard_error.rb
755
+ - lib/hubspot/codegen/crm/properties/api/batch_api.rb
756
+ - lib/hubspot/codegen/crm/properties/api/core_api.rb
757
+ - lib/hubspot/codegen/crm/properties/api/groups_api.rb
758
+ - lib/hubspot/codegen/crm/properties/api_client.rb
759
+ - lib/hubspot/codegen/crm/properties/api_error.rb
760
+ - lib/hubspot/codegen/crm/properties/configuration.rb
761
+ - lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb
762
+ - lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb
763
+ - lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb
764
+ - lib/hubspot/codegen/crm/properties/models/batch_response_property.rb
765
+ - lib/hubspot/codegen/crm/properties/models/collection_response_property.rb
766
+ - lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb
767
+ - lib/hubspot/codegen/crm/properties/models/error.rb
768
+ - lib/hubspot/codegen/crm/properties/models/error_category.rb
769
+ - lib/hubspot/codegen/crm/properties/models/error_detail.rb
770
+ - lib/hubspot/codegen/crm/properties/models/next_page.rb
771
+ - lib/hubspot/codegen/crm/properties/models/option.rb
772
+ - lib/hubspot/codegen/crm/properties/models/option_input.rb
773
+ - lib/hubspot/codegen/crm/properties/models/paging.rb
774
+ - lib/hubspot/codegen/crm/properties/models/property.rb
775
+ - lib/hubspot/codegen/crm/properties/models/property_create.rb
776
+ - lib/hubspot/codegen/crm/properties/models/property_group.rb
777
+ - lib/hubspot/codegen/crm/properties/models/property_group_create.rb
778
+ - lib/hubspot/codegen/crm/properties/models/property_group_update.rb
779
+ - lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb
780
+ - lib/hubspot/codegen/crm/properties/models/property_name.rb
781
+ - lib/hubspot/codegen/crm/properties/models/property_update.rb
782
+ - lib/hubspot/codegen/crm/properties/models/standard_error.rb
783
+ - lib/hubspot/codegen/crm/quotes/api/associations_api.rb
784
+ - lib/hubspot/codegen/crm/quotes/api/basic_api.rb
785
+ - lib/hubspot/codegen/crm/quotes/api/batch_api.rb
786
+ - lib/hubspot/codegen/crm/quotes/api/search_api.rb
787
+ - lib/hubspot/codegen/crm/quotes/api_client.rb
788
+ - lib/hubspot/codegen/crm/quotes/api_error.rb
789
+ - lib/hubspot/codegen/crm/quotes/configuration.rb
790
+ - lib/hubspot/codegen/crm/quotes/models/associated_id.rb
791
+ - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb
792
+ - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb
793
+ - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb
794
+ - lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb
795
+ - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb
796
+ - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb
797
+ - lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb
798
+ - lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb
799
+ - lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb
800
+ - lib/hubspot/codegen/crm/quotes/models/error.rb
801
+ - lib/hubspot/codegen/crm/quotes/models/error_category.rb
802
+ - lib/hubspot/codegen/crm/quotes/models/error_detail.rb
803
+ - lib/hubspot/codegen/crm/quotes/models/filter.rb
804
+ - lib/hubspot/codegen/crm/quotes/models/filter_group.rb
805
+ - lib/hubspot/codegen/crm/quotes/models/next_page.rb
806
+ - lib/hubspot/codegen/crm/quotes/models/paging.rb
807
+ - lib/hubspot/codegen/crm/quotes/models/previous_page.rb
808
+ - lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb
809
+ - lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb
810
+ - lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb
811
+ - lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb
812
+ - lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb
813
+ - lib/hubspot/codegen/crm/quotes/models/standard_error.rb
814
+ - lib/hubspot/codegen/crm/schemas/api/core_api.rb
815
+ - lib/hubspot/codegen/crm/schemas/api/default_api.rb
816
+ - lib/hubspot/codegen/crm/schemas/api_client.rb
817
+ - lib/hubspot/codegen/crm/schemas/api_error.rb
818
+ - lib/hubspot/codegen/crm/schemas/configuration.rb
819
+ - lib/hubspot/codegen/crm/schemas/models/association_definition.rb
820
+ - lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb
821
+ - lib/hubspot/codegen/crm/schemas/models/collection_response_object_schema.rb
822
+ - lib/hubspot/codegen/crm/schemas/models/error.rb
823
+ - lib/hubspot/codegen/crm/schemas/models/error_detail.rb
824
+ - lib/hubspot/codegen/crm/schemas/models/next_page.rb
825
+ - lib/hubspot/codegen/crm/schemas/models/object_schema.rb
826
+ - lib/hubspot/codegen/crm/schemas/models/object_schema_egg.rb
827
+ - lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb
828
+ - lib/hubspot/codegen/crm/schemas/models/object_type_definition_labels.rb
829
+ - lib/hubspot/codegen/crm/schemas/models/object_type_definition_patch.rb
830
+ - lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb
831
+ - lib/hubspot/codegen/crm/schemas/models/option.rb
832
+ - lib/hubspot/codegen/crm/schemas/models/option_input.rb
833
+ - lib/hubspot/codegen/crm/schemas/models/paging.rb
834
+ - lib/hubspot/codegen/crm/schemas/models/previous_page.rb
835
+ - lib/hubspot/codegen/crm/schemas/models/property.rb
836
+ - lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb
837
+ - lib/hubspot/codegen/crm/tickets/api/associations_api.rb
838
+ - lib/hubspot/codegen/crm/tickets/api/basic_api.rb
839
+ - lib/hubspot/codegen/crm/tickets/api/batch_api.rb
840
+ - lib/hubspot/codegen/crm/tickets/api/search_api.rb
841
+ - lib/hubspot/codegen/crm/tickets/api_client.rb
842
+ - lib/hubspot/codegen/crm/tickets/api_error.rb
843
+ - lib/hubspot/codegen/crm/tickets/configuration.rb
844
+ - lib/hubspot/codegen/crm/tickets/models/associated_id.rb
845
+ - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb
846
+ - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb
847
+ - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb
848
+ - lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb
849
+ - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb
850
+ - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb
851
+ - lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb
852
+ - lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb
853
+ - lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb
854
+ - lib/hubspot/codegen/crm/tickets/models/error.rb
855
+ - lib/hubspot/codegen/crm/tickets/models/error_category.rb
856
+ - lib/hubspot/codegen/crm/tickets/models/error_detail.rb
857
+ - lib/hubspot/codegen/crm/tickets/models/filter.rb
858
+ - lib/hubspot/codegen/crm/tickets/models/filter_group.rb
859
+ - lib/hubspot/codegen/crm/tickets/models/next_page.rb
860
+ - lib/hubspot/codegen/crm/tickets/models/paging.rb
861
+ - lib/hubspot/codegen/crm/tickets/models/previous_page.rb
862
+ - lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb
863
+ - lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb
864
+ - lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb
865
+ - lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb
866
+ - lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb
867
+ - lib/hubspot/codegen/crm/tickets/models/standard_error.rb
868
+ - lib/hubspot/codegen/crm/timeline/api/events_api.rb
869
+ - lib/hubspot/codegen/crm/timeline/api/templates_api.rb
870
+ - lib/hubspot/codegen/crm/timeline/api/tokens_api.rb
871
+ - lib/hubspot/codegen/crm/timeline/api_client.rb
872
+ - lib/hubspot/codegen/crm/timeline/api_error.rb
873
+ - lib/hubspot/codegen/crm/timeline/configuration.rb
874
+ - lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb
875
+ - lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb
876
+ - lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors.rb
877
+ - lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb
878
+ - lib/hubspot/codegen/crm/timeline/models/error.rb
879
+ - lib/hubspot/codegen/crm/timeline/models/error_category.rb
880
+ - lib/hubspot/codegen/crm/timeline/models/error_detail.rb
881
+ - lib/hubspot/codegen/crm/timeline/models/event_detail.rb
882
+ - lib/hubspot/codegen/crm/timeline/models/next_page.rb
883
+ - lib/hubspot/codegen/crm/timeline/models/paging.rb
884
+ - lib/hubspot/codegen/crm/timeline/models/previous_page.rb
885
+ - lib/hubspot/codegen/crm/timeline/models/standard_error.rb
886
+ - lib/hubspot/codegen/crm/timeline/models/timeline_event.rb
887
+ - lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb
888
+ - lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb
889
+ - lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb
890
+ - lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb
891
+ - lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb
892
+ - lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb
893
+ - lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb
894
+ - lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb
895
+ - lib/hubspot/codegen/events/api/events_api.rb
896
+ - lib/hubspot/codegen/events/api_client.rb
897
+ - lib/hubspot/codegen/events/api_error.rb
898
+ - lib/hubspot/codegen/events/configuration.rb
899
+ - lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb
900
+ - lib/hubspot/codegen/events/models/error.rb
901
+ - lib/hubspot/codegen/events/models/error_detail.rb
902
+ - lib/hubspot/codegen/events/models/external_unified_event.rb
903
+ - lib/hubspot/codegen/events/models/next_page.rb
904
+ - lib/hubspot/codegen/events/models/paging.rb
905
+ - lib/hubspot/codegen/files/files/api/files_api.rb
906
+ - lib/hubspot/codegen/files/files/api/folders_api.rb
907
+ - lib/hubspot/codegen/files/files/api_client.rb
908
+ - lib/hubspot/codegen/files/files/api_error.rb
909
+ - lib/hubspot/codegen/files/files/configuration.rb
910
+ - lib/hubspot/codegen/files/files/models/collection_response_file.rb
911
+ - lib/hubspot/codegen/files/files/models/collection_response_folder.rb
912
+ - lib/hubspot/codegen/files/files/models/error.rb
913
+ - lib/hubspot/codegen/files/files/models/error_category.rb
914
+ - lib/hubspot/codegen/files/files/models/error_detail.rb
915
+ - lib/hubspot/codegen/files/files/models/file_action_response.rb
916
+ - lib/hubspot/codegen/files/files/models/file_update_input.rb
917
+ - lib/hubspot/codegen/files/files/models/folder.rb
918
+ - lib/hubspot/codegen/files/files/models/folder_action_response.rb
919
+ - lib/hubspot/codegen/files/files/models/folder_input.rb
920
+ - lib/hubspot/codegen/files/files/models/folder_update_input.rb
921
+ - lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb
922
+ - lib/hubspot/codegen/files/files/models/hubspot_file.rb
923
+ - lib/hubspot/codegen/files/files/models/import_from_url_input.rb
924
+ - lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb
925
+ - lib/hubspot/codegen/files/files/models/next_page.rb
926
+ - lib/hubspot/codegen/files/files/models/paging.rb
927
+ - lib/hubspot/codegen/files/files/models/previous_page.rb
928
+ - lib/hubspot/codegen/files/files/models/signed_url.rb
929
+ - lib/hubspot/codegen/files/files/models/standard_error.rb
930
+ - lib/hubspot/codegen/marketing/transactional/api/default_api.rb
931
+ - lib/hubspot/codegen/marketing/transactional/api_client.rb
932
+ - lib/hubspot/codegen/marketing/transactional/api_error.rb
933
+ - lib/hubspot/codegen/marketing/transactional/configuration.rb
934
+ - lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb
935
+ - lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb
936
+ - lib/hubspot/codegen/marketing/transactional/models/error.rb
937
+ - lib/hubspot/codegen/marketing/transactional/models/error_detail.rb
938
+ - lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb
939
+ - lib/hubspot/codegen/marketing/transactional/models/next_page.rb
940
+ - lib/hubspot/codegen/marketing/transactional/models/paging.rb
941
+ - lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb
942
+ - lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb
943
+ - lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb
944
+ - lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb
945
+ - lib/hubspot/codegen/oauth/api/default_api.rb
946
+ - lib/hubspot/codegen/oauth/api_client.rb
947
+ - lib/hubspot/codegen/oauth/api_error.rb
948
+ - lib/hubspot/codegen/oauth/configuration.rb
949
+ - lib/hubspot/codegen/oauth/models/access_token_info_response.rb
950
+ - lib/hubspot/codegen/oauth/models/error.rb
951
+ - lib/hubspot/codegen/oauth/models/error_detail.rb
952
+ - lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb
953
+ - lib/hubspot/codegen/oauth/models/token_response_if.rb
954
+ - lib/hubspot/codegen/webhooks/api/settings_api.rb
955
+ - lib/hubspot/codegen/webhooks/api/subscriptions_api.rb
956
+ - lib/hubspot/codegen/webhooks/api_client.rb
957
+ - lib/hubspot/codegen/webhooks/api_error.rb
958
+ - lib/hubspot/codegen/webhooks/configuration.rb
959
+ - lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb
960
+ - lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb
961
+ - lib/hubspot/codegen/webhooks/models/batch_response_subscription_response_with_errors.rb
962
+ - lib/hubspot/codegen/webhooks/models/error.rb
963
+ - lib/hubspot/codegen/webhooks/models/error_category.rb
964
+ - lib/hubspot/codegen/webhooks/models/error_detail.rb
965
+ - lib/hubspot/codegen/webhooks/models/settings_change_request.rb
966
+ - lib/hubspot/codegen/webhooks/models/settings_response.rb
967
+ - lib/hubspot/codegen/webhooks/models/standard_error.rb
968
+ - lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb
969
+ - lib/hubspot/codegen/webhooks/models/subscription_create_request.rb
970
+ - lib/hubspot/codegen/webhooks/models/subscription_list_response.rb
971
+ - lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb
972
+ - lib/hubspot/codegen/webhooks/models/subscription_response.rb
973
+ - lib/hubspot/codegen/webhooks/models/throttling_settings.rb
974
+ - lib/hubspot/configuration.rb
975
+ - lib/hubspot/exceptions.rb
976
+ - lib/hubspot/helpers/get_all_helper.rb
977
+ - lib/hubspot/helpers/webhooks_helper.rb
978
+ - lib/hubspot/oauth_helper.rb
979
+ - lib/hubspot/version.rb
980
+ - spec/codegen/automation/actions/api/callbacks_api_spec.rb
981
+ - spec/codegen/automation/actions/api/definitions_api_spec.rb
982
+ - spec/codegen/automation/actions/api/functions_api_spec.rb
983
+ - spec/codegen/automation/actions/api/revisions_api_spec.rb
984
+ - spec/codegen/automation/actions/models/action_function_identifier_spec.rb
985
+ - spec/codegen/automation/actions/models/action_function_spec.rb
986
+ - spec/codegen/automation/actions/models/action_labels_spec.rb
987
+ - spec/codegen/automation/actions/models/action_revision_spec.rb
988
+ - spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb
989
+ - spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb
990
+ - spec/codegen/automation/actions/models/callback_completion_request_spec.rb
991
+ - spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb
992
+ - spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb
993
+ - spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb
994
+ - spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb
995
+ - spec/codegen/automation/actions/models/error_detail_spec.rb
996
+ - spec/codegen/automation/actions/models/error_spec.rb
997
+ - spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb
998
+ - spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb
999
+ - spec/codegen/automation/actions/models/extension_action_definition_spec.rb
1000
+ - spec/codegen/automation/actions/models/field_type_definition_spec.rb
1001
+ - spec/codegen/automation/actions/models/forward_paging_spec.rb
1002
+ - spec/codegen/automation/actions/models/input_field_definition_spec.rb
1003
+ - spec/codegen/automation/actions/models/next_page_spec.rb
1004
+ - spec/codegen/automation/actions/models/object_request_options_spec.rb
1005
+ - spec/codegen/automation/actions/models/option_spec.rb
1006
+ - spec/codegen/automation/actions/models/single_field_dependency_spec.rb
1007
+ - spec/codegen/cms/audit-logs/api/default_api_spec.rb
1008
+ - spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb
1009
+ - spec/codegen/cms/audit-logs/models/error_detail_spec.rb
1010
+ - spec/codegen/cms/audit-logs/models/error_spec.rb
1011
+ - spec/codegen/cms/audit-logs/models/next_page_spec.rb
1012
+ - spec/codegen/cms/audit-logs/models/paging_spec.rb
1013
+ - spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb
1014
+ - spec/codegen/cms/blogs/authors/api/default_api_spec.rb
1015
+ - spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb
1016
+ - spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb
1017
+ - spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb
1018
+ - spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb
1019
+ - spec/codegen/cms/blogs/authors/models/blog_author_spec.rb
1020
+ - spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb
1021
+ - spec/codegen/cms/blogs/authors/models/error_detail_spec.rb
1022
+ - spec/codegen/cms/blogs/authors/models/error_spec.rb
1023
+ - spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb
1024
+ - spec/codegen/cms/blogs/authors/models/next_page_spec.rb
1025
+ - spec/codegen/cms/blogs/authors/models/standard_error_spec.rb
1026
+ - spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb
1027
+ - spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb
1028
+ - spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb
1029
+ - spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb
1030
+ - spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb
1031
+ - spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb
1032
+ - spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb
1033
+ - spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb
1034
+ - spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb
1035
+ - spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb
1036
+ - spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb
1037
+ - spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb
1038
+ - spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb
1039
+ - spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb
1040
+ - spec/codegen/cms/blogs/blog-posts/models/error_spec.rb
1041
+ - spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb
1042
+ - spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb
1043
+ - spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb
1044
+ - spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb
1045
+ - spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb
1046
+ - spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb
1047
+ - spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb
1048
+ - spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb
1049
+ - spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb
1050
+ - spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb
1051
+ - spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb
1052
+ - spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb
1053
+ - spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb
1054
+ - spec/codegen/cms/blogs/tags/api/default_api_spec.rb
1055
+ - spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb
1056
+ - spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb
1057
+ - spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb
1058
+ - spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb
1059
+ - spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb
1060
+ - spec/codegen/cms/blogs/tags/models/error_detail_spec.rb
1061
+ - spec/codegen/cms/blogs/tags/models/error_spec.rb
1062
+ - spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb
1063
+ - spec/codegen/cms/blogs/tags/models/next_page_spec.rb
1064
+ - spec/codegen/cms/blogs/tags/models/standard_error_spec.rb
1065
+ - spec/codegen/cms/blogs/tags/models/tag_spec.rb
1066
+ - spec/codegen/cms/domains/api/domains_api_spec.rb
1067
+ - spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb
1068
+ - spec/codegen/cms/domains/models/domain_cdn_config_spec.rb
1069
+ - spec/codegen/cms/domains/models/domain_setup_info_spec.rb
1070
+ - spec/codegen/cms/domains/models/domain_spec.rb
1071
+ - spec/codegen/cms/domains/models/error_detail_spec.rb
1072
+ - spec/codegen/cms/domains/models/error_spec.rb
1073
+ - spec/codegen/cms/domains/models/next_page_spec.rb
1074
+ - spec/codegen/cms/domains/models/paging_spec.rb
1075
+ - spec/codegen/cms/hubdb/api/rows_api_spec.rb
1076
+ - spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb
1077
+ - spec/codegen/cms/hubdb/api/tables_api_spec.rb
1078
+ - spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb
1079
+ - spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb
1080
+ - spec/codegen/cms/hubdb/models/batch_input_string_spec.rb
1081
+ - spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb
1082
+ - spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb
1083
+ - spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb
1084
+ - spec/codegen/cms/hubdb/models/column_input_spec.rb
1085
+ - spec/codegen/cms/hubdb/models/column_spec.rb
1086
+ - spec/codegen/cms/hubdb/models/error_detail_spec.rb
1087
+ - spec/codegen/cms/hubdb/models/error_spec.rb
1088
+ - spec/codegen/cms/hubdb/models/foreign_id_spec.rb
1089
+ - spec/codegen/cms/hubdb/models/forward_paging_spec.rb
1090
+ - spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb
1091
+ - spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb
1092
+ - spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb
1093
+ - spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb
1094
+ - spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb
1095
+ - spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb
1096
+ - spec/codegen/cms/hubdb/models/import_result_spec.rb
1097
+ - spec/codegen/cms/hubdb/models/next_page_spec.rb
1098
+ - spec/codegen/cms/hubdb/models/option_spec.rb
1099
+ - spec/codegen/cms/hubdb/models/simple_user_spec.rb
1100
+ - spec/codegen/cms/hubdb/models/standard_error_spec.rb
1101
+ - spec/codegen/cms/performance/api/default_api_spec.rb
1102
+ - spec/codegen/cms/performance/models/error_detail_spec.rb
1103
+ - spec/codegen/cms/performance/models/error_spec.rb
1104
+ - spec/codegen/cms/performance/models/performance_view_spec.rb
1105
+ - spec/codegen/cms/performance/models/public_performance_response_spec.rb
1106
+ - spec/codegen/cms/site-search/api/default_api_spec.rb
1107
+ - spec/codegen/cms/site-search/models/content_search_result_spec.rb
1108
+ - spec/codegen/cms/site-search/models/error_detail_spec.rb
1109
+ - spec/codegen/cms/site-search/models/error_spec.rb
1110
+ - spec/codegen/cms/site-search/models/indexed_data_spec.rb
1111
+ - spec/codegen/cms/site-search/models/public_search_results_spec.rb
1112
+ - spec/codegen/cms/site-search/models/search_hit_field_spec.rb
1113
+ - spec/codegen/cms/url-redirects/api/redirects_api_spec.rb
1114
+ - spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb
1115
+ - spec/codegen/cms/url-redirects/models/error_detail_spec.rb
1116
+ - spec/codegen/cms/url-redirects/models/error_spec.rb
1117
+ - spec/codegen/cms/url-redirects/models/next_page_spec.rb
1118
+ - spec/codegen/cms/url-redirects/models/paging_spec.rb
1119
+ - spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb
1120
+ - spec/codegen/cms/url-redirects/models/url_mapping_spec.rb
1121
+ - spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb
1122
+ - spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb
1123
+ - spec/codegen/conversations/visitor-identification/models/error_spec.rb
1124
+ - spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb
1125
+ - spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb
1126
+ - spec/codegen/crm/associations/api/batch_api_spec.rb
1127
+ - spec/codegen/crm/associations/api/types_api_spec.rb
1128
+ - spec/codegen/crm/associations/models/associated_id_spec.rb
1129
+ - spec/codegen/crm/associations/models/batch_input_public_association_spec.rb
1130
+ - spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb
1131
+ - spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb
1132
+ - spec/codegen/crm/associations/models/batch_response_public_association_spec.rb
1133
+ - spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb
1134
+ - spec/codegen/crm/associations/models/error_category_spec.rb
1135
+ - spec/codegen/crm/associations/models/error_detail_spec.rb
1136
+ - spec/codegen/crm/associations/models/error_spec.rb
1137
+ - spec/codegen/crm/associations/models/next_page_spec.rb
1138
+ - spec/codegen/crm/associations/models/paging_spec.rb
1139
+ - spec/codegen/crm/associations/models/public_association_definiton_spec.rb
1140
+ - spec/codegen/crm/associations/models/public_association_multi_spec.rb
1141
+ - spec/codegen/crm/associations/models/public_association_spec.rb
1142
+ - spec/codegen/crm/associations/models/public_object_id_spec.rb
1143
+ - spec/codegen/crm/associations/models/standard_error_spec.rb
1144
+ - spec/codegen/crm/companies/api/associations_api_spec.rb
1145
+ - spec/codegen/crm/companies/api/basic_api_spec.rb
1146
+ - spec/codegen/crm/companies/api/batch_api_spec.rb
1147
+ - spec/codegen/crm/companies/api/search_api_spec.rb
1148
+ - spec/codegen/crm/companies/models/associated_id_spec.rb
1149
+ - spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb
1150
+ - spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb
1151
+ - spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb
1152
+ - spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb
1153
+ - spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb
1154
+ - spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb
1155
+ - spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb
1156
+ - spec/codegen/crm/companies/models/collection_response_simple_public_object_spec.rb
1157
+ - spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_spec.rb
1158
+ - spec/codegen/crm/companies/models/error_category_spec.rb
1159
+ - spec/codegen/crm/companies/models/error_detail_spec.rb
1160
+ - spec/codegen/crm/companies/models/error_spec.rb
1161
+ - spec/codegen/crm/companies/models/filter_group_spec.rb
1162
+ - spec/codegen/crm/companies/models/filter_spec.rb
1163
+ - spec/codegen/crm/companies/models/next_page_spec.rb
1164
+ - spec/codegen/crm/companies/models/paging_spec.rb
1165
+ - spec/codegen/crm/companies/models/previous_page_spec.rb
1166
+ - spec/codegen/crm/companies/models/public_object_search_request_spec.rb
1167
+ - spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb
1168
+ - spec/codegen/crm/companies/models/simple_public_object_id_spec.rb
1169
+ - spec/codegen/crm/companies/models/simple_public_object_input_spec.rb
1170
+ - spec/codegen/crm/companies/models/simple_public_object_spec.rb
1171
+ - spec/codegen/crm/companies/models/standard_error_spec.rb
1172
+ - spec/codegen/crm/contacts/api/associations_api_spec.rb
1173
+ - spec/codegen/crm/contacts/api/basic_api_spec.rb
1174
+ - spec/codegen/crm/contacts/api/batch_api_spec.rb
1175
+ - spec/codegen/crm/contacts/api/search_api_spec.rb
1176
+ - spec/codegen/crm/contacts/models/associated_id_spec.rb
1177
+ - spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb
1178
+ - spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb
1179
+ - spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb
1180
+ - spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb
1181
+ - spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb
1182
+ - spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb
1183
+ - spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb
1184
+ - spec/codegen/crm/contacts/models/collection_response_simple_public_object_spec.rb
1185
+ - spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_spec.rb
1186
+ - spec/codegen/crm/contacts/models/error_category_spec.rb
1187
+ - spec/codegen/crm/contacts/models/error_detail_spec.rb
1188
+ - spec/codegen/crm/contacts/models/error_spec.rb
1189
+ - spec/codegen/crm/contacts/models/filter_group_spec.rb
1190
+ - spec/codegen/crm/contacts/models/filter_spec.rb
1191
+ - spec/codegen/crm/contacts/models/next_page_spec.rb
1192
+ - spec/codegen/crm/contacts/models/paging_spec.rb
1193
+ - spec/codegen/crm/contacts/models/previous_page_spec.rb
1194
+ - spec/codegen/crm/contacts/models/public_object_search_request_spec.rb
1195
+ - spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb
1196
+ - spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb
1197
+ - spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb
1198
+ - spec/codegen/crm/contacts/models/simple_public_object_spec.rb
1199
+ - spec/codegen/crm/contacts/models/standard_error_spec.rb
1200
+ - spec/codegen/crm/deals/api/associations_api_spec.rb
1201
+ - spec/codegen/crm/deals/api/basic_api_spec.rb
1202
+ - spec/codegen/crm/deals/api/batch_api_spec.rb
1203
+ - spec/codegen/crm/deals/api/search_api_spec.rb
1204
+ - spec/codegen/crm/deals/models/associated_id_spec.rb
1205
+ - spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb
1206
+ - spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb
1207
+ - spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb
1208
+ - spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb
1209
+ - spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb
1210
+ - spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb
1211
+ - spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb
1212
+ - spec/codegen/crm/deals/models/collection_response_simple_public_object_spec.rb
1213
+ - spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_spec.rb
1214
+ - spec/codegen/crm/deals/models/error_category_spec.rb
1215
+ - spec/codegen/crm/deals/models/error_detail_spec.rb
1216
+ - spec/codegen/crm/deals/models/error_spec.rb
1217
+ - spec/codegen/crm/deals/models/filter_group_spec.rb
1218
+ - spec/codegen/crm/deals/models/filter_spec.rb
1219
+ - spec/codegen/crm/deals/models/next_page_spec.rb
1220
+ - spec/codegen/crm/deals/models/paging_spec.rb
1221
+ - spec/codegen/crm/deals/models/previous_page_spec.rb
1222
+ - spec/codegen/crm/deals/models/public_object_search_request_spec.rb
1223
+ - spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb
1224
+ - spec/codegen/crm/deals/models/simple_public_object_id_spec.rb
1225
+ - spec/codegen/crm/deals/models/simple_public_object_input_spec.rb
1226
+ - spec/codegen/crm/deals/models/simple_public_object_spec.rb
1227
+ - spec/codegen/crm/deals/models/standard_error_spec.rb
1228
+ - spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb
1229
+ - spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb
1230
+ - spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb
1231
+ - spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb
1232
+ - spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb
1233
+ - spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb
1234
+ - spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb
1235
+ - spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb
1236
+ - spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb
1237
+ - spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb
1238
+ - spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb
1239
+ - spec/codegen/crm/extensions/accounting/models/action_response_spec.rb
1240
+ - spec/codegen/crm/extensions/accounting/models/address_spec.rb
1241
+ - spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb
1242
+ - spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb
1243
+ - spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb
1244
+ - spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb
1245
+ - spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb
1246
+ - spec/codegen/crm/extensions/accounting/models/error_spec.rb
1247
+ - spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb
1248
+ - spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb
1249
+ - spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb
1250
+ - spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb
1251
+ - spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb
1252
+ - spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb
1253
+ - spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb
1254
+ - spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb
1255
+ - spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb
1256
+ - spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb
1257
+ - spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb
1258
+ - spec/codegen/crm/extensions/accounting/models/product_spec.rb
1259
+ - spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb
1260
+ - spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb
1261
+ - spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb
1262
+ - spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb
1263
+ - spec/codegen/crm/extensions/accounting/models/tax_spec.rb
1264
+ - spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb
1265
+ - spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb
1266
+ - spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb
1267
+ - spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb
1268
+ - spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb
1269
+ - spec/codegen/crm/extensions/calling/api/settings_api_spec.rb
1270
+ - spec/codegen/crm/extensions/calling/models/error_detail_spec.rb
1271
+ - spec/codegen/crm/extensions/calling/models/error_spec.rb
1272
+ - spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb
1273
+ - spec/codegen/crm/extensions/calling/models/settings_request_spec.rb
1274
+ - spec/codegen/crm/extensions/calling/models/settings_response_spec.rb
1275
+ - spec/codegen/crm/extensions/cards/api/cards_api_spec.rb
1276
+ - spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb
1277
+ - spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb
1278
+ - spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb
1279
+ - spec/codegen/crm/extensions/cards/models/card_actions_spec.rb
1280
+ - spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb
1281
+ - spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb
1282
+ - spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb
1283
+ - spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb
1284
+ - spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb
1285
+ - spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb
1286
+ - spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb
1287
+ - spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb
1288
+ - spec/codegen/crm/extensions/cards/models/card_response_spec.rb
1289
+ - spec/codegen/crm/extensions/cards/models/display_option_spec.rb
1290
+ - spec/codegen/crm/extensions/cards/models/error_detail_spec.rb
1291
+ - spec/codegen/crm/extensions/cards/models/error_spec.rb
1292
+ - spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb
1293
+ - spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb
1294
+ - spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb
1295
+ - spec/codegen/crm/extensions/cards/models/object_token_spec.rb
1296
+ - spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb
1297
+ - spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb
1298
+ - spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb
1299
+ - spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb
1300
+ - spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb
1301
+ - spec/codegen/crm/imports/api/core_api_spec.rb
1302
+ - spec/codegen/crm/imports/models/action_response_spec.rb
1303
+ - spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb
1304
+ - spec/codegen/crm/imports/models/error_detail_spec.rb
1305
+ - spec/codegen/crm/imports/models/error_spec.rb
1306
+ - spec/codegen/crm/imports/models/next_page_spec.rb
1307
+ - spec/codegen/crm/imports/models/paging_spec.rb
1308
+ - spec/codegen/crm/imports/models/previous_page_spec.rb
1309
+ - spec/codegen/crm/imports/models/public_import_metadata_spec.rb
1310
+ - spec/codegen/crm/imports/models/public_import_response_spec.rb
1311
+ - spec/codegen/crm/imports/models/public_object_list_record_spec.rb
1312
+ - spec/codegen/crm/line_items/api/associations_api_spec.rb
1313
+ - spec/codegen/crm/line_items/api/basic_api_spec.rb
1314
+ - spec/codegen/crm/line_items/api/batch_api_spec.rb
1315
+ - spec/codegen/crm/line_items/api/search_api_spec.rb
1316
+ - spec/codegen/crm/line_items/models/associated_id_spec.rb
1317
+ - spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb
1318
+ - spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb
1319
+ - spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb
1320
+ - spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb
1321
+ - spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb
1322
+ - spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb
1323
+ - spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb
1324
+ - spec/codegen/crm/line_items/models/collection_response_simple_public_object_spec.rb
1325
+ - spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_spec.rb
1326
+ - spec/codegen/crm/line_items/models/error_category_spec.rb
1327
+ - spec/codegen/crm/line_items/models/error_detail_spec.rb
1328
+ - spec/codegen/crm/line_items/models/error_spec.rb
1329
+ - spec/codegen/crm/line_items/models/filter_group_spec.rb
1330
+ - spec/codegen/crm/line_items/models/filter_spec.rb
1331
+ - spec/codegen/crm/line_items/models/next_page_spec.rb
1332
+ - spec/codegen/crm/line_items/models/paging_spec.rb
1333
+ - spec/codegen/crm/line_items/models/previous_page_spec.rb
1334
+ - spec/codegen/crm/line_items/models/public_object_search_request_spec.rb
1335
+ - spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb
1336
+ - spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb
1337
+ - spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb
1338
+ - spec/codegen/crm/line_items/models/simple_public_object_spec.rb
1339
+ - spec/codegen/crm/line_items/models/standard_error_spec.rb
1340
+ - spec/codegen/crm/objects/api/associations_api_spec.rb
1341
+ - spec/codegen/crm/objects/api/basic_api_spec.rb
1342
+ - spec/codegen/crm/objects/api/batch_api_spec.rb
1343
+ - spec/codegen/crm/objects/api/search_api_spec.rb
1344
+ - spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb
1345
+ - spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb
1346
+ - spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb
1347
+ - spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb
1348
+ - spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb
1349
+ - spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb
1350
+ - spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb
1351
+ - spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb
1352
+ - spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb
1353
+ - spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb
1354
+ - spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb
1355
+ - spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb
1356
+ - spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_spec.rb
1357
+ - spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_spec.rb
1358
+ - spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb
1359
+ - spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb
1360
+ - spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb
1361
+ - spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb
1362
+ - spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb
1363
+ - spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb
1364
+ - spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb
1365
+ - spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb
1366
+ - spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb
1367
+ - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb
1368
+ - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb
1369
+ - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb
1370
+ - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb
1371
+ - spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb
1372
+ - spec/codegen/crm/objects/models/associated_id_spec.rb
1373
+ - spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb
1374
+ - spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb
1375
+ - spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb
1376
+ - spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb
1377
+ - spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb
1378
+ - spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb
1379
+ - spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb
1380
+ - spec/codegen/crm/objects/models/collection_response_simple_public_object_spec.rb
1381
+ - spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_spec.rb
1382
+ - spec/codegen/crm/objects/models/error_category_spec.rb
1383
+ - spec/codegen/crm/objects/models/error_detail_spec.rb
1384
+ - spec/codegen/crm/objects/models/error_spec.rb
1385
+ - spec/codegen/crm/objects/models/filter_group_spec.rb
1386
+ - spec/codegen/crm/objects/models/filter_spec.rb
1387
+ - spec/codegen/crm/objects/models/next_page_spec.rb
1388
+ - spec/codegen/crm/objects/models/paging_spec.rb
1389
+ - spec/codegen/crm/objects/models/previous_page_spec.rb
1390
+ - spec/codegen/crm/objects/models/public_object_search_request_spec.rb
1391
+ - spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb
1392
+ - spec/codegen/crm/objects/models/simple_public_object_id_spec.rb
1393
+ - spec/codegen/crm/objects/models/simple_public_object_input_spec.rb
1394
+ - spec/codegen/crm/objects/models/simple_public_object_spec.rb
1395
+ - spec/codegen/crm/objects/models/standard_error_spec.rb
1396
+ - spec/codegen/crm/owners/api/default_api_spec.rb
1397
+ - spec/codegen/crm/owners/models/collection_response_public_owner_spec.rb
1398
+ - spec/codegen/crm/owners/models/error_detail_spec.rb
1399
+ - spec/codegen/crm/owners/models/error_spec.rb
1400
+ - spec/codegen/crm/owners/models/next_page_spec.rb
1401
+ - spec/codegen/crm/owners/models/paging_spec.rb
1402
+ - spec/codegen/crm/owners/models/public_owner_spec.rb
1403
+ - spec/codegen/crm/owners/models/public_team_spec.rb
1404
+ - spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb
1405
+ - spec/codegen/crm/pipelines/api/pipelines_api_spec.rb
1406
+ - spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb
1407
+ - spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb
1408
+ - spec/codegen/crm/pipelines/models/error_detail_spec.rb
1409
+ - spec/codegen/crm/pipelines/models/error_spec.rb
1410
+ - spec/codegen/crm/pipelines/models/next_page_spec.rb
1411
+ - spec/codegen/crm/pipelines/models/paging_spec.rb
1412
+ - spec/codegen/crm/pipelines/models/pipeline_input_spec.rb
1413
+ - spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb
1414
+ - spec/codegen/crm/pipelines/models/pipeline_spec.rb
1415
+ - spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb
1416
+ - spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb
1417
+ - spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb
1418
+ - spec/codegen/crm/products/api/associations_api_spec.rb
1419
+ - spec/codegen/crm/products/api/basic_api_spec.rb
1420
+ - spec/codegen/crm/products/api/batch_api_spec.rb
1421
+ - spec/codegen/crm/products/api/search_api_spec.rb
1422
+ - spec/codegen/crm/products/models/associated_id_spec.rb
1423
+ - spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb
1424
+ - spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb
1425
+ - spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb
1426
+ - spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb
1427
+ - spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb
1428
+ - spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb
1429
+ - spec/codegen/crm/products/models/collection_response_associated_id_spec.rb
1430
+ - spec/codegen/crm/products/models/collection_response_simple_public_object_spec.rb
1431
+ - spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_spec.rb
1432
+ - spec/codegen/crm/products/models/error_category_spec.rb
1433
+ - spec/codegen/crm/products/models/error_detail_spec.rb
1434
+ - spec/codegen/crm/products/models/error_spec.rb
1435
+ - spec/codegen/crm/products/models/filter_group_spec.rb
1436
+ - spec/codegen/crm/products/models/filter_spec.rb
1437
+ - spec/codegen/crm/products/models/next_page_spec.rb
1438
+ - spec/codegen/crm/products/models/paging_spec.rb
1439
+ - spec/codegen/crm/products/models/previous_page_spec.rb
1440
+ - spec/codegen/crm/products/models/public_object_search_request_spec.rb
1441
+ - spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb
1442
+ - spec/codegen/crm/products/models/simple_public_object_id_spec.rb
1443
+ - spec/codegen/crm/products/models/simple_public_object_input_spec.rb
1444
+ - spec/codegen/crm/products/models/simple_public_object_spec.rb
1445
+ - spec/codegen/crm/products/models/standard_error_spec.rb
1446
+ - spec/codegen/crm/properties/api/batch_api_spec.rb
1447
+ - spec/codegen/crm/properties/api/core_api_spec.rb
1448
+ - spec/codegen/crm/properties/api/groups_api_spec.rb
1449
+ - spec/codegen/crm/properties/models/batch_input_property_create_spec.rb
1450
+ - spec/codegen/crm/properties/models/batch_input_property_name_spec.rb
1451
+ - spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb
1452
+ - spec/codegen/crm/properties/models/batch_response_property_spec.rb
1453
+ - spec/codegen/crm/properties/models/collection_response_property_group_spec.rb
1454
+ - spec/codegen/crm/properties/models/collection_response_property_spec.rb
1455
+ - spec/codegen/crm/properties/models/error_category_spec.rb
1456
+ - spec/codegen/crm/properties/models/error_detail_spec.rb
1457
+ - spec/codegen/crm/properties/models/error_spec.rb
1458
+ - spec/codegen/crm/properties/models/next_page_spec.rb
1459
+ - spec/codegen/crm/properties/models/option_input_spec.rb
1460
+ - spec/codegen/crm/properties/models/option_spec.rb
1461
+ - spec/codegen/crm/properties/models/paging_spec.rb
1462
+ - spec/codegen/crm/properties/models/property_create_spec.rb
1463
+ - spec/codegen/crm/properties/models/property_group_create_spec.rb
1464
+ - spec/codegen/crm/properties/models/property_group_spec.rb
1465
+ - spec/codegen/crm/properties/models/property_group_update_spec.rb
1466
+ - spec/codegen/crm/properties/models/property_modification_metadata_spec.rb
1467
+ - spec/codegen/crm/properties/models/property_name_spec.rb
1468
+ - spec/codegen/crm/properties/models/property_spec.rb
1469
+ - spec/codegen/crm/properties/models/property_update_spec.rb
1470
+ - spec/codegen/crm/properties/models/standard_error_spec.rb
1471
+ - spec/codegen/crm/quotes/api/associations_api_spec.rb
1472
+ - spec/codegen/crm/quotes/api/basic_api_spec.rb
1473
+ - spec/codegen/crm/quotes/api/batch_api_spec.rb
1474
+ - spec/codegen/crm/quotes/api/search_api_spec.rb
1475
+ - spec/codegen/crm/quotes/models/associated_id_spec.rb
1476
+ - spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb
1477
+ - spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb
1478
+ - spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb
1479
+ - spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb
1480
+ - spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb
1481
+ - spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb
1482
+ - spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb
1483
+ - spec/codegen/crm/quotes/models/collection_response_simple_public_object_spec.rb
1484
+ - spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_spec.rb
1485
+ - spec/codegen/crm/quotes/models/error_category_spec.rb
1486
+ - spec/codegen/crm/quotes/models/error_detail_spec.rb
1487
+ - spec/codegen/crm/quotes/models/error_spec.rb
1488
+ - spec/codegen/crm/quotes/models/filter_group_spec.rb
1489
+ - spec/codegen/crm/quotes/models/filter_spec.rb
1490
+ - spec/codegen/crm/quotes/models/next_page_spec.rb
1491
+ - spec/codegen/crm/quotes/models/paging_spec.rb
1492
+ - spec/codegen/crm/quotes/models/previous_page_spec.rb
1493
+ - spec/codegen/crm/quotes/models/public_object_search_request_spec.rb
1494
+ - spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb
1495
+ - spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb
1496
+ - spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb
1497
+ - spec/codegen/crm/quotes/models/simple_public_object_spec.rb
1498
+ - spec/codegen/crm/quotes/models/standard_error_spec.rb
1499
+ - spec/codegen/crm/schemas/api/core_api_spec.rb
1500
+ - spec/codegen/crm/schemas/api/default_api_spec.rb
1501
+ - spec/codegen/crm/schemas/models/association_definition_egg_spec.rb
1502
+ - spec/codegen/crm/schemas/models/association_definition_spec.rb
1503
+ - spec/codegen/crm/schemas/models/collection_response_object_schema_spec.rb
1504
+ - spec/codegen/crm/schemas/models/error_detail_spec.rb
1505
+ - spec/codegen/crm/schemas/models/error_spec.rb
1506
+ - spec/codegen/crm/schemas/models/next_page_spec.rb
1507
+ - spec/codegen/crm/schemas/models/object_schema_egg_spec.rb
1508
+ - spec/codegen/crm/schemas/models/object_schema_spec.rb
1509
+ - spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb
1510
+ - spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb
1511
+ - spec/codegen/crm/schemas/models/object_type_definition_spec.rb
1512
+ - spec/codegen/crm/schemas/models/object_type_property_create_spec.rb
1513
+ - spec/codegen/crm/schemas/models/option_input_spec.rb
1514
+ - spec/codegen/crm/schemas/models/option_spec.rb
1515
+ - spec/codegen/crm/schemas/models/paging_spec.rb
1516
+ - spec/codegen/crm/schemas/models/previous_page_spec.rb
1517
+ - spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb
1518
+ - spec/codegen/crm/schemas/models/property_spec.rb
1519
+ - spec/codegen/crm/tickets/api/associations_api_spec.rb
1520
+ - spec/codegen/crm/tickets/api/basic_api_spec.rb
1521
+ - spec/codegen/crm/tickets/api/batch_api_spec.rb
1522
+ - spec/codegen/crm/tickets/api/search_api_spec.rb
1523
+ - spec/codegen/crm/tickets/models/associated_id_spec.rb
1524
+ - spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb
1525
+ - spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb
1526
+ - spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb
1527
+ - spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb
1528
+ - spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb
1529
+ - spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb
1530
+ - spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb
1531
+ - spec/codegen/crm/tickets/models/collection_response_simple_public_object_spec.rb
1532
+ - spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_spec.rb
1533
+ - spec/codegen/crm/tickets/models/error_category_spec.rb
1534
+ - spec/codegen/crm/tickets/models/error_detail_spec.rb
1535
+ - spec/codegen/crm/tickets/models/error_spec.rb
1536
+ - spec/codegen/crm/tickets/models/filter_group_spec.rb
1537
+ - spec/codegen/crm/tickets/models/filter_spec.rb
1538
+ - spec/codegen/crm/tickets/models/next_page_spec.rb
1539
+ - spec/codegen/crm/tickets/models/paging_spec.rb
1540
+ - spec/codegen/crm/tickets/models/previous_page_spec.rb
1541
+ - spec/codegen/crm/tickets/models/public_object_search_request_spec.rb
1542
+ - spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb
1543
+ - spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb
1544
+ - spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb
1545
+ - spec/codegen/crm/tickets/models/simple_public_object_spec.rb
1546
+ - spec/codegen/crm/tickets/models/standard_error_spec.rb
1547
+ - spec/codegen/crm/timeline/api/events_api_spec.rb
1548
+ - spec/codegen/crm/timeline/api/templates_api_spec.rb
1549
+ - spec/codegen/crm/timeline/api/tokens_api_spec.rb
1550
+ - spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb
1551
+ - spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb
1552
+ - spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb
1553
+ - spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb
1554
+ - spec/codegen/crm/timeline/models/error_category_spec.rb
1555
+ - spec/codegen/crm/timeline/models/error_detail_spec.rb
1556
+ - spec/codegen/crm/timeline/models/error_spec.rb
1557
+ - spec/codegen/crm/timeline/models/event_detail_spec.rb
1558
+ - spec/codegen/crm/timeline/models/next_page_spec.rb
1559
+ - spec/codegen/crm/timeline/models/paging_spec.rb
1560
+ - spec/codegen/crm/timeline/models/previous_page_spec.rb
1561
+ - spec/codegen/crm/timeline/models/standard_error_spec.rb
1562
+ - spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb
1563
+ - spec/codegen/crm/timeline/models/timeline_event_response_spec.rb
1564
+ - spec/codegen/crm/timeline/models/timeline_event_spec.rb
1565
+ - spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb
1566
+ - spec/codegen/crm/timeline/models/timeline_event_template_spec.rb
1567
+ - spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb
1568
+ - spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb
1569
+ - spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb
1570
+ - spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb
1571
+ - spec/codegen/events/api/events_api_spec.rb
1572
+ - spec/codegen/events/models/collection_response_external_unified_event_spec.rb
1573
+ - spec/codegen/events/models/error_detail_spec.rb
1574
+ - spec/codegen/events/models/error_spec.rb
1575
+ - spec/codegen/events/models/external_unified_event_spec.rb
1576
+ - spec/codegen/events/models/next_page_spec.rb
1577
+ - spec/codegen/events/models/paging_spec.rb
1578
+ - spec/codegen/files/files/api/files_api_spec.rb
1579
+ - spec/codegen/files/files/api/folders_api_spec.rb
1580
+ - spec/codegen/files/files/models/collection_response_file_spec.rb
1581
+ - spec/codegen/files/files/models/collection_response_folder_spec.rb
1582
+ - spec/codegen/files/files/models/error_category_spec.rb
1583
+ - spec/codegen/files/files/models/error_detail_spec.rb
1584
+ - spec/codegen/files/files/models/error_spec.rb
1585
+ - spec/codegen/files/files/models/file_action_response_spec.rb
1586
+ - spec/codegen/files/files/models/file_spec.rb
1587
+ - spec/codegen/files/files/models/file_update_input_spec.rb
1588
+ - spec/codegen/files/files/models/folder_action_response_spec.rb
1589
+ - spec/codegen/files/files/models/folder_input_spec.rb
1590
+ - spec/codegen/files/files/models/folder_spec.rb
1591
+ - spec/codegen/files/files/models/folder_update_input_spec.rb
1592
+ - spec/codegen/files/files/models/folder_update_task_locator_spec.rb
1593
+ - spec/codegen/files/files/models/import_from_url_input_spec.rb
1594
+ - spec/codegen/files/files/models/import_from_url_task_locator_spec.rb
1595
+ - spec/codegen/files/files/models/next_page_spec.rb
1596
+ - spec/codegen/files/files/models/paging_spec.rb
1597
+ - spec/codegen/files/files/models/previous_page_spec.rb
1598
+ - spec/codegen/files/files/models/signed_url_spec.rb
1599
+ - spec/codegen/files/files/models/standard_error_spec.rb
1600
+ - spec/codegen/marketing/transactional/api/default_api_spec.rb
1601
+ - spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb
1602
+ - spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb
1603
+ - spec/codegen/marketing/transactional/models/error_detail_spec.rb
1604
+ - spec/codegen/marketing/transactional/models/error_spec.rb
1605
+ - spec/codegen/marketing/transactional/models/event_id_view_spec.rb
1606
+ - spec/codegen/marketing/transactional/models/next_page_spec.rb
1607
+ - spec/codegen/marketing/transactional/models/paging_spec.rb
1608
+ - spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb
1609
+ - spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb
1610
+ - spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb
1611
+ - spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb
1612
+ - spec/codegen/oauth/api/default_api_spec.rb
1613
+ - spec/codegen/oauth/models/access_token_info_response_spec.rb
1614
+ - spec/codegen/oauth/models/error_detail_spec.rb
1615
+ - spec/codegen/oauth/models/error_spec.rb
1616
+ - spec/codegen/oauth/models/refresh_token_info_response_spec.rb
1617
+ - spec/codegen/oauth/models/token_response_if_spec.rb
1618
+ - spec/codegen/webhooks/api/settings_api_spec.rb
1619
+ - spec/codegen/webhooks/api/subscriptions_api_spec.rb
1620
+ - spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb
1621
+ - spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb
1622
+ - spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb
1623
+ - spec/codegen/webhooks/models/error_category_spec.rb
1624
+ - spec/codegen/webhooks/models/error_detail_spec.rb
1625
+ - spec/codegen/webhooks/models/error_spec.rb
1626
+ - spec/codegen/webhooks/models/settings_change_request_spec.rb
1627
+ - spec/codegen/webhooks/models/settings_response_spec.rb
1628
+ - spec/codegen/webhooks/models/standard_error_spec.rb
1629
+ - spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb
1630
+ - spec/codegen/webhooks/models/subscription_create_request_spec.rb
1631
+ - spec/codegen/webhooks/models/subscription_list_response_spec.rb
1632
+ - spec/codegen/webhooks/models/subscription_patch_request_spec.rb
1633
+ - spec/codegen/webhooks/models/subscription_response_spec.rb
1634
+ - spec/codegen/webhooks/models/throttling_settings_spec.rb
1635
+ - spec/features/automation/actions/callbacks_api_spec.rb
1636
+ - spec/features/automation/actions/definitions_api_spec.rb
1637
+ - spec/features/automation/actions/functions_api_spec.rb
1638
+ - spec/features/automation/actions/revisions_api_spec.rb
1639
+ - spec/features/cms/audit-logs/default_api_spec.rb
1640
+ - spec/features/cms/blogs/authors/default_api_spec.rb
1641
+ - spec/features/cms/blogs/blog-posts/default_api_spec.rb
1642
+ - spec/features/cms/blogs/tags/default_api_spec.rb
1643
+ - spec/features/cms/domains/domains_api_spec.rb
1644
+ - spec/features/cms/hubdb/rows_api_spec.rb
1645
+ - spec/features/cms/hubdb/rows_batch_api_spec.rb
1646
+ - spec/features/cms/hubdb/tables_api_spec.rb
1647
+ - spec/features/cms/perfomance/default_api_spec.rb
1648
+ - spec/features/cms/site-search/default_api_spec.rb
1649
+ - spec/features/cms/url-redirects/redirects_api_spec.rb
1650
+ - spec/features/conversations/visitor-identification/generate_api_spec.rb
1651
+ - spec/features/crm/associations/batch_api_spec.rb
1652
+ - spec/features/crm/associations/types_api_spec.rb
1653
+ - spec/features/crm/companies/associations_api_spec.rb
1654
+ - spec/features/crm/companies/basic_api_spec.rb
1655
+ - spec/features/crm/companies/batch_api_spec.rb
1656
+ - spec/features/crm/companies/search_api_spec.rb
1657
+ - spec/features/crm/contacts/associations_api_spec.rb
1658
+ - spec/features/crm/contacts/basic_api_spec.rb
1659
+ - spec/features/crm/contacts/batch_api_spec.rb
1660
+ - spec/features/crm/contacts/search_api_spec.rb
1661
+ - spec/features/crm/deals/associations_api_spec.rb
1662
+ - spec/features/crm/deals/basic_api_spec.rb
1663
+ - spec/features/crm/deals/batch_api_spec.rb
1664
+ - spec/features/crm/deals/search_api_spec.rb
1665
+ - spec/features/crm/extensions/accounting/callbacks_api_spec.rb
1666
+ - spec/features/crm/extensions/accounting/invoice_api_spec.rb
1667
+ - spec/features/crm/extensions/accounting/settings_api_spec.rb
1668
+ - spec/features/crm/extensions/accounting/sync_api_spec.rb
1669
+ - spec/features/crm/extensions/accounting/user_accounts_api_spec.rb
1670
+ - spec/features/crm/extensions/calling/settings_api_spec.rb
1671
+ - spec/features/crm/extensions/cards/cards_api_spec.rb
1672
+ - spec/features/crm/extensions/cards/sample_response_api_spec.rb
1673
+ - spec/features/crm/extensions/videoconferencing/settings_api_spec.rb
1674
+ - spec/features/crm/imports/core_api_spec.rb
1675
+ - spec/features/crm/line_items/associations_api_spec.rb
1676
+ - spec/features/crm/line_items/basic_api_spec.rb
1677
+ - spec/features/crm/line_items/batch_api_spec.rb
1678
+ - spec/features/crm/line_items/search_api_spec.rb
1679
+ - spec/features/crm/objects/associations_api_spec.rb
1680
+ - spec/features/crm/objects/basic_api_spec.rb
1681
+ - spec/features/crm/objects/batch_api_spec.rb
1682
+ - spec/features/crm/objects/feedback_submissions/associations_api_spec.rb
1683
+ - spec/features/crm/objects/feedback_submissions/basic_api_spec.rb
1684
+ - spec/features/crm/objects/feedback_submissions/batch_api_spec.rb
1685
+ - spec/features/crm/objects/feedback_submissions/search_api_spec.rb
1686
+ - spec/features/crm/objects/search_api_spec.rb
1687
+ - spec/features/crm/owners/default_api_spec.rb
1688
+ - spec/features/crm/pipelines/pipeline_stages_api_spec.rb
1689
+ - spec/features/crm/pipelines/pipelines_api_spec.rb
1690
+ - spec/features/crm/products/associations_api_spec.rb
1691
+ - spec/features/crm/products/basic_api_spec.rb
1692
+ - spec/features/crm/products/batch_api_spec.rb
1693
+ - spec/features/crm/products/search_api_spec.rb
1694
+ - spec/features/crm/properties/batch_api_spec.rb
1695
+ - spec/features/crm/properties/core_api_spec.rb
1696
+ - spec/features/crm/properties/groups_api_spec.rb
1697
+ - spec/features/crm/quotes/associations_api_spec.rb
1698
+ - spec/features/crm/quotes/basic_api_spec.rb
1699
+ - spec/features/crm/quotes/batch_api_spec.rb
1700
+ - spec/features/crm/quotes/search_api_spec.rb
1701
+ - spec/features/crm/schemas/core_api_spec.rb
1702
+ - spec/features/crm/schemas/default_api_spec.rb
1703
+ - spec/features/crm/tickets/associations_api_spec.rb
1704
+ - spec/features/crm/tickets/basic_api_spec.rb
1705
+ - spec/features/crm/tickets/batch_api_spec.rb
1706
+ - spec/features/crm/tickets/search_api_spec.rb
1707
+ - spec/features/crm/timeline/events_api_spec.rb
1708
+ - spec/features/crm/timeline/templates_api_spec.rb
1709
+ - spec/features/crm/timeline/tokens_api_spec.rb
1710
+ - spec/features/events/events_api_spec.rb
1711
+ - spec/features/files/files/files_api_spec.rb
1712
+ - spec/features/files/files/folders_api_spec.rb
1713
+ - spec/features/marketing/transactional/default_api_spec.rb
1714
+ - spec/features/oauth/default_api_spec.rb
1715
+ - spec/features/webhooks/settings_api_spec.rb
1716
+ - spec/features/webhooks/subscriptions_api_spec.rb
1717
+ - spec/spec_helper.rb
1718
+ homepage: https://github.com/primenumber-dev/hubspot-api-ruby
1719
+ licenses:
1720
+ - Unlicense
1721
+ metadata: {}
1722
+ post_install_message:
1723
+ rdoc_options: []
1724
+ require_paths:
1725
+ - lib
1726
+ required_ruby_version: !ruby/object:Gem::Requirement
1727
+ requirements:
1728
+ - - ">="
1729
+ - !ruby/object:Gem::Version
1730
+ version: '1.9'
1731
+ required_rubygems_version: !ruby/object:Gem::Requirement
1732
+ requirements:
1733
+ - - ">"
1734
+ - !ruby/object:Gem::Version
1735
+ version: 1.3.1
1736
+ requirements: []
1737
+ rubygems_version: 3.3.27
1738
+ signing_key:
1739
+ specification_version: 4
1740
+ summary: HubSpot Ruby API Gem
1741
+ test_files:
1742
+ - spec/codegen/webhooks/api/subscriptions_api_spec.rb
1743
+ - spec/codegen/webhooks/api/settings_api_spec.rb
1744
+ - spec/codegen/webhooks/models/batch_response_subscription_response_spec.rb
1745
+ - spec/codegen/webhooks/models/settings_change_request_spec.rb
1746
+ - spec/codegen/webhooks/models/subscription_response_spec.rb
1747
+ - spec/codegen/webhooks/models/standard_error_spec.rb
1748
+ - spec/codegen/webhooks/models/settings_response_spec.rb
1749
+ - spec/codegen/webhooks/models/subscription_batch_update_request_spec.rb
1750
+ - spec/codegen/webhooks/models/subscription_create_request_spec.rb
1751
+ - spec/codegen/webhooks/models/error_detail_spec.rb
1752
+ - spec/codegen/webhooks/models/batch_input_subscription_batch_update_request_spec.rb
1753
+ - spec/codegen/webhooks/models/batch_response_subscription_response_with_errors_spec.rb
1754
+ - spec/codegen/webhooks/models/subscription_patch_request_spec.rb
1755
+ - spec/codegen/webhooks/models/throttling_settings_spec.rb
1756
+ - spec/codegen/webhooks/models/subscription_list_response_spec.rb
1757
+ - spec/codegen/webhooks/models/error_category_spec.rb
1758
+ - spec/codegen/webhooks/models/error_spec.rb
1759
+ - spec/codegen/marketing/transactional/api/default_api_spec.rb
1760
+ - spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb
1761
+ - spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb
1762
+ - spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb
1763
+ - spec/codegen/marketing/transactional/models/event_id_view_spec.rb
1764
+ - spec/codegen/marketing/transactional/models/error_detail_spec.rb
1765
+ - spec/codegen/marketing/transactional/models/paging_spec.rb
1766
+ - spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb
1767
+ - spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb
1768
+ - spec/codegen/marketing/transactional/models/error_spec.rb
1769
+ - spec/codegen/marketing/transactional/models/next_page_spec.rb
1770
+ - spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb
1771
+ - spec/codegen/automation/actions/api/revisions_api_spec.rb
1772
+ - spec/codegen/automation/actions/api/callbacks_api_spec.rb
1773
+ - spec/codegen/automation/actions/api/definitions_api_spec.rb
1774
+ - spec/codegen/automation/actions/api/functions_api_spec.rb
1775
+ - spec/codegen/automation/actions/models/action_labels_spec.rb
1776
+ - spec/codegen/automation/actions/models/option_spec.rb
1777
+ - spec/codegen/automation/actions/models/action_function_spec.rb
1778
+ - spec/codegen/automation/actions/models/action_revision_spec.rb
1779
+ - spec/codegen/automation/actions/models/action_function_identifier_spec.rb
1780
+ - spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb
1781
+ - spec/codegen/automation/actions/models/single_field_dependency_spec.rb
1782
+ - spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb
1783
+ - spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb
1784
+ - spec/codegen/automation/actions/models/error_detail_spec.rb
1785
+ - spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb
1786
+ - spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb
1787
+ - spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb
1788
+ - spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb
1789
+ - spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb
1790
+ - spec/codegen/automation/actions/models/object_request_options_spec.rb
1791
+ - spec/codegen/automation/actions/models/forward_paging_spec.rb
1792
+ - spec/codegen/automation/actions/models/extension_action_definition_spec.rb
1793
+ - spec/codegen/automation/actions/models/input_field_definition_spec.rb
1794
+ - spec/codegen/automation/actions/models/callback_completion_request_spec.rb
1795
+ - spec/codegen/automation/actions/models/field_type_definition_spec.rb
1796
+ - spec/codegen/automation/actions/models/error_spec.rb
1797
+ - spec/codegen/automation/actions/models/next_page_spec.rb
1798
+ - spec/codegen/files/files/api/folders_api_spec.rb
1799
+ - spec/codegen/files/files/api/files_api_spec.rb
1800
+ - spec/codegen/files/files/models/folder_spec.rb
1801
+ - spec/codegen/files/files/models/import_from_url_input_spec.rb
1802
+ - spec/codegen/files/files/models/collection_response_file_spec.rb
1803
+ - spec/codegen/files/files/models/file_action_response_spec.rb
1804
+ - spec/codegen/files/files/models/standard_error_spec.rb
1805
+ - spec/codegen/files/files/models/folder_input_spec.rb
1806
+ - spec/codegen/files/files/models/file_update_input_spec.rb
1807
+ - spec/codegen/files/files/models/folder_update_input_spec.rb
1808
+ - spec/codegen/files/files/models/collection_response_folder_spec.rb
1809
+ - spec/codegen/files/files/models/error_detail_spec.rb
1810
+ - spec/codegen/files/files/models/previous_page_spec.rb
1811
+ - spec/codegen/files/files/models/file_spec.rb
1812
+ - spec/codegen/files/files/models/folder_action_response_spec.rb
1813
+ - spec/codegen/files/files/models/paging_spec.rb
1814
+ - spec/codegen/files/files/models/import_from_url_task_locator_spec.rb
1815
+ - spec/codegen/files/files/models/folder_update_task_locator_spec.rb
1816
+ - spec/codegen/files/files/models/error_category_spec.rb
1817
+ - spec/codegen/files/files/models/signed_url_spec.rb
1818
+ - spec/codegen/files/files/models/error_spec.rb
1819
+ - spec/codegen/files/files/models/next_page_spec.rb
1820
+ - spec/codegen/events/api/events_api_spec.rb
1821
+ - spec/codegen/events/models/collection_response_external_unified_event_spec.rb
1822
+ - spec/codegen/events/models/error_detail_spec.rb
1823
+ - spec/codegen/events/models/paging_spec.rb
1824
+ - spec/codegen/events/models/external_unified_event_spec.rb
1825
+ - spec/codegen/events/models/error_spec.rb
1826
+ - spec/codegen/events/models/next_page_spec.rb
1827
+ - spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb
1828
+ - spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb
1829
+ - spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb
1830
+ - spec/codegen/conversations/visitor-identification/models/error_spec.rb
1831
+ - spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb
1832
+ - spec/codegen/oauth/api/default_api_spec.rb
1833
+ - spec/codegen/oauth/models/token_response_if_spec.rb
1834
+ - spec/codegen/oauth/models/access_token_info_response_spec.rb
1835
+ - spec/codegen/oauth/models/error_detail_spec.rb
1836
+ - spec/codegen/oauth/models/refresh_token_info_response_spec.rb
1837
+ - spec/codegen/oauth/models/error_spec.rb
1838
+ - spec/codegen/crm/schemas/api/default_api_spec.rb
1839
+ - spec/codegen/crm/schemas/api/core_api_spec.rb
1840
+ - spec/codegen/crm/schemas/models/object_type_definition_patch_spec.rb
1841
+ - spec/codegen/crm/schemas/models/option_spec.rb
1842
+ - spec/codegen/crm/schemas/models/collection_response_object_schema_spec.rb
1843
+ - spec/codegen/crm/schemas/models/object_schema_egg_spec.rb
1844
+ - spec/codegen/crm/schemas/models/error_detail_spec.rb
1845
+ - spec/codegen/crm/schemas/models/object_type_property_create_spec.rb
1846
+ - spec/codegen/crm/schemas/models/object_type_definition_spec.rb
1847
+ - spec/codegen/crm/schemas/models/previous_page_spec.rb
1848
+ - spec/codegen/crm/schemas/models/property_spec.rb
1849
+ - spec/codegen/crm/schemas/models/property_modification_metadata_spec.rb
1850
+ - spec/codegen/crm/schemas/models/object_type_definition_labels_spec.rb
1851
+ - spec/codegen/crm/schemas/models/association_definition_egg_spec.rb
1852
+ - spec/codegen/crm/schemas/models/object_schema_spec.rb
1853
+ - spec/codegen/crm/schemas/models/paging_spec.rb
1854
+ - spec/codegen/crm/schemas/models/option_input_spec.rb
1855
+ - spec/codegen/crm/schemas/models/association_definition_spec.rb
1856
+ - spec/codegen/crm/schemas/models/error_spec.rb
1857
+ - spec/codegen/crm/schemas/models/next_page_spec.rb
1858
+ - spec/codegen/crm/extensions/calling/api/settings_api_spec.rb
1859
+ - spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb
1860
+ - spec/codegen/crm/extensions/calling/models/settings_response_spec.rb
1861
+ - spec/codegen/crm/extensions/calling/models/error_detail_spec.rb
1862
+ - spec/codegen/crm/extensions/calling/models/settings_request_spec.rb
1863
+ - spec/codegen/crm/extensions/calling/models/error_spec.rb
1864
+ - spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb
1865
+ - spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb
1866
+ - spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb
1867
+ - spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb
1868
+ - spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb
1869
+ - spec/codegen/crm/extensions/accounting/models/tax_spec.rb
1870
+ - spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb
1871
+ - spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb
1872
+ - spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb
1873
+ - spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb
1874
+ - spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb
1875
+ - spec/codegen/crm/extensions/accounting/models/address_spec.rb
1876
+ - spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb
1877
+ - spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb
1878
+ - spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb
1879
+ - spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb
1880
+ - spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb
1881
+ - spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb
1882
+ - spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb
1883
+ - spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb
1884
+ - spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb
1885
+ - spec/codegen/crm/extensions/accounting/models/action_response_spec.rb
1886
+ - spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb
1887
+ - spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb
1888
+ - spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb
1889
+ - spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb
1890
+ - spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb
1891
+ - spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb
1892
+ - spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb
1893
+ - spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb
1894
+ - spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb
1895
+ - spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb
1896
+ - spec/codegen/crm/extensions/accounting/models/product_spec.rb
1897
+ - spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb
1898
+ - spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb
1899
+ - spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb
1900
+ - spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb
1901
+ - spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb
1902
+ - spec/codegen/crm/extensions/accounting/models/error_spec.rb
1903
+ - spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb
1904
+ - spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb
1905
+ - spec/codegen/crm/extensions/cards/api/cards_api_spec.rb
1906
+ - spec/codegen/crm/extensions/cards/api/sample_response_api_spec.rb
1907
+ - spec/codegen/crm/extensions/cards/models/card_fetch_body_patch_spec.rb
1908
+ - spec/codegen/crm/extensions/cards/models/integrator_object_result_spec.rb
1909
+ - spec/codegen/crm/extensions/cards/models/top_level_actions_spec.rb
1910
+ - spec/codegen/crm/extensions/cards/models/card_patch_request_spec.rb
1911
+ - spec/codegen/crm/extensions/cards/models/card_display_property_spec.rb
1912
+ - spec/codegen/crm/extensions/cards/models/card_fetch_body_spec.rb
1913
+ - spec/codegen/crm/extensions/cards/models/error_detail_spec.rb
1914
+ - spec/codegen/crm/extensions/cards/models/card_create_request_spec.rb
1915
+ - spec/codegen/crm/extensions/cards/models/card_list_response_spec.rb
1916
+ - spec/codegen/crm/extensions/cards/models/card_actions_spec.rb
1917
+ - spec/codegen/crm/extensions/cards/models/card_display_body_spec.rb
1918
+ - spec/codegen/crm/extensions/cards/models/integrator_card_payload_response_spec.rb
1919
+ - spec/codegen/crm/extensions/cards/models/object_token_spec.rb
1920
+ - spec/codegen/crm/extensions/cards/models/i_frame_action_body_spec.rb
1921
+ - spec/codegen/crm/extensions/cards/models/display_option_spec.rb
1922
+ - spec/codegen/crm/extensions/cards/models/card_response_spec.rb
1923
+ - spec/codegen/crm/extensions/cards/models/card_object_type_body_spec.rb
1924
+ - spec/codegen/crm/extensions/cards/models/error_spec.rb
1925
+ - spec/codegen/crm/extensions/cards/models/action_confirmation_body_spec.rb
1926
+ - spec/codegen/crm/extensions/cards/models/action_hook_action_body_spec.rb
1927
+ - spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb
1928
+ - spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb
1929
+ - spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb
1930
+ - spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb
1931
+ - spec/codegen/crm/quotes/api/associations_api_spec.rb
1932
+ - spec/codegen/crm/quotes/api/batch_api_spec.rb
1933
+ - spec/codegen/crm/quotes/api/basic_api_spec.rb
1934
+ - spec/codegen/crm/quotes/api/search_api_spec.rb
1935
+ - spec/codegen/crm/quotes/models/simple_public_object_id_spec.rb
1936
+ - spec/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input_spec.rb
1937
+ - spec/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_spec.rb
1938
+ - spec/codegen/crm/quotes/models/standard_error_spec.rb
1939
+ - spec/codegen/crm/quotes/models/simple_public_object_batch_input_spec.rb
1940
+ - spec/codegen/crm/quotes/models/simple_public_object_spec.rb
1941
+ - spec/codegen/crm/quotes/models/public_object_search_request_spec.rb
1942
+ - spec/codegen/crm/quotes/models/batch_input_simple_public_object_id_spec.rb
1943
+ - spec/codegen/crm/quotes/models/batch_response_simple_public_object_spec.rb
1944
+ - spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb
1945
+ - spec/codegen/crm/quotes/models/error_detail_spec.rb
1946
+ - spec/codegen/crm/quotes/models/collection_response_simple_public_object_spec.rb
1947
+ - spec/codegen/crm/quotes/models/associated_id_spec.rb
1948
+ - spec/codegen/crm/quotes/models/previous_page_spec.rb
1949
+ - spec/codegen/crm/quotes/models/filter_spec.rb
1950
+ - spec/codegen/crm/quotes/models/collection_response_associated_id_spec.rb
1951
+ - spec/codegen/crm/quotes/models/paging_spec.rb
1952
+ - spec/codegen/crm/quotes/models/error_category_spec.rb
1953
+ - spec/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors_spec.rb
1954
+ - spec/codegen/crm/quotes/models/batch_input_simple_public_object_input_spec.rb
1955
+ - spec/codegen/crm/quotes/models/filter_group_spec.rb
1956
+ - spec/codegen/crm/quotes/models/error_spec.rb
1957
+ - spec/codegen/crm/quotes/models/next_page_spec.rb
1958
+ - spec/codegen/crm/quotes/models/simple_public_object_input_spec.rb
1959
+ - spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb
1960
+ - spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb
1961
+ - spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb
1962
+ - spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb
1963
+ - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb
1964
+ - spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb
1965
+ - spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_spec.rb
1966
+ - spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb
1967
+ - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb
1968
+ - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb
1969
+ - spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb
1970
+ - spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb
1971
+ - spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb
1972
+ - spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb
1973
+ - spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb
1974
+ - spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_spec.rb
1975
+ - spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb
1976
+ - spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb
1977
+ - spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb
1978
+ - spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb
1979
+ - spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb
1980
+ - spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb
1981
+ - spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb
1982
+ - spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb
1983
+ - spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb
1984
+ - spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb
1985
+ - spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb
1986
+ - spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb
1987
+ - spec/codegen/crm/objects/api/associations_api_spec.rb
1988
+ - spec/codegen/crm/objects/api/batch_api_spec.rb
1989
+ - spec/codegen/crm/objects/api/basic_api_spec.rb
1990
+ - spec/codegen/crm/objects/api/search_api_spec.rb
1991
+ - spec/codegen/crm/objects/models/simple_public_object_id_spec.rb
1992
+ - spec/codegen/crm/objects/models/batch_input_simple_public_object_batch_input_spec.rb
1993
+ - spec/codegen/crm/objects/models/collection_response_with_total_simple_public_object_spec.rb
1994
+ - spec/codegen/crm/objects/models/standard_error_spec.rb
1995
+ - spec/codegen/crm/objects/models/simple_public_object_batch_input_spec.rb
1996
+ - spec/codegen/crm/objects/models/simple_public_object_spec.rb
1997
+ - spec/codegen/crm/objects/models/public_object_search_request_spec.rb
1998
+ - spec/codegen/crm/objects/models/batch_input_simple_public_object_id_spec.rb
1999
+ - spec/codegen/crm/objects/models/batch_response_simple_public_object_spec.rb
2000
+ - spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb
2001
+ - spec/codegen/crm/objects/models/error_detail_spec.rb
2002
+ - spec/codegen/crm/objects/models/collection_response_simple_public_object_spec.rb
2003
+ - spec/codegen/crm/objects/models/associated_id_spec.rb
2004
+ - spec/codegen/crm/objects/models/previous_page_spec.rb
2005
+ - spec/codegen/crm/objects/models/filter_spec.rb
2006
+ - spec/codegen/crm/objects/models/collection_response_associated_id_spec.rb
2007
+ - spec/codegen/crm/objects/models/paging_spec.rb
2008
+ - spec/codegen/crm/objects/models/error_category_spec.rb
2009
+ - spec/codegen/crm/objects/models/batch_response_simple_public_object_with_errors_spec.rb
2010
+ - spec/codegen/crm/objects/models/batch_input_simple_public_object_input_spec.rb
2011
+ - spec/codegen/crm/objects/models/filter_group_spec.rb
2012
+ - spec/codegen/crm/objects/models/error_spec.rb
2013
+ - spec/codegen/crm/objects/models/next_page_spec.rb
2014
+ - spec/codegen/crm/objects/models/simple_public_object_input_spec.rb
2015
+ - spec/codegen/crm/owners/api/default_api_spec.rb
2016
+ - spec/codegen/crm/owners/models/public_team_spec.rb
2017
+ - spec/codegen/crm/owners/models/error_detail_spec.rb
2018
+ - spec/codegen/crm/owners/models/public_owner_spec.rb
2019
+ - spec/codegen/crm/owners/models/paging_spec.rb
2020
+ - spec/codegen/crm/owners/models/collection_response_public_owner_spec.rb
2021
+ - spec/codegen/crm/owners/models/error_spec.rb
2022
+ - spec/codegen/crm/owners/models/next_page_spec.rb
2023
+ - spec/codegen/crm/contacts/api/associations_api_spec.rb
2024
+ - spec/codegen/crm/contacts/api/batch_api_spec.rb
2025
+ - spec/codegen/crm/contacts/api/basic_api_spec.rb
2026
+ - spec/codegen/crm/contacts/api/search_api_spec.rb
2027
+ - spec/codegen/crm/contacts/models/simple_public_object_id_spec.rb
2028
+ - spec/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input_spec.rb
2029
+ - spec/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_spec.rb
2030
+ - spec/codegen/crm/contacts/models/standard_error_spec.rb
2031
+ - spec/codegen/crm/contacts/models/simple_public_object_batch_input_spec.rb
2032
+ - spec/codegen/crm/contacts/models/simple_public_object_spec.rb
2033
+ - spec/codegen/crm/contacts/models/public_object_search_request_spec.rb
2034
+ - spec/codegen/crm/contacts/models/batch_input_simple_public_object_id_spec.rb
2035
+ - spec/codegen/crm/contacts/models/batch_response_simple_public_object_spec.rb
2036
+ - spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb
2037
+ - spec/codegen/crm/contacts/models/error_detail_spec.rb
2038
+ - spec/codegen/crm/contacts/models/collection_response_simple_public_object_spec.rb
2039
+ - spec/codegen/crm/contacts/models/associated_id_spec.rb
2040
+ - spec/codegen/crm/contacts/models/previous_page_spec.rb
2041
+ - spec/codegen/crm/contacts/models/filter_spec.rb
2042
+ - spec/codegen/crm/contacts/models/collection_response_associated_id_spec.rb
2043
+ - spec/codegen/crm/contacts/models/paging_spec.rb
2044
+ - spec/codegen/crm/contacts/models/error_category_spec.rb
2045
+ - spec/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors_spec.rb
2046
+ - spec/codegen/crm/contacts/models/batch_input_simple_public_object_input_spec.rb
2047
+ - spec/codegen/crm/contacts/models/filter_group_spec.rb
2048
+ - spec/codegen/crm/contacts/models/error_spec.rb
2049
+ - spec/codegen/crm/contacts/models/next_page_spec.rb
2050
+ - spec/codegen/crm/contacts/models/simple_public_object_input_spec.rb
2051
+ - spec/codegen/crm/properties/api/groups_api_spec.rb
2052
+ - spec/codegen/crm/properties/api/core_api_spec.rb
2053
+ - spec/codegen/crm/properties/api/batch_api_spec.rb
2054
+ - spec/codegen/crm/properties/models/property_update_spec.rb
2055
+ - spec/codegen/crm/properties/models/property_group_create_spec.rb
2056
+ - spec/codegen/crm/properties/models/batch_read_input_property_name_spec.rb
2057
+ - spec/codegen/crm/properties/models/property_group_spec.rb
2058
+ - spec/codegen/crm/properties/models/standard_error_spec.rb
2059
+ - spec/codegen/crm/properties/models/option_spec.rb
2060
+ - spec/codegen/crm/properties/models/collection_response_property_group_spec.rb
2061
+ - spec/codegen/crm/properties/models/batch_input_property_create_spec.rb
2062
+ - spec/codegen/crm/properties/models/property_group_update_spec.rb
2063
+ - spec/codegen/crm/properties/models/error_detail_spec.rb
2064
+ - spec/codegen/crm/properties/models/property_spec.rb
2065
+ - spec/codegen/crm/properties/models/property_modification_metadata_spec.rb
2066
+ - spec/codegen/crm/properties/models/paging_spec.rb
2067
+ - spec/codegen/crm/properties/models/error_category_spec.rb
2068
+ - spec/codegen/crm/properties/models/batch_response_property_spec.rb
2069
+ - spec/codegen/crm/properties/models/option_input_spec.rb
2070
+ - spec/codegen/crm/properties/models/property_create_spec.rb
2071
+ - spec/codegen/crm/properties/models/batch_input_property_name_spec.rb
2072
+ - spec/codegen/crm/properties/models/collection_response_property_spec.rb
2073
+ - spec/codegen/crm/properties/models/error_spec.rb
2074
+ - spec/codegen/crm/properties/models/property_name_spec.rb
2075
+ - spec/codegen/crm/properties/models/next_page_spec.rb
2076
+ - spec/codegen/crm/imports/api/core_api_spec.rb
2077
+ - spec/codegen/crm/imports/models/public_import_metadata_spec.rb
2078
+ - spec/codegen/crm/imports/models/collection_response_public_import_response_spec.rb
2079
+ - spec/codegen/crm/imports/models/error_detail_spec.rb
2080
+ - spec/codegen/crm/imports/models/action_response_spec.rb
2081
+ - spec/codegen/crm/imports/models/previous_page_spec.rb
2082
+ - spec/codegen/crm/imports/models/public_import_response_spec.rb
2083
+ - spec/codegen/crm/imports/models/paging_spec.rb
2084
+ - spec/codegen/crm/imports/models/error_spec.rb
2085
+ - spec/codegen/crm/imports/models/next_page_spec.rb
2086
+ - spec/codegen/crm/imports/models/public_object_list_record_spec.rb
2087
+ - spec/codegen/crm/pipelines/api/pipeline_stages_api_spec.rb
2088
+ - spec/codegen/crm/pipelines/api/pipelines_api_spec.rb
2089
+ - spec/codegen/crm/pipelines/models/pipeline_spec.rb
2090
+ - spec/codegen/crm/pipelines/models/pipeline_input_spec.rb
2091
+ - spec/codegen/crm/pipelines/models/pipeline_stage_patch_input_spec.rb
2092
+ - spec/codegen/crm/pipelines/models/error_detail_spec.rb
2093
+ - spec/codegen/crm/pipelines/models/collection_response_pipeline_spec.rb
2094
+ - spec/codegen/crm/pipelines/models/collection_response_pipeline_stage_spec.rb
2095
+ - spec/codegen/crm/pipelines/models/pipeline_patch_input_spec.rb
2096
+ - spec/codegen/crm/pipelines/models/pipeline_stage_input_spec.rb
2097
+ - spec/codegen/crm/pipelines/models/paging_spec.rb
2098
+ - spec/codegen/crm/pipelines/models/pipeline_stage_spec.rb
2099
+ - spec/codegen/crm/pipelines/models/error_spec.rb
2100
+ - spec/codegen/crm/pipelines/models/next_page_spec.rb
2101
+ - spec/codegen/crm/associations/api/types_api_spec.rb
2102
+ - spec/codegen/crm/associations/api/batch_api_spec.rb
2103
+ - spec/codegen/crm/associations/models/batch_response_public_association_spec.rb
2104
+ - spec/codegen/crm/associations/models/batch_response_public_association_multi_spec.rb
2105
+ - spec/codegen/crm/associations/models/standard_error_spec.rb
2106
+ - spec/codegen/crm/associations/models/batch_input_public_association_spec.rb
2107
+ - spec/codegen/crm/associations/models/public_object_id_spec.rb
2108
+ - spec/codegen/crm/associations/models/error_detail_spec.rb
2109
+ - spec/codegen/crm/associations/models/associated_id_spec.rb
2110
+ - spec/codegen/crm/associations/models/batch_input_public_object_id_spec.rb
2111
+ - spec/codegen/crm/associations/models/public_association_definiton_spec.rb
2112
+ - spec/codegen/crm/associations/models/public_association_spec.rb
2113
+ - spec/codegen/crm/associations/models/paging_spec.rb
2114
+ - spec/codegen/crm/associations/models/collection_response_public_association_definiton_spec.rb
2115
+ - spec/codegen/crm/associations/models/error_category_spec.rb
2116
+ - spec/codegen/crm/associations/models/public_association_multi_spec.rb
2117
+ - spec/codegen/crm/associations/models/error_spec.rb
2118
+ - spec/codegen/crm/associations/models/next_page_spec.rb
2119
+ - spec/codegen/crm/deals/api/associations_api_spec.rb
2120
+ - spec/codegen/crm/deals/api/batch_api_spec.rb
2121
+ - spec/codegen/crm/deals/api/basic_api_spec.rb
2122
+ - spec/codegen/crm/deals/api/search_api_spec.rb
2123
+ - spec/codegen/crm/deals/models/simple_public_object_id_spec.rb
2124
+ - spec/codegen/crm/deals/models/batch_input_simple_public_object_batch_input_spec.rb
2125
+ - spec/codegen/crm/deals/models/collection_response_with_total_simple_public_object_spec.rb
2126
+ - spec/codegen/crm/deals/models/standard_error_spec.rb
2127
+ - spec/codegen/crm/deals/models/simple_public_object_batch_input_spec.rb
2128
+ - spec/codegen/crm/deals/models/simple_public_object_spec.rb
2129
+ - spec/codegen/crm/deals/models/public_object_search_request_spec.rb
2130
+ - spec/codegen/crm/deals/models/batch_input_simple_public_object_id_spec.rb
2131
+ - spec/codegen/crm/deals/models/batch_response_simple_public_object_spec.rb
2132
+ - spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb
2133
+ - spec/codegen/crm/deals/models/error_detail_spec.rb
2134
+ - spec/codegen/crm/deals/models/collection_response_simple_public_object_spec.rb
2135
+ - spec/codegen/crm/deals/models/associated_id_spec.rb
2136
+ - spec/codegen/crm/deals/models/previous_page_spec.rb
2137
+ - spec/codegen/crm/deals/models/filter_spec.rb
2138
+ - spec/codegen/crm/deals/models/collection_response_associated_id_spec.rb
2139
+ - spec/codegen/crm/deals/models/paging_spec.rb
2140
+ - spec/codegen/crm/deals/models/error_category_spec.rb
2141
+ - spec/codegen/crm/deals/models/batch_response_simple_public_object_with_errors_spec.rb
2142
+ - spec/codegen/crm/deals/models/batch_input_simple_public_object_input_spec.rb
2143
+ - spec/codegen/crm/deals/models/filter_group_spec.rb
2144
+ - spec/codegen/crm/deals/models/error_spec.rb
2145
+ - spec/codegen/crm/deals/models/next_page_spec.rb
2146
+ - spec/codegen/crm/deals/models/simple_public_object_input_spec.rb
2147
+ - spec/codegen/crm/products/api/associations_api_spec.rb
2148
+ - spec/codegen/crm/products/api/batch_api_spec.rb
2149
+ - spec/codegen/crm/products/api/basic_api_spec.rb
2150
+ - spec/codegen/crm/products/api/search_api_spec.rb
2151
+ - spec/codegen/crm/products/models/simple_public_object_id_spec.rb
2152
+ - spec/codegen/crm/products/models/batch_input_simple_public_object_batch_input_spec.rb
2153
+ - spec/codegen/crm/products/models/collection_response_with_total_simple_public_object_spec.rb
2154
+ - spec/codegen/crm/products/models/standard_error_spec.rb
2155
+ - spec/codegen/crm/products/models/simple_public_object_batch_input_spec.rb
2156
+ - spec/codegen/crm/products/models/simple_public_object_spec.rb
2157
+ - spec/codegen/crm/products/models/public_object_search_request_spec.rb
2158
+ - spec/codegen/crm/products/models/batch_input_simple_public_object_id_spec.rb
2159
+ - spec/codegen/crm/products/models/batch_response_simple_public_object_spec.rb
2160
+ - spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb
2161
+ - spec/codegen/crm/products/models/error_detail_spec.rb
2162
+ - spec/codegen/crm/products/models/collection_response_simple_public_object_spec.rb
2163
+ - spec/codegen/crm/products/models/associated_id_spec.rb
2164
+ - spec/codegen/crm/products/models/previous_page_spec.rb
2165
+ - spec/codegen/crm/products/models/filter_spec.rb
2166
+ - spec/codegen/crm/products/models/collection_response_associated_id_spec.rb
2167
+ - spec/codegen/crm/products/models/paging_spec.rb
2168
+ - spec/codegen/crm/products/models/error_category_spec.rb
2169
+ - spec/codegen/crm/products/models/batch_response_simple_public_object_with_errors_spec.rb
2170
+ - spec/codegen/crm/products/models/batch_input_simple_public_object_input_spec.rb
2171
+ - spec/codegen/crm/products/models/filter_group_spec.rb
2172
+ - spec/codegen/crm/products/models/error_spec.rb
2173
+ - spec/codegen/crm/products/models/next_page_spec.rb
2174
+ - spec/codegen/crm/products/models/simple_public_object_input_spec.rb
2175
+ - spec/codegen/crm/tickets/api/associations_api_spec.rb
2176
+ - spec/codegen/crm/tickets/api/batch_api_spec.rb
2177
+ - spec/codegen/crm/tickets/api/basic_api_spec.rb
2178
+ - spec/codegen/crm/tickets/api/search_api_spec.rb
2179
+ - spec/codegen/crm/tickets/models/simple_public_object_id_spec.rb
2180
+ - spec/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input_spec.rb
2181
+ - spec/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_spec.rb
2182
+ - spec/codegen/crm/tickets/models/standard_error_spec.rb
2183
+ - spec/codegen/crm/tickets/models/simple_public_object_batch_input_spec.rb
2184
+ - spec/codegen/crm/tickets/models/simple_public_object_spec.rb
2185
+ - spec/codegen/crm/tickets/models/public_object_search_request_spec.rb
2186
+ - spec/codegen/crm/tickets/models/batch_input_simple_public_object_id_spec.rb
2187
+ - spec/codegen/crm/tickets/models/batch_response_simple_public_object_spec.rb
2188
+ - spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb
2189
+ - spec/codegen/crm/tickets/models/error_detail_spec.rb
2190
+ - spec/codegen/crm/tickets/models/collection_response_simple_public_object_spec.rb
2191
+ - spec/codegen/crm/tickets/models/associated_id_spec.rb
2192
+ - spec/codegen/crm/tickets/models/previous_page_spec.rb
2193
+ - spec/codegen/crm/tickets/models/filter_spec.rb
2194
+ - spec/codegen/crm/tickets/models/collection_response_associated_id_spec.rb
2195
+ - spec/codegen/crm/tickets/models/paging_spec.rb
2196
+ - spec/codegen/crm/tickets/models/error_category_spec.rb
2197
+ - spec/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors_spec.rb
2198
+ - spec/codegen/crm/tickets/models/batch_input_simple_public_object_input_spec.rb
2199
+ - spec/codegen/crm/tickets/models/filter_group_spec.rb
2200
+ - spec/codegen/crm/tickets/models/error_spec.rb
2201
+ - spec/codegen/crm/tickets/models/next_page_spec.rb
2202
+ - spec/codegen/crm/tickets/models/simple_public_object_input_spec.rb
2203
+ - spec/codegen/crm/timeline/api/events_api_spec.rb
2204
+ - spec/codegen/crm/timeline/api/tokens_api_spec.rb
2205
+ - spec/codegen/crm/timeline/api/templates_api_spec.rb
2206
+ - spec/codegen/crm/timeline/models/standard_error_spec.rb
2207
+ - spec/codegen/crm/timeline/models/collection_response_timeline_event_template_spec.rb
2208
+ - spec/codegen/crm/timeline/models/timeline_event_template_create_request_spec.rb
2209
+ - spec/codegen/crm/timeline/models/timeline_event_response_spec.rb
2210
+ - spec/codegen/crm/timeline/models/timeline_event_template_spec.rb
2211
+ - spec/codegen/crm/timeline/models/error_detail_spec.rb
2212
+ - spec/codegen/crm/timeline/models/batch_response_timeline_event_response_spec.rb
2213
+ - spec/codegen/crm/timeline/models/previous_page_spec.rb
2214
+ - spec/codegen/crm/timeline/models/timeline_event_template_token_spec.rb
2215
+ - spec/codegen/crm/timeline/models/batch_input_timeline_event_spec.rb
2216
+ - spec/codegen/crm/timeline/models/timeline_event_i_frame_spec.rb
2217
+ - spec/codegen/crm/timeline/models/timeline_event_spec.rb
2218
+ - spec/codegen/crm/timeline/models/paging_spec.rb
2219
+ - spec/codegen/crm/timeline/models/error_category_spec.rb
2220
+ - spec/codegen/crm/timeline/models/event_detail_spec.rb
2221
+ - spec/codegen/crm/timeline/models/timeline_event_template_update_request_spec.rb
2222
+ - spec/codegen/crm/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb
2223
+ - spec/codegen/crm/timeline/models/timeline_event_template_token_option_spec.rb
2224
+ - spec/codegen/crm/timeline/models/error_spec.rb
2225
+ - spec/codegen/crm/timeline/models/timeline_event_template_token_update_request_spec.rb
2226
+ - spec/codegen/crm/timeline/models/next_page_spec.rb
2227
+ - spec/codegen/crm/companies/api/associations_api_spec.rb
2228
+ - spec/codegen/crm/companies/api/batch_api_spec.rb
2229
+ - spec/codegen/crm/companies/api/basic_api_spec.rb
2230
+ - spec/codegen/crm/companies/api/search_api_spec.rb
2231
+ - spec/codegen/crm/companies/models/simple_public_object_id_spec.rb
2232
+ - spec/codegen/crm/companies/models/batch_input_simple_public_object_batch_input_spec.rb
2233
+ - spec/codegen/crm/companies/models/collection_response_with_total_simple_public_object_spec.rb
2234
+ - spec/codegen/crm/companies/models/standard_error_spec.rb
2235
+ - spec/codegen/crm/companies/models/simple_public_object_batch_input_spec.rb
2236
+ - spec/codegen/crm/companies/models/simple_public_object_spec.rb
2237
+ - spec/codegen/crm/companies/models/public_object_search_request_spec.rb
2238
+ - spec/codegen/crm/companies/models/batch_input_simple_public_object_id_spec.rb
2239
+ - spec/codegen/crm/companies/models/batch_response_simple_public_object_spec.rb
2240
+ - spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb
2241
+ - spec/codegen/crm/companies/models/error_detail_spec.rb
2242
+ - spec/codegen/crm/companies/models/collection_response_simple_public_object_spec.rb
2243
+ - spec/codegen/crm/companies/models/associated_id_spec.rb
2244
+ - spec/codegen/crm/companies/models/previous_page_spec.rb
2245
+ - spec/codegen/crm/companies/models/filter_spec.rb
2246
+ - spec/codegen/crm/companies/models/collection_response_associated_id_spec.rb
2247
+ - spec/codegen/crm/companies/models/paging_spec.rb
2248
+ - spec/codegen/crm/companies/models/error_category_spec.rb
2249
+ - spec/codegen/crm/companies/models/batch_response_simple_public_object_with_errors_spec.rb
2250
+ - spec/codegen/crm/companies/models/batch_input_simple_public_object_input_spec.rb
2251
+ - spec/codegen/crm/companies/models/filter_group_spec.rb
2252
+ - spec/codegen/crm/companies/models/error_spec.rb
2253
+ - spec/codegen/crm/companies/models/next_page_spec.rb
2254
+ - spec/codegen/crm/companies/models/simple_public_object_input_spec.rb
2255
+ - spec/codegen/crm/line_items/api/associations_api_spec.rb
2256
+ - spec/codegen/crm/line_items/api/batch_api_spec.rb
2257
+ - spec/codegen/crm/line_items/api/basic_api_spec.rb
2258
+ - spec/codegen/crm/line_items/api/search_api_spec.rb
2259
+ - spec/codegen/crm/line_items/models/simple_public_object_id_spec.rb
2260
+ - spec/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input_spec.rb
2261
+ - spec/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_spec.rb
2262
+ - spec/codegen/crm/line_items/models/standard_error_spec.rb
2263
+ - spec/codegen/crm/line_items/models/simple_public_object_batch_input_spec.rb
2264
+ - spec/codegen/crm/line_items/models/simple_public_object_spec.rb
2265
+ - spec/codegen/crm/line_items/models/public_object_search_request_spec.rb
2266
+ - spec/codegen/crm/line_items/models/batch_input_simple_public_object_id_spec.rb
2267
+ - spec/codegen/crm/line_items/models/batch_response_simple_public_object_spec.rb
2268
+ - spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb
2269
+ - spec/codegen/crm/line_items/models/error_detail_spec.rb
2270
+ - spec/codegen/crm/line_items/models/collection_response_simple_public_object_spec.rb
2271
+ - spec/codegen/crm/line_items/models/associated_id_spec.rb
2272
+ - spec/codegen/crm/line_items/models/previous_page_spec.rb
2273
+ - spec/codegen/crm/line_items/models/filter_spec.rb
2274
+ - spec/codegen/crm/line_items/models/collection_response_associated_id_spec.rb
2275
+ - spec/codegen/crm/line_items/models/paging_spec.rb
2276
+ - spec/codegen/crm/line_items/models/error_category_spec.rb
2277
+ - spec/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors_spec.rb
2278
+ - spec/codegen/crm/line_items/models/batch_input_simple_public_object_input_spec.rb
2279
+ - spec/codegen/crm/line_items/models/filter_group_spec.rb
2280
+ - spec/codegen/crm/line_items/models/error_spec.rb
2281
+ - spec/codegen/crm/line_items/models/next_page_spec.rb
2282
+ - spec/codegen/crm/line_items/models/simple_public_object_input_spec.rb
2283
+ - spec/codegen/cms/domains/api/domains_api_spec.rb
2284
+ - spec/codegen/cms/domains/models/domain_spec.rb
2285
+ - spec/codegen/cms/domains/models/domain_cdn_config_spec.rb
2286
+ - spec/codegen/cms/domains/models/domain_setup_info_spec.rb
2287
+ - spec/codegen/cms/domains/models/error_detail_spec.rb
2288
+ - spec/codegen/cms/domains/models/paging_spec.rb
2289
+ - spec/codegen/cms/domains/models/collection_response_with_total_domain_spec.rb
2290
+ - spec/codegen/cms/domains/models/error_spec.rb
2291
+ - spec/codegen/cms/domains/models/next_page_spec.rb
2292
+ - spec/codegen/cms/hubdb/api/rows_api_spec.rb
2293
+ - spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb
2294
+ - spec/codegen/cms/hubdb/api/tables_api_spec.rb
2295
+ - spec/codegen/cms/hubdb/models/standard_error_spec.rb
2296
+ - spec/codegen/cms/hubdb/models/option_spec.rb
2297
+ - spec/codegen/cms/hubdb/models/foreign_id_spec.rb
2298
+ - spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb
2299
+ - spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb
2300
+ - spec/codegen/cms/hubdb/models/error_detail_spec.rb
2301
+ - spec/codegen/cms/hubdb/models/batch_input_string_spec.rb
2302
+ - spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb
2303
+ - spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb
2304
+ - spec/codegen/cms/hubdb/models/simple_user_spec.rb
2305
+ - spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb
2306
+ - spec/codegen/cms/hubdb/models/column_spec.rb
2307
+ - spec/codegen/cms/hubdb/models/column_input_spec.rb
2308
+ - spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb
2309
+ - spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb
2310
+ - spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb
2311
+ - spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb
2312
+ - spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb
2313
+ - spec/codegen/cms/hubdb/models/forward_paging_spec.rb
2314
+ - spec/codegen/cms/hubdb/models/import_result_spec.rb
2315
+ - spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb
2316
+ - spec/codegen/cms/hubdb/models/error_spec.rb
2317
+ - spec/codegen/cms/hubdb/models/next_page_spec.rb
2318
+ - spec/codegen/cms/url-redirects/api/redirects_api_spec.rb
2319
+ - spec/codegen/cms/url-redirects/models/url_mapping_spec.rb
2320
+ - spec/codegen/cms/url-redirects/models/url_mapping_create_request_body_spec.rb
2321
+ - spec/codegen/cms/url-redirects/models/error_detail_spec.rb
2322
+ - spec/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_spec.rb
2323
+ - spec/codegen/cms/url-redirects/models/paging_spec.rb
2324
+ - spec/codegen/cms/url-redirects/models/error_spec.rb
2325
+ - spec/codegen/cms/url-redirects/models/next_page_spec.rb
2326
+ - spec/codegen/cms/performance/api/default_api_spec.rb
2327
+ - spec/codegen/cms/performance/models/public_performance_response_spec.rb
2328
+ - spec/codegen/cms/performance/models/error_detail_spec.rb
2329
+ - spec/codegen/cms/performance/models/performance_view_spec.rb
2330
+ - spec/codegen/cms/performance/models/error_spec.rb
2331
+ - spec/codegen/cms/site-search/api/default_api_spec.rb
2332
+ - spec/codegen/cms/site-search/models/content_search_result_spec.rb
2333
+ - spec/codegen/cms/site-search/models/error_detail_spec.rb
2334
+ - spec/codegen/cms/site-search/models/indexed_data_spec.rb
2335
+ - spec/codegen/cms/site-search/models/public_search_results_spec.rb
2336
+ - spec/codegen/cms/site-search/models/search_hit_field_spec.rb
2337
+ - spec/codegen/cms/site-search/models/error_spec.rb
2338
+ - spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb
2339
+ - spec/codegen/cms/blogs/blog-posts/models/angle_spec.rb
2340
+ - spec/codegen/cms/blogs/blog-posts/models/background_image_spec.rb
2341
+ - spec/codegen/cms/blogs/blog-posts/models/color_stop_spec.rb
2342
+ - spec/codegen/cms/blogs/blog-posts/models/standard_error_spec.rb
2343
+ - spec/codegen/cms/blogs/blog-posts/models/version_user_spec.rb
2344
+ - spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb
2345
+ - spec/codegen/cms/blogs/blog-posts/models/error_detail_spec.rb
2346
+ - spec/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb
2347
+ - spec/codegen/cms/blogs/blog-posts/models/rgba_color_spec.rb
2348
+ - spec/codegen/cms/blogs/blog-posts/models/side_or_corner_spec.rb
2349
+ - spec/codegen/cms/blogs/blog-posts/models/batch_input_string_spec.rb
2350
+ - spec/codegen/cms/blogs/blog-posts/models/batch_input_blog_post_spec.rb
2351
+ - spec/codegen/cms/blogs/blog-posts/models/gradient_spec.rb
2352
+ - spec/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb
2353
+ - spec/codegen/cms/blogs/blog-posts/models/previous_page_spec.rb
2354
+ - spec/codegen/cms/blogs/blog-posts/models/styles_spec.rb
2355
+ - spec/codegen/cms/blogs/blog-posts/models/layout_section_spec.rb
2356
+ - spec/codegen/cms/blogs/blog-posts/models/paging_spec.rb
2357
+ - spec/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next_spec.rb
2358
+ - spec/codegen/cms/blogs/blog-posts/models/forward_paging_spec.rb
2359
+ - spec/codegen/cms/blogs/blog-posts/models/row_meta_data_spec.rb
2360
+ - spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb
2361
+ - spec/codegen/cms/blogs/blog-posts/models/batch_input_json_node_spec.rb
2362
+ - spec/codegen/cms/blogs/blog-posts/models/error_spec.rb
2363
+ - spec/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb
2364
+ - spec/codegen/cms/blogs/blog-posts/models/next_page_spec.rb
2365
+ - spec/codegen/cms/blogs/blog-posts/models/version_blog_post_spec.rb
2366
+ - spec/codegen/cms/blogs/authors/api/default_api_spec.rb
2367
+ - spec/codegen/cms/blogs/authors/models/standard_error_spec.rb
2368
+ - spec/codegen/cms/blogs/authors/models/batch_input_blog_author_spec.rb
2369
+ - spec/codegen/cms/blogs/authors/models/blog_author_spec.rb
2370
+ - spec/codegen/cms/blogs/authors/models/error_detail_spec.rb
2371
+ - spec/codegen/cms/blogs/authors/models/batch_input_string_spec.rb
2372
+ - spec/codegen/cms/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb
2373
+ - spec/codegen/cms/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb
2374
+ - spec/codegen/cms/blogs/authors/models/forward_paging_spec.rb
2375
+ - spec/codegen/cms/blogs/authors/models/batch_input_json_node_spec.rb
2376
+ - spec/codegen/cms/blogs/authors/models/error_spec.rb
2377
+ - spec/codegen/cms/blogs/authors/models/next_page_spec.rb
2378
+ - spec/codegen/cms/blogs/tags/api/default_api_spec.rb
2379
+ - spec/codegen/cms/blogs/tags/models/standard_error_spec.rb
2380
+ - spec/codegen/cms/blogs/tags/models/batch_response_tag_with_errors_spec.rb
2381
+ - spec/codegen/cms/blogs/tags/models/error_detail_spec.rb
2382
+ - spec/codegen/cms/blogs/tags/models/batch_input_string_spec.rb
2383
+ - spec/codegen/cms/blogs/tags/models/batch_input_tag_spec.rb
2384
+ - spec/codegen/cms/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb
2385
+ - spec/codegen/cms/blogs/tags/models/forward_paging_spec.rb
2386
+ - spec/codegen/cms/blogs/tags/models/batch_input_json_node_spec.rb
2387
+ - spec/codegen/cms/blogs/tags/models/error_spec.rb
2388
+ - spec/codegen/cms/blogs/tags/models/next_page_spec.rb
2389
+ - spec/codegen/cms/blogs/tags/models/tag_spec.rb
2390
+ - spec/codegen/cms/audit-logs/api/default_api_spec.rb
2391
+ - spec/codegen/cms/audit-logs/models/public_audit_log_spec.rb
2392
+ - spec/codegen/cms/audit-logs/models/error_detail_spec.rb
2393
+ - spec/codegen/cms/audit-logs/models/collection_response_public_audit_log_spec.rb
2394
+ - spec/codegen/cms/audit-logs/models/paging_spec.rb
2395
+ - spec/codegen/cms/audit-logs/models/error_spec.rb
2396
+ - spec/codegen/cms/audit-logs/models/next_page_spec.rb
2397
+ - spec/features/webhooks/subscriptions_api_spec.rb
2398
+ - spec/features/webhooks/settings_api_spec.rb
2399
+ - spec/features/marketing/transactional/default_api_spec.rb
2400
+ - spec/features/automation/actions/revisions_api_spec.rb
2401
+ - spec/features/automation/actions/callbacks_api_spec.rb
2402
+ - spec/features/automation/actions/definitions_api_spec.rb
2403
+ - spec/features/automation/actions/functions_api_spec.rb
2404
+ - spec/features/files/files/folders_api_spec.rb
2405
+ - spec/features/files/files/files_api_spec.rb
2406
+ - spec/features/events/events_api_spec.rb
2407
+ - spec/features/conversations/visitor-identification/generate_api_spec.rb
2408
+ - spec/features/oauth/default_api_spec.rb
2409
+ - spec/features/crm/schemas/default_api_spec.rb
2410
+ - spec/features/crm/schemas/core_api_spec.rb
2411
+ - spec/features/crm/extensions/calling/settings_api_spec.rb
2412
+ - spec/features/crm/extensions/accounting/callbacks_api_spec.rb
2413
+ - spec/features/crm/extensions/accounting/sync_api_spec.rb
2414
+ - spec/features/crm/extensions/accounting/user_accounts_api_spec.rb
2415
+ - spec/features/crm/extensions/accounting/settings_api_spec.rb
2416
+ - spec/features/crm/extensions/accounting/invoice_api_spec.rb
2417
+ - spec/features/crm/extensions/cards/cards_api_spec.rb
2418
+ - spec/features/crm/extensions/cards/sample_response_api_spec.rb
2419
+ - spec/features/crm/extensions/videoconferencing/settings_api_spec.rb
2420
+ - spec/features/crm/quotes/associations_api_spec.rb
2421
+ - spec/features/crm/quotes/batch_api_spec.rb
2422
+ - spec/features/crm/quotes/basic_api_spec.rb
2423
+ - spec/features/crm/quotes/search_api_spec.rb
2424
+ - spec/features/crm/objects/feedback_submissions/associations_api_spec.rb
2425
+ - spec/features/crm/objects/feedback_submissions/batch_api_spec.rb
2426
+ - spec/features/crm/objects/feedback_submissions/basic_api_spec.rb
2427
+ - spec/features/crm/objects/feedback_submissions/search_api_spec.rb
2428
+ - spec/features/crm/objects/associations_api_spec.rb
2429
+ - spec/features/crm/objects/batch_api_spec.rb
2430
+ - spec/features/crm/objects/basic_api_spec.rb
2431
+ - spec/features/crm/objects/search_api_spec.rb
2432
+ - spec/features/crm/owners/default_api_spec.rb
2433
+ - spec/features/crm/contacts/associations_api_spec.rb
2434
+ - spec/features/crm/contacts/batch_api_spec.rb
2435
+ - spec/features/crm/contacts/basic_api_spec.rb
2436
+ - spec/features/crm/contacts/search_api_spec.rb
2437
+ - spec/features/crm/properties/groups_api_spec.rb
2438
+ - spec/features/crm/properties/core_api_spec.rb
2439
+ - spec/features/crm/properties/batch_api_spec.rb
2440
+ - spec/features/crm/imports/core_api_spec.rb
2441
+ - spec/features/crm/pipelines/pipeline_stages_api_spec.rb
2442
+ - spec/features/crm/pipelines/pipelines_api_spec.rb
2443
+ - spec/features/crm/associations/types_api_spec.rb
2444
+ - spec/features/crm/associations/batch_api_spec.rb
2445
+ - spec/features/crm/deals/associations_api_spec.rb
2446
+ - spec/features/crm/deals/batch_api_spec.rb
2447
+ - spec/features/crm/deals/basic_api_spec.rb
2448
+ - spec/features/crm/deals/search_api_spec.rb
2449
+ - spec/features/crm/products/associations_api_spec.rb
2450
+ - spec/features/crm/products/batch_api_spec.rb
2451
+ - spec/features/crm/products/basic_api_spec.rb
2452
+ - spec/features/crm/products/search_api_spec.rb
2453
+ - spec/features/crm/tickets/associations_api_spec.rb
2454
+ - spec/features/crm/tickets/batch_api_spec.rb
2455
+ - spec/features/crm/tickets/basic_api_spec.rb
2456
+ - spec/features/crm/tickets/search_api_spec.rb
2457
+ - spec/features/crm/timeline/events_api_spec.rb
2458
+ - spec/features/crm/timeline/tokens_api_spec.rb
2459
+ - spec/features/crm/timeline/templates_api_spec.rb
2460
+ - spec/features/crm/companies/associations_api_spec.rb
2461
+ - spec/features/crm/companies/batch_api_spec.rb
2462
+ - spec/features/crm/companies/basic_api_spec.rb
2463
+ - spec/features/crm/companies/search_api_spec.rb
2464
+ - spec/features/crm/line_items/associations_api_spec.rb
2465
+ - spec/features/crm/line_items/batch_api_spec.rb
2466
+ - spec/features/crm/line_items/basic_api_spec.rb
2467
+ - spec/features/crm/line_items/search_api_spec.rb
2468
+ - spec/features/cms/domains/domains_api_spec.rb
2469
+ - spec/features/cms/hubdb/rows_api_spec.rb
2470
+ - spec/features/cms/hubdb/rows_batch_api_spec.rb
2471
+ - spec/features/cms/hubdb/tables_api_spec.rb
2472
+ - spec/features/cms/url-redirects/redirects_api_spec.rb
2473
+ - spec/features/cms/site-search/default_api_spec.rb
2474
+ - spec/features/cms/blogs/blog-posts/default_api_spec.rb
2475
+ - spec/features/cms/blogs/authors/default_api_spec.rb
2476
+ - spec/features/cms/blogs/tags/default_api_spec.rb
2477
+ - spec/features/cms/perfomance/default_api_spec.rb
2478
+ - spec/features/cms/audit-logs/default_api_spec.rb
2479
+ - spec/spec_helper.rb