webitel-sdk 0.1.102 → 0.1.103
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 -1
- package/bundles/index.esm.min.js +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/index.js +1 -0
- package/esm2015/socket/index.js.map +1 -1
- package/esm5/socket/index.js +1 -0
- package/esm5/socket/index.js.map +1 -1
- package/package.json +1 -1
- package/types/socket/index.d.ts +1 -0
- package/types/socket/index.d.ts.map +1 -1
package/bundles/index.umd.js
CHANGED
|
@@ -29039,6 +29039,7 @@
|
|
|
29039
29039
|
exports.Call = Call;
|
|
29040
29040
|
exports.Agent = Agent;
|
|
29041
29041
|
exports.Conversation = Conversation;
|
|
29042
|
+
exports.DeviceNotFoundError = DeviceNotFoundError;
|
|
29042
29043
|
exports.SipClient = SipClient;
|
|
29043
29044
|
exports.ExternalClient = ExternalClient;
|
|
29044
29045
|
exports.SipPhone = SipPhone;
|