hubspot-api-client 2.3.2 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (486) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +32 -0
  3. data/README.md +2 -31
  4. data/lib/hubspot-api-client.rb +176 -208
  5. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +22 -22
  6. data/lib/hubspot/codegen/crm/associations/api/types_api.rb +8 -8
  7. data/lib/hubspot/codegen/crm/associations/api_client.rb +3 -3
  8. data/lib/hubspot/codegen/crm/associations/api_error.rb +2 -2
  9. data/lib/hubspot/codegen/crm/associations/configuration.rb +1 -1
  10. data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +1 -1
  11. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +2 -2
  12. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +1 -1
  13. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +1 -1
  14. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +1 -1
  15. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +1 -1
  16. data/lib/hubspot/codegen/crm/associations/models/error.rb +1 -1
  17. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +1 -1
  18. data/lib/hubspot/codegen/crm/associations/models/next_page.rb +1 -1
  19. data/lib/hubspot/codegen/crm/associations/models/paging.rb +1 -1
  20. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +1 -1
  21. data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +1 -1
  22. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +1 -1
  23. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +2 -2
  24. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +26 -26
  25. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +1 -1
  26. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +21 -21
  27. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +1 -1
  28. data/lib/hubspot/codegen/crm/companies/api_client.rb +3 -3
  29. data/lib/hubspot/codegen/crm/companies/api_error.rb +2 -2
  30. data/lib/hubspot/codegen/crm/companies/configuration.rb +1 -1
  31. data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +1 -1
  32. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +2 -2
  33. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +2 -2
  34. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +2 -2
  35. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +1 -1
  36. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +1 -1
  37. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +1 -1
  38. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +2 -2
  39. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +2 -2
  40. data/lib/hubspot/codegen/crm/companies/models/error.rb +1 -1
  41. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +1 -1
  42. data/lib/hubspot/codegen/crm/companies/models/filter.rb +4 -4
  43. data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +2 -2
  44. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +2 -2
  45. data/lib/hubspot/codegen/crm/companies/models/paging.rb +2 -2
  46. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +2 -2
  47. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +1 -1
  48. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +2 -2
  49. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +2 -2
  50. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +1 -1
  51. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +26 -26
  52. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +1 -1
  53. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +21 -21
  54. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +1 -1
  55. data/lib/hubspot/codegen/crm/contacts/api_client.rb +3 -3
  56. data/lib/hubspot/codegen/crm/contacts/api_error.rb +2 -2
  57. data/lib/hubspot/codegen/crm/contacts/configuration.rb +1 -1
  58. data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +1 -1
  59. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +2 -2
  60. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +2 -2
  61. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +2 -2
  62. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +1 -1
  63. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +1 -1
  64. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +1 -1
  65. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +2 -2
  66. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +2 -2
  67. data/lib/hubspot/codegen/crm/contacts/models/error.rb +1 -1
  68. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +1 -1
  69. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +1 -1
  70. data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +2 -2
  71. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +2 -2
  72. data/lib/hubspot/codegen/crm/contacts/models/paging.rb +2 -2
  73. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +2 -2
  74. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +1 -1
  75. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +2 -2
  76. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +2 -2
  77. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +2 -2
  78. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +26 -26
  79. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +1 -1
  80. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +21 -21
  81. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +1 -1
  82. data/lib/hubspot/codegen/crm/deals/api_client.rb +3 -3
  83. data/lib/hubspot/codegen/crm/deals/api_error.rb +2 -2
  84. data/lib/hubspot/codegen/crm/deals/configuration.rb +1 -1
  85. data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +1 -1
  86. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +2 -2
  87. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +2 -2
  88. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +2 -2
  89. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +1 -1
  90. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +1 -1
  91. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +1 -1
  92. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +2 -2
  93. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +2 -2
  94. data/lib/hubspot/codegen/crm/deals/models/error.rb +1 -1
  95. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +1 -1
  96. data/lib/hubspot/codegen/crm/deals/models/filter.rb +1 -1
  97. data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +2 -2
  98. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +2 -2
  99. data/lib/hubspot/codegen/crm/deals/models/paging.rb +2 -2
  100. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +2 -2
  101. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +1 -1
  102. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +2 -2
  103. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +2 -2
  104. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +2 -2
  105. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +1 -1
  106. data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +1 -1
  107. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +2 -2
  108. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +4 -4
  109. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +1 -1
  110. data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +1 -1
  111. data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +1 -1
  112. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +1 -2
  113. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +1 -2
  114. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +1 -2
  115. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +1 -2
  116. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +1 -2
  117. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +0 -1
  118. data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +1 -2
  119. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +1 -1
  120. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +1 -2
  121. data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +1 -2
  122. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +1 -2
  123. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +1 -1
  124. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +1 -1
  125. data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +1 -1
  126. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +1 -2
  127. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +2 -2
  128. data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +1 -1
  129. data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +2 -2
  130. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +279 -0
  131. data/lib/hubspot/codegen/crm/imports/api_client.rb +422 -0
  132. data/lib/hubspot/codegen/crm/imports/api_error.rb +61 -0
  133. data/lib/hubspot/codegen/crm/imports/configuration.rb +258 -0
  134. data/lib/hubspot/codegen/crm/{timeline/models/divide_numbers.rb → imports/models/action_response.rb} +54 -48
  135. data/lib/hubspot/codegen/crm/{timeline/models/now.rb → imports/models/collection_response_public_import_response.rb} +25 -79
  136. data/lib/hubspot/codegen/crm/{timeline/models/date.rb → imports/models/error.rb} +82 -70
  137. data/lib/hubspot/codegen/crm/{timeline/models/add_numbers.rb → imports/models/error_detail.rb} +51 -73
  138. data/lib/hubspot/codegen/crm/{timeline/models/model_or.rb → imports/models/next_page.rb} +24 -80
  139. data/lib/hubspot/codegen/crm/{timeline/models/month.rb → imports/models/paging.rb} +15 -85
  140. data/lib/hubspot/codegen/crm/{timeline/models/pipeline_probability.rb → imports/models/public_import_metadata.rb} +48 -76
  141. data/lib/hubspot/codegen/crm/{timeline/models/contains.rb → imports/models/public_import_response.rb} +93 -57
  142. data/lib/hubspot/codegen/crm/{timeline/models/xor.rb → imports/models/public_object_list_record.rb} +31 -80
  143. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +26 -26
  144. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +1 -1
  145. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +21 -21
  146. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +1 -1
  147. data/lib/hubspot/codegen/crm/line_items/api_client.rb +3 -3
  148. data/lib/hubspot/codegen/crm/line_items/api_error.rb +2 -2
  149. data/lib/hubspot/codegen/crm/line_items/configuration.rb +1 -1
  150. data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +1 -1
  151. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +2 -2
  152. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +2 -2
  153. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +2 -2
  154. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +1 -1
  155. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +1 -1
  156. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +1 -1
  157. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +2 -2
  158. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +2 -2
  159. data/lib/hubspot/codegen/crm/line_items/models/error.rb +1 -1
  160. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +1 -1
  161. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +1 -1
  162. data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +2 -2
  163. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +2 -2
  164. data/lib/hubspot/codegen/crm/line_items/models/paging.rb +2 -2
  165. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +2 -2
  166. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +1 -1
  167. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +2 -2
  168. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +2 -2
  169. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +2 -2
  170. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +1 -1
  171. data/lib/hubspot/codegen/crm/owners/api_client.rb +3 -3
  172. data/lib/hubspot/codegen/crm/owners/api_error.rb +2 -2
  173. data/lib/hubspot/codegen/crm/owners/configuration.rb +1 -1
  174. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +1 -1
  175. data/lib/hubspot/codegen/crm/owners/models/error.rb +2 -2
  176. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +2 -2
  177. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +3 -3
  178. data/lib/hubspot/codegen/crm/owners/models/paging.rb +3 -3
  179. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +2 -2
  180. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +3 -3
  181. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +2 -2
  182. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +1 -1
  183. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +3 -3
  184. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +2 -2
  185. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +2 -2
  186. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +2 -2
  187. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +2 -2
  188. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +1 -1
  189. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +1 -1
  190. data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +2 -2
  191. data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +2 -2
  192. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +2 -3
  193. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +2 -3
  194. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +2 -3
  195. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +2 -3
  196. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +2 -3
  197. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +2 -3
  198. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +26 -26
  199. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +1 -1
  200. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +21 -21
  201. data/lib/hubspot/codegen/crm/products/api/search_api.rb +2 -2
  202. data/lib/hubspot/codegen/crm/products/api_client.rb +3 -3
  203. data/lib/hubspot/codegen/crm/products/api_error.rb +2 -2
  204. data/lib/hubspot/codegen/crm/products/configuration.rb +2 -2
  205. data/lib/hubspot/codegen/crm/products/models/associated_id.rb +1 -1
  206. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +3 -3
  207. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +2 -2
  208. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +2 -2
  209. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +1 -1
  210. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +1 -1
  211. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +1 -1
  212. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +2 -2
  213. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +2 -2
  214. data/lib/hubspot/codegen/crm/products/models/error.rb +1 -1
  215. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +1 -1
  216. data/lib/hubspot/codegen/crm/products/models/filter.rb +1 -1
  217. data/lib/hubspot/codegen/crm/products/models/filter_group.rb +2 -2
  218. data/lib/hubspot/codegen/crm/products/models/next_page.rb +2 -2
  219. data/lib/hubspot/codegen/crm/products/models/paging.rb +2 -2
  220. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +2 -2
  221. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +1 -1
  222. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +2 -2
  223. data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +1 -1
  224. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +1 -1
  225. data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +19 -19
  226. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +1 -1
  227. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +1 -1
  228. data/lib/hubspot/codegen/crm/properties/api_client.rb +3 -3
  229. data/lib/hubspot/codegen/crm/properties/api_error.rb +2 -2
  230. data/lib/hubspot/codegen/crm/properties/configuration.rb +2 -2
  231. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +2 -2
  232. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +2 -2
  233. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +2 -2
  234. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +2 -2
  235. data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +2 -2
  236. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +2 -2
  237. data/lib/hubspot/codegen/crm/properties/models/error.rb +1 -1
  238. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +1 -1
  239. data/lib/hubspot/codegen/crm/properties/models/next_page.rb +2 -2
  240. data/lib/hubspot/codegen/crm/properties/models/option.rb +2 -2
  241. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +2 -2
  242. data/lib/hubspot/codegen/crm/properties/models/paging.rb +2 -2
  243. data/lib/hubspot/codegen/crm/properties/models/property.rb +2 -2
  244. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +2 -2
  245. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +2 -3
  246. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +2 -2
  247. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +2 -2
  248. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +2 -2
  249. data/lib/hubspot/codegen/crm/properties/models/property_name.rb +2 -2
  250. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +2 -2
  251. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +26 -26
  252. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +1 -1
  253. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +21 -21
  254. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +2 -2
  255. data/lib/hubspot/codegen/crm/quotes/api_client.rb +3 -3
  256. data/lib/hubspot/codegen/crm/quotes/api_error.rb +2 -2
  257. data/lib/hubspot/codegen/crm/quotes/configuration.rb +2 -2
  258. data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +1 -1
  259. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +2 -2
  260. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +2 -2
  261. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +2 -2
  262. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +1 -1
  263. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +1 -1
  264. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +1 -1
  265. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +2 -2
  266. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +2 -2
  267. data/lib/hubspot/codegen/crm/quotes/models/error.rb +1 -1
  268. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +1 -1
  269. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +1 -1
  270. data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +2 -2
  271. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +1 -1
  272. data/lib/hubspot/codegen/crm/quotes/models/paging.rb +1 -1
  273. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +1 -1
  274. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +1 -1
  275. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +1 -1
  276. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +1 -1
  277. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +25 -25
  278. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +20 -20
  279. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +1 -1
  280. data/lib/hubspot/codegen/crm/tickets/api_client.rb +2 -2
  281. data/lib/hubspot/codegen/crm/tickets/api_error.rb +1 -1
  282. data/lib/hubspot/codegen/crm/tickets/configuration.rb +2 -2
  283. data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +1 -1
  284. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +1 -1
  285. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +1 -1
  286. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +1 -1
  287. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +1 -1
  288. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +1 -1
  289. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +1 -1
  290. data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +1 -1
  291. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +1 -1
  292. data/lib/hubspot/codegen/crm/tickets/models/paging.rb +1 -1
  293. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +1 -1
  294. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +1 -1
  295. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +2 -2
  296. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +2 -2
  297. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +1 -1
  298. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +34 -34
  299. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +24 -24
  300. data/lib/hubspot/codegen/crm/timeline/api_client.rb +2 -2
  301. data/lib/hubspot/codegen/crm/timeline/api_error.rb +1 -1
  302. data/lib/hubspot/codegen/crm/timeline/configuration.rb +1 -1
  303. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +1 -2
  304. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +1 -2
  305. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb +1 -2
  306. data/lib/hubspot/codegen/crm/timeline/models/error.rb +1 -1
  307. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +1 -1
  308. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +1 -2
  309. data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +1 -1
  310. data/lib/hubspot/codegen/crm/timeline/models/paging.rb +1 -1
  311. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +1 -2
  312. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +1 -1
  313. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +1 -2
  314. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +1 -2
  315. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +1 -2
  316. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +1 -2
  317. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +1 -1
  318. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +1 -2
  319. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +1 -2
  320. data/lib/hubspot/codegen/oauth/api_client.rb +3 -3
  321. data/lib/hubspot/codegen/oauth/api_error.rb +2 -2
  322. data/lib/hubspot/codegen/oauth/configuration.rb +1 -1
  323. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +2 -2
  324. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +2 -2
  325. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +25 -21
  326. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +129 -55
  327. data/lib/hubspot/codegen/webhooks/api_client.rb +1 -1
  328. data/lib/hubspot/codegen/webhooks/models/batch_input_subscription_batch_update_request.rb +215 -0
  329. data/lib/hubspot/codegen/webhooks/models/batch_response_subscription_response.rb +331 -0
  330. data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +0 -1
  331. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +0 -1
  332. data/lib/hubspot/codegen/webhooks/models/subscription_batch_update_request.rb +227 -0
  333. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +0 -1
  334. data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +0 -1
  335. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +0 -1
  336. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +0 -1
  337. data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +0 -1
  338. data/lib/hubspot/exceptions.rb +11 -0
  339. data/lib/hubspot/helpers/webhooks_helper.rb +31 -0
  340. data/lib/hubspot/version.rb +1 -1
  341. data/sample-apps/imports-contacts-app/.env.template +2 -0
  342. data/sample-apps/imports-contacts-app/.env.test.template +3 -0
  343. data/sample-apps/imports-contacts-app/.gitignore +37 -0
  344. data/sample-apps/imports-contacts-app/.rspec +1 -0
  345. data/sample-apps/imports-contacts-app/.ruby-version +1 -0
  346. data/sample-apps/imports-contacts-app/Dockerfile +22 -0
  347. data/sample-apps/imports-contacts-app/Gemfile +33 -0
  348. data/sample-apps/imports-contacts-app/Gemfile.lock +271 -0
  349. data/sample-apps/imports-contacts-app/README.md +27 -0
  350. data/sample-apps/imports-contacts-app/Rakefile +6 -0
  351. data/sample-apps/imports-contacts-app/app/assets/config/manifest.js +3 -0
  352. data/sample-apps/imports-contacts-app/app/assets/images/.keep +0 -0
  353. data/sample-apps/imports-contacts-app/app/assets/javascripts/application.js +15 -0
  354. data/sample-apps/imports-contacts-app/app/assets/javascripts/cable.js +13 -0
  355. data/sample-apps/imports-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  356. data/sample-apps/imports-contacts-app/app/assets/stylesheets/application.css +87 -0
  357. data/sample-apps/imports-contacts-app/app/controllers/application_controller.rb +12 -0
  358. data/sample-apps/imports-contacts-app/app/controllers/concerns/.keep +0 -0
  359. data/sample-apps/imports-contacts-app/app/controllers/concerns/exception_handler.rb +12 -0
  360. data/sample-apps/imports-contacts-app/app/controllers/imports_controller.rb +24 -0
  361. data/sample-apps/imports-contacts-app/app/controllers/oauth/authorization_controller.rb +19 -0
  362. data/sample-apps/imports-contacts-app/app/helpers/application_helper.rb +2 -0
  363. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/authorize_hubspot.rb +0 -0
  364. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/get_authorization_uri.rb +1 -1
  365. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/tokens/base.rb +0 -0
  366. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/tokens/generate.rb +2 -2
  367. data/sample-apps/{webhooks-contacts-app → imports-contacts-app}/app/lib/services/authorization/tokens/refresh.rb +3 -4
  368. data/sample-apps/imports-contacts-app/app/lib/services/hubspot/imports/create.rb +52 -0
  369. data/sample-apps/imports-contacts-app/app/models/application_record.rb +3 -0
  370. data/sample-apps/imports-contacts-app/app/models/concerns/.keep +0 -0
  371. data/sample-apps/imports-contacts-app/app/views/imports/index.html.erb +70 -0
  372. data/sample-apps/imports-contacts-app/app/views/layouts/application.html.erb +23 -0
  373. data/sample-apps/imports-contacts-app/app/views/oauth/authorization/login.html.erb +15 -0
  374. data/sample-apps/imports-contacts-app/app/views/shared/_header.html.erb +15 -0
  375. data/sample-apps/imports-contacts-app/bin/bundle +3 -0
  376. data/sample-apps/imports-contacts-app/bin/rails +9 -0
  377. data/sample-apps/imports-contacts-app/bin/rake +9 -0
  378. data/sample-apps/imports-contacts-app/bin/setup +36 -0
  379. data/sample-apps/imports-contacts-app/bin/spring +17 -0
  380. data/sample-apps/imports-contacts-app/bin/update +31 -0
  381. data/sample-apps/imports-contacts-app/bin/yarn +11 -0
  382. data/sample-apps/imports-contacts-app/config.ru +5 -0
  383. data/sample-apps/imports-contacts-app/config/application.rb +19 -0
  384. data/sample-apps/imports-contacts-app/config/boot.rb +3 -0
  385. data/sample-apps/imports-contacts-app/config/cable.yml +10 -0
  386. data/sample-apps/imports-contacts-app/config/database.yml +25 -0
  387. data/sample-apps/imports-contacts-app/config/environment.rb +5 -0
  388. data/sample-apps/imports-contacts-app/config/environments/development.rb +61 -0
  389. data/sample-apps/imports-contacts-app/config/environments/production.rb +94 -0
  390. data/sample-apps/imports-contacts-app/config/environments/test.rb +46 -0
  391. data/sample-apps/imports-contacts-app/config/initializers/assets.rb +14 -0
  392. data/sample-apps/imports-contacts-app/config/initializers/filter_parameter_logging.rb +4 -0
  393. data/sample-apps/imports-contacts-app/config/initializers/hubspot-api-client.rb +3 -0
  394. data/sample-apps/imports-contacts-app/config/initializers/mime_types.rb +1 -0
  395. data/sample-apps/imports-contacts-app/config/initializers/wrap_parameters.rb +14 -0
  396. data/sample-apps/imports-contacts-app/config/locales/en.yml +33 -0
  397. data/sample-apps/imports-contacts-app/config/puma.rb +34 -0
  398. data/sample-apps/imports-contacts-app/config/routes.rb +11 -0
  399. data/sample-apps/imports-contacts-app/config/spring.rb +6 -0
  400. data/sample-apps/imports-contacts-app/db/seeds.rb +7 -0
  401. data/sample-apps/imports-contacts-app/docker-compose.yml +11 -0
  402. data/sample-apps/imports-contacts-app/docker-entrypoint.sh +8 -0
  403. data/sample-apps/imports-contacts-app/lib/assets/.keep +0 -0
  404. data/sample-apps/imports-contacts-app/lib/tasks/.keep +0 -0
  405. data/sample-apps/imports-contacts-app/log/.keep +0 -0
  406. data/sample-apps/imports-contacts-app/package.json +5 -0
  407. data/sample-apps/imports-contacts-app/public/404.html +67 -0
  408. data/sample-apps/imports-contacts-app/public/422.html +67 -0
  409. data/sample-apps/imports-contacts-app/public/500.html +66 -0
  410. data/sample-apps/imports-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  411. data/sample-apps/imports-contacts-app/public/apple-touch-icon.png +0 -0
  412. data/sample-apps/imports-contacts-app/public/examples/example.csv +2 -0
  413. data/sample-apps/imports-contacts-app/public/favicon.ico +0 -0
  414. data/sample-apps/imports-contacts-app/public/robots.txt +1 -0
  415. data/sample-apps/imports-contacts-app/tmp/.keep +0 -0
  416. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/archive_batch.rb +1 -1
  417. data/sample-apps/leaky-bucket-app/app/lib/services/hubspot/contacts/create_batch.rb +1 -1
  418. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/archive_batch.rb +1 -1
  419. data/sample-apps/rate-limits-redis-sample-app/app/lib/services/hubspot/contacts/create_batch.rb +1 -1
  420. data/sample-apps/webhooks-contacts-app/.env.template +3 -1
  421. data/sample-apps/webhooks-contacts-app/Gemfile.lock +1 -1
  422. data/sample-apps/webhooks-contacts-app/README.md +24 -21
  423. data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +7 -55
  424. data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +8 -10
  425. data/sample-apps/webhooks-contacts-app/app/controllers/home_controller.rb +44 -0
  426. data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +6 -6
  427. data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +1 -1
  428. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/authorize.rb +17 -0
  429. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/get_authorization_uri.rb +35 -0
  430. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/base.rb +21 -0
  431. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/generate.rb +28 -0
  432. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/authorization/tokens/refresh.rb +35 -0
  433. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb +1 -1
  434. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/configure_target_url.rb +25 -0
  435. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/create_or_activate_subscription.rb +44 -0
  436. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +13 -1
  437. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/pause_active_subscriptions.rb +39 -0
  438. data/sample-apps/webhooks-contacts-app/app/models/event.rb +3 -0
  439. data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +14 -16
  440. data/sample-apps/webhooks-contacts-app/app/views/home/index.html.erb +47 -0
  441. data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +6 -6
  442. data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +3 -0
  443. data/sample-apps/webhooks-contacts-app/config/database.yml +9 -9
  444. data/sample-apps/webhooks-contacts-app/config/routes.rb +2 -0
  445. data/sample-apps/webhooks-contacts-app/db/schema.rb +2 -5
  446. data/sample-apps/webhooks-contacts-app/docker-compose.yml +13 -10
  447. metadata +345 -196
  448. data/lib/hubspot/codegen/crm/timeline/models/begins_with.rb +0 -294
  449. data/lib/hubspot/codegen/crm/timeline/models/boolean_property_variable.rb +0 -280
  450. data/lib/hubspot/codegen/crm/timeline/models/concat_strings.rb +0 -280
  451. data/lib/hubspot/codegen/crm/timeline/models/constant_boolean.rb +0 -280
  452. data/lib/hubspot/codegen/crm/timeline/models/constant_number.rb +0 -280
  453. data/lib/hubspot/codegen/crm/timeline/models/constant_string.rb +0 -280
  454. data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_email_reply_html.rb +0 -280
  455. data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_email_reply_text.rb +0 -280
  456. data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_plain_text_email_reply.rb +0 -280
  457. data/lib/hubspot/codegen/crm/timeline/models/fetch_exchange_rate.rb +0 -280
  458. data/lib/hubspot/codegen/crm/timeline/models/has_email_reply.rb +0 -280
  459. data/lib/hubspot/codegen/crm/timeline/models/has_plain_text_email_reply.rb +0 -280
  460. data/lib/hubspot/codegen/crm/timeline/models/if_boolean.rb +0 -303
  461. data/lib/hubspot/codegen/crm/timeline/models/if_number.rb +0 -303
  462. data/lib/hubspot/codegen/crm/timeline/models/if_string.rb +0 -303
  463. data/lib/hubspot/codegen/crm/timeline/models/is_present.rb +0 -294
  464. data/lib/hubspot/codegen/crm/timeline/models/less_than.rb +0 -280
  465. data/lib/hubspot/codegen/crm/timeline/models/less_than_or_equal.rb +0 -280
  466. data/lib/hubspot/codegen/crm/timeline/models/lower_case.rb +0 -280
  467. data/lib/hubspot/codegen/crm/timeline/models/max_numbers.rb +0 -280
  468. data/lib/hubspot/codegen/crm/timeline/models/min_numbers.rb +0 -280
  469. data/lib/hubspot/codegen/crm/timeline/models/model_and.rb +0 -280
  470. data/lib/hubspot/codegen/crm/timeline/models/model_not.rb +0 -280
  471. data/lib/hubspot/codegen/crm/timeline/models/more_than.rb +0 -280
  472. data/lib/hubspot/codegen/crm/timeline/models/more_than_or_equal.rb +0 -280
  473. data/lib/hubspot/codegen/crm/timeline/models/multiply_numbers.rb +0 -280
  474. data/lib/hubspot/codegen/crm/timeline/models/number_equals.rb +0 -280
  475. data/lib/hubspot/codegen/crm/timeline/models/number_property_variable.rb +0 -280
  476. data/lib/hubspot/codegen/crm/timeline/models/number_to_string.rb +0 -280
  477. data/lib/hubspot/codegen/crm/timeline/models/parse_number.rb +0 -280
  478. data/lib/hubspot/codegen/crm/timeline/models/period_to_months.rb +0 -280
  479. data/lib/hubspot/codegen/crm/timeline/models/round_down_numbers.rb +0 -280
  480. data/lib/hubspot/codegen/crm/timeline/models/round_up_numbers.rb +0 -280
  481. data/lib/hubspot/codegen/crm/timeline/models/string_equals.rb +0 -280
  482. data/lib/hubspot/codegen/crm/timeline/models/string_property_variable.rb +0 -280
  483. data/lib/hubspot/codegen/crm/timeline/models/subtract_numbers.rb +0 -280
  484. data/lib/hubspot/codegen/crm/timeline/models/time_between.rb +0 -280
  485. data/lib/hubspot/codegen/crm/timeline/models/upper_case.rb +0 -280
  486. data/lib/hubspot/codegen/crm/timeline/models/year.rb +0 -280
