Skip to content

Commit 2accd1d

Browse files
Merge pull request #390 from HubSpot/feature/9.1.0
9.1.0
2 parents 913f73f + bf8ccf0 commit 2accd1d

File tree

3 files changed

+42
-4
lines changed

3 files changed

+42
-4
lines changed

CHANGELOG.md

+39-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,44 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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`.
946

1047
## [9.0.1] - 2023-07-26
1148

@@ -626,3 +663,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
626663
[9.0.0-beta.3]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.0-beta.3
627664
[9.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/9.0.0
628665
[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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubspot/api-client",
3-
"version": "9.0.1",
3+
"version": "9.1.0",
44
"description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)