@twilio/conversations 2.3.0-rc.2 → 2.3.0-rc.3

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.
@@ -6853,7 +6853,7 @@ this.Twilio.Conversations = (function (exports) {
6853
6853
  var sendMediaOptions = objectSchema_1("send media options", {
6854
6854
  contentType: [literal_1(null), "string"],
6855
6855
  filename: ["string", "undefined"],
6856
- media: [literal_1("null"), "string", Buffer].concat(_toConsumableArray$1(typeof Blob === "function" ? [Blob] : []))
6856
+ media: [literal_1("null"), "string"].concat(_toConsumableArray$1(typeof Buffer === "function" ? [Buffer] : []), _toConsumableArray$1(typeof Blob === "function" ? [Blob] : []))
6857
6857
  });
6858
6858
 
6859
6859
  var browser$6 = {};
@@ -41984,7 +41984,7 @@ this.Twilio.Conversations = (function (exports) {
41984
41984
  this.data = data.data || {};
41985
41985
  });
41986
41986
 
41987
- var version = "2.3.0-rc.2";
41987
+ var version = "2.3.0-rc.3";
41988
41988
 
41989
41989
  function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
41990
41990