webitel-sdk 0.1.99 → 0.1.100
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/bundles/index.esm.js +1 -0
- package/bundles/index.esm.js.map +1 -1
- package/bundles/index.esm.min.js +1 -1
- package/bundles/index.esm.min.js.map +1 -1
- package/bundles/index.umd.js +1 -0
- package/bundles/index.umd.js.map +1 -1
- package/bundles/index.umd.min.js +1 -1
- package/bundles/index.umd.min.js.map +1 -1
- package/esm2015/socket/conversation.js +1 -0
- package/esm2015/socket/conversation.js.map +1 -1
- package/esm5/socket/conversation.js +1 -0
- package/esm5/socket/conversation.js.map +1 -1
- package/package.json +1 -1
- package/types/socket/conversation.d.ts +1 -0
- package/types/socket/conversation.d.ts.map +1 -1
package/bundles/index.umd.js
CHANGED
|
@@ -27174,6 +27174,7 @@
|
|
|
27174
27174
|
};
|
|
27175
27175
|
if (i.hasOwnProperty('file')) {
|
|
27176
27176
|
i.file.url = _this.client.fileUrlDownload(i.file.id);
|
|
27177
|
+
i.file.streamUrl = _this.client.fileUrlStream(i.file.id);
|
|
27177
27178
|
msg.file = i.file;
|
|
27178
27179
|
}
|
|
27179
27180
|
if (i.hasOwnProperty('text')) {
|