@twilio/conversations 2.1.0-rc.6 → 2.1.0-rc.7

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.
@@ -36655,9 +36655,9 @@ this.Twilio.Conversations = (function (exports) {
36655
36655
 
36656
36656
  _defineProperty$3(Message, "updated", "updated");
36657
36657
 
36658
- __decorate$1([validateTypes_1(nonEmptyString_1), __metadata$1("design:type", Function), __metadata$1("design:paramtypes", [Object]), __metadata$1("design:returntype", Media)], Message.prototype, "getEmailBody", null);
36658
+ __decorate$1([validateTypes_1([nonEmptyString_1, "undefined"]), __metadata$1("design:type", Function), __metadata$1("design:paramtypes", [Object]), __metadata$1("design:returntype", Media)], Message.prototype, "getEmailBody", null);
36659
36659
 
36660
- __decorate$1([validateTypes_1(nonEmptyString_1), __metadata$1("design:type", Function), __metadata$1("design:paramtypes", [Object]), __metadata$1("design:returntype", Media)], Message.prototype, "getEmailHistory", null);
36660
+ __decorate$1([validateTypes_1([nonEmptyString_1, "undefined"]), __metadata$1("design:type", Function), __metadata$1("design:paramtypes", [Object]), __metadata$1("design:returntype", Media)], Message.prototype, "getEmailHistory", null);
36661
36661
 
36662
36662
  __decorate$1([validateTypesAsync_1("string"), __metadata$1("design:type", Function), __metadata$1("design:paramtypes", [String]), __metadata$1("design:returntype", Promise)], Message.prototype, "updateBody", null);
36663
36663
 
@@ -40414,7 +40414,7 @@ this.Twilio.Conversations = (function (exports) {
40414
40414
  this.data = data.data || {};
40415
40415
  };
40416
40416
 
40417
- var version = "2.1.0-rc.6";
40417
+ var version = "2.1.0-rc.7";
40418
40418
 
40419
40419
  function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
40420
40420