Skip to content

Commit

Permalink
Build 19 - version-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pipedrive-bot committed May 29, 2024
1 parent 6718c8f commit 93715b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
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).

## [Unreleased]
### Fixed
- Fixed documentation: property `value` of Lead is nullable.

## [22.8.1] - 2024-05-29
### Removed
Expand Down
2 changes: 1 addition & 1 deletion src/model/LeadValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import ApiClient from '../ApiClient';
class LeadValue {
/**
* Constructs a new <code>LeadValue</code>.
* The potential value of the lead
* The potential value of the lead represented by a JSON object: &#x60;{ \&quot;amount\&quot;: 200, \&quot;currency\&quot;: \&quot;EUR\&quot; }&#x60;. Both amount and currency are required.
* @alias module:model/LeadValue
* @param amount {Number}
* @param currency {String}
Expand Down

0 comments on commit 93715b8

Please sign in to comment.