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.
@@ -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: &#x60;{ \&quot;amount\&quot;: 200, \&quot;currency\&quot;: \&quot;EUR\&quot; }&#x60;. Both amount and currency are required.
32
32
  * @alias module:model/LeadValue
33
33
  * @param amount {Number}
34
34
  * @param currency {String}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "22.8.1",
3
+ "version": "22.9.0",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",