Skip to content

Commit cd7f25e

Browse files
Merge master into 292
2 parents e8e5049 + ee09836 commit cd7f25e

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1010
### Added
1111
- Added `POST /products/{id}/duplicate` endpoint for duplicating an existing product
1212

13+
## [30.3.3] - 2025-11-18
14+
### Fixed
15+
- Prepared `nullable: true` to fields that can return null values in schemas for Field and Roles schemas
16+
1317
## [30.3.2] - 2025-11-03
1418
### Fixed
1519
- Fixed return type for `filesApi.downloadFile` function
@@ -995,7 +999,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
995999
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
9961000
* Fixed typo in lead example response (`crrency` to `currency`)
9971001

998-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.3.2...HEAD
1002+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.3.3...HEAD
1003+
[30.3.3]: https://github.com/pipedrive/api-docs/compare/v30.3.2...v30.3.3
9991004
[30.3.2]: https://github.com/pipedrive/api-docs/compare/v30.3.1...v30.3.2
10001005
[30.3.1]: https://github.com/pipedrive/api-docs/compare/v30.3.0...v30.3.1
10011006
[30.3.0]: https://github.com/pipedrive/api-docs/compare/v30.2.1...v30.3.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pipedrive",
3-
"version": "30.3.2",
3+
"version": "30.3.3",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)