pipedrive 22.8.0 → 22.8.2

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.
@@ -266,7 +266,7 @@ ActivityCollectionResponseObject.prototype['project_id'] = undefined;
266
266
  ActivityCollectionResponseObject.prototype['org_id'] = undefined;
267
267
 
268
268
  /**
269
- * The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
269
+ * The address of the activity.
270
270
  * @member {String} location
271
271
  */
272
272
  ActivityCollectionResponseObject.prototype['location'] = undefined;
@@ -475,7 +475,7 @@ _ActivityObjectFragment["default"].prototype['project_id'] = undefined;
475
475
  */
476
476
  _ActivityObjectFragment["default"].prototype['org_id'] = undefined;
477
477
  /**
478
- * The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
478
+ * The address of the activity.
479
479
  * @member {String} location
480
480
  */
481
481
  _ActivityObjectFragment["default"].prototype['location'] = undefined;
@@ -154,7 +154,7 @@ ActivityObjectFragment.prototype['project_id'] = undefined;
154
154
  ActivityObjectFragment.prototype['org_id'] = undefined;
155
155
 
156
156
  /**
157
- * The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
157
+ * The address of the activity.
158
158
  * @member {String} location
159
159
  */
160
160
  ActivityObjectFragment.prototype['location'] = undefined;
@@ -195,7 +195,7 @@ ActivityPostObject.prototype['project_id'] = undefined;
195
195
  ActivityPostObject.prototype['org_id'] = undefined;
196
196
 
197
197
  /**
198
- * The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
198
+ * The address of the activity.
199
199
  * @member {String} location
200
200
  */
201
201
  ActivityPostObject.prototype['location'] = undefined;
@@ -296,7 +296,7 @@ _ActivityObjectFragment["default"].prototype['project_id'] = undefined;
296
296
  */
297
297
  _ActivityObjectFragment["default"].prototype['org_id'] = undefined;
298
298
  /**
299
- * The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
299
+ * The address of the activity.
300
300
  * @member {String} location
301
301
  */
302
302
  _ActivityObjectFragment["default"].prototype['location'] = undefined;
@@ -195,7 +195,7 @@ ActivityPutObject.prototype['project_id'] = undefined;
195
195
  ActivityPutObject.prototype['org_id'] = undefined;
196
196
 
197
197
  /**
198
- * The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
198
+ * The address of the activity.
199
199
  * @member {String} location
200
200
  */
201
201
  ActivityPutObject.prototype['location'] = undefined;
@@ -296,7 +296,7 @@ _ActivityObjectFragment["default"].prototype['project_id'] = undefined;
296
296
  */
297
297
  _ActivityObjectFragment["default"].prototype['org_id'] = undefined;
298
298
  /**
299
- * The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
299
+ * The address of the activity.
300
300
  * @member {String} location
301
301
  */
302
302
  _ActivityObjectFragment["default"].prototype['location'] = undefined;
@@ -366,7 +366,7 @@ ActivityResponseObject.prototype['project_id'] = undefined;
366
366
  ActivityResponseObject.prototype['org_id'] = undefined;
367
367
 
368
368
  /**
369
- * The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
369
+ * The address of the activity.
370
370
  * @member {String} location
371
371
  */
372
372
  ActivityResponseObject.prototype['location'] = undefined;
@@ -725,7 +725,7 @@ _ActivityObjectFragment["default"].prototype['project_id'] = undefined;
725
725
  */
726
726
  _ActivityObjectFragment["default"].prototype['org_id'] = undefined;
727
727
  /**
728
- * The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
728
+ * The address of the activity.
729
729
  * @member {String} location
730
730
  */
731
731
  _ActivityObjectFragment["default"].prototype['location'] = undefined;
@@ -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}
@@ -30,7 +30,7 @@ var NewProductField = /*#__PURE__*/function () {
30
30
  * Constructs a new <code>NewProductField</code>.
31
31
  * @alias module:model/NewProductField
32
32
  * @param name {String} The name of the field
33
- * @param fieldType {module:model/NewProductField.FieldTypeEnum} The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field (autocompleted by Google Maps)</dd></table>
33
+ * @param fieldType {module:model/NewProductField.FieldTypeEnum} The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field</dd></table>
34
34
  */
35
35
  function NewProductField(name, fieldType) {
36
36
  (0, _classCallCheck2["default"])(this, NewProductField);
@@ -95,7 +95,7 @@ NewProductField.prototype['name'] = undefined;
95
95
  NewProductField.prototype['options'] = undefined;
96
96
 
97
97
  /**
98
- * The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field (autocompleted by Google Maps)</dd></table>
98
+ * The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field</dd></table>
99
99
  * @member {module:model/NewProductField.FieldTypeEnum} field_type
100
100
  */
101
101
  NewProductField.prototype['field_type'] = undefined;
@@ -34,7 +34,7 @@ var ProductField = /*#__PURE__*/function () {
34
34
  * @implements module:model/NewProductField
35
35
  * @implements module:model/ProductFieldAllOf
36
36
  * @param name {String} The name of the field
37
- * @param fieldType {module:model/ProductField.FieldTypeEnum} The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field (autocompleted by Google Maps)</dd></table>
37
+ * @param fieldType {module:model/ProductField.FieldTypeEnum} The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field</dd></table>
38
38
  */
39
39
  function ProductField(name, fieldType) {
40
40
  (0, _classCallCheck2["default"])(this, ProductField);
@@ -167,7 +167,7 @@ ProductField.prototype['name'] = undefined;
167
167
  ProductField.prototype['options'] = undefined;
168
168
 
169
169
  /**
170
- * The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field (autocompleted by Google Maps)</dd></table>
170
+ * The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field</dd></table>
171
171
  * @member {module:model/ProductField.FieldTypeEnum} field_type
172
172
  */
173
173
  ProductField.prototype['field_type'] = undefined;
@@ -280,7 +280,7 @@ _NewProductField["default"].prototype['name'] = undefined;
280
280
  */
281
281
  _NewProductField["default"].prototype['options'] = undefined;
282
282
  /**
283
- * The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field (autocompleted by Google Maps)</dd></table>
283
+ * The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field</dd></table>
284
284
  * @member {module:model/NewProductField.FieldTypeEnum} field_type
285
285
  */
286
286
  _NewProductField["default"].prototype['field_type'] = undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "22.8.0",
3
+ "version": "22.8.2",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",