hubspot-api-client 16.4.0 → 17.0.0.pre.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (307) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +70 -1
  3. data/Gemfile.lock +1 -1
  4. data/lib/hubspot/codegen/cms/hubdb/api/rows_batch_api.rb +66 -66
  5. data/lib/hubspot/codegen/cms/hubdb/api/tables_api.rb +9 -9
  6. data/lib/hubspot/codegen/cms/hubdb/models/{batch_input_json_node.rb → batch_input_hub_db_table_row_v3_batch_update_request.rb} +4 -4
  7. data/lib/hubspot/codegen/cms/hubdb/models/column.rb +52 -44
  8. data/lib/hubspot/codegen/cms/hubdb/models/column_request.rb +2 -2
  9. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb +29 -20
  10. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb +285 -0
  11. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb +13 -4
  12. data/lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb +60 -52
  13. data/lib/hubspot/codegen/cms/hubdb/models/option.rb +10 -1
  14. data/lib/hubspot/codegen/crm/companies/api/basic_api.rb +9 -9
  15. data/lib/hubspot/codegen/crm/companies/api/batch_api.rb +9 -9
  16. data/lib/hubspot/codegen/crm/companies/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  17. data/lib/hubspot/codegen/crm/companies/models/filter.rb +10 -1
  18. data/lib/hubspot/codegen/crm/companies/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  19. data/lib/hubspot/codegen/crm/companies/models/public_object_id.rb +228 -0
  20. data/lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb +246 -0
  21. data/lib/hubspot/codegen/crm/contacts/api/basic_api.rb +9 -9
  22. data/lib/hubspot/codegen/crm/contacts/api/batch_api.rb +9 -9
  23. data/lib/hubspot/codegen/crm/contacts/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  24. data/lib/hubspot/codegen/crm/contacts/models/filter.rb +10 -1
  25. data/lib/hubspot/codegen/crm/contacts/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  26. data/lib/hubspot/codegen/crm/contacts/models/public_object_id.rb +228 -0
  27. data/lib/hubspot/codegen/crm/{deals/models/multi_associated_object_with_label.rb → contacts/models/simple_public_object_input_for_create.rb} +28 -26
  28. data/lib/hubspot/codegen/crm/deals/api/basic_api.rb +9 -9
  29. data/lib/hubspot/codegen/crm/deals/api/batch_api.rb +9 -9
  30. data/lib/hubspot/codegen/crm/deals/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  31. data/lib/hubspot/codegen/crm/deals/models/filter.rb +10 -1
  32. data/lib/hubspot/codegen/crm/deals/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  33. data/lib/hubspot/codegen/crm/{properties/models/paging.rb → deals/models/public_object_id.rb} +19 -14
  34. data/lib/hubspot/codegen/crm/{tickets/models/multi_associated_object_with_label.rb → deals/models/simple_public_object_input_for_create.rb} +28 -26
  35. data/lib/hubspot/codegen/crm/line_items/api/basic_api.rb +9 -9
  36. data/lib/hubspot/codegen/crm/line_items/api/batch_api.rb +9 -9
  37. data/lib/hubspot/codegen/crm/line_items/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  38. data/lib/hubspot/codegen/crm/line_items/models/filter.rb +10 -1
  39. data/lib/hubspot/codegen/crm/line_items/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  40. data/lib/hubspot/codegen/crm/line_items/models/public_object_id.rb +228 -0
  41. data/lib/hubspot/codegen/crm/line_items/models/{multi_associated_object_with_label.rb → simple_public_object_input_for_create.rb} +25 -23
  42. data/lib/hubspot/codegen/crm/objects/api/basic_api.rb +9 -9
  43. data/lib/hubspot/codegen/crm/objects/api/batch_api.rb +9 -9
  44. data/lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb +9 -9
  45. data/lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb +9 -9
  46. data/lib/hubspot/codegen/crm/objects/calls/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  47. data/lib/hubspot/codegen/crm/objects/calls/models/filter.rb +10 -1
  48. data/lib/hubspot/codegen/crm/objects/calls/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  49. data/lib/hubspot/codegen/crm/objects/calls/models/public_object_id.rb +230 -0
  50. data/lib/hubspot/codegen/crm/objects/calls/models/{multi_associated_object_with_label.rb → simple_public_object_input_for_create.rb} +25 -23
  51. data/lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb +9 -9
  52. data/lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb +9 -9
  53. data/lib/hubspot/codegen/crm/objects/emails/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  54. data/lib/hubspot/codegen/crm/objects/emails/models/filter.rb +10 -1
  55. data/lib/hubspot/codegen/crm/objects/emails/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  56. data/lib/hubspot/codegen/crm/objects/emails/models/public_object_id.rb +230 -0
  57. data/lib/hubspot/codegen/crm/objects/emails/models/{multi_associated_object_with_label.rb → simple_public_object_input_for_create.rb} +25 -23
  58. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb +9 -9
  59. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb +9 -9
  60. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  61. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb +10 -1
  62. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  63. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_id.rb +230 -0
  64. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/{multi_associated_object_with_label.rb → simple_public_object_input_for_create.rb} +25 -23
  65. data/lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb +9 -9
  66. data/lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb +9 -9
  67. data/lib/hubspot/codegen/crm/objects/meetings/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  68. data/lib/hubspot/codegen/crm/objects/meetings/models/filter.rb +10 -1
  69. data/lib/hubspot/codegen/crm/objects/meetings/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  70. data/lib/hubspot/codegen/crm/objects/meetings/models/public_object_id.rb +230 -0
  71. data/lib/hubspot/codegen/crm/objects/meetings/models/{multi_associated_object_with_label.rb → simple_public_object_input_for_create.rb} +25 -23
  72. data/lib/hubspot/codegen/crm/{line_items/models/association_spec_with_label.rb → objects/models/association_spec.rb} +33 -42
  73. data/lib/hubspot/codegen/crm/objects/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  74. data/lib/hubspot/codegen/crm/objects/models/filter.rb +10 -1
  75. data/lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb +244 -0
  76. data/lib/hubspot/codegen/crm/{associations/models/public_association_definiton.rb → objects/models/public_object_id.rb} +11 -25
  77. data/lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb +246 -0
  78. data/lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb +9 -9
  79. data/lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb +9 -9
  80. data/lib/hubspot/codegen/crm/objects/notes/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  81. data/lib/hubspot/codegen/crm/objects/notes/models/filter.rb +10 -1
  82. data/lib/hubspot/codegen/crm/objects/notes/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  83. data/lib/hubspot/codegen/crm/objects/notes/models/public_object_id.rb +230 -0
  84. data/lib/hubspot/codegen/crm/objects/notes/models/{multi_associated_object_with_label.rb → simple_public_object_input_for_create.rb} +25 -23
  85. data/lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb +9 -9
  86. data/lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb +9 -9
  87. data/lib/hubspot/codegen/crm/objects/postal_mail/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  88. data/lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb +10 -1
  89. data/lib/hubspot/codegen/crm/objects/postal_mail/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  90. data/lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_id.rb +230 -0
  91. data/lib/hubspot/codegen/crm/objects/postal_mail/models/{multi_associated_object_with_label.rb → simple_public_object_input_for_create.rb} +25 -23
  92. data/lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb +9 -9
  93. data/lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb +9 -9
  94. data/lib/hubspot/codegen/crm/objects/tasks/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  95. data/lib/hubspot/codegen/crm/objects/tasks/models/filter.rb +10 -1
  96. data/lib/hubspot/codegen/crm/objects/tasks/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  97. data/lib/hubspot/codegen/crm/objects/tasks/models/public_object_id.rb +230 -0
  98. data/lib/hubspot/codegen/crm/objects/tasks/models/{multi_associated_object_with_label.rb → simple_public_object_input_for_create.rb} +25 -23
  99. data/lib/hubspot/codegen/crm/products/api/basic_api.rb +9 -9
  100. data/lib/hubspot/codegen/crm/products/api/batch_api.rb +9 -9
  101. data/lib/hubspot/codegen/crm/products/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  102. data/lib/hubspot/codegen/crm/products/models/filter.rb +10 -1
  103. data/lib/hubspot/codegen/crm/products/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  104. data/lib/hubspot/codegen/crm/products/models/public_object_id.rb +228 -0
  105. data/lib/hubspot/codegen/crm/products/models/{multi_associated_object_with_label.rb → simple_public_object_input_for_create.rb} +25 -23
  106. data/lib/hubspot/codegen/crm/properties/api/core_api.rb +9 -3
  107. data/lib/hubspot/codegen/crm/properties/api/groups_api.rb +3 -3
  108. data/lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb +18 -18
  109. data/lib/hubspot/codegen/crm/properties/models/batch_response_property.rb +1 -21
  110. data/lib/hubspot/codegen/crm/properties/models/batch_response_property_with_errors.rb +346 -0
  111. data/lib/hubspot/codegen/crm/properties/models/{collection_response_property_group.rb → collection_response_property_group_no_paging.rb} +7 -16
  112. data/lib/hubspot/codegen/crm/properties/models/{collection_response_property.rb → collection_response_property_no_paging.rb} +7 -16
  113. data/lib/hubspot/codegen/crm/properties/models/error_category.rb +20 -20
  114. data/lib/hubspot/codegen/crm/quotes/api/basic_api.rb +9 -9
  115. data/lib/hubspot/codegen/crm/quotes/api/batch_api.rb +9 -9
  116. data/lib/hubspot/codegen/crm/quotes/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  117. data/lib/hubspot/codegen/crm/quotes/models/filter.rb +10 -1
  118. data/lib/hubspot/codegen/crm/quotes/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  119. data/lib/hubspot/codegen/crm/quotes/models/public_object_id.rb +228 -0
  120. data/lib/hubspot/codegen/crm/{contacts/models/multi_associated_object_with_label.rb → quotes/models/simple_public_object_input_for_create.rb} +28 -26
  121. data/lib/hubspot/codegen/crm/tickets/api/basic_api.rb +9 -9
  122. data/lib/hubspot/codegen/crm/tickets/api/batch_api.rb +9 -9
  123. data/lib/hubspot/codegen/crm/tickets/models/{batch_input_simple_public_object_input.rb → batch_input_simple_public_object_input_for_create.rb} +4 -4
  124. data/lib/hubspot/codegen/crm/tickets/models/filter.rb +10 -1
  125. data/lib/hubspot/codegen/crm/tickets/models/{collection_response_multi_associated_object_with_label_forward_paging.rb → public_associations_for_object.rb} +26 -21
  126. data/lib/hubspot/codegen/crm/tickets/models/public_object_id.rb +228 -0
  127. data/lib/hubspot/codegen/crm/{companies/models/multi_associated_object_with_label.rb → tickets/models/simple_public_object_input_for_create.rb} +28 -26
  128. data/lib/hubspot/codegen/oauth/api/access_tokens_api.rb +7 -7
  129. data/lib/hubspot/codegen/oauth/api/refresh_tokens_api.rb +14 -14
  130. data/lib/hubspot/codegen/oauth/api/tokens_api.rb +6 -6
  131. data/lib/hubspot/discovery/crm/companies/client.rb +0 -1
  132. data/lib/hubspot/discovery/crm/contacts/client.rb +0 -1
  133. data/lib/hubspot/discovery/crm/deals/client.rb +0 -1
  134. data/lib/hubspot/discovery/crm/line_items/client.rb +0 -1
  135. data/lib/hubspot/discovery/crm/objects/calls/client.rb +0 -1
  136. data/lib/hubspot/discovery/crm/objects/emails/client.rb +0 -1
  137. data/lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb +0 -1
  138. data/lib/hubspot/discovery/crm/objects/meetings/client.rb +0 -1
  139. data/lib/hubspot/discovery/crm/objects/notes/client.rb +0 -1
  140. data/lib/hubspot/discovery/crm/objects/postal_mail/client.rb +0 -1
  141. data/lib/hubspot/discovery/crm/objects/tasks/client.rb +0 -1
  142. data/lib/hubspot/version.rb +1 -1
  143. data/spec/discovery/cms/hubdb/rows_batch_api_spec.rb +7 -7
  144. data/spec/discovery/oauth/access_tokens_api_spec.rb +1 -1
  145. data/spec/discovery/oauth/refresh_tokens_api_spec.rb +2 -2
  146. data/spec/discovery/oauth/tokens_api_spec.rb +1 -1
  147. metadata +162 -227
  148. data/lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb +0 -239
  149. data/lib/hubspot/codegen/crm/companies/api/associations_api.rb +0 -262
  150. data/lib/hubspot/codegen/crm/companies/models/association_spec_with_label.rb +0 -285
  151. data/lib/hubspot/codegen/crm/companies/models/labels_between_object_pair.rb +0 -286
  152. data/lib/hubspot/codegen/crm/contacts/api/associations_api.rb +0 -262
  153. data/lib/hubspot/codegen/crm/contacts/models/association_spec_with_label.rb +0 -285
  154. data/lib/hubspot/codegen/crm/contacts/models/labels_between_object_pair.rb +0 -286
  155. data/lib/hubspot/codegen/crm/deals/api/associations_api.rb +0 -262
  156. data/lib/hubspot/codegen/crm/deals/models/association_spec_with_label.rb +0 -285
  157. data/lib/hubspot/codegen/crm/deals/models/labels_between_object_pair.rb +0 -286
  158. data/lib/hubspot/codegen/crm/line_items/api/associations_api.rb +0 -262
  159. data/lib/hubspot/codegen/crm/line_items/models/labels_between_object_pair.rb +0 -286
  160. data/lib/hubspot/codegen/crm/objects/calls/api/associations_api.rb +0 -264
  161. data/lib/hubspot/codegen/crm/objects/calls/models/association_spec_with_label.rb +0 -287
  162. data/lib/hubspot/codegen/crm/objects/calls/models/labels_between_object_pair.rb +0 -288
  163. data/lib/hubspot/codegen/crm/objects/emails/api/associations_api.rb +0 -264
  164. data/lib/hubspot/codegen/crm/objects/emails/models/association_spec_with_label.rb +0 -287
  165. data/lib/hubspot/codegen/crm/objects/emails/models/labels_between_object_pair.rb +0 -288
  166. data/lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb +0 -264
  167. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/association_spec_with_label.rb +0 -287
  168. data/lib/hubspot/codegen/crm/objects/feedback_submissions/models/labels_between_object_pair.rb +0 -288
  169. data/lib/hubspot/codegen/crm/objects/meetings/api/associations_api.rb +0 -264
  170. data/lib/hubspot/codegen/crm/objects/meetings/models/association_spec_with_label.rb +0 -287
  171. data/lib/hubspot/codegen/crm/objects/meetings/models/labels_between_object_pair.rb +0 -288
  172. data/lib/hubspot/codegen/crm/objects/notes/api/associations_api.rb +0 -264
  173. data/lib/hubspot/codegen/crm/objects/notes/models/association_spec_with_label.rb +0 -287
  174. data/lib/hubspot/codegen/crm/objects/notes/models/labels_between_object_pair.rb +0 -288
  175. data/lib/hubspot/codegen/crm/objects/postal_mail/api/associations_api.rb +0 -264
  176. data/lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec_with_label.rb +0 -287
  177. data/lib/hubspot/codegen/crm/objects/postal_mail/models/labels_between_object_pair.rb +0 -288
  178. data/lib/hubspot/codegen/crm/objects/tasks/api/associations_api.rb +0 -264
  179. data/lib/hubspot/codegen/crm/objects/tasks/models/association_spec_with_label.rb +0 -287
  180. data/lib/hubspot/codegen/crm/objects/tasks/models/labels_between_object_pair.rb +0 -288
  181. data/lib/hubspot/codegen/crm/products/api/associations_api.rb +0 -262
  182. data/lib/hubspot/codegen/crm/products/models/association_spec_with_label.rb +0 -285
  183. data/lib/hubspot/codegen/crm/products/models/labels_between_object_pair.rb +0 -286
  184. data/lib/hubspot/codegen/crm/properties/models/next_page.rb +0 -237
  185. data/lib/hubspot/codegen/crm/quotes/api/associations_api.rb +0 -262
  186. data/lib/hubspot/codegen/crm/quotes/models/association_spec_with_label.rb +0 -285
  187. data/lib/hubspot/codegen/crm/quotes/models/labels_between_object_pair.rb +0 -286
  188. data/lib/hubspot/codegen/crm/quotes/models/multi_associated_object_with_label.rb +0 -244
  189. data/lib/hubspot/codegen/crm/tickets/api/associations_api.rb +0 -262
  190. data/lib/hubspot/codegen/crm/tickets/models/association_spec_with_label.rb +0 -285
  191. data/lib/hubspot/codegen/crm/tickets/models/labels_between_object_pair.rb +0 -286
  192. data/lib/hubspot/discovery/crm/companies/api/associations_api.rb +0 -13
  193. data/lib/hubspot/discovery/crm/contacts/api/associations_api.rb +0 -13
  194. data/lib/hubspot/discovery/crm/deals/api/associations_api.rb +0 -13
  195. data/lib/hubspot/discovery/crm/line_items/api/associations_api.rb +0 -13
  196. data/lib/hubspot/discovery/crm/objects/calls/api/associations_api.rb +0 -15
  197. data/lib/hubspot/discovery/crm/objects/emails/api/associations_api.rb +0 -15
  198. data/lib/hubspot/discovery/crm/objects/feedback_submissions/api/associations_api.rb +0 -15
  199. data/lib/hubspot/discovery/crm/objects/meetings/api/associations_api.rb +0 -15
  200. data/lib/hubspot/discovery/crm/objects/notes/api/associations_api.rb +0 -15
  201. data/lib/hubspot/discovery/crm/objects/postal_mail/api/associations_api.rb +0 -15
  202. data/lib/hubspot/discovery/crm/objects/tasks/api/associations_api.rb +0 -15
  203. data/spec/discovery/crm/companies/associations_api_spec.rb +0 -9
  204. data/spec/discovery/crm/contacts/associations_api_spec.rb +0 -9
  205. data/spec/discovery/crm/deals/associations_api_spec.rb +0 -9
  206. data/spec/discovery/crm/line_items/associations_api_spec.rb +0 -9
  207. data/spec/discovery/crm/objects/calls/associations_api_spec.rb +0 -9
  208. data/spec/discovery/crm/objects/emails/associations_api_spec.rb +0 -9
  209. data/spec/discovery/crm/objects/feedback_submissions/associations_api_spec.rb +0 -9
  210. data/spec/discovery/crm/objects/meetings/associations_api_spec.rb +0 -9
  211. data/spec/discovery/crm/objects/notes/associations_api_spec.rb +0 -9
  212. data/spec/discovery/crm/objects/postal_mail/associations_api_spec.rb +0 -9
  213. data/spec/discovery/crm/objects/tasks/associations_api_spec.rb +0 -9
  214. data/spec/discovery/crm/products/associations_api_spec.rb +0 -9
  215. data/spec/discovery/crm/quotes/associations_api_spec.rb +0 -7
  216. data/spec/discovery/crm/tickets/associations_api_spec.rb +0 -9
  217. /data/lib/hubspot/codegen/cms/{audit-logs → audit_logs}/api/audit_logs_api.rb +0 -0
  218. /data/lib/hubspot/codegen/cms/{audit-logs → audit_logs}/api_client.rb +0 -0
  219. /data/lib/hubspot/codegen/cms/{audit-logs → audit_logs}/api_error.rb +0 -0
  220. /data/lib/hubspot/codegen/cms/{audit-logs → audit_logs}/configuration.rb +0 -0
  221. /data/lib/hubspot/codegen/cms/{audit-logs → audit_logs}/models/collection_response_public_audit_log.rb +0 -0
  222. /data/lib/hubspot/codegen/cms/{audit-logs → audit_logs}/models/error.rb +0 -0
  223. /data/lib/hubspot/codegen/cms/{audit-logs → audit_logs}/models/error_detail.rb +0 -0
  224. /data/lib/hubspot/codegen/cms/{audit-logs → audit_logs}/models/next_page.rb +0 -0
  225. /data/lib/hubspot/codegen/cms/{audit-logs → audit_logs}/models/paging.rb +0 -0
  226. /data/lib/hubspot/codegen/cms/{audit-logs → audit_logs}/models/public_audit_log.rb +0 -0
  227. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/api/blog_posts_api.rb +0 -0
  228. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/api_client.rb +0 -0
  229. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/api_error.rb +0 -0
  230. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/configuration.rb +0 -0
  231. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/angle.rb +0 -0
  232. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/attach_to_lang_primary_request_v_next.rb +0 -0
  233. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/background_image.rb +0 -0
  234. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/batch_input_blog_post.rb +0 -0
  235. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/batch_input_json_node.rb +0 -0
  236. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/batch_input_string.rb +0 -0
  237. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/batch_response_blog_post.rb +0 -0
  238. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/batch_response_blog_post_with_errors.rb +0 -0
  239. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/blog_post.rb +0 -0
  240. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/blog_post_language_clone_request_v_next.rb +0 -0
  241. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/collection_response_with_total_blog_post_forward_paging.rb +0 -0
  242. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/collection_response_with_total_version_blog_post.rb +0 -0
  243. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/color_stop.rb +0 -0
  244. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/content_clone_request_v_next.rb +0 -0
  245. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/content_language_variation.rb +0 -0
  246. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/content_schedule_request_v_next.rb +0 -0
  247. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/detach_from_lang_group_request_v_next.rb +0 -0
  248. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/error.rb +0 -0
  249. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/error_detail.rb +0 -0
  250. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/forward_paging.rb +0 -0
  251. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/gradient.rb +0 -0
  252. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/layout_section.rb +0 -0
  253. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/next_page.rb +0 -0
  254. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/paging.rb +0 -0
  255. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/previous_page.rb +0 -0
  256. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/rgba_color.rb +0 -0
  257. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/row_meta_data.rb +0 -0
  258. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/set_new_language_primary_request_v_next.rb +0 -0
  259. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/side_or_corner.rb +0 -0
  260. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/standard_error.rb +0 -0
  261. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/styles.rb +0 -0
  262. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/update_languages_request_v_next.rb +0 -0
  263. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/version_blog_post.rb +0 -0
  264. /data/lib/hubspot/codegen/cms/blogs/{blog-posts → blog_posts}/models/version_user.rb +0 -0
  265. /data/lib/hubspot/codegen/cms/{site-search → site_search}/api/public_api.rb +0 -0
  266. /data/lib/hubspot/codegen/cms/{site-search → site_search}/api_client.rb +0 -0
  267. /data/lib/hubspot/codegen/cms/{site-search → site_search}/api_error.rb +0 -0
  268. /data/lib/hubspot/codegen/cms/{site-search → site_search}/configuration.rb +0 -0
  269. /data/lib/hubspot/codegen/cms/{site-search → site_search}/models/content_search_result.rb +0 -0
  270. /data/lib/hubspot/codegen/cms/{site-search → site_search}/models/error.rb +0 -0
  271. /data/lib/hubspot/codegen/cms/{site-search → site_search}/models/error_detail.rb +0 -0
  272. /data/lib/hubspot/codegen/cms/{site-search → site_search}/models/indexed_data.rb +0 -0
  273. /data/lib/hubspot/codegen/cms/{site-search → site_search}/models/indexed_field.rb +0 -0
  274. /data/lib/hubspot/codegen/cms/{site-search → site_search}/models/public_search_results.rb +0 -0
  275. /data/lib/hubspot/codegen/cms/{source-code → source_code}/api/content_api.rb +0 -0
  276. /data/lib/hubspot/codegen/cms/{source-code → source_code}/api/extract_api.rb +0 -0
  277. /data/lib/hubspot/codegen/cms/{source-code → source_code}/api/metadata_api.rb +0 -0
  278. /data/lib/hubspot/codegen/cms/{source-code → source_code}/api/source_code_extract_api.rb +0 -0
  279. /data/lib/hubspot/codegen/cms/{source-code → source_code}/api/validation_api.rb +0 -0
  280. /data/lib/hubspot/codegen/cms/{source-code → source_code}/api_client.rb +0 -0
  281. /data/lib/hubspot/codegen/cms/{source-code → source_code}/api_error.rb +0 -0
  282. /data/lib/hubspot/codegen/cms/{source-code → source_code}/configuration.rb +0 -0
  283. /data/lib/hubspot/codegen/cms/{source-code → source_code}/models/action_response.rb +0 -0
  284. /data/lib/hubspot/codegen/cms/{source-code → source_code}/models/asset_file_metadata.rb +0 -0
  285. /data/lib/hubspot/codegen/cms/{source-code → source_code}/models/error.rb +0 -0
  286. /data/lib/hubspot/codegen/cms/{source-code → source_code}/models/error_detail.rb +0 -0
  287. /data/lib/hubspot/codegen/cms/{source-code → source_code}/models/file_extract_request.rb +0 -0
  288. /data/lib/hubspot/codegen/cms/{source-code → source_code}/models/task_locator.rb +0 -0
  289. /data/lib/hubspot/codegen/cms/{url-redirects → url_redirects}/api/redirects_api.rb +0 -0
  290. /data/lib/hubspot/codegen/cms/{url-redirects → url_redirects}/api_client.rb +0 -0
  291. /data/lib/hubspot/codegen/cms/{url-redirects → url_redirects}/api_error.rb +0 -0
  292. /data/lib/hubspot/codegen/cms/{url-redirects → url_redirects}/configuration.rb +0 -0
  293. /data/lib/hubspot/codegen/cms/{url-redirects → url_redirects}/models/collection_response_with_total_url_mapping_forward_paging.rb +0 -0
  294. /data/lib/hubspot/codegen/cms/{url-redirects → url_redirects}/models/error.rb +0 -0
  295. /data/lib/hubspot/codegen/cms/{url-redirects → url_redirects}/models/error_detail.rb +0 -0
  296. /data/lib/hubspot/codegen/cms/{url-redirects → url_redirects}/models/forward_paging.rb +0 -0
  297. /data/lib/hubspot/codegen/cms/{url-redirects → url_redirects}/models/next_page.rb +0 -0
  298. /data/lib/hubspot/codegen/cms/{url-redirects → url_redirects}/models/url_mapping.rb +0 -0
  299. /data/lib/hubspot/codegen/cms/{url-redirects → url_redirects}/models/url_mapping_create_request_body.rb +0 -0
  300. /data/lib/hubspot/codegen/conversations/{visitor-identification → visitor_identification}/api/generate_api.rb +0 -0
  301. /data/lib/hubspot/codegen/conversations/{visitor-identification → visitor_identification}/api_client.rb +0 -0
  302. /data/lib/hubspot/codegen/conversations/{visitor-identification → visitor_identification}/api_error.rb +0 -0
  303. /data/lib/hubspot/codegen/conversations/{visitor-identification → visitor_identification}/configuration.rb +0 -0
  304. /data/lib/hubspot/codegen/conversations/{visitor-identification → visitor_identification}/models/error.rb +0 -0
  305. /data/lib/hubspot/codegen/conversations/{visitor-identification → visitor_identification}/models/error_detail.rb +0 -0
  306. /data/lib/hubspot/codegen/conversations/{visitor-identification → visitor_identification}/models/identification_token_generation_request.rb +0 -0
  307. /data/lib/hubspot/codegen/conversations/{visitor-identification → visitor_identification}/models/identification_token_response.rb +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubspot-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.4.0
