Skip to content

Commit 8d13052

Browse files
author
pipedrive-bot
committed
Build 249 - version-patch
1 parent c108594 commit 8d13052

File tree

3 files changed

+2
-30
lines changed

3 files changed

+2
-30
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
77
For public Changelog covering all changes done to Pipedrive’s API, webhooks and app extensions platforms, see [public Changelog](https://pipedrive.readme.io/docs/changelog) with discussion area in [Developers Community](https://devcommunity.pipedrive.com/c/documentation/changelog/19).
88

99
## [Unreleased]
10+
### Fixed
11+
- Removed not supported `add_time`, `update_time` and `stage_change_time` from `PATCH /v2/deals/:id` request body
1012

1113
## [28.0.0] - 2025-06-16
1214
### Removed

src/versions/v2/models/add-deal-request.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,6 @@ export interface AddDealRequest {
6161
*/
6262
'currency'?: string;
6363
/**
64-
* The creation date and time of the deal
65-
* @type {string}
66-
*/
67-
'add_time'?: string;
68-
/**
69-
* The last updated date and time of the deal
70-
* @type {string}
71-
*/
72-
'update_time'?: string;
73-
/**
74-
* The last updated date and time of the deal stage
75-
* @type {string}
76-
*/
77-
'stage_change_time'?: string;
78-
/**
7964
* Whether the deal is deleted or not
8065
* @type {boolean}
8166
*/

src/versions/v2/models/update-deal-request.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,6 @@ export interface UpdateDealRequest {
6161
*/
6262
'currency'?: string;
6363
/**
64-
* The creation date and time of the deal
65-
* @type {string}
66-
*/
67-
'add_time'?: string;
68-
/**
69-
* The last updated date and time of the deal
70-
* @type {string}
71-
*/
72-
'update_time'?: string;
73-
/**
74-
* The last updated date and time of the deal stage
75-
* @type {string}
76-
*/
77-
'stage_change_time'?: string;
78-
/**
7964
* Whether the deal is deleted or not
8065
* @type {boolean}
8166
*/

0 commit comments

Comments
 (0)