hubspot-api-client 10.0.1 → 11.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (226) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +17 -0
  3. data/Gemfile.lock +4 -4
  4. data/README.md +4 -0
  5. data/lib/hubspot/codegen/cms/audit-logs/api/{default_api.rb → audit_logs_api.rb} +3 -3
  6. data/lib/hubspot/codegen/cms/blogs/authors/api/{default_api.rb → author_api.rb} +28 -28
  7. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/{default_api.rb → blog_post_api.rb} +62 -62
  8. data/lib/hubspot/codegen/cms/blogs/tags/api/{default_api.rb → tag_api.rb} +28 -28
  9. data/lib/hubspot/codegen/cms/domains/api/domains_api.rb +2 -2
  10. data/lib/hubspot/codegen/cms/domains/configuration.rb +0 -7
  11. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +102 -102
  12. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +21 -21
  13. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +100 -108
  14. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +1 -1
  15. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  16. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +1 -1
  17. data/lib/hubspot/codegen/cms/hubdb/models/{batch_input_hub_db_table_row_v3.rb → batch_input_hub_db_table_row_v3_request.rb} +5 -5
  18. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +1 -1
  19. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +1 -1
  20. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +1 -1
  21. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +1 -1
  22. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +1 -1
  23. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +1 -1
  24. data/lib/hubspot/codegen/cms/hubdb/models/{column_input.rb → column_request.rb} +71 -47
  25. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +1 -1
  26. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +1 -1
  27. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +1 -1
  28. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
  29. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +4 -9
  30. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +12 -27
  31. data/lib/hubspot/codegen/cms/hubdb/models/{hub_db_table_row_v3_input.rb → hub_db_table_row_v3_request.rb} +25 -20
  32. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +1 -1
  33. data/lib/hubspot/codegen/cms/hubdb/models/{hub_db_table_v3_input.rb → hub_db_table_v3_request.rb} +53 -53
  34. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +1 -1
  35. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +1 -1
  36. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +1 -1
  37. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +1 -1
  38. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +1 -1
  39. data/lib/hubspot/codegen/cms/performance/api/{default_api.rb → public_performance_api.rb} +5 -5
  40. data/lib/hubspot/codegen/cms/site-search/api/{default_api.rb → public_api.rb} +7 -7
  41. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +15 -15
  42. data/lib/hubspot/codegen/communication_preferences/api/definition_api.rb +80 -0
  43. data/lib/hubspot/codegen/communication_preferences/api/status_api.rb +214 -0
  44. data/lib/hubspot/codegen/communication_preferences/api_client.rb +404 -0
  45. data/lib/hubspot/codegen/communication_preferences/api_error.rb +59 -0
  46. data/lib/hubspot/codegen/communication_preferences/configuration.rb +254 -0
  47. data/lib/hubspot/codegen/communication_preferences/models/error.rb +290 -0
  48. data/lib/hubspot/codegen/communication_preferences/models/error_detail.rb +256 -0
  49. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_status.rb +372 -0
  50. data/lib/hubspot/codegen/communication_preferences/models/public_subscription_statuses_response.rb +231 -0
  51. data/lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb +283 -0
  52. data/lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb +339 -0
  53. data/lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb +216 -0
  54. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +0 -8
  55. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +0 -4
  56. data/lib/hubspot/codegen/crm/companies/models/filter.rb +3 -2
  57. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +0 -8
  58. data/lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb +150 -0
  59. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +0 -4
  60. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +3 -2
  61. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +0 -8
  62. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +0 -4
  63. data/lib/hubspot/codegen/crm/deals/models/filter.rb +3 -2
  64. data/lib/hubspot/codegen/crm/imports/api/core_api.rb +2 -2
  65. data/lib/hubspot/codegen/crm/imports/api/{default_api.rb → public_imports_api.rb} +8 -8
  66. data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +4 -4
  67. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +0 -8
  68. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +0 -4
  69. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +3 -2
  70. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +0 -8
  71. data/lib/hubspot/codegen/crm/objects/api/gdpr_api.rb +162 -0
  72. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +0 -4
  73. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +0 -2
  74. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +0 -4
  75. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +3 -2
  76. data/lib/hubspot/codegen/crm/objects/models/filter.rb +3 -2
  77. data/lib/hubspot/codegen/crm/owners/api/{default_api.rb → owners_api.rb} +6 -6
  78. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +0 -8
  79. data/lib/hubspot/codegen/crm/products/api/search_api.rb +0 -4
  80. data/lib/hubspot/codegen/crm/products/models/filter.rb +3 -2
  81. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +0 -2
  82. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +0 -4
  83. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +3 -2
  84. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +3 -3
  85. data/lib/hubspot/codegen/crm/schemas/api/{default_api.rb → public_object_schemas_api.rb} +4 -4
  86. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +0 -8
  87. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +0 -4
  88. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +3 -2
  89. data/lib/hubspot/codegen/crm/timeline/api/templates_api.rb +3 -3
  90. data/lib/hubspot/codegen/crm/timeline/models/{collection_response_timeline_event_template.rb → collection_response_timeline_event_template_no_paging.rb} +7 -17
  91. data/lib/hubspot/codegen/files/files/api/files_api.rb +12 -6
  92. data/lib/hubspot/codegen/files/files/api/folders_api.rb +12 -0
  93. data/lib/hubspot/codegen/files/files/models/collection_response_file.rb +1 -1
  94. data/lib/hubspot/codegen/files/files/models/error_category.rb +18 -18
  95. data/lib/hubspot/codegen/marketing/transactional/api/{default_api.rb → public_smtp_tokens_api.rb} +14 -74
  96. data/lib/hubspot/codegen/marketing/transactional/api/single_send_api.rb +86 -0
  97. data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +82 -0
  98. data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +140 -0
  99. data/lib/hubspot/codegen/oauth/api/tokens_api.rb +100 -0
  100. data/lib/hubspot/codegen/oauth/models/access_token_info_response.rb +33 -1
  101. data/lib/hubspot/codegen/oauth/models/token_response_if.rb +27 -4
  102. data/lib/hubspot/version.rb +1 -1
  103. data/lib/hubspot-api-client.rb +16 -3
  104. data/pkg/hubspot-api-client-10.1.1.gem +0 -0
  105. data/spec/codegen/cms/audit-logs/api/{default_api_spec.rb → audit_logs_api_spec.rb} +6 -6
  106. data/spec/codegen/cms/blogs/authors/api/{default_api_spec.rb → author_api_spec.rb} +6 -6
  107. data/spec/codegen/cms/blogs/blog-posts/api/{default_api_spec.rb → blog_post_api_spec.rb} +6 -6
  108. data/spec/codegen/cms/blogs/tags/api/{default_api_spec.rb → tag_api_spec.rb} +6 -6
  109. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +18 -18
  110. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +4 -4
  111. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +35 -36
  112. data/spec/codegen/cms/hubdb/models/{batch_input_hub_db_table_row_v3_spec.rb → batch_input_hub_db_table_row_v3_request_spec.rb} +7 -7
  113. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +1 -1
  114. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +1 -1
  115. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +1 -1
  116. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +1 -1
  117. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +1 -1
  118. data/spec/codegen/cms/hubdb/models/{column_input_spec.rb → column_request_spec.rb} +14 -22
  119. data/spec/codegen/cms/hubdb/models/column_spec.rb +1 -1
  120. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +1 -1
  121. data/spec/codegen/cms/hubdb/models/error_spec.rb +1 -1
  122. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +1 -1
  123. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +1 -1
  124. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +1 -1
  125. data/spec/codegen/cms/hubdb/models/{hub_db_table_row_v3_input_spec.rb → hub_db_table_row_v3_request_spec.rb} +10 -10
  126. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +7 -1
  127. data/spec/codegen/cms/hubdb/models/{hub_db_table_v3_input_spec.rb → hub_db_table_v3_request_spec.rb} +13 -13
  128. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +1 -1
  129. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +1 -1
  130. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +1 -1
  131. data/spec/codegen/cms/hubdb/models/option_spec.rb +1 -1
  132. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +1 -1
  133. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +1 -1
  134. data/spec/codegen/cms/performance/api/{default_api_spec.rb → public_performance_api_spec.rb} +6 -6
  135. data/spec/codegen/cms/site-search/api/{default_api_spec.rb → public_api_spec.rb} +6 -6
  136. data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +2 -2
  137. data/spec/codegen/communication_preferences/api/definition_api_spec.rb +46 -0
  138. data/spec/codegen/communication_preferences/api/status_api_spec.rb +71 -0
  139. data/spec/codegen/communication_preferences/models/error_detail_spec.rb +65 -0
  140. data/spec/codegen/communication_preferences/models/error_spec.rb +77 -0
  141. data/spec/codegen/communication_preferences/models/public_subscription_status_spec.rb +101 -0
  142. data/spec/codegen/communication_preferences/models/public_subscription_statuses_response_spec.rb +47 -0
  143. data/spec/codegen/communication_preferences/models/public_update_subscription_status_request_spec.rb +63 -0
  144. data/spec/codegen/communication_preferences/models/subscription_definition_spec.rb +95 -0
  145. data/spec/codegen/communication_preferences/models/subscription_definitions_response_spec.rb +41 -0
  146. data/spec/codegen/crm/companies/api/batch_api_spec.rb +0 -4
  147. data/spec/codegen/crm/companies/api/search_api_spec.rb +0 -2
  148. data/spec/codegen/crm/companies/models/filter_spec.rb +1 -1
  149. data/spec/codegen/crm/contacts/api/batch_api_spec.rb +0 -4
  150. data/spec/codegen/crm/contacts/api/gdpr_api_spec.rb +59 -0
  151. data/spec/codegen/crm/contacts/api/search_api_spec.rb +0 -2
  152. data/spec/codegen/crm/contacts/models/filter_spec.rb +1 -1
  153. data/spec/codegen/crm/deals/api/batch_api_spec.rb +0 -4
  154. data/spec/codegen/crm/deals/api/search_api_spec.rb +0 -2
  155. data/spec/codegen/crm/deals/models/filter_spec.rb +1 -1
  156. data/spec/codegen/crm/extensions/calling/api/settings_api_spec.rb +2 -2
  157. data/spec/codegen/crm/extensions/calling/models/settings_patch_request_spec.rb +6 -0
  158. data/spec/codegen/crm/extensions/calling/models/settings_request_spec.rb +6 -0
  159. data/spec/codegen/crm/extensions/calling/models/settings_response_spec.rb +6 -0
  160. data/spec/codegen/crm/extensions/cards/api/cards_api_spec.rb +2 -2
  161. data/spec/codegen/crm/imports/api/{default_api_spec.rb → public_imports_api_spec.rb} +8 -8
  162. data/spec/codegen/crm/imports/models/public_import_error_spec.rb +2 -2
  163. data/spec/codegen/crm/line_items/api/batch_api_spec.rb +0 -4
  164. data/spec/codegen/crm/line_items/api/search_api_spec.rb +0 -2
  165. data/spec/codegen/crm/line_items/models/filter_spec.rb +1 -1
  166. data/spec/codegen/crm/objects/api/batch_api_spec.rb +0 -4
  167. data/spec/codegen/crm/objects/api/gdpr_api_spec.rb +61 -0
  168. data/spec/codegen/crm/objects/api/search_api_spec.rb +0 -2
  169. data/spec/codegen/crm/objects/feedback_submissions/api/batch_api_spec.rb +0 -1
  170. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +0 -2
  171. data/spec/codegen/crm/objects/feedback_submissions/models/filter_spec.rb +1 -1
  172. data/spec/codegen/crm/objects/models/filter_spec.rb +1 -1
  173. data/spec/codegen/crm/owners/api/{default_api_spec.rb → owners_api_spec.rb} +6 -6
  174. data/spec/codegen/crm/products/api/batch_api_spec.rb +0 -4
  175. data/spec/codegen/crm/products/api/search_api_spec.rb +0 -2
  176. data/spec/codegen/crm/products/models/filter_spec.rb +1 -1
  177. data/spec/codegen/crm/quotes/api/batch_api_spec.rb +0 -1
  178. data/spec/codegen/crm/quotes/api/search_api_spec.rb +0 -2
  179. data/spec/codegen/crm/quotes/models/filter_spec.rb +1 -1
  180. data/spec/codegen/crm/schemas/api/{default_api_spec.rb → public_object_schemas_api_spec.rb} +6 -6
  181. data/spec/codegen/crm/tickets/api/batch_api_spec.rb +0 -4
  182. data/spec/codegen/crm/tickets/api/search_api_spec.rb +0 -2
  183. data/spec/codegen/crm/tickets/models/filter_spec.rb +1 -1
  184. data/spec/codegen/crm/timeline/api/templates_api_spec.rb +1 -1
  185. data/spec/codegen/crm/timeline/models/{collection_response_timeline_event_template_spec.rb → collection_response_timeline_event_template_no_paging_spec.rb} +6 -12
  186. data/spec/codegen/files/files/api/files_api_spec.rb +4 -2
  187. data/spec/codegen/files/files/api/folders_api_spec.rb +4 -0
  188. data/spec/codegen/files/files/models/error_category_spec.rb +6 -6
  189. data/spec/codegen/marketing/transactional/api/{default_api_spec.rb → public_smtp_tokens_api_spec.rb} +6 -18
  190. data/spec/codegen/marketing/transactional/api/single_send_api_spec.rb +47 -0
  191. data/spec/codegen/oauth/api/access_tokens_api_spec.rb +45 -0
  192. data/spec/codegen/oauth/api/{default_api_spec.rb → refresh_tokens_api_spec.rb} +6 -31
  193. data/spec/codegen/oauth/api/tokens_api_spec.rb +50 -0
  194. data/spec/codegen/oauth/models/access_token_info_response_spec.rb +12 -0
  195. data/spec/codegen/oauth/models/token_response_if_spec.rb +12 -0
  196. data/spec/features/cms/audit-logs/{default_api_spec.rb → audit_logs_api_spec.rb} +4 -4
  197. data/spec/features/cms/blogs/authors/{default_api_spec.rb → author_api_spec.rb} +28 -28
  198. data/spec/features/cms/blogs/blog-posts/{default_api_spec.rb → blog_post_api_spec.rb} +2 -2
  199. data/spec/features/cms/blogs/tags/{default_api_spec.rb → tag_api_spec.rb} +2 -2
  200. data/spec/features/cms/hubdb/tables_api_spec.rb +1 -1
  201. data/spec/features/cms/perfomance/public_perfomance_api_spec.rb +8 -0
  202. data/spec/features/cms/site-search/{default_api_spec.rb → public_api_spec.rb} +2 -2
  203. data/spec/features/communication_preferences/definition_api_spec.rb +7 -0
  204. data/spec/features/communication_preferences/status_api_spec.rb +9 -0
  205. data/spec/features/crm/contacts/gdpr_api_spec.rb +8 -0
  206. data/spec/features/crm/objects/gdpr_api_spec.rb +8 -0
  207. data/spec/features/crm/owners/{default_api_spec.rb → owners_api_spec.rb} +2 -2
  208. data/spec/features/crm/schemas/public_object_schemas_api_spec.rb +7 -0
  209. data/spec/features/marketing/transactional/{default_api_spec.rb → public_smtp_tokens_api_spec.rb} +2 -3
  210. data/spec/features/marketing/transactional/single_send_api_spec.rb +7 -0
  211. data/spec/features/oauth/access_tokens_api_spec.rb +7 -0
  212. data/spec/features/oauth/refresh_tokens_api_spec.rb +8 -0
  213. data/spec/features/oauth/tokens_api_spec.rb +7 -0
  214. metadata +130 -82
  215. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +0 -241
  216. data/lib/hubspot/codegen/crm/timeline/models/next_page.rb +0 -224
  217. data/lib/hubspot/codegen/crm/timeline/models/paging.rb +0 -219
  218. data/lib/hubspot/codegen/crm/timeline/models/previous_page.rb +0 -224
  219. data/lib/hubspot/codegen/oauth/api/default_api.rb +0 -270
  220. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +0 -59
  221. data/spec/codegen/crm/timeline/models/next_page_spec.rb +0 -47
  222. data/spec/codegen/crm/timeline/models/paging_spec.rb +0 -47
  223. data/spec/codegen/crm/timeline/models/previous_page_spec.rb +0 -47
  224. data/spec/features/cms/perfomance/default_api_spec.rb +0 -8
  225. data/spec/features/crm/schemas/default_api_spec.rb +0 -7
  226. data/spec/features/oauth/default_api_spec.rb +0 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7e237972f3e1843e28d56c91e154cce8f756920bd9822b227a9f4818178830e
