@voicenter-team/events-sdk 0.0.59 → 0.0.60
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/dist/voicenter-events-sdk.cjs.js +3 -3
- package/dist/voicenter-events-sdk.cjs.js.map +1 -1
- package/dist/voicenter-events-sdk.d.ts +1 -1
- package/dist/voicenter-events-sdk.es.js +2 -1
- package/dist/voicenter-events-sdk.es.js.map +1 -1
- package/dist/voicenter-events-sdk.iife.js +7 -7
- package/dist/voicenter-events-sdk.iife.js.map +1 -1
- package/dist/voicenter-events-sdk.umd.js +4 -4
- package/dist/voicenter-events-sdk.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -2893,7 +2893,7 @@ const Io = {
|
|
|
2893
2893
|
}
|
|
2894
2894
|
};
|
|
2895
2895
|
function Bo() {
|
|
2896
|
-
return (typeof window.navigator > "u" || typeof window.navigator.userAgent > "u") && (window.navigator.userAgent = "react-native"), function t(e, r, n) {
|
|
2896
|
+
return window && (typeof window.navigator > "u" || typeof window.navigator.userAgent > "u") && (window.navigator.userAgent = "react-native"), function t(e, r, n) {
|
|
2897
2897
|
function o(h, d) {
|
|
2898
2898
|
if (!r[h]) {
|
|
2899
2899
|
if (!e[h]) {
|
|
@@ -5570,6 +5570,7 @@ export {
|
|
|
5570
5570
|
z as EventsEnum,
|
|
5571
5571
|
wr as ExtensionEventReasonEnum,
|
|
5572
5572
|
Wo as ExtensionHangupCauseEnum,
|
|
5573
|
+
it as LoginType,
|
|
5573
5574
|
Ko as QueueEventReasonEnum,
|
|
5574
5575
|
Sr as ServerListenerEventsEnum,
|
|
5575
5576
|
Go as default
|