@@ -5,7 +5,44 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-nodejs/compare/9.0.1...HEAD )
8
+ ## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-nodejs/compare/9.1.0...HEAD )
9
+
10
+ ## [ 9.1.0] - 2023-07-27
11
+
12
+ ## Removed ` hapikey ` from
13
+
14
+ - ` automation.actions.callbacksApi ` Api.
15
+ - ` cms ` (all Api clients).
16
+ - ` communicationPreferences ` (all Api clients).
17
+ - ` conversations ` (all API clients).
18
+ - ` crm ` (all Api clients).
19
+ - ` events ` (all Api clients).
20
+ - ` files ` (all Api clients).
21
+ - ` marketing.events.settingsExternalApi ` Api.
22
+ - ` marketing.transactional ` Api client.
23
+
24
+ ## Updated
25
+
26
+ - Cnange type from ` object ` to ` string ` in ` cms/hubdb/models/StandardError.category ` .
27
+ - Cnange type from ` StandardError[] ` to ` StandardError1[] ` in ` crm/associations/v4/models/BatchResponseSimplePublicObjectWithErrors::errors ` .
28
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/companies/models/StandardError::category ` .
29
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/contacts/models/StandardError::category ` .
30
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/deals/models/StandardError::category ` .
31
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/lineitems/models/StandardError::category ` .
32
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/calls/models/StandardError::category ` .
33
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/communications/models/StandardError::category ` .
34
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/emails/models/StandardError::category ` .
35
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/feedback_submissions/models/StandardError::category ` .
36
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/meetings/models/StandardError::category ` .
37
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/models/StandardError::category ` .
38
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/notes/models/StandardError::category ` .
39
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/postal_mail/models/StandardError::category ` .
40
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/objects/tasks/models/StandardError::category ` .
41
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/products/models/StandardError::category ` .
42
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/properties/models/StandardError::category ` .
43
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/quotes/models/StandardError::category ` .
44
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` crm/tickets/models/StandardError::category ` .
45
+ - Cnange type from ` ErrorCategory ` to ` string ` in ` webhooks/models/StandardError::category ` .
9
46
10
47
## [ 9.0.1] - 2023-07-26
11
48
@@ -626,3 +663,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
626
663
[ 9.0.0-beta.3 ] : https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.0-beta.3
627
664
[ 9.0.0 ] : https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.0
628
665
[ 9.0.1 ] : https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.1
666
+ [ 9.1.0 ] : https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.1.0
0 commit comments