@@ -28,8 +28,8 @@ module Hubspot
28
28
  # @param [Hash] opts the optional parameters
29
29
  # @option opts [BatchInputPublicAssociation] :batch_input_public_association
30
30
  # @return [nil]
31
- def archive_batch(from_object_type, to_object_type, opts = {})
32
- archive_batch_with_http_info(from_object_type, to_object_type, opts)
31
+ def archive(from_object_type, to_object_type, opts = {})
32
+ archive_with_http_info(from_object_type, to_object_type, opts)
33
33
  nil
34
34
  end
35
35
 
@@ -40,17 +40,17 @@ module Hubspot
40
40
  # @param [Hash] opts the optional parameters
41
41
  # @option opts [BatchInputPublicAssociation] :batch_input_public_association
42
42
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
43
- def archive_batch_with_http_info(from_object_type, to_object_type, opts = {})
43
+ def archive_with_http_info(from_object_type, to_object_type, opts = {})
44
44
  if @api_client.config.debugging
45
- @api_client.config.logger.debug 'Calling API: BatchApi.archive_batch ...'
45
+ @api_client.config.logger.debug 'Calling API: BatchApi.archive ...'
46
46
  end
47
47
  # verify the required parameter 'from_object_type' is set
48
48
  if @api_client.config.client_side_validation && from_object_type.nil?