4
- data.tar.gz: 39d168f6d899f60de7a7cfd679e90c446e18daeb7218c1bdaf71fd0c63738bd6
3
+ metadata.gz: dd888658c9c0cc15a649689283777ae7549822cc23aae28f1bbf0c0bc34e3c22
4
+ data.tar.gz: 57daa809842df882bbcf2665f53220f54377e565ae3d5753848a15cc21752590
5
5
  SHA512:
6
- metadata.gz: acf8984f3b41b74b03c977181a872224d738890f8abb4d1920b2b8c82e24ae556b3e3cd16054df865a716caf7f3ad935623183ca4a72d30ecebc7e406ebf7222
7
- data.tar.gz: f47ad82c7bcbfe5ddfcf8d0e88c322219f795c86a9d3f1bd1c065fbba5b87d8745607f589ff8027997d3b1468dd24f7e523afadda59ca37b715e83b9959063e2
6
+ metadata.gz: ccfac78fee61915505f85c358efc1bb99ccd32e3250477c2c6d3f1e6e81308efb6a9dfceee83c392fb099d259cbe091bec05b00e66d722d45105647d346eb94a
7
+ data.tar.gz: '08390b483ca63ca77597992930faf3924f579466cd0ef0ce468864bd7f5b361c82a88d7bccffcff8eb709285450bcd8dba4e1f03e4780b7cfc762a43d04d9af4'
data/CHANGELOG.md CHANGED
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [11.1.1] - 2021-11-10
9
+
10
+ - fixed type for the file collection response
11
+
12
+ ## [11.1.0] - 2021-09-10
13
+
14
+ - added GDPR api modules
15
+ - updated generated code
16
+
17
+ ## [11.0.0] - 2021-08-20
18
+
19
+ - new generated code with updated class names
20
+
21
+ ## [10.1.0] - 2021-06-08
22
+
23
+ - added CommunicationPreferences api module
24
+
8
25
  ## [10.0.0] - 2021-04-15