4
+ version: 17.0.0.pre.beta.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - HubSpot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-02 00:00:00.000000000 Z
11
+ date: 2023-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -235,16 +235,16 @@ files:
235
235
  - lib/hubspot/codegen/automation/actions/models/object_request_options.rb
236
236
  - lib/hubspot/codegen/automation/actions/models/option.rb
237
237
  - lib/hubspot/codegen/automation/actions/models/single_field_dependency.rb
238
- - lib/hubspot/codegen/cms/audit-logs/api/audit_logs_api.rb
239
- - lib/hubspot/codegen/cms/audit-logs/api_client.rb
240
- - lib/hubspot/codegen/cms/audit-logs/api_error.rb
241
- - lib/hubspot/codegen/cms/audit-logs/configuration.rb
242
- - lib/hubspot/codegen/cms/audit-logs/models/collection_response_public_audit_log.rb
243
- - lib/hubspot/codegen/cms/audit-logs/models/error.rb
244
- - lib/hubspot/codegen/cms/audit-logs/models/error_detail.rb
245
- - lib/hubspot/codegen/cms/audit-logs/models/next_page.rb
246
- - lib/hubspot/codegen/cms/audit-logs/models/paging.rb
247
- - lib/hubspot/codegen/cms/audit-logs/models/public_audit_log.rb
238
+ - lib/hubspot/codegen/cms/audit_logs/api/audit_logs_api.rb
239
+ - lib/hubspot/codegen/cms/audit_logs/api_client.rb
240
+ - lib/hubspot/codegen/cms/audit_logs/api_error.rb
241
+ - lib/hubspot/codegen/cms/audit_logs/configuration.rb
242
+ - lib/hubspot/codegen/cms/audit_logs/models/collection_response_public_audit_log.rb
243
+ - lib/hubspot/codegen/cms/audit_logs/models/error.rb
244
+ - lib/hubspot/codegen/cms/audit_logs/models/error_detail.rb
245
+ - lib/hubspot/codegen/cms/audit_logs/models/next_page.rb
246
+ - lib/hubspot/codegen/cms/audit_logs/models/paging.rb
247
+ - lib/hubspot/codegen/cms/audit_logs/models/public_audit_log.rb
248
248
  - lib/hubspot/codegen/cms/blogs/authors/api/blog_authors_api.rb
