hubspot-api-client 9.4.0 → 10.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (376) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -0
  3. data/Gemfile.lock +4 -4
  4. data/LICENSE +201 -0
  5. data/README.md +1 -1
  6. data/hubspot-api-client.gemspec +1 -1
  7. data/lib/hubspot/codegen/automation/actions/api_client.rb +14 -0
  8. data/lib/hubspot/codegen/cms/audit-logs/api_client.rb +14 -0
  9. data/lib/hubspot/codegen/cms/blogs/authors/api/default_api.rb +2 -2
  10. data/lib/hubspot/codegen/cms/blogs/authors/api_client.rb +14 -0
  11. data/lib/hubspot/codegen/cms/blogs/blog-posts/api/default_api.rb +2 -2
  12. data/lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb +14 -0
  13. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb +108 -102
  14. data/lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb +4 -2
  15. data/lib/hubspot/codegen/cms/blogs/tags/api/default_api.rb +2 -2
  16. data/lib/hubspot/codegen/cms/blogs/tags/api_client.rb +14 -0
  17. data/lib/hubspot/codegen/cms/domains/api_client.rb +14 -0
  18. data/lib/hubspot/codegen/cms/hubdb/api/rows_api.rb +1 -1
  19. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +1 -1
  20. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +1 -1
  21. data/lib/hubspot/codegen/cms/hubdb/api_client.rb +15 -1
  22. data/lib/hubspot/codegen/cms/hubdb/api_error.rb +1 -1
  23. data/lib/hubspot/codegen/cms/hubdb/configuration.rb +1 -1
  24. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3.rb +1 -1
  25. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb +1 -1
  26. data/lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb +1 -1
  27. data/lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb +1 -1
  28. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging.rb +1 -1
  29. data/lib/hubspot/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging.rb +1 -1
  30. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +1 -1
  31. data/lib/hubspot/codegen/cms/hubdb/models/column_input.rb +1 -1
  32. data/lib/hubspot/codegen/cms/hubdb/models/error.rb +1 -1
  33. data/lib/hubspot/codegen/cms/hubdb/models/error_detail.rb +1 -1
  34. data/lib/hubspot/codegen/cms/hubdb/models/foreign_id.rb +1 -1
  35. data/lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb +1 -1
  36. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb +1 -1
  37. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +5 -3
  38. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_input.rb +1 -1
  39. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +1 -1
  40. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_input.rb +1 -1
  41. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_live_input.rb +1 -1
  42. data/lib/hubspot/codegen/cms/hubdb/models/import_result.rb +1 -1
  43. data/lib/hubspot/codegen/cms/hubdb/models/next_page.rb +1 -1
  44. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +1 -1
  45. data/lib/hubspot/codegen/cms/hubdb/models/simple_user.rb +1 -1
  46. data/lib/hubspot/codegen/cms/hubdb/models/standard_error.rb +1 -1
  47. data/lib/hubspot/codegen/cms/performance/api_client.rb +14 -0
  48. data/lib/hubspot/codegen/cms/site-search/api/default_api.rb +2 -5
  49. data/lib/hubspot/codegen/cms/site-search/api_client.rb +14 -0
  50. data/lib/hubspot/codegen/cms/site-search/models/content_search_result.rb +19 -2
  51. data/lib/hubspot/codegen/cms/site-search/models/indexed_data.rb +5 -2
  52. data/lib/hubspot/codegen/cms/site-search/models/search_hit_field.rb +17 -15
  53. data/lib/hubspot/codegen/cms/url-redirects/api_client.rb +14 -0
  54. data/lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb +90 -0
  55. data/lib/hubspot/codegen/conversations/visitor-identification/api_client.rb +406 -0
  56. data/lib/hubspot/codegen/conversations/visitor-identification/api_error.rb +61 -0
  57. data/lib/hubspot/codegen/conversations/visitor-identification/configuration.rb +263 -0
  58. data/lib/hubspot/codegen/conversations/visitor-identification/models/error.rb +292 -0
  59. data/lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb +258 -0
  60. data/lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb +236 -0
  61. data/lib/hubspot/codegen/{crm/schemas/models/next_page.rb → conversations/visitor-identification/models/identification_token_response.rb} +18 -27
  62. data/lib/hubspot/codegen/crm/associations/api_client.rb +14 -0
  63. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +6 -12
  64. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +11 -14
  65. data/lib/hubspot/codegen/crm/companies/api/search_api.rb +3 -3
  66. data/lib/hubspot/codegen/crm/companies/api_client.rb +14 -0
  67. data/lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb +20 -20
  68. data/lib/hubspot/codegen/crm/companies/models/collection_response_associated_id_forward_paging.rb +226 -0
  69. data/lib/hubspot/codegen/crm/companies/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  70. data/lib/hubspot/codegen/crm/companies/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  71. data/lib/hubspot/codegen/crm/companies/models/forward_paging.rb +210 -0
  72. data/lib/hubspot/codegen/crm/companies/models/simple_public_object.rb +1 -12
  73. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb +288 -0
  74. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +6 -12
  75. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +11 -14
  76. data/lib/hubspot/codegen/crm/contacts/api/search_api.rb +3 -3
  77. data/lib/hubspot/codegen/crm/contacts/api_client.rb +14 -0
  78. data/lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb +20 -20
  79. data/lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id_forward_paging.rb +226 -0
  80. data/lib/hubspot/codegen/crm/contacts/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  81. data/lib/hubspot/codegen/crm/contacts/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  82. data/lib/hubspot/codegen/crm/contacts/models/forward_paging.rb +210 -0
  83. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb +1 -12
  84. data/lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb +288 -0
  85. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +6 -12
  86. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +11 -14
  87. data/lib/hubspot/codegen/crm/deals/api/search_api.rb +3 -3
  88. data/lib/hubspot/codegen/crm/deals/api_client.rb +14 -0
  89. data/lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb +20 -20
  90. data/lib/hubspot/codegen/crm/deals/models/collection_response_associated_id_forward_paging.rb +226 -0
  91. data/lib/hubspot/codegen/crm/deals/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  92. data/lib/hubspot/codegen/crm/deals/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  93. data/lib/hubspot/codegen/crm/deals/models/forward_paging.rb +210 -0
  94. data/lib/hubspot/codegen/crm/deals/models/simple_public_object.rb +1 -12
  95. data/lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb +288 -0
  96. data/lib/hubspot/codegen/crm/extensions/accounting/api_client.rb +14 -0
  97. data/lib/hubspot/codegen/crm/extensions/calling/api/settings_api.rb +24 -16
  98. data/lib/hubspot/codegen/crm/extensions/calling/api_client.rb +14 -0
  99. data/lib/hubspot/codegen/crm/extensions/calling/configuration.rb +1 -1
  100. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_patch_request.rb +14 -4
  101. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_request.rb +14 -4
  102. data/lib/hubspot/codegen/crm/extensions/calling/models/settings_response.rb +16 -1
  103. data/lib/hubspot/codegen/crm/extensions/cards/api/cards_api.rb +25 -17
  104. data/lib/hubspot/codegen/crm/extensions/cards/api_client.rb +14 -0
  105. data/lib/hubspot/codegen/crm/extensions/cards/configuration.rb +1 -1
  106. data/lib/hubspot/codegen/crm/extensions/videoconferencing/api_client.rb +14 -0
  107. data/lib/hubspot/codegen/crm/imports/api/default_api.rb +90 -0
  108. data/lib/hubspot/codegen/crm/imports/api_client.rb +14 -0
  109. data/lib/hubspot/codegen/crm/imports/models/collection_response_public_import_error_forward_paging.rb +226 -0
  110. data/lib/hubspot/codegen/crm/{schemas/models/paging.rb → imports/models/forward_paging.rb} +11 -20
  111. data/lib/hubspot/codegen/crm/imports/models/import_row_core.rb +238 -0
  112. data/lib/hubspot/codegen/crm/imports/models/public_import_error.rb +353 -0
  113. data/lib/hubspot/codegen/crm/imports/models/public_import_response.rb +2 -2
  114. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +6 -12
  115. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +11 -14
  116. data/lib/hubspot/codegen/crm/line_items/api/search_api.rb +3 -3
  117. data/lib/hubspot/codegen/crm/line_items/api_client.rb +14 -0
  118. data/lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb +20 -20
  119. data/lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id_forward_paging.rb +226 -0
  120. data/lib/hubspot/codegen/crm/line_items/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  121. data/lib/hubspot/codegen/crm/line_items/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  122. data/lib/hubspot/codegen/crm/line_items/models/forward_paging.rb +210 -0
  123. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb +1 -12
  124. data/lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb +288 -0
  125. data/lib/hubspot/codegen/crm/objects/api/associations_api.rb +6 -12
  126. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +11 -14
  127. data/lib/hubspot/codegen/crm/objects/api/search_api.rb +10 -10
  128. data/lib/hubspot/codegen/crm/objects/api_client.rb +14 -0
  129. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +3 -6
  130. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +6 -12
  131. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/search_api.rb +3 -3
  132. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api_client.rb +14 -0
  133. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb +20 -20
  134. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/{collection_response_simple_public_object.rb → collection_response_associated_id_forward_paging.rb} +5 -5
  135. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb +228 -0
  136. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  137. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/forward_paging.rb +212 -0
  138. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb +1 -12
  139. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb +290 -0
  140. data/lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb +20 -20
  141. data/lib/hubspot/codegen/crm/objects/models/collection_response_associated_id_forward_paging.rb +226 -0
  142. data/lib/hubspot/codegen/crm/objects/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  143. data/lib/hubspot/codegen/crm/objects/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  144. data/lib/hubspot/codegen/crm/objects/models/forward_paging.rb +210 -0
  145. data/lib/hubspot/codegen/crm/objects/models/simple_public_object.rb +1 -12
  146. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb +288 -0
  147. data/lib/hubspot/codegen/crm/owners/api/default_api.rb +9 -3
  148. data/lib/hubspot/codegen/crm/owners/api_client.rb +14 -0
  149. data/lib/hubspot/codegen/crm/owners/models/{collection_response_public_owner.rb → collection_response_public_owner_forward_paging.rb} +4 -4
  150. data/lib/hubspot/codegen/crm/owners/models/{paging.rb → forward_paging.rb} +3 -3
  151. data/lib/hubspot/codegen/crm/pipelines/api_client.rb +14 -0
  152. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +6 -12
  153. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +11 -14
  154. data/lib/hubspot/codegen/crm/products/api/search_api.rb +3 -3
  155. data/lib/hubspot/codegen/crm/products/api_client.rb +14 -0
  156. data/lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb +20 -20
  157. data/lib/hubspot/codegen/crm/products/models/collection_response_associated_id_forward_paging.rb +226 -0
  158. data/lib/hubspot/codegen/crm/products/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  159. data/lib/hubspot/codegen/crm/products/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  160. data/lib/hubspot/codegen/crm/products/models/forward_paging.rb +210 -0
  161. data/lib/hubspot/codegen/crm/products/models/simple_public_object.rb +1 -12
  162. data/lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb +288 -0
  163. data/lib/hubspot/codegen/crm/properties/api_client.rb +14 -0
  164. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +3 -6
  165. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +6 -12
  166. data/lib/hubspot/codegen/crm/quotes/api/search_api.rb +3 -3
  167. data/lib/hubspot/codegen/crm/quotes/api_client.rb +14 -0
  168. data/lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb +20 -20
  169. data/lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id_forward_paging.rb +226 -0
  170. data/lib/hubspot/codegen/crm/quotes/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  171. data/lib/hubspot/codegen/crm/quotes/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  172. data/lib/hubspot/codegen/crm/{schemas/models/previous_page.rb → quotes/models/forward_paging.rb} +14 -28
  173. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb +1 -12
  174. data/lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb +288 -0
  175. data/lib/hubspot/codegen/crm/schemas/api/core_api.rb +23 -17
  176. data/lib/hubspot/codegen/crm/schemas/api_client.rb +14 -0
  177. data/lib/hubspot/codegen/crm/schemas/models/association_definition.rb +1 -75
  178. data/lib/hubspot/codegen/crm/schemas/models/association_definition_egg.rb +4 -78
  179. data/lib/hubspot/codegen/crm/schemas/models/{collection_response_object_schema.rb → collection_response_object_schema_no_paging.rb} +7 -16
  180. data/lib/hubspot/codegen/crm/schemas/models/object_schema.rb +15 -1
  181. data/lib/hubspot/codegen/crm/schemas/models/object_type_definition.rb +15 -1
  182. data/lib/hubspot/codegen/crm/schemas/models/object_type_property_create.rb +2 -2
  183. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +6 -12
  184. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +11 -14
  185. data/lib/hubspot/codegen/crm/tickets/api/search_api.rb +3 -3
  186. data/lib/hubspot/codegen/crm/tickets/api_client.rb +14 -0
  187. data/lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb +20 -20
  188. data/lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id_forward_paging.rb +226 -0
  189. data/lib/hubspot/codegen/crm/tickets/models/{collection_response_simple_public_object.rb → collection_response_simple_public_object_with_associations_forward_paging.rb} +5 -5
  190. data/lib/hubspot/codegen/crm/tickets/models/{collection_response_with_total_simple_public_object.rb → collection_response_with_total_simple_public_object_forward_paging.rb} +4 -5
  191. data/lib/hubspot/codegen/crm/tickets/models/forward_paging.rb +210 -0
  192. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb +1 -12
  193. data/lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb +288 -0
  194. data/lib/hubspot/codegen/crm/timeline/api_client.rb +14 -0
  195. data/lib/hubspot/codegen/events/api/events_api.rb +105 -0
  196. data/lib/hubspot/codegen/events/api_client.rb +404 -0
  197. data/lib/hubspot/codegen/events/api_error.rb +59 -0
  198. data/lib/hubspot/codegen/events/configuration.rb +261 -0
  199. data/lib/hubspot/codegen/events/models/collection_response_external_unified_event.rb +224 -0
  200. data/lib/hubspot/codegen/events/models/error.rb +290 -0
  201. data/lib/hubspot/codegen/events/models/error_detail.rb +256 -0
  202. data/lib/hubspot/codegen/events/models/external_unified_event.rb +290 -0
  203. data/lib/hubspot/codegen/events/models/next_page.rb +222 -0
  204. data/lib/hubspot/codegen/events/models/paging.rb +208 -0
  205. data/lib/hubspot/codegen/files/files/api/files_api.rb +8 -8
  206. data/lib/hubspot/codegen/files/files/api_client.rb +14 -0
  207. data/lib/hubspot/codegen/files/files/models/file_update_input.rb +2 -2
  208. data/lib/hubspot/codegen/files/files/models/{file.rb → hubspot_file.rb} +3 -3
  209. data/lib/hubspot/codegen/files/files/models/import_from_url_input.rb +2 -2
  210. data/lib/hubspot/codegen/marketing/transactional/api/default_api.rb +60 -60
  211. data/lib/hubspot/codegen/marketing/transactional/api_client.rb +14 -0
  212. data/lib/hubspot/codegen/oauth/api_client.rb +14 -0
  213. data/lib/hubspot/codegen/webhooks/api_client.rb +14 -0
  214. data/lib/hubspot/version.rb +1 -1
  215. data/spec/codegen/cms/blogs/authors/api/default_api_spec.rb +24 -24
  216. data/spec/codegen/cms/blogs/blog-posts/api/default_api_spec.rb +26 -26
  217. data/spec/codegen/cms/blogs/blog-posts/models/blog_post_spec.rb +14 -14
  218. data/spec/codegen/cms/blogs/tags/api/default_api_spec.rb +24 -24
  219. data/spec/codegen/cms/hubdb/api/rows_api_spec.rb +1 -1
  220. data/spec/codegen/cms/hubdb/api/rows_batch_api_spec.rb +1 -1
  221. data/spec/codegen/cms/hubdb/api/tables_api_spec.rb +1 -1
  222. data/spec/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_spec.rb +1 -1
  223. data/spec/codegen/cms/hubdb/models/batch_input_json_node_spec.rb +1 -1
  224. data/spec/codegen/cms/hubdb/models/batch_input_string_spec.rb +1 -1
  225. data/spec/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors_spec.rb +1 -1
  226. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_row_v3_forward_paging_spec.rb +1 -1
  227. data/spec/codegen/cms/hubdb/models/collection_response_with_total_hub_db_table_v3_forward_paging_spec.rb +1 -1
  228. data/spec/codegen/cms/hubdb/models/column_input_spec.rb +1 -1
  229. data/spec/codegen/cms/hubdb/models/column_spec.rb +1 -1
  230. data/spec/codegen/cms/hubdb/models/error_detail_spec.rb +1 -1
  231. data/spec/codegen/cms/hubdb/models/error_spec.rb +1 -1
  232. data/spec/codegen/cms/hubdb/models/foreign_id_spec.rb +1 -1
  233. data/spec/codegen/cms/hubdb/models/forward_paging_spec.rb +1 -1
  234. data/spec/codegen/cms/hubdb/models/hub_db_table_clone_request_spec.rb +1 -1
  235. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_input_spec.rb +1 -1
  236. data/spec/codegen/cms/hubdb/models/hub_db_table_row_v3_spec.rb +1 -1
  237. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_input_spec.rb +1 -1
  238. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_live_input_spec.rb +1 -1
  239. data/spec/codegen/cms/hubdb/models/hub_db_table_v3_spec.rb +1 -1
  240. data/spec/codegen/cms/hubdb/models/import_result_spec.rb +1 -1
  241. data/spec/codegen/cms/hubdb/models/next_page_spec.rb +1 -1
  242. data/spec/codegen/cms/hubdb/models/option_spec.rb +1 -1
  243. data/spec/codegen/cms/hubdb/models/simple_user_spec.rb +1 -1
  244. data/spec/codegen/cms/hubdb/models/standard_error_spec.rb +1 -1
  245. data/spec/codegen/cms/site-search/api/default_api_spec.rb +0 -1
  246. data/spec/codegen/cms/site-search/models/content_search_result_spec.rb +1 -1
  247. data/spec/codegen/cms/site-search/models/indexed_data_spec.rb +1 -1
  248. data/spec/codegen/cms/site-search/models/search_hit_field_spec.rb +2 -2
  249. data/spec/codegen/conversations/visitor-identification/api/generate_api_spec.rb +47 -0
  250. data/spec/codegen/conversations/visitor-identification/models/error_detail_spec.rb +65 -0
  251. data/spec/codegen/conversations/visitor-identification/models/error_spec.rb +77 -0
  252. data/spec/codegen/conversations/visitor-identification/models/identification_token_generation_request_spec.rb +53 -0
  253. data/spec/codegen/conversations/visitor-identification/models/identification_token_response_spec.rb +41 -0
  254. data/spec/codegen/crm/companies/api/associations_api_spec.rb +2 -4
  255. data/spec/codegen/crm/companies/api/basic_api_spec.rb +4 -5
  256. data/spec/codegen/crm/companies/api/search_api_spec.rb +1 -1
  257. data/spec/codegen/crm/companies/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  258. data/spec/codegen/crm/companies/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  259. data/spec/codegen/crm/companies/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  260. data/spec/codegen/crm/companies/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  261. data/spec/codegen/crm/companies/models/forward_paging_spec.rb +41 -0
  262. data/spec/codegen/crm/companies/models/simple_public_object_spec.rb +0 -6
  263. data/spec/codegen/crm/companies/models/simple_public_object_with_associations_spec.rb +77 -0
  264. data/spec/codegen/crm/contacts/api/associations_api_spec.rb +2 -4
  265. data/spec/codegen/crm/contacts/api/basic_api_spec.rb +4 -5
  266. data/spec/codegen/crm/contacts/api/search_api_spec.rb +1 -1
  267. data/spec/codegen/crm/contacts/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  268. data/spec/codegen/crm/contacts/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  269. data/spec/codegen/crm/contacts/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  270. data/spec/codegen/crm/contacts/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  271. data/spec/codegen/crm/contacts/models/forward_paging_spec.rb +41 -0
  272. data/spec/codegen/crm/contacts/models/simple_public_object_spec.rb +0 -6
  273. data/spec/codegen/crm/contacts/models/simple_public_object_with_associations_spec.rb +77 -0
  274. data/spec/codegen/crm/deals/api/associations_api_spec.rb +2 -4
  275. data/spec/codegen/crm/deals/api/basic_api_spec.rb +4 -5
  276. data/spec/codegen/crm/deals/api/search_api_spec.rb +1 -1
  277. data/spec/codegen/crm/deals/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  278. data/spec/codegen/crm/deals/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  279. data/spec/codegen/crm/deals/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  280. data/spec/codegen/crm/deals/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  281. data/spec/codegen/crm/deals/models/forward_paging_spec.rb +41 -0
  282. data/spec/codegen/crm/deals/models/simple_public_object_spec.rb +0 -6
  283. data/spec/codegen/crm/deals/models/simple_public_object_with_associations_spec.rb +77 -0
  284. data/spec/codegen/crm/imports/api/default_api_spec.rb +47 -0
  285. data/spec/codegen/crm/imports/models/collection_response_public_import_error_forward_paging_spec.rb +47 -0
  286. data/spec/codegen/crm/imports/models/forward_paging_spec.rb +41 -0
  287. data/spec/codegen/crm/imports/models/import_row_core_spec.rb +53 -0
  288. data/spec/codegen/crm/imports/models/public_import_error_spec.rb +97 -0
  289. data/spec/codegen/crm/imports/models/public_import_response_spec.rb +1 -1
  290. data/spec/codegen/crm/line_items/api/associations_api_spec.rb +2 -4
  291. data/spec/codegen/crm/line_items/api/basic_api_spec.rb +4 -5
  292. data/spec/codegen/crm/line_items/api/search_api_spec.rb +1 -1
  293. data/spec/codegen/crm/line_items/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  294. data/spec/codegen/crm/line_items/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  295. data/spec/codegen/crm/line_items/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  296. data/spec/codegen/crm/line_items/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  297. data/spec/codegen/crm/line_items/models/forward_paging_spec.rb +41 -0
  298. data/spec/codegen/crm/line_items/models/simple_public_object_spec.rb +0 -6
  299. data/spec/codegen/crm/line_items/models/simple_public_object_with_associations_spec.rb +77 -0
  300. data/spec/codegen/crm/objects/api/associations_api_spec.rb +2 -4
  301. data/spec/codegen/crm/objects/api/basic_api_spec.rb +4 -5
  302. data/spec/codegen/crm/objects/api/search_api_spec.rb +3 -3
  303. data/spec/codegen/crm/objects/feedback_submissions/api/associations_api_spec.rb +1 -2
  304. data/spec/codegen/crm/objects/feedback_submissions/api/basic_api_spec.rb +2 -4
  305. data/spec/codegen/crm/objects/feedback_submissions/api/search_api_spec.rb +1 -1
  306. data/spec/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  307. data/spec/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  308. data/spec/codegen/crm/objects/feedback_submissions/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  309. data/spec/codegen/crm/objects/feedback_submissions/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  310. data/spec/codegen/crm/objects/feedback_submissions/models/forward_paging_spec.rb +41 -0
  311. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_spec.rb +0 -6
  312. data/spec/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations_spec.rb +77 -0
  313. data/spec/codegen/crm/objects/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  314. data/spec/codegen/crm/objects/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  315. data/spec/codegen/crm/objects/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  316. data/spec/codegen/crm/objects/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  317. data/spec/codegen/crm/objects/models/forward_paging_spec.rb +41 -0
  318. data/spec/codegen/crm/objects/models/simple_public_object_spec.rb +0 -6
  319. data/spec/codegen/crm/objects/models/simple_public_object_with_associations_spec.rb +77 -0
  320. data/spec/codegen/crm/owners/api/default_api_spec.rb +3 -1
  321. data/spec/codegen/crm/owners/models/{collection_response_public_owner_spec.rb → collection_response_public_owner_forward_paging_spec.rb} +6 -6
  322. data/spec/codegen/crm/owners/models/{paging_spec.rb → forward_paging_spec.rb} +6 -6
  323. data/spec/codegen/crm/products/api/associations_api_spec.rb +2 -4
  324. data/spec/codegen/crm/products/api/basic_api_spec.rb +4 -5
  325. data/spec/codegen/crm/products/api/search_api_spec.rb +1 -1
  326. data/spec/codegen/crm/products/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  327. data/spec/codegen/crm/products/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  328. data/spec/codegen/crm/products/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  329. data/spec/codegen/crm/products/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  330. data/spec/codegen/crm/products/models/forward_paging_spec.rb +41 -0
  331. data/spec/codegen/crm/products/models/simple_public_object_spec.rb +0 -6
  332. data/spec/codegen/crm/products/models/simple_public_object_with_associations_spec.rb +77 -0
  333. data/spec/codegen/crm/quotes/api/associations_api_spec.rb +1 -2
  334. data/spec/codegen/crm/quotes/api/basic_api_spec.rb +2 -4
  335. data/spec/codegen/crm/quotes/api/search_api_spec.rb +1 -1
  336. data/spec/codegen/crm/quotes/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  337. data/spec/codegen/crm/quotes/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  338. data/spec/codegen/crm/quotes/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  339. data/spec/codegen/crm/quotes/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  340. data/spec/codegen/crm/quotes/models/forward_paging_spec.rb +41 -0
  341. data/spec/codegen/crm/quotes/models/simple_public_object_spec.rb +0 -6
  342. data/spec/codegen/crm/quotes/models/simple_public_object_with_associations_spec.rb +77 -0
  343. data/spec/codegen/crm/schemas/api/core_api_spec.rb +10 -8
  344. data/spec/codegen/crm/schemas/models/association_definition_egg_spec.rb +0 -20
  345. data/spec/codegen/crm/schemas/models/association_definition_spec.rb +0 -20
  346. data/spec/codegen/crm/schemas/models/{collection_response_object_schema_spec.rb → collection_response_object_schema_no_paging_spec.rb} +6 -12
  347. data/spec/codegen/crm/schemas/models/object_schema_spec.rb +6 -0
  348. data/spec/codegen/crm/schemas/models/object_type_definition_spec.rb +6 -0
  349. data/spec/codegen/crm/schemas/models/object_type_property_create_spec.rb +1 -1
  350. data/spec/codegen/crm/tickets/api/associations_api_spec.rb +2 -4
  351. data/spec/codegen/crm/tickets/api/basic_api_spec.rb +4 -5
  352. data/spec/codegen/crm/tickets/api/search_api_spec.rb +1 -1
  353. data/spec/codegen/crm/tickets/models/batch_read_input_simple_public_object_id_spec.rb +3 -3
  354. data/spec/codegen/crm/tickets/models/collection_response_associated_id_forward_paging_spec.rb +47 -0
  355. data/spec/codegen/crm/tickets/models/{collection_response_simple_public_object_spec.rb → collection_response_simple_public_object_with_associations_forward_paging_spec.rb} +6 -6
  356. data/spec/codegen/crm/tickets/models/{collection_response_with_total_simple_public_object_spec.rb → collection_response_with_total_simple_public_object_forward_paging_spec.rb} +6 -6
  357. data/spec/codegen/crm/tickets/models/forward_paging_spec.rb +41 -0
  358. data/spec/codegen/crm/tickets/models/simple_public_object_spec.rb +0 -6
  359. data/spec/codegen/crm/tickets/models/simple_public_object_with_associations_spec.rb +77 -0
  360. data/spec/codegen/events/api/events_api_spec.rb +54 -0
  361. data/spec/codegen/events/models/collection_response_external_unified_event_spec.rb +47 -0
  362. data/spec/codegen/events/models/error_detail_spec.rb +65 -0
  363. data/spec/codegen/events/models/error_spec.rb +77 -0
  364. data/spec/codegen/events/models/external_unified_event_spec.rb +71 -0
  365. data/spec/codegen/{crm/schemas → events}/models/next_page_spec.rb +5 -5
  366. data/spec/codegen/{crm/schemas → events}/models/paging_spec.rb +5 -11
  367. data/spec/codegen/files/files/api/files_api_spec.rb +2 -2
  368. data/spec/codegen/files/files/models/file_update_input_spec.rb +1 -1
  369. data/spec/codegen/files/files/models/{file_spec.rb → hubspot_file_spec.rb} +5 -5
  370. data/spec/codegen/files/files/models/import_from_url_input_spec.rb +1 -1
  371. data/spec/codegen/marketing/transactional/api/default_api_spec.rb +12 -12
  372. data/spec/features/conversations/visitor-identification/generate_api_spec.rb +7 -0
  373. data/spec/features/crm/objects/search_api_spec.rb +1 -1
  374. data/spec/features/events/events_api_spec.rb +7 -0
  375. metadata +212 -78
  376. data/spec/codegen/crm/schemas/models/previous_page_spec.rb +0 -47