49
- fail ArgumentError, "Missing the required parameter 'from_object_type' when calling BatchApi.archive_batch"
49
+ fail ArgumentError, "Missing the required parameter 'from_object_type' when calling BatchApi.archive"
50
50
  end
51
51
  # verify the required parameter 'to_object_type' is set
52
52
  if @api_client.config.client_side_validation && to_object_type.nil?
53
- fail ArgumentError, "Missing the required parameter 'to_object_type' when calling BatchApi.archive_batch"
53
+ fail ArgumentError, "Missing the required parameter 'to_object_type' when calling BatchApi.archive"
54
54
  end
55
55
  # resource path
56
56
  local_var_path = '/crm/v3/associations/{fromObjectType}/{toObjectType}/batch/archive'.sub('{' + 'fromObjectType' + '}', CGI.escape(from_object_type.to_s)).sub('{' + 'toObjectType' + '}', CGI.escape(to_object_type.to_s))
@@ -88,7 +88,7 @@ module Hubspot
88
88
 
89
89
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
90
90
  if @api_client.config.debugging
91
- @api_client.config.logger.debug "API called: BatchApi#archive_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
91
+ @api_client.config.logger.debug "API called: BatchApi#archive\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
92
92
  end
93
93
  return data, status_code, headers
94
94
  end
