webitel-sdk 0.1.112 → 0.1.113
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 +2 -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 +2 -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/client.js +2 -0
- package/esm2015/socket/client.js.map +1 -1
- package/esm2015/socket/task.js.map +1 -1
- package/esm5/socket/client.js +2 -0
- package/esm5/socket/client.js.map +1 -1
- package/esm5/socket/task.js.map +1 -1
- package/package.json +1 -1
- package/types/socket/client.d.ts.map +1 -1
- package/types/socket/task.d.ts +1 -0
- package/types/socket/task.d.ts.map +1 -1
package/bundles/index.esm.js
CHANGED
|
@@ -25176,6 +25176,7 @@ class Client extends EventEmitter {
|
|
|
25176
25176
|
}, c.task // todo add app_id
|
|
25177
25177
|
);
|
|
25178
25178
|
call.queue.reporting = 'true';
|
|
25179
|
+
call.task.form = c.task.form || null;
|
|
25179
25180
|
if (c.leaving_at && c.task.processing_sec) {
|
|
25180
25181
|
call.task.startProcessingAt = c.leaving_at;
|
|
25181
25182
|
call.task.setProcessing({
|
|
@@ -25216,6 +25217,7 @@ class Client extends EventEmitter {
|
|
|
25216
25217
|
renewal_sec: conv.task.processing_renewal_sec || 0,
|
|
25217
25218
|
});
|
|
25218
25219
|
}
|
|
25220
|
+
c.task.form = conv.task.form || null;
|
|
25219
25221
|
}
|
|
25220
25222
|
if (conv.invite_id) {
|
|
25221
25223
|
c.setInvite(conv.invite_id, conv.created_at);
|