249
249
  - lib/hubspot/codegen/cms/blogs/authors/api_client.rb
250
250
  - lib/hubspot/codegen/cms/blogs/authors/api_error.rb
@@ -266,44 +266,44 @@ files:
266
266
  - lib/hubspot/codegen/cms/blogs/authors/models/set_new_language_primary_request_v_next.rb
267
267
  - lib/hubspot/codegen/cms/blogs/authors/models/standard_error.rb
268
268
  - lib/hubspot/codegen/cms/blogs/authors/models/update_languages_request_v_next.rb
269
- - lib/hubspot/codegen/cms/blogs/blog-posts/api/blog_posts_api.rb
270
- - lib/hubspot/codegen/cms/blogs/blog-posts/api_client.rb
271
- - lib/hubspot/codegen/cms/blogs/blog-posts/api_error.rb
272
- - lib/hubspot/codegen/cms/blogs/blog-posts/configuration.rb
273
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/angle.rb
274
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/attach_to_lang_primary_request_v_next.rb
275
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/background_image.rb
276
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_blog_post.rb
277
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_json_node.rb
278
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_input_string.rb
279
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post.rb
280
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/batch_response_blog_post_with_errors.rb
281
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post.rb
282
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/blog_post_language_clone_request_v_next.rb
283
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_blog_post_forward_paging.rb
284
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/collection_response_with_total_version_blog_post.rb
285
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/color_stop.rb
286
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/content_clone_request_v_next.rb
287
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/content_language_variation.rb
288
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/content_schedule_request_v_next.rb
289
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/detach_from_lang_group_request_v_next.rb
290
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/error.rb
291
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/error_detail.rb
292
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/forward_paging.rb
293
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/gradient.rb
294
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/layout_section.rb
295
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/next_page.rb
296
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/paging.rb
297
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/previous_page.rb
298
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/rgba_color.rb
299
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/row_meta_data.rb
300
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/set_new_language_primary_request_v_next.rb
301
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/side_or_corner.rb
302
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/standard_error.rb
303
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/styles.rb
304
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/update_languages_request_v_next.rb
305
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/version_blog_post.rb
306
- - lib/hubspot/codegen/cms/blogs/blog-posts/models/version_user.rb
269
+ - lib/hubspot/codegen/cms/blogs/blog_posts/api/blog_posts_api.rb
270
+ - lib/hubspot/codegen/cms/blogs/blog_posts/api_client.rb
271
+ - lib/hubspot/codegen/cms/blogs/blog_posts/api_error.rb
272
+ - lib/hubspot/codegen/cms/blogs/blog_posts/configuration.rb
273
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/angle.rb
274
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/attach_to_lang_primary_request_v_next.rb
275
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/background_image.rb
276
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_blog_post.rb
277
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_json_node.rb
278
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_input_string.rb
279
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post.rb
280
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/batch_response_blog_post_with_errors.rb
281
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post.rb
282
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/blog_post_language_clone_request_v_next.rb
283
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_blog_post_forward_paging.rb
284
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/collection_response_with_total_version_blog_post.rb
285
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/color_stop.rb
286
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/content_clone_request_v_next.rb
287
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/content_language_variation.rb
288
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/content_schedule_request_v_next.rb
289
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/detach_from_lang_group_request_v_next.rb
290
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/error.rb
291
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/error_detail.rb
292
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/forward_paging.rb
293
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/gradient.rb
294
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/layout_section.rb
295
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/next_page.rb
296
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/paging.rb
297
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/previous_page.rb
298
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/rgba_color.rb
299
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/row_meta_data.rb
300
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/set_new_language_primary_request_v_next.rb
301
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/side_or_corner.rb
302
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/standard_error.rb
303
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/styles.rb
304
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/update_languages_request_v_next.rb
305
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/version_blog_post.rb
306
+ - lib/hubspot/codegen/cms/blogs/blog_posts/models/version_user.rb
307
307
  - lib/hubspot/codegen/cms/blogs/tags/api/blog_tags_api.rb
308
308
  - lib/hubspot/codegen/cms/blogs/tags/api_client.rb
309
309
  - lib/hubspot/codegen/cms/blogs/tags/api_error.rb
@@ -341,8 +341,8 @@ files:
341
341
  - lib/hubspot/codegen/cms/hubdb/api_client.rb
342
342
  - lib/hubspot/codegen/cms/hubdb/api_error.rb
343
343
  - lib/hubspot/codegen/cms/hubdb/configuration.rb
344
+ - lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_batch_update_request.rb
344
345
  - lib/hubspot/codegen/cms/hubdb/models/batch_input_hub_db_table_row_v3_request.rb
345
- - lib/hubspot/codegen/cms/hubdb/models/batch_input_json_node.rb
346
346
  - lib/hubspot/codegen/cms/hubdb/models/batch_input_string.rb
347
347
  - lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3.rb
348
348
  - lib/hubspot/codegen/cms/hubdb/models/batch_response_hub_db_table_row_v3_with_errors.rb
@@ -356,6 +356,7 @@ files:
356
356
  - lib/hubspot/codegen/cms/hubdb/models/forward_paging.rb
357
357
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_clone_request.rb
358
358
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3.rb
359
+ - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_batch_update_request.rb
359
360
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_row_v3_request.rb
360
361
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3.rb
361
362
  - lib/hubspot/codegen/cms/hubdb/models/hub_db_table_v3_request.rb
@@ -372,41 +373,41 @@ files:
372
373
  - lib/hubspot/codegen/cms/performance/models/error_detail.rb
373
374
  - lib/hubspot/codegen/cms/performance/models/performance_view.rb
374
375
  - lib/hubspot/codegen/cms/performance/models/public_performance_response.rb
375
- - lib/hubspot/codegen/cms/site-search/api/public_api.rb
376
- - lib/hubspot/codegen/cms/site-search/api_client.rb
377
- - lib/hubspot/codegen/cms/site-search/api_error.rb
378
- - lib/hubspot/codegen/cms/site-search/configuration.rb
379
- - lib/hubspot/codegen/cms/site-search/models/content_search_result.rb
380
- - lib/hubspot/codegen/cms/site-search/models/error.rb
381
- - lib/hubspot/codegen/cms/site-search/models/error_detail.rb
382
- - lib/hubspot/codegen/cms/site-search/models/indexed_data.rb
383
- - lib/hubspot/codegen/cms/site-search/models/indexed_field.rb
384
- - lib/hubspot/codegen/cms/site-search/models/public_search_results.rb
385
- - lib/hubspot/codegen/cms/source-code/api/content_api.rb
386
- - lib/hubspot/codegen/cms/source-code/api/extract_api.rb
387
- - lib/hubspot/codegen/cms/source-code/api/metadata_api.rb
388
- - lib/hubspot/codegen/cms/source-code/api/source_code_extract_api.rb
389
- - lib/hubspot/codegen/cms/source-code/api/validation_api.rb
390
- - lib/hubspot/codegen/cms/source-code/api_client.rb
391
- - lib/hubspot/codegen/cms/source-code/api_error.rb
392
- - lib/hubspot/codegen/cms/source-code/configuration.rb
393
- - lib/hubspot/codegen/cms/source-code/models/action_response.rb
394
- - lib/hubspot/codegen/cms/source-code/models/asset_file_metadata.rb
395
- - lib/hubspot/codegen/cms/source-code/models/error.rb
396
- - lib/hubspot/codegen/cms/source-code/models/error_detail.rb
397
- - lib/hubspot/codegen/cms/source-code/models/file_extract_request.rb
398
- - lib/hubspot/codegen/cms/source-code/models/task_locator.rb
399
- - lib/hubspot/codegen/cms/url-redirects/api/redirects_api.rb
400
- - lib/hubspot/codegen/cms/url-redirects/api_client.rb
401
- - lib/hubspot/codegen/cms/url-redirects/api_error.rb
402
- - lib/hubspot/codegen/cms/url-redirects/configuration.rb
403
- - lib/hubspot/codegen/cms/url-redirects/models/collection_response_with_total_url_mapping_forward_paging.rb
404
- - lib/hubspot/codegen/cms/url-redirects/models/error.rb
405
- - lib/hubspot/codegen/cms/url-redirects/models/error_detail.rb
406
- - lib/hubspot/codegen/cms/url-redirects/models/forward_paging.rb
407
- - lib/hubspot/codegen/cms/url-redirects/models/next_page.rb
408
- - lib/hubspot/codegen/cms/url-redirects/models/url_mapping.rb
409
- - lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb
376
+ - lib/hubspot/codegen/cms/site_search/api/public_api.rb
377
+ - lib/hubspot/codegen/cms/site_search/api_client.rb
378
+ - lib/hubspot/codegen/cms/site_search/api_error.rb
379
+ - lib/hubspot/codegen/cms/site_search/configuration.rb
380
+ - lib/hubspot/codegen/cms/site_search/models/content_search_result.rb
381
+ - lib/hubspot/codegen/cms/site_search/models/error.rb
382
+ - lib/hubspot/codegen/cms/site_search/models/error_detail.rb
383
+ - lib/hubspot/codegen/cms/site_search/models/indexed_data.rb
384
+ - lib/hubspot/codegen/cms/site_search/models/indexed_field.rb
385
+ - lib/hubspot/codegen/cms/site_search/models/public_search_results.rb
386
+ - lib/hubspot/codegen/cms/source_code/api/content_api.rb
387
+ - lib/hubspot/codegen/cms/source_code/api/extract_api.rb
388
+ - lib/hubspot/codegen/cms/source_code/api/metadata_api.rb
389
+ - lib/hubspot/codegen/cms/source_code/api/source_code_extract_api.rb
390
+ - lib/hubspot/codegen/cms/source_code/api/validation_api.rb
391
+ - lib/hubspot/codegen/cms/source_code/api_client.rb
392
+ - lib/hubspot/codegen/cms/source_code/api_error.rb
393
+ - lib/hubspot/codegen/cms/source_code/configuration.rb
394
+ - lib/hubspot/codegen/cms/source_code/models/action_response.rb
395
+ - lib/hubspot/codegen/cms/source_code/models/asset_file_metadata.rb
396
+ - lib/hubspot/codegen/cms/source_code/models/error.rb
397
+ - lib/hubspot/codegen/cms/source_code/models/error_detail.rb
398
+ - lib/hubspot/codegen/cms/source_code/models/file_extract_request.rb
399
+ - lib/hubspot/codegen/cms/source_code/models/task_locator.rb
400
+ - lib/hubspot/codegen/cms/url_redirects/api/redirects_api.rb
401
+ - lib/hubspot/codegen/cms/url_redirects/api_client.rb
402
+ - lib/hubspot/codegen/cms/url_redirects/api_error.rb
403
+ - lib/hubspot/codegen/cms/url_redirects/configuration.rb
404
+ - lib/hubspot/codegen/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.rb
405
+ - lib/hubspot/codegen/cms/url_redirects/models/error.rb
406
+ - lib/hubspot/codegen/cms/url_redirects/models/error_detail.rb
407
+ - lib/hubspot/codegen/cms/url_redirects/models/forward_paging.rb
408
+ - lib/hubspot/codegen/cms/url_redirects/models/next_page.rb
409
+ - lib/hubspot/codegen/cms/url_redirects/models/url_mapping.rb
410
+ - lib/hubspot/codegen/cms/url_redirects/models/url_mapping_create_request_body.rb
410
411
  - lib/hubspot/codegen/communication_preferences/api/definition_api.rb
411
412
  - lib/hubspot/codegen/communication_preferences/api/status_api.rb
412
413
  - lib/hubspot/codegen/communication_preferences/api_client.rb
@@ -419,14 +420,14 @@ files:
419
420
  - lib/hubspot/codegen/communication_preferences/models/public_update_subscription_status_request.rb
420
421
  - lib/hubspot/codegen/communication_preferences/models/subscription_definition.rb
421
422
  - lib/hubspot/codegen/communication_preferences/models/subscription_definitions_response.rb
422
- - lib/hubspot/codegen/conversations/visitor-identification/api/generate_api.rb
423
- - lib/hubspot/codegen/conversations/visitor-identification/api_client.rb
424
- - lib/hubspot/codegen/conversations/visitor-identification/api_error.rb
425
- - lib/hubspot/codegen/conversations/visitor-identification/configuration.rb
426
- - lib/hubspot/codegen/conversations/visitor-identification/models/error.rb
427
- - lib/hubspot/codegen/conversations/visitor-identification/models/error_detail.rb
428
- - lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_generation_request.rb
429
- - lib/hubspot/codegen/conversations/visitor-identification/models/identification_token_response.rb
423
+ - lib/hubspot/codegen/conversations/visitor_identification/api/generate_api.rb
424
+ - lib/hubspot/codegen/conversations/visitor_identification/api_client.rb
425
+ - lib/hubspot/codegen/conversations/visitor_identification/api_error.rb
426
+ - lib/hubspot/codegen/conversations/visitor_identification/configuration.rb
427
+ - lib/hubspot/codegen/conversations/visitor_identification/models/error.rb
428
+ - lib/hubspot/codegen/conversations/visitor_identification/models/error_detail.rb
429
+ - lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_generation_request.rb
430
+ - lib/hubspot/codegen/conversations/visitor_identification/models/identification_token_response.rb
430
431
  - lib/hubspot/codegen/crm/associations/api/batch_api.rb
431
432
  - lib/hubspot/codegen/crm/associations/api/types_api.rb
432
433
  - lib/hubspot/codegen/crm/associations/api_client.rb
@@ -440,7 +441,6 @@ files:
440
441
  - lib/hubspot/codegen/crm/associations/models/batch_response_public_association_multi_with_errors.rb
441
442
  - lib/hubspot/codegen/crm/associations/models/batch_response_public_association_with_errors.rb
442
443
  - lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definition_no_paging.rb
443
- - lib/hubspot/codegen/crm/associations/models/collection_response_public_association_definiton.rb
444
444
  - lib/hubspot/codegen/crm/associations/models/error.rb
445
445
  - lib/hubspot/codegen/crm/associations/models/error_category.rb
446
446
  - lib/hubspot/codegen/crm/associations/models/error_detail.rb
@@ -449,7 +449,6 @@ files:
449
449
  - lib/hubspot/codegen/crm/associations/models/previous_page.rb
450
450
  - lib/hubspot/codegen/crm/associations/models/public_association.rb
451
451
  - lib/hubspot/codegen/crm/associations/models/public_association_definition.rb
452
- - lib/hubspot/codegen/crm/associations/models/public_association_definiton.rb
453
452
  - lib/hubspot/codegen/crm/associations/models/public_association_multi.rb
454
453
  - lib/hubspot/codegen/crm/associations/models/public_object_id.rb
455
454
  - lib/hubspot/codegen/crm/associations/models/standard_error.rb
@@ -488,7 +487,6 @@ files:
488
487
  - lib/hubspot/codegen/crm/associations/v4/models/public_fetch_associations_batch_request.rb