@@ -0,0 +1,290 @@
1
+ =begin
2
+ #HubSpot Events API
3
+
4
+ #API for accessing CRM object events.
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Hubspot
16
+ module Events
17
+ class ExternalUnifiedEvent
18
+ # The objectType for the object which did the event.
19
+ attr_accessor :object_type
20
+
21
+ # The objectId of the object which did the event.
22
+ attr_accessor :object_id
23
+
24
+ # The format of the `eventType` string is `ae{appId}_{eventTypeLabel}`, `pe{portalId}_{eventTypeLabel}`, or just `e_{eventTypeLabel}` for HubSpot events.
25
+ attr_accessor :event_type
26
+
27
+ # An ISO 8601 timestamp when the event occurred.
28
+ attr_accessor :occurred_at
29
+
30
+ # A unique identifier for the event.
31
+ attr_accessor :id
32
+
33
+ attr_accessor :properties
34
+
35
+ # Attribute mapping from ruby-style variable name to JSON key.
36
+ def self.attribute_map
37
+ {
38
+ :'object_type' => :'objectType',
39
+ :'object_id' => :'objectId',
40
+ :'event_type' => :'eventType',
41
+ :'occurred_at' => :'occurredAt',
42
+ :'id' => :'id',
43
+ :'properties' => :'properties'
44
+ }
45
+ end
46
+
47
+ # Attribute type mapping.
48
+ def self.openapi_types
49
+ {
50
+ :'object_type' => :'String',
51
+ :'object_id' => :'String',
52
+ :'event_type' => :'String',
53
+ :'occurred_at' => :'DateTime',
54
+ :'id' => :'String',
55
+ :'properties' => :'Hash<String, String>'
56
+ }
57
+ end
58
+
59
+ # List of attributes with nullable: true
60
+ def self.openapi_nullable
61
+ Set.new([
62
+ ])
63
+ end
64
+
65
+ # Initializes the object
66
+ # @param [Hash] attributes Model attributes in the form of hash
67
+ def initialize(attributes = {})
68
+ if (!attributes.is_a?(Hash))
69
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Events::ExternalUnifiedEvent` initialize method"
70
+ end
71
+
72
+ # check to see if the attribute exists and convert string to symbol for hash key
73
+ attributes = attributes.each_with_object({}) { |(k, v), h|
74
+ if (!self.class.attribute_map.key?(k.to_sym))
75
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Events::ExternalUnifiedEvent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
76
+ end
77
+ h[k.to_sym] = v
78
+ }
79
+
80
+ if attributes.key?(:'object_type')
81
+ self.object_type = attributes[:'object_type']
82
+ end
83
+
84
+ if attributes.key?(:'object_id')
85
+ self.object_id = attributes[:'object_id']
86
+ end
87
+
88
+ if attributes.key?(:'event_type')
89
+ self.event_type = attributes[:'event_type']
90
+ end
91
+
92
+ if attributes.key?(:'occurred_at')
93
+ self.occurred_at = attributes[:'occurred_at']
94
+ end
95
+
96
+ if attributes.key?(:'id')
97
+ self.id = attributes[:'id']
98
+ end
99
+
100
+ if attributes.key?(:'properties')
101
+ if (value = attributes[:'properties']).is_a?(Hash)
102
+ self.properties = value
103
+ end
104
+ end
105
+ end
106
+
107
+ # Show invalid properties with the reasons. Usually used together with valid?
108
+ # @return Array for valid properties with the reasons
109
+ def list_invalid_properties
110
+ invalid_properties = Array.new
111
+ if @object_type.nil?
112
+ invalid_properties.push('invalid value for "object_type", object_type cannot be nil.')
113
+ end
114
+
115
+ if @object_id.nil?
116
+ invalid_properties.push('invalid value for "object_id", object_id cannot be nil.')
117
+ end
118
+
119
+ if @event_type.nil?
120
+ invalid_properties.push('invalid value for "event_type", event_type cannot be nil.')
121
+ end
122
+
123
+ if @occurred_at.nil?
124
+ invalid_properties.push('invalid value for "occurred_at", occurred_at cannot be nil.')
125
+ end
126
+
127
+ if @id.nil?
128
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
129
+ end
130
+
131
+ if @properties.nil?
132
+ invalid_properties.push('invalid value for "properties", properties cannot be nil.')
133
+ end
134
+
135
+ invalid_properties
136
+ end
137
+
138
+ # Check to see if the all the properties in the model are valid
139
+ # @return true if the model is valid
140
+ def valid?
141
+ return false if @object_type.nil?
142
+ return false if @object_id.nil?
143
+ return false if @event_type.nil?
144
+ return false if @occurred_at.nil?
145
+ return false if @id.nil?
146
+ return false if @properties.nil?
147
+ true
148
+ end
149
+
150
+ # Checks equality by comparing each attribute.
151
+ # @param [Object] Object to be compared
152
+ def ==(o)
153
+ return true if self.equal?(o)
154
+ self.class == o.class &&
155
+ object_type == o.object_type &&
156
+ object_id == o.object_id &&
157
+ event_type == o.event_type &&
158
+ occurred_at == o.occurred_at &&
159
+ id == o.id &&
160
+ properties == o.properties
161
+ end
162
+
163
+ # @see the `==` method
164
+ # @param [Object] Object to be compared
165
+ def eql?(o)
166
+ self == o
167
+ end
168
+
169
+ # Calculates hash code according to all attributes.
170
+ # @return [Integer] Hash code
171
+ def hash
172
+ [object_type, object_id, event_type, occurred_at, id, properties].hash
173
+ end
174
+
175
+ # Builds the object from hash
176
+ # @param [Hash] attributes Model attributes in the form of hash
177
+ # @return [Object] Returns the model itself
178
+ def self.build_from_hash(attributes)
179
+ new.build_from_hash(attributes)
180
+ end
181
+
182
+ # Builds the object from hash
183
+ # @param [Hash] attributes Model attributes in the form of hash
184
+ # @return [Object] Returns the model itself
185
+ def build_from_hash(attributes)
186
+ return nil unless attributes.is_a?(Hash)
187
+ self.class.openapi_types.each_pair do |key, type|
188
+ if type =~ /\AArray<(.*)>/i
189
+ # check to ensure the input is an array given that the attribute
190
+ # is documented as an array but the input is not
191
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
192
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
193
+ end
194
+ elsif !attributes[self.class.attribute_map[key]].nil?
195
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
196
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
197
+ end
198
+
199
+ self
200
+ end
201
+
202
+ # Deserializes the data based on type
203
+ # @param string type Data type
204
+ # @param string value Value to be deserialized
205
+ # @return [Object] Deserialized data
206
+ def _deserialize(type, value)
207
+ case type.to_sym
208
+ when :DateTime
209
+ DateTime.parse(value)
210
+ when :Date
211
+ Date.parse(value)
212
+ when :String
213
+ value.to_s
214
+ when :Integer
215
+ value.to_i
216
+ when :Float
217
+ value.to_f
218
+ when :Boolean
219
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
220
+ true
221
+ else
222
+ false
223
+ end
224
+ when :Object
225
+ # generic object (usually a Hash), return directly
226
+ value
227
+ when /\AArray<(?<inner_type>.+)>\z/
228
+ inner_type = Regexp.last_match[:inner_type]
229
+ value.map { |v| _deserialize(inner_type, v) }
230
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
231
+ k_type = Regexp.last_match[:k_type]
232
+ v_type = Regexp.last_match[:v_type]
233
+ {}.tap do |hash|
234
+ value.each do |k, v|
235
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
236
+ end
237
+ end
238
+ else # model
239
+ Hubspot::Events.const_get(type).build_from_hash(value)
240
+ end
241
+ end
242
+
243
+ # Returns the string representation of the object
244
+ # @return [String] String presentation of the object
245
+ def to_s
246
+ to_hash.to_s
247
+ end
248
+
249
+ # to_body is an alias to to_hash (backward compatibility)
250
+ # @return [Hash] Returns the object in the form of hash
251
+ def to_body
252
+ to_hash
253
+ end
254
+
255
+ # Returns the object in the form of hash
256
+ # @return [Hash] Returns the object in the form of hash
257
+ def to_hash
258
+ hash = {}
259
+ self.class.attribute_map.each_pair do |attr, param|
260
+ value = self.send(attr)
261
+ if value.nil?
262
+ is_nullable = self.class.openapi_nullable.include?(attr)
263
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
264
+ end
265
+
266
+ hash[param] = _to_hash(value)
267
+ end
268
+ hash
269
+ end
270
+
271
+ # Outputs non-array value in the form of hash
272
+ # For object, use to_hash. Otherwise, just return the value
273
+ # @param [Object] value Any valid value
274
+ # @return [Hash] Returns the value in the form of hash
275
+ def _to_hash(value)
276
+ if value.is_a?(Array)
277
+ value.compact.map { |v| _to_hash(v) }
278
+ elsif value.is_a?(Hash)
279
+ {}.tap do |hash|
280
+ value.each { |k, v| hash[k] = _to_hash(v) }
281
+ end
282
+ elsif value.respond_to? :to_hash
283
+ value.to_hash
284
+ else
285
+ value
286
+ end
287
+ end
288
+ end
289
+ end
290
+ end
@@ -0,0 +1,222 @@
1
+ =begin
2
+ #HubSpot Events API
3
+
4
+ #API for accessing CRM object events.
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Hubspot
16
+ module Events
17
+ class NextPage
18
+ attr_accessor :after
19
+
20
+ attr_accessor :link
21
+
22
+ # Attribute mapping from ruby-style variable name to JSON key.
23
+ def self.attribute_map
24
+ {
25
+ :'after' => :'after',
26
+ :'link' => :'link'
27
+ }
28
+ end
29
+
30
+ # Attribute type mapping.
31
+ def self.openapi_types
32
+ {
33
+ :'after' => :'String',
34
+ :'link' => :'String'
35
+ }
36
+ end
37
+
38
+ # List of attributes with nullable: true
39
+ def self.openapi_nullable
40
+ Set.new([
41
+ ])
42
+ end
43
+
44
+ # Initializes the object
45
+ # @param [Hash] attributes Model attributes in the form of hash
46
+ def initialize(attributes = {})
47
+ if (!attributes.is_a?(Hash))
48
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Hubspot::Events::NextPage` initialize method"
49
+ end
50
+
51
+ # check to see if the attribute exists and convert string to symbol for hash key
52
+ attributes = attributes.each_with_object({}) { |(k, v), h|
53
+ if (!self.class.attribute_map.key?(k.to_sym))
54
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Hubspot::Events::NextPage`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
55
+ end
56
+ h[k.to_sym] = v
57
+ }
58
+
59
+ if attributes.key?(:'after')
60
+ self.after = attributes[:'after']
61
+ end
62
+
63
+ if attributes.key?(:'link')
64
+ self.link = attributes[:'link']
65
+ end
66
+ end
67
+
68
+ # Show invalid properties with the reasons. Usually used together with valid?
69
+ # @return Array for valid properties with the reasons
70
+ def list_invalid_properties
71
+ invalid_properties = Array.new
72
+ if @after.nil?
73
+ invalid_properties.push('invalid value for "after", after cannot be nil.')
74
+ end
75
+
76
+ invalid_properties
77
+ end
78
+
79
+ # Check to see if the all the properties in the model are valid
80
+ # @return true if the model is valid
81
+ def valid?
82
+ return false if @after.nil?
83
+ true
84
+ end
85
+
86
+ # Checks equality by comparing each attribute.
87
+ # @param [Object] Object to be compared
88
+ def ==(o)
89
+ return true if self.equal?(o)
90
+ self.class == o.class &&
91
+ after == o.after &&
92
+ link == o.link
93
+ end
94
+
95
+ # @see the `==` method
96
+ # @param [Object] Object to be compared
97
+ def eql?(o)
98
+ self == o
99
+ end
100
+
101
+ # Calculates hash code according to all attributes.
102
+ # @return [Integer] Hash code
103
+ def hash
104
+ [after, link].hash
105
+ end
106
+
107
+ # Builds the object from hash
108
+ # @param [Hash] attributes Model attributes in the form of hash
109
+ # @return [Object] Returns the model itself
110
+ def self.build_from_hash(attributes)
111
+ new.build_from_hash(attributes)
112
+ end
113
+
114
+ # Builds the object from hash
115
+ # @param [Hash] attributes Model attributes in the form of hash
116
+ # @return [Object] Returns the model itself
117
+ def build_from_hash(attributes)
118
+ return nil unless attributes.is_a?(Hash)
119
+ self.class.openapi_types.each_pair do |key, type|
120
+ if type =~ /\AArray<(.*)>/i
121
+ # check to ensure the input is an array given that the attribute
122
+ # is documented as an array but the input is not
123
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
124
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
125
+ end
126
+ elsif !attributes[self.class.attribute_map[key]].nil?
127
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
128
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
129
+ end
130
+
131
+ self
132
+ end
133
+
134
+ # Deserializes the data based on type
135
+ # @param string type Data type
136
+ # @param string value Value to be deserialized
137
+ # @return [Object] Deserialized data
138
+ def _deserialize(type, value)
139
+ case type.to_sym
140
+ when :DateTime
141
+ DateTime.parse(value)
142
+ when :Date
143
+ Date.parse(value)
144
+ when :String
145
+ value.to_s
146
+ when :Integer
147
+ value.to_i
148
+ when :Float
149
+ value.to_f
150
+ when :Boolean
151
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
152
+ true
153
+ else
154
+ false
155
+ end
156
+ when :Object
157
+ # generic object (usually a Hash), return directly
158
+ value
159
+ when /\AArray<(?<inner_type>.+)>\z/
160
+ inner_type = Regexp.last_match[:inner_type]
161
+ value.map { |v| _deserialize(inner_type, v) }
162
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
163
+ k_type = Regexp.last_match[:k_type]
164
+ v_type = Regexp.last_match[:v_type]
165
+ {}.tap do |hash|
166
+ value.each do |k, v|
167
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
168
+ end
169
+ end
170
+ else # model
171
+ Hubspot::Events.const_get(type).build_from_hash(value)
172
+ end
173
+ end
174
+
175
+ # Returns the string representation of the object
176
+ # @return [String] String presentation of the object
177
+ def to_s
178
+ to_hash.to_s
179
+ end
180
+
181
+ # to_body is an alias to to_hash (backward compatibility)
182
+ # @return [Hash] Returns the object in the form of hash
183
+ def to_body
184
+ to_hash
185
+ end
186
+
187
+ # Returns the object in the form of hash
188
+ # @return [Hash] Returns the object in the form of hash
189
+ def to_hash
190
+ hash = {}
191
+ self.class.attribute_map.each_pair do |attr, param|
192
+ value = self.send(attr)
193
+ if value.nil?
194
+ is_nullable = self.class.openapi_nullable.include?(attr)
195
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
196
+ end
197
+
198
+ hash[param] = _to_hash(value)
199
+ end
200
+ hash
201
+ end
202
+
203
+ # Outputs non-array value in the form of hash
204
+ # For object, use to_hash. Otherwise, just return the value
205
+ # @param [Object] value Any valid value
206
+ # @return [Hash] Returns the value in the form of hash
207
+ def _to_hash(value)
208
+ if value.is_a?(Array)
209
+ value.compact.map { |v| _to_hash(v) }
210
+ elsif value.is_a?(Hash)
211
+ {}.tap do |hash|
212
+ value.each { |k, v| hash[k] = _to_hash(v) }
213
+ end
214
+ elsif value.respond_to? :to_hash
215
+ value.to_hash
216
+ else
217
+ value
218
+ end
219
+ end
220
+ end
221
+ end
222
+ end