9
26
 
10
27
  - retry fix
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hubspot-api-client (10.0.1)
4
+ hubspot-api-client (11.1.1)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  require_all (~> 3.0.0)
7
7
  typhoeus (~> 1.4.0)
@@ -18,11 +18,11 @@ GEM
18
18
  autotest-rails-pure (4.1.2)
19
19
  crack (0.4.4)
20
20
  diff-lcs (1.4.4)
21
- ethon (0.13.0)
21
+ ethon (0.15.0)
22
22
  ffi (>= 1.15.0)
23
- ffi (1.15.0)
23
+ ffi (1.15.4)
24
24
  hashdiff (1.0.1)
25
- json (2.5.1)
25
+ json (2.6.1)
26
26
  public_suffix (4.0.6)
27
27
  rake (12.3.3)
28
28
  rake-release (1.2.1)
data/README.md CHANGED
@@ -116,3 +116,7 @@ basic_api = ::Hubspot::Crm::Companies::BasicApi.new(api_client)
116
116
  end
117
117
 
118
118
  ```
119
+
120
+ ### Sample apps
121
+
122
+ Please, take a look at our [Sample apps](https://github.com/HubSpot/sample-apps-list)
@@ -15,7 +15,7 @@ require 'cgi'
15
15
  module Hubspot
16
16
  module Cms
17
17
  module AuditLogs
18
- class DefaultApi
18
+ class AuditLogsApi
19
19
  attr_accessor :api_client
20
20
 
21
21
  def initialize(api_client = ApiClient.default)
@@ -52,7 +52,7 @@ module Hubspot
52
52
  # @return [Array<(CollectionResponsePublicAuditLog, Integer, Hash)>] CollectionResponsePublicAuditLog data, response status code and response headers
53
53
  def get_page_with_http_info(opts = {})
54
54
  if @api_client.config.debugging
55
- @api_client.config.logger.debug 'Calling API: DefaultApi.get_page ...'
55
+ @api_client.config.logger.debug 'Calling API: AuditLogsApi.get_page ...'
56
56
  end
57
57
  # resource path
58
58
  local_var_path = '/cms/v3/audit-logs/'
@@ -96,7 +96,7 @@ module Hubspot
96
96
 
97
97
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
98
98
  if @api_client.config.debugging
99
- @api_client.config.logger.debug "API called: DefaultApi#get_page\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
99
+ @api_client.config.logger.debug "API called: AuditLogsApi#get_page\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
100
100
  end
101
101
  return data, status_code, headers
102
102
  end
@@ -16,7 +16,7 @@ module Hubspot
16
16
  module Cms
17
17
  module Blogs
18
18
  module Authors
19
- class DefaultApi
19
+ class AuthorApi
20
20
  attr_accessor :api_client
21
21
 
22
22
  def initialize(api_client = ApiClient.default)
@@ -41,11 +41,11 @@ module Hubspot
41
41
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
42
42
  def archive_with_http_info(object_id, opts = {})
43
43
  if @api_client.config.debugging
44
- @api_client.config.logger.debug 'Calling API: DefaultApi.archive ...'
44
+ @api_client.config.logger.debug 'Calling API: AuthorApi.archive ...'
45
45
  end
46
46
  # verify the required parameter 'object_id' is set
47
47
  if @api_client.config.client_side_validation && object_id.nil?
48
- fail ArgumentError, "Missing the required parameter 'object_id' when calling DefaultApi.archive"
48
+ fail ArgumentError, "Missing the required parameter 'object_id' when calling AuthorApi.archive"
49
49
  end
50
50
  # resource path
51
51
  local_var_path = '/cms/v3/blogs/authors/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
@@ -82,7 +82,7 @@ module Hubspot
82
82
 
83
83
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
84
84
  if @api_client.config.debugging
85
- @api_client.config.logger.debug "API called: DefaultApi#archive\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
85
+ @api_client.config.logger.debug "API called: AuthorApi#archive\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
86
86
  end
87
87
  return data, status_code, headers
88
88
  end
@@ -104,11 +104,11 @@ module Hubspot
104
104
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
105
105
  def archive_batch_with_http_info(batch_input_string, opts = {})
106
106
  if @api_client.config.debugging
107
- @api_client.config.logger.debug 'Calling API: DefaultApi.archive_batch ...'
107
+ @api_client.config.logger.debug 'Calling API: AuthorApi.archive_batch ...'
108
108
  end
109
109
  # verify the required parameter 'batch_input_string' is set
110
110
  if @api_client.config.client_side_validation && batch_input_string.nil?
111
- fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling DefaultApi.archive_batch"
111
+ fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling AuthorApi.archive_batch"
112
112
  end
113
113
  # resource path
114
114
  local_var_path = '/cms/v3/blogs/authors/batch/archive'
@@ -146,7 +146,7 @@ module Hubspot
146
146
 
147
147
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
148
148
  if @api_client.config.debugging
149
- @api_client.config.logger.debug "API called: DefaultApi#archive_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
149
+ @api_client.config.logger.debug "API called: AuthorApi#archive_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
150
150
  end
151
151
  return data, status_code, headers
152
152
  end
@@ -168,11 +168,11 @@ module Hubspot
168
168
  # @return [Array<(BlogAuthor, Integer, Hash)>] BlogAuthor data, response status code and response headers
169
169
  def create_with_http_info(blog_author, opts = {})
170
170
  if @api_client.config.debugging
171
- @api_client.config.logger.debug 'Calling API: DefaultApi.create ...'
171
+ @api_client.config.logger.debug 'Calling API: AuthorApi.create ...'
172
172
  end
173
173
  # verify the required parameter 'blog_author' is set
174
174
  if @api_client.config.client_side_validation && blog_author.nil?
175
- fail ArgumentError, "Missing the required parameter 'blog_author' when calling DefaultApi.create"
175
+ fail ArgumentError, "Missing the required parameter 'blog_author' when calling AuthorApi.create"
176
176
  end
177
177
  # resource path
178
178
  local_var_path = '/cms/v3/blogs/authors'
@@ -210,7 +210,7 @@ module Hubspot
210
210
 
211
211
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
212
212
  if @api_client.config.debugging
213
- @api_client.config.logger.debug "API called: DefaultApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
213
+ @api_client.config.logger.debug "API called: AuthorApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
214
214
  end
215
215
  return data, status_code, headers
216
216
  end
@@ -232,11 +232,11 @@ module Hubspot
232
232
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
233
233
  def create_batch_with_http_info(batch_input_blog_author, opts = {})
234
234
  if @api_client.config.debugging
235
- @api_client.config.logger.debug 'Calling API: DefaultApi.create_batch ...'
235
+ @api_client.config.logger.debug 'Calling API: AuthorApi.create_batch ...'
236
236
  end
237
237
  # verify the required parameter 'batch_input_blog_author' is set
238
238
  if @api_client.config.client_side_validation && batch_input_blog_author.nil?
239
- fail ArgumentError, "Missing the required parameter 'batch_input_blog_author' when calling DefaultApi.create_batch"
239
+ fail ArgumentError, "Missing the required parameter 'batch_input_blog_author' when calling AuthorApi.create_batch"
240
240
  end
241
241
  # resource path
242
242
  local_var_path = '/cms/v3/blogs/authors/batch/create'
@@ -274,7 +274,7 @@ module Hubspot
274
274
 
275
275
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
276
276
  if @api_client.config.debugging
277
- @api_client.config.logger.debug "API called: DefaultApi#create_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
277
+ @api_client.config.logger.debug "API called: AuthorApi#create_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
278
278
  end
279
279
  return data, status_code, headers
280
280
  end
@@ -298,11 +298,11 @@ module Hubspot
298
298
  # @return [Array<(BlogAuthor, Integer, Hash)>] BlogAuthor data, response status code and response headers
299
299
  def get_by_id_with_http_info(object_id, opts = {})
300
300
  if @api_client.config.debugging
301
- @api_client.config.logger.debug 'Calling API: DefaultApi.get_by_id ...'
301
+ @api_client.config.logger.debug 'Calling API: AuthorApi.get_by_id ...'
302
302
  end
303
303
  # verify the required parameter 'object_id' is set
304
304
  if @api_client.config.client_side_validation && object_id.nil?
305
- fail ArgumentError, "Missing the required parameter 'object_id' when calling DefaultApi.get_by_id"
305
+ fail ArgumentError, "Missing the required parameter 'object_id' when calling AuthorApi.get_by_id"
306
306
  end
307
307
  # resource path
308
308
  local_var_path = '/cms/v3/blogs/authors/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
@@ -339,7 +339,7 @@ module Hubspot
339
339
 
340
340
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
341
341
  if @api_client.config.debugging
342
- @api_client.config.logger.debug "API called: DefaultApi#get_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
342
+ @api_client.config.logger.debug "API called: AuthorApi#get_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
343
343
  end
344
344
  return data, status_code, headers
345
345
  end
@@ -379,7 +379,7 @@ module Hubspot
379
379
  # @return [Array<(CollectionResponseWithTotalBlogAuthorForwardPaging, Integer, Hash)>] CollectionResponseWithTotalBlogAuthorForwardPaging data, response status code and response headers
380
380
  def get_page_with_http_info(opts = {})
381
381
  if @api_client.config.debugging
382
- @api_client.config.logger.debug 'Calling API: DefaultApi.get_page ...'
382
+ @api_client.config.logger.debug 'Calling API: AuthorApi.get_page ...'
383
383
  end
384
384
  # resource path
385
385
  local_var_path = '/cms/v3/blogs/authors'
@@ -425,7 +425,7 @@ module Hubspot
425
425
 
426
426
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
427
427
  if @api_client.config.debugging
428
- @api_client.config.logger.debug "API called: DefaultApi#get_page\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
428
+ @api_client.config.logger.debug "API called: AuthorApi#get_page\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
429
429
  end
430
430
  return data, status_code, headers
431
431
  end
@@ -449,11 +449,11 @@ module Hubspot
449
449
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
450
450
  def read_batch_with_http_info(batch_input_string, opts = {})
451
451
  if @api_client.config.debugging
452
- @api_client.config.logger.debug 'Calling API: DefaultApi.read_batch ...'
452
+ @api_client.config.logger.debug 'Calling API: AuthorApi.read_batch ...'
453
453
  end
454
454
  # verify the required parameter 'batch_input_string' is set
455
455
  if @api_client.config.client_side_validation && batch_input_string.nil?
456
- fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling DefaultApi.read_batch"
456
+ fail ArgumentError, "Missing the required parameter 'batch_input_string' when calling AuthorApi.read_batch"
457
457
  end
458
458
  # resource path
459
459
  local_var_path = '/cms/v3/blogs/authors/batch/read'
@@ -492,7 +492,7 @@ module Hubspot
492
492
 
493
493
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
494
494
  if @api_client.config.debugging
495
- @api_client.config.logger.debug "API called: DefaultApi#read_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
495
+ @api_client.config.logger.debug "API called: AuthorApi#read_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
496
496
  end
497
497
  return data, status_code, headers
498
498
  end
@@ -518,15 +518,15 @@ module Hubspot
518
518
  # @return [Array<(BlogAuthor, Integer, Hash)>] BlogAuthor data, response status code and response headers
519
519
  def update_with_http_info(object_id, blog_author, opts = {})
520
520
  if @api_client.config.debugging
521
- @api_client.config.logger.debug 'Calling API: DefaultApi.update ...'
521
+ @api_client.config.logger.debug 'Calling API: AuthorApi.update ...'
522
522
  end
523
523
  # verify the required parameter 'object_id' is set
524
524
  if @api_client.config.client_side_validation && object_id.nil?
525
- fail ArgumentError, "Missing the required parameter 'object_id' when calling DefaultApi.update"
525
+ fail ArgumentError, "Missing the required parameter 'object_id' when calling AuthorApi.update"
526
526
  end
527
527
  # verify the required parameter 'blog_author' is set
528
528
  if @api_client.config.client_side_validation && blog_author.nil?
529
- fail ArgumentError, "Missing the required parameter 'blog_author' when calling DefaultApi.update"
529
+ fail ArgumentError, "Missing the required parameter 'blog_author' when calling AuthorApi.update"
530
530
  end
531
531
  # resource path
532
532
  local_var_path = '/cms/v3/blogs/authors/{objectId}'.sub('{' + 'objectId' + '}', CGI.escape(object_id.to_s))
@@ -565,7 +565,7 @@ module Hubspot
565
565
 
566
566
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
567
567
  if @api_client.config.debugging
568
- @api_client.config.logger.debug "API called: DefaultApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
568
+ @api_client.config.logger.debug "API called: AuthorApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
569
569
  end
570
570
  return data, status_code, headers
571
571
  end
@@ -589,11 +589,11 @@ module Hubspot
589
589
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
590
590
  def update_batch_with_http_info(batch_input_json_node, opts = {})
591
591
  if @api_client.config.debugging
592
- @api_client.config.logger.debug 'Calling API: DefaultApi.update_batch ...'
592
+ @api_client.config.logger.debug 'Calling API: AuthorApi.update_batch ...'
593
593
  end
594
594
  # verify the required parameter 'batch_input_json_node' is set
595
595
  if @api_client.config.client_side_validation && batch_input_json_node.nil?
596
- fail ArgumentError, "Missing the required parameter 'batch_input_json_node' when calling DefaultApi.update_batch"
596
+ fail ArgumentError, "Missing the required parameter 'batch_input_json_node' when calling AuthorApi.update_batch"
597
597
  end
598
598
  # resource path
599
599
  local_var_path = '/cms/v3/blogs/authors/batch/update'
@@ -632,7 +632,7 @@ module Hubspot
632
632
 
633
633
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
634
634
  if @api_client.config.debugging
635
- @api_client.config.logger.debug "API called: DefaultApi#update_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
635
+ @api_client.config.logger.debug "API called: AuthorApi#update_batch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
636
636
  end
637
637
  return data, status_code, headers
638
638
  end