@@ -100,8 +100,8 @@ module Hubspot
100
100
  # @param [Hash] opts the optional parameters
101
101
  # @option opts [BatchInputPublicAssociation] :batch_input_public_association
102
102
  # @return [BatchResponsePublicAssociation]
103
- def create_batch(from_object_type, to_object_type, opts = {})
104
- data, _status_code, _headers = create_batch_with_http_info(from_object_type, to_object_type, opts)
103
+ def create(from_object_type, to_object_type, opts = {})
104
+ data, _status_code, _headers = create_with_http_info(from_object_type, to_object_type, opts)
105
105
  data
106
106
  end
107
107
 
@@ -112,17 +112,17 @@ module Hubspot
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @option opts [BatchInputPublicAssociation] :batch_input_public_association
114
114
  # @return [Array<(BatchResponsePublicAssociation, Integer, Hash)>] BatchResponsePublicAssociation data, response status code and response headers
115
- def create_batch_with_http_info(from_object_type, to_object_type, opts = {})
115
+ def create_with_http_info(from_object_type, to_object_type, opts = {})
116
116
  if @api_client.config.debugging
117
- @api_client.config.logger.debug 'Calling API: BatchApi.create_batch ...'
117
+ @api_client.config.logger.debug 'Calling API: BatchApi.create ...'
118
118
  end