489
488
  - lib/hubspot/codegen/crm/associations/v4/models/public_object_id.rb
490
489
  - lib/hubspot/codegen/crm/associations/v4/models/standard_error.rb
491
- - lib/hubspot/codegen/crm/companies/api/associations_api.rb
492
490
  - lib/hubspot/codegen/crm/companies/api/basic_api.rb
493
491
  - lib/hubspot/codegen/crm/companies/api/batch_api.rb
494
492
  - lib/hubspot/codegen/crm/companies/api/public_object_api.rb
@@ -498,15 +496,13 @@ files:
498
496
  - lib/hubspot/codegen/crm/companies/configuration.rb
499
497
  - lib/hubspot/codegen/crm/companies/models/associated_id.rb
500
498
  - lib/hubspot/codegen/crm/companies/models/association_spec.rb
501
- - lib/hubspot/codegen/crm/companies/models/association_spec_with_label.rb
502
499
  - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_batch_input.rb
503
500
  - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_id.rb
504
- - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input.rb
501
+ - lib/hubspot/codegen/crm/companies/models/batch_input_simple_public_object_input_for_create.rb
505
502
  - lib/hubspot/codegen/crm/companies/models/batch_read_input_simple_public_object_id.rb
506
503
  - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object.rb
507
504
  - lib/hubspot/codegen/crm/companies/models/batch_response_simple_public_object_with_errors.rb
508
505
  - lib/hubspot/codegen/crm/companies/models/collection_response_associated_id.rb
509
- - lib/hubspot/codegen/crm/companies/models/collection_response_multi_associated_object_with_label_forward_paging.rb
510
506
  - lib/hubspot/codegen/crm/companies/models/collection_response_simple_public_object_with_associations_forward_paging.rb
511
507
  - lib/hubspot/codegen/crm/companies/models/collection_response_with_total_simple_public_object_forward_paging.rb
512
508
  - lib/hubspot/codegen/crm/companies/models/error.rb
@@ -515,21 +511,21 @@ files:
515
511
  - lib/hubspot/codegen/crm/companies/models/filter.rb
516
512
  - lib/hubspot/codegen/crm/companies/models/filter_group.rb
517
513
  - lib/hubspot/codegen/crm/companies/models/forward_paging.rb
518
- - lib/hubspot/codegen/crm/companies/models/labels_between_object_pair.rb
519
- - lib/hubspot/codegen/crm/companies/models/multi_associated_object_with_label.rb
520
514
  - lib/hubspot/codegen/crm/companies/models/next_page.rb
521
515
  - lib/hubspot/codegen/crm/companies/models/paging.rb
522
516
  - lib/hubspot/codegen/crm/companies/models/previous_page.rb
517
+ - lib/hubspot/codegen/crm/companies/models/public_associations_for_object.rb
523
518
  - lib/hubspot/codegen/crm/companies/models/public_merge_input.rb
519
+ - lib/hubspot/codegen/crm/companies/models/public_object_id.rb
524
520
  - lib/hubspot/codegen/crm/companies/models/public_object_search_request.rb
525
521
  - lib/hubspot/codegen/crm/companies/models/simple_public_object.rb
526
522
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_batch_input.rb
527
523
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_id.rb
528
524
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_input.rb
525
+ - lib/hubspot/codegen/crm/companies/models/simple_public_object_input_for_create.rb
529
526
  - lib/hubspot/codegen/crm/companies/models/simple_public_object_with_associations.rb
530
527
  - lib/hubspot/codegen/crm/companies/models/standard_error.rb
531
528
  - lib/hubspot/codegen/crm/companies/models/value_with_timestamp.rb
532
- - lib/hubspot/codegen/crm/contacts/api/associations_api.rb
533
529
  - lib/hubspot/codegen/crm/contacts/api/basic_api.rb
534
530
  - lib/hubspot/codegen/crm/contacts/api/batch_api.rb
535
531
  - lib/hubspot/codegen/crm/contacts/api/gdpr_api.rb
@@ -540,15 +536,13 @@ files:
540
536
  - lib/hubspot/codegen/crm/contacts/configuration.rb
541
537
  - lib/hubspot/codegen/crm/contacts/models/associated_id.rb
542
538
  - lib/hubspot/codegen/crm/contacts/models/association_spec.rb
543
- - lib/hubspot/codegen/crm/contacts/models/association_spec_with_label.rb
544
539
  - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_batch_input.rb
545
540
  - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_id.rb
546
- - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input.rb
541
+ - lib/hubspot/codegen/crm/contacts/models/batch_input_simple_public_object_input_for_create.rb
547
542
  - lib/hubspot/codegen/crm/contacts/models/batch_read_input_simple_public_object_id.rb
548
543
  - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object.rb
549
544
  - lib/hubspot/codegen/crm/contacts/models/batch_response_simple_public_object_with_errors.rb
550
545
  - lib/hubspot/codegen/crm/contacts/models/collection_response_associated_id.rb
551
- - lib/hubspot/codegen/crm/contacts/models/collection_response_multi_associated_object_with_label_forward_paging.rb
552
546
  - lib/hubspot/codegen/crm/contacts/models/collection_response_simple_public_object_with_associations_forward_paging.rb
553
547
  - lib/hubspot/codegen/crm/contacts/models/collection_response_with_total_simple_public_object_forward_paging.rb
554
548
  - lib/hubspot/codegen/crm/contacts/models/error.rb
@@ -557,22 +551,22 @@ files:
557
551
  - lib/hubspot/codegen/crm/contacts/models/filter.rb
558
552
  - lib/hubspot/codegen/crm/contacts/models/filter_group.rb
559
553
  - lib/hubspot/codegen/crm/contacts/models/forward_paging.rb
560
- - lib/hubspot/codegen/crm/contacts/models/labels_between_object_pair.rb
561
- - lib/hubspot/codegen/crm/contacts/models/multi_associated_object_with_label.rb
562
554
  - lib/hubspot/codegen/crm/contacts/models/next_page.rb
563
555
  - lib/hubspot/codegen/crm/contacts/models/paging.rb
564
556
  - lib/hubspot/codegen/crm/contacts/models/previous_page.rb
557
+ - lib/hubspot/codegen/crm/contacts/models/public_associations_for_object.rb
565
558
  - lib/hubspot/codegen/crm/contacts/models/public_gdpr_delete_input.rb
566
559
  - lib/hubspot/codegen/crm/contacts/models/public_merge_input.rb
560
+ - lib/hubspot/codegen/crm/contacts/models/public_object_id.rb
567
561
  - lib/hubspot/codegen/crm/contacts/models/public_object_search_request.rb
568
562
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object.rb
569
563
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_batch_input.rb
570
564
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_id.rb
571
565
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_input.rb
566
+ - lib/hubspot/codegen/crm/contacts/models/simple_public_object_input_for_create.rb
572
567
  - lib/hubspot/codegen/crm/contacts/models/simple_public_object_with_associations.rb
573
568
  - lib/hubspot/codegen/crm/contacts/models/standard_error.rb
574
569
  - lib/hubspot/codegen/crm/contacts/models/value_with_timestamp.rb
575
- - lib/hubspot/codegen/crm/deals/api/associations_api.rb
576
570
  - lib/hubspot/codegen/crm/deals/api/basic_api.rb
577
571
  - lib/hubspot/codegen/crm/deals/api/batch_api.rb
578
572
  - lib/hubspot/codegen/crm/deals/api/public_object_api.rb
@@ -582,15 +576,13 @@ files:
582
576
  - lib/hubspot/codegen/crm/deals/configuration.rb
583
577
  - lib/hubspot/codegen/crm/deals/models/associated_id.rb
584
578
  - lib/hubspot/codegen/crm/deals/models/association_spec.rb
585
- - lib/hubspot/codegen/crm/deals/models/association_spec_with_label.rb
586
579
  - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_batch_input.rb
587
580
  - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_id.rb
588
- - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input.rb
581
+ - lib/hubspot/codegen/crm/deals/models/batch_input_simple_public_object_input_for_create.rb
589
582
  - lib/hubspot/codegen/crm/deals/models/batch_read_input_simple_public_object_id.rb
590
583
  - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object.rb
591
584
  - lib/hubspot/codegen/crm/deals/models/batch_response_simple_public_object_with_errors.rb
592
585
  - lib/hubspot/codegen/crm/deals/models/collection_response_associated_id.rb
593
- - lib/hubspot/codegen/crm/deals/models/collection_response_multi_associated_object_with_label_forward_paging.rb
594
586
  - lib/hubspot/codegen/crm/deals/models/collection_response_simple_public_object_with_associations_forward_paging.rb
595
587
  - lib/hubspot/codegen/crm/deals/models/collection_response_with_total_simple_public_object_forward_paging.rb
596
588
  - lib/hubspot/codegen/crm/deals/models/error.rb
@@ -599,17 +591,18 @@ files:
599
591
  - lib/hubspot/codegen/crm/deals/models/filter.rb
600
592
  - lib/hubspot/codegen/crm/deals/models/filter_group.rb
601
593
  - lib/hubspot/codegen/crm/deals/models/forward_paging.rb
602
- - lib/hubspot/codegen/crm/deals/models/labels_between_object_pair.rb
603
- - lib/hubspot/codegen/crm/deals/models/multi_associated_object_with_label.rb
604
594
  - lib/hubspot/codegen/crm/deals/models/next_page.rb
605
595
  - lib/hubspot/codegen/crm/deals/models/paging.rb
606
596
  - lib/hubspot/codegen/crm/deals/models/previous_page.rb
597
+ - lib/hubspot/codegen/crm/deals/models/public_associations_for_object.rb
607
598
  - lib/hubspot/codegen/crm/deals/models/public_merge_input.rb
599
+ - lib/hubspot/codegen/crm/deals/models/public_object_id.rb
608
600
  - lib/hubspot/codegen/crm/deals/models/public_object_search_request.rb
609
601
  - lib/hubspot/codegen/crm/deals/models/simple_public_object.rb
610
602
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_batch_input.rb
611
603
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_id.rb
612
604
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_input.rb
605
+ - lib/hubspot/codegen/crm/deals/models/simple_public_object_input_for_create.rb
613
606
  - lib/hubspot/codegen/crm/deals/models/simple_public_object_with_associations.rb
614
607
  - lib/hubspot/codegen/crm/deals/models/standard_error.rb
615
608
  - lib/hubspot/codegen/crm/deals/models/value_with_timestamp.rb
@@ -718,7 +711,6 @@ files:
718
711
  - lib/hubspot/codegen/crm/imports/models/public_import_metadata.rb
719
712
  - lib/hubspot/codegen/crm/imports/models/public_import_response.rb
720
713
  - lib/hubspot/codegen/crm/imports/models/public_object_list_record.rb
721
- - lib/hubspot/codegen/crm/line_items/api/associations_api.rb
722
714
  - lib/hubspot/codegen/crm/line_items/api/basic_api.rb
723
715
  - lib/hubspot/codegen/crm/line_items/api/batch_api.rb
724
716
  - lib/hubspot/codegen/crm/line_items/api/public_object_api.rb
@@ -728,15 +720,13 @@ files:
728
720
  - lib/hubspot/codegen/crm/line_items/configuration.rb
729
721
  - lib/hubspot/codegen/crm/line_items/models/associated_id.rb
730
722
  - lib/hubspot/codegen/crm/line_items/models/association_spec.rb
731
- - lib/hubspot/codegen/crm/line_items/models/association_spec_with_label.rb
732
723
  - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_batch_input.rb
733
724
  - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_id.rb
734
- - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input.rb
725
+ - lib/hubspot/codegen/crm/line_items/models/batch_input_simple_public_object_input_for_create.rb
735
726
  - lib/hubspot/codegen/crm/line_items/models/batch_read_input_simple_public_object_id.rb
736
727
  - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object.rb
737
728
  - lib/hubspot/codegen/crm/line_items/models/batch_response_simple_public_object_with_errors.rb
738
729
  - lib/hubspot/codegen/crm/line_items/models/collection_response_associated_id.rb
739
- - lib/hubspot/codegen/crm/line_items/models/collection_response_multi_associated_object_with_label_forward_paging.rb
740
730
  - lib/hubspot/codegen/crm/line_items/models/collection_response_simple_public_object_with_associations_forward_paging.rb
741
731
  - lib/hubspot/codegen/crm/line_items/models/collection_response_with_total_simple_public_object_forward_paging.rb
742
732
  - lib/hubspot/codegen/crm/line_items/models/error.rb
@@ -745,17 +735,18 @@ files:
745
735
  - lib/hubspot/codegen/crm/line_items/models/filter.rb
746
736
  - lib/hubspot/codegen/crm/line_items/models/filter_group.rb
747
737
  - lib/hubspot/codegen/crm/line_items/models/forward_paging.rb
748
- - lib/hubspot/codegen/crm/line_items/models/labels_between_object_pair.rb
749
- - lib/hubspot/codegen/crm/line_items/models/multi_associated_object_with_label.rb
750
738
  - lib/hubspot/codegen/crm/line_items/models/next_page.rb
751
739
  - lib/hubspot/codegen/crm/line_items/models/paging.rb
752
740
  - lib/hubspot/codegen/crm/line_items/models/previous_page.rb
741
+ - lib/hubspot/codegen/crm/line_items/models/public_associations_for_object.rb
753
742
  - lib/hubspot/codegen/crm/line_items/models/public_merge_input.rb
743
+ - lib/hubspot/codegen/crm/line_items/models/public_object_id.rb
754
744
  - lib/hubspot/codegen/crm/line_items/models/public_object_search_request.rb
755
745
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object.rb
756
746
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_batch_input.rb
757
747
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_id.rb
758
748
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_input.rb
749
+ - lib/hubspot/codegen/crm/line_items/models/simple_public_object_input_for_create.rb
759
750
  - lib/hubspot/codegen/crm/line_items/models/simple_public_object_with_associations.rb
760
751
  - lib/hubspot/codegen/crm/line_items/models/standard_error.rb
761
752
  - lib/hubspot/codegen/crm/line_items/models/value_with_timestamp.rb
@@ -767,7 +758,6 @@ files:
767
758
  - lib/hubspot/codegen/crm/objects/api/search_api.rb
768
759
  - lib/hubspot/codegen/crm/objects/api_client.rb
769
760
  - lib/hubspot/codegen/crm/objects/api_error.rb
770
- - lib/hubspot/codegen/crm/objects/calls/api/associations_api.rb
771
761
  - lib/hubspot/codegen/crm/objects/calls/api/basic_api.rb
772
762
  - lib/hubspot/codegen/crm/objects/calls/api/batch_api.rb
773
763
  - lib/hubspot/codegen/crm/objects/calls/api/public_object_api.rb
@@ -777,15 +767,13 @@ files:
777
767
  - lib/hubspot/codegen/crm/objects/calls/configuration.rb
778
768
  - lib/hubspot/codegen/crm/objects/calls/models/associated_id.rb
