hubspot-api-client 9.2.1 → 9.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (928) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -0
  3. data/Gemfile.lock +4 -2
  4. data/LICENSE +201 -0
  5. data/README.md +1 -1
  6. data/hubspot-api-client.gemspec +2 -1
  7. data/lib/hubspot-api-client.rb +5 -633
  8. data/lib/hubspot/codegen/automation/actions/api/callbacks_api.rb +160 -0
  9. data/lib/hubspot/codegen/automation/actions/api/definitions_api.rb +382 -0
  10. data/lib/hubspot/codegen/automation/actions/api/functions_api.rb +602 -0
  11. data/lib/hubspot/codegen/automation/actions/api/revisions_api.rb +174 -0
  12. data/lib/hubspot/codegen/automation/actions/api_client.rb +392 -0
  13. data/lib/hubspot/codegen/automation/actions/api_error.rb +61 -0
  14. data/lib/hubspot/codegen/automation/actions/configuration.rb +270 -0
  15. data/lib/hubspot/codegen/automation/actions/models/action_function.rb +275 -0
  16. data/lib/hubspot/codegen/automation/actions/models/action_function_identifier.rb +260 -0
  17. data/lib/hubspot/codegen/automation/actions/models/action_labels.rb +270 -0
  18. data/lib/hubspot/codegen/automation/actions/models/action_revision.rb +259 -0
  19. data/lib/hubspot/codegen/automation/actions/models/batch_input_callback_completion_batch_request.rb +217 -0
  20. data/lib/hubspot/codegen/automation/actions/models/callback_completion_batch_request.rb +233 -0
  21. data/lib/hubspot/codegen/automation/actions/models/callback_completion_request.rb +218 -0
  22. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging.rb +217 -0
  23. data/lib/hubspot/codegen/automation/actions/models/collection_response_action_revision_forward_paging.rb +226 -0
  24. data/lib/hubspot/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging.rb +226 -0
  25. data/lib/hubspot/codegen/automation/actions/models/conditional_single_field_dependency.rb +295 -0
  26. data/lib/hubspot/codegen/automation/actions/models/error.rb +292 -0
  27. data/lib/hubspot/codegen/automation/actions/models/error_detail.rb +258 -0
  28. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition.rb +359 -0
  29. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_input.rb +330 -0
  30. data/lib/hubspot/codegen/automation/actions/models/extension_action_definition_patch.rb +278 -0
  31. data/lib/hubspot/codegen/automation/actions/models/field_type_definition.rb +336 -0
  32. data/lib/hubspot/codegen/automation/actions/models/forward_paging.rb +210 -0
  33. data/lib/hubspot/codegen/automation/actions/models/input_field_definition.rb +264 -0
  34. data/lib/hubspot/codegen/automation/actions/models/next_page.rb +224 -0
  35. data/lib/hubspot/codegen/automation/actions/models/object_request_options.rb +218 -0
  36. data/lib/hubspot/codegen/automation/actions/models/option.rb +301 -0
  37. data/lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb +281 -0
  38. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +93 -93
  39. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +97 -97
  40. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +93 -93
  41. data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +90 -0
  42. data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +392 -0
  43. data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +61 -0
  44. data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +263 -0
  45. data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +292 -0
  46. data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +258 -0
  47. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +236 -0
  48. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb +215 -0
  49. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +728 -0
  50. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +247 -0
  51. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +160 -0
  52. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +168 -0
  53. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +154 -0
  54. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +394 -0
  55. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +63 -0
  56. data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +265 -0
  57. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +241 -0
  58. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +381 -0
  59. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +262 -0
  60. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +357 -0
  61. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +253 -0
  62. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +248 -0
  63. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +299 -0
  64. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +253 -0
  65. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +232 -0
  66. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +293 -0
  67. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +248 -0
  68. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +269 -0
  69. data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +294 -0
  70. data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +260 -0
  71. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +297 -0
  72. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +218 -0
  73. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +263 -0
  74. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +283 -0
  75. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +455 -0
  76. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +264 -0
  77. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +281 -0
  78. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +441 -0
  79. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +264 -0
  80. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +218 -0
  81. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +281 -0
  82. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +264 -0
  83. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +267 -0
  84. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +235 -0
  85. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +235 -0
  86. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +248 -0
  87. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +264 -0
  88. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +228 -0
  89. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +264 -0
  90. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +228 -0
  91. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +319 -0
  92. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +324 -0
  93. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +284 -0
  94. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +394 -0
  95. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +63 -0
  96. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +258 -0
  97. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +294 -0
  98. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +260 -0
  99. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +253 -0
  100. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +263 -0
  101. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +308 -0
  102. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +222 -0
  103. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +394 -0
  104. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +63 -0
  105. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +258 -0
  106. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +294 -0
  107. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +260 -0
  108. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +248 -0
  109. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +103 -0
  110. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +181 -0
  111. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +95 -0
  112. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +92 -0
  113. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +394 -0
  114. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +63 -0
  115. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +258 -0
  116. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +231 -0
  117. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +219 -0
  118. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +219 -0
  119. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +219 -0
  120. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +244 -0
  121. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +315 -0
  122. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +335 -0
  123. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +228 -0
  124. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object.rb +228 -0
  125. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object.rb +243 -0
  126. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +294 -0
  127. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +265 -0
  128. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +260 -0
  129. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +274 -0
  130. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +219 -0
  131. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +226 -0
  132. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +221 -0
  133. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +226 -0
  134. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +288 -0
  135. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +290 -0
  136. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +233 -0
  137. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +217 -0
  138. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +219 -0
  139. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +311 -0
  140. data/lib/hubspot/codegen/events/api/events_api.rb +105 -0
  141. data/lib/hubspot/codegen/events/api_client.rb +390 -0
  142. data/lib/hubspot/codegen/events/api_error.rb +59 -0
  143. data/lib/hubspot/codegen/events/configuration.rb +261 -0
  144. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +224 -0
  145. data/lib/hubspot/codegen/events/models/error.rb +290 -0
  146. data/lib/hubspot/codegen/events/models/error_detail.rb +256 -0
  147. data/lib/hubspot/codegen/events/models/external_unified_event.rb +290 -0
  148. data/lib/hubspot/codegen/events/models/next_page.rb +222 -0
  149. data/lib/hubspot/codegen/events/models/paging.rb +208 -0
  150. data/lib/hubspot/codegen/files/files/api/files_api.rb +787 -0
  151. data/lib/hubspot/codegen/files/files/api/folders_api.rb +579 -0
  152. data/lib/hubspot/codegen/files/files/api_client.rb +392 -0
  153. data/lib/hubspot/codegen/files/files/api_error.rb +61 -0
  154. data/lib/hubspot/codegen/files/files/configuration.rb +263 -0
  155. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +226 -0
  156. data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +226 -0
  157. data/lib/hubspot/codegen/files/files/models/error.rb +292 -0
  158. data/lib/hubspot/codegen/files/files/models/error_category.rb +263 -0
  159. data/lib/hubspot/codegen/files/files/models/error_detail.rb +258 -0
  160. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +348 -0
  161. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +285 -0
  162. data/lib/hubspot/codegen/files/files/models/folder.rb +301 -0
  163. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +348 -0
  164. data/lib/hubspot/codegen/files/files/models/folder_input.rb +236 -0
  165. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +236 -0
  166. data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +228 -0
  167. data/lib/hubspot/codegen/files/files/models/hubspot_file.rb +440 -0
  168. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +374 -0
  169. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +228 -0
  170. data/lib/hubspot/codegen/files/files/models/next_page.rb +224 -0
  171. data/lib/hubspot/codegen/files/files/models/paging.rb +219 -0
  172. data/lib/hubspot/codegen/files/files/models/previous_page.rb +224 -0
  173. data/lib/hubspot/codegen/files/files/models/signed_url.rb +311 -0
  174. data/lib/hubspot/codegen/files/files/models/standard_error.rb +309 -0
  175. data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +400 -0
  176. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +392 -0
  177. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +61 -0
  178. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +263 -0
  179. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +227 -0
  180. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +326 -0
  181. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +292 -0
  182. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +258 -0
  183. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +231 -0
  184. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +224 -0
  185. data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +210 -0
  186. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +282 -0
  187. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +262 -0
  188. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +231 -0
  189. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +301 -0
  190. data/lib/hubspot/version.rb +1 -1
  191. data/spec/codegen/automation/actions/api/callbacks_api_spec.rb +60 -0
  192. data/spec/codegen/automation/actions/api/definitions_api_spec.rb +104 -0
  193. data/spec/codegen/automation/actions/api/functions_api_spec.rb +137 -0
  194. data/spec/codegen/automation/actions/api/revisions_api_spec.rb +64 -0
  195. data/spec/codegen/automation/actions/models/action_function_identifier_spec.rb +51 -0
  196. data/spec/codegen/automation/actions/models/action_function_spec.rb +57 -0
  197. data/spec/codegen/automation/actions/models/action_labels_spec.rb +71 -0
  198. data/spec/codegen/automation/actions/models/action_revision_spec.rb +59 -0
  199. data/spec/codegen/automation/actions/models/batch_input_callback_completion_batch_request_spec.rb +41 -0
  200. data/spec/codegen/automation/actions/models/callback_completion_batch_request_spec.rb +47 -0
  201. data/spec/codegen/automation/actions/models/callback_completion_request_spec.rb +41 -0
  202. data/spec/codegen/automation/actions/models/collection_response_action_function_identifier_no_paging_spec.rb +41 -0
  203. data/spec/codegen/automation/actions/models/collection_response_action_revision_forward_paging_spec.rb +47 -0
  204. data/spec/codegen/automation/actions/models/collection_response_extension_action_definition_forward_paging_spec.rb +47 -0
  205. data/spec/codegen/automation/actions/models/conditional_single_field_dependency_spec.rb +63 -0
  206. data/spec/codegen/automation/actions/models/error_detail_spec.rb +65 -0
  207. data/spec/codegen/automation/actions/models/error_spec.rb +77 -0
  208. data/spec/codegen/automation/actions/models/extension_action_definition_input_spec.rb +89 -0
  209. data/spec/codegen/automation/actions/models/extension_action_definition_patch_spec.rb +77 -0
  210. data/spec/codegen/automation/actions/models/extension_action_definition_spec.rb +101 -0
  211. data/spec/codegen/automation/actions/models/field_type_definition_spec.rb +83 -0
  212. data/spec/codegen/automation/actions/models/forward_paging_spec.rb +41 -0
  213. data/spec/codegen/automation/actions/models/input_field_definition_spec.rb +57 -0
  214. data/spec/codegen/automation/actions/models/next_page_spec.rb +47 -0
  215. data/spec/codegen/automation/actions/models/object_request_options_spec.rb +41 -0
  216. data/spec/codegen/automation/actions/models/option_spec.rb +77 -0
  217. data/spec/codegen/automation/actions/models/single_field_dependency_spec.rb +57 -0
  218. data/spec/{cms → codegen/cms}/audit-logs/api/default_api_spec.rb +0 -0
  219. data/spec/{cms → codegen/cms}/audit-logs/models/collection_response_public_audit_log_spec.rb +0 -0
  220. data/spec/{cms → codegen/cms}/audit-logs/models/error_detail_spec.rb +0 -0
  221. data/spec/{cms → codegen/cms}/audit-logs/models/error_spec.rb +0 -0
  222. data/spec/{cms → codegen/cms}/audit-logs/models/next_page_spec.rb +0 -0
  223. data/spec/{cms → codegen/cms}/audit-logs/models/paging_spec.rb +0 -0
  224. data/spec/{cms → codegen/cms}/audit-logs/models/public_audit_log_spec.rb +0 -0
  225. data/spec/{cms → codegen/cms}/blogs/authors/api/default_api_spec.rb +0 -0
  226. data/spec/{cms → codegen/cms}/blogs/authors/models/batch_input_blog_author_spec.rb +0 -0
  227. data/spec/{cms → codegen/cms}/blogs/authors/models/batch_input_json_node_spec.rb +0 -0
  228. data/spec/{cms → codegen/cms}/blogs/authors/models/batch_input_string_spec.rb +0 -0
  229. data/spec/{cms → codegen/cms}/blogs/authors/models/batch_response_blog_author_with_errors_spec.rb +0 -0
  230. data/spec/{cms → codegen/cms}/blogs/authors/models/blog_author_spec.rb +0 -0
  231. data/spec/{cms → codegen/cms}/blogs/authors/models/collection_response_with_total_blog_author_forward_paging_spec.rb +0 -0
  232. data/spec/{cms → codegen/cms}/blogs/authors/models/error_detail_spec.rb +0 -0
  233. data/spec/{cms → codegen/cms}/blogs/authors/models/error_spec.rb +0 -0
  234. data/spec/{cms → codegen/cms}/blogs/authors/models/forward_paging_spec.rb +0 -0
  235. data/spec/{cms → codegen/cms}/blogs/authors/models/next_page_spec.rb +0 -0
  236. data/spec/{cms → codegen/cms}/blogs/authors/models/standard_error_spec.rb +0 -0
  237. data/spec/{cms → codegen/cms}/blogs/blog-posts/api/default_api_spec.rb +0 -0
  238. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/angle_spec.rb +0 -0
  239. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/background_image_spec.rb +0 -0
  240. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_input_blog_post_spec.rb +0 -0
  241. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_input_json_node_spec.rb +0 -0
  242. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_input_string_spec.rb +0 -0
  243. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/batch_response_blog_post_with_errors_spec.rb +0 -0
  244. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/blog_post_spec.rb +0 -0
  245. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging_spec.rb +0 -0
  246. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/collection_response_with_total_version_blog_post_spec.rb +0 -0
  247. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/color_stop_spec.rb +0 -0
  248. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/content_clone_request_v_next_spec.rb +0 -0
  249. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/content_schedule_request_v_next_spec.rb +0 -0
  250. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/error_detail_spec.rb +0 -0
  251. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/error_spec.rb +0 -0
  252. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/forward_paging_spec.rb +0 -0
  253. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/gradient_spec.rb +0 -0
  254. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/layout_section_spec.rb +0 -0
  255. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/next_page_spec.rb +0 -0
  256. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/paging_spec.rb +0 -0
  257. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/previous_page_spec.rb +0 -0
  258. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/rgba_color_spec.rb +0 -0
  259. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/row_meta_data_spec.rb +0 -0
  260. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/side_or_corner_spec.rb +0 -0
  261. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/standard_error_spec.rb +0 -0
  262. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/styles_spec.rb +0 -0
  263. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/version_blog_post_spec.rb +0 -0
  264. data/spec/{cms → codegen/cms}/blogs/blog-posts/models/version_user_spec.rb +0 -0
  265. data/spec/{cms → codegen/cms}/blogs/tags/api/default_api_spec.rb +0 -0
  266. data/spec/{cms → codegen/cms}/blogs/tags/models/batch_input_json_node_spec.rb +0 -0
  267. data/spec/{cms → codegen/cms}/blogs/tags/models/batch_input_string_spec.rb +0 -0
  268. data/spec/{cms → codegen/cms}/blogs/tags/models/batch_input_tag_spec.rb +0 -0
  269. data/spec/{cms → codegen/cms}/blogs/tags/models/batch_response_tag_with_errors_spec.rb +0 -0
  270. data/spec/{cms → codegen/cms}/blogs/tags/models/collection_response_with_total_tag_forward_paging_spec.rb +0 -0
  271. data/spec/{cms → codegen/cms}/blogs/tags/models/error_detail_spec.rb +0 -0
  272. data/spec/{cms → codegen/cms}/blogs/tags/models/error_spec.rb +0 -0
  273. data/spec/{cms → codegen/cms}/blogs/tags/models/forward_paging_spec.rb +0 -0
  274. data/spec/{cms → codegen/cms}/blogs/tags/models/next_page_spec.rb +0 -0
  275. data/spec/{cms → codegen/cms}/blogs/tags/models/standard_error_spec.rb +0 -0
  276. data/spec/{cms → codegen/cms}/blogs/tags/models/tag_spec.rb +0 -0
  277. data/spec/{cms → codegen/cms}/domains/api/domains_api_spec.rb +0 -0
  278. data/spec/{cms → codegen/cms}/domains/models/collection_response_with_total_domain_spec.rb +0 -0
  279. data/spec/{cms → codegen/cms}/domains/models/domain_cdn_config_spec.rb +0 -0
  280. data/spec/{cms → codegen/cms}/domains/models/domain_setup_info_spec.rb +0 -0
  281. data/spec/{cms → codegen/cms}/domains/models/domain_spec.rb +0 -0
  282. data/spec/{cms → codegen/cms}/domains/models/error_detail_spec.rb +0 -0
  283. data/spec/{cms → codegen/cms}/domains/models/error_spec.rb +0 -0
  284. data/spec/{cms → codegen/cms}/domains/models/next_page_spec.rb +0 -0
  285. data/spec/{cms → codegen/cms}/domains/models/paging_spec.rb +0 -0
  286. data/spec/{cms → codegen/cms}/hubdb/api/rows_api_spec.rb +0 -0
  287. data/spec/{cms → codegen/cms}/hubdb/api/rows_batch_api_spec.rb +0 -0
  288. data/spec/{cms → codegen/cms}/hubdb/api/tables_api_spec.rb +0 -0
  289. data/spec/{cms → codegen/cms}/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +0 -0
  290. data/spec/{cms → codegen/cms}/hubdb/models/batch_input_json_node_spec.rb +0 -0
  291. data/spec/{cms → codegen/cms}/hubdb/models/batch_input_string_spec.rb +0 -0
  292. data/spec/{cms → codegen/cms}/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +0 -0
  293. data/spec/{cms → codegen/cms}/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +0 -0
  294. data/spec/{cms → codegen/cms}/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +0 -0
  295. data/spec/{cms → codegen/cms}/hubdb/models/column_input_spec.rb +0 -0
  296. data/spec/{cms → codegen/cms}/hubdb/models/column_spec.rb +0 -0
  297. data/spec/{cms → codegen/cms}/hubdb/models/error_detail_spec.rb +0 -0
  298. data/spec/{cms → codegen/cms}/hubdb/models/error_spec.rb +0 -0
  299. data/spec/{cms → codegen/cms}/hubdb/models/foreign_id_spec.rb +0 -0
  300. data/spec/{cms → codegen/cms}/hubdb/models/forward_paging_spec.rb +0 -0
  301. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_clone_request_spec.rb +0 -0
  302. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_row_v3_input_spec.rb +0 -0
  303. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_row_v3_spec.rb +0 -0
  304. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_v3_input_spec.rb +0 -0
  305. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_v3_live_input_spec.rb +0 -0
  306. data/spec/{cms → codegen/cms}/hubdb/models/hub_db_table_v3_spec.rb +0 -0
  307. data/spec/{cms → codegen/cms}/hubdb/models/import_result_spec.rb +0 -0
  308. data/spec/{cms → codegen/cms}/hubdb/models/next_page_spec.rb +0 -0
  309. data/spec/{cms → codegen/cms}/hubdb/models/option_spec.rb +0 -0
  310. data/spec/{cms → codegen/cms}/hubdb/models/simple_user_spec.rb +0 -0
  311. data/spec/{cms → codegen/cms}/hubdb/models/standard_error_spec.rb +0 -0
  312. data/spec/{cms → codegen/cms}/performance/api/default_api_spec.rb +0 -0
  313. data/spec/{cms → codegen/cms}/performance/models/error_detail_spec.rb +0 -0
  314. data/spec/{cms → codegen/cms}/performance/models/error_spec.rb +0 -0
  315. data/spec/{cms → codegen/cms}/performance/models/performance_view_spec.rb +0 -0
  316. data/spec/{cms → codegen/cms}/performance/models/public_performance_response_spec.rb +0 -0
  317. data/spec/{cms → codegen/cms}/site-search/api/default_api_spec.rb +0 -0
  318. data/spec/{cms → codegen/cms}/site-search/models/content_search_result_spec.rb +0 -0
  319. data/spec/{cms → codegen/cms}/site-search/models/error_detail_spec.rb +0 -0
  320. data/spec/{cms → codegen/cms}/site-search/models/error_spec.rb +0 -0
  321. data/spec/{cms → codegen/cms}/site-search/models/indexed_data_spec.rb +0 -0
  322. data/spec/{cms → codegen/cms}/site-search/models/public_search_results_spec.rb +0 -0
  323. data/spec/{cms → codegen/cms}/site-search/models/search_hit_field_spec.rb +0 -0
  324. data/spec/{cms → codegen/cms}/url-redirects/api/redirects_api_spec.rb +0 -0
  325. data/spec/{cms → codegen/cms}/url-redirects/models/collection_response_with_total_url_mapping_spec.rb +0 -0
  326. data/spec/{cms → codegen/cms}/url-redirects/models/error_detail_spec.rb +0 -0
  327. data/spec/{cms → codegen/cms}/url-redirects/models/error_spec.rb +0 -0
  328. data/spec/{cms → codegen/cms}/url-redirects/models/next_page_spec.rb +0 -0
  329. data/spec/{cms → codegen/cms}/url-redirects/models/paging_spec.rb +0 -0
  330. data/spec/{cms → codegen/cms}/url-redirects/models/url_mapping_create_request_body_spec.rb +0 -0
  331. data/spec/{cms → codegen/cms}/url-redirects/models/url_mapping_spec.rb +0 -0
  332. data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +47 -0
  333. data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +65 -0
  334. data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +77 -0
  335. data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +53 -0
  336. data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +41 -0
  337. data/spec/{crm → codegen/crm}/associations/api/batch_api_spec.rb +0 -0
  338. data/spec/{crm → codegen/crm}/associations/api/types_api_spec.rb +0 -0
  339. data/spec/{crm → codegen/crm}/associations/models/associated_id_spec.rb +0 -0
  340. data/spec/{crm → codegen/crm}/associations/models/batch_input_public_association_spec.rb +0 -0
  341. data/spec/{crm → codegen/crm}/associations/models/batch_input_public_object_id_spec.rb +0 -0
  342. data/spec/{crm → codegen/crm}/associations/models/batch_response_public_association_multi_spec.rb +0 -0
  343. data/spec/{crm → codegen/crm}/associations/models/batch_response_public_association_spec.rb +0 -0
  344. data/spec/{crm → codegen/crm}/associations/models/collection_response_public_association_definiton_spec.rb +0 -0
  345. data/spec/{crm → codegen/crm}/associations/models/error_category_spec.rb +0 -0
  346. data/spec/{crm → codegen/crm}/associations/models/error_detail_spec.rb +0 -0
  347. data/spec/{crm → codegen/crm}/associations/models/error_spec.rb +0 -0
  348. data/spec/{crm → codegen/crm}/associations/models/next_page_spec.rb +0 -0
  349. data/spec/{crm → codegen/crm}/associations/models/paging_spec.rb +0 -0
  350. data/spec/{crm → codegen/crm}/associations/models/public_association_definiton_spec.rb +0 -0
  351. data/spec/{crm → codegen/crm}/associations/models/public_association_multi_spec.rb +0 -0
  352. data/spec/{crm → codegen/crm}/associations/models/public_association_spec.rb +0 -0
  353. data/spec/{crm → codegen/crm}/associations/models/public_object_id_spec.rb +0 -0
  354. data/spec/{crm → codegen/crm}/associations/models/standard_error_spec.rb +0 -0
  355. data/spec/{crm → codegen/crm}/companies/api/associations_api_spec.rb +0 -0
  356. data/spec/{crm → codegen/crm}/companies/api/basic_api_spec.rb +0 -0
  357. data/spec/{crm → codegen/crm}/companies/api/batch_api_spec.rb +0 -0
  358. data/spec/{crm → codegen/crm}/companies/api/search_api_spec.rb +0 -0
  359. data/spec/{crm → codegen/crm}/companies/models/associated_id_spec.rb +0 -0
  360. data/spec/{crm → codegen/crm}/companies/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  361. data/spec/{crm → codegen/crm}/companies/models/batch_input_simple_public_object_id_spec.rb +0 -0
  362. data/spec/{crm → codegen/crm}/companies/models/batch_input_simple_public_object_input_spec.rb +0 -0
  363. data/spec/{crm → codegen/crm}/companies/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  364. data/spec/{crm → codegen/crm}/companies/models/batch_response_simple_public_object_spec.rb +0 -0
  365. data/spec/{crm → codegen/crm}/companies/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  366. data/spec/{crm → codegen/crm}/companies/models/collection_response_associated_id_spec.rb +0 -0
  367. data/spec/{crm → codegen/crm}/companies/models/collection_response_simple_public_object_spec.rb +0 -0
  368. data/spec/{crm → codegen/crm}/companies/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  369. data/spec/{crm → codegen/crm}/companies/models/error_category_spec.rb +0 -0
  370. data/spec/{crm → codegen/crm}/companies/models/error_detail_spec.rb +0 -0
  371. data/spec/{crm → codegen/crm}/companies/models/error_spec.rb +0 -0
  372. data/spec/{crm → codegen/crm}/companies/models/filter_group_spec.rb +0 -0
  373. data/spec/{crm → codegen/crm}/companies/models/filter_spec.rb +0 -0
  374. data/spec/{crm → codegen/crm}/companies/models/next_page_spec.rb +0 -0
  375. data/spec/{crm → codegen/crm}/companies/models/paging_spec.rb +0 -0
  376. data/spec/{crm → codegen/crm}/companies/models/previous_page_spec.rb +0 -0
  377. data/spec/{crm → codegen/crm}/companies/models/public_object_search_request_spec.rb +0 -0
  378. data/spec/{crm → codegen/crm}/companies/models/simple_public_object_batch_input_spec.rb +0 -0
  379. data/spec/{crm → codegen/crm}/companies/models/simple_public_object_id_spec.rb +0 -0
  380. data/spec/{crm → codegen/crm}/companies/models/simple_public_object_input_spec.rb +0 -0
  381. data/spec/{crm → codegen/crm}/companies/models/simple_public_object_spec.rb +0 -0
  382. data/spec/{crm → codegen/crm}/companies/models/standard_error_spec.rb +0 -0
  383. data/spec/{crm → codegen/crm}/contacts/api/associations_api_spec.rb +0 -0
  384. data/spec/{crm → codegen/crm}/contacts/api/basic_api_spec.rb +0 -0
  385. data/spec/{crm → codegen/crm}/contacts/api/batch_api_spec.rb +0 -0
  386. data/spec/{crm → codegen/crm}/contacts/api/search_api_spec.rb +0 -0
  387. data/spec/{crm → codegen/crm}/contacts/models/associated_id_spec.rb +0 -0
  388. data/spec/{crm → codegen/crm}/contacts/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  389. data/spec/{crm → codegen/crm}/contacts/models/batch_input_simple_public_object_id_spec.rb +0 -0
  390. data/spec/{crm → codegen/crm}/contacts/models/batch_input_simple_public_object_input_spec.rb +0 -0
  391. data/spec/{crm → codegen/crm}/contacts/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  392. data/spec/{crm → codegen/crm}/contacts/models/batch_response_simple_public_object_spec.rb +0 -0
  393. data/spec/{crm → codegen/crm}/contacts/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  394. data/spec/{crm → codegen/crm}/contacts/models/collection_response_associated_id_spec.rb +0 -0
  395. data/spec/{crm → codegen/crm}/contacts/models/collection_response_simple_public_object_spec.rb +0 -0
  396. data/spec/{crm → codegen/crm}/contacts/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  397. data/spec/{crm → codegen/crm}/contacts/models/error_category_spec.rb +0 -0
  398. data/spec/{crm → codegen/crm}/contacts/models/error_detail_spec.rb +0 -0
  399. data/spec/{crm → codegen/crm}/contacts/models/error_spec.rb +0 -0
  400. data/spec/{crm → codegen/crm}/contacts/models/filter_group_spec.rb +0 -0
  401. data/spec/{crm → codegen/crm}/contacts/models/filter_spec.rb +0 -0
  402. data/spec/{crm → codegen/crm}/contacts/models/next_page_spec.rb +0 -0
  403. data/spec/{crm → codegen/crm}/contacts/models/paging_spec.rb +0 -0
  404. data/spec/{crm → codegen/crm}/contacts/models/previous_page_spec.rb +0 -0
  405. data/spec/{crm → codegen/crm}/contacts/models/public_object_search_request_spec.rb +0 -0
  406. data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_batch_input_spec.rb +0 -0
  407. data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_id_spec.rb +0 -0
  408. data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_input_spec.rb +0 -0
  409. data/spec/{crm → codegen/crm}/contacts/models/simple_public_object_spec.rb +0 -0
  410. data/spec/{crm → codegen/crm}/contacts/models/standard_error_spec.rb +0 -0
  411. data/spec/{crm → codegen/crm}/deals/api/associations_api_spec.rb +0 -0
  412. data/spec/{crm → codegen/crm}/deals/api/basic_api_spec.rb +0 -0
  413. data/spec/{crm → codegen/crm}/deals/api/batch_api_spec.rb +0 -0
  414. data/spec/{crm → codegen/crm}/deals/api/search_api_spec.rb +0 -0
  415. data/spec/{crm → codegen/crm}/deals/models/associated_id_spec.rb +0 -0
  416. data/spec/{crm → codegen/crm}/deals/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  417. data/spec/{crm → codegen/crm}/deals/models/batch_input_simple_public_object_id_spec.rb +0 -0
  418. data/spec/{crm → codegen/crm}/deals/models/batch_input_simple_public_object_input_spec.rb +0 -0
  419. data/spec/{crm → codegen/crm}/deals/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  420. data/spec/{crm → codegen/crm}/deals/models/batch_response_simple_public_object_spec.rb +0 -0
  421. data/spec/{crm → codegen/crm}/deals/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  422. data/spec/{crm → codegen/crm}/deals/models/collection_response_associated_id_spec.rb +0 -0
  423. data/spec/{crm → codegen/crm}/deals/models/collection_response_simple_public_object_spec.rb +0 -0
  424. data/spec/{crm → codegen/crm}/deals/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  425. data/spec/{crm → codegen/crm}/deals/models/error_category_spec.rb +0 -0
  426. data/spec/{crm → codegen/crm}/deals/models/error_detail_spec.rb +0 -0
  427. data/spec/{crm → codegen/crm}/deals/models/error_spec.rb +0 -0
  428. data/spec/{crm → codegen/crm}/deals/models/filter_group_spec.rb +0 -0
  429. data/spec/{crm → codegen/crm}/deals/models/filter_spec.rb +0 -0
  430. data/spec/{crm → codegen/crm}/deals/models/next_page_spec.rb +0 -0
  431. data/spec/{crm → codegen/crm}/deals/models/paging_spec.rb +0 -0
  432. data/spec/{crm → codegen/crm}/deals/models/previous_page_spec.rb +0 -0
  433. data/spec/{crm → codegen/crm}/deals/models/public_object_search_request_spec.rb +0 -0
  434. data/spec/{crm → codegen/crm}/deals/models/simple_public_object_batch_input_spec.rb +0 -0
  435. data/spec/{crm → codegen/crm}/deals/models/simple_public_object_id_spec.rb +0 -0
  436. data/spec/{crm → codegen/crm}/deals/models/simple_public_object_input_spec.rb +0 -0
  437. data/spec/{crm → codegen/crm}/deals/models/simple_public_object_spec.rb +0 -0
  438. data/spec/{crm → codegen/crm}/deals/models/standard_error_spec.rb +0 -0
  439. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +165 -0
  440. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +76 -0
  441. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +60 -0
  442. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +61 -0
  443. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +59 -0
  444. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +53 -0
  445. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +125 -0
  446. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +65 -0
  447. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +93 -0
  448. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +59 -0
  449. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +53 -0
  450. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +69 -0
  451. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +65 -0
  452. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +47 -0
  453. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +71 -0
  454. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +53 -0
  455. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +51 -0
  456. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +65 -0
  457. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +77 -0
  458. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +63 -0
  459. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +41 -0
  460. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +59 -0
  461. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +51 -0
  462. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +135 -0
  463. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +51 -0
  464. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +83 -0
  465. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +135 -0
  466. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +51 -0
  467. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +41 -0
  468. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +51 -0
  469. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +71 -0
  470. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +51 -0
  471. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +47 -0
  472. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +47 -0
  473. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +51 -0
  474. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +53 -0
  475. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +47 -0
  476. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +51 -0
  477. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +47 -0
  478. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +73 -0
  479. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +75 -0
  480. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +85 -0
  481. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +65 -0
  482. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +77 -0
  483. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +65 -0
  484. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +65 -0
  485. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +77 -0
  486. data/spec/{crm → codegen/crm}/extensions/cards/api/cards_api_spec.rb +0 -0
  487. data/spec/{crm → codegen/crm}/extensions/cards/api/sample_response_api_spec.rb +0 -0
  488. data/spec/{crm → codegen/crm}/extensions/cards/models/action_confirmation_body_spec.rb +0 -0
  489. data/spec/{crm → codegen/crm}/extensions/cards/models/action_hook_action_body_spec.rb +0 -0
  490. data/spec/{crm → codegen/crm}/extensions/cards/models/card_actions_spec.rb +0 -0
  491. data/spec/{crm → codegen/crm}/extensions/cards/models/card_create_request_spec.rb +0 -0
  492. data/spec/{crm → codegen/crm}/extensions/cards/models/card_display_body_spec.rb +0 -0
  493. data/spec/{crm → codegen/crm}/extensions/cards/models/card_display_property_spec.rb +0 -0
  494. data/spec/{crm → codegen/crm}/extensions/cards/models/card_fetch_body_patch_spec.rb +0 -0
  495. data/spec/{crm → codegen/crm}/extensions/cards/models/card_fetch_body_spec.rb +0 -0
  496. data/spec/{crm → codegen/crm}/extensions/cards/models/card_list_response_spec.rb +0 -0
  497. data/spec/{crm → codegen/crm}/extensions/cards/models/card_object_type_body_spec.rb +0 -0
  498. data/spec/{crm → codegen/crm}/extensions/cards/models/card_patch_request_spec.rb +0 -0
  499. data/spec/{crm → codegen/crm}/extensions/cards/models/card_response_spec.rb +0 -0
  500. data/spec/{crm → codegen/crm}/extensions/cards/models/display_option_spec.rb +0 -0
  501. data/spec/{crm → codegen/crm}/extensions/cards/models/error_detail_spec.rb +0 -0
  502. data/spec/{crm → codegen/crm}/extensions/cards/models/error_spec.rb +0 -0
  503. data/spec/{crm → codegen/crm}/extensions/cards/models/i_frame_action_body_spec.rb +0 -0
  504. data/spec/{crm → codegen/crm}/extensions/cards/models/integrator_card_payload_response_spec.rb +0 -0
  505. data/spec/{crm → codegen/crm}/extensions/cards/models/integrator_object_result_spec.rb +0 -0
  506. data/spec/{crm → codegen/crm}/extensions/cards/models/object_token_spec.rb +0 -0
  507. data/spec/{crm → codegen/crm}/extensions/cards/models/top_level_actions_spec.rb +0 -0
  508. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +72 -0
  509. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +65 -0
  510. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +77 -0
  511. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +59 -0
  512. data/spec/{crm → codegen/crm}/imports/api/core_api_spec.rb +0 -0
  513. data/spec/{crm → codegen/crm}/imports/models/action_response_spec.rb +0 -0
  514. data/spec/{crm → codegen/crm}/imports/models/collection_response_public_import_response_spec.rb +0 -0
  515. data/spec/{crm → codegen/crm}/imports/models/error_detail_spec.rb +0 -0
  516. data/spec/{crm → codegen/crm}/imports/models/error_spec.rb +0 -0
  517. data/spec/{crm → codegen/crm}/imports/models/next_page_spec.rb +0 -0
  518. data/spec/{crm → codegen/crm}/imports/models/paging_spec.rb +0 -0
  519. data/spec/{crm → codegen/crm}/imports/models/previous_page_spec.rb +0 -0
  520. data/spec/{crm → codegen/crm}/imports/models/public_import_metadata_spec.rb +0 -0
  521. data/spec/{crm → codegen/crm}/imports/models/public_import_response_spec.rb +0 -0
  522. data/spec/{crm → codegen/crm}/imports/models/public_object_list_record_spec.rb +0 -0
  523. data/spec/{crm → codegen/crm}/line_items/api/associations_api_spec.rb +0 -0
  524. data/spec/{crm → codegen/crm}/line_items/api/basic_api_spec.rb +0 -0
  525. data/spec/{crm → codegen/crm}/line_items/api/batch_api_spec.rb +0 -0
  526. data/spec/{crm → codegen/crm}/line_items/api/search_api_spec.rb +0 -0
  527. data/spec/{crm → codegen/crm}/line_items/models/associated_id_spec.rb +0 -0
  528. data/spec/{crm → codegen/crm}/line_items/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  529. data/spec/{crm → codegen/crm}/line_items/models/batch_input_simple_public_object_id_spec.rb +0 -0
  530. data/spec/{crm → codegen/crm}/line_items/models/batch_input_simple_public_object_input_spec.rb +0 -0
  531. data/spec/{crm → codegen/crm}/line_items/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  532. data/spec/{crm → codegen/crm}/line_items/models/batch_response_simple_public_object_spec.rb +0 -0
  533. data/spec/{crm → codegen/crm}/line_items/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  534. data/spec/{crm → codegen/crm}/line_items/models/collection_response_associated_id_spec.rb +0 -0
  535. data/spec/{crm → codegen/crm}/line_items/models/collection_response_simple_public_object_spec.rb +0 -0
  536. data/spec/{crm → codegen/crm}/line_items/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  537. data/spec/{crm → codegen/crm}/line_items/models/error_category_spec.rb +0 -0
  538. data/spec/{crm → codegen/crm}/line_items/models/error_detail_spec.rb +0 -0
  539. data/spec/{crm → codegen/crm}/line_items/models/error_spec.rb +0 -0
  540. data/spec/{crm → codegen/crm}/line_items/models/filter_group_spec.rb +0 -0
  541. data/spec/{crm → codegen/crm}/line_items/models/filter_spec.rb +0 -0
  542. data/spec/{crm → codegen/crm}/line_items/models/next_page_spec.rb +0 -0
  543. data/spec/{crm → codegen/crm}/line_items/models/paging_spec.rb +0 -0
  544. data/spec/{crm → codegen/crm}/line_items/models/previous_page_spec.rb +0 -0
  545. data/spec/{crm → codegen/crm}/line_items/models/public_object_search_request_spec.rb +0 -0
  546. data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_batch_input_spec.rb +0 -0
  547. data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_id_spec.rb +0 -0
  548. data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_input_spec.rb +0 -0
  549. data/spec/{crm → codegen/crm}/line_items/models/simple_public_object_spec.rb +0 -0
  550. data/spec/{crm → codegen/crm}/line_items/models/standard_error_spec.rb +0 -0
  551. data/spec/{crm → codegen/crm}/objects/api/associations_api_spec.rb +0 -0
  552. data/spec/{crm → codegen/crm}/objects/api/basic_api_spec.rb +0 -0
  553. data/spec/{crm → codegen/crm}/objects/api/batch_api_spec.rb +0 -0
  554. data/spec/{crm → codegen/crm}/objects/api/search_api_spec.rb +0 -0
  555. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +50 -0
  556. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +69 -0
  557. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +48 -0
  558. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +47 -0
  559. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +47 -0
  560. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  561. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +41 -0
  562. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +41 -0
  563. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  564. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +75 -0
  565. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  566. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +47 -0
  567. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_spec.rb +47 -0
  568. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  569. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +51 -0
  570. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +65 -0
  571. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +77 -0
  572. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +41 -0
  573. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +57 -0
  574. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +47 -0
  575. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +47 -0
  576. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +47 -0
  577. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +71 -0
  578. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +47 -0
  579. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +41 -0
  580. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +41 -0
  581. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +77 -0
  582. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +83 -0
  583. data/spec/{crm → codegen/crm}/objects/models/associated_id_spec.rb +0 -0
  584. data/spec/{crm → codegen/crm}/objects/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  585. data/spec/{crm → codegen/crm}/objects/models/batch_input_simple_public_object_id_spec.rb +0 -0
  586. data/spec/{crm → codegen/crm}/objects/models/batch_input_simple_public_object_input_spec.rb +0 -0
  587. data/spec/{crm → codegen/crm}/objects/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  588. data/spec/{crm → codegen/crm}/objects/models/batch_response_simple_public_object_spec.rb +0 -0
  589. data/spec/{crm → codegen/crm}/objects/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  590. data/spec/{crm → codegen/crm}/objects/models/collection_response_associated_id_spec.rb +0 -0
  591. data/spec/{crm → codegen/crm}/objects/models/collection_response_simple_public_object_spec.rb +0 -0
  592. data/spec/{crm → codegen/crm}/objects/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  593. data/spec/{crm → codegen/crm}/objects/models/error_category_spec.rb +0 -0
  594. data/spec/{crm → codegen/crm}/objects/models/error_detail_spec.rb +0 -0
  595. data/spec/{crm → codegen/crm}/objects/models/error_spec.rb +0 -0
  596. data/spec/{crm → codegen/crm}/objects/models/filter_group_spec.rb +0 -0
  597. data/spec/{crm → codegen/crm}/objects/models/filter_spec.rb +0 -0
  598. data/spec/{crm → codegen/crm}/objects/models/next_page_spec.rb +0 -0
  599. data/spec/{crm → codegen/crm}/objects/models/paging_spec.rb +0 -0
  600. data/spec/{crm → codegen/crm}/objects/models/previous_page_spec.rb +0 -0
  601. data/spec/{crm → codegen/crm}/objects/models/public_object_search_request_spec.rb +0 -0
  602. data/spec/{crm → codegen/crm}/objects/models/simple_public_object_batch_input_spec.rb +0 -0
  603. data/spec/{crm → codegen/crm}/objects/models/simple_public_object_id_spec.rb +0 -0
  604. data/spec/{crm → codegen/crm}/objects/models/simple_public_object_input_spec.rb +0 -0
  605. data/spec/{crm → codegen/crm}/objects/models/simple_public_object_spec.rb +0 -0
  606. data/spec/{crm → codegen/crm}/objects/models/standard_error_spec.rb +0 -0
  607. data/spec/{crm → codegen/crm}/owners/api/default_api_spec.rb +0 -0
  608. data/spec/{crm → codegen/crm}/owners/models/collection_response_public_owner_spec.rb +0 -0
  609. data/spec/{crm → codegen/crm}/owners/models/error_detail_spec.rb +0 -0
  610. data/spec/{crm → codegen/crm}/owners/models/error_spec.rb +0 -0
  611. data/spec/{crm → codegen/crm}/owners/models/next_page_spec.rb +0 -0
  612. data/spec/{crm → codegen/crm}/owners/models/paging_spec.rb +0 -0
  613. data/spec/{crm → codegen/crm}/owners/models/public_owner_spec.rb +0 -0
  614. data/spec/{crm → codegen/crm}/owners/models/public_team_spec.rb +0 -0
  615. data/spec/{crm → codegen/crm}/pipelines/api/pipeline_stages_api_spec.rb +0 -0
  616. data/spec/{crm → codegen/crm}/pipelines/api/pipelines_api_spec.rb +0 -0
  617. data/spec/{crm → codegen/crm}/pipelines/models/collection_response_pipeline_spec.rb +0 -0
  618. data/spec/{crm → codegen/crm}/pipelines/models/collection_response_pipeline_stage_spec.rb +0 -0
  619. data/spec/{crm → codegen/crm}/pipelines/models/error_detail_spec.rb +0 -0
  620. data/spec/{crm → codegen/crm}/pipelines/models/error_spec.rb +0 -0
  621. data/spec/{crm → codegen/crm}/pipelines/models/next_page_spec.rb +0 -0
  622. data/spec/{crm → codegen/crm}/pipelines/models/paging_spec.rb +0 -0
  623. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_input_spec.rb +0 -0
  624. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_patch_input_spec.rb +0 -0
  625. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_spec.rb +0 -0
  626. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_stage_input_spec.rb +0 -0
  627. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_stage_patch_input_spec.rb +0 -0
  628. data/spec/{crm → codegen/crm}/pipelines/models/pipeline_stage_spec.rb +0 -0
  629. data/spec/{crm → codegen/crm}/products/api/associations_api_spec.rb +0 -0
  630. data/spec/{crm → codegen/crm}/products/api/basic_api_spec.rb +0 -0
  631. data/spec/{crm → codegen/crm}/products/api/batch_api_spec.rb +0 -0
  632. data/spec/{crm → codegen/crm}/products/api/search_api_spec.rb +0 -0
  633. data/spec/{crm → codegen/crm}/products/models/associated_id_spec.rb +0 -0
  634. data/spec/{crm → codegen/crm}/products/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  635. data/spec/{crm → codegen/crm}/products/models/batch_input_simple_public_object_id_spec.rb +0 -0
  636. data/spec/{crm → codegen/crm}/products/models/batch_input_simple_public_object_input_spec.rb +0 -0
  637. data/spec/{crm → codegen/crm}/products/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  638. data/spec/{crm → codegen/crm}/products/models/batch_response_simple_public_object_spec.rb +0 -0
  639. data/spec/{crm → codegen/crm}/products/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  640. data/spec/{crm → codegen/crm}/products/models/collection_response_associated_id_spec.rb +0 -0
  641. data/spec/{crm → codegen/crm}/products/models/collection_response_simple_public_object_spec.rb +0 -0
  642. data/spec/{crm → codegen/crm}/products/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  643. data/spec/{crm → codegen/crm}/products/models/error_category_spec.rb +0 -0
  644. data/spec/{crm → codegen/crm}/products/models/error_detail_spec.rb +0 -0
  645. data/spec/{crm → codegen/crm}/products/models/error_spec.rb +0 -0
  646. data/spec/{crm → codegen/crm}/products/models/filter_group_spec.rb +0 -0
  647. data/spec/{crm → codegen/crm}/products/models/filter_spec.rb +0 -0
  648. data/spec/{crm → codegen/crm}/products/models/next_page_spec.rb +0 -0
  649. data/spec/{crm → codegen/crm}/products/models/paging_spec.rb +0 -0
  650. data/spec/{crm → codegen/crm}/products/models/previous_page_spec.rb +0 -0
  651. data/spec/{crm → codegen/crm}/products/models/public_object_search_request_spec.rb +0 -0
  652. data/spec/{crm → codegen/crm}/products/models/simple_public_object_batch_input_spec.rb +0 -0
  653. data/spec/{crm → codegen/crm}/products/models/simple_public_object_id_spec.rb +0 -0
  654. data/spec/{crm → codegen/crm}/products/models/simple_public_object_input_spec.rb +0 -0
  655. data/spec/{crm → codegen/crm}/products/models/simple_public_object_spec.rb +0 -0
  656. data/spec/{crm → codegen/crm}/products/models/standard_error_spec.rb +0 -0
  657. data/spec/{crm → codegen/crm}/properties/api/batch_api_spec.rb +0 -0
  658. data/spec/{crm → codegen/crm}/properties/api/core_api_spec.rb +0 -0
  659. data/spec/{crm → codegen/crm}/properties/api/groups_api_spec.rb +0 -0
  660. data/spec/{crm → codegen/crm}/properties/models/batch_input_property_create_spec.rb +0 -0
  661. data/spec/{crm → codegen/crm}/properties/models/batch_input_property_name_spec.rb +0 -0
  662. data/spec/{crm → codegen/crm}/properties/models/batch_read_input_property_name_spec.rb +0 -0
  663. data/spec/{crm → codegen/crm}/properties/models/batch_response_property_spec.rb +0 -0
  664. data/spec/{crm → codegen/crm}/properties/models/collection_response_property_group_spec.rb +0 -0
  665. data/spec/{crm → codegen/crm}/properties/models/collection_response_property_spec.rb +0 -0
  666. data/spec/{crm → codegen/crm}/properties/models/error_category_spec.rb +0 -0
  667. data/spec/{crm → codegen/crm}/properties/models/error_detail_spec.rb +0 -0
  668. data/spec/{crm → codegen/crm}/properties/models/error_spec.rb +0 -0
  669. data/spec/{crm → codegen/crm}/properties/models/next_page_spec.rb +0 -0
  670. data/spec/{crm → codegen/crm}/properties/models/option_input_spec.rb +0 -0
  671. data/spec/{crm → codegen/crm}/properties/models/option_spec.rb +0 -0
  672. data/spec/{crm → codegen/crm}/properties/models/paging_spec.rb +0 -0
  673. data/spec/{crm → codegen/crm}/properties/models/property_create_spec.rb +0 -0
  674. data/spec/{crm → codegen/crm}/properties/models/property_group_create_spec.rb +0 -0
  675. data/spec/{crm → codegen/crm}/properties/models/property_group_spec.rb +0 -0
  676. data/spec/{crm → codegen/crm}/properties/models/property_group_update_spec.rb +0 -0
  677. data/spec/{crm → codegen/crm}/properties/models/property_modification_metadata_spec.rb +0 -0
  678. data/spec/{crm → codegen/crm}/properties/models/property_name_spec.rb +0 -0
  679. data/spec/{crm → codegen/crm}/properties/models/property_spec.rb +0 -0
  680. data/spec/{crm → codegen/crm}/properties/models/property_update_spec.rb +0 -0
  681. data/spec/{crm → codegen/crm}/properties/models/standard_error_spec.rb +0 -0
  682. data/spec/{crm → codegen/crm}/quotes/api/associations_api_spec.rb +0 -0
  683. data/spec/{crm → codegen/crm}/quotes/api/basic_api_spec.rb +0 -0
  684. data/spec/{crm → codegen/crm}/quotes/api/batch_api_spec.rb +0 -0
  685. data/spec/{crm → codegen/crm}/quotes/api/search_api_spec.rb +0 -0
  686. data/spec/{crm → codegen/crm}/quotes/models/associated_id_spec.rb +0 -0
  687. data/spec/{crm → codegen/crm}/quotes/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  688. data/spec/{crm → codegen/crm}/quotes/models/batch_input_simple_public_object_id_spec.rb +0 -0
  689. data/spec/{crm → codegen/crm}/quotes/models/batch_input_simple_public_object_input_spec.rb +0 -0
  690. data/spec/{crm → codegen/crm}/quotes/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  691. data/spec/{crm → codegen/crm}/quotes/models/batch_response_simple_public_object_spec.rb +0 -0
  692. data/spec/{crm → codegen/crm}/quotes/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  693. data/spec/{crm → codegen/crm}/quotes/models/collection_response_associated_id_spec.rb +0 -0
  694. data/spec/{crm → codegen/crm}/quotes/models/collection_response_simple_public_object_spec.rb +0 -0
  695. data/spec/{crm → codegen/crm}/quotes/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  696. data/spec/{crm → codegen/crm}/quotes/models/error_category_spec.rb +0 -0
  697. data/spec/{crm → codegen/crm}/quotes/models/error_detail_spec.rb +0 -0
  698. data/spec/{crm → codegen/crm}/quotes/models/error_spec.rb +0 -0
  699. data/spec/{crm → codegen/crm}/quotes/models/filter_group_spec.rb +0 -0
  700. data/spec/{crm → codegen/crm}/quotes/models/filter_spec.rb +0 -0
  701. data/spec/{crm → codegen/crm}/quotes/models/next_page_spec.rb +0 -0
  702. data/spec/{crm → codegen/crm}/quotes/models/paging_spec.rb +0 -0
  703. data/spec/{crm → codegen/crm}/quotes/models/previous_page_spec.rb +0 -0
  704. data/spec/{crm → codegen/crm}/quotes/models/public_object_search_request_spec.rb +0 -0
  705. data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_batch_input_spec.rb +0 -0
  706. data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_id_spec.rb +0 -0
  707. data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_input_spec.rb +0 -0
  708. data/spec/{crm → codegen/crm}/quotes/models/simple_public_object_spec.rb +0 -0
  709. data/spec/{crm → codegen/crm}/quotes/models/standard_error_spec.rb +0 -0
  710. data/spec/{crm → codegen/crm}/schemas/api/core_api_spec.rb +0 -0
  711. data/spec/{crm → codegen/crm}/schemas/api/default_api_spec.rb +0 -0
  712. data/spec/{crm → codegen/crm}/schemas/models/association_definition_egg_spec.rb +0 -0
  713. data/spec/{crm → codegen/crm}/schemas/models/association_definition_spec.rb +0 -0
  714. data/spec/{crm → codegen/crm}/schemas/models/collection_response_object_schema_spec.rb +0 -0
  715. data/spec/{crm → codegen/crm}/schemas/models/error_detail_spec.rb +0 -0
  716. data/spec/{crm → codegen/crm}/schemas/models/error_spec.rb +0 -0
  717. data/spec/{crm → codegen/crm}/schemas/models/next_page_spec.rb +0 -0
  718. data/spec/{crm → codegen/crm}/schemas/models/object_schema_egg_spec.rb +0 -0
  719. data/spec/{crm → codegen/crm}/schemas/models/object_schema_spec.rb +0 -0
  720. data/spec/{crm → codegen/crm}/schemas/models/object_type_definition_labels_spec.rb +0 -0
  721. data/spec/{crm → codegen/crm}/schemas/models/object_type_definition_patch_spec.rb +0 -0
  722. data/spec/{crm → codegen/crm}/schemas/models/object_type_definition_spec.rb +0 -0
  723. data/spec/{crm → codegen/crm}/schemas/models/object_type_property_create_spec.rb +0 -0
  724. data/spec/{crm → codegen/crm}/schemas/models/option_input_spec.rb +0 -0
  725. data/spec/{crm → codegen/crm}/schemas/models/option_spec.rb +0 -0
  726. data/spec/{crm → codegen/crm}/schemas/models/paging_spec.rb +0 -0
  727. data/spec/{crm → codegen/crm}/schemas/models/previous_page_spec.rb +0 -0
  728. data/spec/{crm → codegen/crm}/schemas/models/property_modification_metadata_spec.rb +0 -0
  729. data/spec/{crm → codegen/crm}/schemas/models/property_spec.rb +0 -0
  730. data/spec/{crm → codegen/crm}/tickets/api/associations_api_spec.rb +0 -0
  731. data/spec/{crm → codegen/crm}/tickets/api/basic_api_spec.rb +0 -0
  732. data/spec/{crm → codegen/crm}/tickets/api/batch_api_spec.rb +0 -0
  733. data/spec/{crm → codegen/crm}/tickets/api/search_api_spec.rb +0 -0
  734. data/spec/{crm → codegen/crm}/tickets/models/associated_id_spec.rb +0 -0
  735. data/spec/{crm → codegen/crm}/tickets/models/batch_input_simple_public_object_batch_input_spec.rb +0 -0
  736. data/spec/{crm → codegen/crm}/tickets/models/batch_input_simple_public_object_id_spec.rb +0 -0
  737. data/spec/{crm → codegen/crm}/tickets/models/batch_input_simple_public_object_input_spec.rb +0 -0
  738. data/spec/{crm → codegen/crm}/tickets/models/batch_read_input_simple_public_object_id_spec.rb +0 -0
  739. data/spec/{crm → codegen/crm}/tickets/models/batch_response_simple_public_object_spec.rb +0 -0
  740. data/spec/{crm → codegen/crm}/tickets/models/batch_response_simple_public_object_with_errors_spec.rb +0 -0
  741. data/spec/{crm → codegen/crm}/tickets/models/collection_response_associated_id_spec.rb +0 -0
  742. data/spec/{crm → codegen/crm}/tickets/models/collection_response_simple_public_object_spec.rb +0 -0
  743. data/spec/{crm → codegen/crm}/tickets/models/collection_response_with_total_simple_public_object_spec.rb +0 -0
  744. data/spec/{crm → codegen/crm}/tickets/models/error_category_spec.rb +0 -0
  745. data/spec/{crm → codegen/crm}/tickets/models/error_detail_spec.rb +0 -0
  746. data/spec/{crm → codegen/crm}/tickets/models/error_spec.rb +0 -0
  747. data/spec/{crm → codegen/crm}/tickets/models/filter_group_spec.rb +0 -0
  748. data/spec/{crm → codegen/crm}/tickets/models/filter_spec.rb +0 -0
  749. data/spec/{crm → codegen/crm}/tickets/models/next_page_spec.rb +0 -0
  750. data/spec/{crm → codegen/crm}/tickets/models/paging_spec.rb +0 -0
  751. data/spec/{crm → codegen/crm}/tickets/models/previous_page_spec.rb +0 -0
  752. data/spec/{crm → codegen/crm}/tickets/models/public_object_search_request_spec.rb +0 -0
  753. data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_batch_input_spec.rb +0 -0
  754. data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_id_spec.rb +0 -0
  755. data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_input_spec.rb +0 -0
  756. data/spec/{crm → codegen/crm}/tickets/models/simple_public_object_spec.rb +0 -0
  757. data/spec/{crm → codegen/crm}/tickets/models/standard_error_spec.rb +0 -0
  758. data/spec/{crm → codegen/crm}/timeline/api/events_api_spec.rb +0 -0
  759. data/spec/{crm → codegen/crm}/timeline/api/templates_api_spec.rb +0 -0
  760. data/spec/{crm → codegen/crm}/timeline/api/tokens_api_spec.rb +0 -0
  761. data/spec/{crm → codegen/crm}/timeline/models/batch_input_timeline_event_spec.rb +0 -0
  762. data/spec/{crm → codegen/crm}/timeline/models/batch_response_timeline_event_response_spec.rb +0 -0
  763. data/spec/{crm → codegen/crm}/timeline/models/batch_response_timeline_event_response_with_errors_spec.rb +0 -0
  764. data/spec/{crm → codegen/crm}/timeline/models/collection_response_timeline_event_template_spec.rb +0 -0
  765. data/spec/{crm → codegen/crm}/timeline/models/error_category_spec.rb +0 -0
  766. data/spec/{crm → codegen/crm}/timeline/models/error_detail_spec.rb +0 -0
  767. data/spec/{crm → codegen/crm}/timeline/models/error_spec.rb +0 -0
  768. data/spec/{crm → codegen/crm}/timeline/models/event_detail_spec.rb +0 -0
  769. data/spec/{crm → codegen/crm}/timeline/models/next_page_spec.rb +0 -0
  770. data/spec/{crm → codegen/crm}/timeline/models/paging_spec.rb +0 -0
  771. data/spec/{crm → codegen/crm}/timeline/models/previous_page_spec.rb +0 -0
  772. data/spec/{crm → codegen/crm}/timeline/models/standard_error_spec.rb +0 -0
  773. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_i_frame_spec.rb +0 -0
  774. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_response_spec.rb +0 -0
  775. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_spec.rb +0 -0
  776. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_create_request_spec.rb +0 -0
  777. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_spec.rb +0 -0
  778. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_token_option_spec.rb +0 -0
  779. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_token_spec.rb +0 -0
  780. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_token_update_request_spec.rb +0 -0
  781. data/spec/{crm → codegen/crm}/timeline/models/timeline_event_template_update_request_spec.rb +0 -0
  782. data/spec/codegen/events/api/events_api_spec.rb +54 -0
  783. data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +47 -0
  784. data/spec/codegen/events/models/error_detail_spec.rb +65 -0
  785. data/spec/codegen/events/models/error_spec.rb +77 -0
  786. data/spec/codegen/events/models/external_unified_event_spec.rb +71 -0
  787. data/spec/codegen/events/models/next_page_spec.rb +47 -0
  788. data/spec/codegen/events/models/paging_spec.rb +41 -0
  789. data/spec/codegen/files/files/api/files_api_spec.rb +189 -0
  790. data/spec/codegen/files/files/api/folders_api_spec.rb +143 -0
  791. data/spec/codegen/files/files/models/collection_response_file_spec.rb +47 -0
  792. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +47 -0
  793. data/spec/codegen/files/files/models/error_category_spec.rb +51 -0
  794. data/spec/codegen/files/files/models/error_detail_spec.rb +65 -0
  795. data/spec/codegen/files/files/models/error_spec.rb +77 -0
  796. data/spec/codegen/files/files/models/file_action_response_spec.rb +93 -0
  797. data/spec/codegen/files/files/models/file_update_input_spec.rb +69 -0
  798. data/spec/codegen/files/files/models/folder_action_response_spec.rb +93 -0
  799. data/spec/codegen/files/files/models/folder_input_spec.rb +53 -0
  800. data/spec/codegen/files/files/models/folder_spec.rb +83 -0
  801. data/spec/codegen/files/files/models/folder_update_input_spec.rb +53 -0
  802. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +47 -0
  803. data/spec/codegen/files/files/models/hubspot_file_spec.rb +147 -0
  804. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +101 -0
  805. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +47 -0
  806. data/spec/codegen/files/files/models/next_page_spec.rb +47 -0
  807. data/spec/codegen/files/files/models/paging_spec.rb +47 -0
  808. data/spec/codegen/files/files/models/previous_page_spec.rb +47 -0
  809. data/spec/codegen/files/files/models/signed_url_spec.rb +83 -0
  810. data/spec/codegen/files/files/models/standard_error_spec.rb +83 -0
  811. data/spec/codegen/marketing/transactional/api/default_api_spec.rb +110 -0
  812. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +47 -0
  813. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +85 -0
  814. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +65 -0
  815. data/spec/codegen/marketing/transactional/models/error_spec.rb +77 -0
  816. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +47 -0
  817. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +47 -0
  818. data/spec/codegen/marketing/transactional/models/paging_spec.rb +41 -0
  819. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +71 -0
  820. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +59 -0
  821. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +47 -0
  822. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +77 -0
  823. data/spec/{oauth → codegen/oauth}/api/default_api_spec.rb +0 -0
  824. data/spec/{oauth → codegen/oauth}/models/access_token_info_response_spec.rb +0 -0
  825. data/spec/{oauth → codegen/oauth}/models/error_detail_spec.rb +0 -0
  826. data/spec/{oauth → codegen/oauth}/models/error_spec.rb +0 -0
  827. data/spec/{oauth → codegen/oauth}/models/refresh_token_info_response_spec.rb +0 -0
  828. data/spec/{oauth → codegen/oauth}/models/token_response_if_spec.rb +0 -0
  829. data/spec/{webhooks → codegen/webhooks}/api/settings_api_spec.rb +0 -0
  830. data/spec/{webhooks → codegen/webhooks}/api/subscriptions_api_spec.rb +0 -0
  831. data/spec/{webhooks → codegen/webhooks}/models/batch_input_subscription_batch_update_request_spec.rb +0 -0
  832. data/spec/{webhooks → codegen/webhooks}/models/batch_response_subscription_response_spec.rb +0 -0
  833. data/spec/{webhooks → codegen/webhooks}/models/batch_response_subscription_response_with_errors_spec.rb +0 -0
  834. data/spec/{webhooks → codegen/webhooks}/models/error_category_spec.rb +0 -0
  835. data/spec/{webhooks → codegen/webhooks}/models/error_detail_spec.rb +0 -0
  836. data/spec/{webhooks → codegen/webhooks}/models/error_spec.rb +0 -0
  837. data/spec/{webhooks → codegen/webhooks}/models/settings_change_request_spec.rb +0 -0
  838. data/spec/{webhooks → codegen/webhooks}/models/settings_response_spec.rb +0 -0
  839. data/spec/{webhooks → codegen/webhooks}/models/standard_error_spec.rb +0 -0
  840. data/spec/{webhooks → codegen/webhooks}/models/subscription_batch_update_request_spec.rb +0 -0
  841. data/spec/{webhooks → codegen/webhooks}/models/subscription_create_request_spec.rb +0 -0
  842. data/spec/{webhooks → codegen/webhooks}/models/subscription_list_response_spec.rb +0 -0
  843. data/spec/{webhooks → codegen/webhooks}/models/subscription_patch_request_spec.rb +0 -0
  844. data/spec/{webhooks → codegen/webhooks}/models/subscription_response_spec.rb +0 -0
  845. data/spec/{webhooks → codegen/webhooks}/models/throttling_settings_spec.rb +0 -0
  846. data/spec/features/automation/actions/callbacks_api_spec.rb +8 -0
  847. data/spec/features/automation/actions/definitions_api_spec.rb +11 -0
  848. data/spec/features/automation/actions/functions_api_spec.rb +13 -0
  849. data/spec/features/automation/actions/revisions_api_spec.rb +8 -0
  850. data/spec/features/cms/audit-logs/default_api_spec.rb +25 -0
  851. data/spec/features/cms/blogs/authors/default_api_spec.rb +254 -0
  852. data/spec/features/cms/blogs/blog-posts/default_api_spec.rb +25 -0
  853. data/spec/features/cms/blogs/tags/default_api_spec.rb +15 -0
  854. data/spec/features/cms/domains/domains_api_spec.rb +8 -0
  855. data/spec/features/cms/hubdb/rows_api_spec.rb +15 -0
  856. data/spec/features/cms/hubdb/rows_batch_api_spec.rb +13 -0
  857. data/spec/features/cms/hubdb/tables_api_spec.rb +20 -0
  858. data/spec/features/cms/perfomance/default_api_spec.rb +8 -0
  859. data/spec/features/cms/site-search/default_api_spec.rb +8 -0
  860. data/spec/features/cms/url-redirects/redirects_api_spec.rb +11 -0
  861. data/spec/features/conversations/visitor-identification/generate_api_spec.rb +7 -0
  862. data/spec/features/crm/associations/batch_api_spec.rb +9 -0
  863. data/spec/features/crm/associations/types_api_spec.rb +7 -0
  864. data/spec/features/crm/companies/associations_api_spec.rb +9 -0
  865. data/spec/features/crm/companies/basic_api_spec.rb +11 -0
  866. data/spec/features/crm/companies/batch_api_spec.rb +10 -0
  867. data/spec/features/crm/companies/search_api_spec.rb +7 -0
  868. data/spec/features/crm/contacts/associations_api_spec.rb +9 -0
  869. data/spec/features/crm/contacts/basic_api_spec.rb +11 -0
  870. data/spec/features/crm/contacts/batch_api_spec.rb +10 -0
  871. data/spec/features/crm/contacts/search_api_spec.rb +7 -0
  872. data/spec/features/crm/deals/associations_api_spec.rb +9 -0
  873. data/spec/features/crm/deals/basic_api_spec.rb +11 -0
  874. data/spec/features/crm/deals/batch_api_spec.rb +10 -0
  875. data/spec/features/crm/deals/search_api_spec.rb +7 -0
  876. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
  877. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +9 -0
  878. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +8 -0
  879. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +8 -0
  880. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
  881. data/spec/features/crm/extensions/calling/settings_api_spec.rb +10 -0
  882. data/spec/features/crm/extensions/cards/cards_api_spec.rb +11 -0
  883. data/spec/features/crm/extensions/cards/sample_response_api_spec.rb +7 -0
  884. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
  885. data/spec/features/crm/imports/core_api_spec.rb +10 -0
  886. data/spec/features/crm/line_items/associations_api_spec.rb +9 -0
  887. data/spec/features/crm/line_items/basic_api_spec.rb +11 -0
  888. data/spec/features/crm/line_items/batch_api_spec.rb +10 -0
  889. data/spec/features/crm/line_items/search_api_spec.rb +7 -0
  890. data/spec/features/crm/objects/associations_api_spec.rb +9 -0
  891. data/spec/features/crm/objects/basic_api_spec.rb +11 -0
  892. data/spec/features/crm/objects/batch_api_spec.rb +10 -0
  893. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +7 -0
  894. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +8 -0
  895. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +7 -0
  896. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
  897. data/spec/features/crm/objects/search_api_spec.rb +7 -0
  898. data/spec/features/crm/owners/default_api_spec.rb +8 -0
  899. data/spec/features/crm/pipelines/pipeline_stages_api_spec.rb +12 -0
  900. data/spec/features/crm/pipelines/pipelines_api_spec.rb +12 -0
  901. data/spec/features/crm/products/associations_api_spec.rb +9 -0
  902. data/spec/features/crm/products/basic_api_spec.rb +11 -0
  903. data/spec/features/crm/products/batch_api_spec.rb +10 -0
  904. data/spec/features/crm/products/search_api_spec.rb +7 -0
  905. data/spec/features/crm/properties/batch_api_spec.rb +9 -0
  906. data/spec/features/crm/properties/core_api_spec.rb +11 -0
  907. data/spec/features/crm/properties/groups_api_spec.rb +11 -0
  908. data/spec/features/crm/quotes/associations_api_spec.rb +7 -0
  909. data/spec/features/crm/quotes/basic_api_spec.rb +8 -0
  910. data/spec/features/crm/quotes/batch_api_spec.rb +7 -0
  911. data/spec/features/crm/quotes/search_api_spec.rb +7 -0
  912. data/spec/features/crm/schemas/core_api_spec.rb +13 -0
  913. data/spec/features/crm/schemas/default_api_spec.rb +7 -0
  914. data/spec/features/crm/tickets/associations_api_spec.rb +9 -0
  915. data/spec/features/crm/tickets/basic_api_spec.rb +11 -0
  916. data/spec/features/crm/tickets/batch_api_spec.rb +10 -0
  917. data/spec/features/crm/tickets/search_api_spec.rb +7 -0
  918. data/spec/features/crm/timeline/events_api_spec.rb +11 -0
  919. data/spec/features/crm/timeline/templates_api_spec.rb +11 -0
  920. data/spec/features/crm/timeline/tokens_api_spec.rb +9 -0
  921. data/spec/features/events/events_api_spec.rb +7 -0
  922. data/spec/features/files/files/files_api_spec.rb +16 -0
  923. data/spec/features/files/files/folders_api_spec.rb +14 -0
  924. data/spec/features/marketing/transactional/default_api_spec.rb +12 -0
  925. data/spec/features/oauth/default_api_spec.rb +10 -0
  926. data/spec/features/webhooks/settings_api_spec.rb +9 -0
  927. data/spec/features/webhooks/subscriptions_api_spec.rb +12 -0
  928. metadata +1671 -1009
