test_test_gem 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (394) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +7 -0
  3. data/Gemfile.lock +68 -0
  4. data/Rakefile +8 -0
  5. data/git_push.sh +55 -0
  6. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +242 -0
  7. data/lib/hubspot/codegen/crm/associations/api/types_api.rb +94 -0
  8. data/lib/hubspot/codegen/crm/associations/api_client.rb +422 -0
  9. data/lib/hubspot/codegen/crm/associations/api_error.rb +61 -0
  10. data/lib/hubspot/codegen/crm/associations/configuration.rb +258 -0
  11. data/lib/hubspot/codegen/crm/associations/models/associated_id.rb +229 -0
  12. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +217 -0
  13. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +217 -0
  14. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +322 -0
  15. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +322 -0
  16. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +226 -0
  17. data/lib/hubspot/codegen/crm/associations/models/error.rb +292 -0
  18. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +258 -0
  19. data/lib/hubspot/codegen/crm/associations/models/next_page.rb +224 -0
  20. data/lib/hubspot/codegen/crm/associations/models/paging.rb +210 -0
  21. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +243 -0
  22. data/lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb +229 -0
  23. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +232 -0
  24. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +216 -0
  25. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +248 -0
  26. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +361 -0
  27. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +269 -0
  28. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +86 -0
  29. data/lib/hubspot/codegen/crm/companies/api_client.rb +422 -0
  30. data/lib/hubspot/codegen/crm/companies/api_error.rb +61 -0
  31. data/lib/hubspot/codegen/crm/companies/configuration.rb +258 -0
  32. data/lib/hubspot/codegen/crm/companies/models/associated_id.rb +229 -0
  33. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +217 -0
  34. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +217 -0
  35. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +217 -0
  36. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +242 -0
  37. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +322 -0
  38. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb +226 -0
  39. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +226 -0
  40. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +241 -0
  41. data/lib/hubspot/codegen/crm/companies/models/error.rb +292 -0
  42. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +258 -0
  43. data/lib/hubspot/codegen/crm/companies/models/filter.rb +272 -0
  44. data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +217 -0
  45. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +224 -0
  46. data/lib/hubspot/codegen/crm/companies/models/paging.rb +210 -0
  47. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +286 -0
  48. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +288 -0
  49. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +231 -0
  50. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +215 -0
  51. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +217 -0
  52. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +248 -0
  53. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +361 -0
  54. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +269 -0
  55. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +86 -0
  56. data/lib/hubspot/codegen/crm/contacts/api_client.rb +422 -0
  57. data/lib/hubspot/codegen/crm/contacts/api_error.rb +61 -0
  58. data/lib/hubspot/codegen/crm/contacts/configuration.rb +258 -0
  59. data/lib/hubspot/codegen/crm/contacts/models/associated_id.rb +229 -0
  60. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +217 -0
  61. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +217 -0
  62. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +217 -0
  63. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +242 -0
  64. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +322 -0
  65. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb +226 -0
  66. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +226 -0
  67. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +241 -0
  68. data/lib/hubspot/codegen/crm/contacts/models/error.rb +292 -0
  69. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +258 -0
  70. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +272 -0
  71. data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +217 -0
  72. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +224 -0
  73. data/lib/hubspot/codegen/crm/contacts/models/paging.rb +210 -0
  74. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +286 -0
  75. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +288 -0
  76. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +231 -0
  77. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +215 -0
  78. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +217 -0
  79. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +248 -0
  80. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +361 -0
  81. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +269 -0
  82. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +86 -0
  83. data/lib/hubspot/codegen/crm/deals/api_client.rb +422 -0
  84. data/lib/hubspot/codegen/crm/deals/api_error.rb +61 -0
  85. data/lib/hubspot/codegen/crm/deals/configuration.rb +258 -0
  86. data/lib/hubspot/codegen/crm/deals/models/associated_id.rb +229 -0
  87. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +217 -0
  88. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +217 -0
  89. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +217 -0
  90. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +242 -0
  91. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +322 -0
  92. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb +226 -0
  93. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +226 -0
  94. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +241 -0
  95. data/lib/hubspot/codegen/crm/deals/models/error.rb +292 -0
  96. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +258 -0
  97. data/lib/hubspot/codegen/crm/deals/models/filter.rb +272 -0
  98. data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +217 -0
  99. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +224 -0
  100. data/lib/hubspot/codegen/crm/deals/models/paging.rb +210 -0
  101. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +286 -0
  102. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +288 -0
  103. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +231 -0
  104. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +215 -0
  105. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +217 -0
  106. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +364 -0
  107. data/lib/hubspot/codegen/crm/extensions/cards/api/sample_response_api.rb +84 -0
  108. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +424 -0
  109. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +63 -0
  110. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +260 -0
  111. data/lib/hubspot/codegen/crm/extensions/cards/models/action_confirmation_body.rb +245 -0
  112. data/lib/hubspot/codegen/crm/extensions/cards/models/action_hook_action_body.rb +327 -0
  113. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +221 -0
  114. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +261 -0
  115. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +221 -0
  116. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +300 -0
  117. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +236 -0
  118. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +231 -0
  119. data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +221 -0
  120. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +269 -0
  121. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +241 -0
  122. data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +296 -0
  123. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +283 -0
  124. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +294 -0
  125. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +260 -0
  126. data/lib/hubspot/codegen/crm/extensions/cards/models/i_frame_action_body.rb +320 -0
  127. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_card_payload_response.rb +303 -0
  128. data/lib/hubspot/codegen/crm/extensions/cards/models/integrator_object_result.rb +272 -0
  129. data/lib/hubspot/codegen/crm/extensions/cards/models/object_token.rb +278 -0
  130. data/lib/hubspot/codegen/crm/extensions/cards/models/top_level_actions.rb +237 -0
  131. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +248 -0
  132. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +361 -0
  133. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +269 -0
  134. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +86 -0
  135. data/lib/hubspot/codegen/crm/line_items/api_client.rb +422 -0
  136. data/lib/hubspot/codegen/crm/line_items/api_error.rb +61 -0
  137. data/lib/hubspot/codegen/crm/line_items/configuration.rb +258 -0
  138. data/lib/hubspot/codegen/crm/line_items/models/associated_id.rb +229 -0
  139. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +217 -0
  140. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +217 -0
  141. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +217 -0
  142. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +242 -0
  143. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +322 -0
  144. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb +226 -0
  145. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +226 -0
  146. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +241 -0
  147. data/lib/hubspot/codegen/crm/line_items/models/error.rb +292 -0
  148. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +258 -0
  149. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +272 -0
  150. data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +217 -0
  151. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +224 -0
  152. data/lib/hubspot/codegen/crm/line_items/models/paging.rb +210 -0
  153. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +286 -0
  154. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +288 -0
  155. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +231 -0
  156. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +215 -0
  157. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +217 -0
  158. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +158 -0
  159. data/lib/hubspot/codegen/crm/owners/api_client.rb +422 -0
  160. data/lib/hubspot/codegen/crm/owners/api_error.rb +61 -0
  161. data/lib/hubspot/codegen/crm/owners/configuration.rb +258 -0
  162. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +226 -0
  163. data/lib/hubspot/codegen/crm/owners/models/error.rb +292 -0
  164. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +258 -0
  165. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +224 -0
  166. data/lib/hubspot/codegen/crm/owners/models/paging.rb +210 -0
  167. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +304 -0
  168. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +272 -0
  169. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +479 -0
  170. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +443 -0
  171. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +422 -0
  172. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +61 -0
  173. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +258 -0
  174. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +226 -0
  175. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +226 -0
  176. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +292 -0
  177. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +258 -0
  178. data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +224 -0
  179. data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +210 -0
  180. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +319 -0
  181. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +249 -0
  182. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +232 -0
  183. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +319 -0
  184. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +249 -0
  185. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +249 -0
  186. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +248 -0
  187. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +361 -0
  188. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +269 -0
  189. data/lib/hubspot/codegen/crm/products/api/search_api.rb +86 -0
  190. data/lib/hubspot/codegen/crm/products/api_client.rb +422 -0
  191. data/lib/hubspot/codegen/crm/products/api_error.rb +61 -0
  192. data/lib/hubspot/codegen/crm/products/configuration.rb +258 -0
  193. data/lib/hubspot/codegen/crm/products/models/associated_id.rb +229 -0
  194. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +217 -0
  195. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +217 -0
  196. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +217 -0
  197. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +242 -0
  198. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +322 -0
  199. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb +226 -0
  200. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +226 -0
  201. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +241 -0
  202. data/lib/hubspot/codegen/crm/products/models/error.rb +292 -0
  203. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +258 -0
  204. data/lib/hubspot/codegen/crm/products/models/filter.rb +272 -0
  205. data/lib/hubspot/codegen/crm/products/models/filter_group.rb +217 -0
  206. data/lib/hubspot/codegen/crm/products/models/next_page.rb +224 -0
  207. data/lib/hubspot/codegen/crm/products/models/paging.rb +210 -0
  208. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +286 -0
  209. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +288 -0
  210. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +231 -0
  211. data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +215 -0
  212. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +217 -0
  213. data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +224 -0
  214. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +368 -0
  215. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +362 -0
  216. data/lib/hubspot/codegen/crm/properties/api_client.rb +422 -0
  217. data/lib/hubspot/codegen/crm/properties/api_error.rb +61 -0
  218. data/lib/hubspot/codegen/crm/properties/configuration.rb +258 -0
  219. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +217 -0
  220. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +217 -0
  221. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +231 -0
  222. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +327 -0
  223. data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +226 -0
  224. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +226 -0
  225. data/lib/hubspot/codegen/crm/properties/models/error.rb +292 -0
  226. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +258 -0
  227. data/lib/hubspot/codegen/crm/properties/models/next_page.rb +224 -0
  228. data/lib/hubspot/codegen/crm/properties/models/option.rb +266 -0
  229. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +266 -0
  230. data/lib/hubspot/codegen/crm/properties/models/paging.rb +210 -0
  231. data/lib/hubspot/codegen/crm/properties/models/property.rb +465 -0
  232. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +374 -0
  233. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +261 -0
  234. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +241 -0
  235. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +221 -0
  236. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +252 -0
  237. data/lib/hubspot/codegen/crm/properties/models/property_name.rb +216 -0
  238. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +329 -0
  239. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +248 -0
  240. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +361 -0
  241. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +269 -0
  242. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +86 -0
  243. data/lib/hubspot/codegen/crm/quotes/api_client.rb +422 -0
  244. data/lib/hubspot/codegen/crm/quotes/api_error.rb +61 -0
  245. data/lib/hubspot/codegen/crm/quotes/configuration.rb +258 -0
  246. data/lib/hubspot/codegen/crm/quotes/models/associated_id.rb +229 -0
  247. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +217 -0
  248. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +217 -0
  249. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +217 -0
  250. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +242 -0
  251. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +322 -0
  252. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb +226 -0
  253. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +226 -0
  254. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +241 -0
  255. data/lib/hubspot/codegen/crm/quotes/models/error.rb +292 -0
  256. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +258 -0
  257. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +272 -0
  258. data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +217 -0
  259. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +224 -0
  260. data/lib/hubspot/codegen/crm/quotes/models/paging.rb +210 -0
  261. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +286 -0
  262. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +288 -0
  263. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +231 -0
  264. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +215 -0
  265. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +217 -0
  266. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +248 -0
  267. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +361 -0
  268. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +269 -0
  269. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +86 -0
  270. data/lib/hubspot/codegen/crm/tickets/api_client.rb +422 -0
  271. data/lib/hubspot/codegen/crm/tickets/api_error.rb +61 -0
  272. data/lib/hubspot/codegen/crm/tickets/configuration.rb +258 -0
  273. data/lib/hubspot/codegen/crm/tickets/models/associated_id.rb +229 -0
  274. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +217 -0
  275. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +217 -0
  276. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +217 -0
  277. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +242 -0
  278. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +322 -0
  279. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb +226 -0
  280. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +226 -0
  281. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +241 -0
  282. data/lib/hubspot/codegen/crm/tickets/models/error.rb +292 -0
  283. data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +258 -0
  284. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +272 -0
  285. data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +217 -0
  286. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +224 -0
  287. data/lib/hubspot/codegen/crm/tickets/models/paging.rb +210 -0
  288. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +286 -0
  289. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +288 -0
  290. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +231 -0
  291. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +215 -0
  292. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +217 -0
  293. data/lib/hubspot/codegen/crm/timeline/api/events_api.rb +353 -0
  294. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +362 -0
  295. data/lib/hubspot/codegen/crm/timeline/api/tokens_api.rb +250 -0
  296. data/lib/hubspot/codegen/crm/timeline/api_client.rb +422 -0
  297. data/lib/hubspot/codegen/crm/timeline/api_error.rb +61 -0
  298. data/lib/hubspot/codegen/crm/timeline/configuration.rb +258 -0
  299. data/lib/hubspot/codegen/crm/timeline/models/add_numbers.rb +280 -0
  300. data/lib/hubspot/codegen/crm/timeline/models/batch_input_timeline_event.rb +219 -0
  301. data/lib/hubspot/codegen/crm/timeline/models/batch_response_timeline_event_response.rb +330 -0
  302. data/lib/hubspot/codegen/crm/timeline/models/begins_with.rb +294 -0
  303. data/lib/hubspot/codegen/crm/timeline/models/boolean_property_variable.rb +280 -0
  304. data/lib/hubspot/codegen/crm/timeline/models/collection_response_timeline_event_template.rb +228 -0
  305. data/lib/hubspot/codegen/crm/timeline/models/concat_strings.rb +280 -0
  306. data/lib/hubspot/codegen/crm/timeline/models/constant_boolean.rb +280 -0
  307. data/lib/hubspot/codegen/crm/timeline/models/constant_number.rb +280 -0
  308. data/lib/hubspot/codegen/crm/timeline/models/constant_string.rb +280 -0
  309. data/lib/hubspot/codegen/crm/timeline/models/contains.rb +294 -0
  310. data/lib/hubspot/codegen/crm/timeline/models/date.rb +280 -0
  311. data/lib/hubspot/codegen/crm/timeline/models/divide_numbers.rb +280 -0
  312. data/lib/hubspot/codegen/crm/timeline/models/error.rb +292 -0
  313. data/lib/hubspot/codegen/crm/timeline/models/error_detail.rb +258 -0
  314. data/lib/hubspot/codegen/crm/timeline/models/event_detail.rb +217 -0
  315. data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_email_reply_html.rb +280 -0
  316. data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_email_reply_text.rb +280 -0
  317. data/lib/hubspot/codegen/crm/timeline/models/extract_most_recent_plain_text_email_reply.rb +280 -0
  318. data/lib/hubspot/codegen/crm/timeline/models/fetch_exchange_rate.rb +280 -0
  319. data/lib/hubspot/codegen/crm/timeline/models/has_email_reply.rb +280 -0
  320. data/lib/hubspot/codegen/crm/timeline/models/has_plain_text_email_reply.rb +280 -0
  321. data/lib/hubspot/codegen/crm/timeline/models/if_boolean.rb +303 -0
  322. data/lib/hubspot/codegen/crm/timeline/models/if_number.rb +303 -0
  323. data/lib/hubspot/codegen/crm/timeline/models/if_string.rb +303 -0
  324. data/lib/hubspot/codegen/crm/timeline/models/is_present.rb +294 -0
  325. data/lib/hubspot/codegen/crm/timeline/models/less_than.rb +280 -0
  326. data/lib/hubspot/codegen/crm/timeline/models/less_than_or_equal.rb +280 -0
  327. data/lib/hubspot/codegen/crm/timeline/models/lower_case.rb +280 -0
  328. data/lib/hubspot/codegen/crm/timeline/models/max_numbers.rb +280 -0
  329. data/lib/hubspot/codegen/crm/timeline/models/min_numbers.rb +280 -0
  330. data/lib/hubspot/codegen/crm/timeline/models/model_and.rb +280 -0
  331. data/lib/hubspot/codegen/crm/timeline/models/model_not.rb +280 -0
  332. data/lib/hubspot/codegen/crm/timeline/models/model_or.rb +280 -0
  333. data/lib/hubspot/codegen/crm/timeline/models/month.rb +280 -0
  334. data/lib/hubspot/codegen/crm/timeline/models/more_than.rb +280 -0
  335. data/lib/hubspot/codegen/crm/timeline/models/more_than_or_equal.rb +280 -0
  336. data/lib/hubspot/codegen/crm/timeline/models/multiply_numbers.rb +280 -0
  337. data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +224 -0
  338. data/lib/hubspot/codegen/crm/timeline/models/now.rb +280 -0
  339. data/lib/hubspot/codegen/crm/timeline/models/number_equals.rb +280 -0
  340. data/lib/hubspot/codegen/crm/timeline/models/number_property_variable.rb +280 -0
  341. data/lib/hubspot/codegen/crm/timeline/models/number_to_string.rb +280 -0
  342. data/lib/hubspot/codegen/crm/timeline/models/paging.rb +210 -0
  343. data/lib/hubspot/codegen/crm/timeline/models/parse_number.rb +280 -0
  344. data/lib/hubspot/codegen/crm/timeline/models/period_to_months.rb +280 -0
  345. data/lib/hubspot/codegen/crm/timeline/models/pipeline_probability.rb +280 -0
  346. data/lib/hubspot/codegen/crm/timeline/models/round_down_numbers.rb +280 -0
  347. data/lib/hubspot/codegen/crm/timeline/models/round_up_numbers.rb +280 -0
  348. data/lib/hubspot/codegen/crm/timeline/models/string_equals.rb +280 -0
  349. data/lib/hubspot/codegen/crm/timeline/models/string_property_variable.rb +280 -0
  350. data/lib/hubspot/codegen/crm/timeline/models/subtract_numbers.rb +280 -0
  351. data/lib/hubspot/codegen/crm/timeline/models/time_between.rb +280 -0
  352. data/lib/hubspot/codegen/crm/timeline/models/timeline_event.rb +318 -0
  353. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_i_frame.rb +276 -0
  354. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_response.rb +342 -0
  355. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template.rb +304 -0
  356. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_create_request.rb +269 -0
  357. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token.rb +328 -0
  358. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_option.rb +229 -0
  359. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_token_update_request.rb +244 -0
  360. data/lib/hubspot/codegen/crm/timeline/models/timeline_event_template_update_request.rb +269 -0
  361. data/lib/hubspot/codegen/crm/timeline/models/upper_case.rb +280 -0
  362. data/lib/hubspot/codegen/crm/timeline/models/xor.rb +280 -0
  363. data/lib/hubspot/codegen/crm/timeline/models/year.rb +280 -0
  364. data/lib/hubspot/codegen/oauth/api/default_api.rb +270 -0
  365. data/lib/hubspot/codegen/oauth/api_client.rb +420 -0
  366. data/lib/hubspot/codegen/oauth/api_error.rb +59 -0
  367. data/lib/hubspot/codegen/oauth/configuration.rb +256 -0
  368. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +317 -0
  369. data/lib/hubspot/codegen/oauth/models/error.rb +290 -0
  370. data/lib/hubspot/codegen/oauth/models/error_detail.rb +256 -0
  371. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +303 -0
  372. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +241 -0
  373. data/lib/hubspot/codegen/webhooks/api/settings_api.rb +214 -0
  374. data/lib/hubspot/codegen/webhooks/api/subscriptions_api.rb +360 -0
  375. data/lib/hubspot/codegen/webhooks/api_client.rb +420 -0
  376. data/lib/hubspot/codegen/webhooks/api_error.rb +59 -0
  377. data/lib/hubspot/codegen/webhooks/configuration.rb +256 -0
  378. data/lib/hubspot/codegen/webhooks/models/error.rb +290 -0
  379. data/lib/hubspot/codegen/webhooks/models/error_detail.rb +256 -0
  380. data/lib/hubspot/codegen/webhooks/models/settings_change_request.rb +229 -0
  381. data/lib/hubspot/codegen/webhooks/models/settings_response.rb +254 -0
  382. data/lib/hubspot/codegen/webhooks/models/subscription_create_request.rb +268 -0
  383. data/lib/hubspot/codegen/webhooks/models/subscription_list_response.rb +217 -0
  384. data/lib/hubspot/codegen/webhooks/models/subscription_patch_request.rb +210 -0
  385. data/lib/hubspot/codegen/webhooks/models/subscription_response.rb +308 -0
  386. data/lib/hubspot/codegen/webhooks/models/throttling_settings.rb +264 -0
  387. data/lib/hubspot/configuration.rb +207 -0
  388. data/lib/hubspot/exceptions.rb +3 -0
  389. data/lib/hubspot/helpers/get_all_helper.rb +27 -0
  390. data/lib/hubspot/oauth_helper.rb +17 -0
  391. data/lib/hubspot/version.rb +3 -0
  392. data/lib/test_test_gem.rb +50 -0
  393. data/test_test_gem.gemspec +30 -0
  394. metadata +609 -0