119
119
  # verify the required parameter 'from_object_type' is set
120
120
  if @api_client.config.client_side_validation && from_object_type.nil?
121
- fail ArgumentError, "Missing the required parameter 'from_object_type' when calling BatchApi.create_batch"
121
+ fail ArgumentError, "Missing the required parameter 'from_object_type' when calling BatchApi.create"
122
122
  end
123
123
  # verify the required parameter 'to_object_type' is set
124
124
  if @api_client.config.client_side_validation && to_object_type.nil?
125
- fail ArgumentError, "Missing the required parameter 'to_object_type' when calling BatchApi.create_batch"
125
+ fail ArgumentError, "Missing the required parameter 'to_object_type' when calling BatchApi.create"
126
126
  end
127
127
  # resource path
128
128
  local_var_path = '/crm/v3/associations/{fromObjectType}/{toObjectType}/batch/create'.sub('{' + 'fromObjectType' + '}', CGI.escape(from_object_type.to_s)).sub('{' + 'toObjectType' + '}', CGI.escape(to_object_type.to_s))
@@ -160,7 +160,7 @@ module Hubspot
160
160
 
161
161
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
162
162
  if @api_client.config.debugging
163
- @api_client.config.logger.debug "API called: BatchApi#create_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
163
+ @api_client.config.logger.debug "API called: BatchApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
164
164
  end
