Skip to content

Commit f2c0a63

Browse files
Merge master into 330
2 parents 6b0ad25 + faacace commit f2c0a63

3 files changed

Lines changed: 27 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1313
### Fixed
1414
- Fixed `health_status` field type from `string` to `integer` in v2 project response schema (`GET /api/v2/projects`, `GET /api/v2/projects/{id}`)
1515

16+
## [33.3.0] - 2026-05-29
17+
### Added
18+
- Added `project_id` parameter to `POST /v1/files` endpoint
19+
- Added `project_id` & `project_name` properties to responses in `/v1/files/*` endpoints
20+
21+
## [33.2.0] - 2026-05-29
22+
### Added
23+
- Added `website`, `linkedin`, `industry`, `annual_revenue`, and `employee_count` fields to v2 organization response schema (`GET /api/v2/organizations`, `GET /api/v2/organizations/{id}`) — all nullable, not included by default
24+
- Added `deal_id`, `person_id`, and `org_id` as optional query filter parameters to `GET /api/v2/projects`
25+
### Fixed
26+
- Fixed `BillingStartDate` format from non-standard `'YYYY-MM-DD'` to correct OAS3 `date` format in both v1 and v2 deal product schemas
27+
28+
## [33.1.1] - 2026-05-28
29+
30+
### Security
31+
- Synced `package-lock.json` to match `package.json` `axios` specifier (`^1.16.0`), fixing stale lockfile metadata that referenced `^1.13.6`
32+
- Removed redundant `flatted` override — parent `flat-cache@3.0.4` (`^3.1.0`) already resolves to `3.4.2`
33+
1634
## [33.1.0] - 2026-05-22
1735

1836
## [33.0.1] - 2026-05-13
@@ -1257,7 +1275,10 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
12571275
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
12581276
* Fixed typo in lead example response (`crrency` to `currency`)
12591277

1260-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v33.1.0...HEAD
1278+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v33.3.0...HEAD
1279+
[33.3.0]: https://github.com/pipedrive/api-docs/compare/v33.2.0...v33.3.0
1280+
[33.2.0]: https://github.com/pipedrive/api-docs/compare/v33.1.1...v33.2.0
1281+
[33.1.1]: https://github.com/pipedrive/api-docs/compare/v33.1.0...v33.1.1
12611282
[33.1.0]: https://github.com/pipedrive/api-docs/compare/v33.0.1...v33.1.0
12621283
[33.0.1]: https://github.com/pipedrive/api-docs/compare/v33.0.0...v33.0.1
12631284
[33.0.0]: https://github.com/pipedrive/api-docs/compare/v32.2.1...v33.0.0

package-lock.json

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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pipedrive",
3-
"version": "33.1.0",
3+
"version": "33.3.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",
@@ -88,8 +88,7 @@
8888
"typescript-eslint": "^8.56.1"
8989
},
9090
"overrides": {
91-
"serialize-javascript": "^7.0.4",
92-
"flatted": "^3.4.0"
91+
"serialize-javascript": "^7.0.4"
9392
},
9493
"lint-staged": {
9594
"*.{ts,js}": [

0 commit comments

Comments
 (0)