@@ -0,0 +1,208 @@
1
+ =begin
2
+ #HubSpot Events API
3
+
4
+ #API for accessing CRM object events.
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Hubspot
16
+ module Events
17
+ class Paging
18
+ attr_accessor :_next
19
+
20
+ # Attribute mapping from ruby-style variable name to JSON key.
21
+ def self.attribute_map
22
+ {
23
+ :'_next' => :'next'
24
+ }
25
+ end
26
+
27
+ # Attribute type mapping.
28
+ def self.openapi_types
29
+ {
30
+ :'_next' => :'NextPage'
31
+ }
32
+ end
33
+
34
+ # List of attributes with nullable: true
35
+ def self.openapi_nullable
36
+ Set.new([
37
+ ])
38
+ end
39
+
40
+ # Initializes the object
41
+ # @param [Hash] attributes Model attributes in the form of hash
42
+ def initialize(attributes = {})
43
+ if (!attributes.is_a?(Hash))
44
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Events::Paging` initialize method"
45
+ end
46
+
47
+ # check to see if the attribute exists and convert string to symbol for hash key
48
+ attributes = attributes.each_with_object({}) { |(k, v), h|
49
+ if (!self.class.attribute_map.key?(k.to_sym))
50
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Events::Paging`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
51
+ end
52
+ h[k.to_sym] = v
53
+ }
54
+
55
+ if attributes.key?(:'_next')
56
+ self._next = attributes[:'_next']
57
+ end
58
+ end
59
+
60
+ # Show invalid properties with the reasons. Usually used together with valid?
61
+ # @return Array for valid properties with the reasons
62
+ def list_invalid_properties
63
+ invalid_properties = Array.new
64
+ invalid_properties
65
+ end
66
+
67
+ # Check to see if the all the properties in the model are valid
68
+ # @return true if the model is valid
69
+ def valid?
70
+ true
71
+ end
72
+
73
+ # Checks equality by comparing each attribute.
74
+ # @param [Object] Object to be compared
75
+ def ==(o)
76
+ return true if self.equal?(o)
77
+ self.class == o.class &&
78
+ _next == o._next
79
+ end
80
+
81
+ # @see the `==` method
82
+ # @param [Object] Object to be compared
83
+ def eql?(o)
84
+ self == o
85
+ end
86
+
87
+ # Calculates hash code according to all attributes.
88
+ # @return [Integer] Hash code
89
+ def hash
90
+ [_next].hash
91
+ end
92
+
93
+ # Builds the object from hash
94
+ # @param [Hash] attributes Model attributes in the form of hash
95
+ # @return [Object] Returns the model itself
96
+ def self.build_from_hash(attributes)
97
+ new.build_from_hash(attributes)
98
+ end
99
+
100
+ # Builds the object from hash
101
+ # @param [Hash] attributes Model attributes in the form of hash
102
+ # @return [Object] Returns the model itself
103
+ def build_from_hash(attributes)
104
+ return nil unless attributes.is_a?(Hash)
105
+ self.class.openapi_types.each_pair do |key, type|
106
+ if type =~ /\AArray<(.*)>/i
107
+ # check to ensure the input is an array given that the attribute
108
+ # is documented as an array but the input is not
109
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
110
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
111
+ end
112
+ elsif !attributes[self.class.attribute_map[key]].nil?
113
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
114
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
115
+ end
116
+
117
+ self
118
+ end
119
+
120
+ # Deserializes the data based on type
121
+ # @param string type Data type
122
+ # @param string value Value to be deserialized
123
+ # @return [Object] Deserialized data
124
+ def _deserialize(type, value)
125
+ case type.to_sym
126
+ when :DateTime
127
+ DateTime.parse(value)
128
+ when :Date
129
+ Date.parse(value)
130
+ when :String
131
+ value.to_s
132
+ when :Integer
133
+ value.to_i
134
+ when :Float
135
+ value.to_f
136
+ when :Boolean
137
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
138
+ true
139
+ else
140
+ false
141
+ end
142
+ when :Object
143
+ # generic object (usually a Hash), return directly
144
+ value
145
+ when /\AArray<(?<inner_type>.+)>\z/
146
+ inner_type = Regexp.last_match[:inner_type]
147
+ value.map { |v| _deserialize(inner_type, v) }
148
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
149
+ k_type = Regexp.last_match[:k_type]
150
+ v_type = Regexp.last_match[:v_type]
151
+ {}.tap do |hash|
152
+ value.each do |k, v|
153
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
154
+ end
155
+ end
156
+ else # model
157
+ Hubspot::Events.const_get(type).build_from_hash(value)
158
+ end
159
+ end
160
+
161
+ # Returns the string representation of the object
162
+ # @return [String] String presentation of the object
163
+ def to_s
164
+ to_hash.to_s
165
+ end
166
+
167
+ # to_body is an alias to to_hash (backward compatibility)
168
+ # @return [Hash] Returns the object in the form of hash
169
+ def to_body
170
+ to_hash
171
+ end
172
+
173
+ # Returns the object in the form of hash
174
+ # @return [Hash] Returns the object in the form of hash
175
+ def to_hash
176
+ hash = {}
177
+ self.class.attribute_map.each_pair do |attr, param|
178
+ value = self.send(attr)
179
+ if value.nil?
180
+ is_nullable = self.class.openapi_nullable.include?(attr)
181
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
182
+ end
183
+
184
+ hash[param] = _to_hash(value)
185
+ end
186
+ hash
187
+ end
188
+
189
+ # Outputs non-array value in the form of hash
190
+ # For object, use to_hash. Otherwise, just return the value
191
+ # @param [Object] value Any valid value
192
+ # @return [Hash] Returns the value in the form of hash
193
+ def _to_hash(value)
194
+ if value.is_a?(Array)
195
+ value.compact.map { |v| _to_hash(v) }
196
+ elsif value.is_a?(Hash)
197
+ {}.tap do |hash|
198
+ value.each { |k, v| hash[k] = _to_hash(v) }
199
+ end
200
+ elsif value.respond_to? :to_hash
201
+ value.to_hash
202
+ else
203
+ value
204
+ end
205
+ end
206
+ end
207
+ end
208
+ end
@@ -0,0 +1,787 @@
1
+ =begin
2
+ #Files
3
+
4
+ #Upload and manage files.
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'cgi'
14
+
15
+ module Hubspot
16
+ module Files
17
+ module Files
18
+ class FilesApi
19
+ attr_accessor :api_client
20
+
21
+ def initialize(api_client = ApiClient.default)
22
+ @api_client = api_client
23
+ end
24
+ # Delete file
25
+ # Delete file by ID
26
+ # @param file_id [String] File ID to delete
27
+ # @param [Hash] opts the optional parameters
28
+ # @return [nil]
29
+ def archive(file_id, opts = {})
30
+ archive_with_http_info(file_id, opts)
31
+ nil
32
+ end
33
+
34
+ # Delete file
35
+ # Delete file by ID
36
+ # @param file_id [String] File ID to delete
37
+ # @param [Hash] opts the optional parameters
38
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
39
+ def archive_with_http_info(file_id, opts = {})
40
+ if @api_client.config.debugging
41
+ @api_client.config.logger.debug 'Calling API: FilesApi.archive ...'
42
+ end
43
+ # verify the required parameter 'file_id' is set
44
+ if @api_client.config.client_side_validation && file_id.nil?
45
+ fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.archive"
46
+ end
47
+ pattern = Regexp.new(/\d+/)
48
+ if @api_client.config.client_side_validation && file_id !~ pattern
49
+ fail ArgumentError, "invalid value for 'file_id' when calling FilesApi.archive, must conform to the pattern #{pattern}."
50
+ end
51
+
52
+ # resource path
53
+ local_var_path = '/files/v3/files/{fileId}'.sub('{' + 'fileId' + '}', CGI.escape(file_id.to_s))
54
+
55
+ # query parameters
56
+ query_params = opts[:query_params] || {}
57
+
58
+ # header parameters
59
+ header_params = opts[:header_params] || {}
60
+ # HTTP header 'Accept' (if needed)
61
+ header_params['Accept'] = @api_client.select_header_accept(['*/*'])
62
+
63
+ # form parameters
64
+ form_params = opts[:form_params] || {}
65
+
66
+ # http body (model)
67
+ post_body = opts[:body]
68
+
69
+ # return_type
70
+ return_type = opts[:return_type]
71
+
72
+ # auth_names
73
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
74
+
75
+ new_options = opts.merge(
76
+ :header_params => header_params,
77
+ :query_params => query_params,
78
+ :form_params => form_params,
79
+ :body => post_body,
80
+ :auth_names => auth_names,
81
+ :return_type => return_type
82
+ )
83
+
84
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
85
+ if @api_client.config.debugging
86
+ @api_client.config.logger.debug "API called: FilesApi#archive\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
87
+ end
88
+ return data, status_code, headers
89
+ end
90
+
91
+ # GDPR delete
92
+ # GDRP delete file
93
+ # @param file_id [String] ID of file to GDPR delete
94
+ # @param [Hash] opts the optional parameters
95
+ # @return [nil]
96
+ def archive_gdpr(file_id, opts = {})
97
+ archive_gdpr_with_http_info(file_id, opts)
98
+ nil
99
+ end
100
+
101
+ # GDPR delete
102
+ # GDRP delete file
103
+ # @param file_id [String] ID of file to GDPR delete
104
+ # @param [Hash] opts the optional parameters
105
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
106
+ def archive_gdpr_with_http_info(file_id, opts = {})
107
+ if @api_client.config.debugging
108
+ @api_client.config.logger.debug 'Calling API: FilesApi.archive_gdpr ...'
109
+ end
110
+ # verify the required parameter 'file_id' is set
111
+ if @api_client.config.client_side_validation && file_id.nil?
112
+ fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.archive_gdpr"
113
+ end
114
+ pattern = Regexp.new(/\d+/)
115
+ if @api_client.config.client_side_validation && file_id !~ pattern
116
+ fail ArgumentError, "invalid value for 'file_id' when calling FilesApi.archive_gdpr, must conform to the pattern #{pattern}."
117
+ end
118
+
119
+ # resource path
120
+ local_var_path = '/files/v3/files/{fileId}/gdpr-delete'.sub('{' + 'fileId' + '}', CGI.escape(file_id.to_s))
121
+
122
+ # query parameters
123
+ query_params = opts[:query_params] || {}
124
+
125
+ # header parameters
126
+ header_params = opts[:header_params] || {}
127
+ # HTTP header 'Accept' (if needed)
128
+ header_params['Accept'] = @api_client.select_header_accept(['*/*'])
129
+
130
+ # form parameters
131
+ form_params = opts[:form_params] || {}
132
+
133
+ # http body (model)
134
+ post_body = opts[:body]
135
+
136
+ # return_type
137
+ return_type = opts[:return_type]
138
+
139
+ # auth_names
140
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
141
+
142
+ new_options = opts.merge(
143
+ :header_params => header_params,
144
+ :query_params => query_params,
145
+ :form_params => form_params,
146
+ :body => post_body,
147
+ :auth_names => auth_names,
148
+ :return_type => return_type
149
+ )
150
+
151
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
152
+ if @api_client.config.debugging
153
+ @api_client.config.logger.debug "API called: FilesApi#archive_gdpr\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
154
+ end
155
+ return data, status_code, headers
156
+ end
157
+
158
+ # Check import status.
159
+ # Check the status of requested import.
160
+ # @param task_id [String] Import by URL task ID
161
+ # @param [Hash] opts the optional parameters
162
+ # @return [FileActionResponse]
163
+ def check_import(task_id, opts = {})
164
+ data, _status_code, _headers = check_import_with_http_info(task_id, opts)
165
+ data
166
+ end
167
+
168
+ # Check import status.
169
+ # Check the status of requested import.
170
+ # @param task_id [String] Import by URL task ID
171
+ # @param [Hash] opts the optional parameters
172
+ # @return [Array<(FileActionResponse, Integer, Hash)>] FileActionResponse data, response status code and response headers
173
+ def check_import_with_http_info(task_id, opts = {})
174
+ if @api_client.config.debugging
175
+ @api_client.config.logger.debug 'Calling API: FilesApi.check_import ...'
176
+ end
177
+ # verify the required parameter 'task_id' is set
178
+ if @api_client.config.client_side_validation && task_id.nil?
179
+ fail ArgumentError, "Missing the required parameter 'task_id' when calling FilesApi.check_import"
180
+ end
181
+ # resource path
182
+ local_var_path = '/files/v3/files/import-from-url/async/tasks/{taskId}/status'.sub('{' + 'taskId' + '}', CGI.escape(task_id.to_s))
183
+
184
+ # query parameters
185
+ query_params = opts[:query_params] || {}
186
+
187
+ # header parameters
188
+ header_params = opts[:header_params] || {}
189
+ # HTTP header 'Accept' (if needed)
190
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
191
+
192
+ # form parameters
193
+ form_params = opts[:form_params] || {}
194
+
195
+ # http body (model)
196
+ post_body = opts[:body]
197
+
198
+ # return_type
199
+ return_type = opts[:return_type] || 'FileActionResponse'
200
+
201
+ # auth_names
202
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
203
+
204
+ new_options = opts.merge(
205
+ :header_params => header_params,
206
+ :query_params => query_params,
207
+ :form_params => form_params,
208
+ :body => post_body,
209
+ :auth_names => auth_names,
210
+ :return_type => return_type
211
+ )
212
+
213
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
214
+ if @api_client.config.debugging
215
+ @api_client.config.logger.debug "API called: FilesApi#check_import\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
216
+ end
217
+ return data, status_code, headers
218
+ end
219
+
220
+ # Search files
221
+ # Search through files in the file manager. Does not display hidden or archived files.
222
+ # @param [Hash] opts the optional parameters
223
+ # @option opts [Array<String>] :properties Desired file properties in the return object.
224
+ # @option opts [String] :after The maximum offset of items for a given search is 10000. Narrow your search down if you are reaching this limit.
225
+ # @option opts [String] :before
226
+ # @option opts [Integer] :limit Number of items to return. Maximum limit is 100.
227
+ # @option opts [Array<String>] :sort Sort files by a given field.
228
+ # @option opts [String] :id Search files by given ID.
229
+ # @option opts [DateTime] :created_at Search files by time of creation.
230
+ # @option opts [DateTime] :updated_at Search files by time of latest updated.
231
+ # @option opts [String] :name Search for files containing the given name.
232
+ # @option opts [String] :path Search files by path.
233
+ # @option opts [Integer] :parent_folder_id Search files within given folder ID.
234
+ # @option opts [Integer] :size Query by file size.
235
+ # @option opts [Integer] :height Search files by height of image or video.
236
+ # @option opts [Integer] :width Search files by width of image or video.
237
+ # @option opts [String] :encoding Search files with specified encoding.
238
+ # @option opts [String] :type Filter by provided file type.
239
+ # @option opts [String] :extension Search files by given extension.
240
+ # @option opts [String] :url Search for given URL
241
+ # @option opts [Boolean] :is_usable_in_content If true shows files that have been marked to be used in new content. It false shows files that should not be used in new content.
242
+ # @option opts [Boolean] :allows_anonymous_access If &#39;true&#39; will show private files; if &#39;false&#39; will show public files
243
+ # @return [CollectionResponseFile]
244
+ def do_search(opts = {})
245
+ data, _status_code, _headers = do_search_with_http_info(opts)
246
+ data
247
+ end
248
+
249
+ # Search files
250
+ # Search through files in the file manager. Does not display hidden or archived files.
251
+ # @param [Hash] opts the optional parameters
252
+ # @option opts [Array<String>] :properties Desired file properties in the return object.
253
+ # @option opts [String] :after The maximum offset of items for a given search is 10000. Narrow your search down if you are reaching this limit.
254
+ # @option opts [String] :before
255
+ # @option opts [Integer] :limit Number of items to return. Maximum limit is 100.
256
+ # @option opts [Array<String>] :sort Sort files by a given field.
257
+ # @option opts [String] :id Search files by given ID.
258
+ # @option opts [DateTime] :created_at Search files by time of creation.
259
+ # @option opts [DateTime] :updated_at Search files by time of latest updated.
260
+ # @option opts [String] :name Search for files containing the given name.
261
+ # @option opts [String] :path Search files by path.
262
+ # @option opts [Integer] :parent_folder_id Search files within given folder ID.
263
+ # @option opts [Integer] :size Query by file size.
264
+ # @option opts [Integer] :height Search files by height of image or video.
265
+ # @option opts [Integer] :width Search files by width of image or video.
266
+ # @option opts [String] :encoding Search files with specified encoding.
267
+ # @option opts [String] :type Filter by provided file type.
268
+ # @option opts [String] :extension Search files by given extension.
269
+ # @option opts [String] :url Search for given URL
270
+ # @option opts [Boolean] :is_usable_in_content If true shows files that have been marked to be used in new content. It false shows files that should not be used in new content.
271
+ # @option opts [Boolean] :allows_anonymous_access If &#39;true&#39; will show private files; if &#39;false&#39; will show public files
272
+ # @return [Array<(CollectionResponseFile, Integer, Hash)>] CollectionResponseFile data, response status code and response headers
273
+ def do_search_with_http_info(opts = {})
274
+ if @api_client.config.debugging
275
+ @api_client.config.logger.debug 'Calling API: FilesApi.do_search ...'
276
+ end
277
+ # resource path
278
+ local_var_path = '/files/v3/files/search'
279
+
280
+ # query parameters
281
+ query_params = opts[:query_params] || {}
282
+ query_params[:'properties'] = @api_client.build_collection_param(opts[:'properties'], :multi) if !opts[:'properties'].nil?
283
+ query_params[:'after'] = opts[:'after'] if !opts[:'after'].nil?
284
+ query_params[:'before'] = opts[:'before'] if !opts[:'before'].nil?
285
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
286
+ query_params[:'sort'] = @api_client.build_collection_param(opts[:'sort'], :multi) if !opts[:'sort'].nil?
287
+ query_params[:'id'] = opts[:'id'] if !opts[:'id'].nil?
288
+ query_params[:'createdAt'] = opts[:'created_at'] if !opts[:'created_at'].nil?
289
+ query_params[:'updatedAt'] = opts[:'updated_at'] if !opts[:'updated_at'].nil?
290
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
291
+ query_params[:'path'] = opts[:'path'] if !opts[:'path'].nil?
292
+ query_params[:'parentFolderId'] = opts[:'parent_folder_id'] if !opts[:'parent_folder_id'].nil?
293
+ query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
294
+ query_params[:'height'] = opts[:'height'] if !opts[:'height'].nil?
295
+ query_params[:'width'] = opts[:'width'] if !opts[:'width'].nil?
296
+ query_params[:'encoding'] = opts[:'encoding'] if !opts[:'encoding'].nil?
297
+ query_params[:'type'] = opts[:'type'] if !opts[:'type'].nil?
298
+ query_params[:'extension'] = opts[:'extension'] if !opts[:'extension'].nil?
299
+ query_params[:'url'] = opts[:'url'] if !opts[:'url'].nil?
300
+ query_params[:'isUsableInContent'] = opts[:'is_usable_in_content'] if !opts[:'is_usable_in_content'].nil?
301
+ query_params[:'allowsAnonymousAccess'] = opts[:'allows_anonymous_access'] if !opts[:'allows_anonymous_access'].nil?
302
+
303
+ # header parameters
304
+ header_params = opts[:header_params] || {}
305
+ # HTTP header 'Accept' (if needed)
306
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
307
+
308
+ # form parameters
309
+ form_params = opts[:form_params] || {}
310
+
311
+ # http body (model)
312
+ post_body = opts[:body]
313
+
314
+ # return_type
315
+ return_type = opts[:return_type] || 'CollectionResponseFile'
316
+
317
+ # auth_names
318
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
319
+
320
+ new_options = opts.merge(
321
+ :header_params => header_params,
322
+ :query_params => query_params,
323
+ :form_params => form_params,
324
+ :body => post_body,
325
+ :auth_names => auth_names,
326
+ :return_type => return_type
327
+ )
328
+
329
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
330
+ if @api_client.config.debugging
331
+ @api_client.config.logger.debug "API called: FilesApi#do_search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
332
+ end
333
+ return data, status_code, headers
334
+ end
335
+
336
+ # Get file.
337
+ # Get file by ID.
338
+ # @param file_id [String] Id of the desired file.
339
+ # @param [Hash] opts the optional parameters
340
+ # @option opts [Array<String>] :properties
341
+ # @return [File]
342
+ def get_by_id(file_id, opts = {})
343
+ data, _status_code, _headers = get_by_id_with_http_info(file_id, opts)
344
+ data
345
+ end
346
+
347
+ # Get file.
348
+ # Get file by ID.
349
+ # @param file_id [String] Id of the desired file.
350
+ # @param [Hash] opts the optional parameters
351
+ # @option opts [Array<String>] :properties
352
+ # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
353
+ def get_by_id_with_http_info(file_id, opts = {})
354
+ if @api_client.config.debugging
355
+ @api_client.config.logger.debug 'Calling API: FilesApi.get_by_id ...'
356
+ end
357
+ # verify the required parameter 'file_id' is set
358
+ if @api_client.config.client_side_validation && file_id.nil?
359
+ fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.get_by_id"
360
+ end
361
+ pattern = Regexp.new(/\d+/)
362
+ if @api_client.config.client_side_validation && file_id !~ pattern
363
+ fail ArgumentError, "invalid value for 'file_id' when calling FilesApi.get_by_id, must conform to the pattern #{pattern}."
364
+ end
365
+
366
+ # resource path
367
+ local_var_path = '/files/v3/files/{fileId}'.sub('{' + 'fileId' + '}', CGI.escape(file_id.to_s))
368
+
369
+ # query parameters
370
+ query_params = opts[:query_params] || {}
371
+ query_params[:'properties'] = @api_client.build_collection_param(opts[:'properties'], :multi) if !opts[:'properties'].nil?
372
+
373
+ # header parameters
374
+ header_params = opts[:header_params] || {}
375
+ # HTTP header 'Accept' (if needed)
376
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
377
+
378
+ # form parameters
379
+ form_params = opts[:form_params] || {}
380
+
381
+ # http body (model)
382
+ post_body = opts[:body]
383
+
384
+ # return_type
385
+ return_type = opts[:return_type] || 'HubspotFile'
386
+
387
+ # auth_names
388
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
389
+
390
+ new_options = opts.merge(
391
+ :header_params => header_params,
392
+ :query_params => query_params,
393
+ :form_params => form_params,
394
+ :body => post_body,
395
+ :auth_names => auth_names,
396
+ :return_type => return_type
397
+ )
398
+
399
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
400
+ if @api_client.config.debugging
401
+ @api_client.config.logger.debug "API called: FilesApi#get_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
402
+ end
403
+ return data, status_code, headers
404
+ end
405
+
406
+ # Get signed URL to access private file.
407
+ # Generates signed URL that allows temporary access to a private file.
408
+ # @param file_id [String] ID of file.
409
+ # @param [Hash] opts the optional parameters
410
+ # @option opts [String] :size For image files. This will resize the image to the desired size before sharing. Does not affect the original file, just the file served by this signed URL.
411
+ # @option opts [Integer] :expiration_seconds How long in seconds the link will provide access to the file.
412
+ # @option opts [Boolean] :upscale If size is provided, this will upscale the image to fit the size dimensions.
413
+ # @return [SignedUrl]
414
+ def get_signed_url(file_id, opts = {})
415
+ data, _status_code, _headers = get_signed_url_with_http_info(file_id, opts)
416
+ data
417
+ end
418
+
419
+ # Get signed URL to access private file.
420
+ # Generates signed URL that allows temporary access to a private file.
421
+ # @param file_id [String] ID of file.
422
+ # @param [Hash] opts the optional parameters
423
+ # @option opts [String] :size For image files. This will resize the image to the desired size before sharing. Does not affect the original file, just the file served by this signed URL.
424
+ # @option opts [Integer] :expiration_seconds How long in seconds the link will provide access to the file.
425
+ # @option opts [Boolean] :upscale If size is provided, this will upscale the image to fit the size dimensions.
426
+ # @return [Array<(SignedUrl, Integer, Hash)>] SignedUrl data, response status code and response headers
427
+ def get_signed_url_with_http_info(file_id, opts = {})
428
+ if @api_client.config.debugging
429
+ @api_client.config.logger.debug 'Calling API: FilesApi.get_signed_url ...'
430
+ end
431
+ # verify the required parameter 'file_id' is set
432
+ if @api_client.config.client_side_validation && file_id.nil?
433
+ fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.get_signed_url"
434
+ end
435
+ pattern = Regexp.new(/\d+/)
436
+ if @api_client.config.client_side_validation && file_id !~ pattern
437
+ fail ArgumentError, "invalid value for 'file_id' when calling FilesApi.get_signed_url, must conform to the pattern #{pattern}."
438
+ end
439
+
440
+ allowable_values = ["thumb", "icon", "medium", "preview"]
441
+ if @api_client.config.client_side_validation && opts[:'size'] && !allowable_values.include?(opts[:'size'])
442
+ fail ArgumentError, "invalid value for \"size\", must be one of #{allowable_values}"
443
+ end
444
+ # resource path
445
+ local_var_path = '/files/v3/files/{fileId}/signed-url'.sub('{' + 'fileId' + '}', CGI.escape(file_id.to_s))
446
+
447
+ # query parameters
448
+ query_params = opts[:query_params] || {}
449
+ query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
450
+ query_params[:'expirationSeconds'] = opts[:'expiration_seconds'] if !opts[:'expiration_seconds'].nil?
451
+ query_params[:'upscale'] = opts[:'upscale'] if !opts[:'upscale'].nil?
452
+
453
+ # header parameters
454
+ header_params = opts[:header_params] || {}
455
+ # HTTP header 'Accept' (if needed)
456
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
457
+
458
+ # form parameters
459
+ form_params = opts[:form_params] || {}
460
+
461
+ # http body (model)
462
+ post_body = opts[:body]
463
+
464
+ # return_type
465
+ return_type = opts[:return_type] || 'SignedUrl'
466
+
467
+ # auth_names
468
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
469
+
470
+ new_options = opts.merge(
471
+ :header_params => header_params,
472
+ :query_params => query_params,
473
+ :form_params => form_params,
474
+ :body => post_body,
475
+ :auth_names => auth_names,
476
+ :return_type => return_type
477
+ )
478
+
479
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
480
+ if @api_client.config.debugging
481
+ @api_client.config.logger.debug "API called: FilesApi#get_signed_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
482
+ end
483
+ return data, status_code, headers
484
+ end
485
+
486
+ # Import a file from a URL into the file manager.
487
+ # Asynchronously imports the file at the given URL into the file manager.
488
+ # @param import_from_url_input [ImportFromUrlInput]
489
+ # @param [Hash] opts the optional parameters
490
+ # @return [ImportFromUrlTaskLocator]
491
+ def import_from_url(import_from_url_input, opts = {})
492
+ data, _status_code, _headers = import_from_url_with_http_info(import_from_url_input, opts)
493
+ data
494
+ end
495
+
496
+ # Import a file from a URL into the file manager.
497
+ # Asynchronously imports the file at the given URL into the file manager.
498
+ # @param import_from_url_input [ImportFromUrlInput]
499
+ # @param [Hash] opts the optional parameters
500
+ # @return [Array<(ImportFromUrlTaskLocator, Integer, Hash)>] ImportFromUrlTaskLocator data, response status code and response headers
501
+ def import_from_url_with_http_info(import_from_url_input, opts = {})
502
+ if @api_client.config.debugging
503
+ @api_client.config.logger.debug 'Calling API: FilesApi.import_from_url ...'
504
+ end
505
+ # verify the required parameter 'import_from_url_input' is set
506
+ if @api_client.config.client_side_validation && import_from_url_input.nil?
507
+ fail ArgumentError, "Missing the required parameter 'import_from_url_input' when calling FilesApi.import_from_url"
508
+ end
509
+ # resource path
510
+ local_var_path = '/files/v3/files/import-from-url/async'
511
+
512
+ # query parameters
513
+ query_params = opts[:query_params] || {}
514
+
515
+ # header parameters
516
+ header_params = opts[:header_params] || {}
517
+ # HTTP header 'Accept' (if needed)
518
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
519
+ # HTTP header 'Content-Type'
520
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
521
+
522
+ # form parameters
523
+ form_params = opts[:form_params] || {}
524
+
525
+ # http body (model)
526
+ post_body = opts[:body] || @api_client.object_to_http_body(import_from_url_input)
527
+
528
+ # return_type
529
+ return_type = opts[:return_type] || 'ImportFromUrlTaskLocator'
530
+
531
+ # auth_names
532
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
533
+
534
+ new_options = opts.merge(
535
+ :header_params => header_params,
536
+ :query_params => query_params,
537
+ :form_params => form_params,
538
+ :body => post_body,
539
+ :auth_names => auth_names,
540
+ :return_type => return_type
541
+ )
542
+
543
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
544
+ if @api_client.config.debugging
545
+ @api_client.config.logger.debug "API called: FilesApi#import_from_url\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
546
+ end
547
+ return data, status_code, headers
548
+ end
549
+
550
+ # Replace file.
551
+ # Replace existing file data with new file data. Can be used to change image content without having to upload a new file and update all references.
552
+ # @param file_id [String] Id of the desired file.
553
+ # @param [Hash] opts the optional parameters
554
+ # @option opts [String] :user_agent
555
+ # @option opts [File] :file File data that will replace existing file in the file manager.
556
+ # @option opts [String] :charset_hunch Character set of given file data.
557
+ # @option opts [String] :options JSON String representing FileReplaceOptions
558
+ # @return [File]
559
+ def replace(file_id, opts = {})
560
+ data, _status_code, _headers = replace_with_http_info(file_id, opts)
561
+ data
562
+ end
563
+
564
+ # Replace file.
565
+ # Replace existing file data with new file data. Can be used to change image content without having to upload a new file and update all references.
566
+ # @param file_id [String] Id of the desired file.
567
+ # @param [Hash] opts the optional parameters
568
+ # @option opts [String] :user_agent
569
+ # @option opts [File] :file File data that will replace existing file in the file manager.
570
+ # @option opts [String] :charset_hunch Character set of given file data.
571
+ # @option opts [String] :options JSON String representing FileReplaceOptions
572
+ # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
573
+ def replace_with_http_info(file_id, opts = {})
574
+ if @api_client.config.debugging
575
+ @api_client.config.logger.debug 'Calling API: FilesApi.replace ...'
576
+ end
577
+ # verify the required parameter 'file_id' is set
578
+ if @api_client.config.client_side_validation && file_id.nil?
579
+ fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.replace"
580
+ end
581
+ pattern = Regexp.new(/\d+/)
582
+ if @api_client.config.client_side_validation && file_id !~ pattern
583
+ fail ArgumentError, "invalid value for 'file_id' when calling FilesApi.replace, must conform to the pattern #{pattern}."
584
+ end
585
+
586
+ # resource path
587
+ local_var_path = '/files/v3/files/{fileId}'.sub('{' + 'fileId' + '}', CGI.escape(file_id.to_s))
588
+
589
+ # query parameters
590
+ query_params = opts[:query_params] || {}
591
+
592
+ # header parameters
593
+ header_params = opts[:header_params] || {}
594
+ # HTTP header 'Accept' (if needed)
595
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
596
+ # HTTP header 'Content-Type'
597
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
598
+ header_params[:'User-Agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
599
+
600
+ # form parameters
601
+ form_params = opts[:form_params] || {}
602
+ form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
603
+ form_params['charsetHunch'] = opts[:'charset_hunch'] if !opts[:'charset_hunch'].nil?
604
+ form_params['options'] = opts[:'options'] if !opts[:'options'].nil?
605
+
606
+ # http body (model)
607
+ post_body = opts[:body]
608
+
609
+ # return_type
610
+ return_type = opts[:return_type] || 'HubspotFile'
611
+
612
+ # auth_names
613
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
614
+
615
+ new_options = opts.merge(
616
+ :header_params => header_params,
617
+ :query_params => query_params,
618
+ :form_params => form_params,
619
+ :body => post_body,
620
+ :auth_names => auth_names,
621
+ :return_type => return_type
622
+ )
623
+
624
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
625
+ if @api_client.config.debugging
626
+ @api_client.config.logger.debug "API called: FilesApi#replace\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
627
+ end
628
+ return data, status_code, headers
629
+ end
630
+
631
+ # update file properties
632
+ # Update properties of file by ID.
633
+ # @param file_id [String] ID of file to update
634
+ # @param file_update_input [FileUpdateInput] Options to update.
635
+ # @param [Hash] opts the optional parameters
636
+ # @return [File]
637
+ def update_properties(file_id, file_update_input, opts = {})
638
+ data, _status_code, _headers = update_properties_with_http_info(file_id, file_update_input, opts)
639
+ data
640
+ end
641
+
642
+ # update file properties
643
+ # Update properties of file by ID.
644
+ # @param file_id [String] ID of file to update
645
+ # @param file_update_input [FileUpdateInput] Options to update.
646
+ # @param [Hash] opts the optional parameters
647
+ # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
648
+ def update_properties_with_http_info(file_id, file_update_input, opts = {})
649
+ if @api_client.config.debugging
650
+ @api_client.config.logger.debug 'Calling API: FilesApi.update_properties ...'
651
+ end
652
+ # verify the required parameter 'file_id' is set
653
+ if @api_client.config.client_side_validation && file_id.nil?
654
+ fail ArgumentError, "Missing the required parameter 'file_id' when calling FilesApi.update_properties"
655
+ end
656
+ pattern = Regexp.new(/\d+/)
657
+ if @api_client.config.client_side_validation && file_id !~ pattern
658
+ fail ArgumentError, "invalid value for 'file_id' when calling FilesApi.update_properties, must conform to the pattern #{pattern}."
659
+ end
660
+
661
+ # verify the required parameter 'file_update_input' is set
662
+ if @api_client.config.client_side_validation && file_update_input.nil?
663
+ fail ArgumentError, "Missing the required parameter 'file_update_input' when calling FilesApi.update_properties"
664
+ end
665
+ # resource path
666
+ local_var_path = '/files/v3/files/{fileId}'.sub('{' + 'fileId' + '}', CGI.escape(file_id.to_s))
667
+
668
+ # query parameters
669
+ query_params = opts[:query_params] || {}
670
+
671
+ # header parameters
672
+ header_params = opts[:header_params] || {}
673
+ # HTTP header 'Accept' (if needed)
674
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
675
+ # HTTP header 'Content-Type'
676
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
677
+
678
+ # form parameters
679
+ form_params = opts[:form_params] || {}
680
+
681
+ # http body (model)
682
+ post_body = opts[:body] || @api_client.object_to_http_body(file_update_input)
683
+
684
+ # return_type
685
+ return_type = opts[:return_type] || 'HubspotFile'
686
+
687
+ # auth_names
688
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
689
+
690
+ new_options = opts.merge(
691
+ :header_params => header_params,
692
+ :query_params => query_params,
693
+ :form_params => form_params,
694
+ :body => post_body,
695
+ :auth_names => auth_names,
696
+ :return_type => return_type
697
+ )
698
+
699
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
700
+ if @api_client.config.debugging
701
+ @api_client.config.logger.debug "API called: FilesApi#update_properties\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
702
+ end
703
+ return data, status_code, headers
704
+ end
705
+
706
+ # Upload file
707
+ # Upload a single file with content specified in request body.
708
+ # @param [Hash] opts the optional parameters
709
+ # @option opts [String] :user_agent
710
+ # @option opts [File] :file File to be uploaded.
711
+ # @option opts [String] :folder_id Either &#39;folderId&#39; or &#39;folderPath&#39; is required. folderId is the ID of the folder the file will be uploaded to.
712
+ # @option opts [String] :folder_path Either &#39;folderPath&#39; or &#39;folderId&#39; is required. This field represents the destination folder path for the uploaded file. If a path doesn&#39;t exist, the system will try to create one.
713
+ # @option opts [String] :file_name Desired name for the uploaded file.
714
+ # @option opts [String] :charset_hunch Character set of the uploaded file.
715
+ # @option opts [String] :options JSON string representing FileUploadOptions.
716
+ # @return [File]
717
+ def upload(opts = {})
718
+ data, _status_code, _headers = upload_with_http_info(opts)
719
+ data
720
+ end
721
+
722
+ # Upload file
723
+ # Upload a single file with content specified in request body.
724
+ # @param [Hash] opts the optional parameters
725
+ # @option opts [String] :user_agent
726
+ # @option opts [File] :file File to be uploaded.
727
+ # @option opts [String] :folder_id Either &#39;folderId&#39; or &#39;folderPath&#39; is required. folderId is the ID of the folder the file will be uploaded to.
728
+ # @option opts [String] :folder_path Either &#39;folderPath&#39; or &#39;folderId&#39; is required. This field represents the destination folder path for the uploaded file. If a path doesn&#39;t exist, the system will try to create one.
729
+ # @option opts [String] :file_name Desired name for the uploaded file.
730
+ # @option opts [String] :charset_hunch Character set of the uploaded file.
731
+ # @option opts [String] :options JSON string representing FileUploadOptions.
732
+ # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
733
+ def upload_with_http_info(opts = {})
734
+ if @api_client.config.debugging
735
+ @api_client.config.logger.debug 'Calling API: FilesApi.upload ...'
736
+ end
737
+ # resource path
738
+ local_var_path = '/files/v3/files'
739
+
740
+ # query parameters
741
+ query_params = opts[:query_params] || {}
742
+
743
+ # header parameters
744
+ header_params = opts[:header_params] || {}
745
+ # HTTP header 'Accept' (if needed)
746
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
747
+ # HTTP header 'Content-Type'
748
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
749
+ header_params[:'User-Agent'] = opts[:'user_agent'] if !opts[:'user_agent'].nil?
750
+
751
+ # form parameters
752
+ form_params = opts[:form_params] || {}
753
+ form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
754
+ form_params['folderId'] = opts[:'folder_id'] if !opts[:'folder_id'].nil?
755
+ form_params['folderPath'] = opts[:'folder_path'] if !opts[:'folder_path'].nil?
756
+ form_params['fileName'] = opts[:'file_name'] if !opts[:'file_name'].nil?
757
+ form_params['charsetHunch'] = opts[:'charset_hunch'] if !opts[:'charset_hunch'].nil?
758
+ form_params['options'] = opts[:'options'] if !opts[:'options'].nil?
759
+
760
+ # http body (model)
761
+ post_body = opts[:body]
762
+
763
+ # return_type
764
+ return_type = opts[:return_type] || 'HubspotFile'
765
+
766
+ # auth_names
767
+ auth_names = opts[:auth_names] || ['hapikey', 'oauth2']
768
+
769
+ new_options = opts.merge(
770
+ :header_params => header_params,
771
+ :query_params => query_params,
772
+ :form_params => form_params,
773
+ :body => post_body,
774
+ :auth_names => auth_names,
775
+ :return_type => return_type
776
+ )
777
+
778
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
779
+ if @api_client.config.debugging
780
+ @api_client.config.logger.debug "API called: FilesApi#upload\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
781
+ end
782
+ return data, status_code, headers
783
+ end
784
+ end
785
+ end
786
+ end
787
+ end