165
165
  return data, status_code, headers
166
166
  end
@@ -172,8 +172,8 @@ module Hubspot
172
172
  # @param [Hash] opts the optional parameters
173
173
  # @option opts [BatchInputPublicObjectId] :batch_input_public_object_id
174
174
  # @return [BatchResponsePublicAssociationMulti]
175
- def read_batch(from_object_type, to_object_type, opts = {})
176
- data, _status_code, _headers = read_batch_with_http_info(from_object_type, to_object_type, opts)
175
+ def read(from_object_type, to_object_type, opts = {})
176
+ data, _status_code, _headers = read_with_http_info(from_object_type, to_object_type, opts)
177
177
  data
178
178
  end
179
179
 
@@ -184,17 +184,17 @@ module Hubspot
184
184
  # @param [Hash] opts the optional parameters
185
185
  # @option opts [BatchInputPublicObjectId] :batch_input_public_object_id
186
186
  # @return [Array<(BatchResponsePublicAssociationMulti, Integer, Hash)>] BatchResponsePublicAssociationMulti data, response status code and response headers
187
- def read_batch_with_http_info(from_object_type, to_object_type, opts = {})
187
+ def read_with_http_info(from_object_type, to_object_type, opts = {})
188
188
  if @api_client.config.debugging
189
- @api_client.config.logger.debug 'Calling API: BatchApi.read_batch ...'
189
+ @api_client.config.logger.debug 'Calling API: BatchApi.read ...'
190
190
  end
191
191
  # verify the required parameter 'from_object_type' is set
192
192
  if @api_client.config.client_side_validation && from_object_type.nil?
193
- fail ArgumentError, "Missing the required parameter 'from_object_type' when calling BatchApi.read_batch"
193
+ fail ArgumentError, "Missing the required parameter 'from_object_type' when calling BatchApi.read"
194
194
  end
195
195
  # verify the required parameter 'to_object_type' is set
196
196
  if @api_client.config.client_side_validation && to_object_type.nil?
197
- fail ArgumentError, "Missing the required parameter 'to_object_type' when calling BatchApi.read_batch"
197
+ fail ArgumentError, "Missing the required parameter 'to_object_type' when calling BatchApi.read"
198
198
  end
199
199
  # resource path
200
200
  local_var_path = '/crm/v3/associations/{fromObjectType}/{toObjectType}/batch/read'.sub('{' + 'fromObjectType' + '}', CGI.escape(from_object_type.to_s)).sub('{' + 'toObjectType' + '}', CGI.escape(to_object_type.to_s))
@@ -232,11 +232,11 @@ module Hubspot
232
232
 
233
233
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
234
234
  if @api_client.config.debugging
235
- @api_client.config.logger.debug "API called: BatchApi#read_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
235
+ @api_client.config.logger.debug "API called: BatchApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
236
236
  end
237
237
  return data, status_code, headers
238
238
  end
239
239
  end
240
240
  end
241
241
  end
242
- end
242
+ end
@@ -27,8 +27,8 @@ module Hubspot
27
27
  # @param to_object_type [String]
28
28
  # @param [Hash] opts the optional parameters
29
29
  # @return [CollectionResponsePublicAssociationDefiniton]
30
- def get_types(from_object_type, to_object_type, opts = {})
31
- data, _status_code, _headers = get_types_with_http_info(from_object_type, to_object_type, opts)
30
+ def get_all(from_object_type, to_object_type, opts = {})
31
+ data, _status_code, _headers = get_all_with_http_info(from_object_type, to_object_type, opts)
32
32
  data
33
33
  end
34
34
 
@@ -38,17 +38,17 @@ module Hubspot
38
38
  # @param to_object_type [String]
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [Array<(CollectionResponsePublicAssociationDefiniton, Integer, Hash)>] CollectionResponsePublicAssociationDefiniton data, response status code and response headers
41
- def get_types_with_http_info(from_object_type, to_object_type, opts = {})
41
+ def get_all_with_http_info(from_object_type, to_object_type, opts = {})
42
42
  if @api_client.config.debugging
43
- @api_client.config.logger.debug 'Calling API: TypesApi.get_types ...'
43
+ @api_client.config.logger.debug 'Calling API: TypesApi.get_all ...'
44
44
  end
45
45
  # verify the required parameter 'from_object_type' is set
46
46
  if @api_client.config.client_side_validation && from_object_type.nil?
47
- fail ArgumentError, "Missing the required parameter 'from_object_type' when calling TypesApi.get_types"
47
+ fail ArgumentError, "Missing the required parameter 'from_object_type' when calling TypesApi.get_all"
48
48
  end
49
49
  # verify the required parameter 'to_object_type' is set
50
50
  if @api_client.config.client_side_validation && to_object_type.nil?
51
- fail ArgumentError, "Missing the required parameter 'to_object_type' when calling TypesApi.get_types"
51
+ fail ArgumentError, "Missing the required parameter 'to_object_type' when calling TypesApi.get_all"
52
52
  end
53
53
  # resource path
54
54
  local_var_path = '/crm/v3/associations/{fromObjectType}/{toObjectType}/types'.sub('{' + 'fromObjectType' + '}', CGI.escape(from_object_type.to_s)).sub('{' + 'toObjectType' + '}', CGI.escape(to_object_type.to_s))
@@ -84,11 +84,11 @@ module Hubspot
84
84
 
85
85
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
86
86
  if @api_client.config.debugging
87
- @api_client.config.logger.debug "API called: TypesApi#get_types\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
87
+ @api_client.config.logger.debug "API called: TypesApi#get_all\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
88
88
  end
89
89
  return data, status_code, headers
90
90
  end
91
91
  end
