hubspot-api-client 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (841) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +7 -0
  3. data/Gemfile.lock +68 -0
  4. data/README.md +109 -0
  5. data/Rakefile +8 -0
  6. data/git_push.sh +55 -0
  7. data/hubspot-api-client.gemspec +31 -0
  8. data/lib/hubspot-api-client.rb +49 -0
  9. data/lib/hubspot/codegen/crm/associations/api/batch_api.rb +246 -0
  10. data/lib/hubspot/codegen/crm/associations/api_client.rb +423 -0
  11. data/lib/hubspot/codegen/crm/associations/api_error.rb +63 -0
  12. data/lib/hubspot/codegen/crm/associations/configuration.rb +260 -0
  13. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb +221 -0
  14. data/lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb +221 -0
  15. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb +331 -0
  16. data/lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb +331 -0
  17. data/lib/hubspot/codegen/crm/associations/models/error.rb +286 -0
  18. data/lib/hubspot/codegen/crm/associations/models/error_detail.rb +265 -0
  19. data/lib/hubspot/codegen/crm/associations/models/public_association.rb +233 -0
  20. data/lib/hubspot/codegen/crm/associations/models/public_association_multi.rb +236 -0
  21. data/lib/hubspot/codegen/crm/associations/models/public_object_id.rb +220 -0
  22. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +240 -0
  23. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +360 -0
  24. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +273 -0
  25. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +90 -0
  26. data/lib/hubspot/codegen/crm/companies/api_client.rb +423 -0
  27. data/lib/hubspot/codegen/crm/companies/api_error.rb +63 -0
  28. data/lib/hubspot/codegen/crm/companies/configuration.rb +260 -0
  29. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb +221 -0
  30. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb +221 -0
  31. data/lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb +221 -0
  32. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +237 -0
  33. data/lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb +331 -0
  34. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb +230 -0
  35. data/lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_id.rb +230 -0
  36. data/lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb +245 -0
  37. data/lib/hubspot/codegen/crm/companies/models/error.rb +286 -0
  38. data/lib/hubspot/codegen/crm/companies/models/error_detail.rb +265 -0
  39. data/lib/hubspot/codegen/crm/companies/models/filter.rb +276 -0
  40. data/lib/hubspot/codegen/crm/companies/models/filter_group.rb +221 -0
  41. data/lib/hubspot/codegen/crm/companies/models/next_page.rb +228 -0
  42. data/lib/hubspot/codegen/crm/companies/models/paging.rb +214 -0
  43. data/lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb +290 -0
  44. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +302 -0
  45. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb +235 -0
  46. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb +219 -0
  47. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb +221 -0
  48. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +240 -0
  49. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +360 -0
  50. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +273 -0
  51. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +90 -0
  52. data/lib/hubspot/codegen/crm/contacts/api_client.rb +423 -0
  53. data/lib/hubspot/codegen/crm/contacts/api_error.rb +63 -0
  54. data/lib/hubspot/codegen/crm/contacts/configuration.rb +260 -0
  55. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb +221 -0
  56. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb +221 -0
  57. data/lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb +221 -0
  58. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +237 -0
  59. data/lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb +331 -0
  60. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb +230 -0
  61. data/lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_id.rb +230 -0
  62. data/lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb +245 -0
  63. data/lib/hubspot/codegen/crm/contacts/models/error.rb +286 -0
  64. data/lib/hubspot/codegen/crm/contacts/models/error_detail.rb +265 -0
  65. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +276 -0
  66. data/lib/hubspot/codegen/crm/contacts/models/filter_group.rb +221 -0
  67. data/lib/hubspot/codegen/crm/contacts/models/next_page.rb +228 -0
  68. data/lib/hubspot/codegen/crm/contacts/models/paging.rb +214 -0
  69. data/lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb +290 -0
  70. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +302 -0
  71. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb +235 -0
  72. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb +219 -0
  73. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb +221 -0
  74. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +240 -0
  75. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +360 -0
  76. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +273 -0
  77. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +90 -0
  78. data/lib/hubspot/codegen/crm/deals/api_client.rb +423 -0
  79. data/lib/hubspot/codegen/crm/deals/api_error.rb +63 -0
  80. data/lib/hubspot/codegen/crm/deals/configuration.rb +260 -0
  81. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb +221 -0
  82. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb +221 -0
  83. data/lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb +221 -0
  84. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +237 -0
  85. data/lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb +331 -0
  86. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb +230 -0
  87. data/lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_id.rb +230 -0
  88. data/lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb +245 -0
  89. data/lib/hubspot/codegen/crm/deals/models/error.rb +286 -0
  90. data/lib/hubspot/codegen/crm/deals/models/error_detail.rb +265 -0
  91. data/lib/hubspot/codegen/crm/deals/models/filter.rb +276 -0
  92. data/lib/hubspot/codegen/crm/deals/models/filter_group.rb +221 -0
  93. data/lib/hubspot/codegen/crm/deals/models/next_page.rb +228 -0
  94. data/lib/hubspot/codegen/crm/deals/models/paging.rb +214 -0
  95. data/lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb +290 -0
  96. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +302 -0
  97. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb +235 -0
  98. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb +219 -0
  99. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb +221 -0
  100. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +338 -0
  101. data/lib/hubspot/codegen/crm/extensions/cards/api/default_api.rb +318 -0
  102. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +425 -0
  103. data/lib/hubspot/codegen/crm/extensions/cards/api_error.rb +65 -0
  104. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +262 -0
  105. data/lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb +223 -0
  106. data/lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb +263 -0
  107. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb +223 -0
  108. data/lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb +299 -0
  109. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb +237 -0
  110. data/lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb +232 -0
  111. data/lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb +223 -0
  112. data/lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb +271 -0
  113. data/lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb +243 -0
  114. data/lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb +295 -0
  115. data/lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb +283 -0
  116. data/lib/hubspot/codegen/crm/extensions/cards/models/error.rb +288 -0
  117. data/lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb +244 -0
  118. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +240 -0
  119. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +360 -0
  120. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +273 -0
  121. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +90 -0
  122. data/lib/hubspot/codegen/crm/line_items/api_client.rb +423 -0
  123. data/lib/hubspot/codegen/crm/line_items/api_error.rb +63 -0
  124. data/lib/hubspot/codegen/crm/line_items/configuration.rb +260 -0
  125. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb +221 -0
  126. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb +221 -0
  127. data/lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb +221 -0
  128. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +237 -0
  129. data/lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb +331 -0
  130. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb +230 -0
  131. data/lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_id.rb +230 -0
  132. data/lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb +245 -0
  133. data/lib/hubspot/codegen/crm/line_items/models/error.rb +286 -0
  134. data/lib/hubspot/codegen/crm/line_items/models/error_detail.rb +265 -0
  135. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +276 -0
  136. data/lib/hubspot/codegen/crm/line_items/models/filter_group.rb +221 -0
  137. data/lib/hubspot/codegen/crm/line_items/models/next_page.rb +228 -0
  138. data/lib/hubspot/codegen/crm/line_items/models/paging.rb +214 -0
  139. data/lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb +290 -0
  140. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +302 -0
  141. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb +235 -0
  142. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb +219 -0
  143. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb +221 -0
  144. data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +258 -0
  145. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +390 -0
  146. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +297 -0
  147. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +96 -0
  148. data/lib/hubspot/codegen/crm/objects/api_client.rb +423 -0
  149. data/lib/hubspot/codegen/crm/objects/api_error.rb +63 -0
  150. data/lib/hubspot/codegen/crm/objects/configuration.rb +260 -0
  151. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb +221 -0
  152. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb +221 -0
  153. data/lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb +221 -0
  154. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +237 -0
  155. data/lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb +331 -0
  156. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object.rb +230 -0
  157. data/lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_id.rb +230 -0
  158. data/lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object.rb +245 -0
  159. data/lib/hubspot/codegen/crm/objects/models/error.rb +286 -0
  160. data/lib/hubspot/codegen/crm/objects/models/error_detail.rb +265 -0
  161. data/lib/hubspot/codegen/crm/objects/models/filter.rb +276 -0
  162. data/lib/hubspot/codegen/crm/objects/models/filter_group.rb +221 -0
  163. data/lib/hubspot/codegen/crm/objects/models/next_page.rb +228 -0
  164. data/lib/hubspot/codegen/crm/objects/models/paging.rb +214 -0
  165. data/lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb +290 -0
  166. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +302 -0
  167. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb +235 -0
  168. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb +219 -0
  169. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb +221 -0
  170. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +160 -0
  171. data/lib/hubspot/codegen/crm/owners/api_client.rb +423 -0
  172. data/lib/hubspot/codegen/crm/owners/api_error.rb +63 -0
  173. data/lib/hubspot/codegen/crm/owners/configuration.rb +260 -0
  174. data/lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb +230 -0
  175. data/lib/hubspot/codegen/crm/owners/models/error.rb +286 -0
  176. data/lib/hubspot/codegen/crm/owners/models/error_detail.rb +242 -0
  177. data/lib/hubspot/codegen/crm/owners/models/next_page.rb +228 -0
  178. data/lib/hubspot/codegen/crm/owners/models/paging.rb +214 -0
  179. data/lib/hubspot/codegen/crm/owners/models/public_owner.rb +313 -0
  180. data/lib/hubspot/codegen/crm/owners/models/public_team.rb +276 -0
  181. data/lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb +483 -0
  182. data/lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb +447 -0
  183. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +423 -0
  184. data/lib/hubspot/codegen/crm/pipelines/api_error.rb +63 -0
  185. data/lib/hubspot/codegen/crm/pipelines/configuration.rb +260 -0
  186. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb +230 -0
  187. data/lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb +230 -0
  188. data/lib/hubspot/codegen/crm/pipelines/models/error.rb +307 -0
  189. data/lib/hubspot/codegen/crm/pipelines/models/error_detail.rb +242 -0
  190. data/lib/hubspot/codegen/crm/pipelines/models/next_page.rb +228 -0
  191. data/lib/hubspot/codegen/crm/pipelines/models/paging.rb +214 -0
  192. data/lib/hubspot/codegen/crm/pipelines/models/pipeline.rb +323 -0
  193. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb +253 -0
  194. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb +236 -0
  195. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb +323 -0
  196. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb +253 -0
  197. data/lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb +253 -0
  198. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +240 -0
  199. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +360 -0
  200. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +273 -0
  201. data/lib/hubspot/codegen/crm/products/api/search_api.rb +90 -0
  202. data/lib/hubspot/codegen/crm/products/api_client.rb +423 -0
  203. data/lib/hubspot/codegen/crm/products/api_error.rb +63 -0
  204. data/lib/hubspot/codegen/crm/products/configuration.rb +260 -0
  205. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb +221 -0
  206. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb +221 -0
  207. data/lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb +221 -0
  208. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +237 -0
  209. data/lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb +331 -0
  210. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb +230 -0
  211. data/lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_id.rb +230 -0
  212. data/lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb +245 -0
  213. data/lib/hubspot/codegen/crm/products/models/error.rb +286 -0
  214. data/lib/hubspot/codegen/crm/products/models/error_detail.rb +265 -0
  215. data/lib/hubspot/codegen/crm/products/models/filter.rb +276 -0
  216. data/lib/hubspot/codegen/crm/products/models/filter_group.rb +221 -0
  217. data/lib/hubspot/codegen/crm/products/models/next_page.rb +228 -0
  218. data/lib/hubspot/codegen/crm/products/models/paging.rb +214 -0
  219. data/lib/hubspot/codegen/crm/products/models/public_object_search_request.rb +290 -0
  220. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +302 -0
  221. data/lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb +235 -0
  222. data/lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb +219 -0
  223. data/lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb +221 -0
  224. data/lib/hubspot/codegen/crm/properties/api/batch_api.rb +228 -0
  225. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +372 -0
  226. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +366 -0
  227. data/lib/hubspot/codegen/crm/properties/api_client.rb +423 -0
  228. data/lib/hubspot/codegen/crm/properties/api_error.rb +63 -0
  229. data/lib/hubspot/codegen/crm/properties/configuration.rb +260 -0
  230. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb +221 -0
  231. data/lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb +221 -0
  232. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +235 -0
  233. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +331 -0
  234. data/lib/hubspot/codegen/crm/properties/models/collection_response_property.rb +230 -0
  235. data/lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb +230 -0
  236. data/lib/hubspot/codegen/crm/properties/models/error.rb +286 -0
  237. data/lib/hubspot/codegen/crm/properties/models/error_detail.rb +265 -0
  238. data/lib/hubspot/codegen/crm/properties/models/next_page.rb +228 -0
  239. data/lib/hubspot/codegen/crm/properties/models/option.rb +270 -0
  240. data/lib/hubspot/codegen/crm/properties/models/option_input.rb +270 -0
  241. data/lib/hubspot/codegen/crm/properties/models/paging.rb +214 -0
  242. data/lib/hubspot/codegen/crm/properties/models/property.rb +469 -0
  243. data/lib/hubspot/codegen/crm/properties/models/property_create.rb +378 -0
  244. data/lib/hubspot/codegen/crm/properties/models/property_group.rb +265 -0
  245. data/lib/hubspot/codegen/crm/properties/models/property_group_create.rb +245 -0
  246. data/lib/hubspot/codegen/crm/properties/models/property_group_update.rb +225 -0
  247. data/lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb +256 -0
  248. data/lib/hubspot/codegen/crm/properties/models/property_name.rb +220 -0
  249. data/lib/hubspot/codegen/crm/properties/models/property_update.rb +333 -0
  250. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +240 -0
  251. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +360 -0
  252. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +273 -0
  253. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +90 -0
  254. data/lib/hubspot/codegen/crm/quotes/api_client.rb +423 -0
  255. data/lib/hubspot/codegen/crm/quotes/api_error.rb +63 -0
  256. data/lib/hubspot/codegen/crm/quotes/configuration.rb +260 -0
  257. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb +221 -0
  258. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb +221 -0
  259. data/lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb +221 -0
  260. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +237 -0
  261. data/lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb +331 -0
  262. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb +230 -0
  263. data/lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_id.rb +230 -0
  264. data/lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb +245 -0
  265. data/lib/hubspot/codegen/crm/quotes/models/error.rb +286 -0
  266. data/lib/hubspot/codegen/crm/quotes/models/error_detail.rb +265 -0
  267. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +276 -0
  268. data/lib/hubspot/codegen/crm/quotes/models/filter_group.rb +221 -0
  269. data/lib/hubspot/codegen/crm/quotes/models/next_page.rb +228 -0
  270. data/lib/hubspot/codegen/crm/quotes/models/paging.rb +214 -0
  271. data/lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb +290 -0
  272. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +302 -0
  273. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb +235 -0
  274. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb +219 -0
  275. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb +221 -0
  276. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +240 -0
  277. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +360 -0
  278. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +273 -0
  279. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +90 -0
  280. data/lib/hubspot/codegen/crm/tickets/api_client.rb +423 -0
  281. data/lib/hubspot/codegen/crm/tickets/api_error.rb +63 -0
  282. data/lib/hubspot/codegen/crm/tickets/configuration.rb +260 -0
  283. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb +221 -0
  284. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb +221 -0
  285. data/lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb +221 -0
  286. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +237 -0
  287. data/lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb +331 -0
  288. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb +230 -0
  289. data/lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_id.rb +230 -0
  290. data/lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb +245 -0
  291. data/lib/hubspot/codegen/crm/tickets/models/error.rb +286 -0
  292. data/lib/hubspot/codegen/crm/tickets/models/error_detail.rb +265 -0
  293. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +276 -0
  294. data/lib/hubspot/codegen/crm/tickets/models/filter_group.rb +221 -0
  295. data/lib/hubspot/codegen/crm/tickets/models/next_page.rb +228 -0
  296. data/lib/hubspot/codegen/crm/tickets/models/paging.rb +214 -0
  297. data/lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb +290 -0
  298. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +302 -0
  299. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb +235 -0
  300. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb +219 -0
  301. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb +221 -0
  302. data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +88 -0
  303. data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +340 -0
  304. data/lib/hubspot/codegen/oauth/api/tokens_api.rb +102 -0
  305. data/lib/hubspot/codegen/oauth/api_client.rb +423 -0
  306. data/lib/hubspot/codegen/oauth/api_error.rb +61 -0
  307. data/lib/hubspot/codegen/oauth/configuration.rb +258 -0
  308. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +321 -0
  309. data/lib/hubspot/codegen/oauth/models/error.rb +305 -0
  310. data/lib/hubspot/codegen/oauth/models/error_detail.rb +240 -0
  311. data/lib/hubspot/codegen/oauth/models/json_node.rb +426 -0
  312. data/lib/hubspot/codegen/oauth/models/refresh_token.rb +259 -0
  313. data/lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb +307 -0
  314. data/lib/hubspot/configuration.rb +207 -0
  315. data/lib/hubspot/exceptions.rb +3 -0
  316. data/lib/hubspot/oauth.rb +17 -0
  317. data/lib/hubspot/version.rb +3 -0
  318. data/sample-apps/companies-app/.env.template +2 -0
  319. data/sample-apps/companies-app/.env.test.template +3 -0
  320. data/sample-apps/companies-app/.gitignore +35 -0
  321. data/sample-apps/companies-app/.rspec +1 -0
  322. data/sample-apps/companies-app/.ruby-version +1 -0
  323. data/sample-apps/companies-app/Dockerfile +22 -0
  324. data/sample-apps/companies-app/Gemfile +33 -0
  325. data/sample-apps/companies-app/Gemfile.lock +270 -0
  326. data/sample-apps/companies-app/README.md +31 -0
  327. data/sample-apps/companies-app/Rakefile +6 -0
  328. data/sample-apps/companies-app/app/assets/config/manifest.js +3 -0
  329. data/sample-apps/companies-app/app/assets/images/.keep +0 -0
  330. data/sample-apps/companies-app/app/assets/javascripts/application.js +15 -0
  331. data/sample-apps/companies-app/app/assets/javascripts/cable.js +13 -0
  332. data/sample-apps/companies-app/app/assets/javascripts/channels/.keep +0 -0
  333. data/sample-apps/companies-app/app/assets/stylesheets/application.css +117 -0
  334. data/sample-apps/companies-app/app/controllers/application_controller.rb +12 -0
  335. data/sample-apps/companies-app/app/controllers/companies_controller.rb +67 -0
  336. data/sample-apps/companies-app/app/controllers/concerns/.keep +0 -0
  337. data/sample-apps/companies-app/app/controllers/concerns/exception_handler.rb +12 -0
  338. data/sample-apps/companies-app/app/controllers/contacts_controller.rb +28 -0
  339. data/sample-apps/companies-app/app/controllers/oauth/authorization_controller.rb +19 -0
  340. data/sample-apps/companies-app/app/helpers/application_helper.rb +2 -0
  341. data/sample-apps/companies-app/app/lib/services/authorization/authorize_hubspot.rb +15 -0
  342. data/sample-apps/companies-app/app/lib/services/authorization/get_authorization_uri.rb +33 -0
  343. data/sample-apps/companies-app/app/lib/services/authorization/tokens/base.rb +19 -0
  344. data/sample-apps/companies-app/app/lib/services/authorization/tokens/generate.rb +26 -0
  345. data/sample-apps/companies-app/app/lib/services/authorization/tokens/refresh.rb +33 -0
  346. data/sample-apps/companies-app/app/lib/services/hubspot/associations/create.rb +38 -0
  347. data/sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb +38 -0
  348. data/sample-apps/companies-app/app/lib/services/hubspot/associations/get_by_id.rb +39 -0
  349. data/sample-apps/companies-app/app/lib/services/hubspot/companies/create.rb +24 -0
  350. data/sample-apps/companies-app/app/lib/services/hubspot/companies/destroy.rb +16 -0
  351. data/sample-apps/companies-app/app/lib/services/hubspot/companies/export.rb +48 -0
  352. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_all.rb +16 -0
  353. data/sample-apps/companies-app/app/lib/services/hubspot/companies/get_by_id.rb +16 -0
  354. data/sample-apps/companies-app/app/lib/services/hubspot/companies/search.rb +28 -0
  355. data/sample-apps/companies-app/app/lib/services/hubspot/companies/update.rb +26 -0
  356. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/get_all.rb +26 -0
  357. data/sample-apps/companies-app/app/lib/services/hubspot/contacts/search.rb +28 -0
  358. data/sample-apps/companies-app/app/models/application_record.rb +3 -0
  359. data/sample-apps/companies-app/app/models/concerns/.keep +0 -0
  360. data/sample-apps/companies-app/app/views/companies/index.html.erb +74 -0
  361. data/sample-apps/companies-app/app/views/companies/new.html.erb +24 -0
  362. data/sample-apps/companies-app/app/views/companies/show.html.erb +50 -0
  363. data/sample-apps/companies-app/app/views/contacts/index.html.erb +49 -0
  364. data/sample-apps/companies-app/app/views/layouts/application.html.erb +23 -0
  365. data/sample-apps/companies-app/app/views/oauth/authorization/login.html.erb +15 -0
  366. data/sample-apps/companies-app/app/views/shared/_header.html.erb +15 -0
  367. data/sample-apps/companies-app/bin/bundle +3 -0
  368. data/sample-apps/companies-app/bin/rails +9 -0
  369. data/sample-apps/companies-app/bin/rake +9 -0
  370. data/sample-apps/companies-app/bin/setup +36 -0
  371. data/sample-apps/companies-app/bin/spring +17 -0
  372. data/sample-apps/companies-app/bin/update +31 -0
  373. data/sample-apps/companies-app/bin/yarn +11 -0
  374. data/sample-apps/companies-app/config.ru +5 -0
  375. data/sample-apps/companies-app/config/application.rb +19 -0
  376. data/sample-apps/companies-app/config/boot.rb +3 -0
  377. data/sample-apps/companies-app/config/cable.yml +10 -0
  378. data/sample-apps/companies-app/config/database.yml +25 -0
  379. data/sample-apps/companies-app/config/environment.rb +5 -0
  380. data/sample-apps/companies-app/config/environments/development.rb +61 -0
  381. data/sample-apps/companies-app/config/environments/production.rb +94 -0
  382. data/sample-apps/companies-app/config/environments/test.rb +46 -0
  383. data/sample-apps/companies-app/config/initializers/assets.rb +14 -0
  384. data/sample-apps/companies-app/config/initializers/filter_parameter_logging.rb +4 -0
  385. data/sample-apps/companies-app/config/initializers/hubspot-api-client.rb +3 -0
  386. data/sample-apps/companies-app/config/initializers/mime_types.rb +1 -0
  387. data/sample-apps/companies-app/config/initializers/wrap_parameters.rb +14 -0
  388. data/sample-apps/companies-app/config/locales/en.yml +33 -0
  389. data/sample-apps/companies-app/config/puma.rb +34 -0
  390. data/sample-apps/companies-app/config/routes.rb +17 -0
  391. data/sample-apps/companies-app/config/spring.rb +6 -0
  392. data/sample-apps/companies-app/db/seeds.rb +7 -0
  393. data/sample-apps/companies-app/docker-compose.yml +11 -0
  394. data/sample-apps/companies-app/docker-entrypoint.sh +8 -0
  395. data/sample-apps/companies-app/lib/assets/.keep +0 -0
  396. data/sample-apps/companies-app/lib/tasks/.keep +0 -0
  397. data/sample-apps/companies-app/log/.keep +0 -0
  398. data/sample-apps/companies-app/package.json +5 -0
  399. data/sample-apps/companies-app/public/404.html +67 -0
  400. data/sample-apps/companies-app/public/422.html +67 -0
  401. data/sample-apps/companies-app/public/500.html +66 -0
  402. data/sample-apps/companies-app/public/apple-touch-icon-precomposed.png +0 -0
  403. data/sample-apps/companies-app/public/apple-touch-icon.png +0 -0
  404. data/sample-apps/companies-app/public/favicon.ico +0 -0
  405. data/sample-apps/companies-app/public/robots.txt +1 -0
  406. data/sample-apps/companies-app/tmp/.keep +0 -0
  407. data/sample-apps/contacts-app/.env.template +2 -0
  408. data/sample-apps/contacts-app/.env.test.template +3 -0
  409. data/sample-apps/contacts-app/.gitignore +35 -0
  410. data/sample-apps/contacts-app/.rspec +1 -0
  411. data/sample-apps/contacts-app/.ruby-version +1 -0
  412. data/sample-apps/contacts-app/Dockerfile +22 -0
  413. data/sample-apps/contacts-app/Gemfile +33 -0
  414. data/sample-apps/contacts-app/Gemfile.lock +270 -0
  415. data/sample-apps/contacts-app/README.md +41 -0
  416. data/sample-apps/contacts-app/Rakefile +6 -0
  417. data/sample-apps/contacts-app/app/assets/config/manifest.js +3 -0
  418. data/sample-apps/contacts-app/app/assets/images/.keep +0 -0
  419. data/sample-apps/contacts-app/app/assets/javascripts/application.js +15 -0
  420. data/sample-apps/contacts-app/app/assets/javascripts/cable.js +13 -0
  421. data/sample-apps/contacts-app/app/assets/javascripts/channels/.keep +0 -0
  422. data/sample-apps/contacts-app/app/assets/stylesheets/application.css +117 -0
  423. data/sample-apps/contacts-app/app/controllers/application_controller.rb +12 -0
  424. data/sample-apps/contacts-app/app/controllers/concerns/.keep +0 -0
  425. data/sample-apps/contacts-app/app/controllers/concerns/exception_handler.rb +12 -0
  426. data/sample-apps/contacts-app/app/controllers/contacts_controller.rb +68 -0
  427. data/sample-apps/contacts-app/app/controllers/oauth/authorization_controller.rb +19 -0
  428. data/sample-apps/contacts-app/app/controllers/properties_controller.rb +52 -0
  429. data/sample-apps/contacts-app/app/helpers/application_helper.rb +2 -0
  430. data/sample-apps/contacts-app/app/lib/services/authorization/authorize_hubspot.rb +15 -0
  431. data/sample-apps/contacts-app/app/lib/services/authorization/get_authorization_uri.rb +33 -0
  432. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/base.rb +19 -0
  433. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/generate.rb +26 -0
  434. data/sample-apps/contacts-app/app/lib/services/authorization/tokens/refresh.rb +33 -0
  435. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/create.rb +22 -0
  436. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/destroy.rb +16 -0
  437. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/export.rb +48 -0
  438. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_all.rb +26 -0
  439. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_by_id.rb +28 -0
  440. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/search.rb +37 -0
  441. data/sample-apps/contacts-app/app/lib/services/hubspot/contacts/update.rb +24 -0
  442. data/sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb +12 -0
  443. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/create.rb +23 -0
  444. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/destroy.rb +16 -0
  445. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_all.rb +12 -0
  446. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/get_by_name.rb +20 -0
  447. data/sample-apps/contacts-app/app/lib/services/hubspot/properties/update.rb +27 -0
  448. data/sample-apps/contacts-app/app/models/application_record.rb +3 -0
  449. data/sample-apps/contacts-app/app/models/concerns/.keep +0 -0
  450. data/sample-apps/contacts-app/app/views/contacts/index.html.erb +78 -0
  451. data/sample-apps/contacts-app/app/views/contacts/new.html.erb +18 -0
  452. data/sample-apps/contacts-app/app/views/contacts/show.html.erb +38 -0
  453. data/sample-apps/contacts-app/app/views/layouts/application.html.erb +23 -0
  454. data/sample-apps/contacts-app/app/views/oauth/authorization/login.html.erb +15 -0
  455. data/sample-apps/contacts-app/app/views/properties/index.html.erb +68 -0
  456. data/sample-apps/contacts-app/app/views/properties/new.html.erb +29 -0
  457. data/sample-apps/contacts-app/app/views/properties/show.html.erb +29 -0
  458. data/sample-apps/contacts-app/app/views/shared/_header.html.erb +18 -0
  459. data/sample-apps/contacts-app/bin/bundle +3 -0
  460. data/sample-apps/contacts-app/bin/rails +9 -0
  461. data/sample-apps/contacts-app/bin/rake +9 -0
  462. data/sample-apps/contacts-app/bin/setup +36 -0
  463. data/sample-apps/contacts-app/bin/spring +17 -0
  464. data/sample-apps/contacts-app/bin/update +31 -0
  465. data/sample-apps/contacts-app/bin/yarn +11 -0
  466. data/sample-apps/contacts-app/config.ru +5 -0
  467. data/sample-apps/contacts-app/config/application.rb +19 -0
  468. data/sample-apps/contacts-app/config/boot.rb +3 -0
  469. data/sample-apps/contacts-app/config/cable.yml +10 -0
  470. data/sample-apps/contacts-app/config/database.yml +25 -0
  471. data/sample-apps/contacts-app/config/environment.rb +5 -0
  472. data/sample-apps/contacts-app/config/environments/development.rb +61 -0
  473. data/sample-apps/contacts-app/config/environments/production.rb +94 -0
  474. data/sample-apps/contacts-app/config/environments/test.rb +46 -0
  475. data/sample-apps/contacts-app/config/initializers/assets.rb +14 -0
  476. data/sample-apps/contacts-app/config/initializers/filter_parameter_logging.rb +4 -0
  477. data/sample-apps/contacts-app/config/initializers/hubspot-api-client.rb +3 -0
  478. data/sample-apps/contacts-app/config/initializers/mime_types.rb +1 -0
  479. data/sample-apps/contacts-app/config/initializers/wrap_parameters.rb +14 -0
  480. data/sample-apps/contacts-app/config/locales/en.yml +33 -0
  481. data/sample-apps/contacts-app/config/puma.rb +34 -0
  482. data/sample-apps/contacts-app/config/routes.rb +14 -0
  483. data/sample-apps/contacts-app/config/spring.rb +6 -0
  484. data/sample-apps/contacts-app/db/seeds.rb +7 -0
  485. data/sample-apps/contacts-app/docker-compose.yml +11 -0
  486. data/sample-apps/contacts-app/docker-entrypoint.sh +8 -0
  487. data/sample-apps/contacts-app/lib/assets/.keep +0 -0
  488. data/sample-apps/contacts-app/lib/tasks/.keep +0 -0
  489. data/sample-apps/contacts-app/log/.keep +0 -0
  490. data/sample-apps/contacts-app/package.json +5 -0
  491. data/sample-apps/contacts-app/public/404.html +67 -0
  492. data/sample-apps/contacts-app/public/422.html +67 -0
  493. data/sample-apps/contacts-app/public/500.html +66 -0
  494. data/sample-apps/contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  495. data/sample-apps/contacts-app/public/apple-touch-icon.png +0 -0
  496. data/sample-apps/contacts-app/public/favicon.ico +0 -0
  497. data/sample-apps/contacts-app/public/robots.txt +1 -0
  498. data/sample-apps/contacts-app/spec/features/visitor_creates_new_contact_spec.rb +27 -0
  499. data/sample-apps/contacts-app/spec/features/visitor_deletes_contact_spec.rb +18 -0
  500. data/sample-apps/contacts-app/spec/features/visitor_downloads_contacts_spec.rb +21 -0
  501. data/sample-apps/contacts-app/spec/features/visitor_edits_contact_spec.rb +35 -0
  502. data/sample-apps/contacts-app/spec/features/visitor_lists_contacts_spec.rb +10 -0
  503. data/sample-apps/contacts-app/spec/features/visitor_logs_in_spec.rb +22 -0
  504. data/sample-apps/contacts-app/spec/features/visitor_searches_contacts_spec.rb +33 -0
  505. data/sample-apps/contacts-app/spec/rails_helper.rb +42 -0
  506. data/sample-apps/contacts-app/spec/spec_helper.rb +11 -0
  507. data/sample-apps/contacts-app/spec/support/application_helper.rb +29 -0
  508. data/sample-apps/contacts-app/spec/support/download_helper.rb +37 -0
  509. data/sample-apps/contacts-app/tmp/.keep +0 -0
  510. data/sample-apps/oauth-app/.env.template +2 -0
  511. data/sample-apps/oauth-app/.env.test.template +3 -0
  512. data/sample-apps/oauth-app/.gitignore +35 -0
  513. data/sample-apps/oauth-app/.rspec +1 -0
  514. data/sample-apps/oauth-app/.ruby-version +1 -0
  515. data/sample-apps/oauth-app/Dockerfile +22 -0
  516. data/sample-apps/oauth-app/Gemfile +33 -0
  517. data/sample-apps/oauth-app/Gemfile.lock +270 -0
  518. data/sample-apps/oauth-app/README.md +33 -0
  519. data/sample-apps/oauth-app/Rakefile +6 -0
  520. data/sample-apps/oauth-app/app/assets/config/manifest.js +3 -0
  521. data/sample-apps/oauth-app/app/assets/images/.keep +0 -0
  522. data/sample-apps/oauth-app/app/assets/javascripts/application.js +15 -0
  523. data/sample-apps/oauth-app/app/assets/javascripts/cable.js +13 -0
  524. data/sample-apps/oauth-app/app/assets/javascripts/channels/.keep +0 -0
  525. data/sample-apps/oauth-app/app/assets/stylesheets/application.css +117 -0
  526. data/sample-apps/oauth-app/app/controllers/application_controller.rb +12 -0
  527. data/sample-apps/oauth-app/app/controllers/concerns/.keep +0 -0
  528. data/sample-apps/oauth-app/app/controllers/concerns/exception_handler.rb +12 -0
  529. data/sample-apps/oauth-app/app/controllers/contacts_controller.rb +67 -0
  530. data/sample-apps/oauth-app/app/controllers/oauth/authorization_controller.rb +19 -0
  531. data/sample-apps/oauth-app/app/helpers/application_helper.rb +2 -0
  532. data/sample-apps/oauth-app/app/lib/services/authorization/authorize_hubspot.rb +15 -0
  533. data/sample-apps/oauth-app/app/lib/services/authorization/get_authorization_uri.rb +33 -0
  534. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/base.rb +19 -0
  535. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/generate.rb +26 -0
  536. data/sample-apps/oauth-app/app/lib/services/authorization/tokens/refresh.rb +33 -0
  537. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/create.rb +22 -0
  538. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/destroy.rb +16 -0
  539. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/export.rb +48 -0
  540. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_all.rb +26 -0
  541. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_by_id.rb +20 -0
  542. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/search.rb +37 -0
  543. data/sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb +24 -0
  544. data/sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb +12 -0
  545. data/sample-apps/oauth-app/app/models/application_record.rb +3 -0
  546. data/sample-apps/oauth-app/app/models/concerns/.keep +0 -0
  547. data/sample-apps/oauth-app/app/views/contacts/index.html.erb +78 -0
  548. data/sample-apps/oauth-app/app/views/contacts/new.html.erb +18 -0
  549. data/sample-apps/oauth-app/app/views/contacts/show.html.erb +38 -0
  550. data/sample-apps/oauth-app/app/views/layouts/application.html.erb +23 -0
  551. data/sample-apps/oauth-app/app/views/oauth/authorization/login.html.erb +15 -0
  552. data/sample-apps/oauth-app/app/views/shared/_header.html.erb +15 -0
  553. data/sample-apps/oauth-app/bin/bundle +3 -0
  554. data/sample-apps/oauth-app/bin/rails +9 -0
  555. data/sample-apps/oauth-app/bin/rake +9 -0
  556. data/sample-apps/oauth-app/bin/setup +36 -0
  557. data/sample-apps/oauth-app/bin/spring +17 -0
  558. data/sample-apps/oauth-app/bin/update +31 -0
  559. data/sample-apps/oauth-app/bin/yarn +11 -0
  560. data/sample-apps/oauth-app/config.ru +5 -0
  561. data/sample-apps/oauth-app/config/application.rb +19 -0
  562. data/sample-apps/oauth-app/config/boot.rb +3 -0
  563. data/sample-apps/oauth-app/config/cable.yml +10 -0
  564. data/sample-apps/oauth-app/config/database.yml +25 -0
  565. data/sample-apps/oauth-app/config/environment.rb +5 -0
  566. data/sample-apps/oauth-app/config/environments/development.rb +61 -0
  567. data/sample-apps/oauth-app/config/environments/production.rb +94 -0
  568. data/sample-apps/oauth-app/config/environments/test.rb +46 -0
  569. data/sample-apps/oauth-app/config/initializers/assets.rb +14 -0
  570. data/sample-apps/oauth-app/config/initializers/filter_parameter_logging.rb +4 -0
  571. data/sample-apps/oauth-app/config/initializers/hubspot-api-client.rb +3 -0
  572. data/sample-apps/oauth-app/config/initializers/mime_types.rb +1 -0
  573. data/sample-apps/oauth-app/config/initializers/wrap_parameters.rb +14 -0
  574. data/sample-apps/oauth-app/config/locales/en.yml +33 -0
  575. data/sample-apps/oauth-app/config/puma.rb +34 -0
  576. data/sample-apps/oauth-app/config/routes.rb +14 -0
  577. data/sample-apps/oauth-app/config/spring.rb +6 -0
  578. data/sample-apps/oauth-app/db/seeds.rb +7 -0
  579. data/sample-apps/oauth-app/docker-compose.yml +11 -0
  580. data/sample-apps/oauth-app/docker-entrypoint.sh +8 -0
  581. data/sample-apps/oauth-app/lib/assets/.keep +0 -0
  582. data/sample-apps/oauth-app/lib/tasks/.keep +0 -0
  583. data/sample-apps/oauth-app/log/.keep +0 -0
  584. data/sample-apps/oauth-app/package.json +5 -0
  585. data/sample-apps/oauth-app/public/404.html +67 -0
  586. data/sample-apps/oauth-app/public/422.html +67 -0
  587. data/sample-apps/oauth-app/public/500.html +66 -0
  588. data/sample-apps/oauth-app/public/apple-touch-icon-precomposed.png +0 -0
  589. data/sample-apps/oauth-app/public/apple-touch-icon.png +0 -0
  590. data/sample-apps/oauth-app/public/favicon.ico +0 -0
  591. data/sample-apps/oauth-app/public/robots.txt +1 -0
  592. data/sample-apps/oauth-app/spec/features/visitor_creates_new_contact_spec.rb +27 -0
  593. data/sample-apps/oauth-app/spec/features/visitor_deletes_contact_spec.rb +18 -0
  594. data/sample-apps/oauth-app/spec/features/visitor_downloads_contacts_spec.rb +21 -0
  595. data/sample-apps/oauth-app/spec/features/visitor_edits_contact_spec.rb +35 -0
  596. data/sample-apps/oauth-app/spec/features/visitor_lists_contacts_spec.rb +10 -0
  597. data/sample-apps/oauth-app/spec/features/visitor_logs_in_spec.rb +22 -0
  598. data/sample-apps/oauth-app/spec/features/visitor_searches_contacts_spec.rb +33 -0
  599. data/sample-apps/oauth-app/spec/rails_helper.rb +42 -0
  600. data/sample-apps/oauth-app/spec/spec_helper.rb +11 -0
  601. data/sample-apps/oauth-app/spec/support/application_helper.rb +29 -0
  602. data/sample-apps/oauth-app/spec/support/download_helper.rb +37 -0
  603. data/sample-apps/oauth-app/tmp/.keep +0 -0
  604. data/sample-apps/retry-middleware-sample-app/.env.template +2 -0
  605. data/sample-apps/retry-middleware-sample-app/.gitignore +35 -0
  606. data/sample-apps/retry-middleware-sample-app/.ruby-version +1 -0
  607. data/sample-apps/retry-middleware-sample-app/Dockerfile +22 -0
  608. data/sample-apps/retry-middleware-sample-app/Gemfile +37 -0
  609. data/sample-apps/retry-middleware-sample-app/Gemfile.lock +282 -0
  610. data/sample-apps/retry-middleware-sample-app/README.md +33 -0
  611. data/sample-apps/retry-middleware-sample-app/Rakefile +6 -0
  612. data/sample-apps/retry-middleware-sample-app/app/assets/config/manifest.js +3 -0
  613. data/sample-apps/retry-middleware-sample-app/app/assets/images/.keep +0 -0
  614. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/application.js +25 -0
  615. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/cable.js +13 -0
  616. data/sample-apps/retry-middleware-sample-app/app/assets/javascripts/channels/.keep +0 -0
  617. data/sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css +90 -0
  618. data/sample-apps/retry-middleware-sample-app/app/controllers/application_controller.rb +12 -0
  619. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/.keep +0 -0
  620. data/sample-apps/retry-middleware-sample-app/app/controllers/concerns/exception_handler.rb +12 -0
  621. data/sample-apps/retry-middleware-sample-app/app/controllers/home_controller.rb +15 -0
  622. data/sample-apps/retry-middleware-sample-app/app/controllers/oauth/authorization_controller.rb +19 -0
  623. data/sample-apps/retry-middleware-sample-app/app/helpers/application_helper.rb +2 -0
  624. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/authorize_hubspot.rb +15 -0
  625. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/get_authorization_uri.rb +33 -0
  626. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/base.rb +19 -0
  627. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/generate.rb +26 -0
  628. data/sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/refresh.rb +33 -0
  629. data/sample-apps/retry-middleware-sample-app/app/models/application_record.rb +3 -0
  630. data/sample-apps/retry-middleware-sample-app/app/models/concerns/.keep +0 -0
  631. data/sample-apps/retry-middleware-sample-app/app/views/home/index.html.erb +13 -0
  632. data/sample-apps/retry-middleware-sample-app/app/views/layouts/application.html.erb +23 -0
  633. data/sample-apps/retry-middleware-sample-app/app/views/oauth/authorization/login.html.erb +15 -0
  634. data/sample-apps/retry-middleware-sample-app/app/views/shared/_header.html.erb +12 -0
  635. data/sample-apps/retry-middleware-sample-app/bin/bundle +3 -0
  636. data/sample-apps/retry-middleware-sample-app/bin/rails +9 -0
  637. data/sample-apps/retry-middleware-sample-app/bin/rake +9 -0
  638. data/sample-apps/retry-middleware-sample-app/bin/setup +36 -0
  639. data/sample-apps/retry-middleware-sample-app/bin/spring +17 -0
  640. data/sample-apps/retry-middleware-sample-app/bin/update +31 -0
  641. data/sample-apps/retry-middleware-sample-app/bin/yarn +11 -0
  642. data/sample-apps/retry-middleware-sample-app/config.ru +5 -0
  643. data/sample-apps/retry-middleware-sample-app/config/application.rb +19 -0
  644. data/sample-apps/retry-middleware-sample-app/config/boot.rb +3 -0
  645. data/sample-apps/retry-middleware-sample-app/config/cable.yml +10 -0
  646. data/sample-apps/retry-middleware-sample-app/config/database.yml +25 -0
  647. data/sample-apps/retry-middleware-sample-app/config/environment.rb +5 -0
  648. data/sample-apps/retry-middleware-sample-app/config/environments/development.rb +61 -0
  649. data/sample-apps/retry-middleware-sample-app/config/environments/production.rb +94 -0
  650. data/sample-apps/retry-middleware-sample-app/config/environments/test.rb +46 -0
  651. data/sample-apps/retry-middleware-sample-app/config/initializers/assets.rb +14 -0
  652. data/sample-apps/retry-middleware-sample-app/config/initializers/filter_parameter_logging.rb +4 -0
  653. data/sample-apps/retry-middleware-sample-app/config/initializers/hubspot-api-client.rb +3 -0
  654. data/sample-apps/retry-middleware-sample-app/config/initializers/mime_types.rb +1 -0
  655. data/sample-apps/retry-middleware-sample-app/config/initializers/wrap_parameters.rb +14 -0
  656. data/sample-apps/retry-middleware-sample-app/config/locales/en.yml +33 -0
  657. data/sample-apps/retry-middleware-sample-app/config/puma.rb +34 -0
  658. data/sample-apps/retry-middleware-sample-app/config/routes.rb +6 -0
  659. data/sample-apps/retry-middleware-sample-app/config/spring.rb +6 -0
  660. data/sample-apps/retry-middleware-sample-app/db/seeds.rb +7 -0
  661. data/sample-apps/retry-middleware-sample-app/docker-compose.yml +11 -0
  662. data/sample-apps/retry-middleware-sample-app/docker-entrypoint.sh +8 -0
  663. data/sample-apps/retry-middleware-sample-app/lib/assets/.keep +0 -0
  664. data/sample-apps/retry-middleware-sample-app/lib/tasks/.keep +0 -0
  665. data/sample-apps/retry-middleware-sample-app/lib/tasks/retry_middleware.rake +37 -0
  666. data/sample-apps/retry-middleware-sample-app/log/.keep +0 -0
  667. data/sample-apps/retry-middleware-sample-app/package.json +5 -0
  668. data/sample-apps/retry-middleware-sample-app/public/404.html +67 -0
  669. data/sample-apps/retry-middleware-sample-app/public/422.html +67 -0
  670. data/sample-apps/retry-middleware-sample-app/public/500.html +66 -0
  671. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon-precomposed.png +0 -0
  672. data/sample-apps/retry-middleware-sample-app/public/apple-touch-icon.png +0 -0
  673. data/sample-apps/retry-middleware-sample-app/public/favicon.ico +0 -0
  674. data/sample-apps/retry-middleware-sample-app/public/robots.txt +1 -0
  675. data/sample-apps/retry-middleware-sample-app/tmp/.keep +0 -0
  676. data/sample-apps/webhooks-contacts-app/.env.template +2 -0
  677. data/sample-apps/webhooks-contacts-app/.gitignore +35 -0
  678. data/sample-apps/webhooks-contacts-app/.ruby-version +1 -0
  679. data/sample-apps/webhooks-contacts-app/Dockerfile +21 -0
  680. data/sample-apps/webhooks-contacts-app/Gemfile +37 -0
  681. data/sample-apps/webhooks-contacts-app/Gemfile.lock +280 -0
  682. data/sample-apps/webhooks-contacts-app/README.md +51 -0
  683. data/sample-apps/webhooks-contacts-app/Rakefile +6 -0
  684. data/sample-apps/webhooks-contacts-app/app/assets/config/manifest.js +3 -0
  685. data/sample-apps/webhooks-contacts-app/app/assets/images/.keep +0 -0
  686. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/application.js +46 -0
  687. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/cable.js +13 -0
  688. data/sample-apps/webhooks-contacts-app/app/assets/javascripts/channels/.keep +0 -0
  689. data/sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css +140 -0
  690. data/sample-apps/webhooks-contacts-app/app/controllers/application_controller.rb +18 -0
  691. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep +0 -0
  692. data/sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb +12 -0
  693. data/sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb +33 -0
  694. data/sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb +19 -0
  695. data/sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb +9 -0
  696. data/sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb +2 -0
  697. data/sample-apps/webhooks-contacts-app/app/lib/services/authorization/authorize_hubspot.rb +15 -0
  698. data/sample-apps/webhooks-contacts-app/app/lib/services/authorization/get_authorization_uri.rb +33 -0
  699. data/sample-apps/webhooks-contacts-app/app/lib/services/authorization/tokens/base.rb +19 -0
  700. data/sample-apps/webhooks-contacts-app/app/lib/services/authorization/tokens/generate.rb +26 -0
  701. data/sample-apps/webhooks-contacts-app/app/lib/services/authorization/tokens/refresh.rb +34 -0
  702. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb +39 -0
  703. data/sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb +34 -0
  704. data/sample-apps/webhooks-contacts-app/app/models/application_record.rb +3 -0
  705. data/sample-apps/webhooks-contacts-app/app/models/concerns/.keep +0 -0
  706. data/sample-apps/webhooks-contacts-app/app/models/event.rb +2 -0
  707. data/sample-apps/webhooks-contacts-app/app/models/token.rb +15 -0
  708. data/sample-apps/webhooks-contacts-app/app/views/events/index.html.erb +41 -0
  709. data/sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb +21 -0
  710. data/sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb +15 -0
  711. data/sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb +15 -0
  712. data/sample-apps/webhooks-contacts-app/bin/bundle +3 -0
  713. data/sample-apps/webhooks-contacts-app/bin/rails +9 -0
  714. data/sample-apps/webhooks-contacts-app/bin/rake +9 -0
  715. data/sample-apps/webhooks-contacts-app/bin/setup +36 -0
  716. data/sample-apps/webhooks-contacts-app/bin/spring +17 -0
  717. data/sample-apps/webhooks-contacts-app/bin/update +31 -0
  718. data/sample-apps/webhooks-contacts-app/bin/yarn +11 -0
  719. data/sample-apps/webhooks-contacts-app/config.ru +5 -0
  720. data/sample-apps/webhooks-contacts-app/config/application.rb +19 -0
  721. data/sample-apps/webhooks-contacts-app/config/boot.rb +3 -0
  722. data/sample-apps/webhooks-contacts-app/config/cable.yml +10 -0
  723. data/sample-apps/webhooks-contacts-app/config/database.yml +15 -0
  724. data/sample-apps/webhooks-contacts-app/config/environment.rb +5 -0
  725. data/sample-apps/webhooks-contacts-app/config/environments/development.rb +61 -0
  726. data/sample-apps/webhooks-contacts-app/config/environments/production.rb +94 -0
  727. data/sample-apps/webhooks-contacts-app/config/environments/test.rb +47 -0
  728. data/sample-apps/webhooks-contacts-app/config/initializers/assets.rb +14 -0
  729. data/sample-apps/webhooks-contacts-app/config/initializers/filter_parameter_logging.rb +4 -0
  730. data/sample-apps/webhooks-contacts-app/config/initializers/wrap_parameters.rb +14 -0
  731. data/sample-apps/webhooks-contacts-app/config/locales/en.yml +33 -0
  732. data/sample-apps/webhooks-contacts-app/config/puma.rb +34 -0
  733. data/sample-apps/webhooks-contacts-app/config/routes.rb +10 -0
  734. data/sample-apps/webhooks-contacts-app/config/spring.rb +6 -0
  735. data/sample-apps/webhooks-contacts-app/db/migrate/20191202170347_create_tokens.rb +10 -0
  736. data/sample-apps/webhooks-contacts-app/db/migrate/20200130113853_create_events.rb +14 -0
  737. data/sample-apps/webhooks-contacts-app/db/schema.rb +36 -0
  738. data/sample-apps/webhooks-contacts-app/docker-compose.yml +38 -0
  739. data/sample-apps/webhooks-contacts-app/docker-entrypoint.sh +8 -0
  740. data/sample-apps/webhooks-contacts-app/lib/assets/.keep +0 -0
  741. data/sample-apps/webhooks-contacts-app/lib/tasks/.keep +0 -0
  742. data/sample-apps/webhooks-contacts-app/log/.keep +0 -0
  743. data/sample-apps/webhooks-contacts-app/package.json +5 -0
  744. data/sample-apps/webhooks-contacts-app/public/404.html +67 -0
  745. data/sample-apps/webhooks-contacts-app/public/422.html +67 -0
  746. data/sample-apps/webhooks-contacts-app/public/500.html +66 -0
  747. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon-precomposed.png +0 -0
  748. data/sample-apps/webhooks-contacts-app/public/apple-touch-icon.png +0 -0
  749. data/sample-apps/webhooks-contacts-app/public/favicon.ico +0 -0
  750. data/sample-apps/webhooks-contacts-app/public/robots.txt +1 -0
  751. data/sample-apps/webhooks-contacts-app/public/sample.png +0 -0
  752. data/sample-apps/webhooks-contacts-app/tmp/.keep +0 -0
  753. data/spec/oauth/api/access_tokens_api_spec.rb +46 -0
  754. data/spec/oauth/api/refresh_tokens_api_spec.rb +92 -0
  755. data/spec/oauth/api/tokens_api_spec.rb +51 -0
  756. data/spec/oauth/api_client_spec.rb +226 -0
  757. data/spec/oauth/configuration_spec.rb +42 -0
  758. data/spec/oauth/models/access_token_info_response_spec.rb +89 -0
  759. data/spec/oauth/models/error_detail_spec.rb +53 -0
  760. data/spec/oauth/models/error_spec.rb +71 -0
  761. data/spec/oauth/models/json_node_spec.rb +165 -0
  762. data/spec/oauth/models/refresh_token_info_response_spec.rb +83 -0
  763. data/spec/oauth/models/refresh_token_spec.rb +59 -0
  764. data/spec/objects/api/associations_api_spec.rb +76 -0
  765. data/spec/objects/api/basic_api_spec.rb +108 -0
  766. data/spec/objects/api/batch_api_spec.rb +88 -0
  767. data/spec/objects/api/search_api_spec.rb +48 -0
  768. data/spec/objects/api_client_spec.rb +226 -0
  769. data/spec/objects/configuration_spec.rb +42 -0
  770. data/spec/objects/models/batch_input_simple_public_object_batch_input_spec.rb +41 -0
  771. data/spec/objects/models/batch_input_simple_public_object_id_spec.rb +41 -0
  772. data/spec/objects/models/batch_input_simple_public_object_input_spec.rb +41 -0
  773. data/spec/objects/models/batch_read_input_simple_public_object_id_spec.rb +47 -0
  774. data/spec/objects/models/batch_response_simple_public_object_spec.rb +81 -0
  775. data/spec/objects/models/collection_response_simple_public_object_id_spec.rb +47 -0
  776. data/spec/objects/models/collection_response_simple_public_object_spec.rb +47 -0
  777. data/spec/objects/models/collection_response_with_total_simple_public_object_spec.rb +53 -0
  778. data/spec/objects/models/error_detail_spec.rb +65 -0
  779. data/spec/objects/models/error_spec.rb +71 -0
  780. data/spec/objects/models/filter_group_spec.rb +41 -0
  781. data/spec/objects/models/filter_spec.rb +57 -0
  782. data/spec/objects/models/next_page_spec.rb +47 -0
  783. data/spec/objects/models/paging_spec.rb +41 -0
  784. data/spec/objects/models/public_object_search_request_spec.rb +71 -0
  785. data/spec/objects/models/simple_public_object_batch_input_spec.rb +47 -0
  786. data/spec/objects/models/simple_public_object_id_spec.rb +41 -0
  787. data/spec/objects/models/simple_public_object_input_spec.rb +41 -0
  788. data/spec/objects/models/simple_public_object_spec.rb +77 -0
  789. data/spec/owners/api/default_api_spec.rb +60 -0
  790. data/spec/owners/api_client_spec.rb +226 -0
  791. data/spec/owners/configuration_spec.rb +42 -0
  792. data/spec/owners/models/collection_response_public_owner_spec.rb +47 -0
  793. data/spec/owners/models/error_detail_spec.rb +53 -0
  794. data/spec/owners/models/error_spec.rb +71 -0
  795. data/spec/owners/models/next_page_spec.rb +47 -0
  796. data/spec/owners/models/paging_spec.rb +41 -0
  797. data/spec/owners/models/public_owner_spec.rb +89 -0
  798. data/spec/owners/models/public_team_spec.rb +57 -0
  799. data/spec/pipelines/api/pipeline_stages_api_spec.rb +123 -0
  800. data/spec/pipelines/api/pipelines_api_spec.rb +117 -0
  801. data/spec/pipelines/api_client_spec.rb +226 -0
  802. data/spec/pipelines/configuration_spec.rb +42 -0
  803. data/spec/pipelines/models/collection_response_pipeline_spec.rb +47 -0
  804. data/spec/pipelines/models/collection_response_pipeline_stage_spec.rb +47 -0
  805. data/spec/pipelines/models/error_detail_spec.rb +53 -0
  806. data/spec/pipelines/models/error_spec.rb +71 -0
  807. data/spec/pipelines/models/next_page_spec.rb +47 -0
  808. data/spec/pipelines/models/paging_spec.rb +41 -0
  809. data/spec/pipelines/models/pipeline_input_spec.rb +53 -0
  810. data/spec/pipelines/models/pipeline_patch_input_spec.rb +53 -0
  811. data/spec/pipelines/models/pipeline_spec.rb +83 -0
  812. data/spec/pipelines/models/pipeline_stage_input_spec.rb +53 -0
  813. data/spec/pipelines/models/pipeline_stage_patch_input_spec.rb +59 -0
  814. data/spec/pipelines/models/pipeline_stage_spec.rb +83 -0
  815. data/spec/properties/api/batch_api_spec.rb +74 -0
  816. data/spec/properties/api/core_api_spec.rb +102 -0
  817. data/spec/properties/api/groups_api_spec.rb +100 -0
  818. data/spec/properties/api_client_spec.rb +226 -0
  819. data/spec/properties/configuration_spec.rb +42 -0
  820. data/spec/properties/models/batch_input_property_create_spec.rb +41 -0
  821. data/spec/properties/models/batch_input_property_name_spec.rb +41 -0
  822. data/spec/properties/models/batch_read_input_property_name_spec.rb +47 -0
  823. data/spec/properties/models/batch_response_property_spec.rb +81 -0
  824. data/spec/properties/models/collection_response_property_group_spec.rb +47 -0
  825. data/spec/properties/models/collection_response_property_spec.rb +47 -0
  826. data/spec/properties/models/error_detail_spec.rb +65 -0
  827. data/spec/properties/models/error_spec.rb +71 -0
  828. data/spec/properties/models/next_page_spec.rb +47 -0
  829. data/spec/properties/models/option_input_spec.rb +65 -0
  830. data/spec/properties/models/option_spec.rb +65 -0
  831. data/spec/properties/models/paging_spec.rb +41 -0
  832. data/spec/properties/models/property_create_spec.rb +103 -0
  833. data/spec/properties/models/property_group_create_spec.rb +53 -0
  834. data/spec/properties/models/property_group_spec.rb +59 -0
  835. data/spec/properties/models/property_group_update_spec.rb +47 -0
  836. data/spec/properties/models/property_modification_metadata_spec.rb +59 -0
  837. data/spec/properties/models/property_name_spec.rb +41 -0
  838. data/spec/properties/models/property_spec.rb +177 -0
  839. data/spec/properties/models/property_update_spec.rb +91 -0
  840. data/spec/spec_helper.rb +111 -0
  841. metadata +1145 -0
