hubspot-api-client 9.3.0 → 9.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (265) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -0
  3. data/Gemfile.lock +3 -1
  4. data/hubspot-api-client.gemspec +1 -0
  5. data/lib/hubspot-api-client.rb +5 -664
  6. data/lib/hubspot/codegen/crm/extensions/accounting/api/callbacks_api.rb +728 -0
  7. data/lib/hubspot/codegen/crm/extensions/accounting/api/invoice_api.rb +247 -0
  8. data/lib/hubspot/codegen/crm/extensions/accounting/api/settings_api.rb +160 -0
  9. data/lib/hubspot/codegen/crm/extensions/accounting/api/sync_api.rb +168 -0
  10. data/lib/hubspot/codegen/crm/extensions/accounting/api/user_accounts_api.rb +154 -0
  11. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +394 -0
  12. data/lib/hubspot/codegen/crm/extensions/accounting/api_error.rb +63 -0
  13. data/lib/hubspot/codegen/crm/extensions/accounting/configuration.rb +265 -0
  14. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_settings.rb +241 -0
  15. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_app_urls.rb +381 -0
  16. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_customer.rb +262 -0
  17. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_invoice.rb +357 -0
  18. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_extension_term.rb +253 -0
  19. data/lib/hubspot/codegen/crm/extensions/accounting/models/accounting_features.rb +248 -0
  20. data/lib/hubspot/codegen/crm/extensions/accounting/models/action_response.rb +299 -0
  21. data/lib/hubspot/codegen/crm/extensions/accounting/models/address.rb +253 -0
  22. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_feature.rb +232 -0
  23. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_invoice_sub_features.rb +293 -0
  24. data/lib/hubspot/codegen/crm/extensions/accounting/models/create_user_account_request_external.rb +248 -0
  25. data/lib/hubspot/codegen/crm/extensions/accounting/models/customer_search_response_external.rb +269 -0
  26. data/lib/hubspot/codegen/crm/extensions/accounting/models/error.rb +294 -0
  27. data/lib/hubspot/codegen/crm/extensions/accounting/models/error_detail.rb +260 -0
  28. data/lib/hubspot/codegen/crm/extensions/accounting/models/exchange_rate_response.rb +297 -0
  29. data/lib/hubspot/codegen/crm/extensions/accounting/models/import_invoice_feature.rb +218 -0
  30. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_create_payment_request.rb +263 -0
  31. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_pdf_response.rb +283 -0
  32. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_read_response.rb +455 -0
  33. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_search_response.rb +264 -0
  34. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_request.rb +281 -0
  35. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoice_update_response.rb +441 -0
  36. data/lib/hubspot/codegen/crm/extensions/accounting/models/invoices_response_external.rb +264 -0
  37. data/lib/hubspot/codegen/crm/extensions/accounting/models/object_sync_feature.rb +218 -0
  38. data/lib/hubspot/codegen/crm/extensions/accounting/models/product.rb +281 -0
  39. data/lib/hubspot/codegen/crm/extensions/accounting/models/product_search_response.rb +264 -0
  40. data/lib/hubspot/codegen/crm/extensions/accounting/models/result_id_accounting_response.rb +267 -0
  41. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_contacts_request.rb +235 -0
  42. data/lib/hubspot/codegen/crm/extensions/accounting/models/sync_products_request.rb +235 -0
  43. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax.rb +248 -0
  44. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_search_response.rb +264 -0
  45. data/lib/hubspot/codegen/crm/extensions/accounting/models/tax_type.rb +228 -0
  46. data/lib/hubspot/codegen/crm/extensions/accounting/models/terms_response.rb +264 -0
  47. data/lib/hubspot/codegen/crm/extensions/accounting/models/unit_price.rb +228 -0
  48. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_contact.rb +319 -0
  49. data/lib/hubspot/codegen/crm/extensions/accounting/models/updated_product.rb +324 -0
  50. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +284 -0
  51. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +394 -0
  52. data/lib/hubspot/codegen/crm/extensions/calling/api_error.rb +63 -0
  53. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +258 -0
  54. data/lib/hubspot/codegen/crm/extensions/calling/models/error.rb +294 -0
  55. data/lib/hubspot/codegen/crm/extensions/calling/models/error_detail.rb +260 -0
  56. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +253 -0
  57. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +263 -0
  58. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +308 -0
  59. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api/settings_api.rb +222 -0
  60. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +394 -0
  61. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_error.rb +63 -0
  62. data/lib/hubspot/codegen/crm/extensions/videoconferencing/configuration.rb +258 -0
  63. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error.rb +294 -0
  64. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/error_detail.rb +260 -0
  65. data/lib/hubspot/codegen/crm/extensions/videoconferencing/models/external_settings.rb +248 -0
  66. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +103 -0
  67. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +181 -0
  68. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +95 -0
  69. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +92 -0
  70. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +394 -0
  71. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_error.rb +63 -0
  72. data/lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb +258 -0
  73. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb +231 -0
  74. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb +219 -0
  75. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb +219 -0
  76. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb +219 -0
  77. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +244 -0
  78. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb +315 -0
  79. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb +335 -0
  80. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb +228 -0
  81. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object.rb +228 -0
  82. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object.rb +243 -0
  83. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb +294 -0
  84. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_category.rb +265 -0
  85. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/error_detail.rb +260 -0
  86. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +274 -0
  87. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb +219 -0
  88. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb +226 -0
  89. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb +221 -0
  90. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb +226 -0
  91. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb +288 -0
  92. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +290 -0
  93. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb +233 -0
  94. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb +217 -0
  95. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb +219 -0
  96. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb +311 -0
  97. data/lib/hubspot/codegen/files/files/api/files_api.rb +787 -0
  98. data/lib/hubspot/codegen/files/files/api/folders_api.rb +579 -0
  99. data/lib/hubspot/codegen/files/files/api_client.rb +392 -0
  100. data/lib/hubspot/codegen/files/files/api_error.rb +61 -0
  101. data/lib/hubspot/codegen/files/files/configuration.rb +263 -0
  102. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +226 -0
  103. data/lib/hubspot/codegen/files/files/models/collection_response_folder.rb +226 -0
  104. data/lib/hubspot/codegen/files/files/models/error.rb +292 -0
  105. data/lib/hubspot/codegen/files/files/models/error_category.rb +263 -0
  106. data/lib/hubspot/codegen/files/files/models/error_detail.rb +258 -0
  107. data/lib/hubspot/codegen/files/files/models/file.rb +440 -0
  108. data/lib/hubspot/codegen/files/files/models/file_action_response.rb +348 -0
  109. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +285 -0
  110. data/lib/hubspot/codegen/files/files/models/folder.rb +301 -0
  111. data/lib/hubspot/codegen/files/files/models/folder_action_response.rb +348 -0
  112. data/lib/hubspot/codegen/files/files/models/folder_input.rb +236 -0
  113. data/lib/hubspot/codegen/files/files/models/folder_update_input.rb +236 -0
  114. data/lib/hubspot/codegen/files/files/models/folder_update_task_locator.rb +228 -0
  115. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +374 -0
  116. data/lib/hubspot/codegen/files/files/models/import_from_url_task_locator.rb +228 -0
  117. data/lib/hubspot/codegen/files/files/models/next_page.rb +224 -0
  118. data/lib/hubspot/codegen/files/files/models/paging.rb +219 -0
  119. data/lib/hubspot/codegen/files/files/models/previous_page.rb +224 -0
  120. data/lib/hubspot/codegen/files/files/models/signed_url.rb +311 -0
  121. data/lib/hubspot/codegen/files/files/models/standard_error.rb +309 -0
  122. data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +400 -0
  123. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +392 -0
  124. data/lib/hubspot/codegen/marketing/transactional/api_error.rb +61 -0
  125. data/lib/hubspot/codegen/marketing/transactional/configuration.rb +263 -0
  126. data/lib/hubspot/codegen/marketing/transactional/models/collection_response_smtp_api_token_view.rb +227 -0
  127. data/lib/hubspot/codegen/marketing/transactional/models/email_send_status_view.rb +326 -0
  128. data/lib/hubspot/codegen/marketing/transactional/models/error.rb +292 -0
  129. data/lib/hubspot/codegen/marketing/transactional/models/error_detail.rb +258 -0
  130. data/lib/hubspot/codegen/marketing/transactional/models/event_id_view.rb +231 -0
  131. data/lib/hubspot/codegen/marketing/transactional/models/next_page.rb +224 -0
  132. data/lib/hubspot/codegen/marketing/transactional/models/paging.rb +210 -0
  133. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_email.rb +282 -0
  134. data/lib/hubspot/codegen/marketing/transactional/models/public_single_send_request_egg.rb +262 -0
  135. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_request_egg.rb +231 -0
  136. data/lib/hubspot/codegen/marketing/transactional/models/smtp_api_token_view.rb +301 -0
  137. data/lib/hubspot/version.rb +1 -1
  138. data/spec/codegen/crm/extensions/accounting/api/callbacks_api_spec.rb +165 -0
  139. data/spec/codegen/crm/extensions/accounting/api/invoice_api_spec.rb +76 -0
  140. data/spec/codegen/crm/extensions/accounting/api/settings_api_spec.rb +60 -0
  141. data/spec/codegen/crm/extensions/accounting/api/sync_api_spec.rb +61 -0
  142. data/spec/codegen/crm/extensions/accounting/api/user_accounts_api_spec.rb +59 -0
  143. data/spec/codegen/crm/extensions/accounting/models/accounting_app_settings_spec.rb +53 -0
  144. data/spec/codegen/crm/extensions/accounting/models/accounting_app_urls_spec.rb +125 -0
  145. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_customer_spec.rb +65 -0
  146. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_invoice_spec.rb +93 -0
  147. data/spec/codegen/crm/extensions/accounting/models/accounting_extension_term_spec.rb +59 -0
  148. data/spec/codegen/crm/extensions/accounting/models/accounting_features_spec.rb +53 -0
  149. data/spec/codegen/crm/extensions/accounting/models/action_response_spec.rb +69 -0
  150. data/spec/codegen/crm/extensions/accounting/models/address_spec.rb +65 -0
  151. data/spec/codegen/crm/extensions/accounting/models/create_invoice_feature_spec.rb +47 -0
  152. data/spec/codegen/crm/extensions/accounting/models/create_invoice_sub_features_spec.rb +71 -0
  153. data/spec/codegen/crm/extensions/accounting/models/create_user_account_request_external_spec.rb +53 -0
  154. data/spec/codegen/crm/extensions/accounting/models/customer_search_response_external_spec.rb +51 -0
  155. data/spec/codegen/crm/extensions/accounting/models/error_detail_spec.rb +65 -0
  156. data/spec/codegen/crm/extensions/accounting/models/error_spec.rb +77 -0
  157. data/spec/codegen/crm/extensions/accounting/models/exchange_rate_response_spec.rb +63 -0
  158. data/spec/codegen/crm/extensions/accounting/models/import_invoice_feature_spec.rb +41 -0
  159. data/spec/codegen/crm/extensions/accounting/models/invoice_create_payment_request_spec.rb +59 -0
  160. data/spec/codegen/crm/extensions/accounting/models/invoice_pdf_response_spec.rb +51 -0
  161. data/spec/codegen/crm/extensions/accounting/models/invoice_read_response_spec.rb +135 -0
  162. data/spec/codegen/crm/extensions/accounting/models/invoice_search_response_spec.rb +51 -0
  163. data/spec/codegen/crm/extensions/accounting/models/invoice_update_request_spec.rb +83 -0
  164. data/spec/codegen/crm/extensions/accounting/models/invoice_update_response_spec.rb +135 -0
  165. data/spec/codegen/crm/extensions/accounting/models/invoices_response_external_spec.rb +51 -0
  166. data/spec/codegen/crm/extensions/accounting/models/object_sync_feature_spec.rb +41 -0
  167. data/spec/codegen/crm/extensions/accounting/models/product_search_response_spec.rb +51 -0
  168. data/spec/codegen/crm/extensions/accounting/models/product_spec.rb +71 -0
  169. data/spec/codegen/crm/extensions/accounting/models/result_id_accounting_response_spec.rb +51 -0
  170. data/spec/codegen/crm/extensions/accounting/models/sync_contacts_request_spec.rb +47 -0
  171. data/spec/codegen/crm/extensions/accounting/models/sync_products_request_spec.rb +47 -0
  172. data/spec/codegen/crm/extensions/accounting/models/tax_search_response_spec.rb +51 -0
  173. data/spec/codegen/crm/extensions/accounting/models/tax_spec.rb +53 -0
  174. data/spec/codegen/crm/extensions/accounting/models/tax_type_spec.rb +47 -0
  175. data/spec/codegen/crm/extensions/accounting/models/terms_response_spec.rb +51 -0
  176. data/spec/codegen/crm/extensions/accounting/models/unit_price_spec.rb +47 -0
  177. data/spec/codegen/crm/extensions/accounting/models/updated_contact_spec.rb +73 -0
  178. data/spec/codegen/crm/extensions/accounting/models/updated_product_spec.rb +75 -0
  179. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +85 -0
  180. data/spec/codegen/crm/extensions/calling/models/error_detail_spec.rb +65 -0
  181. data/spec/codegen/crm/extensions/calling/models/error_spec.rb +77 -0
  182. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +65 -0
  183. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +65 -0
  184. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +77 -0
  185. data/spec/codegen/crm/extensions/videoconferencing/api/settings_api_spec.rb +72 -0
  186. data/spec/codegen/crm/extensions/videoconferencing/models/error_detail_spec.rb +65 -0
  187. data/spec/codegen/crm/extensions/videoconferencing/models/error_spec.rb +77 -0
  188. data/spec/codegen/crm/extensions/videoconferencing/models/external_settings_spec.rb +59 -0
  189. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +50 -0
  190. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +69 -0
  191. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +48 -0
  192. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +47 -0
  193. data/spec/codegen/crm/objects/feedback_submissions/models/associated_id_spec.rb +47 -0
  194. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  195. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id_spec.rb +41 -0
  196. data/spec/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_spec.rb +41 -0
  197. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +53 -0
  198. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_spec.rb +75 -0
  199. data/spec/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors_spec.rb +87 -0
  200. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_spec.rb +47 -0
  201. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_spec.rb +47 -0
  202. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  203. data/spec/codegen/crm/objects/feedback_submissions/models/error_category_spec.rb +51 -0
  204. data/spec/codegen/crm/objects/feedback_submissions/models/error_detail_spec.rb +65 -0
  205. data/spec/codegen/crm/objects/feedback_submissions/models/error_spec.rb +77 -0
  206. data/spec/codegen/crm/objects/feedback_submissions/models/filter_group_spec.rb +41 -0
  207. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +57 -0
  208. data/spec/codegen/crm/objects/feedback_submissions/models/next_page_spec.rb +47 -0
  209. data/spec/codegen/crm/objects/feedback_submissions/models/paging_spec.rb +47 -0
  210. data/spec/codegen/crm/objects/feedback_submissions/models/previous_page_spec.rb +47 -0
  211. data/spec/codegen/crm/objects/feedback_submissions/models/public_object_search_request_spec.rb +71 -0
  212. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input_spec.rb +47 -0
  213. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_id_spec.rb +41 -0
  214. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_spec.rb +41 -0
  215. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +77 -0
  216. data/spec/codegen/crm/objects/feedback_submissions/models/standard_error_spec.rb +83 -0
  217. data/spec/codegen/files/files/api/files_api_spec.rb +189 -0
  218. data/spec/codegen/files/files/api/folders_api_spec.rb +143 -0
  219. data/spec/codegen/files/files/models/collection_response_file_spec.rb +47 -0
  220. data/spec/codegen/files/files/models/collection_response_folder_spec.rb +47 -0
  221. data/spec/codegen/files/files/models/error_category_spec.rb +51 -0
  222. data/spec/codegen/files/files/models/error_detail_spec.rb +65 -0
  223. data/spec/codegen/files/files/models/error_spec.rb +77 -0
  224. data/spec/codegen/files/files/models/file_action_response_spec.rb +93 -0
  225. data/spec/codegen/files/files/models/file_spec.rb +147 -0
  226. data/spec/codegen/files/files/models/file_update_input_spec.rb +69 -0
  227. data/spec/codegen/files/files/models/folder_action_response_spec.rb +93 -0
  228. data/spec/codegen/files/files/models/folder_input_spec.rb +53 -0
  229. data/spec/codegen/files/files/models/folder_spec.rb +83 -0
  230. data/spec/codegen/files/files/models/folder_update_input_spec.rb +53 -0
  231. data/spec/codegen/files/files/models/folder_update_task_locator_spec.rb +47 -0
  232. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +101 -0
  233. data/spec/codegen/files/files/models/import_from_url_task_locator_spec.rb +47 -0
  234. data/spec/codegen/files/files/models/next_page_spec.rb +47 -0
  235. data/spec/codegen/files/files/models/paging_spec.rb +47 -0
  236. data/spec/codegen/files/files/models/previous_page_spec.rb +47 -0
  237. data/spec/codegen/files/files/models/signed_url_spec.rb +83 -0
  238. data/spec/codegen/files/files/models/standard_error_spec.rb +83 -0
  239. data/spec/codegen/marketing/transactional/api/default_api_spec.rb +110 -0
  240. data/spec/codegen/marketing/transactional/models/collection_response_smtp_api_token_view_spec.rb +47 -0
  241. data/spec/codegen/marketing/transactional/models/email_send_status_view_spec.rb +85 -0
  242. data/spec/codegen/marketing/transactional/models/error_detail_spec.rb +65 -0
  243. data/spec/codegen/marketing/transactional/models/error_spec.rb +77 -0
  244. data/spec/codegen/marketing/transactional/models/event_id_view_spec.rb +47 -0
  245. data/spec/codegen/marketing/transactional/models/next_page_spec.rb +47 -0
  246. data/spec/codegen/marketing/transactional/models/paging_spec.rb +41 -0
  247. data/spec/codegen/marketing/transactional/models/public_single_send_email_spec.rb +71 -0
  248. data/spec/codegen/marketing/transactional/models/public_single_send_request_egg_spec.rb +59 -0
  249. data/spec/codegen/marketing/transactional/models/smtp_api_token_request_egg_spec.rb +47 -0
  250. data/spec/codegen/marketing/transactional/models/smtp_api_token_view_spec.rb +77 -0
  251. data/spec/features/crm/extensions/accounting/callbacks_api_spec.rb +16 -0
  252. data/spec/features/crm/extensions/accounting/invoice_api_spec.rb +9 -0
  253. data/spec/features/crm/extensions/accounting/settings_api_spec.rb +8 -0
  254. data/spec/features/crm/extensions/accounting/sync_api_spec.rb +8 -0
  255. data/spec/features/crm/extensions/accounting/user_accounts_api_spec.rb +8 -0
  256. data/spec/features/crm/extensions/calling/settings_api_spec.rb +10 -0
  257. data/spec/features/crm/extensions/videoconferencing/settings_api_spec.rb +9 -0
  258. data/spec/features/crm/objects/feedback_submissions/associations_api_spec.rb +7 -0
  259. data/spec/features/crm/objects/feedback_submissions/basic_api_spec.rb +8 -0
  260. data/spec/features/crm/objects/feedback_submissions/batch_api_spec.rb +7 -0
  261. data/spec/features/crm/objects/feedback_submissions/search_api_spec.rb +7 -0
  262. data/spec/features/files/files/files_api_spec.rb +16 -0
  263. data/spec/features/files/files/folders_api_spec.rb +14 -0
  264. data/spec/features/marketing/transactional/default_api_spec.rb +12 -0
  265. metadata +401 -2
@@ -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] || 'File'
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 [String] :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 [String] :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] || 'File'
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] || 'File'
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 [String] :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 [String] :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] || 'File'
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