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.esm.js
CHANGED
|
@@ -24034,6 +24034,7 @@ class Conversation {
|
|
|
24034
24034
|
};
|
|
24035
24035
|
if (i.hasOwnProperty('file')) {
|
|
24036
24036
|
i.file.url = this.client.fileUrlDownload(i.file.id);
|
|
24037
|
+
i.file.streamUrl = this.client.fileUrlStream(i.file.id);
|
|
24037
24038
|
msg.file = i.file;
|
|
24038
24039
|
}
|
|
24039
24040
|
if (i.hasOwnProperty('text')) {
|