92
92
  end
93
93
  end
94
- end
94
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -99,7 +99,7 @@ module Hubspot
99
99
  fail ApiError.new(:code => response.status,
100
100
  :response_headers => response.headers,
101
101
  :response_body => response.body),
102
- response.reason_phrase
102
+ response.reason_phrase
103
103
  end
104
104
  end
105
105
  rescue Faraday::TimeoutError
@@ -419,4 +419,4 @@ module Hubspot
419
419
  end
420
420
  end
421
421
  end
422
- end
422
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -58,4 +58,4 @@ module Hubspot
58
58
  end
59
59
  end
60
60
  end
61
- end
61
+ end
@@ -255,4 +255,4 @@ module Hubspot
255
255
  end
256
256
  end
257
257
  end
258
- end
258
+ end
@@ -226,4 +226,4 @@ module Hubspot
226
226
  end
227
227
  end
228
228
  end
229
- end
229
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -214,4 +214,4 @@ module Hubspot
214
214
  end
215
215
  end
216
216
  end
217
- end
217
+ end
@@ -214,4 +214,4 @@ module Hubspot
214
214
  end
215
215
  end
216
216
  end
217
- end
217
+ end
@@ -319,4 +319,4 @@ module Hubspot
319
319
  end
320
320
  end
321
321
  end
322
- end
322
+ end
@@ -319,4 +319,4 @@ module Hubspot
319
319
  end
320
320
  end
321
321
  end
322
- end
322
+ end
@@ -289,4 +289,4 @@ module Hubspot
289
289
  end
290
290
  end
291
291
  end
292
- end
292
+ end
@@ -255,4 +255,4 @@ module Hubspot
255
255
  end
256
256
  end
257
257
  end
258
- end
258
+ end
@@ -221,4 +221,4 @@ module Hubspot
221
221
  end
222
222
  end
223
223
  end
224
- end
224
+ end
@@ -207,4 +207,4 @@ module Hubspot
207
207
  end
208
208
  end
209
209
  end
210
- end
210
+ end
@@ -240,4 +240,4 @@ module Hubspot
240
240
  end
241
241
  end
242
242
  end
243
- end
243
+ end
@@ -226,4 +226,4 @@ module Hubspot
226
226
  end
227
227
  end
228
228
  end
229
- end
229
+ end
@@ -229,4 +229,4 @@ module Hubspot
229
229
  end
230
230
  end
231
231
  end
232
- end
232
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -213,4 +213,4 @@ module Hubspot
213
213
  end
214
214
  end
215
215
  end
216
- end
216
+ end
@@ -28,8 +28,8 @@ module Hubspot
28
28
  # @param association_type [String]
29
29
  # @param [Hash] opts the optional parameters
30
30
  # @return [nil]
31
- def archive_association(company_id, to_object_type, to_object_id, association_type, opts = {})
32
- archive_association_with_http_info(company_id, to_object_type, to_object_id, association_type, opts)
31
+ def archive(company_id, to_object_type, to_object_id, association_type, opts = {})
32
+ archive_with_http_info(company_id, to_object_type, to_object_id, association_type, opts)
33
33
  nil
34
34
  end
35
35
 
@@ -40,25 +40,25 @@ module Hubspot
40
40
  # @param association_type [String]
41
41
  # @param [Hash] opts the optional parameters
42
42
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
43
- def archive_association_with_http_info(company_id, to_object_type, to_object_id, association_type, opts = {})
43
+ def archive_with_http_info(company_id, to_object_type, to_object_id, association_type, opts = {})
44
44
  if @api_client.config.debugging
45
- @api_client.config.logger.debug 'Calling API: AssociationsApi.archive_association ...'
45
+ @api_client.config.logger.debug 'Calling API: AssociationsApi.archive ...'
46
46
  end
47
47
  # verify the required parameter 'company_id' is set
48
48
  if @api_client.config.client_side_validation && company_id.nil?
49
- fail ArgumentError, "Missing the required parameter 'company_id' when calling AssociationsApi.archive_association"
49
+ fail ArgumentError, "Missing the required parameter 'company_id' when calling AssociationsApi.archive"
50
50
  end
51
51
  # verify the required parameter 'to_object_type' is set
52
52
  if @api_client.config.client_side_validation && to_object_type.nil?
53
- fail ArgumentError, "Missing the required parameter 'to_object_type' when calling AssociationsApi.archive_association"
53
+ fail ArgumentError, "Missing the required parameter 'to_object_type' when calling AssociationsApi.archive"
54
54
  end
55
55
  # verify the required parameter 'to_object_id' is set
56
56
  if @api_client.config.client_side_validation && to_object_id.nil?
57
- fail ArgumentError, "Missing the required parameter 'to_object_id' when calling AssociationsApi.archive_association"
57
+ fail ArgumentError, "Missing the required parameter 'to_object_id' when calling AssociationsApi.archive"
58
58
  end
59
59
  # verify the required parameter 'association_type' is set
60
60
  if @api_client.config.client_side_validation && association_type.nil?
61
- fail ArgumentError, "Missing the required parameter 'association_type' when calling AssociationsApi.archive_association"
61
+ fail ArgumentError, "Missing the required parameter 'association_type' when calling AssociationsApi.archive"
62
62
  end
63
63
  # resource path
64
64
  local_var_path = '/crm/v3/objects/companies/{companyId}/associations/{toObjectType}/{toObjectId}/{associationType}'.sub('{' + 'companyId' + '}', CGI.escape(company_id.to_s)).sub('{' + 'toObjectType' + '}', CGI.escape(to_object_type.to_s)).sub('{' + 'toObjectId' + '}', CGI.escape(to_object_id.to_s)).sub('{' + 'associationType' + '}', CGI.escape(association_type.to_s))
@@ -94,7 +94,7 @@ module Hubspot
94
94
 
95
95
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
96
96
  if @api_client.config.debugging
97
- @api_client.config.logger.debug "API called: AssociationsApi#archive_association\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
97
+ @api_client.config.logger.debug "API called: AssociationsApi#archive\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
98
98
  end
99
99
  return data, status_code, headers
100
100
  end
@@ -106,8 +106,8 @@ module Hubspot
106
106
  # @param association_type [String]
107
107
  # @param [Hash] opts the optional parameters
108
108
  # @return [SimplePublicObject]
