pipedrive 22.8.1 → 22.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/model/LeadValue.js +1 -1
- package/package.json +1 -1
package/dist/model/LeadValue.js
CHANGED
@@ -28,7 +28,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
28
28
|
var LeadValue = /*#__PURE__*/function () {
|
29
29
|
/**
|
30
30
|
* Constructs a new <code>LeadValue</code>.
|
31
|
-
* The potential value of the lead
|
31
|
+
* The potential value of the lead represented by a JSON object: `{ \"amount\": 200, \"currency\": \"EUR\" }`. Both amount and currency are required.
|
32
32
|
* @alias module:model/LeadValue
|
33
33
|
* @param amount {Number}
|
34
34
|
* @param currency {String}
|