@twilio/mcs-client 0.6.5 → 0.6.6-rc.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.
- package/builds/browser.js +19 -1
- package/builds/browser.js.map +1 -1
- package/builds/lib.d.ts +17 -1
- package/builds/lib.js +19 -1
- package/builds/lib.js.map +1 -1
- package/builds/twilio-mcs-client.js +19 -1
- package/builds/twilio-mcs-client.min.js +1 -1
- package/dist/client.js.map +1 -1
- package/dist/media.js +14 -0
- package/dist/media.js.map +1 -1
- package/dist/packages/mcs-client/package.json.js +1 -1
- package/package.json +5 -5
|
@@ -5021,6 +5021,24 @@ this.Twilio.McsClient = (function (exports) {
|
|
|
5021
5021
|
isMultipartUpstream: (_data$is_multipart_up = data.is_multipart_upstream) !== null && _data$is_multipart_up !== void 0 ? _data$is_multipart_up : false
|
|
5022
5022
|
};
|
|
5023
5023
|
}
|
|
5024
|
+
/**
|
|
5025
|
+
* @internal
|
|
5026
|
+
* This payload is compatible with Conversations' media object _state().
|
|
5027
|
+
*/
|
|
5028
|
+
|
|
5029
|
+
}, {
|
|
5030
|
+
key: "_state",
|
|
5031
|
+
value: function _state() {
|
|
5032
|
+
var _this$state$filename;
|
|
5033
|
+
|
|
5034
|
+
return {
|
|
5035
|
+
sid: this.state.sid,
|
|
5036
|
+
category: this.state.category,
|
|
5037
|
+
filename: (_this$state$filename = this.state.filename) !== null && _this$state$filename !== void 0 ? _this$state$filename : null,
|
|
5038
|
+
contentType: this.state.contentType,
|
|
5039
|
+
size: this.state.size
|
|
5040
|
+
};
|
|
5041
|
+
}
|
|
5024
5042
|
}]);
|
|
5025
5043
|
|
|
5026
5044
|
return Media;
|
|
@@ -8855,7 +8873,7 @@ this.Twilio.McsClient = (function (exports) {
|
|
|
8855
8873
|
return Network;
|
|
8856
8874
|
}();
|
|
8857
8875
|
|
|
8858
|
-
var version = "0.6.
|
|
8876
|
+
var version = "0.6.6-rc.1";
|
|
8859
8877
|
|
|
8860
8878
|
var browser = {};
|
|
8861
8879
|
|