109
- def create_association(company_id, to_object_type, to_object_id, association_type, opts = {})
110
- data, _status_code, _headers = create_association_with_http_info(company_id, to_object_type, to_object_id, association_type, opts)
109
+ def create(company_id, to_object_type, to_object_id, association_type, opts = {})
110
+ data, _status_code, _headers = create_with_http_info(company_id, to_object_type, to_object_id, association_type, opts)
111
111
  data
112
112
  end
113
113
 
@@ -118,25 +118,25 @@ module Hubspot
118
118
  # @param association_type [String]
119
119
  # @param [Hash] opts the optional parameters
120
120
  # @return [Array<(SimplePublicObject, Integer, Hash)>] SimplePublicObject data, response status code and response headers
121
- def create_association_with_http_info(company_id, to_object_type, to_object_id, association_type, opts = {})
121
+ def create_with_http_info(company_id, to_object_type, to_object_id, association_type, opts = {})
122
122
  if @api_client.config.debugging
123
- @api_client.config.logger.debug 'Calling API: AssociationsApi.create_association ...'
123
+ @api_client.config.logger.debug 'Calling API: AssociationsApi.create ...'
124
124
  end
125
125
  # verify the required parameter 'company_id' is set
126
126
  if @api_client.config.client_side_validation && company_id.nil?
127
- fail ArgumentError, "Missing the required parameter 'company_id' when calling AssociationsApi.create_association"
127
+ fail ArgumentError, "Missing the required parameter 'company_id' when calling AssociationsApi.create"
128
128
  end
129
129
  # verify the required parameter 'to_object_type' is set
130
130
  if @api_client.config.client_side_validation && to_object_type.nil?
131
- fail ArgumentError, "Missing the required parameter 'to_object_type' when calling AssociationsApi.create_association"
131
+ fail ArgumentError, "Missing the required parameter 'to_object_type' when calling AssociationsApi.create"
132
132
  end
133
133
  # verify the required parameter 'to_object_id' is set
134
134
  if @api_client.config.client_side_validation && to_object_id.nil?
135
- fail ArgumentError, "Missing the required parameter 'to_object_id' when calling AssociationsApi.create_association"
135
+ fail ArgumentError, "Missing the required parameter 'to_object_id' when calling AssociationsApi.create"
136
136
  end
137
137
  # verify the required parameter 'association_type' is set
138
138
  if @api_client.config.client_side_validation && association_type.nil?
139
- fail ArgumentError, "Missing the required parameter 'association_type' when calling AssociationsApi.create_association"
139
+ fail ArgumentError, "Missing the required parameter 'association_type' when calling AssociationsApi.create"
140
140
  end
141
141
  # resource path
142
142
  local_var_path = '/crm/v3/objects/companies/{companyId}/associations/{toObjectType}/{toObjectId}/{associationType}'.sub('{' + 'companyId' + '}', CGI.escape(company_id.to_s)).sub('{' + 'toObjectType' + '}', CGI.escape(to_object_type.to_s)).sub('{' + 'toObjectId' + '}', CGI.escape(to_object_id.to_s)).sub('{' + 'associationType' + '}', CGI.escape(association_type.to_s))
@@ -172,7 +172,7 @@ module Hubspot
172
172
 
173
173
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
174
174
  if @api_client.config.debugging
175
- @api_client.config.logger.debug "API called: AssociationsApi#create_association\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
175
+ @api_client.config.logger.debug "API called: AssociationsApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
176
176
  end
177
177
  return data, status_code, headers
178
178
  end
@@ -182,8 +182,8 @@ module Hubspot
182
182
  # @param to_object_type [String]
183
183
  # @param [Hash] opts the optional parameters
184
184
  # @return [CollectionResponseAssociatedId]
185
- def get_associations(company_id, to_object_type, opts = {})
186
- data, _status_code, _headers = get_associations_with_http_info(company_id, to_object_type, opts)
185
+ def get_all(company_id, to_object_type, opts = {})
186
+ data, _status_code, _headers = get_all_with_http_info(company_id, to_object_type, opts)
187
187
  data
188
188
  end
189
189
 
@@ -192,17 +192,17 @@ module Hubspot
192
192
  # @param to_object_type [String]
193
193
  # @param [Hash] opts the optional parameters
194
194
  # @return [Array<(CollectionResponseAssociatedId, Integer, Hash)>] CollectionResponseAssociatedId data, response status code and response headers
195
- def get_associations_with_http_info(company_id, to_object_type, opts = {})
195
+ def get_all_with_http_info(company_id, to_object_type, opts = {})
196
196
  if @api_client.config.debugging
197
- @api_client.config.logger.debug 'Calling API: AssociationsApi.get_associations ...'
197
+ @api_client.config.logger.debug 'Calling API: AssociationsApi.get_all ...'
198
198
  end
199
199
  # verify the required parameter 'company_id' is set
200
200
  if @api_client.config.client_side_validation && company_id.nil?
201
- fail ArgumentError, "Missing the required parameter 'company_id' when calling AssociationsApi.get_associations"
201
+ fail ArgumentError, "Missing the required parameter 'company_id' when calling AssociationsApi.get_all"
202
202
  end
203
203
  # verify the required parameter 'to_object_type' is set
204
204
  if @api_client.config.client_side_validation && to_object_type.nil?
205
- fail ArgumentError, "Missing the required parameter 'to_object_type' when calling AssociationsApi.get_associations"
205
+ fail ArgumentError, "Missing the required parameter 'to_object_type' when calling AssociationsApi.get_all"
206
206
  end
207
207
  # resource path
208
208
  local_var_path = '/crm/v3/objects/companies/{companyId}/associations/{toObjectType}'.sub('{' + 'companyId' + '}', CGI.escape(company_id.to_s)).sub('{' + 'toObjectType' + '}', CGI.escape(to_object_type.to_s))
@@ -238,11 +238,11 @@ module Hubspot
238
238
 
239
239
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
240
240
  if @api_client.config.debugging
241
- @api_client.config.logger.debug "API called: AssociationsApi#get_associations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
241
+ @api_client.config.logger.debug "API called: AssociationsApi#get_all\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
242
242
  end
243
243
  return data, status_code, headers
244
244
  end
245
245
  end
246
246
  end
247
247
  end
248
- end
248
+ end