779
769
  - lib/hubspot/codegen/crm/objects/calls/models/association_spec.rb
780
- - lib/hubspot/codegen/crm/objects/calls/models/association_spec_with_label.rb
781
770
  - lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_batch_input.rb
782
771
  - lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_id.rb
783
- - lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input.rb
772
+ - lib/hubspot/codegen/crm/objects/calls/models/batch_input_simple_public_object_input_for_create.rb
784
773
  - lib/hubspot/codegen/crm/objects/calls/models/batch_read_input_simple_public_object_id.rb
785
774
  - lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object.rb
786
775
  - lib/hubspot/codegen/crm/objects/calls/models/batch_response_simple_public_object_with_errors.rb
787
776
  - lib/hubspot/codegen/crm/objects/calls/models/collection_response_associated_id.rb
788
- - lib/hubspot/codegen/crm/objects/calls/models/collection_response_multi_associated_object_with_label_forward_paging.rb
789
777
  - lib/hubspot/codegen/crm/objects/calls/models/collection_response_simple_public_object_with_associations_forward_paging.rb
790
778
  - lib/hubspot/codegen/crm/objects/calls/models/collection_response_with_total_simple_public_object_forward_paging.rb
791
779
  - lib/hubspot/codegen/crm/objects/calls/models/error.rb
@@ -794,22 +782,22 @@ files:
794
782
  - lib/hubspot/codegen/crm/objects/calls/models/filter.rb
795
783
  - lib/hubspot/codegen/crm/objects/calls/models/filter_group.rb
796
784
  - lib/hubspot/codegen/crm/objects/calls/models/forward_paging.rb
797
- - lib/hubspot/codegen/crm/objects/calls/models/labels_between_object_pair.rb
798
- - lib/hubspot/codegen/crm/objects/calls/models/multi_associated_object_with_label.rb
799
785
  - lib/hubspot/codegen/crm/objects/calls/models/next_page.rb
800
786
  - lib/hubspot/codegen/crm/objects/calls/models/paging.rb
801
787
  - lib/hubspot/codegen/crm/objects/calls/models/previous_page.rb
788
+ - lib/hubspot/codegen/crm/objects/calls/models/public_associations_for_object.rb
802
789
  - lib/hubspot/codegen/crm/objects/calls/models/public_merge_input.rb
790
+ - lib/hubspot/codegen/crm/objects/calls/models/public_object_id.rb
803
791
  - lib/hubspot/codegen/crm/objects/calls/models/public_object_search_request.rb
804
792
  - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object.rb
805
793
  - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_batch_input.rb
806
794
  - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_id.rb
807
795
  - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input.rb
796
+ - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_input_for_create.rb
808
797
  - lib/hubspot/codegen/crm/objects/calls/models/simple_public_object_with_associations.rb
809
798
  - lib/hubspot/codegen/crm/objects/calls/models/standard_error.rb
810
799
  - lib/hubspot/codegen/crm/objects/calls/models/value_with_timestamp.rb
811
800
  - lib/hubspot/codegen/crm/objects/configuration.rb
812
- - lib/hubspot/codegen/crm/objects/emails/api/associations_api.rb
813
801
  - lib/hubspot/codegen/crm/objects/emails/api/basic_api.rb
814
802
  - lib/hubspot/codegen/crm/objects/emails/api/batch_api.rb
815
803
  - lib/hubspot/codegen/crm/objects/emails/api/public_object_api.rb
@@ -819,15 +807,13 @@ files:
819
807
  - lib/hubspot/codegen/crm/objects/emails/configuration.rb
820
808
  - lib/hubspot/codegen/crm/objects/emails/models/associated_id.rb
821
809
  - lib/hubspot/codegen/crm/objects/emails/models/association_spec.rb
822
- - lib/hubspot/codegen/crm/objects/emails/models/association_spec_with_label.rb
823
810
  - lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_batch_input.rb
824
811
  - lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_id.rb
825
- - lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input.rb
812
+ - lib/hubspot/codegen/crm/objects/emails/models/batch_input_simple_public_object_input_for_create.rb
826
813
  - lib/hubspot/codegen/crm/objects/emails/models/batch_read_input_simple_public_object_id.rb
827
814
  - lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object.rb
828
815
  - lib/hubspot/codegen/crm/objects/emails/models/batch_response_simple_public_object_with_errors.rb
829
816
  - lib/hubspot/codegen/crm/objects/emails/models/collection_response_associated_id.rb
830
- - lib/hubspot/codegen/crm/objects/emails/models/collection_response_multi_associated_object_with_label_forward_paging.rb
831
817
  - lib/hubspot/codegen/crm/objects/emails/models/collection_response_simple_public_object_with_associations_forward_paging.rb
832
818
  - lib/hubspot/codegen/crm/objects/emails/models/collection_response_with_total_simple_public_object_forward_paging.rb
833
819
  - lib/hubspot/codegen/crm/objects/emails/models/error.rb
@@ -836,21 +822,21 @@ files:
836
822
  - lib/hubspot/codegen/crm/objects/emails/models/filter.rb
837
823
  - lib/hubspot/codegen/crm/objects/emails/models/filter_group.rb
838
824
  - lib/hubspot/codegen/crm/objects/emails/models/forward_paging.rb
839
- - lib/hubspot/codegen/crm/objects/emails/models/labels_between_object_pair.rb
840
- - lib/hubspot/codegen/crm/objects/emails/models/multi_associated_object_with_label.rb
841
825
  - lib/hubspot/codegen/crm/objects/emails/models/next_page.rb
842
826
  - lib/hubspot/codegen/crm/objects/emails/models/paging.rb
843
827
  - lib/hubspot/codegen/crm/objects/emails/models/previous_page.rb
828
+ - lib/hubspot/codegen/crm/objects/emails/models/public_associations_for_object.rb
844
829
  - lib/hubspot/codegen/crm/objects/emails/models/public_merge_input.rb
830
+ - lib/hubspot/codegen/crm/objects/emails/models/public_object_id.rb
845
831
  - lib/hubspot/codegen/crm/objects/emails/models/public_object_search_request.rb
846
832
  - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object.rb
847
833
  - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_batch_input.rb
848
834
  - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_id.rb
849
835
  - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input.rb
836
+ - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_input_for_create.rb
850
837
  - lib/hubspot/codegen/crm/objects/emails/models/simple_public_object_with_associations.rb
851
838
  - lib/hubspot/codegen/crm/objects/emails/models/standard_error.rb
852
839
  - lib/hubspot/codegen/crm/objects/emails/models/value_with_timestamp.rb
853
- - lib/hubspot/codegen/crm/objects/feedback_submissions/api/associations_api.rb
854
840
  - lib/hubspot/codegen/crm/objects/feedback_submissions/api/basic_api.rb
855
841
  - lib/hubspot/codegen/crm/objects/feedback_submissions/api/batch_api.rb
856
842
  - lib/hubspot/codegen/crm/objects/feedback_submissions/api/public_object_api.rb
@@ -860,15 +846,13 @@ files:
860
846
  - lib/hubspot/codegen/crm/objects/feedback_submissions/configuration.rb
861
847
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/associated_id.rb
862
848
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/association_spec.rb
863
- - lib/hubspot/codegen/crm/objects/feedback_submissions/models/association_spec_with_label.rb
864
849
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_batch_input.rb
865
850
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_id.rb
866
- - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input.rb
851
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_input_simple_public_object_input_for_create.rb
867
852
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_read_input_simple_public_object_id.rb
868
853
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object.rb
869
854
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/batch_response_simple_public_object_with_errors.rb
870
855
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_associated_id.rb
871
- - lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_multi_associated_object_with_label_forward_paging.rb
872
856
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_simple_public_object_with_associations_forward_paging.rb
873
857
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/collection_response_with_total_simple_public_object_forward_paging.rb
874
858
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/error.rb
@@ -877,21 +861,21 @@ files:
877
861
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter.rb
878
862
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/filter_group.rb
879
863
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/forward_paging.rb
880
- - lib/hubspot/codegen/crm/objects/feedback_submissions/models/labels_between_object_pair.rb
881
- - lib/hubspot/codegen/crm/objects/feedback_submissions/models/multi_associated_object_with_label.rb
882
864
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/next_page.rb
883
865
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/paging.rb
884
866
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/previous_page.rb
867
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_associations_for_object.rb
885
868
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_merge_input.rb
869
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_id.rb
886
870
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/public_object_search_request.rb
887
871
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object.rb
888
872
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_batch_input.rb
889
873
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_id.rb
890
874
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input.rb
875
+ - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_input_for_create.rb
891
876
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/simple_public_object_with_associations.rb
892
877
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/standard_error.rb
893
878
  - lib/hubspot/codegen/crm/objects/feedback_submissions/models/value_with_timestamp.rb
894
- - lib/hubspot/codegen/crm/objects/meetings/api/associations_api.rb
895
879
  - lib/hubspot/codegen/crm/objects/meetings/api/basic_api.rb
896
880
  - lib/hubspot/codegen/crm/objects/meetings/api/batch_api.rb
897
881
  - lib/hubspot/codegen/crm/objects/meetings/api/public_object_api.rb
@@ -901,15 +885,13 @@ files:
901
885
  - lib/hubspot/codegen/crm/objects/meetings/configuration.rb
902
886
  - lib/hubspot/codegen/crm/objects/meetings/models/associated_id.rb
903
887
  - lib/hubspot/codegen/crm/objects/meetings/models/association_spec.rb
904
- - lib/hubspot/codegen/crm/objects/meetings/models/association_spec_with_label.rb
905
888
  - lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_batch_input.rb
906
889
  - lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_id.rb
907
- - lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input.rb
890
+ - lib/hubspot/codegen/crm/objects/meetings/models/batch_input_simple_public_object_input_for_create.rb
908
891
  - lib/hubspot/codegen/crm/objects/meetings/models/batch_read_input_simple_public_object_id.rb
909
892
  - lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object.rb
910
893
  - lib/hubspot/codegen/crm/objects/meetings/models/batch_response_simple_public_object_with_errors.rb
911
894
  - lib/hubspot/codegen/crm/objects/meetings/models/collection_response_associated_id.rb
912
- - lib/hubspot/codegen/crm/objects/meetings/models/collection_response_multi_associated_object_with_label_forward_paging.rb
913
895
  - lib/hubspot/codegen/crm/objects/meetings/models/collection_response_simple_public_object_with_associations_forward_paging.rb
914
896
  - lib/hubspot/codegen/crm/objects/meetings/models/collection_response_with_total_simple_public_object_forward_paging.rb
915
897
  - lib/hubspot/codegen/crm/objects/meetings/models/error.rb
@@ -918,24 +900,26 @@ files:
918
900
  - lib/hubspot/codegen/crm/objects/meetings/models/filter.rb
919
901
  - lib/hubspot/codegen/crm/objects/meetings/models/filter_group.rb
920
902
  - lib/hubspot/codegen/crm/objects/meetings/models/forward_paging.rb
921
- - lib/hubspot/codegen/crm/objects/meetings/models/labels_between_object_pair.rb
922
- - lib/hubspot/codegen/crm/objects/meetings/models/multi_associated_object_with_label.rb
923
903
  - lib/hubspot/codegen/crm/objects/meetings/models/next_page.rb
924
904
  - lib/hubspot/codegen/crm/objects/meetings/models/paging.rb
925
905
  - lib/hubspot/codegen/crm/objects/meetings/models/previous_page.rb
906
+ - lib/hubspot/codegen/crm/objects/meetings/models/public_associations_for_object.rb
926
907
  - lib/hubspot/codegen/crm/objects/meetings/models/public_merge_input.rb
908
+ - lib/hubspot/codegen/crm/objects/meetings/models/public_object_id.rb
927
909
  - lib/hubspot/codegen/crm/objects/meetings/models/public_object_search_request.rb
928
910
  - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object.rb
929
911
  - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_batch_input.rb
930
912
  - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_id.rb
931
913
  - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input.rb
914
+ - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_input_for_create.rb
932
915
  - lib/hubspot/codegen/crm/objects/meetings/models/simple_public_object_with_associations.rb
933
916
  - lib/hubspot/codegen/crm/objects/meetings/models/standard_error.rb
934
917
  - lib/hubspot/codegen/crm/objects/meetings/models/value_with_timestamp.rb
935
918
  - lib/hubspot/codegen/crm/objects/models/associated_id.rb
919
+ - lib/hubspot/codegen/crm/objects/models/association_spec.rb
936
920
  - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_batch_input.rb
937
921
  - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_id.rb
938
- - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input.rb
922
+ - lib/hubspot/codegen/crm/objects/models/batch_input_simple_public_object_input_for_create.rb
939
923
  - lib/hubspot/codegen/crm/objects/models/batch_read_input_simple_public_object_id.rb
940
924
  - lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object.rb
941
925
  - lib/hubspot/codegen/crm/objects/models/batch_response_simple_public_object_with_errors.rb
@@ -952,17 +936,19 @@ files:
952
936
  - lib/hubspot/codegen/crm/objects/models/next_page.rb
953
937
  - lib/hubspot/codegen/crm/objects/models/paging.rb
954
938
  - lib/hubspot/codegen/crm/objects/models/previous_page.rb
939
+ - lib/hubspot/codegen/crm/objects/models/public_associations_for_object.rb
955
940
  - lib/hubspot/codegen/crm/objects/models/public_gdpr_delete_input.rb
956
941
  - lib/hubspot/codegen/crm/objects/models/public_merge_input.rb
942
+ - lib/hubspot/codegen/crm/objects/models/public_object_id.rb
957
943
  - lib/hubspot/codegen/crm/objects/models/public_object_search_request.rb
958
944
  - lib/hubspot/codegen/crm/objects/models/simple_public_object.rb
959
945
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_batch_input.rb
960
946
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_id.rb
961
947
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_input.rb
948
+ - lib/hubspot/codegen/crm/objects/models/simple_public_object_input_for_create.rb
962
949
  - lib/hubspot/codegen/crm/objects/models/simple_public_object_with_associations.rb
963
950
  - lib/hubspot/codegen/crm/objects/models/standard_error.rb
964
951
  - lib/hubspot/codegen/crm/objects/models/value_with_timestamp.rb
965
- - lib/hubspot/codegen/crm/objects/notes/api/associations_api.rb
966
952
  - lib/hubspot/codegen/crm/objects/notes/api/basic_api.rb
967
953
  - lib/hubspot/codegen/crm/objects/notes/api/batch_api.rb
968
954
  - lib/hubspot/codegen/crm/objects/notes/api/public_object_api.rb
@@ -972,15 +958,13 @@ files:
972
958
  - lib/hubspot/codegen/crm/objects/notes/configuration.rb
973
959
  - lib/hubspot/codegen/crm/objects/notes/models/associated_id.rb
974
960
  - lib/hubspot/codegen/crm/objects/notes/models/association_spec.rb
