pipedrive 13.1.1 → 13.2.1

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.
@@ -208,11 +208,6 @@ var MailMessageData = /*#__PURE__*/function () {
208
208
  delete data['has_real_attachments_flag'];
209
209
  }
210
210
 
211
- if (data.hasOwnProperty('write_flag')) {
212
- obj['write_flag'] = _ApiClient["default"].convertToType(data['write_flag'], 'Boolean');
213
- delete data['write_flag'];
214
- }
215
-
216
211
  if (Object.keys(data).length > 0) {
217
212
  Object.assign(obj, data);
218
213
  }
@@ -392,12 +387,6 @@ MailMessageData.prototype['has_inline_attachments_flag'] = undefined;
392
387
  */
393
388
 
394
389
  MailMessageData.prototype['has_real_attachments_flag'] = undefined;
395
- /**
396
- * We strongly advise you to avoid the use of this property. We will soon deprecate this property.
397
- * @member {Boolean} write_flag
398
- */
399
-
400
- MailMessageData.prototype['write_flag'] = undefined;
401
390
  /**
402
391
  * Allowed values for the <code>mail_tracking_status</code> property.
403
392
  * @enum {String}
@@ -223,11 +223,6 @@ var MailMessageItemForList = /*#__PURE__*/function () {
223
223
  delete data['has_real_attachments_flag'];
224
224
  }
225
225
 
226
- if (data.hasOwnProperty('write_flag')) {
227
- obj['write_flag'] = _ApiClient["default"].convertToType(data['write_flag'], 'Boolean');
228
- delete data['write_flag'];
229
- }
230
-
231
226
  if (data.hasOwnProperty('nylas_id')) {
232
227
  obj['nylas_id'] = _ApiClient["default"].convertToType(data['nylas_id'], 'String');
233
228
  delete data['nylas_id'];
@@ -452,12 +447,6 @@ MailMessageItemForList.prototype['has_inline_attachments_flag'] = undefined;
452
447
  */
453
448
 
454
449
  MailMessageItemForList.prototype['has_real_attachments_flag'] = undefined;
455
- /**
456
- * We strongly advise you to avoid the use of this property. We will soon deprecate this property.
457
- * @member {Boolean} write_flag
458
- */
459
-
460
- MailMessageItemForList.prototype['write_flag'] = undefined;
461
450
  /**
462
451
  * The Mail Message ID assigned by the sync provider
463
452
  * @member {String} nylas_id
@@ -680,13 +669,7 @@ _MailMessageData["default"].prototype['has_inline_attachments_flag'] = undefined
680
669
  * @member {module:model/NumberBooleanDefault0} has_real_attachments_flag
681
670
  */
682
671
 
683
- _MailMessageData["default"].prototype['has_real_attachments_flag'] = undefined;
684
- /**
685
- * We strongly advise you to avoid the use of this property. We will soon deprecate this property.
686
- * @member {Boolean} write_flag
687
- */
688
-
689
- _MailMessageData["default"].prototype['write_flag'] = undefined; // Implement MailMessageItemForListAllOf interface:
672
+ _MailMessageData["default"].prototype['has_real_attachments_flag'] = undefined; // Implement MailMessageItemForListAllOf interface:
690
673
 
691
674
  /**
692
675
  * The Mail Message ID assigned by the sync provider
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "13.1.1",
3
+ "version": "13.2.1",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",