@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.
- package/builds/browser.js +2 -2
- package/builds/browser.js.map +1 -1
- package/builds/lib.js +2 -2
- package/builds/lib.js.map +1 -1
- package/builds/twilio-conversations.js +2 -2
- package/builds/twilio-conversations.min.js +1 -1
- package/dist/interfaces/rules.js +1 -1
- package/dist/interfaces/rules.js.map +1 -1
- package/dist/packages/conversations/package.json.js +1 -1
- package/package.json +1 -1
@@ -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"
|
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.
|
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
|
|