@@ -0,0 +1,364 @@
1
+ =begin
2
+ #CRM cards
3
+
4
+ #Allows an app to extend the CRM UI by surfacing custom cards in the sidebar of record pages. These cards are defined up-front as part of app configuration, then populated by external data fetch requests when the record page is accessed by a user.
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'cgi'
14
+
15
+ module Hubspot
16
+ module Crm
17
+ module Extensions
18
+ module Cards
19
+ class CardsApi
20
+ attr_accessor :api_client
21
+
22
+ def initialize(api_client = ApiClient.default)
23
+ @api_client = api_client
24
+ end
25
+ # Delete a card
26
+ # Permanently deletes a card definition with the given ID. Once deleted, data fetch requests for this card will no longer be sent to your service. This can't be undone.
27
+ # @param app_id [Integer] The ID of the target app.
28
+ # @param card_id [String] The ID of the card to delete.
29
+ # @param [Hash] opts the optional parameters
30
+ # @return [nil]
31
+ def archive(app_id, card_id, opts = {})
32
+ archive_with_http_info(app_id, card_id, opts)
33
+ nil
34
+ end
35
+
36
+ # Delete a card
37
+ # Permanently deletes a card definition with the given ID. Once deleted, data fetch requests for this card will no longer be sent to your service. This can't be undone.
38
+ # @param app_id [Integer] The ID of the target app.
39
+ # @param card_id [String] The ID of the card to delete.
40
+ # @param [Hash] opts the optional parameters
41
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
42
+ def archive_with_http_info(app_id, card_id, opts = {})
43
+ if @api_client.config.debugging
44
+ @api_client.config.logger.debug 'Calling API: CardsApi.archive ...'
45
+ end
46
+ # verify the required parameter 'app_id' is set
47
+ if @api_client.config.client_side_validation && app_id.nil?
48
+ fail ArgumentError, "Missing the required parameter 'app_id' when calling CardsApi.archive"
49
+ end
50
+ # verify the required parameter 'card_id' is set
51
+ if @api_client.config.client_side_validation && card_id.nil?
52
+ fail ArgumentError, "Missing the required parameter 'card_id' when calling CardsApi.archive"
53
+ end
54
+ # resource path
55
+ local_var_path = '/crm/v3/extensions/cards/{appId}/{cardId}'.sub('{' + 'appId' + '}', CGI.escape(app_id.to_s)).sub('{' + 'cardId' + '}', CGI.escape(card_id.to_s))
56
+
57
+ # query parameters
58
+ query_params = opts[:query_params] || {}
59
+
60
+ # header parameters
61
+ header_params = opts[:header_params] || {}
62
+ # HTTP header 'Accept' (if needed)
63
+ header_params['Accept'] = @api_client.select_header_accept(['*/*'])
64
+
65
+ # form parameters
66
+ form_params = opts[:form_params] || {}
67
+
68
+ # http body (model)
69
+ post_body = opts[:body]
70
+
71
+ # return_type
72
+ return_type = opts[:return_type]
73
+
74
+ # auth_names
75
+ auth_names = opts[:auth_names] || ['hapikey']
76
+
77
+ new_options = opts.merge(
78
+ :header_params => header_params,
79
+ :query_params => query_params,
80
+ :form_params => form_params,
81
+ :body => post_body,
82
+ :auth_names => auth_names,
83
+ :return_type => return_type
84
+ )
85
+
86
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
87
+ if @api_client.config.debugging
88
+ @api_client.config.logger.debug "API called: CardsApi#archive\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
89
+ end
90
+ return data, status_code, headers
91
+ end
92
+
93
+ # Create a new card
94
+ # Defines a new card that will become active on an account when this app is installed.
95
+ # @param app_id [Integer] The ID of the target app.
96
+ # @param [Hash] opts the optional parameters
97
+ # @option opts [CardCreateRequest] :card_create_request The new card definition.
98
+ # @return [CardResponse]
99
+ def create(app_id, opts = {})
100
+ data, _status_code, _headers = create_with_http_info(app_id, opts)
101
+ data
102
+ end
103
+
104
+ # Create a new card
105
+ # Defines a new card that will become active on an account when this app is installed.
106
+ # @param app_id [Integer] The ID of the target app.
107
+ # @param [Hash] opts the optional parameters
108
+ # @option opts [CardCreateRequest] :card_create_request The new card definition.
109
+ # @return [Array<(CardResponse, Integer, Hash)>] CardResponse data, response status code and response headers
110
+ def create_with_http_info(app_id, opts = {})
111
+ if @api_client.config.debugging
112
+ @api_client.config.logger.debug 'Calling API: CardsApi.create ...'
113
+ end
114
+ # verify the required parameter 'app_id' is set
115
+ if @api_client.config.client_side_validation && app_id.nil?
116
+ fail ArgumentError, "Missing the required parameter 'app_id' when calling CardsApi.create"
117
+ end
118
+ # resource path
119
+ local_var_path = '/crm/v3/extensions/cards/{appId}'.sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
120
+
121
+ # query parameters
122
+ query_params = opts[:query_params] || {}
123
+
124
+ # header parameters
125
+ header_params = opts[:header_params] || {}
126
+ # HTTP header 'Accept' (if needed)
127
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
128
+ # HTTP header 'Content-Type'
129
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
130
+
131
+ # form parameters
132
+ form_params = opts[:form_params] || {}
133
+
134
+ # http body (model)
135
+ post_body = opts[:body] || @api_client.object_to_http_body(opts[:'card_create_request'])
136
+
137
+ # return_type
138
+ return_type = opts[:return_type] || 'CardResponse'
139
+
140
+ # auth_names
141
+ auth_names = opts[:auth_names] || ['hapikey']
142
+
143
+ new_options = opts.merge(
144
+ :header_params => header_params,
145
+ :query_params => query_params,
146
+ :form_params => form_params,
147
+ :body => post_body,
148
+ :auth_names => auth_names,
149
+ :return_type => return_type
150
+ )
151
+
152
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
153
+ if @api_client.config.debugging
154
+ @api_client.config.logger.debug "API called: CardsApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
155
+ end
156
+ return data, status_code, headers
157
+ end
158
+
159
+ # Get all cards
160
+ # Returns a list of cards for a given app.
161
+ # @param app_id [Integer] The ID of the target app.
162
+ # @param [Hash] opts the optional parameters
163
+ # @return [CardListResponse]
164
+ def get_all(app_id, opts = {})
165
+ data, _status_code, _headers = get_all_with_http_info(app_id, opts)
166
+ data
167
+ end
168
+
169
+ # Get all cards
170
+ # Returns a list of cards for a given app.
171
+ # @param app_id [Integer] The ID of the target app.
172
+ # @param [Hash] opts the optional parameters
173
+ # @return [Array<(CardListResponse, Integer, Hash)>] CardListResponse data, response status code and response headers
174
+ def get_all_with_http_info(app_id, opts = {})
175
+ if @api_client.config.debugging
176
+ @api_client.config.logger.debug 'Calling API: CardsApi.get_all ...'
177
+ end
178
+ # verify the required parameter 'app_id' is set
179
+ if @api_client.config.client_side_validation && app_id.nil?
180
+ fail ArgumentError, "Missing the required parameter 'app_id' when calling CardsApi.get_all"
181
+ end
182
+ # resource path
183
+ local_var_path = '/crm/v3/extensions/cards/{appId}'.sub('{' + 'appId' + '}', CGI.escape(app_id.to_s))
184
+
185
+ # query parameters
186
+ query_params = opts[:query_params] || {}
187
+
188
+ # header parameters
189
+ header_params = opts[:header_params] || {}
190
+ # HTTP header 'Accept' (if needed)
191
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
192
+
193
+ # form parameters
194
+ form_params = opts[:form_params] || {}
195
+
196
+ # http body (model)
197
+ post_body = opts[:body]
198
+
199
+ # return_type
200
+ return_type = opts[:return_type] || 'CardListResponse'
201
+
202
+ # auth_names
203
+ auth_names = opts[:auth_names] || ['hapikey']
204
+
205
+ new_options = opts.merge(
206
+ :header_params => header_params,
207
+ :query_params => query_params,
208
+ :form_params => form_params,
209
+ :body => post_body,
210
+ :auth_names => auth_names,
211
+ :return_type => return_type
212
+ )
213
+
214
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
215
+ if @api_client.config.debugging
216
+ @api_client.config.logger.debug "API called: CardsApi#get_all\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
217
+ end
218
+ return data, status_code, headers
219
+ end
220
+
221
+ # Get a card.
222
+ # Returns the definition for a card with the given ID.
223
+ # @param app_id [Integer] The ID of the target app.
224
+ # @param card_id [String] The ID of the target card.
225
+ # @param [Hash] opts the optional parameters
226
+ # @return [CardResponse]
227
+ def get_by_id(app_id, card_id, opts = {})
228
+ data, _status_code, _headers = get_by_id_with_http_info(app_id, card_id, opts)
229
+ data
230
+ end
231
+
232
+ # Get a card.
233
+ # Returns the definition for a card with the given ID.
234
+ # @param app_id [Integer] The ID of the target app.
235
+ # @param card_id [String] The ID of the target card.
236
+ # @param [Hash] opts the optional parameters
237
+ # @return [Array<(CardResponse, Integer, Hash)>] CardResponse data, response status code and response headers
238
+ def get_by_id_with_http_info(app_id, card_id, opts = {})
239
+ if @api_client.config.debugging
240
+ @api_client.config.logger.debug 'Calling API: CardsApi.get_by_id ...'
241
+ end
242
+ # verify the required parameter 'app_id' is set
243
+ if @api_client.config.client_side_validation && app_id.nil?
244
+ fail ArgumentError, "Missing the required parameter 'app_id' when calling CardsApi.get_by_id"
245
+ end
246
+ # verify the required parameter 'card_id' is set
247
+ if @api_client.config.client_side_validation && card_id.nil?
248
+ fail ArgumentError, "Missing the required parameter 'card_id' when calling CardsApi.get_by_id"
249
+ end
250
+ # resource path
251
+ local_var_path = '/crm/v3/extensions/cards/{appId}/{cardId}'.sub('{' + 'appId' + '}', CGI.escape(app_id.to_s)).sub('{' + 'cardId' + '}', CGI.escape(card_id.to_s))
252
+
253
+ # query parameters
254
+ query_params = opts[:query_params] || {}
255
+
256
+ # header parameters
257
+ header_params = opts[:header_params] || {}
258
+ # HTTP header 'Accept' (if needed)
259
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
260
+
261
+ # form parameters
262
+ form_params = opts[:form_params] || {}
263
+
264
+ # http body (model)
265
+ post_body = opts[:body]
266
+
267
+ # return_type
268
+ return_type = opts[:return_type] || 'CardResponse'
269
+
270
+ # auth_names
271
+ auth_names = opts[:auth_names] || ['hapikey']
272
+
273
+ new_options = opts.merge(
274
+ :header_params => header_params,
275
+ :query_params => query_params,
276
+ :form_params => form_params,
277
+ :body => post_body,
278
+ :auth_names => auth_names,
279
+ :return_type => return_type
280
+ )
281
+
282
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
283
+ if @api_client.config.debugging
284
+ @api_client.config.logger.debug "API called: CardsApi#get_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
285
+ end
286
+ return data, status_code, headers
287
+ end
288
+
289
+ # Update a card
290
+ # Update a card definition with new details.
291
+ # @param app_id [Integer] The ID of the target app.
292
+ # @param card_id [String] The ID of the card to update.
293
+ # @param [Hash] opts the optional parameters
294
+ # @option opts [CardPatchRequest] :card_patch_request Card definition fields to be updated.
295
+ # @return [CardResponse]
296
+ def update(app_id, card_id, opts = {})
297
+ data, _status_code, _headers = update_with_http_info(app_id, card_id, opts)
298
+ data
299
+ end
300
+
301
+ # Update a card
302
+ # Update a card definition with new details.
303
+ # @param app_id [Integer] The ID of the target app.
304
+ # @param card_id [String] The ID of the card to update.
305
+ # @param [Hash] opts the optional parameters
306
+ # @option opts [CardPatchRequest] :card_patch_request Card definition fields to be updated.
307
+ # @return [Array<(CardResponse, Integer, Hash)>] CardResponse data, response status code and response headers
308
+ def update_with_http_info(app_id, card_id, opts = {})
309
+ if @api_client.config.debugging
310
+ @api_client.config.logger.debug 'Calling API: CardsApi.update ...'
311
+ end
312
+ # verify the required parameter 'app_id' is set
313
+ if @api_client.config.client_side_validation && app_id.nil?
314
+ fail ArgumentError, "Missing the required parameter 'app_id' when calling CardsApi.update"
315
+ end
316
+ # verify the required parameter 'card_id' is set
317
+ if @api_client.config.client_side_validation && card_id.nil?
318
+ fail ArgumentError, "Missing the required parameter 'card_id' when calling CardsApi.update"
319
+ end
320
+ # resource path
321
+ local_var_path = '/crm/v3/extensions/cards/{appId}/{cardId}'.sub('{' + 'appId' + '}', CGI.escape(app_id.to_s)).sub('{' + 'cardId' + '}', CGI.escape(card_id.to_s))
322
+
323
+ # query parameters
324
+ query_params = opts[:query_params] || {}
325
+
326
+ # header parameters
327
+ header_params = opts[:header_params] || {}
328
+ # HTTP header 'Accept' (if needed)
329
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
330
+ # HTTP header 'Content-Type'
331
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
332
+
333
+ # form parameters
334
+ form_params = opts[:form_params] || {}
335
+
336
+ # http body (model)
337
+ post_body = opts[:body] || @api_client.object_to_http_body(opts[:'card_patch_request'])
338
+
339
+ # return_type
340
+ return_type = opts[:return_type] || 'CardResponse'
341
+
342
+ # auth_names
343
+ auth_names = opts[:auth_names] || ['hapikey']
344
+
345
+ new_options = opts.merge(
346
+ :header_params => header_params,
347
+ :query_params => query_params,
348
+ :form_params => form_params,
349
+ :body => post_body,
350
+ :auth_names => auth_names,
351
+ :return_type => return_type
352
+ )
353
+
354
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
355
+ if @api_client.config.debugging
356
+ @api_client.config.logger.debug "API called: CardsApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
357
+ end
358
+ return data, status_code, headers
359
+ end
360
+ end
361
+ end
362
+ end
363
+ end
364
+ end
@@ -0,0 +1,84 @@
1
+ =begin
2
+ #CRM cards
3
+
4
+ #Allows an app to extend the CRM UI by surfacing custom cards in the sidebar of record pages. These cards are defined up-front as part of app configuration, then populated by external data fetch requests when the record page is accessed by a user.
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'cgi'
14
+
15
+ module Hubspot
16
+ module Crm
17
+ module Extensions
18
+ module Cards
19
+ class SampleResponseApi
20
+ attr_accessor :api_client
21
+
22
+ def initialize(api_client = ApiClient.default)
23
+ @api_client = api_client
24
+ end
25
+ # Get sample card detail response
26
+ # Returns an example card detail response. This is the payload with displayed details for a card that will be shown to a user. An app should send this in response to the data fetch request.
27
+ # @param [Hash] opts the optional parameters
28
+ # @return [IntegratorCardPayloadResponse]
29
+ def get_cards_sample_response(opts = {})
30
+ data, _status_code, _headers = get_cards_sample_response_with_http_info(opts)
31
+ data
32
+ end
33
+
34
+ # Get sample card detail response
35
+ # Returns an example card detail response. This is the payload with displayed details for a card that will be shown to a user. An app should send this in response to the data fetch request.
36
+ # @param [Hash] opts the optional parameters
37
+ # @return [Array<(IntegratorCardPayloadResponse, Integer, Hash)>] IntegratorCardPayloadResponse data, response status code and response headers
38
+ def get_cards_sample_response_with_http_info(opts = {})
39
+ if @api_client.config.debugging
40
+ @api_client.config.logger.debug 'Calling API: SampleResponseApi.get_cards_sample_response ...'
41
+ end
42
+ # resource path
43
+ local_var_path = '/crm/v3/extensions/cards/sample-response'
44
+
45
+ # query parameters
46
+ query_params = opts[:query_params] || {}
47
+
48
+ # header parameters
49
+ header_params = opts[:header_params] || {}
50
+ # HTTP header 'Accept' (if needed)
51
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', '*/*'])
52
+
53
+ # form parameters
54
+ form_params = opts[:form_params] || {}
55
+
56
+ # http body (model)
57
+ post_body = opts[:body]
58
+
59
+ # return_type
60
+ return_type = opts[:return_type] || 'IntegratorCardPayloadResponse'
61
+
62
+ # auth_names
63
+ auth_names = opts[:auth_names] || []
64
+
65
+ new_options = opts.merge(
66
+ :header_params => header_params,
67
+ :query_params => query_params,
68
+ :form_params => form_params,
69
+ :body => post_body,
70
+ :auth_names => auth_names,
71
+ :return_type => return_type
72
+ )
73
+
74
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
75
+ if @api_client.config.debugging
76
+ @api_client.config.logger.debug "API called: SampleResponseApi#get_cards_sample_response\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
77
+ end
78
+ return data, status_code, headers
79
+ end
80
+ end
81
+ end
82
+ end
83
+ end
84
+ end
@@ -0,0 +1,424 @@
1
+ =begin
2
+ #CRM cards
3
+
4
+ #Allows an app to extend the CRM UI by surfacing custom cards in the sidebar of record pages. These cards are defined up-front as part of app configuration, then populated by external data fetch requests when the record page is accessed by a user.
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.2
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'json'
15
+ require 'logger'
16
+ require 'tempfile'
17
+ require 'faraday'
18
+
19
+ module Hubspot
20
+ module Crm
21
+ module Extensions
22
+ module Cards
23
+ class ApiClient
24
+ # The Configuration object holding settings to be used in the API client.
25
+ attr_accessor :config
26
+
27
+ # Defines the headers to be used in HTTP requests of all API calls by default.
28
+ #
29
+ # @return [Hash]
30
+ attr_accessor :default_headers
31
+
32
+ # Initializes the ApiClient
33
+ # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
34
+ def initialize(config = Configuration.default)
35
+ @config = config
36
+ @user_agent = "hubspot-api-client-ruby; #{VERSION}"
37
+ @default_headers = {
38
+ 'Content-Type' => 'application/json',
39
+ 'User-Agent' => @user_agent
40
+ }
41
+ end
42
+
43
+ def self.default
44
+ @@default ||= ApiClient.new
45
+ end
46
+
47
+ # Call an API with given options.
48
+ #
49
+ # @return [Array<(Object, Integer, Hash)>] an array of 3 elements:
50
+ # the data deserialized from response body (could be nil), response status code and response headers.
51
+ def call_api(http_method, path, opts = {})
52
+ ssl_options = {
53
+ :ca_file => @config.ssl_ca_file,
54
+ :verify => @config.ssl_verify,
55
+ :verify_mode => @config.ssl_verify_mode,
56
+ :client_cert => @config.ssl_client_cert,
57
+ :client_key => @config.ssl_client_key
58
+ }
59
+
60
+ connection = Faraday.new(:url => config.base_url, :ssl => ssl_options) do |conn|
61
+ conn.basic_auth(config.username, config.password)
62
+ if opts[:header_params]["Content-Type"] == "multipart/form-data"
63
+ conn.request :multipart
64
+ conn.request :url_encoded
65
+ end
66
+ conn.adapter(Faraday.default_adapter)
67
+ conn.options[:params_encoder] = Faraday::FlatParamsEncoder
68
+
69
+ # Errors handler settings
70
+ if !config.error_handler.empty?
71
+ config.error_handler.each do |statuses, opts|
72
+ statuses = statuses.is_a?(Integer) ? [statuses] : statuses
73
+ retry_options = {
74
+ max: opts[:max_retries],
75
+ interval: opts[:seconds_delay],
76
+ retry_statuses: statuses,
77
+ methods: %i[post delete get head options put],
78
+ retry_block: -> (env, options, retries, exc) { opts[:retry_block].call }
79
+ }
80
+ conn.request :retry, retry_options
81
+ end
82
+ end
83
+ end
84
+
85
+ begin
86
+ response = connection.public_send(http_method.to_sym.downcase) do |req|
87
+ build_request(http_method, path, req, opts)
88
+ end
89
+
90
+ if @config.debugging
91
+ @config.logger.debug "HTTP response body ~BEGIN~\n#{response.body}\n~END~\n"
92
+ end
93
+
94
+ unless response.success?
95
+ if response.status == 0
96
+ # Errors from libcurl will be made visible here
97
+ fail ApiError.new(:code => 0,
98
+ :message => response.return_message)
99
+ else
100
+ fail ApiError.new(:code => response.status,
101
+ :response_headers => response.headers,
102
+ :response_body => response.body),
103
+ response.reason_phrase
104
+ end
105
+ end
106
+ rescue Faraday::TimeoutError
107
+ fail ApiError.new('Connection timed out')
108
+ end
109
+
110
+ if opts[:return_type]
111
+ data = deserialize(response, opts[:return_type])
112
+ else
113
+ data = nil
114
+ end
115
+ return data, response.status, response.headers
116
+ end
117
+
118
+ # Builds the HTTP request
119
+ #
120
+ # @param [String] http_method HTTP method/verb (e.g. POST)
121
+ # @param [String] path URL path (e.g. /account/new)
122
+ # @option opts [Hash] :header_params Header parameters
123
+ # @option opts [Hash] :query_params Query parameters
124
+ # @option opts [Hash] :form_params Query parameters
125
+ # @option opts [Object] :body HTTP body (JSON/XML)
126
+ # @return [Typhoeus::Request] A Typhoeus Request
127
+ def build_request(http_method, path, request, opts = {})
128
+ url = build_request_url(path)
129
+ http_method = http_method.to_sym.downcase
130
+
131
+ header_params = @default_headers.merge(opts[:header_params] || {})
132
+ query_params = opts[:query_params] || {}
133
+ form_params = opts[:form_params] || {}
134
+
135
+ update_params_for_auth! header_params, query_params, opts[:auth_names]
136
+
137
+ req_opts = {
138
+ :method => http_method,
139
+ :headers => header_params,
140
+ :params => query_params,
141
+ :params_encoding => @config.params_encoding,
142
+ :timeout => @config.timeout,
143
+ :verbose => @config.debugging
144
+ }
145
+
146
+ if [:post, :patch, :put, :delete].include?(http_method)
147
+ req_body = build_request_body(header_params, form_params, opts[:body])
148
+ req_opts.update :body => req_body
149
+ if @config.debugging
150
+ @config.logger.debug "HTTP request body param ~BEGIN~\n#{req_body}\n~END~\n"
151
+ end
152
+ end
153
+ request.headers = header_params
154
+ request.body = req_body
155
+ request.url url
156
+ request.params = query_params
157
+ download_file(request) if opts[:return_type] == 'File'
158
+ request
159
+ end
160
+
161
+ # Builds the HTTP request body
162
+ #
163
+ # @param [Hash] header_params Header parameters
164
+ # @param [Hash] form_params Query parameters
165
+ # @param [Object] body HTTP body (JSON/XML)
166
+ # @return [String] HTTP body data in the form of string
167
+ def build_request_body(header_params, form_params, body)
168
+ # http form
169
+ if header_params['Content-Type'] == 'application/x-www-form-urlencoded'
170
+ data = URI.encode_www_form(form_params)
171
+ elsif header_params['Content-Type'] == 'multipart/form-data'
172
+ data = {}
173
+ form_params.each do |key, value|
174
+ case value
175
+ when ::File, ::Tempfile
176
+ # TODO hardcode to application/octet-stream, need better way to detect content type
177
+ data[key] = Faraday::UploadIO.new(value.path, 'application/octet-stream', value.path)
178
+ when ::Array, nil
179
+ # let Faraday handle Array and nil parameters
180
+ data[key] = value
181
+ else
182
+ data[key] = value.to_s
183
+ end
184
+ end
185
+ elsif body
186
+ data = body.is_a?(String) ? body : body.to_json
187
+ else
188
+ data = nil
189
+ end
190
+ data
191
+ end
192
+
193
+ # Check if the given MIME is a JSON MIME.
194
+ # JSON MIME examples:
195
+ # application/json
196
+ # application/json; charset=UTF8
197
+ # APPLICATION/JSON
198
+ # */*
199
+ # @param [String] mime MIME
200
+ # @return [Boolean] True if the MIME is application/json
201
+ def json_mime?(mime)
202
+ (mime == '*/*') || !(mime =~ /Application\/.*json(?!p)(;.*)?/i).nil?
203
+ end
204
+
205
+ # Deserialize the response to the given return type.
206
+ #
207
+ # @param [Response] response HTTP response
208
+ # @param [String] return_type some examples: "User", "Array<User>", "Hash<String, Integer>"
209
+ def deserialize(response, return_type)
210
+ body = response.body
211
+
212
+ # handle file downloading - return the File instance processed in request callbacks
213
+ # note that response body is empty when the file is written in chunks in request on_body callback
214
+ return @tempfile if return_type == 'File'
215
+
216
+ return nil if body.nil? || body.empty?
217
+
218
+ # return response body directly for String return type
219
+ return body if return_type == 'String'
220
+
221
+ # ensuring a default content type
222
+ content_type = response.headers['Content-Type'] || 'application/json'
223
+
224
+ fail "Content-Type is not supported: #{content_type}" unless json_mime?(content_type)
225
+
226
+ begin
227
+ data = JSON.parse("[#{body}]", :symbolize_names => true)[0]
228
+ rescue JSON::ParserError => e
229
+ if %w(String Date DateTime).include?(return_type)
230
+ data = body
231
+ else
232
+ raise e
233
+ end
234
+ end
235
+
236
+ convert_to_type data, return_type
237
+ end
238
+
239
+ # Convert data to the given return type.
240
+ # @param [Object] data Data to be converted
241
+ # @param [String] return_type Return type
242
+ # @return [Mixed] Data in a particular type
243
+ def convert_to_type(data, return_type)
244
+ return nil if data.nil?
245
+ case return_type
246
+ when 'String'
247
+ data.to_s
248
+ when 'Integer'
249
+ data.to_i
250
+ when 'Float'
251
+ data.to_f
252
+ when 'Boolean'
253
+ data == true
254
+ when 'DateTime'
255
+ # parse date time (expecting ISO 8601 format)
256
+ DateTime.parse data
257
+ when 'Date'
258
+ # parse date time (expecting ISO 8601 format)
259
+ Date.parse data
260
+ when 'Object'
261
+ # generic object (usually a Hash), return directly
262
+ data
263
+ when /\AArray<(.+)>\z/
264
+ # e.g. Array<Pet>
265
+ sub_type = $1
266
+ data.map { |item| convert_to_type(item, sub_type) }
267
+ when /\AHash\<String, (.+)\>\z/
268
+ # e.g. Hash<String, Integer>
269
+ sub_type = $1
270
+ {}.tap do |hash|
271
+ data.each { |k, v| hash[k] = convert_to_type(v, sub_type) }
272
+ end
273
+ else
274
+ # models, e.g. Pet
275
+ Hubspot::Crm::Extensions::Cards.const_get(return_type).build_from_hash(data)
276
+ end
277
+ end
278
+
279
+ # Save response body into a file in (the defined) temporary folder, using the filename
280
+ # from the "Content-Disposition" header if provided, otherwise a random filename.
281
+ # The response body is written to the file in chunks in order to handle files which
282
+ # size is larger than maximum Ruby String or even larger than the maximum memory a Ruby
283
+ # process can use.
284
+ #
285
+ # @see Configuration#temp_folder_path
286
+ def download_file(request)
287
+ tempfile = nil
288
+ encoding = nil
289
+ request.on_headers do |response|
290
+ content_disposition = response.headers['Content-Disposition']
291
+ if content_disposition && content_disposition =~ /filename=/i
292
+ filename = content_disposition[/filename=['"]?([^'"\s]+)['"]?/, 1]
293
+ prefix = sanitize_filename(filename)
294
+ else
295
+ prefix = 'download-'
296
+ end
297
+ prefix = prefix + '-' unless prefix.end_with?('-')
298
+ encoding = response.body.encoding
299
+ tempfile = Tempfile.open(prefix, @config.temp_folder_path, encoding: encoding)
300
+ @tempfile = tempfile
301
+ end
302
+ request.on_body do |chunk|
303
+ chunk.force_encoding(encoding)
304
+ tempfile.write(chunk)
305
+ end
306
+ request.on_complete do |response|
307
+ tempfile.close if tempfile
308
+ @config.logger.info "Temp file written to #{tempfile.path}, please copy the file to a proper folder "\
309
+ "with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file "\
310
+ "will be deleted automatically with GC. It's also recommended to delete the temp file "\
311
+ "explicitly with `tempfile.delete`"
312
+ end
313
+ end
314
+
315
+ # Sanitize filename by removing path.
316
+ # e.g. ../../sun.gif becomes sun.gif
317
+ #
318
+ # @param [String] filename the filename to be sanitized
319
+ # @return [String] the sanitized filename
320
+ def sanitize_filename(filename)
321
+ filename.gsub(/.*[\/\\]/, '')
322
+ end
323
+
324
+ def build_request_url(path)
325
+ # Add leading and trailing slashes to path
326
+ path = "/#{path}".gsub(/\/+/, '/')
327
+ @config.base_url + path
328
+ end
329
+
330
+ # Update hearder and query params based on authentication settings.
331
+ #
332
+ # @param [Hash] header_params Header parameters
333
+ # @param [Hash] query_params Query parameters
334
+ # @param [String] auth_names Authentication scheme name
335
+ def update_params_for_auth!(header_params, query_params, auth_names)
336
+ Array(auth_names).each do |auth_name|
337
+ auth_setting = @config.auth_settings[auth_name]
338
+ next unless auth_setting
339
+ case auth_setting[:in]
340
+ when 'header' then header_params[auth_setting[:key]] = auth_setting[:value]
341
+ when 'query' then query_params[auth_setting[:key]] = auth_setting[:value]
342
+ else fail ArgumentError, 'Authentication token must be in `query` of `header`'
343
+ end
344
+ end
345
+ end
346
+
347
+ # Sets user agent in HTTP header
348
+ #
349
+ # @param [String] user_agent User agent (e.g. openapi-generator/ruby/1.0.0)
350
+ def user_agent=(user_agent)
351
+ @user_agent = user_agent
352
+ @default_headers['User-Agent'] = @user_agent
353
+ end
354
+
355
+ # Return Accept header based on an array of accepts provided.
356
+ # @param [Array] accepts array for Accept
357
+ # @return [String] the Accept header (e.g. application/json)
358
+ def select_header_accept(accepts)
359
+ return nil if accepts.nil? || accepts.empty?
360
+ # use JSON when present, otherwise use all of the provided
361
+ json_accept = accepts.find { |s| json_mime?(s) }
362
+ json_accept || accepts.join(',')
363
+ end
364
+
365
+ # Return Content-Type header based on an array of content types provided.
366
+ # @param [Array] content_types array for Content-Type
367
+ # @return [String] the Content-Type header (e.g. application/json)
368
+ def select_header_content_type(content_types)
369
+ # use application/json by default
370
+ return 'application/json' if content_types.nil? || content_types.empty?
371
+ # use JSON when present, otherwise use the first one
372
+ json_content_type = content_types.find { |s| json_mime?(s) }
373
+ json_content_type || content_types.first
374
+ end
375
+
376
+ # Convert object (array, hash, object, etc) to JSON string.
377
+ # @param [Object] model object to be converted into JSON string
378
+ # @return [String] JSON string representation of the object
379
+ def object_to_http_body(model)
380
+ return model if model.nil? || model.is_a?(String)
381
+ local_body = nil
382
+ if model.is_a?(Array)
383
+ local_body = model.map { |m| object_to_hash(m) }
384
+ else
385
+ local_body = object_to_hash(model)
386
+ end
387
+ local_body.to_json
388
+ end
389
+
390
+ # Convert object(non-array) to hash.
391
+ # @param [Object] obj object to be converted into JSON string
392
+ # @return [String] JSON string representation of the object
393
+ def object_to_hash(obj)
394
+ if obj.respond_to?(:to_hash)
395
+ obj.to_hash
396
+ else
397
+ obj
398
+ end
399
+ end
400
+
401
+ # Build parameter value according to the given collection format.
402
+ # @param [String] collection_format one of :csv, :ssv, :tsv, :pipes and :multi
403
+ def build_collection_param(param, collection_format)
404
+ case collection_format
405
+ when :csv
406
+ param.join(',')
407
+ when :ssv
408
+ param.join(' ')
409
+ when :tsv
410
+ param.join("\t")
411
+ when :pipes
412
+ param.join('|')
413
+ when :multi
414
+ # return the array directly as typhoeus will handle it as expected
415
+ param
416
+ else
417
+ fail "unknown collection format: #{collection_format.inspect}"
418
+ end
419
+ end
420
+ end
421
+ end
422
+ end
423
+ end
424
+ end