975
- - lib/hubspot/codegen/crm/objects/notes/models/association_spec_with_label.rb
976
961
  - lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_batch_input.rb
977
962
  - lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_id.rb
978
- - lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input.rb
963
+ - lib/hubspot/codegen/crm/objects/notes/models/batch_input_simple_public_object_input_for_create.rb
979
964
  - lib/hubspot/codegen/crm/objects/notes/models/batch_read_input_simple_public_object_id.rb
980
965
  - lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object.rb
981
966
  - lib/hubspot/codegen/crm/objects/notes/models/batch_response_simple_public_object_with_errors.rb
982
967
  - lib/hubspot/codegen/crm/objects/notes/models/collection_response_associated_id.rb
983
- - lib/hubspot/codegen/crm/objects/notes/models/collection_response_multi_associated_object_with_label_forward_paging.rb
984
968
  - lib/hubspot/codegen/crm/objects/notes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
985
969
  - lib/hubspot/codegen/crm/objects/notes/models/collection_response_with_total_simple_public_object_forward_paging.rb
986
970
  - lib/hubspot/codegen/crm/objects/notes/models/error.rb
@@ -989,21 +973,21 @@ files:
989
973
  - lib/hubspot/codegen/crm/objects/notes/models/filter.rb
990
974
  - lib/hubspot/codegen/crm/objects/notes/models/filter_group.rb
991
975
  - lib/hubspot/codegen/crm/objects/notes/models/forward_paging.rb
992
- - lib/hubspot/codegen/crm/objects/notes/models/labels_between_object_pair.rb
993
- - lib/hubspot/codegen/crm/objects/notes/models/multi_associated_object_with_label.rb
994
976
  - lib/hubspot/codegen/crm/objects/notes/models/next_page.rb
995
977
  - lib/hubspot/codegen/crm/objects/notes/models/paging.rb
996
978
  - lib/hubspot/codegen/crm/objects/notes/models/previous_page.rb
979
+ - lib/hubspot/codegen/crm/objects/notes/models/public_associations_for_object.rb
997
980
  - lib/hubspot/codegen/crm/objects/notes/models/public_merge_input.rb
981
+ - lib/hubspot/codegen/crm/objects/notes/models/public_object_id.rb
998
982
  - lib/hubspot/codegen/crm/objects/notes/models/public_object_search_request.rb
999
983
  - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object.rb
1000
984
  - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_batch_input.rb
1001
985
  - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_id.rb
1002
986
  - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input.rb
987
+ - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_input_for_create.rb
1003
988
  - lib/hubspot/codegen/crm/objects/notes/models/simple_public_object_with_associations.rb
1004
989
  - lib/hubspot/codegen/crm/objects/notes/models/standard_error.rb
1005
990
  - lib/hubspot/codegen/crm/objects/notes/models/value_with_timestamp.rb
1006
- - lib/hubspot/codegen/crm/objects/postal_mail/api/associations_api.rb
1007
991
  - lib/hubspot/codegen/crm/objects/postal_mail/api/basic_api.rb
1008
992
  - lib/hubspot/codegen/crm/objects/postal_mail/api/batch_api.rb
1009
993
  - lib/hubspot/codegen/crm/objects/postal_mail/api/public_object_api.rb
@@ -1013,15 +997,13 @@ files:
1013
997
  - lib/hubspot/codegen/crm/objects/postal_mail/configuration.rb
1014
998
  - lib/hubspot/codegen/crm/objects/postal_mail/models/associated_id.rb
1015
999
  - lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec.rb
1016
- - lib/hubspot/codegen/crm/objects/postal_mail/models/association_spec_with_label.rb
1017
1000
  - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_batch_input.rb
1018
1001
  - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_id.rb
1019
- - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input.rb
1002
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_input_simple_public_object_input_for_create.rb
1020
1003
  - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_read_input_simple_public_object_id.rb
1021
1004
  - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object.rb
1022
1005
  - lib/hubspot/codegen/crm/objects/postal_mail/models/batch_response_simple_public_object_with_errors.rb
1023
1006
  - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_associated_id.rb
1024
- - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_multi_associated_object_with_label_forward_paging.rb
1025
1007
  - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1026
1008
  - lib/hubspot/codegen/crm/objects/postal_mail/models/collection_response_with_total_simple_public_object_forward_paging.rb
1027
1009
  - lib/hubspot/codegen/crm/objects/postal_mail/models/error.rb
@@ -1030,21 +1012,21 @@ files:
1030
1012
  - lib/hubspot/codegen/crm/objects/postal_mail/models/filter.rb
1031
1013
  - lib/hubspot/codegen/crm/objects/postal_mail/models/filter_group.rb
1032
1014
  - lib/hubspot/codegen/crm/objects/postal_mail/models/forward_paging.rb
1033
- - lib/hubspot/codegen/crm/objects/postal_mail/models/labels_between_object_pair.rb
1034
- - lib/hubspot/codegen/crm/objects/postal_mail/models/multi_associated_object_with_label.rb
1035
1015
  - lib/hubspot/codegen/crm/objects/postal_mail/models/next_page.rb
1036
1016
  - lib/hubspot/codegen/crm/objects/postal_mail/models/paging.rb
1037
1017
  - lib/hubspot/codegen/crm/objects/postal_mail/models/previous_page.rb
1018
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/public_associations_for_object.rb
1038
1019
  - lib/hubspot/codegen/crm/objects/postal_mail/models/public_merge_input.rb
1020
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_id.rb
1039
1021
  - lib/hubspot/codegen/crm/objects/postal_mail/models/public_object_search_request.rb
1040
1022
  - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object.rb
1041
1023
  - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_batch_input.rb
1042
1024
  - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_id.rb
1043
1025
  - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input.rb
1026
+ - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_input_for_create.rb
1044
1027
  - lib/hubspot/codegen/crm/objects/postal_mail/models/simple_public_object_with_associations.rb
1045
1028
  - lib/hubspot/codegen/crm/objects/postal_mail/models/standard_error.rb
1046
1029
  - lib/hubspot/codegen/crm/objects/postal_mail/models/value_with_timestamp.rb
1047
- - lib/hubspot/codegen/crm/objects/tasks/api/associations_api.rb
1048
1030
  - lib/hubspot/codegen/crm/objects/tasks/api/basic_api.rb
1049
1031
  - lib/hubspot/codegen/crm/objects/tasks/api/batch_api.rb
1050
1032
  - lib/hubspot/codegen/crm/objects/tasks/api/public_object_api.rb
@@ -1054,15 +1036,13 @@ files:
1054
1036
  - lib/hubspot/codegen/crm/objects/tasks/configuration.rb
1055
1037
  - lib/hubspot/codegen/crm/objects/tasks/models/associated_id.rb
1056
1038
  - lib/hubspot/codegen/crm/objects/tasks/models/association_spec.rb
1057
- - lib/hubspot/codegen/crm/objects/tasks/models/association_spec_with_label.rb
1058
1039
  - lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_batch_input.rb
1059
1040
  - lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_id.rb
1060
- - lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input.rb
1041
+ - lib/hubspot/codegen/crm/objects/tasks/models/batch_input_simple_public_object_input_for_create.rb
1061
1042
  - lib/hubspot/codegen/crm/objects/tasks/models/batch_read_input_simple_public_object_id.rb
1062
1043
  - lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object.rb
1063
1044
  - lib/hubspot/codegen/crm/objects/tasks/models/batch_response_simple_public_object_with_errors.rb
1064
1045
  - lib/hubspot/codegen/crm/objects/tasks/models/collection_response_associated_id.rb
1065
- - lib/hubspot/codegen/crm/objects/tasks/models/collection_response_multi_associated_object_with_label_forward_paging.rb
1066
1046
  - lib/hubspot/codegen/crm/objects/tasks/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1067
1047
  - lib/hubspot/codegen/crm/objects/tasks/models/collection_response_with_total_simple_public_object_forward_paging.rb
1068
1048
  - lib/hubspot/codegen/crm/objects/tasks/models/error.rb
@@ -1071,17 +1051,18 @@ files:
1071
1051
  - lib/hubspot/codegen/crm/objects/tasks/models/filter.rb
1072
1052
  - lib/hubspot/codegen/crm/objects/tasks/models/filter_group.rb
1073
1053
  - lib/hubspot/codegen/crm/objects/tasks/models/forward_paging.rb
1074
- - lib/hubspot/codegen/crm/objects/tasks/models/labels_between_object_pair.rb
1075
- - lib/hubspot/codegen/crm/objects/tasks/models/multi_associated_object_with_label.rb
1076
1054
  - lib/hubspot/codegen/crm/objects/tasks/models/next_page.rb
1077
1055
  - lib/hubspot/codegen/crm/objects/tasks/models/paging.rb
1078
1056
  - lib/hubspot/codegen/crm/objects/tasks/models/previous_page.rb
1057
+ - lib/hubspot/codegen/crm/objects/tasks/models/public_associations_for_object.rb
1079
1058
  - lib/hubspot/codegen/crm/objects/tasks/models/public_merge_input.rb
1059
+ - lib/hubspot/codegen/crm/objects/tasks/models/public_object_id.rb
1080
1060
  - lib/hubspot/codegen/crm/objects/tasks/models/public_object_search_request.rb
1081
1061
  - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object.rb
1082
1062
  - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_batch_input.rb
1083
1063
  - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_id.rb
1084
1064
  - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input.rb
1065
+ - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_input_for_create.rb
1085
1066
  - lib/hubspot/codegen/crm/objects/tasks/models/simple_public_object_with_associations.rb
1086
1067
  - lib/hubspot/codegen/crm/objects/tasks/models/standard_error.rb
1087
1068
  - lib/hubspot/codegen/crm/objects/tasks/models/value_with_timestamp.rb
@@ -1115,7 +1096,6 @@ files:
1115
1096
  - lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_input.rb
1116
1097
  - lib/hubspot/codegen/crm/pipelines/models/pipeline_stage_patch_input.rb
1117
1098
  - lib/hubspot/codegen/crm/pipelines/models/public_audit_info.rb
1118
- - lib/hubspot/codegen/crm/products/api/associations_api.rb
1119
1099
  - lib/hubspot/codegen/crm/products/api/basic_api.rb
1120
1100
  - lib/hubspot/codegen/crm/products/api/batch_api.rb
1121
1101
  - lib/hubspot/codegen/crm/products/api/public_object_api.rb
@@ -1125,15 +1105,13 @@ files:
1125
1105
  - lib/hubspot/codegen/crm/products/configuration.rb
1126
1106
  - lib/hubspot/codegen/crm/products/models/associated_id.rb
1127
1107
  - lib/hubspot/codegen/crm/products/models/association_spec.rb
1128
- - lib/hubspot/codegen/crm/products/models/association_spec_with_label.rb
1129
1108
  - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_batch_input.rb
1130
1109
  - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_id.rb
1131
- - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input.rb
1110
+ - lib/hubspot/codegen/crm/products/models/batch_input_simple_public_object_input_for_create.rb
1132
1111
  - lib/hubspot/codegen/crm/products/models/batch_read_input_simple_public_object_id.rb
1133
1112
  - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object.rb
1134
1113
  - lib/hubspot/codegen/crm/products/models/batch_response_simple_public_object_with_errors.rb
1135
1114
  - lib/hubspot/codegen/crm/products/models/collection_response_associated_id.rb
1136
- - lib/hubspot/codegen/crm/products/models/collection_response_multi_associated_object_with_label_forward_paging.rb
1137
1115
  - lib/hubspot/codegen/crm/products/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1138
1116
  - lib/hubspot/codegen/crm/products/models/collection_response_with_total_simple_public_object_forward_paging.rb
1139
1117
  - lib/hubspot/codegen/crm/products/models/error.rb
@@ -1142,17 +1120,18 @@ files:
1142
1120
  - lib/hubspot/codegen/crm/products/models/filter.rb
1143
1121
  - lib/hubspot/codegen/crm/products/models/filter_group.rb
1144
1122
  - lib/hubspot/codegen/crm/products/models/forward_paging.rb
1145
- - lib/hubspot/codegen/crm/products/models/labels_between_object_pair.rb
1146
- - lib/hubspot/codegen/crm/products/models/multi_associated_object_with_label.rb
1147
1123
  - lib/hubspot/codegen/crm/products/models/next_page.rb
1148
1124
  - lib/hubspot/codegen/crm/products/models/paging.rb
1149
1125
  - lib/hubspot/codegen/crm/products/models/previous_page.rb
1126
+ - lib/hubspot/codegen/crm/products/models/public_associations_for_object.rb
1150
1127
  - lib/hubspot/codegen/crm/products/models/public_merge_input.rb
1128
+ - lib/hubspot/codegen/crm/products/models/public_object_id.rb
1151
1129
  - lib/hubspot/codegen/crm/products/models/public_object_search_request.rb
1152
1130
  - lib/hubspot/codegen/crm/products/models/simple_public_object.rb
1153
1131
  - lib/hubspot/codegen/crm/products/models/simple_public_object_batch_input.rb
1154
1132
  - lib/hubspot/codegen/crm/products/models/simple_public_object_id.rb
1155
1133
  - lib/hubspot/codegen/crm/products/models/simple_public_object_input.rb
1134
+ - lib/hubspot/codegen/crm/products/models/simple_public_object_input_for_create.rb
1156
1135
  - lib/hubspot/codegen/crm/products/models/simple_public_object_with_associations.rb
1157
1136
  - lib/hubspot/codegen/crm/products/models/standard_error.rb
1158
1137
  - lib/hubspot/codegen/crm/products/models/value_with_timestamp.rb
@@ -1166,15 +1145,14 @@ files:
1166
1145
  - lib/hubspot/codegen/crm/properties/models/batch_input_property_name.rb
1167
1146
  - lib/hubspot/codegen/crm/properties/models/batch_read_input_property_name.rb
1168
1147
  - lib/hubspot/codegen/crm/properties/models/batch_response_property.rb
1169
- - lib/hubspot/codegen/crm/properties/models/collection_response_property.rb
1170
- - lib/hubspot/codegen/crm/properties/models/collection_response_property_group.rb
1148
+ - lib/hubspot/codegen/crm/properties/models/batch_response_property_with_errors.rb
1149
+ - lib/hubspot/codegen/crm/properties/models/collection_response_property_group_no_paging.rb
1150
+ - lib/hubspot/codegen/crm/properties/models/collection_response_property_no_paging.rb
1171
1151
  - lib/hubspot/codegen/crm/properties/models/error.rb
1172
1152
  - lib/hubspot/codegen/crm/properties/models/error_category.rb
1173
1153
  - lib/hubspot/codegen/crm/properties/models/error_detail.rb
1174
- - lib/hubspot/codegen/crm/properties/models/next_page.rb
1175
1154
  - lib/hubspot/codegen/crm/properties/models/option.rb
1176
1155
  - lib/hubspot/codegen/crm/properties/models/option_input.rb