@@ -0,0 +1,177 @@
1
+ =begin
2
+ #Properties
3
+
4
+ #All HubSpot objects store data in default and custom properties. These endpoints provide access to read and modify object properties in HubSpot.
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Hubspot::Client::Crm::Properties::Models::Property
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'Property' do
21
+ before do
22
+ # run before each test
23
+ @instance = Hubspot::Client::Crm::Properties::Models::Property.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of Property' do
31
+ it 'should create an instance of Property' do
32
+ expect(@instance).to be_instance_of(Hubspot::Client::Crm::Properties::Models::Property)
33
+ end
34
+ end
35
+ describe 'test attribute "updated_at"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "created_at"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "archived_at"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "name"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ describe 'test attribute "label"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
65
+ describe 'test attribute "type"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
71
+ describe 'test attribute "field_type"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["textarea", "text", "date", "file", "number", "select", "radio", "checkbox", "booleancheckbox"])
75
+ # validator.allowable_values.each do |value|
76
+ # expect { @instance.field_type = value }.not_to raise_error
77
+ # end
78
+ end
79
+ end
80
+
81
+ describe 'test attribute "description"' do
82
+ it 'should work' do
83
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
+ end
85
+ end
86
+
87
+ describe 'test attribute "group_name"' do
88
+ it 'should work' do
89
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
+ end
91
+ end
92
+
93
+ describe 'test attribute "options"' do
94
+ it 'should work' do
95
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
96
+ end
97
+ end
98
+
99
+ describe 'test attribute "created_user_id"' do
100
+ it 'should work' do
101
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
102
+ end
103
+ end
104
+
105
+ describe 'test attribute "updated_user_id"' do
106
+ it 'should work' do
107
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
108
+ end
109
+ end
110
+
111
+ describe 'test attribute "referenced_object_type"' do
112
+ it 'should work' do
113
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
114
+ end
115
+ end
116
+
117
+ describe 'test attribute "display_order"' do
118
+ it 'should work' do
119
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
120
+ end
121
+ end
122
+
123
+ describe 'test attribute "calculated"' do
124
+ it 'should work' do
125
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
126
+ end
127
+ end
128
+
129
+ describe 'test attribute "external_options"' do
130
+ it 'should work' do
131
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
132
+ end
133
+ end
134
+
135
+ describe 'test attribute "archived"' do
136
+ it 'should work' do
137
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
138
+ end
139
+ end
140
+
141
+ describe 'test attribute "has_unique_value"' do
142
+ it 'should work' do
143
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
144
+ end
145
+ end
146
+
147
+ describe 'test attribute "hidden"' do
148
+ it 'should work' do
149
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
150
+ end
151
+ end
152
+
153
+ describe 'test attribute "hubspot_defined"' do
154
+ it 'should work' do
155
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
156
+ end
157
+ end
158
+
159
+ describe 'test attribute "show_currency_symbol"' do
160
+ it 'should work' do
161
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
162
+ end
163
+ end
164
+
165
+ describe 'test attribute "modification_metadata"' do
166
+ it 'should work' do
167
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
168
+ end
169
+ end
170
+
171
+ describe 'test attribute "form_field"' do
172
+ it 'should work' do
173
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
174
+ end
175
+ end
176
+
177
+ end
@@ -0,0 +1,91 @@
1
+ =begin
2
+ #Properties
3
+
4
+ #All HubSpot objects store data in default and custom properties. These endpoints provide access to read and modify object properties in HubSpot.
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Hubspot::Client::Crm::Properties::Models::PropertyUpdate
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PropertyUpdate' do
21
+ before do
22
+ # run before each test
23
+ @instance = Hubspot::Client::Crm::Properties::Models::PropertyUpdate.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PropertyUpdate' do
31
+ it 'should create an instance of PropertyUpdate' do
32
+ expect(@instance).to be_instance_of(Hubspot::Client::Crm::Properties::Models::PropertyUpdate)
33
+ end
34
+ end
35
+ describe 'test attribute "label"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "type"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["string", "number", "date", "datetime", "enumeration"])
45
+ # validator.allowable_values.each do |value|
46
+ # expect { @instance.type = value }.not_to raise_error
47
+ # end
48
+ end
49
+ end
50
+
51
+ describe 'test attribute "field_type"' do
52
+ it 'should work' do
53
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
54
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["textarea", "text", "date", "file", "number", "select", "radio", "checkbox", "booleancheckbox"])
55
+ # validator.allowable_values.each do |value|
56
+ # expect { @instance.field_type = value }.not_to raise_error
57
+ # end
58
+ end
59
+ end
60
+
61
+ describe 'test attribute "group_name"' do
62
+ it 'should work' do
63
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
64
+ end
65
+ end
66
+
67
+ describe 'test attribute "description"' do
68
+ it 'should work' do
69
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
70
+ end
71
+ end
72
+
73
+ describe 'test attribute "options"' do
74
+ it 'should work' do
75
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
76
+ end
77
+ end
78
+
79
+ describe 'test attribute "display_order"' do
80
+ it 'should work' do
81
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
82
+ end
83
+ end
84
+
85
+ describe 'test attribute "hidden"' do
86
+ it 'should work' do
87
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
88
+ end
89
+ end
90
+
91
+ end
@@ -0,0 +1,111 @@
1
+ =begin
2
+ #CRM Owners
3
+
4
+ #HubSpot uses **owners** to assign CRM objects to specific people in your organization. The endpoints described here are used to get a list of the owners that are available for an account. To assign an owner to an object, set the hubspot_owner_id property using the appropriate CRM object update or create a request. If teams are available for your HubSpot tier, these endpoints will also indicate which team an owner belongs to. Team membership can be one of PRIMARY (default), SECONDARY, or CHILD.
5
+
6
+ OpenAPI spec version: v3
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.8
10
+
11
+ =end
12
+
13
+ # load the gem
14
+ require 'hubspot-api-client'
15
+
16
+ # The following was generated by the `rspec --init` command. Conventionally, all
17
+ # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
18
+ # The generated `.rspec` file contains `--require spec_helper` which will cause
19
+ # this file to always be loaded, without a need to explicitly require it in any
20
+ # files.
21
+ #
22
+ # Given that it is always loaded, you are encouraged to keep this file as
23
+ # light-weight as possible. Requiring heavyweight dependencies from this file
24
+ # will add to the boot time of your test suite on EVERY test run, even for an
25
+ # individual file that may not need all of that loaded. Instead, consider making
26
+ # a separate helper file that requires the additional dependencies and performs
27
+ # the additional setup, and require it from the spec files that actually need
28
+ # it.
29
+ #
30
+ # The `.rspec` file also contains a few flags that are not defaults but that
31
+ # users commonly want.
32
+ #
33
+ # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
34
+ RSpec.configure do |config|
35
+ # rspec-expectations config goes here. You can use an alternate
36
+ # assertion/expectation library such as wrong or the stdlib/minitest
37
+ # assertions if you prefer.
38
+ config.expect_with :rspec do |expectations|
39
+ # This option will default to `true` in RSpec 4. It makes the `description`
40
+ # and `failure_message` of custom matchers include text for helper methods
41
+ # defined using `chain`, e.g.:
42
+ # be_bigger_than(2).and_smaller_than(4).description
43
+ # # => "be bigger than 2 and smaller than 4"
44
+ # ...rather than:
45
+ # # => "be bigger than 2"
46
+ expectations.include_chain_clauses_in_custom_matcher_descriptions = true
47
+ end
48
+
49
+ # rspec-mocks config goes here. You can use an alternate test double
50
+ # library (such as bogus or mocha) by changing the `mock_with` option here.
51
+ config.mock_with :rspec do |mocks|
52
+ # Prevents you from mocking or stubbing a method that does not exist on
53
+ # a real object. This is generally recommended, and will default to
54
+ # `true` in RSpec 4.
55
+ mocks.verify_partial_doubles = true
56
+ end
57
+
58
+ # The settings below are suggested to provide a good initial experience
59
+ # with RSpec, but feel free to customize to your heart's content.
60
+ =begin
61
+ # These two settings work together to allow you to limit a spec run
62
+ # to individual examples or groups you care about by tagging them with
63
+ # `:focus` metadata. When nothing is tagged with `:focus`, all examples
64
+ # get run.
65
+ config.filter_run :focus
66
+ config.run_all_when_everything_filtered = true
67
+
68
+ # Allows RSpec to persist some state between runs in order to support
69
+ # the `--only-failures` and `--next-failure` CLI options. We recommend
70
+ # you configure your source control system to ignore this file.
71
+ config.example_status_persistence_file_path = "spec/examples.txt"
72
+
73
+ # Limits the available syntax to the non-monkey patched syntax that is
74
+ # recommended. For more details, see:
75
+ # - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
76
+ # - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
77
+ # - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
78
+ config.disable_monkey_patching!
79
+
80
+ # This setting enables warnings. It's recommended, but in some cases may
81
+ # be too noisy due to issues in dependencies.
82
+ config.warnings = true
83
+
84
+ # Many RSpec users commonly either run the entire suite or an individual
85
+ # file, and it's useful to allow more verbose output when running an
86
+ # individual spec file.
87
+ if config.files_to_run.one?
88
+ # Use the documentation formatter for detailed output,
89
+ # unless a formatter has already been configured
90
+ # (e.g. via a command-line flag).
91
+ config.default_formatter = 'doc'
92
+ end
93
+
94
+ # Print the 10 slowest examples and example groups at the
95
+ # end of the spec run, to help surface which specs are running
96
+ # particularly slow.
97
+ config.profile_examples = 10
98
+
99
+ # Run specs in random order to surface order dependencies. If you find an
100
+ # order dependency and want to debug it, you can fix the order by providing
101
+ # the seed, which is printed after each run.
102
+ # --seed 1234
103
+ config.order = :random
104
+
105
+ # Seed global randomization in this process using the `--seed` CLI option.
106
+ # Setting this allows you to use `--seed` to deterministically reproduce
107
+ # test failures related to randomization by passing the same `--seed` value
108
+ # as the one that triggered the failure.
109
+ Kernel.srand config.seed
110
+ =end
111
+ end
metadata ADDED
@@ -0,0 +1,1145 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hubspot-api-client
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.1
5
+ platform: ruby
6
+ authors:
7
+ - HubSpot
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-02-21 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: faraday
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 0.14.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 0.14.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: json
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 2.1.0
34
+ - - "~>"
35
+ - !ruby/object:Gem::Version
36
+ version: '2.1'
37
+ type: :runtime
38
+ prerelease: false
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: 2.1.0
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '2.1'
47
+ - !ruby/object:Gem::Dependency
48
+ name: rspec
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: 3.6.0
54
+ - - "~>"
55
+ - !ruby/object:Gem::Version
56
+ version: '3.6'
57
+ type: :development
58
+ prerelease: false
59
+ version_requirements: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: 3.6.0
64
+ - - "~>"
65
+ - !ruby/object:Gem::Version
66
+ version: '3.6'
67
+ - !ruby/object:Gem::Dependency
68
+ name: vcr
69
+ requirement: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - "~>"
72
+ - !ruby/object:Gem::Version
73
+ version: '3.0'
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: 3.0.1
77
+ type: :development
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - "~>"
82
+ - !ruby/object:Gem::Version
83
+ version: '3.0'
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ version: 3.0.1
87
+ - !ruby/object:Gem::Dependency
88
+ name: webmock
89
+ requirement: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - "~>"
92
+ - !ruby/object:Gem::Version
93
+ version: '1.24'
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: 1.24.3
97
+ type: :development
98
+ prerelease: false
99
+ version_requirements: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '1.24'
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ version: 1.24.3
107
+ - !ruby/object:Gem::Dependency
108
+ name: autotest
109
+ requirement: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - "~>"
112
+ - !ruby/object:Gem::Version
113
+ version: '4.4'
114
+ - - ">="
115
+ - !ruby/object:Gem::Version
116
+ version: 4.4.6
117
+ type: :development
118
+ prerelease: false
119
+ version_requirements: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - "~>"
122
+ - !ruby/object:Gem::Version
123
+ version: '4.4'
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: 4.4.6
127
+ - !ruby/object:Gem::Dependency
128
+ name: autotest-rails-pure
129
+ requirement: !ruby/object:Gem::Requirement
130
+ requirements:
131
+ - - "~>"
132
+ - !ruby/object:Gem::Version
133
+ version: '4.1'
134
+ - - ">="
135
+ - !ruby/object:Gem::Version
136
+ version: 4.1.2
137
+ type: :development
138
+ prerelease: false
139
+ version_requirements: !ruby/object:Gem::Requirement
140
+ requirements:
141
+ - - "~>"
142
+ - !ruby/object:Gem::Version
143
+ version: '4.1'
144
+ - - ">="
145
+ - !ruby/object:Gem::Version
146
+ version: 4.1.2
147
+ - !ruby/object:Gem::Dependency
148
+ name: autotest-growl
149
+ requirement: !ruby/object:Gem::Requirement
150
+ requirements:
151
+ - - "~>"
152
+ - !ruby/object:Gem::Version
153
+ version: '0.2'
154
+ - - ">="
155
+ - !ruby/object:Gem::Version
156
+ version: 0.2.16
157
+ type: :development
158
+ prerelease: false
159
+ version_requirements: !ruby/object:Gem::Requirement
160
+ requirements:
161
+ - - "~>"
162
+ - !ruby/object:Gem::Version
163
+ version: '0.2'
164
+ - - ">="
165
+ - !ruby/object:Gem::Version
166
+ version: 0.2.16
167
+ - !ruby/object:Gem::Dependency
168
+ name: autotest-fsevent
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - "~>"
172
+ - !ruby/object:Gem::Version
173
+ version: '0.2'
174
+ - - ">="
175
+ - !ruby/object:Gem::Version
176
+ version: 0.2.12
177
+ type: :development
178
+ prerelease: false
179
+ version_requirements: !ruby/object:Gem::Requirement
180
+ requirements:
181
+ - - "~>"
182
+ - !ruby/object:Gem::Version
183
+ version: '0.2'
184
+ - - ">="
185
+ - !ruby/object:Gem::Version
186
+ version: 0.2.12
187
+ description: HubSpot Ruby API client
188
+ email:
189
+ - ''
190
+ executables: []
191
+ extensions: []
192
+ extra_rdoc_files: []
193
+ files:
194
+ - Gemfile
195
+ - Gemfile.lock
196
+ - README.md
197
+ - Rakefile
198
+ - git_push.sh
199
+ - hubspot-api-client.gemspec
200
+ - lib/hubspot-api-client.rb
201
+ - lib/hubspot/codegen/crm/associations/api/batch_api.rb
202
+ - lib/hubspot/codegen/crm/associations/api_client.rb
203
+ - lib/hubspot/codegen/crm/associations/api_error.rb
204
+ - lib/hubspot/codegen/crm/associations/configuration.rb
205
+ - lib/hubspot/codegen/crm/associations/models/batch_input_public_association.rb
206
+ - lib/hubspot/codegen/crm/associations/models/batch_input_public_object_id.rb
207
+ - lib/hubspot/codegen/crm/associations/models/batch_response_public_association.rb
208
+ - lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi.rb
209
+ - lib/hubspot/codegen/crm/associations/models/error.rb
210
+ - lib/hubspot/codegen/crm/associations/models/error_detail.rb
211
+ - lib/hubspot/codegen/crm/associations/models/public_association.rb
212
+ - lib/hubspot/codegen/crm/associations/models/public_association_multi.rb
213
+ - lib/hubspot/codegen/crm/associations/models/public_object_id.rb
214
+ - lib/hubspot/codegen/crm/companies/api/associations_api.rb
215
+ - lib/hubspot/codegen/crm/companies/api/basic_api.rb
216
+ - lib/hubspot/codegen/crm/companies/api/batch_api.rb
217
+ - lib/hubspot/codegen/crm/companies/api/search_api.rb
218
+ - lib/hubspot/codegen/crm/companies/api_client.rb
219
+ - lib/hubspot/codegen/crm/companies/api_error.rb
220
+ - lib/hubspot/codegen/crm/companies/configuration.rb
221
+ - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb
222
+ - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb
223
+ - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb
224
+ - lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb
225
+ - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb
226
+ - lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object.rb
227
+ - lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_id.rb
228
+ - lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object.rb
229
+ - lib/hubspot/codegen/crm/companies/models/error.rb
230
+ - lib/hubspot/codegen/crm/companies/models/error_detail.rb
231
+ - lib/hubspot/codegen/crm/companies/models/filter.rb
232
+ - lib/hubspot/codegen/crm/companies/models/filter_group.rb
233
+ - lib/hubspot/codegen/crm/companies/models/next_page.rb
234
+ - lib/hubspot/codegen/crm/companies/models/paging.rb
235
+ - lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb
236
+ - lib/hubspot/codegen/crm/companies/models/simple_public_object.rb
237
+ - lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb
238
+ - lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb
239
+ - lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb
240
+ - lib/hubspot/codegen/crm/contacts/api/associations_api.rb
241
+ - lib/hubspot/codegen/crm/contacts/api/basic_api.rb
242
+ - lib/hubspot/codegen/crm/contacts/api/batch_api.rb
243
+ - lib/hubspot/codegen/crm/contacts/api/search_api.rb
244
+ - lib/hubspot/codegen/crm/contacts/api_client.rb
245
+ - lib/hubspot/codegen/crm/contacts/api_error.rb
246
+ - lib/hubspot/codegen/crm/contacts/configuration.rb
247
+ - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb
248
+ - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb
249
+ - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb
250
+ - lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb
251
+ - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb
252
+ - lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object.rb
253
+ - lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_id.rb
254
+ - lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object.rb
255
+ - lib/hubspot/codegen/crm/contacts/models/error.rb
256
+ - lib/hubspot/codegen/crm/contacts/models/error_detail.rb
257
+ - lib/hubspot/codegen/crm/contacts/models/filter.rb
258
+ - lib/hubspot/codegen/crm/contacts/models/filter_group.rb
259
+ - lib/hubspot/codegen/crm/contacts/models/next_page.rb
260
+ - lib/hubspot/codegen/crm/contacts/models/paging.rb
261
+ - lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb
262
+ - lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb
263
+ - lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb
264
+ - lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb
265
+ - lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb
266
+ - lib/hubspot/codegen/crm/deals/api/associations_api.rb
267
+ - lib/hubspot/codegen/crm/deals/api/basic_api.rb
268
+ - lib/hubspot/codegen/crm/deals/api/batch_api.rb
269
+ - lib/hubspot/codegen/crm/deals/api/search_api.rb
270
+ - lib/hubspot/codegen/crm/deals/api_client.rb
271
+ - lib/hubspot/codegen/crm/deals/api_error.rb
272
+ - lib/hubspot/codegen/crm/deals/configuration.rb
273
+ - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb
274
+ - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb
275
+ - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb
276
+ - lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb
277
+ - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb
278
+ - lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object.rb
279
+ - lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_id.rb
280
+ - lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object.rb
281
+ - lib/hubspot/codegen/crm/deals/models/error.rb
282
+ - lib/hubspot/codegen/crm/deals/models/error_detail.rb
283
+ - lib/hubspot/codegen/crm/deals/models/filter.rb
284
+ - lib/hubspot/codegen/crm/deals/models/filter_group.rb
285
+ - lib/hubspot/codegen/crm/deals/models/next_page.rb
286
+ - lib/hubspot/codegen/crm/deals/models/paging.rb
287
+ - lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb
288
+ - lib/hubspot/codegen/crm/deals/models/simple_public_object.rb
289
+ - lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb
290
+ - lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb
291
+ - lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb
292
+ - lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb
293
+ - lib/hubspot/codegen/crm/extensions/cards/api/default_api.rb
294
+ - lib/hubspot/codegen/crm/extensions/cards/api_client.rb
295
+ - lib/hubspot/codegen/crm/extensions/cards/api_error.rb
296
+ - lib/hubspot/codegen/crm/extensions/cards/configuration.rb
297
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_actions.rb
298
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_create_request.rb
299
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_display_body.rb
300
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_display_property.rb
301
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body.rb
302
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_fetch_body_patch.rb
303
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_list_response.rb
304
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_object_type_body.rb
305
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_patch_request.rb
306
+ - lib/hubspot/codegen/crm/extensions/cards/models/card_response.rb
307
+ - lib/hubspot/codegen/crm/extensions/cards/models/display_option.rb
308
+ - lib/hubspot/codegen/crm/extensions/cards/models/error.rb
309
+ - lib/hubspot/codegen/crm/extensions/cards/models/error_detail.rb
310
+ - lib/hubspot/codegen/crm/line_items/api/associations_api.rb
311
+ - lib/hubspot/codegen/crm/line_items/api/basic_api.rb
312
+ - lib/hubspot/codegen/crm/line_items/api/batch_api.rb
313
+ - lib/hubspot/codegen/crm/line_items/api/search_api.rb
314
+ - lib/hubspot/codegen/crm/line_items/api_client.rb
315
+ - lib/hubspot/codegen/crm/line_items/api_error.rb
316
+ - lib/hubspot/codegen/crm/line_items/configuration.rb
317
+ - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb
318
+ - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb
319
+ - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb
320
+ - lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb
321
+ - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb
322
+ - lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object.rb
323
+ - lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_id.rb
324
+ - lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object.rb
325
+ - lib/hubspot/codegen/crm/line_items/models/error.rb
326
+ - lib/hubspot/codegen/crm/line_items/models/error_detail.rb
327
+ - lib/hubspot/codegen/crm/line_items/models/filter.rb
328
+ - lib/hubspot/codegen/crm/line_items/models/filter_group.rb
329
+ - lib/hubspot/codegen/crm/line_items/models/next_page.rb
330
+ - lib/hubspot/codegen/crm/line_items/models/paging.rb
331
+ - lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb
332
+ - lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb
333
+ - lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb
334
+ - lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb
335
+ - lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb
336
+ - lib/hubspot/codegen/crm/objects/api/associations_api.rb
337
+ - lib/hubspot/codegen/crm/objects/api/basic_api.rb
338
+ - lib/hubspot/codegen/crm/objects/api/batch_api.rb
339
+ - lib/hubspot/codegen/crm/objects/api/search_api.rb
340
+ - lib/hubspot/codegen/crm/objects/api_client.rb
341
+ - lib/hubspot/codegen/crm/objects/api_error.rb
342
+ - lib/hubspot/codegen/crm/objects/configuration.rb
343
+ - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb
344
+ - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb
345
+ - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb
346
+ - lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb
347
+ - lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb
348
+ - lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object.rb
349
+ - lib/hubspot/codegen/crm/objects/models/collection_response_simple_public_object_id.rb
350
+ - lib/hubspot/codegen/crm/objects/models/collection_response_with_total_simple_public_object.rb
351
+ - lib/hubspot/codegen/crm/objects/models/error.rb
352
+ - lib/hubspot/codegen/crm/objects/models/error_detail.rb
353
+ - lib/hubspot/codegen/crm/objects/models/filter.rb
354
+ - lib/hubspot/codegen/crm/objects/models/filter_group.rb
355
+ - lib/hubspot/codegen/crm/objects/models/next_page.rb
356
+ - lib/hubspot/codegen/crm/objects/models/paging.rb
357
+ - lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb
358
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object.rb
359
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb
360
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb
361
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb
362
+ - lib/hubspot/codegen/crm/owners/api/default_api.rb
363
+ - lib/hubspot/codegen/crm/owners/api_client.rb
364
+ - lib/hubspot/codegen/crm/owners/api_error.rb
365
+ - lib/hubspot/codegen/crm/owners/configuration.rb
366
+ - lib/hubspot/codegen/crm/owners/models/collection_response_public_owner.rb
367
+ - lib/hubspot/codegen/crm/owners/models/error.rb
368
+ - lib/hubspot/codegen/crm/owners/models/error_detail.rb
369
+ - lib/hubspot/codegen/crm/owners/models/next_page.rb
370
+ - lib/hubspot/codegen/crm/owners/models/paging.rb
371
+ - lib/hubspot/codegen/crm/owners/models/public_owner.rb
372
+ - lib/hubspot/codegen/crm/owners/models/public_team.rb
373
+ - lib/hubspot/codegen/crm/pipelines/api/pipeline_stages_api.rb
374
+ - lib/hubspot/codegen/crm/pipelines/api/pipelines_api.rb
375
+ - lib/hubspot/codegen/crm/pipelines/api_client.rb
376
+ - lib/hubspot/codegen/crm/pipelines/api_error.rb
377
+ - lib/hubspot/codegen/crm/pipelines/configuration.rb
378
+ - lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline.rb
379
+ - lib/hubspot/codegen/crm/pipelines/models/collection_response_pipeline_stage.rb
380
+ - lib/hubspot/codegen/crm/pipelines/models/error.rb
381
+ - lib/hubspot/codegen/crm/pipelines/models/error_detail.rb
382
+ - lib/hubspot/codegen/crm/pipelines/models/next_page.rb
383
+ - lib/hubspot/codegen/crm/pipelines/models/paging.rb
384
+ - lib/hubspot/codegen/crm/pipelines/models/pipeline.rb
385
+ - lib/hubspot/codegen/crm/pipelines/models/pipeline_input.rb
386
+ - lib/hubspot/codegen/crm/pipelines/models/pipeline_patch_input.rb
387
+ - lib/hubspot/codegen/crm/pipelines/models/pipeline_stage.rb
388
+ - lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb
389
+ - lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb
390
+ - lib/hubspot/codegen/crm/products/api/associations_api.rb
391
+ - lib/hubspot/codegen/crm/products/api/basic_api.rb
392
+ - lib/hubspot/codegen/crm/products/api/batch_api.rb
393
+ - lib/hubspot/codegen/crm/products/api/search_api.rb
394
+ - lib/hubspot/codegen/crm/products/api_client.rb
395
+ - lib/hubspot/codegen/crm/products/api_error.rb
396
+ - lib/hubspot/codegen/crm/products/configuration.rb
397
+ - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb
398
+ - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb
399
+ - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb
400
+ - lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb
401
+ - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb
402
+ - lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object.rb
403
+ - lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_id.rb
404
+ - lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object.rb
405
+ - lib/hubspot/codegen/crm/products/models/error.rb
406
+ - lib/hubspot/codegen/crm/products/models/error_detail.rb
407
+ - lib/hubspot/codegen/crm/products/models/filter.rb
408
+ - lib/hubspot/codegen/crm/products/models/filter_group.rb
409
+ - lib/hubspot/codegen/crm/products/models/next_page.rb
410
+ - lib/hubspot/codegen/crm/products/models/paging.rb
411
+ - lib/hubspot/codegen/crm/products/models/public_object_search_request.rb
412
+ - lib/hubspot/codegen/crm/products/models/simple_public_object.rb
413
+ - lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb
414
+ - lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb
415
+ - lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb
416
+ - lib/hubspot/codegen/crm/properties/api/batch_api.rb
417
+ - lib/hubspot/codegen/crm/properties/api/core_api.rb
418
+ - lib/hubspot/codegen/crm/properties/api/groups_api.rb
419
+ - lib/hubspot/codegen/crm/properties/api_client.rb
420
+ - lib/hubspot/codegen/crm/properties/api_error.rb
421
+ - lib/hubspot/codegen/crm/properties/configuration.rb
422
+ - lib/hubspot/codegen/crm/properties/models/batch_input_property_create.rb
423
+ - lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb
424
+ - lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb
425
+ - lib/hubspot/codegen/crm/properties/models/batch_response_property.rb
426
+ - lib/hubspot/codegen/crm/properties/models/collection_response_property.rb
427
+ - lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb
428
+ - lib/hubspot/codegen/crm/properties/models/error.rb
429
+ - lib/hubspot/codegen/crm/properties/models/error_detail.rb
430
+ - lib/hubspot/codegen/crm/properties/models/next_page.rb
431
+ - lib/hubspot/codegen/crm/properties/models/option.rb
432
+ - lib/hubspot/codegen/crm/properties/models/option_input.rb
433
+ - lib/hubspot/codegen/crm/properties/models/paging.rb
434
+ - lib/hubspot/codegen/crm/properties/models/property.rb
435
+ - lib/hubspot/codegen/crm/properties/models/property_create.rb
436
+ - lib/hubspot/codegen/crm/properties/models/property_group.rb
437
+ - lib/hubspot/codegen/crm/properties/models/property_group_create.rb
438
+ - lib/hubspot/codegen/crm/properties/models/property_group_update.rb
439
+ - lib/hubspot/codegen/crm/properties/models/property_modification_metadata.rb
440
+ - lib/hubspot/codegen/crm/properties/models/property_name.rb
441
+ - lib/hubspot/codegen/crm/properties/models/property_update.rb
442
+ - lib/hubspot/codegen/crm/quotes/api/associations_api.rb
443
+ - lib/hubspot/codegen/crm/quotes/api/basic_api.rb
444
+ - lib/hubspot/codegen/crm/quotes/api/batch_api.rb
445
+ - lib/hubspot/codegen/crm/quotes/api/search_api.rb
446
+ - lib/hubspot/codegen/crm/quotes/api_client.rb
447
+ - lib/hubspot/codegen/crm/quotes/api_error.rb
448
+ - lib/hubspot/codegen/crm/quotes/configuration.rb
449
+ - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb
450
+ - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb
451
+ - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb
452
+ - lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb
453
+ - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb
454
+ - lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object.rb
455
+ - lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_id.rb
456
+ - lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object.rb
457
+ - lib/hubspot/codegen/crm/quotes/models/error.rb
458
+ - lib/hubspot/codegen/crm/quotes/models/error_detail.rb
459
+ - lib/hubspot/codegen/crm/quotes/models/filter.rb
460
+ - lib/hubspot/codegen/crm/quotes/models/filter_group.rb
461
+ - lib/hubspot/codegen/crm/quotes/models/next_page.rb
462
+ - lib/hubspot/codegen/crm/quotes/models/paging.rb
463
+ - lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb
464
+ - lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb
465
+ - lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb
466
+ - lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb
467
+ - lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb
468
+ - lib/hubspot/codegen/crm/tickets/api/associations_api.rb
469
+ - lib/hubspot/codegen/crm/tickets/api/basic_api.rb
470
+ - lib/hubspot/codegen/crm/tickets/api/batch_api.rb
471
+ - lib/hubspot/codegen/crm/tickets/api/search_api.rb
472
+ - lib/hubspot/codegen/crm/tickets/api_client.rb
473
+ - lib/hubspot/codegen/crm/tickets/api_error.rb
474
+ - lib/hubspot/codegen/crm/tickets/configuration.rb
475
+ - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb
476
+ - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb
477
+ - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb
478
+ - lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb
479
+ - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb
480
+ - lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object.rb
481
+ - lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_id.rb
482
+ - lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object.rb
483
+ - lib/hubspot/codegen/crm/tickets/models/error.rb
484
+ - lib/hubspot/codegen/crm/tickets/models/error_detail.rb
485
+ - lib/hubspot/codegen/crm/tickets/models/filter.rb
486
+ - lib/hubspot/codegen/crm/tickets/models/filter_group.rb
487
+ - lib/hubspot/codegen/crm/tickets/models/next_page.rb
488
+ - lib/hubspot/codegen/crm/tickets/models/paging.rb
489
+ - lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb
490
+ - lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb
491
+ - lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb
492
+ - lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb
493
+ - lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb
494
+ - lib/hubspot/codegen/oauth/api/access_tokens_api.rb
495
+ - lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb
496
+ - lib/hubspot/codegen/oauth/api/tokens_api.rb
497
+ - lib/hubspot/codegen/oauth/api_client.rb
498
+ - lib/hubspot/codegen/oauth/api_error.rb
499
+ - lib/hubspot/codegen/oauth/configuration.rb
500
+ - lib/hubspot/codegen/oauth/models/access_token_info_response.rb
501
+ - lib/hubspot/codegen/oauth/models/error.rb
502
+ - lib/hubspot/codegen/oauth/models/error_detail.rb
503
+ - lib/hubspot/codegen/oauth/models/json_node.rb
504
+ - lib/hubspot/codegen/oauth/models/refresh_token.rb
505
+ - lib/hubspot/codegen/oauth/models/refresh_token_info_response.rb
506
+ - lib/hubspot/configuration.rb
507
+ - lib/hubspot/exceptions.rb
508
+ - lib/hubspot/oauth.rb
509
+ - lib/hubspot/version.rb
510
+ - sample-apps/companies-app/.env.template
511
+ - sample-apps/companies-app/.env.test.template
512
+ - sample-apps/companies-app/.gitignore
513
+ - sample-apps/companies-app/.rspec
514
+ - sample-apps/companies-app/.ruby-version
515
+ - sample-apps/companies-app/Dockerfile
516
+ - sample-apps/companies-app/Gemfile
517
+ - sample-apps/companies-app/Gemfile.lock
518
+ - sample-apps/companies-app/README.md
519
+ - sample-apps/companies-app/Rakefile
520
+ - sample-apps/companies-app/app/assets/config/manifest.js
521
+ - sample-apps/companies-app/app/assets/images/.keep
522
+ - sample-apps/companies-app/app/assets/javascripts/application.js
523
+ - sample-apps/companies-app/app/assets/javascripts/cable.js
524
+ - sample-apps/companies-app/app/assets/javascripts/channels/.keep
525
+ - sample-apps/companies-app/app/assets/stylesheets/application.css
526
+ - sample-apps/companies-app/app/controllers/application_controller.rb
527
+ - sample-apps/companies-app/app/controllers/companies_controller.rb
528
+ - sample-apps/companies-app/app/controllers/concerns/.keep
529
+ - sample-apps/companies-app/app/controllers/concerns/exception_handler.rb
530
+ - sample-apps/companies-app/app/controllers/contacts_controller.rb
531
+ - sample-apps/companies-app/app/controllers/oauth/authorization_controller.rb
532
+ - sample-apps/companies-app/app/helpers/application_helper.rb
533
+ - sample-apps/companies-app/app/lib/services/authorization/authorize_hubspot.rb
534
+ - sample-apps/companies-app/app/lib/services/authorization/get_authorization_uri.rb
535
+ - sample-apps/companies-app/app/lib/services/authorization/tokens/base.rb
536
+ - sample-apps/companies-app/app/lib/services/authorization/tokens/generate.rb
537
+ - sample-apps/companies-app/app/lib/services/authorization/tokens/refresh.rb
538
+ - sample-apps/companies-app/app/lib/services/hubspot/associations/create.rb
539
+ - sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb
540
+ - sample-apps/companies-app/app/lib/services/hubspot/associations/get_by_id.rb
541
+ - sample-apps/companies-app/app/lib/services/hubspot/companies/create.rb
542
+ - sample-apps/companies-app/app/lib/services/hubspot/companies/destroy.rb
543
+ - sample-apps/companies-app/app/lib/services/hubspot/companies/export.rb
544
+ - sample-apps/companies-app/app/lib/services/hubspot/companies/get_all.rb
545
+ - sample-apps/companies-app/app/lib/services/hubspot/companies/get_by_id.rb
546
+ - sample-apps/companies-app/app/lib/services/hubspot/companies/search.rb
547
+ - sample-apps/companies-app/app/lib/services/hubspot/companies/update.rb
548
+ - sample-apps/companies-app/app/lib/services/hubspot/contacts/get_all.rb
549
+ - sample-apps/companies-app/app/lib/services/hubspot/contacts/search.rb
550
+ - sample-apps/companies-app/app/models/application_record.rb
551
+ - sample-apps/companies-app/app/models/concerns/.keep
552
+ - sample-apps/companies-app/app/views/companies/index.html.erb
553
+ - sample-apps/companies-app/app/views/companies/new.html.erb
554
+ - sample-apps/companies-app/app/views/companies/show.html.erb
555
+ - sample-apps/companies-app/app/views/contacts/index.html.erb
556
+ - sample-apps/companies-app/app/views/layouts/application.html.erb
557
+ - sample-apps/companies-app/app/views/oauth/authorization/login.html.erb
558
+ - sample-apps/companies-app/app/views/shared/_header.html.erb
559
+ - sample-apps/companies-app/bin/bundle
560
+ - sample-apps/companies-app/bin/rails
561
+ - sample-apps/companies-app/bin/rake
562
+ - sample-apps/companies-app/bin/setup
563
+ - sample-apps/companies-app/bin/spring
564
+ - sample-apps/companies-app/bin/update
565
+ - sample-apps/companies-app/bin/yarn
566
+ - sample-apps/companies-app/config.ru
567
+ - sample-apps/companies-app/config/application.rb
568
+ - sample-apps/companies-app/config/boot.rb
569
+ - sample-apps/companies-app/config/cable.yml
570
+ - sample-apps/companies-app/config/database.yml
571
+ - sample-apps/companies-app/config/environment.rb
572
+ - sample-apps/companies-app/config/environments/development.rb
573
+ - sample-apps/companies-app/config/environments/production.rb
574
+ - sample-apps/companies-app/config/environments/test.rb
575
+ - sample-apps/companies-app/config/initializers/assets.rb
576
+ - sample-apps/companies-app/config/initializers/filter_parameter_logging.rb
577
+ - sample-apps/companies-app/config/initializers/hubspot-api-client.rb
578
+ - sample-apps/companies-app/config/initializers/mime_types.rb
579
+ - sample-apps/companies-app/config/initializers/wrap_parameters.rb
580
+ - sample-apps/companies-app/config/locales/en.yml
581
+ - sample-apps/companies-app/config/puma.rb
582
+ - sample-apps/companies-app/config/routes.rb
583
+ - sample-apps/companies-app/config/spring.rb
584
+ - sample-apps/companies-app/db/seeds.rb
585
+ - sample-apps/companies-app/docker-compose.yml
586
+ - sample-apps/companies-app/docker-entrypoint.sh
587
+ - sample-apps/companies-app/lib/assets/.keep
588
+ - sample-apps/companies-app/lib/tasks/.keep
589
+ - sample-apps/companies-app/log/.keep
590
+ - sample-apps/companies-app/package.json
591
+ - sample-apps/companies-app/public/404.html
592
+ - sample-apps/companies-app/public/422.html
593
+ - sample-apps/companies-app/public/500.html
594
+ - sample-apps/companies-app/public/apple-touch-icon-precomposed.png
595
+ - sample-apps/companies-app/public/apple-touch-icon.png
596
+ - sample-apps/companies-app/public/favicon.ico
597
+ - sample-apps/companies-app/public/robots.txt
598
+ - sample-apps/companies-app/tmp/.keep
599
+ - sample-apps/contacts-app/.env
600
+ - sample-apps/contacts-app/.env.template
601
+ - sample-apps/contacts-app/.env.test.template
602
+ - sample-apps/contacts-app/.gitignore
603
+ - sample-apps/contacts-app/.rspec
604
+ - sample-apps/contacts-app/.ruby-version
605
+ - sample-apps/contacts-app/Dockerfile
606
+ - sample-apps/contacts-app/Gemfile
607
+ - sample-apps/contacts-app/Gemfile.lock
608
+ - sample-apps/contacts-app/README.md
609
+ - sample-apps/contacts-app/Rakefile
610
+ - sample-apps/contacts-app/app/assets/config/manifest.js
611
+ - sample-apps/contacts-app/app/assets/images/.keep
612
+ - sample-apps/contacts-app/app/assets/javascripts/application.js
613
+ - sample-apps/contacts-app/app/assets/javascripts/cable.js
614
+ - sample-apps/contacts-app/app/assets/javascripts/channels/.keep
615
+ - sample-apps/contacts-app/app/assets/stylesheets/application.css
616
+ - sample-apps/contacts-app/app/controllers/application_controller.rb
617
+ - sample-apps/contacts-app/app/controllers/concerns/.keep
618
+ - sample-apps/contacts-app/app/controllers/concerns/exception_handler.rb
619
+ - sample-apps/contacts-app/app/controllers/contacts_controller.rb
620
+ - sample-apps/contacts-app/app/controllers/oauth/authorization_controller.rb
621
+ - sample-apps/contacts-app/app/controllers/properties_controller.rb
622
+ - sample-apps/contacts-app/app/helpers/application_helper.rb
623
+ - sample-apps/contacts-app/app/lib/services/authorization/authorize_hubspot.rb
624
+ - sample-apps/contacts-app/app/lib/services/authorization/get_authorization_uri.rb
625
+ - sample-apps/contacts-app/app/lib/services/authorization/tokens/base.rb
626
+ - sample-apps/contacts-app/app/lib/services/authorization/tokens/generate.rb
627
+ - sample-apps/contacts-app/app/lib/services/authorization/tokens/refresh.rb
628
+ - sample-apps/contacts-app/app/lib/services/hubspot/contacts/create.rb
629
+ - sample-apps/contacts-app/app/lib/services/hubspot/contacts/destroy.rb
630
+ - sample-apps/contacts-app/app/lib/services/hubspot/contacts/export.rb
631
+ - sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_all.rb
632
+ - sample-apps/contacts-app/app/lib/services/hubspot/contacts/get_by_id.rb
633
+ - sample-apps/contacts-app/app/lib/services/hubspot/contacts/search.rb
634
+ - sample-apps/contacts-app/app/lib/services/hubspot/contacts/update.rb
635
+ - sample-apps/contacts-app/app/lib/services/hubspot/owners/get_all.rb
636
+ - sample-apps/contacts-app/app/lib/services/hubspot/properties/create.rb
637
+ - sample-apps/contacts-app/app/lib/services/hubspot/properties/destroy.rb
638
+ - sample-apps/contacts-app/app/lib/services/hubspot/properties/get_all.rb
639
+ - sample-apps/contacts-app/app/lib/services/hubspot/properties/get_by_name.rb
640
+ - sample-apps/contacts-app/app/lib/services/hubspot/properties/update.rb
641
+ - sample-apps/contacts-app/app/models/application_record.rb
642
+ - sample-apps/contacts-app/app/models/concerns/.keep
643
+ - sample-apps/contacts-app/app/views/contacts/index.html.erb
644
+ - sample-apps/contacts-app/app/views/contacts/new.html.erb
645
+ - sample-apps/contacts-app/app/views/contacts/show.html.erb
646
+ - sample-apps/contacts-app/app/views/layouts/application.html.erb
647
+ - sample-apps/contacts-app/app/views/oauth/authorization/login.html.erb
648
+ - sample-apps/contacts-app/app/views/properties/index.html.erb
649
+ - sample-apps/contacts-app/app/views/properties/new.html.erb
650
+ - sample-apps/contacts-app/app/views/properties/show.html.erb
651
+ - sample-apps/contacts-app/app/views/shared/_header.html.erb
652
+ - sample-apps/contacts-app/bin/bundle
653
+ - sample-apps/contacts-app/bin/rails
654
+ - sample-apps/contacts-app/bin/rake
655
+ - sample-apps/contacts-app/bin/setup
656
+ - sample-apps/contacts-app/bin/spring
657
+ - sample-apps/contacts-app/bin/update
658
+ - sample-apps/contacts-app/bin/yarn
659
+ - sample-apps/contacts-app/config.ru
660
+ - sample-apps/contacts-app/config/application.rb
661
+ - sample-apps/contacts-app/config/boot.rb
662
+ - sample-apps/contacts-app/config/cable.yml
663
+ - sample-apps/contacts-app/config/database.yml
664
+ - sample-apps/contacts-app/config/environment.rb
665
+ - sample-apps/contacts-app/config/environments/development.rb
666
+ - sample-apps/contacts-app/config/environments/production.rb
667
+ - sample-apps/contacts-app/config/environments/test.rb
668
+ - sample-apps/contacts-app/config/initializers/assets.rb
669
+ - sample-apps/contacts-app/config/initializers/filter_parameter_logging.rb
670
+ - sample-apps/contacts-app/config/initializers/hubspot-api-client.rb
671
+ - sample-apps/contacts-app/config/initializers/mime_types.rb
672
+ - sample-apps/contacts-app/config/initializers/wrap_parameters.rb
673
+ - sample-apps/contacts-app/config/locales/en.yml
674
+ - sample-apps/contacts-app/config/puma.rb
675
+ - sample-apps/contacts-app/config/routes.rb
676
+ - sample-apps/contacts-app/config/spring.rb
677
+ - sample-apps/contacts-app/db/seeds.rb
678
+ - sample-apps/contacts-app/docker-compose.yml
679
+ - sample-apps/contacts-app/docker-entrypoint.sh
680
+ - sample-apps/contacts-app/lib/assets/.keep
681
+ - sample-apps/contacts-app/lib/tasks/.keep
682
+ - sample-apps/contacts-app/log/.keep
683
+ - sample-apps/contacts-app/package.json
684
+ - sample-apps/contacts-app/public/404.html
685
+ - sample-apps/contacts-app/public/422.html
686
+ - sample-apps/contacts-app/public/500.html
687
+ - sample-apps/contacts-app/public/apple-touch-icon-precomposed.png
688
+ - sample-apps/contacts-app/public/apple-touch-icon.png
689
+ - sample-apps/contacts-app/public/favicon.ico
690
+ - sample-apps/contacts-app/public/robots.txt
691
+ - sample-apps/contacts-app/spec/features/visitor_creates_new_contact_spec.rb
692
+ - sample-apps/contacts-app/spec/features/visitor_deletes_contact_spec.rb
693
+ - sample-apps/contacts-app/spec/features/visitor_downloads_contacts_spec.rb
694
+ - sample-apps/contacts-app/spec/features/visitor_edits_contact_spec.rb
695
+ - sample-apps/contacts-app/spec/features/visitor_lists_contacts_spec.rb
696
+ - sample-apps/contacts-app/spec/features/visitor_logs_in_spec.rb
697
+ - sample-apps/contacts-app/spec/features/visitor_searches_contacts_spec.rb
698
+ - sample-apps/contacts-app/spec/rails_helper.rb
699
+ - sample-apps/contacts-app/spec/spec_helper.rb
700
+ - sample-apps/contacts-app/spec/support/application_helper.rb
701
+ - sample-apps/contacts-app/spec/support/download_helper.rb
702
+ - sample-apps/contacts-app/tmp/.keep
703
+ - sample-apps/oauth-app/.env.template
704
+ - sample-apps/oauth-app/.env.test.template
705
+ - sample-apps/oauth-app/.gitignore
706
+ - sample-apps/oauth-app/.rspec
707
+ - sample-apps/oauth-app/.ruby-version
708
+ - sample-apps/oauth-app/Dockerfile
709
+ - sample-apps/oauth-app/Gemfile
710
+ - sample-apps/oauth-app/Gemfile.lock
711
+ - sample-apps/oauth-app/README.md
712
+ - sample-apps/oauth-app/Rakefile
713
+ - sample-apps/oauth-app/app/assets/config/manifest.js
714
+ - sample-apps/oauth-app/app/assets/images/.keep
715
+ - sample-apps/oauth-app/app/assets/javascripts/application.js
716
+ - sample-apps/oauth-app/app/assets/javascripts/cable.js
717
+ - sample-apps/oauth-app/app/assets/javascripts/channels/.keep
718
+ - sample-apps/oauth-app/app/assets/stylesheets/application.css
719
+ - sample-apps/oauth-app/app/controllers/application_controller.rb
720
+ - sample-apps/oauth-app/app/controllers/concerns/.keep
721
+ - sample-apps/oauth-app/app/controllers/concerns/exception_handler.rb
722
+ - sample-apps/oauth-app/app/controllers/contacts_controller.rb
723
+ - sample-apps/oauth-app/app/controllers/oauth/authorization_controller.rb
724
+ - sample-apps/oauth-app/app/helpers/application_helper.rb
725
+ - sample-apps/oauth-app/app/lib/services/authorization/authorize_hubspot.rb
726
+ - sample-apps/oauth-app/app/lib/services/authorization/get_authorization_uri.rb
727
+ - sample-apps/oauth-app/app/lib/services/authorization/tokens/base.rb
728
+ - sample-apps/oauth-app/app/lib/services/authorization/tokens/generate.rb
729
+ - sample-apps/oauth-app/app/lib/services/authorization/tokens/refresh.rb
730
+ - sample-apps/oauth-app/app/lib/services/hubspot/contacts/create.rb
731
+ - sample-apps/oauth-app/app/lib/services/hubspot/contacts/destroy.rb
732
+ - sample-apps/oauth-app/app/lib/services/hubspot/contacts/export.rb
733
+ - sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_all.rb
734
+ - sample-apps/oauth-app/app/lib/services/hubspot/contacts/get_by_id.rb
735
+ - sample-apps/oauth-app/app/lib/services/hubspot/contacts/search.rb
736
+ - sample-apps/oauth-app/app/lib/services/hubspot/contacts/update.rb
737
+ - sample-apps/oauth-app/app/lib/services/hubspot/owners/get_all.rb
738
+ - sample-apps/oauth-app/app/models/application_record.rb
739
+ - sample-apps/oauth-app/app/models/concerns/.keep
740
+ - sample-apps/oauth-app/app/views/contacts/index.html.erb
741
+ - sample-apps/oauth-app/app/views/contacts/new.html.erb
742
+ - sample-apps/oauth-app/app/views/contacts/show.html.erb
743
+ - sample-apps/oauth-app/app/views/layouts/application.html.erb
744
+ - sample-apps/oauth-app/app/views/oauth/authorization/login.html.erb
745
+ - sample-apps/oauth-app/app/views/shared/_header.html.erb
746
+ - sample-apps/oauth-app/bin/bundle
747
+ - sample-apps/oauth-app/bin/rails
748
+ - sample-apps/oauth-app/bin/rake
749
+ - sample-apps/oauth-app/bin/setup
750
+ - sample-apps/oauth-app/bin/spring
751
+ - sample-apps/oauth-app/bin/update
752
+ - sample-apps/oauth-app/bin/yarn
753
+ - sample-apps/oauth-app/config.ru
754
+ - sample-apps/oauth-app/config/application.rb
755
+ - sample-apps/oauth-app/config/boot.rb
756
+ - sample-apps/oauth-app/config/cable.yml
757
+ - sample-apps/oauth-app/config/database.yml
758
+ - sample-apps/oauth-app/config/environment.rb
759
+ - sample-apps/oauth-app/config/environments/development.rb
760
+ - sample-apps/oauth-app/config/environments/production.rb
761
+ - sample-apps/oauth-app/config/environments/test.rb
762
+ - sample-apps/oauth-app/config/initializers/assets.rb
763
+ - sample-apps/oauth-app/config/initializers/filter_parameter_logging.rb
764
+ - sample-apps/oauth-app/config/initializers/hubspot-api-client.rb
765
+ - sample-apps/oauth-app/config/initializers/mime_types.rb
766
+ - sample-apps/oauth-app/config/initializers/wrap_parameters.rb
767
+ - sample-apps/oauth-app/config/locales/en.yml
768
+ - sample-apps/oauth-app/config/puma.rb
769
+ - sample-apps/oauth-app/config/routes.rb
770
+ - sample-apps/oauth-app/config/spring.rb
771
+ - sample-apps/oauth-app/db/seeds.rb
772
+ - sample-apps/oauth-app/docker-compose.yml
773
+ - sample-apps/oauth-app/docker-entrypoint.sh
774
+ - sample-apps/oauth-app/lib/assets/.keep
775
+ - sample-apps/oauth-app/lib/tasks/.keep
776
+ - sample-apps/oauth-app/log/.keep
777
+ - sample-apps/oauth-app/package.json
778
+ - sample-apps/oauth-app/public/404.html
779
+ - sample-apps/oauth-app/public/422.html
780
+ - sample-apps/oauth-app/public/500.html
781
+ - sample-apps/oauth-app/public/apple-touch-icon-precomposed.png
782
+ - sample-apps/oauth-app/public/apple-touch-icon.png
783
+ - sample-apps/oauth-app/public/favicon.ico
784
+ - sample-apps/oauth-app/public/robots.txt
785
+ - sample-apps/oauth-app/spec/features/visitor_creates_new_contact_spec.rb
786
+ - sample-apps/oauth-app/spec/features/visitor_deletes_contact_spec.rb
787
+ - sample-apps/oauth-app/spec/features/visitor_downloads_contacts_spec.rb
788
+ - sample-apps/oauth-app/spec/features/visitor_edits_contact_spec.rb
789
+ - sample-apps/oauth-app/spec/features/visitor_lists_contacts_spec.rb
790
+ - sample-apps/oauth-app/spec/features/visitor_logs_in_spec.rb
791
+ - sample-apps/oauth-app/spec/features/visitor_searches_contacts_spec.rb
792
+ - sample-apps/oauth-app/spec/rails_helper.rb
793
+ - sample-apps/oauth-app/spec/spec_helper.rb
794
+ - sample-apps/oauth-app/spec/support/application_helper.rb
795
+ - sample-apps/oauth-app/spec/support/download_helper.rb
796
+ - sample-apps/oauth-app/tmp/.keep
797
+ - sample-apps/retry-middleware-sample-app/.env.template
798
+ - sample-apps/retry-middleware-sample-app/.gitignore
799
+ - sample-apps/retry-middleware-sample-app/.ruby-version
800
+ - sample-apps/retry-middleware-sample-app/Dockerfile
801
+ - sample-apps/retry-middleware-sample-app/Gemfile
802
+ - sample-apps/retry-middleware-sample-app/Gemfile.lock
803
+ - sample-apps/retry-middleware-sample-app/README.md
804
+ - sample-apps/retry-middleware-sample-app/Rakefile
805
+ - sample-apps/retry-middleware-sample-app/app/assets/config/manifest.js
806
+ - sample-apps/retry-middleware-sample-app/app/assets/images/.keep
807
+ - sample-apps/retry-middleware-sample-app/app/assets/javascripts/application.js
808
+ - sample-apps/retry-middleware-sample-app/app/assets/javascripts/cable.js
809
+ - sample-apps/retry-middleware-sample-app/app/assets/javascripts/channels/.keep
810
+ - sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css
811
+ - sample-apps/retry-middleware-sample-app/app/controllers/application_controller.rb
812
+ - sample-apps/retry-middleware-sample-app/app/controllers/concerns/.keep
813
+ - sample-apps/retry-middleware-sample-app/app/controllers/concerns/exception_handler.rb
814
+ - sample-apps/retry-middleware-sample-app/app/controllers/home_controller.rb
815
+ - sample-apps/retry-middleware-sample-app/app/controllers/oauth/authorization_controller.rb
816
+ - sample-apps/retry-middleware-sample-app/app/helpers/application_helper.rb
817
+ - sample-apps/retry-middleware-sample-app/app/lib/services/authorization/authorize_hubspot.rb
818
+ - sample-apps/retry-middleware-sample-app/app/lib/services/authorization/get_authorization_uri.rb
819
+ - sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/base.rb
820
+ - sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/generate.rb
821
+ - sample-apps/retry-middleware-sample-app/app/lib/services/authorization/tokens/refresh.rb
822
+ - sample-apps/retry-middleware-sample-app/app/models/application_record.rb
823
+ - sample-apps/retry-middleware-sample-app/app/models/concerns/.keep
824
+ - sample-apps/retry-middleware-sample-app/app/views/home/index.html.erb
825
+ - sample-apps/retry-middleware-sample-app/app/views/layouts/application.html.erb
826
+ - sample-apps/retry-middleware-sample-app/app/views/oauth/authorization/login.html.erb
827
+ - sample-apps/retry-middleware-sample-app/app/views/shared/_header.html.erb
828
+ - sample-apps/retry-middleware-sample-app/bin/bundle
829
+ - sample-apps/retry-middleware-sample-app/bin/rails
830
+ - sample-apps/retry-middleware-sample-app/bin/rake
831
+ - sample-apps/retry-middleware-sample-app/bin/setup
832
+ - sample-apps/retry-middleware-sample-app/bin/spring
833
+ - sample-apps/retry-middleware-sample-app/bin/update
834
+ - sample-apps/retry-middleware-sample-app/bin/yarn
835
+ - sample-apps/retry-middleware-sample-app/config.ru
836
+ - sample-apps/retry-middleware-sample-app/config/application.rb
837
+ - sample-apps/retry-middleware-sample-app/config/boot.rb
838
+ - sample-apps/retry-middleware-sample-app/config/cable.yml
839
+ - sample-apps/retry-middleware-sample-app/config/database.yml
840
+ - sample-apps/retry-middleware-sample-app/config/environment.rb
841
+ - sample-apps/retry-middleware-sample-app/config/environments/development.rb
842
+ - sample-apps/retry-middleware-sample-app/config/environments/production.rb
843
+ - sample-apps/retry-middleware-sample-app/config/environments/test.rb
844
+ - sample-apps/retry-middleware-sample-app/config/initializers/assets.rb
845
+ - sample-apps/retry-middleware-sample-app/config/initializers/filter_parameter_logging.rb
846
+ - sample-apps/retry-middleware-sample-app/config/initializers/hubspot-api-client.rb
847
+ - sample-apps/retry-middleware-sample-app/config/initializers/mime_types.rb
848
+ - sample-apps/retry-middleware-sample-app/config/initializers/wrap_parameters.rb
849
+ - sample-apps/retry-middleware-sample-app/config/locales/en.yml
850
+ - sample-apps/retry-middleware-sample-app/config/puma.rb
851
+ - sample-apps/retry-middleware-sample-app/config/routes.rb
852
+ - sample-apps/retry-middleware-sample-app/config/spring.rb
853
+ - sample-apps/retry-middleware-sample-app/db/seeds.rb
854
+ - sample-apps/retry-middleware-sample-app/docker-compose.yml
855
+ - sample-apps/retry-middleware-sample-app/docker-entrypoint.sh
856
+ - sample-apps/retry-middleware-sample-app/lib/assets/.keep
857
+ - sample-apps/retry-middleware-sample-app/lib/tasks/.keep
858
+ - sample-apps/retry-middleware-sample-app/lib/tasks/retry_middleware.rake
859
+ - sample-apps/retry-middleware-sample-app/log/.keep
860
+ - sample-apps/retry-middleware-sample-app/package.json
861
+ - sample-apps/retry-middleware-sample-app/public/404.html
862
+ - sample-apps/retry-middleware-sample-app/public/422.html
863
+ - sample-apps/retry-middleware-sample-app/public/500.html
864
+ - sample-apps/retry-middleware-sample-app/public/apple-touch-icon-precomposed.png
865
+ - sample-apps/retry-middleware-sample-app/public/apple-touch-icon.png
866
+ - sample-apps/retry-middleware-sample-app/public/favicon.ico
867
+ - sample-apps/retry-middleware-sample-app/public/robots.txt
868
+ - sample-apps/retry-middleware-sample-app/tmp/.keep
869
+ - sample-apps/webhooks-contacts-app/.env.template
870
+ - sample-apps/webhooks-contacts-app/.gitignore
871
+ - sample-apps/webhooks-contacts-app/.ruby-version
872
+ - sample-apps/webhooks-contacts-app/Dockerfile
873
+ - sample-apps/webhooks-contacts-app/Gemfile
874
+ - sample-apps/webhooks-contacts-app/Gemfile.lock
875
+ - sample-apps/webhooks-contacts-app/README.md
876
+ - sample-apps/webhooks-contacts-app/Rakefile
877
+ - sample-apps/webhooks-contacts-app/app/assets/config/manifest.js
878
+ - sample-apps/webhooks-contacts-app/app/assets/images/.keep
879
+ - sample-apps/webhooks-contacts-app/app/assets/javascripts/application.js
880
+ - sample-apps/webhooks-contacts-app/app/assets/javascripts/cable.js
881
+ - sample-apps/webhooks-contacts-app/app/assets/javascripts/channels/.keep
882
+ - sample-apps/webhooks-contacts-app/app/assets/stylesheets/application.css
883
+ - sample-apps/webhooks-contacts-app/app/controllers/application_controller.rb
884
+ - sample-apps/webhooks-contacts-app/app/controllers/concerns/.keep
885
+ - sample-apps/webhooks-contacts-app/app/controllers/concerns/exception_handler.rb
886
+ - sample-apps/webhooks-contacts-app/app/controllers/events_controller.rb
887
+ - sample-apps/webhooks-contacts-app/app/controllers/oauth/authorization_controller.rb
888
+ - sample-apps/webhooks-contacts-app/app/controllers/webhooks_controller.rb
889
+ - sample-apps/webhooks-contacts-app/app/helpers/application_helper.rb
890
+ - sample-apps/webhooks-contacts-app/app/lib/services/authorization/authorize_hubspot.rb
891
+ - sample-apps/webhooks-contacts-app/app/lib/services/authorization/get_authorization_uri.rb
892
+ - sample-apps/webhooks-contacts-app/app/lib/services/authorization/tokens/base.rb
893
+ - sample-apps/webhooks-contacts-app/app/lib/services/authorization/tokens/generate.rb
894
+ - sample-apps/webhooks-contacts-app/app/lib/services/authorization/tokens/refresh.rb
895
+ - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/contacts/get_batch.rb
896
+ - sample-apps/webhooks-contacts-app/app/lib/services/hubspot/webhooks/handle.rb
897
+ - sample-apps/webhooks-contacts-app/app/models/application_record.rb
898
+ - sample-apps/webhooks-contacts-app/app/models/concerns/.keep
899
+ - sample-apps/webhooks-contacts-app/app/models/event.rb
900
+ - sample-apps/webhooks-contacts-app/app/models/token.rb
901
+ - sample-apps/webhooks-contacts-app/app/views/events/index.html.erb
902
+ - sample-apps/webhooks-contacts-app/app/views/layouts/application.html.erb
903
+ - sample-apps/webhooks-contacts-app/app/views/oauth/authorization/login.html.erb
904
+ - sample-apps/webhooks-contacts-app/app/views/shared/_header.html.erb
905
+ - sample-apps/webhooks-contacts-app/bin/bundle
906
+ - sample-apps/webhooks-contacts-app/bin/rails
907
+ - sample-apps/webhooks-contacts-app/bin/rake
908
+ - sample-apps/webhooks-contacts-app/bin/setup
909
+ - sample-apps/webhooks-contacts-app/bin/spring
910
+ - sample-apps/webhooks-contacts-app/bin/update
911
+ - sample-apps/webhooks-contacts-app/bin/yarn
912
+ - sample-apps/webhooks-contacts-app/config.ru
913
+ - sample-apps/webhooks-contacts-app/config/application.rb
914
+ - sample-apps/webhooks-contacts-app/config/boot.rb
915
+ - sample-apps/webhooks-contacts-app/config/cable.yml
916
+ - sample-apps/webhooks-contacts-app/config/database.yml
917
+ - sample-apps/webhooks-contacts-app/config/environment.rb
918
+ - sample-apps/webhooks-contacts-app/config/environments/development.rb
919
+ - sample-apps/webhooks-contacts-app/config/environments/production.rb
920
+ - sample-apps/webhooks-contacts-app/config/environments/test.rb
921
+ - sample-apps/webhooks-contacts-app/config/initializers/assets.rb
922
+ - sample-apps/webhooks-contacts-app/config/initializers/filter_parameter_logging.rb
923
+ - sample-apps/webhooks-contacts-app/config/initializers/wrap_parameters.rb
924
+ - sample-apps/webhooks-contacts-app/config/locales/en.yml
925
+ - sample-apps/webhooks-contacts-app/config/puma.rb
926
+ - sample-apps/webhooks-contacts-app/config/routes.rb
927
+ - sample-apps/webhooks-contacts-app/config/spring.rb
928
+ - sample-apps/webhooks-contacts-app/db/migrate/20191202170347_create_tokens.rb
929
+ - sample-apps/webhooks-contacts-app/db/migrate/20200130113853_create_events.rb
930
+ - sample-apps/webhooks-contacts-app/db/schema.rb
931
+ - sample-apps/webhooks-contacts-app/docker-compose.yml
932
+ - sample-apps/webhooks-contacts-app/docker-entrypoint.sh
933
+ - sample-apps/webhooks-contacts-app/lib/assets/.keep
934
+ - sample-apps/webhooks-contacts-app/lib/tasks/.keep
935
+ - sample-apps/webhooks-contacts-app/log/.keep
936
+ - sample-apps/webhooks-contacts-app/package.json
937
+ - sample-apps/webhooks-contacts-app/public/404.html
938
+ - sample-apps/webhooks-contacts-app/public/422.html
939
+ - sample-apps/webhooks-contacts-app/public/500.html
940
+ - sample-apps/webhooks-contacts-app/public/apple-touch-icon-precomposed.png
941
+ - sample-apps/webhooks-contacts-app/public/apple-touch-icon.png
942
+ - sample-apps/webhooks-contacts-app/public/favicon.ico
943
+ - sample-apps/webhooks-contacts-app/public/robots.txt
944
+ - sample-apps/webhooks-contacts-app/public/sample.png
945
+ - sample-apps/webhooks-contacts-app/tmp/.keep
946
+ - spec/oauth/api/access_tokens_api_spec.rb
947
+ - spec/oauth/api/refresh_tokens_api_spec.rb
948
+ - spec/oauth/api/tokens_api_spec.rb
949
+ - spec/oauth/api_client_spec.rb
950
+ - spec/oauth/configuration_spec.rb
951
+ - spec/oauth/models/access_token_info_response_spec.rb
952
+ - spec/oauth/models/error_detail_spec.rb
953
+ - spec/oauth/models/error_spec.rb
954
+ - spec/oauth/models/json_node_spec.rb
955
+ - spec/oauth/models/refresh_token_info_response_spec.rb
956
+ - spec/oauth/models/refresh_token_spec.rb
957
+ - spec/objects/api/associations_api_spec.rb
958
+ - spec/objects/api/basic_api_spec.rb
959
+ - spec/objects/api/batch_api_spec.rb
960
+ - spec/objects/api/search_api_spec.rb
961
+ - spec/objects/api_client_spec.rb
962
+ - spec/objects/configuration_spec.rb
963
+ - spec/objects/models/batch_input_simple_public_object_batch_input_spec.rb
964
+ - spec/objects/models/batch_input_simple_public_object_id_spec.rb
965
+ - spec/objects/models/batch_input_simple_public_object_input_spec.rb
966
+ - spec/objects/models/batch_read_input_simple_public_object_id_spec.rb
967
+ - spec/objects/models/batch_response_simple_public_object_spec.rb
968
+ - spec/objects/models/collection_response_simple_public_object_id_spec.rb
969
+ - spec/objects/models/collection_response_simple_public_object_spec.rb
970
+ - spec/objects/models/collection_response_with_total_simple_public_object_spec.rb
971
+ - spec/objects/models/error_detail_spec.rb
972
+ - spec/objects/models/error_spec.rb
973
+ - spec/objects/models/filter_group_spec.rb
974
+ - spec/objects/models/filter_spec.rb
975
+ - spec/objects/models/next_page_spec.rb
976
+ - spec/objects/models/paging_spec.rb
977
+ - spec/objects/models/public_object_search_request_spec.rb
978
+ - spec/objects/models/simple_public_object_batch_input_spec.rb
979
+ - spec/objects/models/simple_public_object_id_spec.rb
980
+ - spec/objects/models/simple_public_object_input_spec.rb
981
+ - spec/objects/models/simple_public_object_spec.rb
982
+ - spec/owners/api/default_api_spec.rb
983
+ - spec/owners/api_client_spec.rb
984
+ - spec/owners/configuration_spec.rb
985
+ - spec/owners/models/collection_response_public_owner_spec.rb
986
+ - spec/owners/models/error_detail_spec.rb
987
+ - spec/owners/models/error_spec.rb
988
+ - spec/owners/models/next_page_spec.rb
989
+ - spec/owners/models/paging_spec.rb
990
+ - spec/owners/models/public_owner_spec.rb
991
+ - spec/owners/models/public_team_spec.rb
992
+ - spec/pipelines/api/pipeline_stages_api_spec.rb
993
+ - spec/pipelines/api/pipelines_api_spec.rb
994
+ - spec/pipelines/api_client_spec.rb
995
+ - spec/pipelines/configuration_spec.rb
996
+ - spec/pipelines/models/collection_response_pipeline_spec.rb
997
+ - spec/pipelines/models/collection_response_pipeline_stage_spec.rb
998
+ - spec/pipelines/models/error_detail_spec.rb
999
+ - spec/pipelines/models/error_spec.rb
1000
+ - spec/pipelines/models/next_page_spec.rb
1001
+ - spec/pipelines/models/paging_spec.rb
1002
+ - spec/pipelines/models/pipeline_input_spec.rb
1003
+ - spec/pipelines/models/pipeline_patch_input_spec.rb
1004
+ - spec/pipelines/models/pipeline_spec.rb
1005
+ - spec/pipelines/models/pipeline_stage_input_spec.rb
1006
+ - spec/pipelines/models/pipeline_stage_patch_input_spec.rb
1007
+ - spec/pipelines/models/pipeline_stage_spec.rb
1008
+ - spec/properties/api/batch_api_spec.rb
1009
+ - spec/properties/api/core_api_spec.rb
1010
+ - spec/properties/api/groups_api_spec.rb
1011
+ - spec/properties/api_client_spec.rb
1012
+ - spec/properties/configuration_spec.rb
1013
+ - spec/properties/models/batch_input_property_create_spec.rb
1014
+ - spec/properties/models/batch_input_property_name_spec.rb
1015
+ - spec/properties/models/batch_read_input_property_name_spec.rb
1016
+ - spec/properties/models/batch_response_property_spec.rb
1017
+ - spec/properties/models/collection_response_property_group_spec.rb
1018
+ - spec/properties/models/collection_response_property_spec.rb
1019
+ - spec/properties/models/error_detail_spec.rb
1020
+ - spec/properties/models/error_spec.rb
1021
+ - spec/properties/models/next_page_spec.rb
1022
+ - spec/properties/models/option_input_spec.rb
1023
+ - spec/properties/models/option_spec.rb
1024
+ - spec/properties/models/paging_spec.rb
1025
+ - spec/properties/models/property_create_spec.rb
1026
+ - spec/properties/models/property_group_create_spec.rb
1027
+ - spec/properties/models/property_group_spec.rb
1028
+ - spec/properties/models/property_group_update_spec.rb
1029
+ - spec/properties/models/property_modification_metadata_spec.rb
1030
+ - spec/properties/models/property_name_spec.rb
1031
+ - spec/properties/models/property_spec.rb
1032
+ - spec/properties/models/property_update_spec.rb
1033
+ - spec/spec_helper.rb
1034
+ homepage: https://github.com/HubSpot/hubspot-api-ruby
1035
+ licenses:
1036
+ - Unlicense
1037
+ metadata: {}
1038
+ post_install_message:
1039
+ rdoc_options: []
1040
+ require_paths:
1041
+ - lib
1042
+ required_ruby_version: !ruby/object:Gem::Requirement
1043
+ requirements:
1044
+ - - ">="
1045
+ - !ruby/object:Gem::Version
1046
+ version: '1.9'
1047
+ required_rubygems_version: !ruby/object:Gem::Requirement
1048
+ requirements:
1049
+ - - ">="
1050
+ - !ruby/object:Gem::Version
1051
+ version: '0'
1052
+ requirements: []
1053
+ rubygems_version: 3.0.6
1054
+ signing_key:
1055
+ specification_version: 4
1056
+ summary: HubSpot Ruby API Gem
1057
+ test_files:
1058
+ - spec/oauth/models/refresh_token_spec.rb
1059
+ - spec/oauth/models/error_spec.rb
1060
+ - spec/oauth/models/json_node_spec.rb
1061
+ - spec/oauth/models/error_detail_spec.rb
1062
+ - spec/oauth/models/refresh_token_info_response_spec.rb
1063
+ - spec/oauth/models/access_token_info_response_spec.rb
1064
+ - spec/oauth/api_client_spec.rb
1065
+ - spec/oauth/api/tokens_api_spec.rb
1066
+ - spec/oauth/api/access_tokens_api_spec.rb
1067
+ - spec/oauth/api/refresh_tokens_api_spec.rb
1068
+ - spec/oauth/configuration_spec.rb
1069
+ - spec/objects/models/batch_response_simple_public_object_spec.rb
1070
+ - spec/objects/models/collection_response_simple_public_object_id_spec.rb
1071
+ - spec/objects/models/next_page_spec.rb
1072
+ - spec/objects/models/batch_input_simple_public_object_id_spec.rb
1073
+ - spec/objects/models/paging_spec.rb
1074
+ - spec/objects/models/error_spec.rb
1075
+ - spec/objects/models/collection_response_with_total_simple_public_object_spec.rb
1076
+ - spec/objects/models/simple_public_object_batch_input_spec.rb
1077
+ - spec/objects/models/simple_public_object_id_spec.rb
1078
+ - spec/objects/models/simple_public_object_spec.rb
1079
+ - spec/objects/models/batch_read_input_simple_public_object_id_spec.rb
1080
+ - spec/objects/models/batch_input_simple_public_object_batch_input_spec.rb
1081
+ - spec/objects/models/collection_response_simple_public_object_spec.rb
1082
+ - spec/objects/models/filter_group_spec.rb
1083
+ - spec/objects/models/error_detail_spec.rb
1084
+ - spec/objects/models/batch_input_simple_public_object_input_spec.rb
1085
+ - spec/objects/models/simple_public_object_input_spec.rb
1086
+ - spec/objects/models/public_object_search_request_spec.rb
1087
+ - spec/objects/models/filter_spec.rb
1088
+ - spec/objects/api_client_spec.rb
1089
+ - spec/objects/api/associations_api_spec.rb
1090
+ - spec/objects/api/search_api_spec.rb
1091
+ - spec/objects/api/basic_api_spec.rb
1092
+ - spec/objects/api/batch_api_spec.rb
1093
+ - spec/objects/configuration_spec.rb
1094
+ - spec/owners/models/next_page_spec.rb
1095
+ - spec/owners/models/paging_spec.rb
1096
+ - spec/owners/models/collection_response_public_owner_spec.rb
1097
+ - spec/owners/models/error_spec.rb
1098
+ - spec/owners/models/public_owner_spec.rb
1099
+ - spec/owners/models/public_team_spec.rb
1100
+ - spec/owners/models/error_detail_spec.rb
1101
+ - spec/owners/api_client_spec.rb
1102
+ - spec/owners/api/default_api_spec.rb
1103
+ - spec/owners/configuration_spec.rb
1104
+ - spec/pipelines/models/pipeline_input_spec.rb
1105
+ - spec/pipelines/models/next_page_spec.rb
1106
+ - spec/pipelines/models/paging_spec.rb
1107
+ - spec/pipelines/models/error_spec.rb
1108
+ - spec/pipelines/models/pipeline_spec.rb
1109
+ - spec/pipelines/models/pipeline_stage_input_spec.rb
1110
+ - spec/pipelines/models/collection_response_pipeline_spec.rb
1111
+ - spec/pipelines/models/pipeline_stage_patch_input_spec.rb
1112
+ - spec/pipelines/models/collection_response_pipeline_stage_spec.rb
1113
+ - spec/pipelines/models/error_detail_spec.rb
1114
+ - spec/pipelines/models/pipeline_stage_spec.rb
1115
+ - spec/pipelines/models/pipeline_patch_input_spec.rb
1116
+ - spec/pipelines/api_client_spec.rb
1117
+ - spec/pipelines/api/pipeline_stages_api_spec.rb
1118
+ - spec/pipelines/api/pipelines_api_spec.rb
1119
+ - spec/pipelines/configuration_spec.rb
1120
+ - spec/properties/models/batch_input_property_name_spec.rb
1121
+ - spec/properties/models/property_group_update_spec.rb
1122
+ - spec/properties/models/next_page_spec.rb
1123
+ - spec/properties/models/paging_spec.rb
1124
+ - spec/properties/models/collection_response_property_group_spec.rb
1125
+ - spec/properties/models/error_spec.rb
1126
+ - spec/properties/models/batch_response_property_spec.rb
1127
+ - spec/properties/models/property_create_spec.rb
1128
+ - spec/properties/models/property_group_spec.rb
1129
+ - spec/properties/models/option_input_spec.rb
1130
+ - spec/properties/models/property_group_create_spec.rb
1131
+ - spec/properties/models/batch_input_property_create_spec.rb
1132
+ - spec/properties/models/error_detail_spec.rb
1133
+ - spec/properties/models/property_name_spec.rb
1134
+ - spec/properties/models/batch_read_input_property_name_spec.rb
1135
+ - spec/properties/models/property_modification_metadata_spec.rb
1136
+ - spec/properties/models/collection_response_property_spec.rb
1137
+ - spec/properties/models/property_update_spec.rb
1138
+ - spec/properties/models/option_spec.rb
1139
+ - spec/properties/models/property_spec.rb
1140
+ - spec/properties/api_client_spec.rb
1141
+ - spec/properties/api/groups_api_spec.rb
1142
+ - spec/properties/api/core_api_spec.rb
1143
+ - spec/properties/api/batch_api_spec.rb
1144
+ - spec/properties/configuration_spec.rb
1145
+ - spec/spec_helper.rb