pipedrive 13.2.3 → 13.2.4

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,11 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## 13.2.4
12
+ ### Fixed
13
+ - Added quotation marks to fix formatting for Organizations endpoint `visible_to` parameter
14
+ - Updated `prices` parameter description in Products endpoint
15
+
11
16
  ## 13.2.3
12
17
  ### Changed
13
18
  - Update `visible_to` parameter for `POST /deals` and `PUT /deals/{id}`. Differentiate options by plans
@@ -180,7 +180,7 @@ AddProductRequestBody.prototype['visible_to'] = undefined;
180
180
 
181
181
  AddProductRequestBody.prototype['owner_id'] = undefined;
182
182
  /**
183
- * Object containing price objects, where each key is the price currency code, and each value is the price object. Each price object contains: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, no prices will be set up for the product.
183
+ * An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, no prices will be set up for the product.
184
184
  * @member {Array.<Object>} prices
185
185
  */
186
186
 
@@ -234,7 +234,7 @@ _ProductRequest["default"].prototype['visible_to'] = undefined;
234
234
 
235
235
  _ProductRequest["default"].prototype['owner_id'] = undefined;
236
236
  /**
237
- * Object containing price objects, where each key is the price currency code, and each value is the price object. Each price object contains: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, no prices will be set up for the product.
237
+ * An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, no prices will be set up for the product.
238
238
  * @member {Array.<Object>} prices
239
239
  */
240
240
 
@@ -105,7 +105,7 @@ BasicOrganization.prototype['name'] = undefined;
105
105
 
106
106
  BasicOrganization.prototype['owner_id'] = undefined;
107
107
  /**
108
- * The visibility of the organization. If omitted, the visibility will be set to the default visibility setting of this item type for the authorized user. Read more about visibility groups <a href=\\\"https://support.pipedrive.com/en/article/visibility-groups\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">here</a>.<h4>Essential / Advanced plan</h4><table><tr><th style=\\\"width:40px\\\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner &amp; followers</td><tr><td>`3`</td><td>Entire company</td></tr></table><h4>Professional / Enterprise plan</h4><table><tr><th style=\\\"width:40px\\\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner only</td><tr><td>`3`</td><td>Owner's visibility group</td></tr><tr><td>`5`</td><td>Owner's visibility group and sub-groups</td></tr><tr><td>`7`</td><td>Entire company</td></tr></table>\"
108
+ * The visibility of the organization. If omitted, the visibility will be set to the default visibility setting of this item type for the authorized user. Read more about visibility groups <a href=\"https://support.pipedrive.com/en/article/visibility-groups\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.<h4>Essential / Advanced plan</h4><table><tr><th style=\"width:40px\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner &amp; followers</td><tr><td>`3`</td><td>Entire company</td></tr></table><h4>Professional / Enterprise plan</h4><table><tr><th style=\"width:40px\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner only</td><tr><td>`3`</td><td>Owner's visibility group</td></tr><tr><td>`5`</td><td>Owner's visibility group and sub-groups</td></tr><tr><td>`7`</td><td>Entire company</td></tr></table>
109
109
  * @member {module:model/VisibleTo} visible_to
110
110
  */
111
111
 
@@ -128,7 +128,7 @@ NewOrganization.prototype['name'] = undefined;
128
128
 
129
129
  NewOrganization.prototype['owner_id'] = undefined;
130
130
  /**
131
- * The visibility of the organization. If omitted, the visibility will be set to the default visibility setting of this item type for the authorized user. Read more about visibility groups <a href=\\\"https://support.pipedrive.com/en/article/visibility-groups\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">here</a>.<h4>Essential / Advanced plan</h4><table><tr><th style=\\\"width:40px\\\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner &amp; followers</td><tr><td>`3`</td><td>Entire company</td></tr></table><h4>Professional / Enterprise plan</h4><table><tr><th style=\\\"width:40px\\\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner only</td><tr><td>`3`</td><td>Owner's visibility group</td></tr><tr><td>`5`</td><td>Owner's visibility group and sub-groups</td></tr><tr><td>`7`</td><td>Entire company</td></tr></table>\"
131
+ * The visibility of the organization. If omitted, the visibility will be set to the default visibility setting of this item type for the authorized user. Read more about visibility groups <a href=\"https://support.pipedrive.com/en/article/visibility-groups\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.<h4>Essential / Advanced plan</h4><table><tr><th style=\"width:40px\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner &amp; followers</td><tr><td>`3`</td><td>Entire company</td></tr></table><h4>Professional / Enterprise plan</h4><table><tr><th style=\"width:40px\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner only</td><tr><td>`3`</td><td>Owner's visibility group</td></tr><tr><td>`5`</td><td>Owner's visibility group and sub-groups</td></tr><tr><td>`7`</td><td>Entire company</td></tr></table>
132
132
  * @member {module:model/VisibleTo} visible_to
133
133
  */
134
134
 
@@ -153,7 +153,7 @@ _BasicOrganization["default"].prototype['name'] = undefined;
153
153
 
154
154
  _BasicOrganization["default"].prototype['owner_id'] = undefined;
155
155
  /**
156
- * The visibility of the organization. If omitted, the visibility will be set to the default visibility setting of this item type for the authorized user. Read more about visibility groups <a href=\\\"https://support.pipedrive.com/en/article/visibility-groups\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">here</a>.<h4>Essential / Advanced plan</h4><table><tr><th style=\\\"width:40px\\\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner &amp; followers</td><tr><td>`3`</td><td>Entire company</td></tr></table><h4>Professional / Enterprise plan</h4><table><tr><th style=\\\"width:40px\\\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner only</td><tr><td>`3`</td><td>Owner's visibility group</td></tr><tr><td>`5`</td><td>Owner's visibility group and sub-groups</td></tr><tr><td>`7`</td><td>Entire company</td></tr></table>\"
156
+ * The visibility of the organization. If omitted, the visibility will be set to the default visibility setting of this item type for the authorized user. Read more about visibility groups <a href=\"https://support.pipedrive.com/en/article/visibility-groups\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.<h4>Essential / Advanced plan</h4><table><tr><th style=\"width:40px\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner &amp; followers</td><tr><td>`3`</td><td>Entire company</td></tr></table><h4>Professional / Enterprise plan</h4><table><tr><th style=\"width:40px\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner only</td><tr><td>`3`</td><td>Owner's visibility group</td></tr><tr><td>`5`</td><td>Owner's visibility group and sub-groups</td></tr><tr><td>`7`</td><td>Entire company</td></tr></table>
157
157
  * @member {module:model/VisibleTo} visible_to
158
158
  */
159
159
 
@@ -172,7 +172,7 @@ ProductRequest.prototype['visible_to'] = undefined;
172
172
 
173
173
  ProductRequest.prototype['owner_id'] = undefined;
174
174
  /**
175
- * Object containing price objects, where each key is the price currency code, and each value is the price object. Each price object contains: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, no prices will be set up for the product.
175
+ * An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, no prices will be set up for the product.
176
176
  * @member {Array.<Object>} prices
177
177
  */
178
178
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "13.2.3",
3
+ "version": "13.2.4",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",