1177
- - lib/hubspot/codegen/crm/properties/models/paging.rb
1178
1156
  - lib/hubspot/codegen/crm/properties/models/property.rb
1179
1157
  - lib/hubspot/codegen/crm/properties/models/property_create.rb
1180
1158
  - lib/hubspot/codegen/crm/properties/models/property_group.rb
@@ -1184,7 +1162,6 @@ files:
1184
1162
  - lib/hubspot/codegen/crm/properties/models/property_name.rb
1185
1163
  - lib/hubspot/codegen/crm/properties/models/property_update.rb
1186
1164
  - lib/hubspot/codegen/crm/properties/models/standard_error.rb
1187
- - lib/hubspot/codegen/crm/quotes/api/associations_api.rb
1188
1165
  - lib/hubspot/codegen/crm/quotes/api/basic_api.rb
1189
1166
  - lib/hubspot/codegen/crm/quotes/api/batch_api.rb
1190
1167
  - lib/hubspot/codegen/crm/quotes/api/public_object_api.rb
@@ -1194,15 +1171,13 @@ files:
1194
1171
  - lib/hubspot/codegen/crm/quotes/configuration.rb
1195
1172
  - lib/hubspot/codegen/crm/quotes/models/associated_id.rb
1196
1173
  - lib/hubspot/codegen/crm/quotes/models/association_spec.rb
1197
- - lib/hubspot/codegen/crm/quotes/models/association_spec_with_label.rb
1198
1174
  - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_batch_input.rb
1199
1175
  - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_id.rb
1200
- - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input.rb
1176
+ - lib/hubspot/codegen/crm/quotes/models/batch_input_simple_public_object_input_for_create.rb
1201
1177
  - lib/hubspot/codegen/crm/quotes/models/batch_read_input_simple_public_object_id.rb
1202
1178
  - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object.rb
1203
1179
  - lib/hubspot/codegen/crm/quotes/models/batch_response_simple_public_object_with_errors.rb
1204
1180
  - lib/hubspot/codegen/crm/quotes/models/collection_response_associated_id.rb
1205
- - lib/hubspot/codegen/crm/quotes/models/collection_response_multi_associated_object_with_label_forward_paging.rb
1206
1181
  - lib/hubspot/codegen/crm/quotes/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1207
1182
  - lib/hubspot/codegen/crm/quotes/models/collection_response_with_total_simple_public_object_forward_paging.rb
1208
1183
  - lib/hubspot/codegen/crm/quotes/models/error.rb
@@ -1211,17 +1186,18 @@ files:
1211
1186
  - lib/hubspot/codegen/crm/quotes/models/filter.rb
1212
1187
  - lib/hubspot/codegen/crm/quotes/models/filter_group.rb
1213
1188
  - lib/hubspot/codegen/crm/quotes/models/forward_paging.rb
1214
- - lib/hubspot/codegen/crm/quotes/models/labels_between_object_pair.rb
1215
- - lib/hubspot/codegen/crm/quotes/models/multi_associated_object_with_label.rb
1216
1189
  - lib/hubspot/codegen/crm/quotes/models/next_page.rb
1217
1190
  - lib/hubspot/codegen/crm/quotes/models/paging.rb
1218
1191
  - lib/hubspot/codegen/crm/quotes/models/previous_page.rb
1192
+ - lib/hubspot/codegen/crm/quotes/models/public_associations_for_object.rb
1219
1193
  - lib/hubspot/codegen/crm/quotes/models/public_merge_input.rb
1194
+ - lib/hubspot/codegen/crm/quotes/models/public_object_id.rb
1220
1195
  - lib/hubspot/codegen/crm/quotes/models/public_object_search_request.rb
1221
1196
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object.rb
1222
1197
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_batch_input.rb
1223
1198
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_id.rb
1224
1199
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_input.rb
1200
+ - lib/hubspot/codegen/crm/quotes/models/simple_public_object_input_for_create.rb
1225
1201
  - lib/hubspot/codegen/crm/quotes/models/simple_public_object_with_associations.rb
1226
1202
  - lib/hubspot/codegen/crm/quotes/models/standard_error.rb
1227
1203
  - lib/hubspot/codegen/crm/quotes/models/value_with_timestamp.rb
@@ -1245,7 +1221,6 @@ files:
1245
1221
  - lib/hubspot/codegen/crm/schemas/models/option_input.rb
1246
1222
  - lib/hubspot/codegen/crm/schemas/models/property.rb
1247
1223
  - lib/hubspot/codegen/crm/schemas/models/property_modification_metadata.rb
1248
- - lib/hubspot/codegen/crm/tickets/api/associations_api.rb
1249
1224
  - lib/hubspot/codegen/crm/tickets/api/basic_api.rb
1250
1225
  - lib/hubspot/codegen/crm/tickets/api/batch_api.rb
1251
1226
  - lib/hubspot/codegen/crm/tickets/api/public_object_api.rb
@@ -1255,15 +1230,13 @@ files:
1255
1230
  - lib/hubspot/codegen/crm/tickets/configuration.rb
1256
1231
  - lib/hubspot/codegen/crm/tickets/models/associated_id.rb
1257
1232
  - lib/hubspot/codegen/crm/tickets/models/association_spec.rb
1258
- - lib/hubspot/codegen/crm/tickets/models/association_spec_with_label.rb
1259
1233
  - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_batch_input.rb
1260
1234
  - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_id.rb
1261
- - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input.rb
1235
+ - lib/hubspot/codegen/crm/tickets/models/batch_input_simple_public_object_input_for_create.rb
1262
1236
  - lib/hubspot/codegen/crm/tickets/models/batch_read_input_simple_public_object_id.rb
1263
1237
  - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object.rb
1264
1238
  - lib/hubspot/codegen/crm/tickets/models/batch_response_simple_public_object_with_errors.rb
1265
1239
  - lib/hubspot/codegen/crm/tickets/models/collection_response_associated_id.rb
1266
- - lib/hubspot/codegen/crm/tickets/models/collection_response_multi_associated_object_with_label_forward_paging.rb
1267
1240
  - lib/hubspot/codegen/crm/tickets/models/collection_response_simple_public_object_with_associations_forward_paging.rb
1268
1241
  - lib/hubspot/codegen/crm/tickets/models/collection_response_with_total_simple_public_object_forward_paging.rb
1269
1242
  - lib/hubspot/codegen/crm/tickets/models/error.rb
@@ -1272,17 +1245,18 @@ files:
1272
1245
  - lib/hubspot/codegen/crm/tickets/models/filter.rb
1273
1246
  - lib/hubspot/codegen/crm/tickets/models/filter_group.rb
1274
1247
  - lib/hubspot/codegen/crm/tickets/models/forward_paging.rb
1275
- - lib/hubspot/codegen/crm/tickets/models/labels_between_object_pair.rb
1276
- - lib/hubspot/codegen/crm/tickets/models/multi_associated_object_with_label.rb
1277
1248
  - lib/hubspot/codegen/crm/tickets/models/next_page.rb
1278
1249
  - lib/hubspot/codegen/crm/tickets/models/paging.rb
1279
1250
  - lib/hubspot/codegen/crm/tickets/models/previous_page.rb
1251
+ - lib/hubspot/codegen/crm/tickets/models/public_associations_for_object.rb
1280
1252
  - lib/hubspot/codegen/crm/tickets/models/public_merge_input.rb
1253
+ - lib/hubspot/codegen/crm/tickets/models/public_object_id.rb
1281
1254
  - lib/hubspot/codegen/crm/tickets/models/public_object_search_request.rb
1282
1255
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object.rb
1283
1256
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_batch_input.rb
1284
1257
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_id.rb
1285
1258
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_input.rb
1259
+ - lib/hubspot/codegen/crm/tickets/models/simple_public_object_input_for_create.rb
1286
1260
  - lib/hubspot/codegen/crm/tickets/models/simple_public_object_with_associations.rb
1287
1261
  - lib/hubspot/codegen/crm/tickets/models/standard_error.rb
1288
1262
  - lib/hubspot/codegen/crm/tickets/models/value_with_timestamp.rb
@@ -1540,20 +1514,17 @@ files:
1540
1514
  - lib/hubspot/discovery/crm/associations/v4/api/definitions_api.rb
1541
1515
  - lib/hubspot/discovery/crm/associations/v4/client.rb
1542
1516
  - lib/hubspot/discovery/crm/client.rb
1543
- - lib/hubspot/discovery/crm/companies/api/associations_api.rb
1544
1517
  - lib/hubspot/discovery/crm/companies/api/basic_api.rb
1545
1518
  - lib/hubspot/discovery/crm/companies/api/batch_api.rb
1546
1519
  - lib/hubspot/discovery/crm/companies/api/public_object_api.rb
1547
1520
  - lib/hubspot/discovery/crm/companies/api/search_api.rb
1548
1521
  - lib/hubspot/discovery/crm/companies/client.rb
1549
- - lib/hubspot/discovery/crm/contacts/api/associations_api.rb
1550
1522
  - lib/hubspot/discovery/crm/contacts/api/basic_api.rb
1551
1523
  - lib/hubspot/discovery/crm/contacts/api/batch_api.rb
1552
1524
  - lib/hubspot/discovery/crm/contacts/api/gdpr_api.rb
1553
1525
  - lib/hubspot/discovery/crm/contacts/api/public_object_api.rb
1554
1526
  - lib/hubspot/discovery/crm/contacts/api/search_api.rb
1555
1527
  - lib/hubspot/discovery/crm/contacts/client.rb
1556
- - lib/hubspot/discovery/crm/deals/api/associations_api.rb
1557
1528
  - lib/hubspot/discovery/crm/deals/api/basic_api.rb
1558
1529
  - lib/hubspot/discovery/crm/deals/api/batch_api.rb
1559
1530
  - lib/hubspot/discovery/crm/deals/api/public_object_api.rb
@@ -1576,7 +1547,6 @@ files:
1576
1547
  - lib/hubspot/discovery/crm/imports/api/core_api.rb
1577
1548
  - lib/hubspot/discovery/crm/imports/api/public_imports_api.rb
1578
1549
  - lib/hubspot/discovery/crm/imports/client.rb
1579
- - lib/hubspot/discovery/crm/line_items/api/associations_api.rb
1580
1550
  - lib/hubspot/discovery/crm/line_items/api/basic_api.rb
1581
1551
  - lib/hubspot/discovery/crm/line_items/api/batch_api.rb
1582
1552
  - lib/hubspot/discovery/crm/line_items/api/public_object_api.rb
@@ -1588,44 +1558,37 @@ files:
1588
1558
  - lib/hubspot/discovery/crm/objects/api/gdpr_api.rb
1589
1559
  - lib/hubspot/discovery/crm/objects/api/public_object_api.rb
1590
1560
  - lib/hubspot/discovery/crm/objects/api/search_api.rb
1591
- - lib/hubspot/discovery/crm/objects/calls/api/associations_api.rb
1592
1561
  - lib/hubspot/discovery/crm/objects/calls/api/basic_api.rb
1593
1562
  - lib/hubspot/discovery/crm/objects/calls/api/batch_api.rb
1594
1563
  - lib/hubspot/discovery/crm/objects/calls/api/public_object_api.rb
1595
1564
  - lib/hubspot/discovery/crm/objects/calls/api/search_api.rb
1596
1565
  - lib/hubspot/discovery/crm/objects/calls/client.rb
1597
1566
  - lib/hubspot/discovery/crm/objects/client.rb
1598
- - lib/hubspot/discovery/crm/objects/emails/api/associations_api.rb
1599
1567
  - lib/hubspot/discovery/crm/objects/emails/api/basic_api.rb
1600
1568
  - lib/hubspot/discovery/crm/objects/emails/api/batch_api.rb
1601
1569
  - lib/hubspot/discovery/crm/objects/emails/api/public_object_api.rb
1602
1570
  - lib/hubspot/discovery/crm/objects/emails/api/search_api.rb
1603
1571
  - lib/hubspot/discovery/crm/objects/emails/client.rb
1604
- - lib/hubspot/discovery/crm/objects/feedback_submissions/api/associations_api.rb
1605
1572
  - lib/hubspot/discovery/crm/objects/feedback_submissions/api/basic_api.rb
1606
1573
  - lib/hubspot/discovery/crm/objects/feedback_submissions/api/batch_api.rb
1607
1574
  - lib/hubspot/discovery/crm/objects/feedback_submissions/api/public_object_api.rb
1608
1575
  - lib/hubspot/discovery/crm/objects/feedback_submissions/api/search_api.rb
1609
1576
  - lib/hubspot/discovery/crm/objects/feedback_submissions/client.rb
1610
- - lib/hubspot/discovery/crm/objects/meetings/api/associations_api.rb
1611
1577
  - lib/hubspot/discovery/crm/objects/meetings/api/basic_api.rb
1612
1578
  - lib/hubspot/discovery/crm/objects/meetings/api/batch_api.rb
1613
1579
  - lib/hubspot/discovery/crm/objects/meetings/api/public_object_api.rb
1614
1580
  - lib/hubspot/discovery/crm/objects/meetings/api/search_api.rb
1615
1581
  - lib/hubspot/discovery/crm/objects/meetings/client.rb
1616
- - lib/hubspot/discovery/crm/objects/notes/api/associations_api.rb
1617
1582
  - lib/hubspot/discovery/crm/objects/notes/api/basic_api.rb
1618
1583
  - lib/hubspot/discovery/crm/objects/notes/api/batch_api.rb
1619
1584
  - lib/hubspot/discovery/crm/objects/notes/api/public_object_api.rb
1620
1585
  - lib/hubspot/discovery/crm/objects/notes/api/search_api.rb
1621
1586
  - lib/hubspot/discovery/crm/objects/notes/client.rb
1622
- - lib/hubspot/discovery/crm/objects/postal_mail/api/associations_api.rb
1623
1587
  - lib/hubspot/discovery/crm/objects/postal_mail/api/basic_api.rb
1624
1588
  - lib/hubspot/discovery/crm/objects/postal_mail/api/batch_api.rb
1625
1589
  - lib/hubspot/discovery/crm/objects/postal_mail/api/public_object_api.rb
1626
1590
  - lib/hubspot/discovery/crm/objects/postal_mail/api/search_api.rb
1627
1591
  - lib/hubspot/discovery/crm/objects/postal_mail/client.rb
1628
- - lib/hubspot/discovery/crm/objects/tasks/api/associations_api.rb
1629
1592
  - lib/hubspot/discovery/crm/objects/tasks/api/basic_api.rb
1630
1593
  - lib/hubspot/discovery/crm/objects/tasks/api/batch_api.rb
1631
1594
  - lib/hubspot/discovery/crm/objects/tasks/api/public_object_api.rb
@@ -1739,18 +1702,15 @@ files:
1739
1702
  - spec/discovery/crm/associations/v4/batch_api_spec.rb
1740
1703
  - spec/discovery/crm/associations/v4/definitions_api_spec.rb
1741
1704
  - spec/discovery/crm/client_spec.rb
1742
- - spec/discovery/crm/companies/associations_api_spec.rb
1743
1705
  - spec/discovery/crm/companies/basic_api_spec.rb
1744
1706
  - spec/discovery/crm/companies/batch_api_spec.rb
1745
1707
  - spec/discovery/crm/companies/public_object_api_spec.rb
1746
1708
  - spec/discovery/crm/companies/search_api_spec.rb
1747
- - spec/discovery/crm/contacts/associations_api_spec.rb
1748
1709
  - spec/discovery/crm/contacts/basic_api_spec.rb
1749
1710
  - spec/discovery/crm/contacts/batch_api_spec.rb
1750
1711
  - spec/discovery/crm/contacts/gdpr_api_spec.rb
1751
1712
  - spec/discovery/crm/contacts/public_object_api_spec.rb
1752
1713
  - spec/discovery/crm/contacts/search_api_spec.rb
1753
- - spec/discovery/crm/deals/associations_api_spec.rb
1754
1714
  - spec/discovery/crm/deals/basic_api_spec.rb
1755
1715
  - spec/discovery/crm/deals/batch_api_spec.rb
1756
1716
  - spec/discovery/crm/deals/public_object_api_spec.rb
@@ -1767,7 +1727,6 @@ files:
1767
1727
  - spec/discovery/crm/extensions/videoconferencing/settings_api_spec.rb
1768
1728
  - spec/discovery/crm/imports/core_api_spec.rb
1769
1729
  - spec/discovery/crm/imports/public_imports_api_spec.rb
1770
- - spec/discovery/crm/line_items/associations_api_spec.rb
1771
1730
  - spec/discovery/crm/line_items/basic_api_spec.rb
1772
1731
  - spec/discovery/crm/line_items/batch_api_spec.rb
1773
1732
  - spec/discovery/crm/line_items/public_object_api_spec.rb
@@ -1775,41 +1734,34 @@ files:
1775
1734
  - spec/discovery/crm/objects/associations_api_spec.rb
1776
1735
  - spec/discovery/crm/objects/basic_api_spec.rb
1777
1736
  - spec/discovery/crm/objects/batch_api_spec.rb
1778
- - spec/discovery/crm/objects/calls/associations_api_spec.rb
1779
1737
  - spec/discovery/crm/objects/calls/basic_api_spec.rb
1780
1738
  - spec/discovery/crm/objects/calls/batch_api_spec.rb
1781
1739
  - spec/discovery/crm/objects/calls/public_object_api_spec.rb
1782
1740
  - spec/discovery/crm/objects/calls/search_api_spec.rb
1783
1741
  - spec/discovery/crm/objects/client_spec.rb
1784
- - spec/discovery/crm/objects/emails/associations_api_spec.rb
1785
1742
  - spec/discovery/crm/objects/emails/basic_api_spec.rb
1786
1743
  - spec/discovery/crm/objects/emails/batch_api_spec.rb
1787
1744
  - spec/discovery/crm/objects/emails/public_object_api_spec.rb
1788
1745
  - spec/discovery/crm/objects/emails/search_api_spec.rb
1789
- - spec/discovery/crm/objects/feedback_submissions/associations_api_spec.rb
1790
1746
  - spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb
1791
1747
  - spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb
1792
1748
  - spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb
1793
1749
  - spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb
1794
1750
  - spec/discovery/crm/objects/gdpr_api_spec.rb
1795
- - spec/discovery/crm/objects/meetings/associations_api_spec.rb
1796
1751
  - spec/discovery/crm/objects/meetings/basic_api_spec.rb
1797
1752
  - spec/discovery/crm/objects/meetings/batch_api_spec.rb
1798
1753
  - spec/discovery/crm/objects/meetings/public_object_api_spec.rb
1799
1754
  - spec/discovery/crm/objects/meetings/search_api_spec.rb
1800
- - spec/discovery/crm/objects/notes/associations_api_spec.rb
1801
1755
  - spec/discovery/crm/objects/notes/basic_api_spec.rb
1802
1756
  - spec/discovery/crm/objects/notes/batch_api_spec.rb
1803
1757
  - spec/discovery/crm/objects/notes/public_object_api_spec.rb
1804
1758
  - spec/discovery/crm/objects/notes/search_api_spec.rb
1805
- - spec/discovery/crm/objects/postal_mail/associations_api_spec.rb
1806
1759
  - spec/discovery/crm/objects/postal_mail/basic_api_spec.rb
1807
1760
  - spec/discovery/crm/objects/postal_mail/batch_api_spec.rb
1808
1761
  - spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb
1809
1762
  - spec/discovery/crm/objects/postal_mail/search_api_spec.rb
1810
1763
  - spec/discovery/crm/objects/public_object_api_spec.rb
1811
1764
  - spec/discovery/crm/objects/search_api_spec.rb
1812
- - spec/discovery/crm/objects/tasks/associations_api_spec.rb
1813
1765
  - spec/discovery/crm/objects/tasks/basic_api_spec.rb
1814
1766
  - spec/discovery/crm/objects/tasks/batch_api_spec.rb
1815
1767
  - spec/discovery/crm/objects/tasks/public_object_api_spec.rb
@@ -1819,7 +1771,6 @@ files:
1819
1771
  - spec/discovery/crm/pipelines/pipeline_stage_audits_api_spec.rb
1820
1772
  - spec/discovery/crm/pipelines/pipeline_stages_api_spec.rb
1821
1773
  - spec/discovery/crm/pipelines/pipelines_api_spec.rb
1822
- - spec/discovery/crm/products/associations_api_spec.rb
1823
1774
  - spec/discovery/crm/products/basic_api_spec.rb
1824
1775
  - spec/discovery/crm/products/batch_api_spec.rb
1825
1776
  - spec/discovery/crm/products/public_object_api_spec.rb
@@ -1827,14 +1778,12 @@ files:
1827
1778
  - spec/discovery/crm/properties/batch_api_spec.rb
1828
1779
  - spec/discovery/crm/properties/core_api_spec.rb
1829
1780
  - spec/discovery/crm/properties/groups_api_spec.rb
1830
- - spec/discovery/crm/quotes/associations_api_spec.rb
1831
1781
  - spec/discovery/crm/quotes/basic_api_spec.rb
1832
1782
  - spec/discovery/crm/quotes/batch_api_spec.rb
1833
1783
  - spec/discovery/crm/quotes/public_object_api_spec.rb
1834
1784
  - spec/discovery/crm/quotes/search_api_spec.rb
1835
1785
  - spec/discovery/crm/schemas/core_api_spec.rb
1836
1786
  - spec/discovery/crm/schemas/public_object_schemas_api_spec.rb
1837
- - spec/discovery/crm/tickets/associations_api_spec.rb
1838
1787
  - spec/discovery/crm/tickets/basic_api_spec.rb
1839
1788
  - spec/discovery/crm/tickets/batch_api_spec.rb
1840
1789
  - spec/discovery/crm/tickets/public_object_api_spec.rb
@@ -1879,11 +1828,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
1879
1828
  version: '2.7'
1880
1829
  required_rubygems_version: !ruby/object:Gem::Requirement
1881
1830
  requirements:
1882
- - - ">="
1831
+ - - ">"
1883
1832
  - !ruby/object:Gem::Version
1884
- version: '0'
1833
+ version: 1.3.1
1885
1834
  requirements: []
1886
- rubygems_version: 3.3.26
1835
+ rubygems_version: 3.2.3
1887
1836
  signing_key:
1888
1837
  specification_version: 4
1889
1838
  summary: HubSpot Ruby API Gem
@@ -1899,7 +1848,6 @@ test_files:
1899
1848
  - spec/discovery/communication_preferences/status_api_spec.rb
1900
1849
  - spec/discovery/communication_preferences/definition_api_spec.rb
1901
1850
  - spec/discovery/crm/tickets/search_api_spec.rb
1902
- - spec/discovery/crm/tickets/associations_api_spec.rb
1903
1851
  - spec/discovery/crm/tickets/basic_api_spec.rb
1904
1852
  - spec/discovery/crm/tickets/public_object_api_spec.rb
1905
1853
  - spec/discovery/crm/tickets/batch_api_spec.rb
@@ -1910,65 +1858,54 @@ test_files:
1910
1858
  - spec/discovery/crm/associations/batch_api_spec.rb
1911
1859
  - spec/discovery/crm/client_spec.rb
1912
1860
  - spec/discovery/crm/products/search_api_spec.rb
1913
- - spec/discovery/crm/products/associations_api_spec.rb
1914
1861
  - spec/discovery/crm/products/basic_api_spec.rb
1915
1862
  - spec/discovery/crm/products/public_object_api_spec.rb
1916
1863
  - spec/discovery/crm/products/batch_api_spec.rb
1917
1864
  - spec/discovery/crm/quotes/search_api_spec.rb
1918
- - spec/discovery/crm/quotes/associations_api_spec.rb
1919
1865
  - spec/discovery/crm/quotes/basic_api_spec.rb
1920
1866
  - spec/discovery/crm/quotes/public_object_api_spec.rb
1921
1867
  - spec/discovery/crm/quotes/batch_api_spec.rb
1922
1868
  - spec/discovery/crm/contacts/search_api_spec.rb
1923
- - spec/discovery/crm/contacts/associations_api_spec.rb
1924
1869
  - spec/discovery/crm/contacts/basic_api_spec.rb
1925
1870
  - spec/discovery/crm/contacts/public_object_api_spec.rb
1926
1871
  - spec/discovery/crm/contacts/gdpr_api_spec.rb
1927
1872
  - spec/discovery/crm/contacts/batch_api_spec.rb
1928
1873
  - spec/discovery/crm/objects/postal_mail/search_api_spec.rb
1929
- - spec/discovery/crm/objects/postal_mail/associations_api_spec.rb
1930
1874
  - spec/discovery/crm/objects/postal_mail/basic_api_spec.rb
1931
1875
  - spec/discovery/crm/objects/postal_mail/public_object_api_spec.rb
1932
1876
  - spec/discovery/crm/objects/postal_mail/batch_api_spec.rb
1933
1877
  - spec/discovery/crm/objects/calls/search_api_spec.rb
1934
- - spec/discovery/crm/objects/calls/associations_api_spec.rb
1935
1878
  - spec/discovery/crm/objects/calls/basic_api_spec.rb
1936
1879
  - spec/discovery/crm/objects/calls/public_object_api_spec.rb
1937
1880
  - spec/discovery/crm/objects/calls/batch_api_spec.rb
1938
1881
  - spec/discovery/crm/objects/search_api_spec.rb
1939
1882
  - spec/discovery/crm/objects/associations_api_spec.rb
1940
1883
  - spec/discovery/crm/objects/tasks/search_api_spec.rb
1941
- - spec/discovery/crm/objects/tasks/associations_api_spec.rb
1942
1884
  - spec/discovery/crm/objects/tasks/basic_api_spec.rb
1943
1885
  - spec/discovery/crm/objects/tasks/public_object_api_spec.rb
1944
1886
  - spec/discovery/crm/objects/tasks/batch_api_spec.rb
1945
1887
  - spec/discovery/crm/objects/client_spec.rb
1946
1888
  - spec/discovery/crm/objects/emails/search_api_spec.rb
1947
- - spec/discovery/crm/objects/emails/associations_api_spec.rb
1948
1889
  - spec/discovery/crm/objects/emails/basic_api_spec.rb
1949
1890
  - spec/discovery/crm/objects/emails/public_object_api_spec.rb
1950
1891
  - spec/discovery/crm/objects/emails/batch_api_spec.rb
1951
1892
  - spec/discovery/crm/objects/basic_api_spec.rb
1952
1893
  - spec/discovery/crm/objects/notes/search_api_spec.rb
1953
- - spec/discovery/crm/objects/notes/associations_api_spec.rb
1954
1894
  - spec/discovery/crm/objects/notes/basic_api_spec.rb
1955
1895
  - spec/discovery/crm/objects/notes/public_object_api_spec.rb
1956
1896
  - spec/discovery/crm/objects/notes/batch_api_spec.rb
1957
1897
  - spec/discovery/crm/objects/feedback_submissions/search_api_spec.rb
1958
- - spec/discovery/crm/objects/feedback_submissions/associations_api_spec.rb
1959
1898
  - spec/discovery/crm/objects/feedback_submissions/basic_api_spec.rb
1960
1899
  - spec/discovery/crm/objects/feedback_submissions/public_object_api_spec.rb
1961
1900
  - spec/discovery/crm/objects/feedback_submissions/batch_api_spec.rb
1962
1901
  - spec/discovery/crm/objects/public_object_api_spec.rb
1963
1902
  - spec/discovery/crm/objects/meetings/search_api_spec.rb
1964
- - spec/discovery/crm/objects/meetings/associations_api_spec.rb
1965
1903
  - spec/discovery/crm/objects/meetings/basic_api_spec.rb
1966
1904
  - spec/discovery/crm/objects/meetings/public_object_api_spec.rb
1967
1905
  - spec/discovery/crm/objects/meetings/batch_api_spec.rb
1968
1906
  - spec/discovery/crm/objects/gdpr_api_spec.rb
1969
1907
  - spec/discovery/crm/objects/batch_api_spec.rb
1970
1908
  - spec/discovery/crm/deals/search_api_spec.rb
1971
- - spec/discovery/crm/deals/associations_api_spec.rb
1972
1909
  - spec/discovery/crm/deals/basic_api_spec.rb
1973
1910
  - spec/discovery/crm/deals/public_object_api_spec.rb
1974
1911
  - spec/discovery/crm/deals/batch_api_spec.rb
@@ -1977,7 +1914,6 @@ test_files:
1977
1914
  - spec/discovery/crm/pipelines/pipeline_stages_api_spec.rb
1978
1915
  - spec/discovery/crm/pipelines/pipeline_audits_api_spec.rb
1979
1916
  - spec/discovery/crm/line_items/search_api_spec.rb
1980
- - spec/discovery/crm/line_items/associations_api_spec.rb
1981
1917
  - spec/discovery/crm/line_items/basic_api_spec.rb
1982
1918
  - spec/discovery/crm/line_items/public_object_api_spec.rb
1983
1919
  - spec/discovery/crm/line_items/batch_api_spec.rb
@@ -2003,7 +1939,6 @@ test_files:
2003
1939
  - spec/discovery/crm/timeline/events_api_spec.rb
2004
1940
  - spec/discovery/crm/timeline/templates_api_spec.rb
2005
1941
  - spec/discovery/crm/companies/search_api_spec.rb
2006
- - spec/discovery/crm/companies/associations_api_spec.rb
2007
1942
  - spec/discovery/crm/companies/basic_api_spec.rb
2008
1943
  - spec/discovery/crm/companies/public_object_api_spec.rb
2009
1944
  - spec/discovery/crm/companies/batch_api_spec.rb