@vonage/client-sdk 1.2.0-alpha.3 → 1.2.0-alpha.5
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/client/index.cjs +818 -883
- package/dist/client/index.mjs +818 -883
- package/dist/kotlin/ConversationEvents.d.ts +1 -15
- package/dist/kotlin/clientsdk-clientcore_js.d.ts +0 -9
- package/dist/vonageClientSDK.js +816 -881
- package/dist/vonageClientSDK.min.js +2 -2
- package/dist/vonageClientSDK.min.mjs +2 -2
- package/dist/vonageClientSDK.mjs +816 -881
- package/package.json +1 -1
package/dist/vonageClientSDK.js
CHANGED
|
@@ -46477,9 +46477,6 @@
|
|
|
46477
46477
|
return true;
|
|
46478
46478
|
};
|
|
46479
46479
|
MemberLeftConversationEvent.$metadata$ = classMeta('MemberLeftConversationEvent', [MemberEvent]);
|
|
46480
|
-
function UnknownConversationEvent() {
|
|
46481
|
-
}
|
|
46482
|
-
UnknownConversationEvent.$metadata$ = classMeta('UnknownConversationEvent', [ConversationEvent]);
|
|
46483
46480
|
function System() {
|
|
46484
46481
|
System_instance = this;
|
|
46485
46482
|
}
|
|
@@ -58672,46 +58669,45 @@
|
|
|
58672
58669
|
_.$_$.k = MemberLeftConversationEvent;
|
|
58673
58670
|
_.$_$.l = TemplateMessageEvent;
|
|
58674
58671
|
_.$_$.m = TextMessageEvent;
|
|
58675
|
-
_.$_$.n =
|
|
58676
|
-
_.$_$.o =
|
|
58677
|
-
_.$_$.p =
|
|
58678
|
-
_.$_$.q =
|
|
58679
|
-
_.$_$.r =
|
|
58680
|
-
_.$_$.s =
|
|
58681
|
-
_.$_$.t =
|
|
58682
|
-
_.$_$.u =
|
|
58683
|
-
_.$_$.v =
|
|
58684
|
-
_.$_$.w =
|
|
58685
|
-
_.$_$.x =
|
|
58686
|
-
_.$_$.y =
|
|
58687
|
-
_.$_$.z =
|
|
58688
|
-
_.$_$.a1 =
|
|
58689
|
-
_.$_$.b1 =
|
|
58690
|
-
_.$_$.c1 =
|
|
58691
|
-
_.$_$.d1 =
|
|
58692
|
-
_.$_$.e1 =
|
|
58693
|
-
_.$_$.f1 =
|
|
58694
|
-
_.$_$.g1 =
|
|
58695
|
-
_.$_$.h1 =
|
|
58696
|
-
_.$_$.i1 =
|
|
58697
|
-
_.$_$.j1 =
|
|
58698
|
-
_.$_$.k1 =
|
|
58699
|
-
_.$_$.l1 =
|
|
58700
|
-
_.$_$.m1 =
|
|
58701
|
-
_.$_$.n1 =
|
|
58702
|
-
_.$_$.o1 =
|
|
58703
|
-
_.$_$.p1 =
|
|
58704
|
-
_.$_$.q1 =
|
|
58705
|
-
_.$_$.r1 =
|
|
58706
|
-
_.$_$.s1 =
|
|
58707
|
-
_.$_$.t1 =
|
|
58708
|
-
_.$_$.u1 =
|
|
58709
|
-
_.$_$.v1 =
|
|
58710
|
-
_.$_$.w1 =
|
|
58711
|
-
_.$_$.x1 =
|
|
58712
|
-
_.$_$.y1 =
|
|
58713
|
-
_.$_$.z1 =
|
|
58714
|
-
_.$_$.a2 = Companion_getInstance_109;
|
|
58672
|
+
_.$_$.n = VCardMessageEvent;
|
|
58673
|
+
_.$_$.o = VideoMessageEvent;
|
|
58674
|
+
_.$_$.p = ChatClientListener;
|
|
58675
|
+
_.$_$.q = ILoggingLevel;
|
|
58676
|
+
_.$_$.r = SessionListener;
|
|
58677
|
+
_.$_$.s = VoiceClientListener;
|
|
58678
|
+
_.$_$.t = setDefaultLoggingLevel;
|
|
58679
|
+
_.$_$.u = HTTPClientError;
|
|
58680
|
+
_.$_$.v = HTTPClientResponse;
|
|
58681
|
+
_.$_$.w = HTTPClient;
|
|
58682
|
+
_.$_$.x = MediaClient;
|
|
58683
|
+
_.$_$.y = RTCStats_0;
|
|
58684
|
+
_.$_$.z = SocketClient;
|
|
58685
|
+
_.$_$.a1 = SetConfig;
|
|
58686
|
+
_.$_$.b1 = Builder;
|
|
58687
|
+
_.$_$.c1 = SocketConnectionFailedReason_ClientDisconnected_getInstance;
|
|
58688
|
+
_.$_$.d1 = SocketConnectionFailedReason_ClientNetworkError_getInstance;
|
|
58689
|
+
_.$_$.e1 = SocketConnectionFailedReason_PingTimeout_getInstance;
|
|
58690
|
+
_.$_$.f1 = SocketConnectionFailedReason_ServerDisconnected_getInstance;
|
|
58691
|
+
_.$_$.g1 = SocketConnectionStatus_Connected_getInstance;
|
|
58692
|
+
_.$_$.h1 = SocketConnectionStatus_Disconnected_getInstance;
|
|
58693
|
+
_.$_$.i1 = SocketConnectionStatus_Reconnecting_getInstance;
|
|
58694
|
+
_.$_$.j1 = PresentingOrder_ASC_getInstance;
|
|
58695
|
+
_.$_$.k1 = PresentingOrder_DESC_getInstance;
|
|
58696
|
+
_.$_$.l1 = ClientConfigRegion_AP_getInstance;
|
|
58697
|
+
_.$_$.m1 = ClientConfigRegion_EU_getInstance;
|
|
58698
|
+
_.$_$.n1 = ClientConfigRegion_US_getInstance;
|
|
58699
|
+
_.$_$.o1 = SessionErrorReason_PingTimeout_getInstance;
|
|
58700
|
+
_.$_$.p1 = SessionErrorReason_TokenExpired_getInstance;
|
|
58701
|
+
_.$_$.q1 = SessionErrorReason_TransportClosed_getInstance;
|
|
58702
|
+
_.$_$.r1 = MediaConnectionStatus_Closed_getInstance;
|
|
58703
|
+
_.$_$.s1 = MediaConnectionStatus_Connected_getInstance;
|
|
58704
|
+
_.$_$.t1 = MediaConnectionStatus_Connecting_getInstance;
|
|
58705
|
+
_.$_$.u1 = MediaConnectionStatus_Disconnected_getInstance;
|
|
58706
|
+
_.$_$.v1 = MediaConnectionStatus_Failed_getInstance;
|
|
58707
|
+
_.$_$.w1 = MediaConnectionStatus_New_getInstance;
|
|
58708
|
+
_.$_$.x1 = MediaConnectionStatus_Unknown_getInstance;
|
|
58709
|
+
_.$_$.y1 = System_getInstance;
|
|
58710
|
+
_.$_$.z1 = Companion_getInstance_109;
|
|
58715
58711
|
//endregion
|
|
58716
58712
|
return _;
|
|
58717
58713
|
}));
|
|
@@ -58728,27 +58724,26 @@
|
|
|
58728
58724
|
//region block: imports
|
|
58729
58725
|
var imul = Math.imul;
|
|
58730
58726
|
var Unit_getInstance = kotlin_kotlin.$_$.t2;
|
|
58731
|
-
var SessionListener = kotlin_com_vonage_clientcore.$_$.
|
|
58727
|
+
var SessionListener = kotlin_com_vonage_clientcore.$_$.r;
|
|
58732
58728
|
var classMeta = kotlin_kotlin.$_$.o5;
|
|
58733
|
-
var VoiceClientListener = kotlin_com_vonage_clientcore.$_$.
|
|
58734
|
-
var ChatClientListener = kotlin_com_vonage_clientcore.$_$.
|
|
58735
|
-
var Builder = kotlin_com_vonage_clientcore.$_$.
|
|
58729
|
+
var VoiceClientListener = kotlin_com_vonage_clientcore.$_$.s;
|
|
58730
|
+
var ChatClientListener = kotlin_com_vonage_clientcore.$_$.p;
|
|
58731
|
+
var Builder = kotlin_com_vonage_clientcore.$_$.b1;
|
|
58736
58732
|
var collectionSizeOrDefault = kotlin_kotlin.$_$.l3;
|
|
58737
58733
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.n;
|
|
58738
58734
|
var copyToArray = kotlin_kotlin.$_$.x3;
|
|
58739
58735
|
var interfaceMeta = kotlin_kotlin.$_$.w5;
|
|
58740
58736
|
var objectMeta = kotlin_kotlin.$_$.r6;
|
|
58741
58737
|
var noWhenBranchMatchedException = kotlin_kotlin.$_$.x8;
|
|
58742
|
-
var System_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58738
|
+
var System_getInstance = kotlin_com_vonage_clientcore.$_$.y1;
|
|
58743
58739
|
var equals = kotlin_kotlin.$_$.p5;
|
|
58744
58740
|
var EmbeddedInfo = kotlin_com_vonage_clientcore.$_$.e;
|
|
58745
|
-
var UnknownConversationEvent = kotlin_com_vonage_clientcore.$_$.n;
|
|
58746
58741
|
var LocationMessageEvent = kotlin_com_vonage_clientcore.$_$.h;
|
|
58747
58742
|
var TemplateMessageEvent = kotlin_com_vonage_clientcore.$_$.l;
|
|
58748
|
-
var VCardMessageEvent = kotlin_com_vonage_clientcore.$_$.
|
|
58743
|
+
var VCardMessageEvent = kotlin_com_vonage_clientcore.$_$.n;
|
|
58749
58744
|
var FileMessageEvent = kotlin_com_vonage_clientcore.$_$.f;
|
|
58750
58745
|
var AudioMessageEvent = kotlin_com_vonage_clientcore.$_$.c;
|
|
58751
|
-
var VideoMessageEvent = kotlin_com_vonage_clientcore.$_$.
|
|
58746
|
+
var VideoMessageEvent = kotlin_com_vonage_clientcore.$_$.o;
|
|
58752
58747
|
var ImageMessageEvent = kotlin_com_vonage_clientcore.$_$.g;
|
|
58753
58748
|
var CustomMessageEvent = kotlin_com_vonage_clientcore.$_$.d;
|
|
58754
58749
|
var TextMessageEvent = kotlin_com_vonage_clientcore.$_$.m;
|
|
@@ -58757,51 +58752,51 @@
|
|
|
58757
58752
|
var MemberInvitedConversationEvent = kotlin_com_vonage_clientcore.$_$.i;
|
|
58758
58753
|
var THROW_CCE = kotlin_kotlin.$_$.h8;
|
|
58759
58754
|
var THROW_ISE = kotlin_kotlin.$_$.i8;
|
|
58760
|
-
var PresentingOrder_ASC_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58761
|
-
var PresentingOrder_DESC_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58755
|
+
var PresentingOrder_ASC_getInstance = kotlin_com_vonage_clientcore.$_$.j1;
|
|
58756
|
+
var PresentingOrder_DESC_getInstance = kotlin_com_vonage_clientcore.$_$.k1;
|
|
58762
58757
|
var Enum = kotlin_kotlin.$_$.b8;
|
|
58763
58758
|
var extendThrowable = kotlin_kotlin.$_$.q5;
|
|
58764
58759
|
var captureStack = kotlin_kotlin.$_$.j5;
|
|
58765
58760
|
var VonageError = kotlin_com_vonage_clientcore.$_$.b;
|
|
58766
58761
|
var newThrowable = kotlin_kotlin.$_$.m6;
|
|
58767
58762
|
var joinToString$default = kotlin_kotlin.$_$.g;
|
|
58768
|
-
var ClientConfigRegion_AP_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58769
|
-
var ClientConfigRegion_EU_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58770
|
-
var ClientConfigRegion_US_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58771
|
-
var Companion_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58772
|
-
var ILoggingLevel = kotlin_com_vonage_clientcore.$_$.
|
|
58773
|
-
var SessionErrorReason_TokenExpired_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58774
|
-
var SessionErrorReason_TransportClosed_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58775
|
-
var SessionErrorReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58776
|
-
var setDefaultLoggingLevel = kotlin_com_vonage_clientcore.$_$.
|
|
58777
|
-
var SetConfig = kotlin_com_vonage_clientcore.$_$.
|
|
58763
|
+
var ClientConfigRegion_AP_getInstance = kotlin_com_vonage_clientcore.$_$.l1;
|
|
58764
|
+
var ClientConfigRegion_EU_getInstance = kotlin_com_vonage_clientcore.$_$.m1;
|
|
58765
|
+
var ClientConfigRegion_US_getInstance = kotlin_com_vonage_clientcore.$_$.n1;
|
|
58766
|
+
var Companion_getInstance = kotlin_com_vonage_clientcore.$_$.z1;
|
|
58767
|
+
var ILoggingLevel = kotlin_com_vonage_clientcore.$_$.q;
|
|
58768
|
+
var SessionErrorReason_TokenExpired_getInstance = kotlin_com_vonage_clientcore.$_$.p1;
|
|
58769
|
+
var SessionErrorReason_TransportClosed_getInstance = kotlin_com_vonage_clientcore.$_$.q1;
|
|
58770
|
+
var SessionErrorReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.o1;
|
|
58771
|
+
var setDefaultLoggingLevel = kotlin_com_vonage_clientcore.$_$.t;
|
|
58772
|
+
var SetConfig = kotlin_com_vonage_clientcore.$_$.a1;
|
|
58778
58773
|
var emptyMap = kotlin_kotlin.$_$.z3;
|
|
58779
58774
|
var getStringHashCode = kotlin_kotlin.$_$.u5;
|
|
58780
58775
|
var Exception = kotlin_kotlin.$_$.c8;
|
|
58781
|
-
var HTTPClientError = kotlin_com_vonage_clientcore.$_$.
|
|
58776
|
+
var HTTPClientError = kotlin_com_vonage_clientcore.$_$.u;
|
|
58782
58777
|
var hashCode = kotlin_kotlin.$_$.v5;
|
|
58783
58778
|
var toString = kotlin_kotlin.$_$.a9;
|
|
58784
|
-
var HTTPClientResponse = kotlin_com_vonage_clientcore.$_$.
|
|
58785
|
-
var HTTPClient = kotlin_com_vonage_clientcore.$_$.
|
|
58779
|
+
var HTTPClientResponse = kotlin_com_vonage_clientcore.$_$.v;
|
|
58780
|
+
var HTTPClient = kotlin_com_vonage_clientcore.$_$.w;
|
|
58786
58781
|
var Exception_init_$Create$ = kotlin_kotlin.$_$.d1;
|
|
58787
|
-
var SocketClient = kotlin_com_vonage_clientcore.$_$.
|
|
58782
|
+
var SocketClient = kotlin_com_vonage_clientcore.$_$.z;
|
|
58788
58783
|
var UnknownSocketEvent = kotlin_com_vonage_clientcore.$_$.a;
|
|
58789
|
-
var SocketConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58790
|
-
var SocketConnectionStatus_Reconnecting_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58791
|
-
var SocketConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58792
|
-
var SocketConnectionFailedReason_ServerDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58793
|
-
var SocketConnectionFailedReason_ClientDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58794
|
-
var SocketConnectionFailedReason_ClientNetworkError_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58795
|
-
var SocketConnectionFailedReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58796
|
-
var MediaClient = kotlin_com_vonage_clientcore.$_$.
|
|
58797
|
-
var RTCStats = kotlin_com_vonage_clientcore.$_$.
|
|
58798
|
-
var MediaConnectionStatus_New_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58799
|
-
var MediaConnectionStatus_Connecting_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58800
|
-
var MediaConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58801
|
-
var MediaConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58802
|
-
var MediaConnectionStatus_Closed_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58803
|
-
var MediaConnectionStatus_Failed_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58804
|
-
var MediaConnectionStatus_Unknown_getInstance = kotlin_com_vonage_clientcore.$_$.
|
|
58784
|
+
var SocketConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.g1;
|
|
58785
|
+
var SocketConnectionStatus_Reconnecting_getInstance = kotlin_com_vonage_clientcore.$_$.i1;
|
|
58786
|
+
var SocketConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.h1;
|
|
58787
|
+
var SocketConnectionFailedReason_ServerDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.f1;
|
|
58788
|
+
var SocketConnectionFailedReason_ClientDisconnected_getInstance = kotlin_com_vonage_clientcore.$_$.c1;
|
|
58789
|
+
var SocketConnectionFailedReason_ClientNetworkError_getInstance = kotlin_com_vonage_clientcore.$_$.d1;
|
|
58790
|
+
var SocketConnectionFailedReason_PingTimeout_getInstance = kotlin_com_vonage_clientcore.$_$.e1;
|
|
58791
|
+
var MediaClient = kotlin_com_vonage_clientcore.$_$.x;
|
|
58792
|
+
var RTCStats = kotlin_com_vonage_clientcore.$_$.y;
|
|
58793
|
+
var MediaConnectionStatus_New_getInstance = kotlin_com_vonage_clientcore.$_$.w1;
|
|
58794
|
+
var MediaConnectionStatus_Connecting_getInstance = kotlin_com_vonage_clientcore.$_$.t1;
|
|
58795
|
+
var MediaConnectionStatus_Connected_getInstance = kotlin_com_vonage_clientcore.$_$.s1;
|
|
58796
|
+
var MediaConnectionStatus_Disconnected_getInstance = kotlin_com_vonage_clientcore.$_$.u1;
|
|
58797
|
+
var MediaConnectionStatus_Closed_getInstance = kotlin_com_vonage_clientcore.$_$.r1;
|
|
58798
|
+
var MediaConnectionStatus_Failed_getInstance = kotlin_com_vonage_clientcore.$_$.v1;
|
|
58799
|
+
var MediaConnectionStatus_Unknown_getInstance = kotlin_com_vonage_clientcore.$_$.x1;
|
|
58805
58800
|
var to = kotlin_kotlin.$_$.b9;
|
|
58806
58801
|
var toMap = kotlin_kotlin.$_$.z4;
|
|
58807
58802
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.x;
|
|
@@ -58812,7 +58807,7 @@
|
|
|
58812
58807
|
//endregion
|
|
58813
58808
|
//region block: pre-declaration
|
|
58814
58809
|
function setConfig(config) {
|
|
58815
|
-
this.core.a1c(new SetConfig(config.
|
|
58810
|
+
this.core.a1c(new SetConfig(config.y3i_1, config.z3i_1, config.x3i_1, config.b3j_1, config.w3i_1.b2j_1, config.w3i_1.c2j_1, config.w3i_1.d2j_1));
|
|
58816
58811
|
}
|
|
58817
58812
|
function createSession(token, sessionId) {
|
|
58818
58813
|
return new Promise(ICoreClientJS$createSession$lambda(this, token, sessionId));
|
|
@@ -59371,57 +59366,6 @@
|
|
|
59371
59366
|
return this.j20();
|
|
59372
59367
|
}
|
|
59373
59368
|
});
|
|
59374
|
-
function UnknownEventJS(event) {
|
|
59375
|
-
this.x39_1 = event.c3a_1;
|
|
59376
|
-
this.y39_1 = event.d3a_1;
|
|
59377
|
-
this.z39_1 = event.e3a_1;
|
|
59378
|
-
this.a3a_1 = event.f3a_1;
|
|
59379
|
-
this.b3a_1 = map(event.g3a_1);
|
|
59380
|
-
}
|
|
59381
|
-
UnknownEventJS.prototype.o2u = function () {
|
|
59382
|
-
return this.x39_1;
|
|
59383
|
-
};
|
|
59384
|
-
UnknownEventJS.prototype.v1m = function () {
|
|
59385
|
-
return this.y39_1;
|
|
59386
|
-
};
|
|
59387
|
-
UnknownEventJS.prototype.k1q = function () {
|
|
59388
|
-
return this.z39_1;
|
|
59389
|
-
};
|
|
59390
|
-
UnknownEventJS.prototype.l2v = function () {
|
|
59391
|
-
return this.a3a_1;
|
|
59392
|
-
};
|
|
59393
|
-
UnknownEventJS.prototype.c1h = function () {
|
|
59394
|
-
return this.b3a_1;
|
|
59395
|
-
};
|
|
59396
|
-
UnknownEventJS.$metadata$ = classMeta('UnknownEventJS', [ConversationEventJS]);
|
|
59397
|
-
Object.defineProperty(UnknownEventJS.prototype, 'type', {
|
|
59398
|
-
configurable: true,
|
|
59399
|
-
get: UnknownEventJS.prototype.o2u
|
|
59400
|
-
});
|
|
59401
|
-
Object.defineProperty(UnknownEventJS.prototype, 'id', {
|
|
59402
|
-
configurable: true,
|
|
59403
|
-
get: function () {
|
|
59404
|
-
return this.v1m();
|
|
59405
|
-
}
|
|
59406
|
-
});
|
|
59407
|
-
Object.defineProperty(UnknownEventJS.prototype, 'timestamp', {
|
|
59408
|
-
configurable: true,
|
|
59409
|
-
get: function () {
|
|
59410
|
-
return this.k1q();
|
|
59411
|
-
}
|
|
59412
|
-
});
|
|
59413
|
-
Object.defineProperty(UnknownEventJS.prototype, 'conversationId', {
|
|
59414
|
-
configurable: true,
|
|
59415
|
-
get: function () {
|
|
59416
|
-
return this.l2v();
|
|
59417
|
-
}
|
|
59418
|
-
});
|
|
59419
|
-
Object.defineProperty(UnknownEventJS.prototype, 'from', {
|
|
59420
|
-
configurable: true,
|
|
59421
|
-
get: function () {
|
|
59422
|
-
return this.c1h();
|
|
59423
|
-
}
|
|
59424
|
-
});
|
|
59425
59369
|
function map(from) {
|
|
59426
59370
|
var tmp0_subject = from;
|
|
59427
59371
|
var tmp;
|
|
@@ -59475,11 +59419,7 @@
|
|
|
59475
59419
|
if (tmp0_subject instanceof LocationMessageEvent) {
|
|
59476
59420
|
tmp = new LocationMessageEventJS(event);
|
|
59477
59421
|
} else {
|
|
59478
|
-
|
|
59479
|
-
tmp = new UnknownEventJS(event);
|
|
59480
|
-
} else {
|
|
59481
|
-
noWhenBranchMatchedException();
|
|
59482
|
-
}
|
|
59422
|
+
noWhenBranchMatchedException();
|
|
59483
59423
|
}
|
|
59484
59424
|
}
|
|
59485
59425
|
}
|
|
@@ -59498,37 +59438,37 @@
|
|
|
59498
59438
|
}
|
|
59499
59439
|
MessageEventJS.$metadata$ = interfaceMeta('MessageEventJS', [ConversationEventJS]);
|
|
59500
59440
|
function Body(body) {
|
|
59501
|
-
this.
|
|
59441
|
+
this.x39_1 = body.l2p_1;
|
|
59502
59442
|
}
|
|
59503
|
-
Body.prototype.
|
|
59504
|
-
return this.
|
|
59443
|
+
Body.prototype.y39 = function () {
|
|
59444
|
+
return this.x39_1;
|
|
59505
59445
|
};
|
|
59506
59446
|
Body.$metadata$ = classMeta('Body');
|
|
59507
59447
|
Object.defineProperty(Body.prototype, 'text', {
|
|
59508
59448
|
configurable: true,
|
|
59509
|
-
get: Body.prototype.
|
|
59449
|
+
get: Body.prototype.y39
|
|
59510
59450
|
});
|
|
59511
59451
|
function TextMessageEventJS(event) {
|
|
59512
|
-
this.
|
|
59513
|
-
this.
|
|
59514
|
-
this.
|
|
59515
|
-
this.
|
|
59516
|
-
this.
|
|
59452
|
+
this.z39_1 = event.o2p_1;
|
|
59453
|
+
this.a3a_1 = event.m2p_1;
|
|
59454
|
+
this.b3a_1 = event.n2p_1;
|
|
59455
|
+
this.c3a_1 = map(event.p2p_1);
|
|
59456
|
+
this.d3a_1 = new Body(event.q2p_1);
|
|
59517
59457
|
}
|
|
59518
59458
|
TextMessageEventJS.prototype.v1m = function () {
|
|
59519
|
-
return this.
|
|
59459
|
+
return this.z39_1;
|
|
59520
59460
|
};
|
|
59521
59461
|
TextMessageEventJS.prototype.k1q = function () {
|
|
59522
|
-
return this.
|
|
59462
|
+
return this.a3a_1;
|
|
59523
59463
|
};
|
|
59524
59464
|
TextMessageEventJS.prototype.l2v = function () {
|
|
59525
|
-
return this.
|
|
59465
|
+
return this.b3a_1;
|
|
59526
59466
|
};
|
|
59527
59467
|
TextMessageEventJS.prototype.c1h = function () {
|
|
59528
|
-
return this.
|
|
59468
|
+
return this.c3a_1;
|
|
59529
59469
|
};
|
|
59530
59470
|
TextMessageEventJS.prototype.j20 = function () {
|
|
59531
|
-
return this.
|
|
59471
|
+
return this.d3a_1;
|
|
59532
59472
|
};
|
|
59533
59473
|
TextMessageEventJS.$metadata$ = classMeta('TextMessageEventJS', [MessageEventJS]);
|
|
59534
59474
|
Object.defineProperty(TextMessageEventJS.prototype, 'id', {
|
|
@@ -59560,37 +59500,37 @@
|
|
|
59560
59500
|
get: TextMessageEventJS.prototype.j20
|
|
59561
59501
|
});
|
|
59562
59502
|
function Body_0(body) {
|
|
59563
|
-
this.
|
|
59503
|
+
this.e3a_1 = body.r2p_1;
|
|
59564
59504
|
}
|
|
59565
|
-
Body_0.prototype.
|
|
59566
|
-
return this.
|
|
59505
|
+
Body_0.prototype.f3a = function () {
|
|
59506
|
+
return this.e3a_1;
|
|
59567
59507
|
};
|
|
59568
59508
|
Body_0.$metadata$ = classMeta('Body');
|
|
59569
59509
|
Object.defineProperty(Body_0.prototype, 'customData', {
|
|
59570
59510
|
configurable: true,
|
|
59571
|
-
get: Body_0.prototype.
|
|
59511
|
+
get: Body_0.prototype.f3a
|
|
59572
59512
|
});
|
|
59573
59513
|
function CustomMessageEventJS(event) {
|
|
59574
|
-
this.
|
|
59575
|
-
this.
|
|
59576
|
-
this.
|
|
59577
|
-
this.
|
|
59578
|
-
this.
|
|
59514
|
+
this.g3a_1 = event.u2p_1;
|
|
59515
|
+
this.h3a_1 = event.s2p_1;
|
|
59516
|
+
this.i3a_1 = event.t2p_1;
|
|
59517
|
+
this.j3a_1 = map(event.v2p_1);
|
|
59518
|
+
this.k3a_1 = new Body_0(event.w2p_1);
|
|
59579
59519
|
}
|
|
59580
59520
|
CustomMessageEventJS.prototype.v1m = function () {
|
|
59581
|
-
return this.
|
|
59521
|
+
return this.g3a_1;
|
|
59582
59522
|
};
|
|
59583
59523
|
CustomMessageEventJS.prototype.k1q = function () {
|
|
59584
|
-
return this.
|
|
59524
|
+
return this.h3a_1;
|
|
59585
59525
|
};
|
|
59586
59526
|
CustomMessageEventJS.prototype.l2v = function () {
|
|
59587
|
-
return this.
|
|
59527
|
+
return this.i3a_1;
|
|
59588
59528
|
};
|
|
59589
59529
|
CustomMessageEventJS.prototype.c1h = function () {
|
|
59590
|
-
return this.
|
|
59530
|
+
return this.j3a_1;
|
|
59591
59531
|
};
|
|
59592
59532
|
CustomMessageEventJS.prototype.j20 = function () {
|
|
59593
|
-
return this.
|
|
59533
|
+
return this.k3a_1;
|
|
59594
59534
|
};
|
|
59595
59535
|
CustomMessageEventJS.$metadata$ = classMeta('CustomMessageEventJS', [MessageEventJS]);
|
|
59596
59536
|
Object.defineProperty(CustomMessageEventJS.prototype, 'id', {
|
|
@@ -59622,37 +59562,37 @@
|
|
|
59622
59562
|
get: CustomMessageEventJS.prototype.j20
|
|
59623
59563
|
});
|
|
59624
59564
|
function Body_1(body) {
|
|
59625
|
-
this.
|
|
59565
|
+
this.l3a_1 = body.j2q_1;
|
|
59626
59566
|
}
|
|
59627
|
-
Body_1.prototype.
|
|
59628
|
-
return this.
|
|
59567
|
+
Body_1.prototype.m3a = function () {
|
|
59568
|
+
return this.l3a_1;
|
|
59629
59569
|
};
|
|
59630
59570
|
Body_1.$metadata$ = classMeta('Body');
|
|
59631
59571
|
Object.defineProperty(Body_1.prototype, 'audioUrl', {
|
|
59632
59572
|
configurable: true,
|
|
59633
|
-
get: Body_1.prototype.
|
|
59573
|
+
get: Body_1.prototype.m3a
|
|
59634
59574
|
});
|
|
59635
59575
|
function AudioMessageEventJS(event) {
|
|
59636
|
-
this.
|
|
59637
|
-
this.
|
|
59638
|
-
this.
|
|
59639
|
-
this.
|
|
59640
|
-
this.
|
|
59576
|
+
this.n3a_1 = event.m2q_1;
|
|
59577
|
+
this.o3a_1 = event.k2q_1;
|
|
59578
|
+
this.p3a_1 = event.l2q_1;
|
|
59579
|
+
this.q3a_1 = map(event.n2q_1);
|
|
59580
|
+
this.r3a_1 = new Body_1(event.o2q_1);
|
|
59641
59581
|
}
|
|
59642
59582
|
AudioMessageEventJS.prototype.v1m = function () {
|
|
59643
|
-
return this.
|
|
59583
|
+
return this.n3a_1;
|
|
59644
59584
|
};
|
|
59645
59585
|
AudioMessageEventJS.prototype.k1q = function () {
|
|
59646
|
-
return this.
|
|
59586
|
+
return this.o3a_1;
|
|
59647
59587
|
};
|
|
59648
59588
|
AudioMessageEventJS.prototype.l2v = function () {
|
|
59649
|
-
return this.
|
|
59589
|
+
return this.p3a_1;
|
|
59650
59590
|
};
|
|
59651
59591
|
AudioMessageEventJS.prototype.c1h = function () {
|
|
59652
|
-
return this.
|
|
59592
|
+
return this.q3a_1;
|
|
59653
59593
|
};
|
|
59654
59594
|
AudioMessageEventJS.prototype.j20 = function () {
|
|
59655
|
-
return this.
|
|
59595
|
+
return this.r3a_1;
|
|
59656
59596
|
};
|
|
59657
59597
|
AudioMessageEventJS.$metadata$ = classMeta('AudioMessageEventJS', [MessageEventJS]);
|
|
59658
59598
|
Object.defineProperty(AudioMessageEventJS.prototype, 'id', {
|
|
@@ -59684,37 +59624,37 @@
|
|
|
59684
59624
|
get: AudioMessageEventJS.prototype.j20
|
|
59685
59625
|
});
|
|
59686
59626
|
function Body_2(body) {
|
|
59687
|
-
this.
|
|
59627
|
+
this.s3a_1 = body.d2q_1;
|
|
59688
59628
|
}
|
|
59689
|
-
Body_2.prototype.
|
|
59690
|
-
return this.
|
|
59629
|
+
Body_2.prototype.t3a = function () {
|
|
59630
|
+
return this.s3a_1;
|
|
59691
59631
|
};
|
|
59692
59632
|
Body_2.$metadata$ = classMeta('Body');
|
|
59693
59633
|
Object.defineProperty(Body_2.prototype, 'videoUrl', {
|
|
59694
59634
|
configurable: true,
|
|
59695
|
-
get: Body_2.prototype.
|
|
59635
|
+
get: Body_2.prototype.t3a
|
|
59696
59636
|
});
|
|
59697
59637
|
function VideoMessageEventJS(event) {
|
|
59698
|
-
this.
|
|
59699
|
-
this.
|
|
59700
|
-
this.
|
|
59701
|
-
this.
|
|
59702
|
-
this.
|
|
59638
|
+
this.u3a_1 = event.g2q_1;
|
|
59639
|
+
this.v3a_1 = event.e2q_1;
|
|
59640
|
+
this.w3a_1 = event.f2q_1;
|
|
59641
|
+
this.x3a_1 = map(event.h2q_1);
|
|
59642
|
+
this.y3a_1 = new Body_2(event.i2q_1);
|
|
59703
59643
|
}
|
|
59704
59644
|
VideoMessageEventJS.prototype.v1m = function () {
|
|
59705
|
-
return this.
|
|
59645
|
+
return this.u3a_1;
|
|
59706
59646
|
};
|
|
59707
59647
|
VideoMessageEventJS.prototype.k1q = function () {
|
|
59708
|
-
return this.
|
|
59648
|
+
return this.v3a_1;
|
|
59709
59649
|
};
|
|
59710
59650
|
VideoMessageEventJS.prototype.l2v = function () {
|
|
59711
|
-
return this.
|
|
59651
|
+
return this.w3a_1;
|
|
59712
59652
|
};
|
|
59713
59653
|
VideoMessageEventJS.prototype.c1h = function () {
|
|
59714
|
-
return this.
|
|
59654
|
+
return this.x3a_1;
|
|
59715
59655
|
};
|
|
59716
59656
|
VideoMessageEventJS.prototype.j20 = function () {
|
|
59717
|
-
return this.
|
|
59657
|
+
return this.y3a_1;
|
|
59718
59658
|
};
|
|
59719
59659
|
VideoMessageEventJS.$metadata$ = classMeta('VideoMessageEventJS', [MessageEventJS]);
|
|
59720
59660
|
Object.defineProperty(VideoMessageEventJS.prototype, 'id', {
|
|
@@ -59746,37 +59686,37 @@
|
|
|
59746
59686
|
get: VideoMessageEventJS.prototype.j20
|
|
59747
59687
|
});
|
|
59748
59688
|
function Body_3(body) {
|
|
59749
|
-
this.
|
|
59689
|
+
this.z3a_1 = body.x2p_1;
|
|
59750
59690
|
}
|
|
59751
|
-
Body_3.prototype.
|
|
59752
|
-
return this.
|
|
59691
|
+
Body_3.prototype.a3b = function () {
|
|
59692
|
+
return this.z3a_1;
|
|
59753
59693
|
};
|
|
59754
59694
|
Body_3.$metadata$ = classMeta('Body');
|
|
59755
59695
|
Object.defineProperty(Body_3.prototype, 'imageUrl', {
|
|
59756
59696
|
configurable: true,
|
|
59757
|
-
get: Body_3.prototype.
|
|
59697
|
+
get: Body_3.prototype.a3b
|
|
59758
59698
|
});
|
|
59759
59699
|
function ImageMessageEventJS(event) {
|
|
59760
|
-
this.
|
|
59761
|
-
this.
|
|
59762
|
-
this.
|
|
59763
|
-
this.
|
|
59764
|
-
this.
|
|
59700
|
+
this.b3b_1 = event.a2q_1;
|
|
59701
|
+
this.c3b_1 = event.y2p_1;
|
|
59702
|
+
this.d3b_1 = event.z2p_1;
|
|
59703
|
+
this.e3b_1 = map(event.b2q_1);
|
|
59704
|
+
this.f3b_1 = new Body_3(event.c2q_1);
|
|
59765
59705
|
}
|
|
59766
59706
|
ImageMessageEventJS.prototype.v1m = function () {
|
|
59767
|
-
return this.
|
|
59707
|
+
return this.b3b_1;
|
|
59768
59708
|
};
|
|
59769
59709
|
ImageMessageEventJS.prototype.k1q = function () {
|
|
59770
|
-
return this.
|
|
59710
|
+
return this.c3b_1;
|
|
59771
59711
|
};
|
|
59772
59712
|
ImageMessageEventJS.prototype.l2v = function () {
|
|
59773
|
-
return this.
|
|
59713
|
+
return this.d3b_1;
|
|
59774
59714
|
};
|
|
59775
59715
|
ImageMessageEventJS.prototype.c1h = function () {
|
|
59776
|
-
return this.
|
|
59716
|
+
return this.e3b_1;
|
|
59777
59717
|
};
|
|
59778
59718
|
ImageMessageEventJS.prototype.j20 = function () {
|
|
59779
|
-
return this.
|
|
59719
|
+
return this.f3b_1;
|
|
59780
59720
|
};
|
|
59781
59721
|
ImageMessageEventJS.$metadata$ = classMeta('ImageMessageEventJS', [MessageEventJS]);
|
|
59782
59722
|
Object.defineProperty(ImageMessageEventJS.prototype, 'id', {
|
|
@@ -59808,37 +59748,37 @@
|
|
|
59808
59748
|
get: ImageMessageEventJS.prototype.j20
|
|
59809
59749
|
});
|
|
59810
59750
|
function Body_4(body) {
|
|
59811
|
-
this.
|
|
59751
|
+
this.g3b_1 = body.p2q_1;
|
|
59812
59752
|
}
|
|
59813
|
-
Body_4.prototype.
|
|
59814
|
-
return this.
|
|
59753
|
+
Body_4.prototype.h3b = function () {
|
|
59754
|
+
return this.g3b_1;
|
|
59815
59755
|
};
|
|
59816
59756
|
Body_4.$metadata$ = classMeta('Body');
|
|
59817
59757
|
Object.defineProperty(Body_4.prototype, 'fileUrl', {
|
|
59818
59758
|
configurable: true,
|
|
59819
|
-
get: Body_4.prototype.
|
|
59759
|
+
get: Body_4.prototype.h3b
|
|
59820
59760
|
});
|
|
59821
59761
|
function FileMessageEventJS(event) {
|
|
59822
|
-
this.
|
|
59823
|
-
this.
|
|
59824
|
-
this.
|
|
59825
|
-
this.
|
|
59826
|
-
this.
|
|
59762
|
+
this.i3b_1 = event.s2q_1;
|
|
59763
|
+
this.j3b_1 = event.q2q_1;
|
|
59764
|
+
this.k3b_1 = event.r2q_1;
|
|
59765
|
+
this.l3b_1 = map(event.t2q_1);
|
|
59766
|
+
this.m3b_1 = new Body_4(event.u2q_1);
|
|
59827
59767
|
}
|
|
59828
59768
|
FileMessageEventJS.prototype.v1m = function () {
|
|
59829
|
-
return this.
|
|
59769
|
+
return this.i3b_1;
|
|
59830
59770
|
};
|
|
59831
59771
|
FileMessageEventJS.prototype.k1q = function () {
|
|
59832
|
-
return this.
|
|
59772
|
+
return this.j3b_1;
|
|
59833
59773
|
};
|
|
59834
59774
|
FileMessageEventJS.prototype.l2v = function () {
|
|
59835
|
-
return this.
|
|
59775
|
+
return this.k3b_1;
|
|
59836
59776
|
};
|
|
59837
59777
|
FileMessageEventJS.prototype.c1h = function () {
|
|
59838
|
-
return this.
|
|
59778
|
+
return this.l3b_1;
|
|
59839
59779
|
};
|
|
59840
59780
|
FileMessageEventJS.prototype.j20 = function () {
|
|
59841
|
-
return this.
|
|
59781
|
+
return this.m3b_1;
|
|
59842
59782
|
};
|
|
59843
59783
|
FileMessageEventJS.$metadata$ = classMeta('FileMessageEventJS', [MessageEventJS]);
|
|
59844
59784
|
Object.defineProperty(FileMessageEventJS.prototype, 'id', {
|
|
@@ -59870,37 +59810,37 @@
|
|
|
59870
59810
|
get: FileMessageEventJS.prototype.j20
|
|
59871
59811
|
});
|
|
59872
59812
|
function Body_5(body) {
|
|
59873
|
-
this.
|
|
59813
|
+
this.n3b_1 = body.v2q_1;
|
|
59874
59814
|
}
|
|
59875
|
-
Body_5.prototype.
|
|
59876
|
-
return this.
|
|
59815
|
+
Body_5.prototype.o3b = function () {
|
|
59816
|
+
return this.n3b_1;
|
|
59877
59817
|
};
|
|
59878
59818
|
Body_5.$metadata$ = classMeta('Body');
|
|
59879
59819
|
Object.defineProperty(Body_5.prototype, 'vcardUrl', {
|
|
59880
59820
|
configurable: true,
|
|
59881
|
-
get: Body_5.prototype.
|
|
59821
|
+
get: Body_5.prototype.o3b
|
|
59882
59822
|
});
|
|
59883
59823
|
function VCardMessageEventJS(event) {
|
|
59884
|
-
this.
|
|
59885
|
-
this.
|
|
59886
|
-
this.
|
|
59887
|
-
this.
|
|
59888
|
-
this.
|
|
59824
|
+
this.p3b_1 = event.y2q_1;
|
|
59825
|
+
this.q3b_1 = event.w2q_1;
|
|
59826
|
+
this.r3b_1 = event.x2q_1;
|
|
59827
|
+
this.s3b_1 = map(event.z2q_1);
|
|
59828
|
+
this.t3b_1 = new Body_5(event.a2r_1);
|
|
59889
59829
|
}
|
|
59890
59830
|
VCardMessageEventJS.prototype.v1m = function () {
|
|
59891
|
-
return this.
|
|
59831
|
+
return this.p3b_1;
|
|
59892
59832
|
};
|
|
59893
59833
|
VCardMessageEventJS.prototype.k1q = function () {
|
|
59894
|
-
return this.
|
|
59834
|
+
return this.q3b_1;
|
|
59895
59835
|
};
|
|
59896
59836
|
VCardMessageEventJS.prototype.l2v = function () {
|
|
59897
|
-
return this.
|
|
59837
|
+
return this.r3b_1;
|
|
59898
59838
|
};
|
|
59899
59839
|
VCardMessageEventJS.prototype.c1h = function () {
|
|
59900
|
-
return this.
|
|
59840
|
+
return this.s3b_1;
|
|
59901
59841
|
};
|
|
59902
59842
|
VCardMessageEventJS.prototype.j20 = function () {
|
|
59903
|
-
return this.
|
|
59843
|
+
return this.t3b_1;
|
|
59904
59844
|
};
|
|
59905
59845
|
VCardMessageEventJS.$metadata$ = classMeta('VCardMessageEventJS', [MessageEventJS]);
|
|
59906
59846
|
Object.defineProperty(VCardMessageEventJS.prototype, 'id', {
|
|
@@ -59932,42 +59872,42 @@
|
|
|
59932
59872
|
get: VCardMessageEventJS.prototype.j20
|
|
59933
59873
|
});
|
|
59934
59874
|
function Body_6(body) {
|
|
59935
|
-
this.
|
|
59875
|
+
this.u3b_1 = new Location(body.j2r_1);
|
|
59936
59876
|
}
|
|
59937
|
-
Body_6.prototype.
|
|
59938
|
-
return this.
|
|
59877
|
+
Body_6.prototype.v3b = function () {
|
|
59878
|
+
return this.u3b_1;
|
|
59939
59879
|
};
|
|
59940
59880
|
Body_6.$metadata$ = classMeta('Body');
|
|
59941
59881
|
Object.defineProperty(Body_6.prototype, 'location', {
|
|
59942
59882
|
configurable: true,
|
|
59943
|
-
get: Body_6.prototype.
|
|
59883
|
+
get: Body_6.prototype.v3b
|
|
59944
59884
|
});
|
|
59945
59885
|
function Location(location) {
|
|
59946
|
-
this.
|
|
59947
|
-
this.
|
|
59948
|
-
this.
|
|
59949
|
-
this.
|
|
59886
|
+
this.w3b_1 = location.k2r_1;
|
|
59887
|
+
this.x3b_1 = location.l2r_1;
|
|
59888
|
+
this.y3b_1 = location.m2r_1;
|
|
59889
|
+
this.z3b_1 = location.n2r_1;
|
|
59950
59890
|
}
|
|
59951
|
-
Location.prototype.
|
|
59952
|
-
return this.
|
|
59891
|
+
Location.prototype.a3c = function () {
|
|
59892
|
+
return this.w3b_1;
|
|
59953
59893
|
};
|
|
59954
|
-
Location.prototype.
|
|
59955
|
-
return this.
|
|
59894
|
+
Location.prototype.b3c = function () {
|
|
59895
|
+
return this.x3b_1;
|
|
59956
59896
|
};
|
|
59957
59897
|
Location.prototype.f4 = function () {
|
|
59958
|
-
return this.
|
|
59898
|
+
return this.y3b_1;
|
|
59959
59899
|
};
|
|
59960
|
-
Location.prototype.
|
|
59961
|
-
return this.
|
|
59900
|
+
Location.prototype.c3c = function () {
|
|
59901
|
+
return this.z3b_1;
|
|
59962
59902
|
};
|
|
59963
59903
|
Location.$metadata$ = classMeta('Location');
|
|
59964
59904
|
Object.defineProperty(Location.prototype, 'longitude', {
|
|
59965
59905
|
configurable: true,
|
|
59966
|
-
get: Location.prototype.
|
|
59906
|
+
get: Location.prototype.a3c
|
|
59967
59907
|
});
|
|
59968
59908
|
Object.defineProperty(Location.prototype, 'latitude', {
|
|
59969
59909
|
configurable: true,
|
|
59970
|
-
get: Location.prototype.
|
|
59910
|
+
get: Location.prototype.b3c
|
|
59971
59911
|
});
|
|
59972
59912
|
Object.defineProperty(Location.prototype, 'name', {
|
|
59973
59913
|
configurable: true,
|
|
@@ -59975,29 +59915,29 @@
|
|
|
59975
59915
|
});
|
|
59976
59916
|
Object.defineProperty(Location.prototype, 'address', {
|
|
59977
59917
|
configurable: true,
|
|
59978
|
-
get: Location.prototype.
|
|
59918
|
+
get: Location.prototype.c3c
|
|
59979
59919
|
});
|
|
59980
59920
|
function LocationMessageEventJS(event) {
|
|
59981
|
-
this.
|
|
59982
|
-
this.
|
|
59983
|
-
this.
|
|
59984
|
-
this.
|
|
59985
|
-
this.
|
|
59921
|
+
this.d3c_1 = event.q2r_1;
|
|
59922
|
+
this.e3c_1 = event.o2r_1;
|
|
59923
|
+
this.f3c_1 = event.p2r_1;
|
|
59924
|
+
this.g3c_1 = map(event.r2r_1);
|
|
59925
|
+
this.h3c_1 = new Body_6(event.s2r_1);
|
|
59986
59926
|
}
|
|
59987
59927
|
LocationMessageEventJS.prototype.v1m = function () {
|
|
59988
|
-
return this.
|
|
59928
|
+
return this.d3c_1;
|
|
59989
59929
|
};
|
|
59990
59930
|
LocationMessageEventJS.prototype.k1q = function () {
|
|
59991
|
-
return this.
|
|
59931
|
+
return this.e3c_1;
|
|
59992
59932
|
};
|
|
59993
59933
|
LocationMessageEventJS.prototype.l2v = function () {
|
|
59994
|
-
return this.
|
|
59934
|
+
return this.f3c_1;
|
|
59995
59935
|
};
|
|
59996
59936
|
LocationMessageEventJS.prototype.c1h = function () {
|
|
59997
|
-
return this.
|
|
59937
|
+
return this.g3c_1;
|
|
59998
59938
|
};
|
|
59999
59939
|
LocationMessageEventJS.prototype.j20 = function () {
|
|
60000
|
-
return this.
|
|
59940
|
+
return this.h3c_1;
|
|
60001
59941
|
};
|
|
60002
59942
|
LocationMessageEventJS.$metadata$ = classMeta('LocationMessageEventJS', [MessageEventJS]);
|
|
60003
59943
|
Object.defineProperty(LocationMessageEventJS.prototype, 'id', {
|
|
@@ -60029,34 +59969,34 @@
|
|
|
60029
59969
|
get: LocationMessageEventJS.prototype.j20
|
|
60030
59970
|
});
|
|
60031
59971
|
function Body_7(body) {
|
|
60032
|
-
this.
|
|
60033
|
-
this.
|
|
59972
|
+
this.i3c_1 = body;
|
|
59973
|
+
this.j3c_1 = new TemplateObject(this.i3c_1.b2r_1);
|
|
60034
59974
|
}
|
|
60035
59975
|
Body_7.prototype.j20 = function () {
|
|
60036
|
-
return this.
|
|
59976
|
+
return this.i3c_1;
|
|
60037
59977
|
};
|
|
60038
|
-
Body_7.prototype.
|
|
60039
|
-
return this.
|
|
59978
|
+
Body_7.prototype.k3c = function () {
|
|
59979
|
+
return this.j3c_1;
|
|
60040
59980
|
};
|
|
60041
59981
|
Body_7.prototype.component1 = function () {
|
|
60042
|
-
return this.
|
|
59982
|
+
return this.i3c_1;
|
|
60043
59983
|
};
|
|
60044
59984
|
Body_7.prototype.copy = function (body) {
|
|
60045
|
-
return this.
|
|
59985
|
+
return this.l3c(body === void 1 ? this.i3c_1 : body);
|
|
60046
59986
|
};
|
|
60047
|
-
Body_7.prototype.
|
|
59987
|
+
Body_7.prototype.l3c = function (body) {
|
|
60048
59988
|
return new Body_7(body);
|
|
60049
59989
|
};
|
|
60050
|
-
Body_7.prototype.
|
|
59990
|
+
Body_7.prototype.m3c = function (body, $mask0, $handler) {
|
|
60051
59991
|
if (!(($mask0 & 1) === 0))
|
|
60052
|
-
body = this.
|
|
60053
|
-
return this.
|
|
59992
|
+
body = this.i3c_1;
|
|
59993
|
+
return this.l3c(body);
|
|
60054
59994
|
};
|
|
60055
59995
|
Body_7.prototype.toString = function () {
|
|
60056
|
-
return 'Body(body=' + this.
|
|
59996
|
+
return 'Body(body=' + this.i3c_1 + ')';
|
|
60057
59997
|
};
|
|
60058
59998
|
Body_7.prototype.hashCode = function () {
|
|
60059
|
-
return this.
|
|
59999
|
+
return this.i3c_1.hashCode();
|
|
60060
60000
|
};
|
|
60061
60001
|
Body_7.prototype.equals = function (other) {
|
|
60062
60002
|
if (this === other)
|
|
@@ -60064,7 +60004,7 @@
|
|
|
60064
60004
|
if (!(other instanceof Body_7))
|
|
60065
60005
|
return false;
|
|
60066
60006
|
var tmp0_other_with_cast = other instanceof Body_7 ? other : THROW_CCE();
|
|
60067
|
-
if (!this.
|
|
60007
|
+
if (!this.i3c_1.equals(tmp0_other_with_cast.i3c_1))
|
|
60068
60008
|
return false;
|
|
60069
60009
|
return true;
|
|
60070
60010
|
};
|
|
@@ -60075,10 +60015,10 @@
|
|
|
60075
60015
|
});
|
|
60076
60016
|
Object.defineProperty(Body_7.prototype, 'template', {
|
|
60077
60017
|
configurable: true,
|
|
60078
|
-
get: Body_7.prototype.
|
|
60018
|
+
get: Body_7.prototype.k3c
|
|
60079
60019
|
});
|
|
60080
60020
|
function TemplateObject(template) {
|
|
60081
|
-
this.
|
|
60021
|
+
this.n3c_1 = template.c2r_1;
|
|
60082
60022
|
var tmp = this;
|
|
60083
60023
|
var tmp0_safe_receiver = template.d2r_1;
|
|
60084
60024
|
var tmp_0;
|
|
@@ -60090,13 +60030,13 @@
|
|
|
60090
60030
|
tmp$ret$0 = copyToArray(tmp0_safe_receiver);
|
|
60091
60031
|
tmp_0 = tmp$ret$0;
|
|
60092
60032
|
}
|
|
60093
|
-
tmp.
|
|
60033
|
+
tmp.o3c_1 = tmp_0;
|
|
60094
60034
|
}
|
|
60095
60035
|
TemplateObject.prototype.f4 = function () {
|
|
60096
|
-
return this.
|
|
60036
|
+
return this.n3c_1;
|
|
60097
60037
|
};
|
|
60098
|
-
TemplateObject.prototype.
|
|
60099
|
-
return this.
|
|
60038
|
+
TemplateObject.prototype.p3c = function () {
|
|
60039
|
+
return this.o3c_1;
|
|
60100
60040
|
};
|
|
60101
60041
|
TemplateObject.$metadata$ = classMeta('TemplateObject');
|
|
60102
60042
|
Object.defineProperty(TemplateObject.prototype, 'name', {
|
|
@@ -60105,29 +60045,29 @@
|
|
|
60105
60045
|
});
|
|
60106
60046
|
Object.defineProperty(TemplateObject.prototype, 'parameters', {
|
|
60107
60047
|
configurable: true,
|
|
60108
|
-
get: TemplateObject.prototype.
|
|
60048
|
+
get: TemplateObject.prototype.p3c
|
|
60109
60049
|
});
|
|
60110
60050
|
function TemplateMessageEventJS(event) {
|
|
60111
|
-
this.
|
|
60112
|
-
this.
|
|
60113
|
-
this.
|
|
60114
|
-
this.
|
|
60115
|
-
this.
|
|
60051
|
+
this.q3c_1 = event.g2r_1;
|
|
60052
|
+
this.r3c_1 = event.e2r_1;
|
|
60053
|
+
this.s3c_1 = event.f2r_1;
|
|
60054
|
+
this.t3c_1 = map(event.h2r_1);
|
|
60055
|
+
this.u3c_1 = new Body_7(event.i2r_1);
|
|
60116
60056
|
}
|
|
60117
60057
|
TemplateMessageEventJS.prototype.v1m = function () {
|
|
60118
|
-
return this.
|
|
60058
|
+
return this.q3c_1;
|
|
60119
60059
|
};
|
|
60120
60060
|
TemplateMessageEventJS.prototype.k1q = function () {
|
|
60121
|
-
return this.
|
|
60061
|
+
return this.r3c_1;
|
|
60122
60062
|
};
|
|
60123
60063
|
TemplateMessageEventJS.prototype.l2v = function () {
|
|
60124
|
-
return this.
|
|
60064
|
+
return this.s3c_1;
|
|
60125
60065
|
};
|
|
60126
60066
|
TemplateMessageEventJS.prototype.c1h = function () {
|
|
60127
|
-
return this.
|
|
60067
|
+
return this.t3c_1;
|
|
60128
60068
|
};
|
|
60129
60069
|
TemplateMessageEventJS.prototype.j20 = function () {
|
|
60130
|
-
return this.
|
|
60070
|
+
return this.u3c_1;
|
|
60131
60071
|
};
|
|
60132
60072
|
TemplateMessageEventJS.$metadata$ = classMeta('TemplateMessageEventJS', [MessageEventJS]);
|
|
60133
60073
|
Object.defineProperty(TemplateMessageEventJS.prototype, 'id', {
|
|
@@ -60185,15 +60125,15 @@
|
|
|
60185
60125
|
}
|
|
60186
60126
|
function PresentingOrderJS(name, ordinal, corePresentingOrder) {
|
|
60187
60127
|
Enum.call(this, name, ordinal);
|
|
60188
|
-
this.
|
|
60128
|
+
this.x3c_1 = corePresentingOrder;
|
|
60189
60129
|
}
|
|
60190
|
-
PresentingOrderJS.prototype.
|
|
60191
|
-
return this.
|
|
60130
|
+
PresentingOrderJS.prototype.y3c = function () {
|
|
60131
|
+
return this.x3c_1;
|
|
60192
60132
|
};
|
|
60193
60133
|
PresentingOrderJS.$metadata$ = classMeta('PresentingOrderJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
60194
60134
|
Object.defineProperty(PresentingOrderJS.prototype, 'corePresentingOrder', {
|
|
60195
60135
|
configurable: true,
|
|
60196
|
-
get: PresentingOrderJS.prototype.
|
|
60136
|
+
get: PresentingOrderJS.prototype.y3c
|
|
60197
60137
|
});
|
|
60198
60138
|
Object.defineProperty(PresentingOrderJS.prototype, 'name', {
|
|
60199
60139
|
configurable: true,
|
|
@@ -60204,10 +60144,10 @@
|
|
|
60204
60144
|
get: PresentingOrderJS.prototype.we
|
|
60205
60145
|
});
|
|
60206
60146
|
function ConversationJS(conversation) {
|
|
60207
|
-
this.
|
|
60208
|
-
this.
|
|
60209
|
-
this.
|
|
60210
|
-
this.
|
|
60147
|
+
this.z3c_1 = conversation.c2n_1;
|
|
60148
|
+
this.a3d_1 = conversation.d2n_1;
|
|
60149
|
+
this.b3d_1 = new ConversationTimestampJS(conversation.e2n_1);
|
|
60150
|
+
this.c3d_1 = conversation.f2n_1;
|
|
60211
60151
|
var tmp = this;
|
|
60212
60152
|
var tmp0_safe_receiver = conversation.g2n_1;
|
|
60213
60153
|
var tmp_0;
|
|
@@ -60223,9 +60163,9 @@
|
|
|
60223
60163
|
tmp$ret$1 = tmp$ret$0;
|
|
60224
60164
|
tmp_0 = tmp$ret$1;
|
|
60225
60165
|
}
|
|
60226
|
-
tmp.
|
|
60227
|
-
this.
|
|
60228
|
-
this.
|
|
60166
|
+
tmp.d3d_1 = tmp_0;
|
|
60167
|
+
this.e3d_1 = conversation.h2n_1;
|
|
60168
|
+
this.f3d_1 = conversation.i2n_1;
|
|
60229
60169
|
var tmp_1 = this;
|
|
60230
60170
|
var tmp0_safe_receiver_0 = conversation.j2n_1;
|
|
60231
60171
|
var tmp_2;
|
|
@@ -60241,35 +60181,35 @@
|
|
|
60241
60181
|
tmp$ret$3 = tmp$ret$2;
|
|
60242
60182
|
tmp_2 = tmp$ret$3;
|
|
60243
60183
|
}
|
|
60244
|
-
tmp_1.
|
|
60245
|
-
this.
|
|
60184
|
+
tmp_1.g3d_1 = tmp_2;
|
|
60185
|
+
this.h3d_1 = conversation.k2n_1;
|
|
60246
60186
|
}
|
|
60247
60187
|
ConversationJS.prototype.v1m = function () {
|
|
60248
|
-
return this.
|
|
60188
|
+
return this.z3c_1;
|
|
60249
60189
|
};
|
|
60250
60190
|
ConversationJS.prototype.f4 = function () {
|
|
60251
|
-
return this.
|
|
60191
|
+
return this.a3d_1;
|
|
60252
60192
|
};
|
|
60253
60193
|
ConversationJS.prototype.k1q = function () {
|
|
60254
|
-
return this.
|
|
60194
|
+
return this.b3d_1;
|
|
60255
60195
|
};
|
|
60256
60196
|
ConversationJS.prototype.t2v = function () {
|
|
60257
|
-
return this.
|
|
60197
|
+
return this.c3d_1;
|
|
60258
60198
|
};
|
|
60259
60199
|
ConversationJS.prototype.y35 = function () {
|
|
60260
|
-
return this.
|
|
60200
|
+
return this.d3d_1;
|
|
60261
60201
|
};
|
|
60262
|
-
ConversationJS.prototype.
|
|
60263
|
-
return this.
|
|
60202
|
+
ConversationJS.prototype.i3d = function () {
|
|
60203
|
+
return this.e3d_1;
|
|
60264
60204
|
};
|
|
60265
|
-
ConversationJS.prototype.
|
|
60266
|
-
return this.
|
|
60205
|
+
ConversationJS.prototype.a3b = function () {
|
|
60206
|
+
return this.f3d_1;
|
|
60267
60207
|
};
|
|
60268
60208
|
ConversationJS.prototype.u1c = function () {
|
|
60269
|
-
return this.
|
|
60209
|
+
return this.g3d_1;
|
|
60270
60210
|
};
|
|
60271
|
-
ConversationJS.prototype.
|
|
60272
|
-
return this.
|
|
60211
|
+
ConversationJS.prototype.f3a = function () {
|
|
60212
|
+
return this.h3d_1;
|
|
60273
60213
|
};
|
|
60274
60214
|
ConversationJS.$metadata$ = classMeta('ConversationJS');
|
|
60275
60215
|
Object.defineProperty(ConversationJS.prototype, 'id', {
|
|
@@ -60294,11 +60234,11 @@
|
|
|
60294
60234
|
});
|
|
60295
60235
|
Object.defineProperty(ConversationJS.prototype, 'displayName', {
|
|
60296
60236
|
configurable: true,
|
|
60297
|
-
get: ConversationJS.prototype.
|
|
60237
|
+
get: ConversationJS.prototype.i3d
|
|
60298
60238
|
});
|
|
60299
60239
|
Object.defineProperty(ConversationJS.prototype, 'imageUrl', {
|
|
60300
60240
|
configurable: true,
|
|
60301
|
-
get: ConversationJS.prototype.
|
|
60241
|
+
get: ConversationJS.prototype.a3b
|
|
60302
60242
|
});
|
|
60303
60243
|
Object.defineProperty(ConversationJS.prototype, 'state', {
|
|
60304
60244
|
configurable: true,
|
|
@@ -60306,7 +60246,7 @@
|
|
|
60306
60246
|
});
|
|
60307
60247
|
Object.defineProperty(ConversationJS.prototype, 'customData', {
|
|
60308
60248
|
configurable: true,
|
|
60309
|
-
get: ConversationJS.prototype.
|
|
60249
|
+
get: ConversationJS.prototype.f3a
|
|
60310
60250
|
});
|
|
60311
60251
|
var ConversationStateJS_ACTIVE_instance;
|
|
60312
60252
|
var ConversationStateJS_INACTIVE_instance;
|
|
@@ -60350,31 +60290,31 @@
|
|
|
60350
60290
|
get: ConversationStateJS.prototype.we
|
|
60351
60291
|
});
|
|
60352
60292
|
function ConversationTimestampJS(conversationTimestamp) {
|
|
60353
|
-
this.
|
|
60354
|
-
this.
|
|
60355
|
-
this.
|
|
60293
|
+
this.l3d_1 = conversationTimestamp.n2n_1;
|
|
60294
|
+
this.m3d_1 = conversationTimestamp.o2n_1;
|
|
60295
|
+
this.n3d_1 = conversationTimestamp.p2n_1;
|
|
60356
60296
|
}
|
|
60357
|
-
ConversationTimestampJS.prototype.
|
|
60358
|
-
return this.
|
|
60297
|
+
ConversationTimestampJS.prototype.o3d = function () {
|
|
60298
|
+
return this.l3d_1;
|
|
60359
60299
|
};
|
|
60360
|
-
ConversationTimestampJS.prototype.
|
|
60361
|
-
return this.
|
|
60300
|
+
ConversationTimestampJS.prototype.p3d = function () {
|
|
60301
|
+
return this.m3d_1;
|
|
60362
60302
|
};
|
|
60363
|
-
ConversationTimestampJS.prototype.
|
|
60364
|
-
return this.
|
|
60303
|
+
ConversationTimestampJS.prototype.q3d = function () {
|
|
60304
|
+
return this.n3d_1;
|
|
60365
60305
|
};
|
|
60366
60306
|
ConversationTimestampJS.$metadata$ = classMeta('ConversationTimestampJS');
|
|
60367
60307
|
Object.defineProperty(ConversationTimestampJS.prototype, 'created', {
|
|
60368
60308
|
configurable: true,
|
|
60369
|
-
get: ConversationTimestampJS.prototype.
|
|
60309
|
+
get: ConversationTimestampJS.prototype.o3d
|
|
60370
60310
|
});
|
|
60371
60311
|
Object.defineProperty(ConversationTimestampJS.prototype, 'updated', {
|
|
60372
60312
|
configurable: true,
|
|
60373
|
-
get: ConversationTimestampJS.prototype.
|
|
60313
|
+
get: ConversationTimestampJS.prototype.p3d
|
|
60374
60314
|
});
|
|
60375
60315
|
Object.defineProperty(ConversationTimestampJS.prototype, 'destroyed', {
|
|
60376
60316
|
configurable: true,
|
|
60377
|
-
get: ConversationTimestampJS.prototype.
|
|
60317
|
+
get: ConversationTimestampJS.prototype.q3d
|
|
60378
60318
|
});
|
|
60379
60319
|
function ConversationsPageJS(conversationsPage) {
|
|
60380
60320
|
var tmp = this;
|
|
@@ -60398,23 +60338,23 @@
|
|
|
60398
60338
|
tmp$ret$2 = tmp$ret$1;
|
|
60399
60339
|
var tmp1_toTypedArray = tmp$ret$2;
|
|
60400
60340
|
tmp$ret$3 = copyToArray(tmp1_toTypedArray);
|
|
60401
|
-
tmp.
|
|
60402
|
-
this.
|
|
60403
|
-
this.
|
|
60341
|
+
tmp.r3d_1 = tmp$ret$3;
|
|
60342
|
+
this.s3d_1 = conversationsPage.r2n_1;
|
|
60343
|
+
this.t3d_1 = conversationsPage.s2n_1;
|
|
60404
60344
|
}
|
|
60405
|
-
ConversationsPageJS.prototype.
|
|
60406
|
-
return this.
|
|
60345
|
+
ConversationsPageJS.prototype.u3d = function () {
|
|
60346
|
+
return this.r3d_1;
|
|
60407
60347
|
};
|
|
60408
60348
|
ConversationsPageJS.prototype.a39 = function () {
|
|
60409
|
-
return this.
|
|
60349
|
+
return this.s3d_1;
|
|
60410
60350
|
};
|
|
60411
60351
|
ConversationsPageJS.prototype.b39 = function () {
|
|
60412
|
-
return this.
|
|
60352
|
+
return this.t3d_1;
|
|
60413
60353
|
};
|
|
60414
60354
|
ConversationsPageJS.$metadata$ = classMeta('ConversationsPageJS');
|
|
60415
60355
|
Object.defineProperty(ConversationsPageJS.prototype, 'conversations', {
|
|
60416
60356
|
configurable: true,
|
|
60417
|
-
get: ConversationsPageJS.prototype.
|
|
60357
|
+
get: ConversationsPageJS.prototype.u3d
|
|
60418
60358
|
});
|
|
60419
60359
|
Object.defineProperty(ConversationsPageJS.prototype, 'previousCursor', {
|
|
60420
60360
|
configurable: true,
|
|
@@ -60425,8 +60365,8 @@
|
|
|
60425
60365
|
get: ConversationsPageJS.prototype.b39
|
|
60426
60366
|
});
|
|
60427
60367
|
function MemberJS(member) {
|
|
60428
|
-
this.
|
|
60429
|
-
this.
|
|
60368
|
+
this.v3d_1 = member.y2o_1;
|
|
60369
|
+
this.w3d_1 = valueOf_1(member.z2o_1.d4_1);
|
|
60430
60370
|
var tmp = this;
|
|
60431
60371
|
var tmp0_safe_receiver = member.a2p_1;
|
|
60432
60372
|
var tmp_0;
|
|
@@ -60442,7 +60382,7 @@
|
|
|
60442
60382
|
tmp$ret$1 = tmp$ret$0;
|
|
60443
60383
|
tmp_0 = tmp$ret$1;
|
|
60444
60384
|
}
|
|
60445
|
-
tmp.
|
|
60385
|
+
tmp.x3d_1 = tmp_0;
|
|
60446
60386
|
var tmp_1 = this;
|
|
60447
60387
|
var tmp0_safe_receiver_0 = member.b2p_1;
|
|
60448
60388
|
var tmp_2;
|
|
@@ -60458,7 +60398,7 @@
|
|
|
60458
60398
|
tmp$ret$3 = tmp$ret$2;
|
|
60459
60399
|
tmp_2 = tmp$ret$3;
|
|
60460
60400
|
}
|
|
60461
|
-
tmp_1.
|
|
60401
|
+
tmp_1.y3d_1 = tmp_2;
|
|
60462
60402
|
var tmp_3 = this;
|
|
60463
60403
|
var tmp0_safe_receiver_1 = member.c2p_1;
|
|
60464
60404
|
var tmp_4;
|
|
@@ -60474,22 +60414,22 @@
|
|
|
60474
60414
|
tmp$ret$5 = tmp$ret$4;
|
|
60475
60415
|
tmp_4 = tmp$ret$5;
|
|
60476
60416
|
}
|
|
60477
|
-
tmp_3.
|
|
60417
|
+
tmp_3.z3d_1 = tmp_4;
|
|
60478
60418
|
}
|
|
60479
60419
|
MemberJS.prototype.v1m = function () {
|
|
60480
|
-
return this.
|
|
60420
|
+
return this.v3d_1;
|
|
60481
60421
|
};
|
|
60482
60422
|
MemberJS.prototype.u1c = function () {
|
|
60483
|
-
return this.
|
|
60423
|
+
return this.w3d_1;
|
|
60484
60424
|
};
|
|
60485
60425
|
MemberJS.prototype.n1m = function () {
|
|
60486
|
-
return this.
|
|
60426
|
+
return this.x3d_1;
|
|
60487
60427
|
};
|
|
60488
60428
|
MemberJS.prototype.z1z = function () {
|
|
60489
|
-
return this.
|
|
60429
|
+
return this.y3d_1;
|
|
60490
60430
|
};
|
|
60491
60431
|
MemberJS.prototype.k1q = function () {
|
|
60492
|
-
return this.
|
|
60432
|
+
return this.z3d_1;
|
|
60493
60433
|
};
|
|
60494
60434
|
MemberJS.$metadata$ = classMeta('MemberJS');
|
|
60495
60435
|
Object.defineProperty(MemberJS.prototype, 'id', {
|
|
@@ -60558,31 +60498,31 @@
|
|
|
60558
60498
|
get: MemberStateJS.prototype.we
|
|
60559
60499
|
});
|
|
60560
60500
|
function MemberTimestampJS(memberTimestamp) {
|
|
60561
|
-
this.
|
|
60562
|
-
this.
|
|
60563
|
-
this.
|
|
60501
|
+
this.c3e_1 = memberTimestamp.f2p_1;
|
|
60502
|
+
this.d3e_1 = memberTimestamp.g2p_1;
|
|
60503
|
+
this.e3e_1 = memberTimestamp.h2p_1;
|
|
60564
60504
|
}
|
|
60565
|
-
MemberTimestampJS.prototype.
|
|
60566
|
-
return this.
|
|
60505
|
+
MemberTimestampJS.prototype.f3e = function () {
|
|
60506
|
+
return this.c3e_1;
|
|
60567
60507
|
};
|
|
60568
|
-
MemberTimestampJS.prototype.
|
|
60569
|
-
return this.
|
|
60508
|
+
MemberTimestampJS.prototype.g3e = function () {
|
|
60509
|
+
return this.d3e_1;
|
|
60570
60510
|
};
|
|
60571
|
-
MemberTimestampJS.prototype.
|
|
60572
|
-
return this.
|
|
60511
|
+
MemberTimestampJS.prototype.h3e = function () {
|
|
60512
|
+
return this.e3e_1;
|
|
60573
60513
|
};
|
|
60574
60514
|
MemberTimestampJS.$metadata$ = classMeta('MemberTimestampJS');
|
|
60575
60515
|
Object.defineProperty(MemberTimestampJS.prototype, 'invited', {
|
|
60576
60516
|
configurable: true,
|
|
60577
|
-
get: MemberTimestampJS.prototype.
|
|
60517
|
+
get: MemberTimestampJS.prototype.f3e
|
|
60578
60518
|
});
|
|
60579
60519
|
Object.defineProperty(MemberTimestampJS.prototype, 'joined', {
|
|
60580
60520
|
configurable: true,
|
|
60581
|
-
get: MemberTimestampJS.prototype.
|
|
60521
|
+
get: MemberTimestampJS.prototype.g3e
|
|
60582
60522
|
});
|
|
60583
60523
|
Object.defineProperty(MemberTimestampJS.prototype, 'left', {
|
|
60584
60524
|
configurable: true,
|
|
60585
|
-
get: MemberTimestampJS.prototype.
|
|
60525
|
+
get: MemberTimestampJS.prototype.h3e
|
|
60586
60526
|
});
|
|
60587
60527
|
function MembersPageJS(membersPage) {
|
|
60588
60528
|
var tmp = this;
|
|
@@ -60606,23 +60546,23 @@
|
|
|
60606
60546
|
tmp$ret$2 = tmp$ret$1;
|
|
60607
60547
|
var tmp1_toTypedArray = tmp$ret$2;
|
|
60608
60548
|
tmp$ret$3 = copyToArray(tmp1_toTypedArray);
|
|
60609
|
-
tmp.
|
|
60610
|
-
this.
|
|
60611
|
-
this.
|
|
60549
|
+
tmp.i3e_1 = tmp$ret$3;
|
|
60550
|
+
this.j3e_1 = membersPage.j2p_1;
|
|
60551
|
+
this.k3e_1 = membersPage.k2p_1;
|
|
60612
60552
|
}
|
|
60613
|
-
MembersPageJS.prototype.
|
|
60614
|
-
return this.
|
|
60553
|
+
MembersPageJS.prototype.l3e = function () {
|
|
60554
|
+
return this.i3e_1;
|
|
60615
60555
|
};
|
|
60616
60556
|
MembersPageJS.prototype.a39 = function () {
|
|
60617
|
-
return this.
|
|
60557
|
+
return this.j3e_1;
|
|
60618
60558
|
};
|
|
60619
60559
|
MembersPageJS.prototype.b39 = function () {
|
|
60620
|
-
return this.
|
|
60560
|
+
return this.k3e_1;
|
|
60621
60561
|
};
|
|
60622
60562
|
MembersPageJS.$metadata$ = classMeta('MembersPageJS');
|
|
60623
60563
|
Object.defineProperty(MembersPageJS.prototype, 'members', {
|
|
60624
60564
|
configurable: true,
|
|
60625
|
-
get: MembersPageJS.prototype.
|
|
60565
|
+
get: MembersPageJS.prototype.l3e
|
|
60626
60566
|
});
|
|
60627
60567
|
Object.defineProperty(MembersPageJS.prototype, 'previousCursor', {
|
|
60628
60568
|
configurable: true,
|
|
@@ -60633,9 +60573,9 @@
|
|
|
60633
60573
|
get: MembersPageJS.prototype.b39
|
|
60634
60574
|
});
|
|
60635
60575
|
function UserJS(user) {
|
|
60636
|
-
this.
|
|
60637
|
-
this.
|
|
60638
|
-
this.
|
|
60576
|
+
this.m3e_1 = user.t2r_1;
|
|
60577
|
+
this.n3e_1 = user.u2r_1;
|
|
60578
|
+
this.o3e_1 = user.v2r_1;
|
|
60639
60579
|
var tmp = this;
|
|
60640
60580
|
var tmp0_safe_receiver = user.w2r_1;
|
|
60641
60581
|
var tmp_0;
|
|
@@ -60651,7 +60591,7 @@
|
|
|
60651
60591
|
tmp$ret$1 = tmp$ret$0;
|
|
60652
60592
|
tmp_0 = tmp$ret$1;
|
|
60653
60593
|
}
|
|
60654
|
-
tmp.
|
|
60594
|
+
tmp.p3e_1 = tmp_0;
|
|
60655
60595
|
var tmp_1 = this;
|
|
60656
60596
|
var tmp0_safe_receiver_0 = user.x2r_1;
|
|
60657
60597
|
var tmp_2;
|
|
@@ -60667,30 +60607,30 @@
|
|
|
60667
60607
|
tmp$ret$3 = tmp$ret$2;
|
|
60668
60608
|
tmp_2 = tmp$ret$3;
|
|
60669
60609
|
}
|
|
60670
|
-
tmp_1.
|
|
60671
|
-
this.
|
|
60672
|
-
this.
|
|
60610
|
+
tmp_1.q3e_1 = tmp_2;
|
|
60611
|
+
this.r3e_1 = user.y2r_1;
|
|
60612
|
+
this.s3e_1 = user.z2r_1;
|
|
60673
60613
|
}
|
|
60674
60614
|
UserJS.prototype.v1m = function () {
|
|
60675
|
-
return this.
|
|
60615
|
+
return this.m3e_1;
|
|
60676
60616
|
};
|
|
60677
60617
|
UserJS.prototype.f4 = function () {
|
|
60678
|
-
return this.
|
|
60618
|
+
return this.n3e_1;
|
|
60679
60619
|
};
|
|
60680
|
-
UserJS.prototype.
|
|
60681
|
-
return this.
|
|
60620
|
+
UserJS.prototype.i3d = function () {
|
|
60621
|
+
return this.o3e_1;
|
|
60682
60622
|
};
|
|
60683
|
-
UserJS.prototype.
|
|
60684
|
-
return this.
|
|
60623
|
+
UserJS.prototype.t3e = function () {
|
|
60624
|
+
return this.p3e_1;
|
|
60685
60625
|
};
|
|
60686
60626
|
UserJS.prototype.k1q = function () {
|
|
60687
|
-
return this.
|
|
60627
|
+
return this.q3e_1;
|
|
60688
60628
|
};
|
|
60689
|
-
UserJS.prototype.
|
|
60690
|
-
return this.
|
|
60629
|
+
UserJS.prototype.a3b = function () {
|
|
60630
|
+
return this.r3e_1;
|
|
60691
60631
|
};
|
|
60692
|
-
UserJS.prototype.
|
|
60693
|
-
return this.
|
|
60632
|
+
UserJS.prototype.f3a = function () {
|
|
60633
|
+
return this.s3e_1;
|
|
60694
60634
|
};
|
|
60695
60635
|
UserJS.$metadata$ = classMeta('UserJS');
|
|
60696
60636
|
Object.defineProperty(UserJS.prototype, 'id', {
|
|
@@ -60703,11 +60643,11 @@
|
|
|
60703
60643
|
});
|
|
60704
60644
|
Object.defineProperty(UserJS.prototype, 'displayName', {
|
|
60705
60645
|
configurable: true,
|
|
60706
|
-
get: UserJS.prototype.
|
|
60646
|
+
get: UserJS.prototype.i3d
|
|
60707
60647
|
});
|
|
60708
60648
|
Object.defineProperty(UserJS.prototype, 'channels', {
|
|
60709
60649
|
configurable: true,
|
|
60710
|
-
get: UserJS.prototype.
|
|
60650
|
+
get: UserJS.prototype.t3e
|
|
60711
60651
|
});
|
|
60712
60652
|
Object.defineProperty(UserJS.prototype, 'timestamp', {
|
|
60713
60653
|
configurable: true,
|
|
@@ -60715,38 +60655,38 @@
|
|
|
60715
60655
|
});
|
|
60716
60656
|
Object.defineProperty(UserJS.prototype, 'imageUrl', {
|
|
60717
60657
|
configurable: true,
|
|
60718
|
-
get: UserJS.prototype.
|
|
60658
|
+
get: UserJS.prototype.a3b
|
|
60719
60659
|
});
|
|
60720
60660
|
Object.defineProperty(UserJS.prototype, 'customData', {
|
|
60721
60661
|
configurable: true,
|
|
60722
|
-
get: UserJS.prototype.
|
|
60662
|
+
get: UserJS.prototype.f3a
|
|
60723
60663
|
});
|
|
60724
60664
|
function UserTimestampJS(userTimestamp) {
|
|
60725
|
-
this.
|
|
60726
|
-
this.
|
|
60727
|
-
this.
|
|
60665
|
+
this.u3e_1 = userTimestamp.c2s_1;
|
|
60666
|
+
this.v3e_1 = userTimestamp.d2s_1;
|
|
60667
|
+
this.w3e_1 = userTimestamp.e2s_1;
|
|
60728
60668
|
}
|
|
60729
|
-
UserTimestampJS.prototype.
|
|
60730
|
-
return this.
|
|
60669
|
+
UserTimestampJS.prototype.o3d = function () {
|
|
60670
|
+
return this.u3e_1;
|
|
60731
60671
|
};
|
|
60732
|
-
UserTimestampJS.prototype.
|
|
60733
|
-
return this.
|
|
60672
|
+
UserTimestampJS.prototype.p3d = function () {
|
|
60673
|
+
return this.v3e_1;
|
|
60734
60674
|
};
|
|
60735
|
-
UserTimestampJS.prototype.
|
|
60736
|
-
return this.
|
|
60675
|
+
UserTimestampJS.prototype.q3d = function () {
|
|
60676
|
+
return this.w3e_1;
|
|
60737
60677
|
};
|
|
60738
60678
|
UserTimestampJS.$metadata$ = classMeta('UserTimestampJS');
|
|
60739
60679
|
Object.defineProperty(UserTimestampJS.prototype, 'created', {
|
|
60740
60680
|
configurable: true,
|
|
60741
|
-
get: UserTimestampJS.prototype.
|
|
60681
|
+
get: UserTimestampJS.prototype.o3d
|
|
60742
60682
|
});
|
|
60743
60683
|
Object.defineProperty(UserTimestampJS.prototype, 'updated', {
|
|
60744
60684
|
configurable: true,
|
|
60745
|
-
get: UserTimestampJS.prototype.
|
|
60685
|
+
get: UserTimestampJS.prototype.p3d
|
|
60746
60686
|
});
|
|
60747
60687
|
Object.defineProperty(UserTimestampJS.prototype, 'destroyed', {
|
|
60748
60688
|
configurable: true,
|
|
60749
|
-
get: UserTimestampJS.prototype.
|
|
60689
|
+
get: UserTimestampJS.prototype.q3d
|
|
60750
60690
|
});
|
|
60751
60691
|
function UserChannelsJS(userChannels) {
|
|
60752
60692
|
var tmp = this;
|
|
@@ -60782,7 +60722,7 @@
|
|
|
60782
60722
|
tmp$ret$3 = copyToArray(tmp1_safe_receiver);
|
|
60783
60723
|
tmp_1 = tmp$ret$3;
|
|
60784
60724
|
}
|
|
60785
|
-
tmp.
|
|
60725
|
+
tmp.x3e_1 = tmp_1;
|
|
60786
60726
|
var tmp_2 = this;
|
|
60787
60727
|
var tmp0_safe_receiver_0 = userChannels.h2j_1;
|
|
60788
60728
|
var tmp_3;
|
|
@@ -60816,7 +60756,7 @@
|
|
|
60816
60756
|
tmp$ret$7 = copyToArray(tmp1_safe_receiver_0);
|
|
60817
60757
|
tmp_4 = tmp$ret$7;
|
|
60818
60758
|
}
|
|
60819
|
-
tmp_2.
|
|
60759
|
+
tmp_2.y3e_1 = tmp_4;
|
|
60820
60760
|
var tmp_5 = this;
|
|
60821
60761
|
var tmp0_safe_receiver_1 = userChannels.i2j_1;
|
|
60822
60762
|
var tmp_6;
|
|
@@ -60850,7 +60790,7 @@
|
|
|
60850
60790
|
tmp$ret$11 = copyToArray(tmp1_safe_receiver_1);
|
|
60851
60791
|
tmp_7 = tmp$ret$11;
|
|
60852
60792
|
}
|
|
60853
|
-
tmp_5.
|
|
60793
|
+
tmp_5.z3e_1 = tmp_7;
|
|
60854
60794
|
var tmp_8 = this;
|
|
60855
60795
|
var tmp0_safe_receiver_2 = userChannels.j2j_1;
|
|
60856
60796
|
var tmp_9;
|
|
@@ -60884,7 +60824,7 @@
|
|
|
60884
60824
|
tmp$ret$15 = copyToArray(tmp1_safe_receiver_2);
|
|
60885
60825
|
tmp_10 = tmp$ret$15;
|
|
60886
60826
|
}
|
|
60887
|
-
tmp_8.
|
|
60827
|
+
tmp_8.a3f_1 = tmp_10;
|
|
60888
60828
|
var tmp_11 = this;
|
|
60889
60829
|
var tmp0_safe_receiver_3 = userChannels.k2j_1;
|
|
60890
60830
|
var tmp_12;
|
|
@@ -60918,7 +60858,7 @@
|
|
|
60918
60858
|
tmp$ret$19 = copyToArray(tmp1_safe_receiver_3);
|
|
60919
60859
|
tmp_13 = tmp$ret$19;
|
|
60920
60860
|
}
|
|
60921
|
-
tmp_11.
|
|
60861
|
+
tmp_11.b3f_1 = tmp_13;
|
|
60922
60862
|
var tmp_14 = this;
|
|
60923
60863
|
var tmp0_safe_receiver_4 = userChannels.l2j_1;
|
|
60924
60864
|
var tmp_15;
|
|
@@ -60952,7 +60892,7 @@
|
|
|
60952
60892
|
tmp$ret$23 = copyToArray(tmp1_safe_receiver_4);
|
|
60953
60893
|
tmp_16 = tmp$ret$23;
|
|
60954
60894
|
}
|
|
60955
|
-
tmp_14.
|
|
60895
|
+
tmp_14.c3f_1 = tmp_16;
|
|
60956
60896
|
var tmp_17 = this;
|
|
60957
60897
|
var tmp0_safe_receiver_5 = userChannels.m2j_1;
|
|
60958
60898
|
var tmp_18;
|
|
@@ -60986,7 +60926,7 @@
|
|
|
60986
60926
|
tmp$ret$27 = copyToArray(tmp1_safe_receiver_5);
|
|
60987
60927
|
tmp_19 = tmp$ret$27;
|
|
60988
60928
|
}
|
|
60989
|
-
tmp_17.
|
|
60929
|
+
tmp_17.d3f_1 = tmp_19;
|
|
60990
60930
|
var tmp_20 = this;
|
|
60991
60931
|
var tmp0_safe_receiver_6 = userChannels.n2j_1;
|
|
60992
60932
|
var tmp_21;
|
|
@@ -61020,7 +60960,7 @@
|
|
|
61020
60960
|
tmp$ret$31 = copyToArray(tmp1_safe_receiver_6);
|
|
61021
60961
|
tmp_22 = tmp$ret$31;
|
|
61022
60962
|
}
|
|
61023
|
-
tmp_20.
|
|
60963
|
+
tmp_20.e3f_1 = tmp_22;
|
|
61024
60964
|
var tmp_23 = this;
|
|
61025
60965
|
var tmp0_safe_receiver_7 = userChannels.o2j_1;
|
|
61026
60966
|
var tmp_24;
|
|
@@ -61054,7 +60994,7 @@
|
|
|
61054
60994
|
tmp$ret$35 = copyToArray(tmp1_safe_receiver_7);
|
|
61055
60995
|
tmp_25 = tmp$ret$35;
|
|
61056
60996
|
}
|
|
61057
|
-
tmp_23.
|
|
60997
|
+
tmp_23.f3f_1 = tmp_25;
|
|
61058
60998
|
var tmp_26 = this;
|
|
61059
60999
|
var tmp0_safe_receiver_8 = userChannels.p2j_1;
|
|
61060
61000
|
var tmp_27;
|
|
@@ -61088,7 +61028,7 @@
|
|
|
61088
61028
|
tmp$ret$39 = copyToArray(tmp1_safe_receiver_8);
|
|
61089
61029
|
tmp_28 = tmp$ret$39;
|
|
61090
61030
|
}
|
|
61091
|
-
tmp_26.
|
|
61031
|
+
tmp_26.g3f_1 = tmp_28;
|
|
61092
61032
|
var tmp_29 = this;
|
|
61093
61033
|
var tmp0_safe_receiver_9 = userChannels.q2j_1;
|
|
61094
61034
|
var tmp_30;
|
|
@@ -61122,88 +61062,88 @@
|
|
|
61122
61062
|
tmp$ret$43 = copyToArray(tmp1_safe_receiver_9);
|
|
61123
61063
|
tmp_31 = tmp$ret$43;
|
|
61124
61064
|
}
|
|
61125
|
-
tmp_29.
|
|
61065
|
+
tmp_29.h3f_1 = tmp_31;
|
|
61126
61066
|
}
|
|
61127
|
-
UserChannelsJS.prototype.
|
|
61128
|
-
return this.
|
|
61067
|
+
UserChannelsJS.prototype.i3f = function () {
|
|
61068
|
+
return this.x3e_1;
|
|
61129
61069
|
};
|
|
61130
|
-
UserChannelsJS.prototype.
|
|
61131
|
-
return this.
|
|
61070
|
+
UserChannelsJS.prototype.j3f = function () {
|
|
61071
|
+
return this.y3e_1;
|
|
61132
61072
|
};
|
|
61133
|
-
UserChannelsJS.prototype.
|
|
61134
|
-
return this.
|
|
61073
|
+
UserChannelsJS.prototype.k3f = function () {
|
|
61074
|
+
return this.z3e_1;
|
|
61135
61075
|
};
|
|
61136
|
-
UserChannelsJS.prototype.
|
|
61137
|
-
return this.
|
|
61076
|
+
UserChannelsJS.prototype.l3f = function () {
|
|
61077
|
+
return this.a3f_1;
|
|
61138
61078
|
};
|
|
61139
|
-
UserChannelsJS.prototype.
|
|
61140
|
-
return this.
|
|
61079
|
+
UserChannelsJS.prototype.m3f = function () {
|
|
61080
|
+
return this.b3f_1;
|
|
61141
61081
|
};
|
|
61142
|
-
UserChannelsJS.prototype.
|
|
61143
|
-
return this.
|
|
61082
|
+
UserChannelsJS.prototype.n3f = function () {
|
|
61083
|
+
return this.c3f_1;
|
|
61144
61084
|
};
|
|
61145
|
-
UserChannelsJS.prototype.
|
|
61146
|
-
return this.
|
|
61085
|
+
UserChannelsJS.prototype.o3f = function () {
|
|
61086
|
+
return this.d3f_1;
|
|
61147
61087
|
};
|
|
61148
|
-
UserChannelsJS.prototype.
|
|
61149
|
-
return this.
|
|
61088
|
+
UserChannelsJS.prototype.p3f = function () {
|
|
61089
|
+
return this.e3f_1;
|
|
61150
61090
|
};
|
|
61151
|
-
UserChannelsJS.prototype.
|
|
61152
|
-
return this.
|
|
61091
|
+
UserChannelsJS.prototype.q3f = function () {
|
|
61092
|
+
return this.f3f_1;
|
|
61153
61093
|
};
|
|
61154
|
-
UserChannelsJS.prototype.
|
|
61155
|
-
return this.
|
|
61094
|
+
UserChannelsJS.prototype.r3f = function () {
|
|
61095
|
+
return this.g3f_1;
|
|
61156
61096
|
};
|
|
61157
|
-
UserChannelsJS.prototype.
|
|
61158
|
-
return this.
|
|
61097
|
+
UserChannelsJS.prototype.s3f = function () {
|
|
61098
|
+
return this.h3f_1;
|
|
61159
61099
|
};
|
|
61160
61100
|
UserChannelsJS.$metadata$ = classMeta('UserChannelsJS');
|
|
61161
61101
|
Object.defineProperty(UserChannelsJS.prototype, 'app', {
|
|
61162
61102
|
configurable: true,
|
|
61163
|
-
get: UserChannelsJS.prototype.
|
|
61103
|
+
get: UserChannelsJS.prototype.i3f
|
|
61164
61104
|
});
|
|
61165
61105
|
Object.defineProperty(UserChannelsJS.prototype, 'phone', {
|
|
61166
61106
|
configurable: true,
|
|
61167
|
-
get: UserChannelsJS.prototype.
|
|
61107
|
+
get: UserChannelsJS.prototype.j3f
|
|
61168
61108
|
});
|
|
61169
61109
|
Object.defineProperty(UserChannelsJS.prototype, 'pstn', {
|
|
61170
61110
|
configurable: true,
|
|
61171
|
-
get: UserChannelsJS.prototype.
|
|
61111
|
+
get: UserChannelsJS.prototype.k3f
|
|
61172
61112
|
});
|
|
61173
61113
|
Object.defineProperty(UserChannelsJS.prototype, 'sip', {
|
|
61174
61114
|
configurable: true,
|
|
61175
|
-
get: UserChannelsJS.prototype.
|
|
61115
|
+
get: UserChannelsJS.prototype.l3f
|
|
61176
61116
|
});
|
|
61177
61117
|
Object.defineProperty(UserChannelsJS.prototype, 'vbc', {
|
|
61178
61118
|
configurable: true,
|
|
61179
|
-
get: UserChannelsJS.prototype.
|
|
61119
|
+
get: UserChannelsJS.prototype.m3f
|
|
61180
61120
|
});
|
|
61181
61121
|
Object.defineProperty(UserChannelsJS.prototype, 'websocket', {
|
|
61182
61122
|
configurable: true,
|
|
61183
|
-
get: UserChannelsJS.prototype.
|
|
61123
|
+
get: UserChannelsJS.prototype.n3f
|
|
61184
61124
|
});
|
|
61185
61125
|
Object.defineProperty(UserChannelsJS.prototype, 'sms', {
|
|
61186
61126
|
configurable: true,
|
|
61187
|
-
get: UserChannelsJS.prototype.
|
|
61127
|
+
get: UserChannelsJS.prototype.o3f
|
|
61188
61128
|
});
|
|
61189
61129
|
Object.defineProperty(UserChannelsJS.prototype, 'mms', {
|
|
61190
61130
|
configurable: true,
|
|
61191
|
-
get: UserChannelsJS.prototype.
|
|
61131
|
+
get: UserChannelsJS.prototype.p3f
|
|
61192
61132
|
});
|
|
61193
61133
|
Object.defineProperty(UserChannelsJS.prototype, 'whatsapp', {
|
|
61194
61134
|
configurable: true,
|
|
61195
|
-
get: UserChannelsJS.prototype.
|
|
61135
|
+
get: UserChannelsJS.prototype.q3f
|
|
61196
61136
|
});
|
|
61197
61137
|
Object.defineProperty(UserChannelsJS.prototype, 'viber', {
|
|
61198
61138
|
configurable: true,
|
|
61199
|
-
get: UserChannelsJS.prototype.
|
|
61139
|
+
get: UserChannelsJS.prototype.r3f
|
|
61200
61140
|
});
|
|
61201
61141
|
Object.defineProperty(UserChannelsJS.prototype, 'messenger', {
|
|
61202
61142
|
configurable: true,
|
|
61203
|
-
get: UserChannelsJS.prototype.
|
|
61143
|
+
get: UserChannelsJS.prototype.s3f
|
|
61204
61144
|
});
|
|
61205
61145
|
function MemberChannelJS(memberChannel) {
|
|
61206
|
-
this.
|
|
61146
|
+
this.t3f_1 = valueOf_2(memberChannel.l2m_1.d4_1);
|
|
61207
61147
|
var tmp = this;
|
|
61208
61148
|
var tmp0_safe_receiver = memberChannel.m2m_1;
|
|
61209
61149
|
var tmp_0;
|
|
@@ -61219,7 +61159,7 @@
|
|
|
61219
61159
|
tmp$ret$1 = tmp$ret$0;
|
|
61220
61160
|
tmp_0 = tmp$ret$1;
|
|
61221
61161
|
}
|
|
61222
|
-
tmp.
|
|
61162
|
+
tmp.u3f_1 = tmp_0;
|
|
61223
61163
|
var tmp_1 = this;
|
|
61224
61164
|
var tmp0_safe_receiver_0 = memberChannel.n2m_1;
|
|
61225
61165
|
var tmp_2;
|
|
@@ -61235,16 +61175,16 @@
|
|
|
61235
61175
|
tmp$ret$3 = tmp$ret$2;
|
|
61236
61176
|
tmp_2 = tmp$ret$3;
|
|
61237
61177
|
}
|
|
61238
|
-
tmp_1.
|
|
61178
|
+
tmp_1.v3f_1 = tmp_2;
|
|
61239
61179
|
}
|
|
61240
61180
|
MemberChannelJS.prototype.o2u = function () {
|
|
61241
|
-
return this.
|
|
61181
|
+
return this.t3f_1;
|
|
61242
61182
|
};
|
|
61243
61183
|
MemberChannelJS.prototype.c1h = function () {
|
|
61244
|
-
return this.
|
|
61184
|
+
return this.u3f_1;
|
|
61245
61185
|
};
|
|
61246
61186
|
MemberChannelJS.prototype.d1h = function () {
|
|
61247
|
-
return this.
|
|
61187
|
+
return this.v3f_1;
|
|
61248
61188
|
};
|
|
61249
61189
|
MemberChannelJS.$metadata$ = classMeta('MemberChannelJS');
|
|
61250
61190
|
Object.defineProperty(MemberChannelJS.prototype, 'type', {
|
|
@@ -61260,14 +61200,14 @@
|
|
|
61260
61200
|
get: MemberChannelJS.prototype.d1h
|
|
61261
61201
|
});
|
|
61262
61202
|
function ChannelJS(channel) {
|
|
61263
|
-
this.
|
|
61264
|
-
this.
|
|
61203
|
+
this.w3f_1 = channel.s2m_1;
|
|
61204
|
+
this.x3f_1 = channel.t2m_1;
|
|
61265
61205
|
}
|
|
61266
61206
|
ChannelJS.prototype.v1m = function () {
|
|
61267
|
-
return this.
|
|
61207
|
+
return this.w3f_1;
|
|
61268
61208
|
};
|
|
61269
61209
|
ChannelJS.prototype.l2w = function () {
|
|
61270
|
-
return this.
|
|
61210
|
+
return this.x3f_1;
|
|
61271
61211
|
};
|
|
61272
61212
|
ChannelJS.$metadata$ = classMeta('ChannelJS');
|
|
61273
61213
|
Object.defineProperty(ChannelJS.prototype, 'id', {
|
|
@@ -61279,18 +61219,18 @@
|
|
|
61279
61219
|
get: ChannelJS.prototype.l2w
|
|
61280
61220
|
});
|
|
61281
61221
|
function LegChannelJS(channel) {
|
|
61282
|
-
this.
|
|
61283
|
-
this.
|
|
61284
|
-
this.
|
|
61222
|
+
this.y3f_1 = channel.z2m_1;
|
|
61223
|
+
this.z3f_1 = channel.b2n_1;
|
|
61224
|
+
this.a3g_1 = channel.a2n_1;
|
|
61285
61225
|
}
|
|
61286
61226
|
LegChannelJS.prototype.o2u = function () {
|
|
61287
|
-
return this.
|
|
61227
|
+
return this.y3f_1;
|
|
61288
61228
|
};
|
|
61289
61229
|
LegChannelJS.prototype.n1m = function () {
|
|
61290
|
-
return this.
|
|
61230
|
+
return this.z3f_1;
|
|
61291
61231
|
};
|
|
61292
61232
|
LegChannelJS.prototype.l2w = function () {
|
|
61293
|
-
return this.
|
|
61233
|
+
return this.a3g_1;
|
|
61294
61234
|
};
|
|
61295
61235
|
LegChannelJS.$metadata$ = classMeta('LegChannelJS');
|
|
61296
61236
|
Object.defineProperty(LegChannelJS.prototype, 'type', {
|
|
@@ -61306,42 +61246,42 @@
|
|
|
61306
61246
|
get: LegChannelJS.prototype.l2w
|
|
61307
61247
|
});
|
|
61308
61248
|
function LegJS(leg) {
|
|
61309
|
-
this.
|
|
61310
|
-
this.
|
|
61311
|
-
this.
|
|
61312
|
-
this.
|
|
61313
|
-
this.
|
|
61314
|
-
this.
|
|
61315
|
-
this.
|
|
61316
|
-
this.
|
|
61317
|
-
this.
|
|
61249
|
+
this.b3g_1 = leg.p2o_1;
|
|
61250
|
+
this.c3g_1 = leg.q2o_1;
|
|
61251
|
+
this.d3g_1 = leg.r2o_1;
|
|
61252
|
+
this.e3g_1 = leg.s2o_1;
|
|
61253
|
+
this.f3g_1 = leg.t2o_1;
|
|
61254
|
+
this.g3g_1 = leg.u2o_1;
|
|
61255
|
+
this.h3g_1 = leg.v2o_1;
|
|
61256
|
+
this.i3g_1 = new LegChannelJS(leg.w2o_1);
|
|
61257
|
+
this.j3g_1 = new LegChannelJS(leg.x2o_1);
|
|
61318
61258
|
}
|
|
61319
61259
|
LegJS.prototype.v1m = function () {
|
|
61320
|
-
return this.
|
|
61260
|
+
return this.b3g_1;
|
|
61321
61261
|
};
|
|
61322
61262
|
LegJS.prototype.o2u = function () {
|
|
61323
|
-
return this.
|
|
61263
|
+
return this.c3g_1;
|
|
61324
61264
|
};
|
|
61325
61265
|
LegJS.prototype.c2w = function () {
|
|
61326
|
-
return this.
|
|
61266
|
+
return this.d3g_1;
|
|
61327
61267
|
};
|
|
61328
61268
|
LegJS.prototype.l2v = function () {
|
|
61329
|
-
return this.
|
|
61269
|
+
return this.e3g_1;
|
|
61330
61270
|
};
|
|
61331
61271
|
LegJS.prototype.l2h = function () {
|
|
61332
|
-
return this.
|
|
61272
|
+
return this.f3g_1;
|
|
61333
61273
|
};
|
|
61334
|
-
LegJS.prototype.
|
|
61335
|
-
return this.
|
|
61274
|
+
LegJS.prototype.k3g = function () {
|
|
61275
|
+
return this.g3g_1;
|
|
61336
61276
|
};
|
|
61337
|
-
LegJS.prototype.
|
|
61338
|
-
return this.
|
|
61277
|
+
LegJS.prototype.l3g = function () {
|
|
61278
|
+
return this.h3g_1;
|
|
61339
61279
|
};
|
|
61340
61280
|
LegJS.prototype.c1h = function () {
|
|
61341
|
-
return this.
|
|
61281
|
+
return this.i3g_1;
|
|
61342
61282
|
};
|
|
61343
61283
|
LegJS.prototype.d1h = function () {
|
|
61344
|
-
return this.
|
|
61284
|
+
return this.j3g_1;
|
|
61345
61285
|
};
|
|
61346
61286
|
LegJS.$metadata$ = classMeta('LegJS');
|
|
61347
61287
|
Object.defineProperty(LegJS.prototype, 'id', {
|
|
@@ -61366,11 +61306,11 @@
|
|
|
61366
61306
|
});
|
|
61367
61307
|
Object.defineProperty(LegJS.prototype, 'startTime', {
|
|
61368
61308
|
configurable: true,
|
|
61369
|
-
get: LegJS.prototype.
|
|
61309
|
+
get: LegJS.prototype.k3g
|
|
61370
61310
|
});
|
|
61371
61311
|
Object.defineProperty(LegJS.prototype, 'endTime', {
|
|
61372
61312
|
configurable: true,
|
|
61373
|
-
get: LegJS.prototype.
|
|
61313
|
+
get: LegJS.prototype.l3g
|
|
61374
61314
|
});
|
|
61375
61315
|
Object.defineProperty(LegJS.prototype, 'from', {
|
|
61376
61316
|
configurable: true,
|
|
@@ -61535,79 +61475,79 @@
|
|
|
61535
61475
|
}
|
|
61536
61476
|
function CSErrorCodesJS() {
|
|
61537
61477
|
CSErrorCodesJS_instance = this;
|
|
61538
|
-
this.
|
|
61539
|
-
this.
|
|
61540
|
-
this.
|
|
61541
|
-
this.
|
|
61542
|
-
this.
|
|
61543
|
-
this.
|
|
61544
|
-
this.
|
|
61545
|
-
this.
|
|
61546
|
-
this.
|
|
61478
|
+
this.o3g_1 = 'conversation:error:duplicate-name';
|
|
61479
|
+
this.p3g_1 = 'conversation:error:member-already-joined';
|
|
61480
|
+
this.q3g_1 = 'conversation:error:member-already-invited';
|
|
61481
|
+
this.r3g_1 = 'conversation:error:not-found';
|
|
61482
|
+
this.s3g_1 = 'conversation:error:member-not-found';
|
|
61483
|
+
this.t3g_1 = 'user:error:not-found';
|
|
61484
|
+
this.u3g_1 = 'paginator-builder:error:invalid-cursor';
|
|
61485
|
+
this.v3g_1 = 'http:error:validation-fail';
|
|
61486
|
+
this.w3g_1 = 'conversation:error:maximum-number-of-members';
|
|
61547
61487
|
}
|
|
61548
|
-
CSErrorCodesJS.prototype.
|
|
61549
|
-
return this.
|
|
61488
|
+
CSErrorCodesJS.prototype.x3g = function () {
|
|
61489
|
+
return this.o3g_1;
|
|
61550
61490
|
};
|
|
61551
|
-
CSErrorCodesJS.prototype.
|
|
61552
|
-
return this.
|
|
61491
|
+
CSErrorCodesJS.prototype.y3g = function () {
|
|
61492
|
+
return this.p3g_1;
|
|
61553
61493
|
};
|
|
61554
|
-
CSErrorCodesJS.prototype.
|
|
61555
|
-
return this.
|
|
61494
|
+
CSErrorCodesJS.prototype.z3g = function () {
|
|
61495
|
+
return this.q3g_1;
|
|
61556
61496
|
};
|
|
61557
|
-
CSErrorCodesJS.prototype.
|
|
61558
|
-
return this.
|
|
61497
|
+
CSErrorCodesJS.prototype.a3h = function () {
|
|
61498
|
+
return this.r3g_1;
|
|
61559
61499
|
};
|
|
61560
|
-
CSErrorCodesJS.prototype.
|
|
61561
|
-
return this.
|
|
61500
|
+
CSErrorCodesJS.prototype.b3h = function () {
|
|
61501
|
+
return this.s3g_1;
|
|
61562
61502
|
};
|
|
61563
|
-
CSErrorCodesJS.prototype.
|
|
61564
|
-
return this.
|
|
61503
|
+
CSErrorCodesJS.prototype.c3h = function () {
|
|
61504
|
+
return this.t3g_1;
|
|
61565
61505
|
};
|
|
61566
|
-
CSErrorCodesJS.prototype.
|
|
61567
|
-
return this.
|
|
61506
|
+
CSErrorCodesJS.prototype.d3h = function () {
|
|
61507
|
+
return this.u3g_1;
|
|
61568
61508
|
};
|
|
61569
|
-
CSErrorCodesJS.prototype.
|
|
61570
|
-
return this.
|
|
61509
|
+
CSErrorCodesJS.prototype.e3h = function () {
|
|
61510
|
+
return this.v3g_1;
|
|
61571
61511
|
};
|
|
61572
|
-
CSErrorCodesJS.prototype.
|
|
61573
|
-
return this.
|
|
61512
|
+
CSErrorCodesJS.prototype.f3h = function () {
|
|
61513
|
+
return this.w3g_1;
|
|
61574
61514
|
};
|
|
61575
61515
|
CSErrorCodesJS.$metadata$ = objectMeta('CSErrorCodesJS');
|
|
61576
61516
|
Object.defineProperty(CSErrorCodesJS.prototype, 'CONVERSATION_DUPLICATE_NAME', {
|
|
61577
61517
|
configurable: true,
|
|
61578
|
-
get: CSErrorCodesJS.prototype.
|
|
61518
|
+
get: CSErrorCodesJS.prototype.x3g
|
|
61579
61519
|
});
|
|
61580
61520
|
Object.defineProperty(CSErrorCodesJS.prototype, 'MEMBER_ALREADY_JOINED', {
|
|
61581
61521
|
configurable: true,
|
|
61582
|
-
get: CSErrorCodesJS.prototype.
|
|
61522
|
+
get: CSErrorCodesJS.prototype.y3g
|
|
61583
61523
|
});
|
|
61584
61524
|
Object.defineProperty(CSErrorCodesJS.prototype, 'MEMBER_ALREADY_INVITED', {
|
|
61585
61525
|
configurable: true,
|
|
61586
|
-
get: CSErrorCodesJS.prototype.
|
|
61526
|
+
get: CSErrorCodesJS.prototype.z3g
|
|
61587
61527
|
});
|
|
61588
61528
|
Object.defineProperty(CSErrorCodesJS.prototype, 'CONVERSATION_NOT_FOUND', {
|
|
61589
61529
|
configurable: true,
|
|
61590
|
-
get: CSErrorCodesJS.prototype.
|
|
61530
|
+
get: CSErrorCodesJS.prototype.a3h
|
|
61591
61531
|
});
|
|
61592
61532
|
Object.defineProperty(CSErrorCodesJS.prototype, 'MEMBER_NOT_FOUND', {
|
|
61593
61533
|
configurable: true,
|
|
61594
|
-
get: CSErrorCodesJS.prototype.
|
|
61534
|
+
get: CSErrorCodesJS.prototype.b3h
|
|
61595
61535
|
});
|
|
61596
61536
|
Object.defineProperty(CSErrorCodesJS.prototype, 'USER_NOT_FOUND', {
|
|
61597
61537
|
configurable: true,
|
|
61598
|
-
get: CSErrorCodesJS.prototype.
|
|
61538
|
+
get: CSErrorCodesJS.prototype.c3h
|
|
61599
61539
|
});
|
|
61600
61540
|
Object.defineProperty(CSErrorCodesJS.prototype, 'INVALID_CURSOR', {
|
|
61601
61541
|
configurable: true,
|
|
61602
|
-
get: CSErrorCodesJS.prototype.
|
|
61542
|
+
get: CSErrorCodesJS.prototype.d3h
|
|
61603
61543
|
});
|
|
61604
61544
|
Object.defineProperty(CSErrorCodesJS.prototype, 'VALIDATION_FAIL', {
|
|
61605
61545
|
configurable: true,
|
|
61606
|
-
get: CSErrorCodesJS.prototype.
|
|
61546
|
+
get: CSErrorCodesJS.prototype.e3h
|
|
61607
61547
|
});
|
|
61608
61548
|
Object.defineProperty(CSErrorCodesJS.prototype, 'CONVERSATION_MAX_NUMBER_OF_MEMBERS', {
|
|
61609
61549
|
configurable: true,
|
|
61610
|
-
get: CSErrorCodesJS.prototype.
|
|
61550
|
+
get: CSErrorCodesJS.prototype.f3h
|
|
61611
61551
|
});
|
|
61612
61552
|
var CSErrorCodesJS_instance;
|
|
61613
61553
|
function CSErrorCodesJS_getInstance() {
|
|
@@ -61617,23 +61557,53 @@
|
|
|
61617
61557
|
}
|
|
61618
61558
|
function SessionErrorCodesJS() {
|
|
61619
61559
|
SessionErrorCodesJS_instance = this;
|
|
61620
|
-
this.
|
|
61621
|
-
this.
|
|
61622
|
-
this.
|
|
61623
|
-
this.
|
|
61624
|
-
this.
|
|
61625
|
-
this.
|
|
61626
|
-
this.
|
|
61627
|
-
this.
|
|
61628
|
-
this.
|
|
61629
|
-
this.
|
|
61630
|
-
this.
|
|
61631
|
-
this.
|
|
61632
|
-
this.
|
|
61633
|
-
this.
|
|
61634
|
-
this.
|
|
61635
|
-
this.
|
|
61560
|
+
this.g3h_1 = 'session:error:empty-token';
|
|
61561
|
+
this.h3h_1 = 'session:error:server-forced-disconnect';
|
|
61562
|
+
this.i3h_1 = 'session:error:timeout';
|
|
61563
|
+
this.j3h_1 = 'session:error:internal-failure';
|
|
61564
|
+
this.k3h_1 = 'session:error:no-active-session';
|
|
61565
|
+
this.l3h_1 = 'session:error:already-active-session';
|
|
61566
|
+
this.m3h_1 = 'session:error:invalid-token';
|
|
61567
|
+
this.n3h_1 = 'session:error:expired-token';
|
|
61568
|
+
this.o3h_1 = 'user:error:invalid-user';
|
|
61569
|
+
this.p3h_1 = 'system:error:permission';
|
|
61570
|
+
this.q3h_1 = 'session:error:invalid-session';
|
|
61571
|
+
this.r3h_1 = 'session:error:max-open-sessions-permitted';
|
|
61572
|
+
this.s3h_1 = 'session:error:websocket-transport-invalid';
|
|
61573
|
+
this.t3h_1 = 'session:disconnect:client-disconnect';
|
|
61574
|
+
this.u3h_1 = 'session:disconnect:ping-timeout';
|
|
61575
|
+
this.v3h_1 = 'session:disconnect:websocket-transport-closed';
|
|
61636
61576
|
}
|
|
61577
|
+
SessionErrorCodesJS.prototype.w3h = function () {
|
|
61578
|
+
return this.g3h_1;
|
|
61579
|
+
};
|
|
61580
|
+
SessionErrorCodesJS.prototype.x3h = function () {
|
|
61581
|
+
return this.h3h_1;
|
|
61582
|
+
};
|
|
61583
|
+
SessionErrorCodesJS.prototype.y3h = function () {
|
|
61584
|
+
return this.i3h_1;
|
|
61585
|
+
};
|
|
61586
|
+
SessionErrorCodesJS.prototype.z3h = function () {
|
|
61587
|
+
return this.j3h_1;
|
|
61588
|
+
};
|
|
61589
|
+
SessionErrorCodesJS.prototype.a3i = function () {
|
|
61590
|
+
return this.k3h_1;
|
|
61591
|
+
};
|
|
61592
|
+
SessionErrorCodesJS.prototype.b3i = function () {
|
|
61593
|
+
return this.l3h_1;
|
|
61594
|
+
};
|
|
61595
|
+
SessionErrorCodesJS.prototype.c3i = function () {
|
|
61596
|
+
return this.m3h_1;
|
|
61597
|
+
};
|
|
61598
|
+
SessionErrorCodesJS.prototype.d3i = function () {
|
|
61599
|
+
return this.n3h_1;
|
|
61600
|
+
};
|
|
61601
|
+
SessionErrorCodesJS.prototype.e3i = function () {
|
|
61602
|
+
return this.o3h_1;
|
|
61603
|
+
};
|
|
61604
|
+
SessionErrorCodesJS.prototype.f3i = function () {
|
|
61605
|
+
return this.p3h_1;
|
|
61606
|
+
};
|
|
61637
61607
|
SessionErrorCodesJS.prototype.g3i = function () {
|
|
61638
61608
|
return this.q3h_1;
|
|
61639
61609
|
};
|
|
@@ -61652,100 +61622,70 @@
|
|
|
61652
61622
|
SessionErrorCodesJS.prototype.l3i = function () {
|
|
61653
61623
|
return this.v3h_1;
|
|
61654
61624
|
};
|
|
61655
|
-
SessionErrorCodesJS.prototype.m3i = function () {
|
|
61656
|
-
return this.w3h_1;
|
|
61657
|
-
};
|
|
61658
|
-
SessionErrorCodesJS.prototype.n3i = function () {
|
|
61659
|
-
return this.x3h_1;
|
|
61660
|
-
};
|
|
61661
|
-
SessionErrorCodesJS.prototype.o3i = function () {
|
|
61662
|
-
return this.y3h_1;
|
|
61663
|
-
};
|
|
61664
|
-
SessionErrorCodesJS.prototype.p3i = function () {
|
|
61665
|
-
return this.z3h_1;
|
|
61666
|
-
};
|
|
61667
|
-
SessionErrorCodesJS.prototype.q3i = function () {
|
|
61668
|
-
return this.a3i_1;
|
|
61669
|
-
};
|
|
61670
|
-
SessionErrorCodesJS.prototype.r3i = function () {
|
|
61671
|
-
return this.b3i_1;
|
|
61672
|
-
};
|
|
61673
|
-
SessionErrorCodesJS.prototype.s3i = function () {
|
|
61674
|
-
return this.c3i_1;
|
|
61675
|
-
};
|
|
61676
|
-
SessionErrorCodesJS.prototype.t3i = function () {
|
|
61677
|
-
return this.d3i_1;
|
|
61678
|
-
};
|
|
61679
|
-
SessionErrorCodesJS.prototype.u3i = function () {
|
|
61680
|
-
return this.e3i_1;
|
|
61681
|
-
};
|
|
61682
|
-
SessionErrorCodesJS.prototype.v3i = function () {
|
|
61683
|
-
return this.f3i_1;
|
|
61684
|
-
};
|
|
61685
61625
|
SessionErrorCodesJS.$metadata$ = objectMeta('SessionErrorCodesJS');
|
|
61686
61626
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'EMPTY_TOKEN', {
|
|
61687
61627
|
configurable: true,
|
|
61688
|
-
get: SessionErrorCodesJS.prototype.
|
|
61628
|
+
get: SessionErrorCodesJS.prototype.w3h
|
|
61689
61629
|
});
|
|
61690
61630
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'FORCED_DISCONNECT', {
|
|
61691
61631
|
configurable: true,
|
|
61692
|
-
get: SessionErrorCodesJS.prototype.
|
|
61632
|
+
get: SessionErrorCodesJS.prototype.x3h
|
|
61693
61633
|
});
|
|
61694
61634
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'TIMEOUT', {
|
|
61695
61635
|
configurable: true,
|
|
61696
|
-
get: SessionErrorCodesJS.prototype.
|
|
61636
|
+
get: SessionErrorCodesJS.prototype.y3h
|
|
61697
61637
|
});
|
|
61698
61638
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INTERNAL_FAILURE', {
|
|
61699
61639
|
configurable: true,
|
|
61700
|
-
get: SessionErrorCodesJS.prototype.
|
|
61640
|
+
get: SessionErrorCodesJS.prototype.z3h
|
|
61701
61641
|
});
|
|
61702
61642
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'NO_ACTIVE_SESSION', {
|
|
61703
61643
|
configurable: true,
|
|
61704
|
-
get: SessionErrorCodesJS.prototype.
|
|
61644
|
+
get: SessionErrorCodesJS.prototype.a3i
|
|
61705
61645
|
});
|
|
61706
61646
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'ALREADY_ACTIVE_SESSION', {
|
|
61707
61647
|
configurable: true,
|
|
61708
|
-
get: SessionErrorCodesJS.prototype.
|
|
61648
|
+
get: SessionErrorCodesJS.prototype.b3i
|
|
61709
61649
|
});
|
|
61710
61650
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_TOKEN', {
|
|
61711
61651
|
configurable: true,
|
|
61712
|
-
get: SessionErrorCodesJS.prototype.
|
|
61652
|
+
get: SessionErrorCodesJS.prototype.c3i
|
|
61713
61653
|
});
|
|
61714
61654
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'EXPIRED_TOKEN', {
|
|
61715
61655
|
configurable: true,
|
|
61716
|
-
get: SessionErrorCodesJS.prototype.
|
|
61656
|
+
get: SessionErrorCodesJS.prototype.d3i
|
|
61717
61657
|
});
|
|
61718
61658
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_USER', {
|
|
61719
61659
|
configurable: true,
|
|
61720
|
-
get: SessionErrorCodesJS.prototype.
|
|
61660
|
+
get: SessionErrorCodesJS.prototype.e3i
|
|
61721
61661
|
});
|
|
61722
61662
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'AUTHORIZATION_ERROR', {
|
|
61723
61663
|
configurable: true,
|
|
61724
|
-
get: SessionErrorCodesJS.prototype.
|
|
61664
|
+
get: SessionErrorCodesJS.prototype.f3i
|
|
61725
61665
|
});
|
|
61726
61666
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_SESSION', {
|
|
61727
61667
|
configurable: true,
|
|
61728
|
-
get: SessionErrorCodesJS.prototype.
|
|
61668
|
+
get: SessionErrorCodesJS.prototype.g3i
|
|
61729
61669
|
});
|
|
61730
61670
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'MAX_OPEN_SESSIONS', {
|
|
61731
61671
|
configurable: true,
|
|
61732
|
-
get: SessionErrorCodesJS.prototype.
|
|
61672
|
+
get: SessionErrorCodesJS.prototype.h3i
|
|
61733
61673
|
});
|
|
61734
61674
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'INVALID_SOCKET_TRANSPORT', {
|
|
61735
61675
|
configurable: true,
|
|
61736
|
-
get: SessionErrorCodesJS.prototype.
|
|
61676
|
+
get: SessionErrorCodesJS.prototype.i3i
|
|
61737
61677
|
});
|
|
61738
61678
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'CLIENT_DISCONNECT', {
|
|
61739
61679
|
configurable: true,
|
|
61740
|
-
get: SessionErrorCodesJS.prototype.
|
|
61680
|
+
get: SessionErrorCodesJS.prototype.j3i
|
|
61741
61681
|
});
|
|
61742
61682
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'PING_TIMEOUT_DISCONNECT', {
|
|
61743
61683
|
configurable: true,
|
|
61744
|
-
get: SessionErrorCodesJS.prototype.
|
|
61684
|
+
get: SessionErrorCodesJS.prototype.k3i
|
|
61745
61685
|
});
|
|
61746
61686
|
Object.defineProperty(SessionErrorCodesJS.prototype, 'TRANSPORT_CLOSED_DISCONNECT', {
|
|
61747
61687
|
configurable: true,
|
|
61748
|
-
get: SessionErrorCodesJS.prototype.
|
|
61688
|
+
get: SessionErrorCodesJS.prototype.l3i
|
|
61749
61689
|
});
|
|
61750
61690
|
var SessionErrorCodesJS_instance;
|
|
61751
61691
|
function SessionErrorCodesJS_getInstance() {
|
|
@@ -61755,19 +61695,19 @@
|
|
|
61755
61695
|
}
|
|
61756
61696
|
function VonageErrorJS(vonageError) {
|
|
61757
61697
|
extendThrowable(this, vonageError.message, void 1);
|
|
61758
|
-
this.
|
|
61759
|
-
this.
|
|
61760
|
-
this.
|
|
61698
|
+
this.m3i_1 = valueOf_3(vonageError.r2l_1.d4_1);
|
|
61699
|
+
this.n3i_1 = vonageError.s2l_1;
|
|
61700
|
+
this.o3i_1 = vonageError.cause;
|
|
61761
61701
|
captureStack(this, VonageErrorJS);
|
|
61762
61702
|
}
|
|
61763
61703
|
VonageErrorJS.prototype.o2u = function () {
|
|
61764
|
-
return this.
|
|
61704
|
+
return this.m3i_1;
|
|
61765
61705
|
};
|
|
61766
61706
|
VonageErrorJS.prototype.p2b = function () {
|
|
61767
|
-
return this.
|
|
61707
|
+
return this.n3i_1;
|
|
61768
61708
|
};
|
|
61769
|
-
VonageErrorJS.prototype.
|
|
61770
|
-
return this.
|
|
61709
|
+
VonageErrorJS.prototype.p3i = function () {
|
|
61710
|
+
return this.o3i_1;
|
|
61771
61711
|
};
|
|
61772
61712
|
VonageErrorJS.$metadata$ = classMeta('VonageErrorJS', undefined, undefined, undefined, undefined, Error.prototype);
|
|
61773
61713
|
Object.defineProperty(VonageErrorJS.prototype, 'type', {
|
|
@@ -61780,7 +61720,7 @@
|
|
|
61780
61720
|
});
|
|
61781
61721
|
Object.defineProperty(VonageErrorJS.prototype, 'kmpCause', {
|
|
61782
61722
|
configurable: true,
|
|
61783
|
-
get: VonageErrorJS.prototype.
|
|
61723
|
+
get: VonageErrorJS.prototype.p3i
|
|
61784
61724
|
});
|
|
61785
61725
|
var VonageErrorTypeJS_CS_ERROR_instance;
|
|
61786
61726
|
var VonageErrorTypeJS_HTTP_CLIENT_ERROR_instance;
|
|
@@ -62122,7 +62062,7 @@
|
|
|
62122
62062
|
return function (resolve, reject) {
|
|
62123
62063
|
var tmp = this$0.core;
|
|
62124
62064
|
var tmp0_safe_receiver = $order;
|
|
62125
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
62065
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x3c_1;
|
|
62126
62066
|
tmp.l1c(tmp_0, $pageSize, $cursor, IChatClientJS$getConversations$lambda$lambda(resolve, reject));
|
|
62127
62067
|
return Unit_getInstance();
|
|
62128
62068
|
};
|
|
@@ -62170,7 +62110,7 @@
|
|
|
62170
62110
|
return function (resolve, reject) {
|
|
62171
62111
|
var tmp = this$0.core;
|
|
62172
62112
|
var tmp0_safe_receiver = $order;
|
|
62173
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
62113
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x3c_1;
|
|
62174
62114
|
tmp.m1c($cid, tmp_0, $pageSize, $cursor, IChatClientJS$getConversationMembers$lambda$lambda(resolve, reject));
|
|
62175
62115
|
return Unit_getInstance();
|
|
62176
62116
|
};
|
|
@@ -62218,7 +62158,7 @@
|
|
|
62218
62158
|
return function (resolve, reject) {
|
|
62219
62159
|
var tmp = this$0.core;
|
|
62220
62160
|
var tmp0_safe_receiver = $order;
|
|
62221
|
-
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
62161
|
+
var tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x3c_1;
|
|
62222
62162
|
var tmp1_safe_receiver = $eventFilter;
|
|
62223
62163
|
var tmp_1;
|
|
62224
62164
|
if (tmp1_safe_receiver == null) {
|
|
@@ -62403,15 +62343,15 @@
|
|
|
62403
62343
|
}
|
|
62404
62344
|
function CoreClientConfigRegionJS(name, ordinal, coreRegion) {
|
|
62405
62345
|
Enum.call(this, name, ordinal);
|
|
62406
|
-
this.
|
|
62346
|
+
this.u3i_1 = coreRegion;
|
|
62407
62347
|
}
|
|
62408
|
-
CoreClientConfigRegionJS.prototype.
|
|
62409
|
-
return this.
|
|
62348
|
+
CoreClientConfigRegionJS.prototype.v3i = function () {
|
|
62349
|
+
return this.u3i_1;
|
|
62410
62350
|
};
|
|
62411
62351
|
CoreClientConfigRegionJS.$metadata$ = classMeta('CoreClientConfigRegionJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
62412
62352
|
Object.defineProperty(CoreClientConfigRegionJS.prototype, 'coreRegion', {
|
|
62413
62353
|
configurable: true,
|
|
62414
|
-
get: CoreClientConfigRegionJS.prototype.
|
|
62354
|
+
get: CoreClientConfigRegionJS.prototype.v3i
|
|
62415
62355
|
});
|
|
62416
62356
|
Object.defineProperty(CoreClientConfigRegionJS.prototype, 'name', {
|
|
62417
62357
|
configurable: true,
|
|
@@ -62422,71 +62362,71 @@
|
|
|
62422
62362
|
get: CoreClientConfigRegionJS.prototype.we
|
|
62423
62363
|
});
|
|
62424
62364
|
function CoreClientConfigJS(region) {
|
|
62425
|
-
this.
|
|
62426
|
-
this.
|
|
62427
|
-
this.
|
|
62428
|
-
this.
|
|
62429
|
-
this.
|
|
62430
|
-
this.
|
|
62365
|
+
this.w3i_1 = Companion_getInstance().u2i(region.u3i_1, 'js', 'Generic JS Navigator', 'VonageClientCombined', true);
|
|
62366
|
+
this.x3i_1 = this.w3i_1.v2i_1;
|
|
62367
|
+
this.y3i_1 = this.w3i_1.w2i_1;
|
|
62368
|
+
this.z3i_1 = this.w3i_1.x2i_1;
|
|
62369
|
+
this.a3j_1 = this.w3i_1.y2i_1;
|
|
62370
|
+
this.b3j_1 = this.w3i_1.a2j_1;
|
|
62431
62371
|
}
|
|
62432
|
-
CoreClientConfigJS.prototype.
|
|
62433
|
-
return this.
|
|
62372
|
+
CoreClientConfigJS.prototype.c3j = function () {
|
|
62373
|
+
return this.w3i_1;
|
|
62434
62374
|
};
|
|
62435
|
-
CoreClientConfigJS.prototype.
|
|
62436
|
-
this.
|
|
62375
|
+
CoreClientConfigJS.prototype.d3j = function (_set____db54di) {
|
|
62376
|
+
this.x3i_1 = _set____db54di;
|
|
62437
62377
|
};
|
|
62438
|
-
CoreClientConfigJS.prototype.
|
|
62439
|
-
return this.
|
|
62378
|
+
CoreClientConfigJS.prototype.e3j = function () {
|
|
62379
|
+
return this.x3i_1;
|
|
62440
62380
|
};
|
|
62441
|
-
CoreClientConfigJS.prototype.
|
|
62442
|
-
this.
|
|
62381
|
+
CoreClientConfigJS.prototype.f3j = function (_set____db54di) {
|
|
62382
|
+
this.y3i_1 = _set____db54di;
|
|
62443
62383
|
};
|
|
62444
|
-
CoreClientConfigJS.prototype.
|
|
62445
|
-
return this.
|
|
62384
|
+
CoreClientConfigJS.prototype.g3j = function () {
|
|
62385
|
+
return this.y3i_1;
|
|
62446
62386
|
};
|
|
62447
|
-
CoreClientConfigJS.prototype.
|
|
62448
|
-
this.
|
|
62387
|
+
CoreClientConfigJS.prototype.h3j = function (_set____db54di) {
|
|
62388
|
+
this.z3i_1 = _set____db54di;
|
|
62449
62389
|
};
|
|
62450
|
-
CoreClientConfigJS.prototype.
|
|
62451
|
-
return this.
|
|
62390
|
+
CoreClientConfigJS.prototype.i3j = function () {
|
|
62391
|
+
return this.z3i_1;
|
|
62452
62392
|
};
|
|
62453
|
-
CoreClientConfigJS.prototype.
|
|
62454
|
-
this.
|
|
62393
|
+
CoreClientConfigJS.prototype.j3j = function (_set____db54di) {
|
|
62394
|
+
this.a3j_1 = _set____db54di;
|
|
62455
62395
|
};
|
|
62456
|
-
CoreClientConfigJS.prototype.
|
|
62457
|
-
return this.
|
|
62396
|
+
CoreClientConfigJS.prototype.k3j = function () {
|
|
62397
|
+
return this.a3j_1;
|
|
62458
62398
|
};
|
|
62459
|
-
CoreClientConfigJS.prototype.
|
|
62460
|
-
this.
|
|
62399
|
+
CoreClientConfigJS.prototype.l3j = function (_set____db54di) {
|
|
62400
|
+
this.b3j_1 = _set____db54di;
|
|
62461
62401
|
};
|
|
62462
|
-
CoreClientConfigJS.prototype.
|
|
62463
|
-
return this.
|
|
62402
|
+
CoreClientConfigJS.prototype.m3j = function () {
|
|
62403
|
+
return this.b3j_1;
|
|
62464
62404
|
};
|
|
62465
62405
|
CoreClientConfigJS.$metadata$ = classMeta('CoreClientConfigJS');
|
|
62466
62406
|
Object.defineProperty(CoreClientConfigJS.prototype, 'apiUrl', {
|
|
62467
62407
|
configurable: true,
|
|
62468
|
-
get: CoreClientConfigJS.prototype.
|
|
62469
|
-
set: CoreClientConfigJS.prototype.
|
|
62408
|
+
get: CoreClientConfigJS.prototype.e3j,
|
|
62409
|
+
set: CoreClientConfigJS.prototype.d3j
|
|
62470
62410
|
});
|
|
62471
62411
|
Object.defineProperty(CoreClientConfigJS.prototype, 'websocketUrl', {
|
|
62472
62412
|
configurable: true,
|
|
62473
|
-
get: CoreClientConfigJS.prototype.
|
|
62474
|
-
set: CoreClientConfigJS.prototype.
|
|
62413
|
+
get: CoreClientConfigJS.prototype.g3j,
|
|
62414
|
+
set: CoreClientConfigJS.prototype.f3j
|
|
62475
62415
|
});
|
|
62476
62416
|
Object.defineProperty(CoreClientConfigJS.prototype, 'websocketPath', {
|
|
62477
62417
|
configurable: true,
|
|
62478
|
-
get: CoreClientConfigJS.prototype.
|
|
62479
|
-
set: CoreClientConfigJS.prototype.
|
|
62418
|
+
get: CoreClientConfigJS.prototype.i3j,
|
|
62419
|
+
set: CoreClientConfigJS.prototype.h3j
|
|
62480
62420
|
});
|
|
62481
62421
|
Object.defineProperty(CoreClientConfigJS.prototype, 'autoMediaReoffer', {
|
|
62482
62422
|
configurable: true,
|
|
62483
|
-
get: CoreClientConfigJS.prototype.
|
|
62484
|
-
set: CoreClientConfigJS.prototype.
|
|
62423
|
+
get: CoreClientConfigJS.prototype.k3j,
|
|
62424
|
+
set: CoreClientConfigJS.prototype.j3j
|
|
62485
62425
|
});
|
|
62486
62426
|
Object.defineProperty(CoreClientConfigJS.prototype, 'enableWebsocketInvites', {
|
|
62487
62427
|
configurable: true,
|
|
62488
|
-
get: CoreClientConfigJS.prototype.
|
|
62489
|
-
set: CoreClientConfigJS.prototype.
|
|
62428
|
+
get: CoreClientConfigJS.prototype.m3j,
|
|
62429
|
+
set: CoreClientConfigJS.prototype.l3j
|
|
62490
62430
|
});
|
|
62491
62431
|
var LoggingLevelJS_Verbose_instance;
|
|
62492
62432
|
var LoggingLevelJS_Debug_instance;
|
|
@@ -62531,10 +62471,10 @@
|
|
|
62531
62471
|
}
|
|
62532
62472
|
function LoggingLevelJS(name, ordinal, sev) {
|
|
62533
62473
|
Enum.call(this, name, ordinal);
|
|
62534
|
-
this.
|
|
62474
|
+
this.p3j_1 = sev;
|
|
62535
62475
|
}
|
|
62536
62476
|
LoggingLevelJS.prototype.j2i = function () {
|
|
62537
|
-
return this.
|
|
62477
|
+
return this.p3j_1;
|
|
62538
62478
|
};
|
|
62539
62479
|
LoggingLevelJS.$metadata$ = classMeta('LoggingLevelJS', [ILoggingLevel], undefined, undefined, undefined, Enum.prototype);
|
|
62540
62480
|
Object.defineProperty(LoggingLevelJS.prototype, 'name', {
|
|
@@ -62566,7 +62506,7 @@
|
|
|
62566
62506
|
inductionVariable = inductionVariable + 1 | 0;
|
|
62567
62507
|
var tmp$ret$0;
|
|
62568
62508
|
// Inline function 'vonage.Companion.getSessionErrorReason.<anonymous>' call
|
|
62569
|
-
tmp$ret$0 = element.
|
|
62509
|
+
tmp$ret$0 = element.s3j_1.equals(reason);
|
|
62570
62510
|
if (tmp$ret$0) {
|
|
62571
62511
|
tmp$ret$1 = element;
|
|
62572
62512
|
break $l$block;
|
|
@@ -62614,10 +62554,10 @@
|
|
|
62614
62554
|
}
|
|
62615
62555
|
function SessionErrorReasonJS(name, ordinal, reason) {
|
|
62616
62556
|
Enum.call(this, name, ordinal);
|
|
62617
|
-
this.
|
|
62557
|
+
this.s3j_1 = reason;
|
|
62618
62558
|
}
|
|
62619
62559
|
SessionErrorReasonJS.prototype.x2b = function () {
|
|
62620
|
-
return this.
|
|
62560
|
+
return this.s3j_1;
|
|
62621
62561
|
};
|
|
62622
62562
|
SessionErrorReasonJS.$metadata$ = classMeta('SessionErrorReasonJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
62623
62563
|
Object.defineProperty(SessionErrorReasonJS.prototype, 'reason', {
|
|
@@ -63176,40 +63116,40 @@
|
|
|
63176
63116
|
}
|
|
63177
63117
|
IVoiceClientJS.$metadata$ = interfaceMeta('IVoiceClientJS', [ICoreClientJS]);
|
|
63178
63118
|
function VoiceInviteFromInfoJS(id, type) {
|
|
63179
|
-
this.
|
|
63180
|
-
this.
|
|
63119
|
+
this.x3j_1 = id;
|
|
63120
|
+
this.y3j_1 = type;
|
|
63181
63121
|
}
|
|
63182
63122
|
VoiceInviteFromInfoJS.prototype.v1m = function () {
|
|
63183
|
-
return this.
|
|
63123
|
+
return this.x3j_1;
|
|
63184
63124
|
};
|
|
63185
63125
|
VoiceInviteFromInfoJS.prototype.o2u = function () {
|
|
63186
|
-
return this.
|
|
63126
|
+
return this.y3j_1;
|
|
63187
63127
|
};
|
|
63188
63128
|
VoiceInviteFromInfoJS.prototype.component1 = function () {
|
|
63189
|
-
return this.
|
|
63129
|
+
return this.x3j_1;
|
|
63190
63130
|
};
|
|
63191
63131
|
VoiceInviteFromInfoJS.prototype.component2 = function () {
|
|
63192
|
-
return this.
|
|
63132
|
+
return this.y3j_1;
|
|
63193
63133
|
};
|
|
63194
63134
|
VoiceInviteFromInfoJS.prototype.copy = function (id, type) {
|
|
63195
|
-
return this.
|
|
63135
|
+
return this.z3j(id === void 1 ? this.x3j_1 : id, type === void 1 ? this.y3j_1 : type);
|
|
63196
63136
|
};
|
|
63197
|
-
VoiceInviteFromInfoJS.prototype.
|
|
63137
|
+
VoiceInviteFromInfoJS.prototype.z3j = function (id, type) {
|
|
63198
63138
|
return new VoiceInviteFromInfoJS(id, type);
|
|
63199
63139
|
};
|
|
63200
|
-
VoiceInviteFromInfoJS.prototype.
|
|
63140
|
+
VoiceInviteFromInfoJS.prototype.a3k = function (id, type, $mask0, $handler) {
|
|
63201
63141
|
if (!(($mask0 & 1) === 0))
|
|
63202
|
-
id = this.
|
|
63142
|
+
id = this.x3j_1;
|
|
63203
63143
|
if (!(($mask0 & 2) === 0))
|
|
63204
|
-
type = this.
|
|
63205
|
-
return this.
|
|
63144
|
+
type = this.y3j_1;
|
|
63145
|
+
return this.z3j(id, type);
|
|
63206
63146
|
};
|
|
63207
63147
|
VoiceInviteFromInfoJS.prototype.toString = function () {
|
|
63208
|
-
return 'VoiceInviteFromInfoJS(id=' + this.
|
|
63148
|
+
return 'VoiceInviteFromInfoJS(id=' + this.x3j_1 + ', type=' + this.y3j_1 + ')';
|
|
63209
63149
|
};
|
|
63210
63150
|
VoiceInviteFromInfoJS.prototype.hashCode = function () {
|
|
63211
|
-
var result = this.
|
|
63212
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
63151
|
+
var result = this.x3j_1 == null ? 0 : getStringHashCode(this.x3j_1);
|
|
63152
|
+
result = imul(result, 31) + getStringHashCode(this.y3j_1) | 0;
|
|
63213
63153
|
return result;
|
|
63214
63154
|
};
|
|
63215
63155
|
VoiceInviteFromInfoJS.prototype.equals = function (other) {
|
|
@@ -63218,9 +63158,9 @@
|
|
|
63218
63158
|
if (!(other instanceof VoiceInviteFromInfoJS))
|
|
63219
63159
|
return false;
|
|
63220
63160
|
var tmp0_other_with_cast = other instanceof VoiceInviteFromInfoJS ? other : THROW_CCE();
|
|
63221
|
-
if (!(this.
|
|
63161
|
+
if (!(this.x3j_1 == tmp0_other_with_cast.x3j_1))
|
|
63222
63162
|
return false;
|
|
63223
|
-
if (!(this.
|
|
63163
|
+
if (!(this.y3j_1 === tmp0_other_with_cast.y3j_1))
|
|
63224
63164
|
return false;
|
|
63225
63165
|
return true;
|
|
63226
63166
|
};
|
|
@@ -63269,47 +63209,47 @@
|
|
|
63269
63209
|
var message_0 = message === void 1 ? null : message;
|
|
63270
63210
|
var cause_0 = cause === void 1 ? null : cause;
|
|
63271
63211
|
extendThrowable(this, void 1, void 1);
|
|
63272
|
-
this.
|
|
63273
|
-
this.
|
|
63212
|
+
this.b3k_1 = message_0;
|
|
63213
|
+
this.c3k_1 = cause_0;
|
|
63274
63214
|
captureStack(this, HttpClientErrorJS);
|
|
63275
63215
|
}
|
|
63276
63216
|
HttpClientErrorJS.prototype.g1 = function () {
|
|
63277
|
-
return this.
|
|
63217
|
+
return this.b3k_1;
|
|
63278
63218
|
};
|
|
63279
63219
|
HttpClientErrorJS.prototype.h1 = function () {
|
|
63280
|
-
return this.
|
|
63220
|
+
return this.c3k_1;
|
|
63281
63221
|
};
|
|
63282
|
-
HttpClientErrorJS.prototype.
|
|
63283
|
-
var tmp0_elvis_lhs = this.
|
|
63222
|
+
HttpClientErrorJS.prototype.d3k = function () {
|
|
63223
|
+
var tmp0_elvis_lhs = this.b3k_1;
|
|
63284
63224
|
var tmp = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
63285
|
-
var tmp_0 = this.
|
|
63225
|
+
var tmp_0 = this.c3k_1;
|
|
63286
63226
|
return new HTTPClientError(tmp, tmp_0 instanceof Exception ? tmp_0 : null);
|
|
63287
63227
|
};
|
|
63288
63228
|
HttpClientErrorJS.prototype.component1 = function () {
|
|
63289
|
-
return this.
|
|
63229
|
+
return this.b3k_1;
|
|
63290
63230
|
};
|
|
63291
63231
|
HttpClientErrorJS.prototype.component2 = function () {
|
|
63292
|
-
return this.
|
|
63232
|
+
return this.c3k_1;
|
|
63293
63233
|
};
|
|
63294
63234
|
HttpClientErrorJS.prototype.copy = function (message, cause) {
|
|
63295
|
-
return this.
|
|
63235
|
+
return this.e3k(message === void 1 ? this.b3k_1 : message, cause === void 1 ? this.c3k_1 : cause);
|
|
63296
63236
|
};
|
|
63297
|
-
HttpClientErrorJS.prototype.
|
|
63237
|
+
HttpClientErrorJS.prototype.e3k = function (message, cause) {
|
|
63298
63238
|
return new HttpClientErrorJS(message, cause);
|
|
63299
63239
|
};
|
|
63300
|
-
HttpClientErrorJS.prototype.
|
|
63240
|
+
HttpClientErrorJS.prototype.f3k = function (message, cause, $mask0, $handler) {
|
|
63301
63241
|
if (!(($mask0 & 1) === 0))
|
|
63302
|
-
message = this.
|
|
63242
|
+
message = this.b3k_1;
|
|
63303
63243
|
if (!(($mask0 & 2) === 0))
|
|
63304
|
-
cause = this.
|
|
63305
|
-
return this.
|
|
63244
|
+
cause = this.c3k_1;
|
|
63245
|
+
return this.e3k(message, cause);
|
|
63306
63246
|
};
|
|
63307
63247
|
HttpClientErrorJS.prototype.toString = function () {
|
|
63308
|
-
return 'HttpClientErrorJS(message=' + this.
|
|
63248
|
+
return 'HttpClientErrorJS(message=' + this.b3k_1 + ', cause=' + this.c3k_1 + ')';
|
|
63309
63249
|
};
|
|
63310
63250
|
HttpClientErrorJS.prototype.hashCode = function () {
|
|
63311
|
-
var result = this.
|
|
63312
|
-
result = imul(result, 31) + (this.
|
|
63251
|
+
var result = this.b3k_1 == null ? 0 : getStringHashCode(this.b3k_1);
|
|
63252
|
+
result = imul(result, 31) + (this.c3k_1 == null ? 0 : hashCode(this.c3k_1)) | 0;
|
|
63313
63253
|
return result;
|
|
63314
63254
|
};
|
|
63315
63255
|
HttpClientErrorJS.prototype.equals = function (other) {
|
|
@@ -63318,9 +63258,9 @@
|
|
|
63318
63258
|
if (!(other instanceof HttpClientErrorJS))
|
|
63319
63259
|
return false;
|
|
63320
63260
|
var tmp0_other_with_cast = other instanceof HttpClientErrorJS ? other : THROW_CCE();
|
|
63321
|
-
if (!(this.
|
|
63261
|
+
if (!(this.b3k_1 == tmp0_other_with_cast.b3k_1))
|
|
63322
63262
|
return false;
|
|
63323
|
-
if (!equals(this.
|
|
63263
|
+
if (!equals(this.c3k_1, tmp0_other_with_cast.c3k_1))
|
|
63324
63264
|
return false;
|
|
63325
63265
|
return true;
|
|
63326
63266
|
};
|
|
@@ -63339,44 +63279,44 @@
|
|
|
63339
63279
|
});
|
|
63340
63280
|
Object.defineProperty(HttpClientErrorJS.prototype, 'coreError', {
|
|
63341
63281
|
configurable: true,
|
|
63342
|
-
get: HttpClientErrorJS.prototype.
|
|
63282
|
+
get: HttpClientErrorJS.prototype.d3k
|
|
63343
63283
|
});
|
|
63344
63284
|
function HttpClientResponseJS(statusCode, body) {
|
|
63345
63285
|
var body_0 = body === void 1 ? null : body;
|
|
63346
|
-
this.
|
|
63347
|
-
this.
|
|
63286
|
+
this.g3k_1 = statusCode;
|
|
63287
|
+
this.h3k_1 = body_0;
|
|
63348
63288
|
}
|
|
63349
|
-
HttpClientResponseJS.prototype.
|
|
63350
|
-
return this.
|
|
63289
|
+
HttpClientResponseJS.prototype.i3k = function () {
|
|
63290
|
+
return this.g3k_1;
|
|
63351
63291
|
};
|
|
63352
63292
|
HttpClientResponseJS.prototype.j20 = function () {
|
|
63353
|
-
return this.
|
|
63293
|
+
return this.h3k_1;
|
|
63354
63294
|
};
|
|
63355
63295
|
HttpClientResponseJS.prototype.component1 = function () {
|
|
63356
|
-
return this.
|
|
63296
|
+
return this.g3k_1;
|
|
63357
63297
|
};
|
|
63358
63298
|
HttpClientResponseJS.prototype.component2 = function () {
|
|
63359
|
-
return this.
|
|
63299
|
+
return this.h3k_1;
|
|
63360
63300
|
};
|
|
63361
63301
|
HttpClientResponseJS.prototype.copy = function (statusCode, body) {
|
|
63362
|
-
return this.
|
|
63302
|
+
return this.j3k(statusCode === void 1 ? this.g3k_1 : statusCode, body === void 1 ? this.h3k_1 : body);
|
|
63363
63303
|
};
|
|
63364
|
-
HttpClientResponseJS.prototype.
|
|
63304
|
+
HttpClientResponseJS.prototype.j3k = function (statusCode, body) {
|
|
63365
63305
|
return new HttpClientResponseJS(statusCode, body);
|
|
63366
63306
|
};
|
|
63367
|
-
HttpClientResponseJS.prototype.
|
|
63307
|
+
HttpClientResponseJS.prototype.k3k = function (statusCode, body, $mask0, $handler) {
|
|
63368
63308
|
if (!(($mask0 & 1) === 0))
|
|
63369
|
-
statusCode = this.
|
|
63309
|
+
statusCode = this.g3k_1;
|
|
63370
63310
|
if (!(($mask0 & 2) === 0))
|
|
63371
|
-
body = this.
|
|
63372
|
-
return this.
|
|
63311
|
+
body = this.h3k_1;
|
|
63312
|
+
return this.j3k(statusCode, body);
|
|
63373
63313
|
};
|
|
63374
63314
|
HttpClientResponseJS.prototype.toString = function () {
|
|
63375
|
-
return 'HttpClientResponseJS(statusCode=' + this.
|
|
63315
|
+
return 'HttpClientResponseJS(statusCode=' + this.g3k_1 + ', body=' + this.h3k_1 + ')';
|
|
63376
63316
|
};
|
|
63377
63317
|
HttpClientResponseJS.prototype.hashCode = function () {
|
|
63378
|
-
var result = this.
|
|
63379
|
-
result = imul(result, 31) + (this.
|
|
63318
|
+
var result = this.g3k_1;
|
|
63319
|
+
result = imul(result, 31) + (this.h3k_1 == null ? 0 : getStringHashCode(this.h3k_1)) | 0;
|
|
63380
63320
|
return result;
|
|
63381
63321
|
};
|
|
63382
63322
|
HttpClientResponseJS.prototype.equals = function (other) {
|
|
@@ -63385,16 +63325,16 @@
|
|
|
63385
63325
|
if (!(other instanceof HttpClientResponseJS))
|
|
63386
63326
|
return false;
|
|
63387
63327
|
var tmp0_other_with_cast = other instanceof HttpClientResponseJS ? other : THROW_CCE();
|
|
63388
|
-
if (!(this.
|
|
63328
|
+
if (!(this.g3k_1 === tmp0_other_with_cast.g3k_1))
|
|
63389
63329
|
return false;
|
|
63390
|
-
if (!(this.
|
|
63330
|
+
if (!(this.h3k_1 == tmp0_other_with_cast.h3k_1))
|
|
63391
63331
|
return false;
|
|
63392
63332
|
return true;
|
|
63393
63333
|
};
|
|
63394
63334
|
HttpClientResponseJS.$metadata$ = classMeta('HttpClientResponseJS');
|
|
63395
63335
|
Object.defineProperty(HttpClientResponseJS.prototype, 'statusCode', {
|
|
63396
63336
|
configurable: true,
|
|
63397
|
-
get: HttpClientResponseJS.prototype.
|
|
63337
|
+
get: HttpClientResponseJS.prototype.i3k
|
|
63398
63338
|
});
|
|
63399
63339
|
Object.defineProperty(HttpClientResponseJS.prototype, 'body', {
|
|
63400
63340
|
configurable: true,
|
|
@@ -63463,10 +63403,10 @@
|
|
|
63463
63403
|
}
|
|
63464
63404
|
function CancelReasonJS(name, ordinal, reason) {
|
|
63465
63405
|
Enum.call(this, name, ordinal);
|
|
63466
|
-
this.
|
|
63406
|
+
this.n3k_1 = reason;
|
|
63467
63407
|
}
|
|
63468
63408
|
CancelReasonJS.prototype.x2b = function () {
|
|
63469
|
-
return this.
|
|
63409
|
+
return this.n3k_1;
|
|
63470
63410
|
};
|
|
63471
63411
|
CancelReasonJS.$metadata$ = classMeta('CancelReasonJS', undefined, undefined, undefined, undefined, Enum.prototype);
|
|
63472
63412
|
Object.defineProperty(CancelReasonJS.prototype, 'reason', {
|
|
@@ -63482,60 +63422,60 @@
|
|
|
63482
63422
|
get: CancelReasonJS.prototype.we
|
|
63483
63423
|
});
|
|
63484
63424
|
function RTCQualityJS(callQuality) {
|
|
63485
|
-
this.
|
|
63486
|
-
this.
|
|
63487
|
-
this.
|
|
63488
|
-
this.
|
|
63489
|
-
this.
|
|
63490
|
-
this.
|
|
63491
|
-
this.
|
|
63492
|
-
this.
|
|
63493
|
-
this.
|
|
63494
|
-
this.
|
|
63425
|
+
this.o3k_1 = callQuality;
|
|
63426
|
+
this.p3k_1 = this.o3k_1.a2y_1;
|
|
63427
|
+
this.q3k_1 = this.o3k_1.b2y_1;
|
|
63428
|
+
this.r3k_1 = this.o3k_1.c2y_1;
|
|
63429
|
+
this.s3k_1 = this.o3k_1.d2y_1;
|
|
63430
|
+
this.t3k_1 = this.o3k_1.e2y_1;
|
|
63431
|
+
this.u3k_1 = this.o3k_1.f2y_1;
|
|
63432
|
+
this.v3k_1 = this.o3k_1.g2y_1;
|
|
63433
|
+
this.w3k_1 = this.o3k_1.h2y_1;
|
|
63434
|
+
this.x3k_1 = this.o3k_1.i2y_1;
|
|
63495
63435
|
}
|
|
63496
|
-
RTCQualityJS.prototype.
|
|
63497
|
-
return this.
|
|
63436
|
+
RTCQualityJS.prototype.y3k = function () {
|
|
63437
|
+
return this.p3k_1;
|
|
63498
63438
|
};
|
|
63499
|
-
RTCQualityJS.prototype.
|
|
63500
|
-
return this.
|
|
63439
|
+
RTCQualityJS.prototype.z3k = function () {
|
|
63440
|
+
return this.q3k_1;
|
|
63501
63441
|
};
|
|
63502
|
-
RTCQualityJS.prototype.
|
|
63503
|
-
return this.
|
|
63442
|
+
RTCQualityJS.prototype.a3l = function () {
|
|
63443
|
+
return this.r3k_1;
|
|
63504
63444
|
};
|
|
63505
|
-
RTCQualityJS.prototype.
|
|
63506
|
-
return this.
|
|
63445
|
+
RTCQualityJS.prototype.b3l = function () {
|
|
63446
|
+
return this.s3k_1;
|
|
63507
63447
|
};
|
|
63508
|
-
RTCQualityJS.prototype.
|
|
63509
|
-
return this.
|
|
63448
|
+
RTCQualityJS.prototype.c3l = function () {
|
|
63449
|
+
return this.t3k_1;
|
|
63510
63450
|
};
|
|
63511
|
-
RTCQualityJS.prototype.
|
|
63512
|
-
return this.
|
|
63451
|
+
RTCQualityJS.prototype.d3l = function () {
|
|
63452
|
+
return this.u3k_1;
|
|
63513
63453
|
};
|
|
63514
|
-
RTCQualityJS.prototype.
|
|
63515
|
-
return this.
|
|
63454
|
+
RTCQualityJS.prototype.e3l = function () {
|
|
63455
|
+
return this.v3k_1;
|
|
63516
63456
|
};
|
|
63517
|
-
RTCQualityJS.prototype.
|
|
63518
|
-
return this.
|
|
63457
|
+
RTCQualityJS.prototype.f3l = function () {
|
|
63458
|
+
return this.w3k_1;
|
|
63519
63459
|
};
|
|
63520
|
-
RTCQualityJS.prototype.
|
|
63521
|
-
return this.
|
|
63460
|
+
RTCQualityJS.prototype.g3l = function () {
|
|
63461
|
+
return this.x3k_1;
|
|
63522
63462
|
};
|
|
63523
63463
|
RTCQualityJS.prototype.copy = function (callQuality) {
|
|
63524
|
-
return this.
|
|
63464
|
+
return this.h3l(callQuality === void 1 ? this.o3k_1 : callQuality);
|
|
63525
63465
|
};
|
|
63526
|
-
RTCQualityJS.prototype.
|
|
63466
|
+
RTCQualityJS.prototype.h3l = function (callQuality) {
|
|
63527
63467
|
return new RTCQualityJS(callQuality);
|
|
63528
63468
|
};
|
|
63529
|
-
RTCQualityJS.prototype.
|
|
63469
|
+
RTCQualityJS.prototype.i3l = function (callQuality, $mask0, $handler) {
|
|
63530
63470
|
if (!(($mask0 & 1) === 0))
|
|
63531
|
-
callQuality = this.
|
|
63532
|
-
return this.
|
|
63471
|
+
callQuality = this.o3k_1;
|
|
63472
|
+
return this.h3l(callQuality);
|
|
63533
63473
|
};
|
|
63534
63474
|
RTCQualityJS.prototype.toString = function () {
|
|
63535
|
-
return 'RTCQualityJS(callQuality=' + this.
|
|
63475
|
+
return 'RTCQualityJS(callQuality=' + this.o3k_1 + ')';
|
|
63536
63476
|
};
|
|
63537
63477
|
RTCQualityJS.prototype.hashCode = function () {
|
|
63538
|
-
return this.
|
|
63478
|
+
return this.o3k_1.hashCode();
|
|
63539
63479
|
};
|
|
63540
63480
|
RTCQualityJS.prototype.equals = function (other) {
|
|
63541
63481
|
if (this === other)
|
|
@@ -63543,162 +63483,162 @@
|
|
|
63543
63483
|
if (!(other instanceof RTCQualityJS))
|
|
63544
63484
|
return false;
|
|
63545
63485
|
var tmp0_other_with_cast = other instanceof RTCQualityJS ? other : THROW_CCE();
|
|
63546
|
-
if (!this.
|
|
63486
|
+
if (!this.o3k_1.equals(tmp0_other_with_cast.o3k_1))
|
|
63547
63487
|
return false;
|
|
63548
63488
|
return true;
|
|
63549
63489
|
};
|
|
63550
63490
|
RTCQualityJS.$metadata$ = classMeta('RTCQualityJS');
|
|
63551
63491
|
Object.defineProperty(RTCQualityJS.prototype, 'mos_score', {
|
|
63552
63492
|
configurable: true,
|
|
63553
|
-
get: RTCQualityJS.prototype.
|
|
63493
|
+
get: RTCQualityJS.prototype.y3k
|
|
63554
63494
|
});
|
|
63555
63495
|
Object.defineProperty(RTCQualityJS.prototype, 'quality_percentage', {
|
|
63556
63496
|
configurable: true,
|
|
63557
|
-
get: RTCQualityJS.prototype.
|
|
63497
|
+
get: RTCQualityJS.prototype.z3k
|
|
63558
63498
|
});
|
|
63559
63499
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_min_var', {
|
|
63560
63500
|
configurable: true,
|
|
63561
|
-
get: RTCQualityJS.prototype.
|
|
63501
|
+
get: RTCQualityJS.prototype.a3l
|
|
63562
63502
|
});
|
|
63563
63503
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_max_var', {
|
|
63564
63504
|
configurable: true,
|
|
63565
|
-
get: RTCQualityJS.prototype.
|
|
63505
|
+
get: RTCQualityJS.prototype.b3l
|
|
63566
63506
|
});
|
|
63567
63507
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_loss_rate', {
|
|
63568
63508
|
configurable: true,
|
|
63569
|
-
get: RTCQualityJS.prototype.
|
|
63509
|
+
get: RTCQualityJS.prototype.c3l
|
|
63570
63510
|
});
|
|
63571
63511
|
Object.defineProperty(RTCQualityJS.prototype, 'jitter_burst_rate', {
|
|
63572
63512
|
configurable: true,
|
|
63573
|
-
get: RTCQualityJS.prototype.
|
|
63513
|
+
get: RTCQualityJS.prototype.d3l
|
|
63574
63514
|
});
|
|
63575
63515
|
Object.defineProperty(RTCQualityJS.prototype, 'flaw_total', {
|
|
63576
63516
|
configurable: true,
|
|
63577
|
-
get: RTCQualityJS.prototype.
|
|
63517
|
+
get: RTCQualityJS.prototype.e3l
|
|
63578
63518
|
});
|
|
63579
63519
|
Object.defineProperty(RTCQualityJS.prototype, 'packet_cnt', {
|
|
63580
63520
|
configurable: true,
|
|
63581
|
-
get: RTCQualityJS.prototype.
|
|
63521
|
+
get: RTCQualityJS.prototype.f3l
|
|
63582
63522
|
});
|
|
63583
63523
|
Object.defineProperty(RTCQualityJS.prototype, 'packet_loss_perc', {
|
|
63584
63524
|
configurable: true,
|
|
63585
|
-
get: RTCQualityJS.prototype.
|
|
63525
|
+
get: RTCQualityJS.prototype.g3l
|
|
63586
63526
|
});
|
|
63587
63527
|
function RTCStatsJS(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
|
|
63588
|
-
this.
|
|
63589
|
-
this.
|
|
63590
|
-
this.
|
|
63591
|
-
this.
|
|
63592
|
-
this.
|
|
63593
|
-
this.
|
|
63594
|
-
this.
|
|
63595
|
-
this.
|
|
63596
|
-
this.
|
|
63597
|
-
this.
|
|
63528
|
+
this.j3l_1 = audioRecvPackets;
|
|
63529
|
+
this.k3l_1 = audioRecvPacketsLost;
|
|
63530
|
+
this.l3l_1 = audioRecvBytes;
|
|
63531
|
+
this.m3l_1 = audioRecvJitter;
|
|
63532
|
+
this.n3l_1 = audioSentPackets;
|
|
63533
|
+
this.o3l_1 = audioSentBytes;
|
|
63534
|
+
this.p3l_1 = audioSentPacketsLost;
|
|
63535
|
+
this.q3l_1 = audioRtt;
|
|
63536
|
+
this.r3l_1 = audioSentJitter;
|
|
63537
|
+
this.s3l_1 = legId;
|
|
63598
63538
|
}
|
|
63599
|
-
RTCStatsJS.prototype.
|
|
63600
|
-
return this.
|
|
63539
|
+
RTCStatsJS.prototype.t3l = function () {
|
|
63540
|
+
return this.j3l_1;
|
|
63601
63541
|
};
|
|
63602
|
-
RTCStatsJS.prototype.
|
|
63603
|
-
return this.
|
|
63542
|
+
RTCStatsJS.prototype.u3l = function () {
|
|
63543
|
+
return this.k3l_1;
|
|
63604
63544
|
};
|
|
63605
|
-
RTCStatsJS.prototype.
|
|
63606
|
-
return this.
|
|
63545
|
+
RTCStatsJS.prototype.v3l = function () {
|
|
63546
|
+
return this.l3l_1;
|
|
63607
63547
|
};
|
|
63608
|
-
RTCStatsJS.prototype.
|
|
63609
|
-
return this.
|
|
63548
|
+
RTCStatsJS.prototype.w3l = function () {
|
|
63549
|
+
return this.m3l_1;
|
|
63610
63550
|
};
|
|
63611
|
-
RTCStatsJS.prototype.
|
|
63612
|
-
return this.
|
|
63551
|
+
RTCStatsJS.prototype.x3l = function () {
|
|
63552
|
+
return this.n3l_1;
|
|
63613
63553
|
};
|
|
63614
|
-
RTCStatsJS.prototype.
|
|
63615
|
-
return this.
|
|
63554
|
+
RTCStatsJS.prototype.y3l = function () {
|
|
63555
|
+
return this.o3l_1;
|
|
63616
63556
|
};
|
|
63617
|
-
RTCStatsJS.prototype.
|
|
63618
|
-
return this.
|
|
63557
|
+
RTCStatsJS.prototype.z3l = function () {
|
|
63558
|
+
return this.p3l_1;
|
|
63619
63559
|
};
|
|
63620
|
-
RTCStatsJS.prototype.
|
|
63621
|
-
return this.
|
|
63560
|
+
RTCStatsJS.prototype.a3m = function () {
|
|
63561
|
+
return this.q3l_1;
|
|
63622
63562
|
};
|
|
63623
|
-
RTCStatsJS.prototype.
|
|
63624
|
-
return this.
|
|
63563
|
+
RTCStatsJS.prototype.b3m = function () {
|
|
63564
|
+
return this.r3l_1;
|
|
63625
63565
|
};
|
|
63626
63566
|
RTCStatsJS.prototype.e1h = function () {
|
|
63627
|
-
return this.
|
|
63567
|
+
return this.s3l_1;
|
|
63628
63568
|
};
|
|
63629
63569
|
RTCStatsJS.prototype.component1 = function () {
|
|
63630
|
-
return this.
|
|
63570
|
+
return this.j3l_1;
|
|
63631
63571
|
};
|
|
63632
63572
|
RTCStatsJS.prototype.component2 = function () {
|
|
63633
|
-
return this.
|
|
63573
|
+
return this.k3l_1;
|
|
63634
63574
|
};
|
|
63635
63575
|
RTCStatsJS.prototype.component3 = function () {
|
|
63636
|
-
return this.
|
|
63576
|
+
return this.l3l_1;
|
|
63637
63577
|
};
|
|
63638
63578
|
RTCStatsJS.prototype.component4 = function () {
|
|
63639
|
-
return this.
|
|
63579
|
+
return this.m3l_1;
|
|
63640
63580
|
};
|
|
63641
63581
|
RTCStatsJS.prototype.component5 = function () {
|
|
63642
|
-
return this.
|
|
63582
|
+
return this.n3l_1;
|
|
63643
63583
|
};
|
|
63644
63584
|
RTCStatsJS.prototype.component6 = function () {
|
|
63645
|
-
return this.
|
|
63585
|
+
return this.o3l_1;
|
|
63646
63586
|
};
|
|
63647
63587
|
RTCStatsJS.prototype.component7 = function () {
|
|
63648
|
-
return this.
|
|
63588
|
+
return this.p3l_1;
|
|
63649
63589
|
};
|
|
63650
63590
|
RTCStatsJS.prototype.component8 = function () {
|
|
63651
|
-
return this.
|
|
63591
|
+
return this.q3l_1;
|
|
63652
63592
|
};
|
|
63653
63593
|
RTCStatsJS.prototype.component9 = function () {
|
|
63654
|
-
return this.
|
|
63594
|
+
return this.r3l_1;
|
|
63655
63595
|
};
|
|
63656
63596
|
RTCStatsJS.prototype.component10 = function () {
|
|
63657
|
-
return this.
|
|
63597
|
+
return this.s3l_1;
|
|
63658
63598
|
};
|
|
63659
63599
|
RTCStatsJS.prototype.copy = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
|
|
63660
|
-
return this.
|
|
63600
|
+
return this.c3m(audioRecvPackets === void 1 ? this.j3l_1 : audioRecvPackets, audioRecvPacketsLost === void 1 ? this.k3l_1 : audioRecvPacketsLost, audioRecvBytes === void 1 ? this.l3l_1 : audioRecvBytes, audioRecvJitter === void 1 ? this.m3l_1 : audioRecvJitter, audioSentPackets === void 1 ? this.n3l_1 : audioSentPackets, audioSentBytes === void 1 ? this.o3l_1 : audioSentBytes, audioSentPacketsLost === void 1 ? this.p3l_1 : audioSentPacketsLost, audioRtt === void 1 ? this.q3l_1 : audioRtt, audioSentJitter === void 1 ? this.r3l_1 : audioSentJitter, legId === void 1 ? this.s3l_1 : legId);
|
|
63661
63601
|
};
|
|
63662
|
-
RTCStatsJS.prototype.
|
|
63602
|
+
RTCStatsJS.prototype.c3m = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId) {
|
|
63663
63603
|
return new RTCStatsJS(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId);
|
|
63664
63604
|
};
|
|
63665
|
-
RTCStatsJS.prototype.
|
|
63605
|
+
RTCStatsJS.prototype.d3m = function (audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId, $mask0, $handler) {
|
|
63666
63606
|
if (!(($mask0 & 1) === 0))
|
|
63667
|
-
audioRecvPackets = this.
|
|
63607
|
+
audioRecvPackets = this.j3l_1;
|
|
63668
63608
|
if (!(($mask0 & 2) === 0))
|
|
63669
|
-
audioRecvPacketsLost = this.
|
|
63609
|
+
audioRecvPacketsLost = this.k3l_1;
|
|
63670
63610
|
if (!(($mask0 & 4) === 0))
|
|
63671
|
-
audioRecvBytes = this.
|
|
63611
|
+
audioRecvBytes = this.l3l_1;
|
|
63672
63612
|
if (!(($mask0 & 8) === 0))
|
|
63673
|
-
audioRecvJitter = this.
|
|
63613
|
+
audioRecvJitter = this.m3l_1;
|
|
63674
63614
|
if (!(($mask0 & 16) === 0))
|
|
63675
|
-
audioSentPackets = this.
|
|
63615
|
+
audioSentPackets = this.n3l_1;
|
|
63676
63616
|
if (!(($mask0 & 32) === 0))
|
|
63677
|
-
audioSentBytes = this.
|
|
63617
|
+
audioSentBytes = this.o3l_1;
|
|
63678
63618
|
if (!(($mask0 & 64) === 0))
|
|
63679
|
-
audioSentPacketsLost = this.
|
|
63619
|
+
audioSentPacketsLost = this.p3l_1;
|
|
63680
63620
|
if (!(($mask0 & 128) === 0))
|
|
63681
|
-
audioRtt = this.
|
|
63621
|
+
audioRtt = this.q3l_1;
|
|
63682
63622
|
if (!(($mask0 & 256) === 0))
|
|
63683
|
-
audioSentJitter = this.
|
|
63623
|
+
audioSentJitter = this.r3l_1;
|
|
63684
63624
|
if (!(($mask0 & 512) === 0))
|
|
63685
|
-
legId = this.
|
|
63686
|
-
return this.
|
|
63625
|
+
legId = this.s3l_1;
|
|
63626
|
+
return this.c3m(audioRecvPackets, audioRecvPacketsLost, audioRecvBytes, audioRecvJitter, audioSentPackets, audioSentBytes, audioSentPacketsLost, audioRtt, audioSentJitter, legId);
|
|
63687
63627
|
};
|
|
63688
63628
|
RTCStatsJS.prototype.toString = function () {
|
|
63689
|
-
return 'RTCStatsJS(audioRecvPackets=' + toString(this.
|
|
63629
|
+
return 'RTCStatsJS(audioRecvPackets=' + toString(this.j3l_1) + ', audioRecvPacketsLost=' + toString(this.k3l_1) + ', audioRecvBytes=' + toString(this.l3l_1) + ', audioRecvJitter=' + toString(this.m3l_1) + ', audioSentPackets=' + toString(this.n3l_1) + ', audioSentBytes=' + toString(this.o3l_1) + ', audioSentPacketsLost=' + toString(this.p3l_1) + ', audioRtt=' + toString(this.q3l_1) + ', audioSentJitter=' + toString(this.r3l_1) + ', legId=' + this.s3l_1 + ')';
|
|
63690
63630
|
};
|
|
63691
63631
|
RTCStatsJS.prototype.hashCode = function () {
|
|
63692
|
-
var result = this.
|
|
63693
|
-
result = imul(result, 31) + (this.
|
|
63694
|
-
result = imul(result, 31) + (this.
|
|
63695
|
-
result = imul(result, 31) + (this.
|
|
63696
|
-
result = imul(result, 31) + (this.
|
|
63697
|
-
result = imul(result, 31) + (this.
|
|
63698
|
-
result = imul(result, 31) + (this.
|
|
63699
|
-
result = imul(result, 31) + (this.
|
|
63700
|
-
result = imul(result, 31) + (this.
|
|
63701
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
63632
|
+
var result = this.j3l_1 == null ? 0 : hashCode(this.j3l_1);
|
|
63633
|
+
result = imul(result, 31) + (this.k3l_1 == null ? 0 : hashCode(this.k3l_1)) | 0;
|
|
63634
|
+
result = imul(result, 31) + (this.l3l_1 == null ? 0 : hashCode(this.l3l_1)) | 0;
|
|
63635
|
+
result = imul(result, 31) + (this.m3l_1 == null ? 0 : hashCode(this.m3l_1)) | 0;
|
|
63636
|
+
result = imul(result, 31) + (this.n3l_1 == null ? 0 : hashCode(this.n3l_1)) | 0;
|
|
63637
|
+
result = imul(result, 31) + (this.o3l_1 == null ? 0 : hashCode(this.o3l_1)) | 0;
|
|
63638
|
+
result = imul(result, 31) + (this.p3l_1 == null ? 0 : hashCode(this.p3l_1)) | 0;
|
|
63639
|
+
result = imul(result, 31) + (this.q3l_1 == null ? 0 : hashCode(this.q3l_1)) | 0;
|
|
63640
|
+
result = imul(result, 31) + (this.r3l_1 == null ? 0 : hashCode(this.r3l_1)) | 0;
|
|
63641
|
+
result = imul(result, 31) + getStringHashCode(this.s3l_1) | 0;
|
|
63702
63642
|
return result;
|
|
63703
63643
|
};
|
|
63704
63644
|
RTCStatsJS.prototype.equals = function (other) {
|
|
@@ -63707,64 +63647,64 @@
|
|
|
63707
63647
|
if (!(other instanceof RTCStatsJS))
|
|
63708
63648
|
return false;
|
|
63709
63649
|
var tmp0_other_with_cast = other instanceof RTCStatsJS ? other : THROW_CCE();
|
|
63710
|
-
if (!equals(this.
|
|
63650
|
+
if (!equals(this.j3l_1, tmp0_other_with_cast.j3l_1))
|
|
63711
63651
|
return false;
|
|
63712
|
-
if (!equals(this.
|
|
63652
|
+
if (!equals(this.k3l_1, tmp0_other_with_cast.k3l_1))
|
|
63713
63653
|
return false;
|
|
63714
|
-
if (!equals(this.
|
|
63654
|
+
if (!equals(this.l3l_1, tmp0_other_with_cast.l3l_1))
|
|
63715
63655
|
return false;
|
|
63716
|
-
if (!equals(this.
|
|
63656
|
+
if (!equals(this.m3l_1, tmp0_other_with_cast.m3l_1))
|
|
63717
63657
|
return false;
|
|
63718
|
-
if (!equals(this.
|
|
63658
|
+
if (!equals(this.n3l_1, tmp0_other_with_cast.n3l_1))
|
|
63719
63659
|
return false;
|
|
63720
|
-
if (!equals(this.
|
|
63660
|
+
if (!equals(this.o3l_1, tmp0_other_with_cast.o3l_1))
|
|
63721
63661
|
return false;
|
|
63722
|
-
if (!equals(this.
|
|
63662
|
+
if (!equals(this.p3l_1, tmp0_other_with_cast.p3l_1))
|
|
63723
63663
|
return false;
|
|
63724
|
-
if (!equals(this.
|
|
63664
|
+
if (!equals(this.q3l_1, tmp0_other_with_cast.q3l_1))
|
|
63725
63665
|
return false;
|
|
63726
|
-
if (!equals(this.
|
|
63666
|
+
if (!equals(this.r3l_1, tmp0_other_with_cast.r3l_1))
|
|
63727
63667
|
return false;
|
|
63728
|
-
if (!(this.
|
|
63668
|
+
if (!(this.s3l_1 === tmp0_other_with_cast.s3l_1))
|
|
63729
63669
|
return false;
|
|
63730
63670
|
return true;
|
|
63731
63671
|
};
|
|
63732
63672
|
RTCStatsJS.$metadata$ = classMeta('RTCStatsJS');
|
|
63733
63673
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvPackets', {
|
|
63734
63674
|
configurable: true,
|
|
63735
|
-
get: RTCStatsJS.prototype.
|
|
63675
|
+
get: RTCStatsJS.prototype.t3l
|
|
63736
63676
|
});
|
|
63737
63677
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvPacketsLost', {
|
|
63738
63678
|
configurable: true,
|
|
63739
|
-
get: RTCStatsJS.prototype.
|
|
63679
|
+
get: RTCStatsJS.prototype.u3l
|
|
63740
63680
|
});
|
|
63741
63681
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvBytes', {
|
|
63742
63682
|
configurable: true,
|
|
63743
|
-
get: RTCStatsJS.prototype.
|
|
63683
|
+
get: RTCStatsJS.prototype.v3l
|
|
63744
63684
|
});
|
|
63745
63685
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRecvJitter', {
|
|
63746
63686
|
configurable: true,
|
|
63747
|
-
get: RTCStatsJS.prototype.
|
|
63687
|
+
get: RTCStatsJS.prototype.w3l
|
|
63748
63688
|
});
|
|
63749
63689
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentPackets', {
|
|
63750
63690
|
configurable: true,
|
|
63751
|
-
get: RTCStatsJS.prototype.
|
|
63691
|
+
get: RTCStatsJS.prototype.x3l
|
|
63752
63692
|
});
|
|
63753
63693
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentBytes', {
|
|
63754
63694
|
configurable: true,
|
|
63755
|
-
get: RTCStatsJS.prototype.
|
|
63695
|
+
get: RTCStatsJS.prototype.y3l
|
|
63756
63696
|
});
|
|
63757
63697
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentPacketsLost', {
|
|
63758
63698
|
configurable: true,
|
|
63759
|
-
get: RTCStatsJS.prototype.
|
|
63699
|
+
get: RTCStatsJS.prototype.z3l
|
|
63760
63700
|
});
|
|
63761
63701
|
Object.defineProperty(RTCStatsJS.prototype, 'audioRtt', {
|
|
63762
63702
|
configurable: true,
|
|
63763
|
-
get: RTCStatsJS.prototype.
|
|
63703
|
+
get: RTCStatsJS.prototype.a3m
|
|
63764
63704
|
});
|
|
63765
63705
|
Object.defineProperty(RTCStatsJS.prototype, 'audioSentJitter', {
|
|
63766
63706
|
configurable: true,
|
|
63767
|
-
get: RTCStatsJS.prototype.
|
|
63707
|
+
get: RTCStatsJS.prototype.b3m
|
|
63768
63708
|
});
|
|
63769
63709
|
Object.defineProperty(RTCStatsJS.prototype, 'legId', {
|
|
63770
63710
|
configurable: true,
|
|
@@ -63805,7 +63745,7 @@
|
|
|
63805
63745
|
// Inline function 'kotlin.contracts.contract' call
|
|
63806
63746
|
var tmp$ret$0;
|
|
63807
63747
|
// Inline function 'vonage.<no name provided>.request.<anonymous>.<anonymous>' call
|
|
63808
|
-
tmp$ret$0 = new HTTPClientResponse(response.
|
|
63748
|
+
tmp$ret$0 = new HTTPClientResponse(response.g3k_1, response.h3k_1);
|
|
63809
63749
|
tmp$ret$1 = tmp$ret$0;
|
|
63810
63750
|
tmp_0 = tmp$ret$1;
|
|
63811
63751
|
}
|
|
@@ -63817,7 +63757,7 @@
|
|
|
63817
63757
|
};
|
|
63818
63758
|
}
|
|
63819
63759
|
function HttpClientJSAdapter$1($js) {
|
|
63820
|
-
this.
|
|
63760
|
+
this.e3m_1 = $js;
|
|
63821
63761
|
}
|
|
63822
63762
|
HttpClientJSAdapter$1.prototype.c2z = function (verb, url, headers, body, callback) {
|
|
63823
63763
|
var tmp = verb.toString();
|
|
@@ -63829,7 +63769,7 @@
|
|
|
63829
63769
|
tmp$ret$0 = fromMap(JSON, headers);
|
|
63830
63770
|
tmp$ret$1 = tmp$ret$0;
|
|
63831
63771
|
var tmp_0 = tmp$ret$1;
|
|
63832
|
-
this.
|
|
63772
|
+
this.e3m_1.request(tmp, url, tmp_0, body, HttpClientJSAdapter$o$request$lambda(callback));
|
|
63833
63773
|
};
|
|
63834
63774
|
HttpClientJSAdapter$1.$metadata$ = classMeta(undefined, [HTTPClient]);
|
|
63835
63775
|
function SocketClientJSAdapter$o$emit$lambda($callback) {
|
|
@@ -63853,14 +63793,14 @@
|
|
|
63853
63793
|
};
|
|
63854
63794
|
}
|
|
63855
63795
|
function SocketClientJSAdapter$adapter$1($js) {
|
|
63856
|
-
this.
|
|
63857
|
-
this.
|
|
63796
|
+
this.g3m_1 = $js;
|
|
63797
|
+
this.f3m_1 = null;
|
|
63858
63798
|
}
|
|
63859
63799
|
SocketClientJSAdapter$adapter$1.prototype.f2z = function (_set____db54di) {
|
|
63860
|
-
this.
|
|
63800
|
+
this.f3m_1 = _set____db54di;
|
|
63861
63801
|
};
|
|
63862
|
-
SocketClientJSAdapter$adapter$1.prototype.
|
|
63863
|
-
return this.
|
|
63802
|
+
SocketClientJSAdapter$adapter$1.prototype.h3m = function () {
|
|
63803
|
+
return this.f3m_1;
|
|
63864
63804
|
};
|
|
63865
63805
|
SocketClientJSAdapter$adapter$1.prototype.g2z = function (type, msg, callback) {
|
|
63866
63806
|
var tmp0_safe_receiver = msg;
|
|
@@ -63878,26 +63818,26 @@
|
|
|
63878
63818
|
tmp = tmp$ret$1;
|
|
63879
63819
|
}
|
|
63880
63820
|
var tmp_0 = tmp;
|
|
63881
|
-
this.
|
|
63821
|
+
this.g3m_1.emit(type, tmp_0, SocketClientJSAdapter$o$emit$lambda(callback));
|
|
63882
63822
|
};
|
|
63883
63823
|
SocketClientJSAdapter$adapter$1.prototype.h2z = function (host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, token, session_id, query) {
|
|
63884
|
-
this.
|
|
63824
|
+
this.g3m_1.connect(host, path, reconnectionAttempts, reconnectionDelay, randomizationFactor, query);
|
|
63885
63825
|
};
|
|
63886
63826
|
SocketClientJSAdapter$adapter$1.prototype.i2z = function () {
|
|
63887
|
-
this.
|
|
63827
|
+
this.g3m_1.disconnect();
|
|
63888
63828
|
};
|
|
63889
63829
|
SocketClientJSAdapter$adapter$1.prototype.j2z = function (token) {
|
|
63890
|
-
this.
|
|
63830
|
+
this.g3m_1.setConnectParamsSocketConfig(token);
|
|
63891
63831
|
};
|
|
63892
63832
|
SocketClientJSAdapter$adapter$1.prototype.k2z = function (milliseconds, callback) {
|
|
63893
|
-
this.
|
|
63833
|
+
this.g3m_1.startVerifyResponseTimer(milliseconds, callback);
|
|
63894
63834
|
};
|
|
63895
63835
|
SocketClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [SocketClient]);
|
|
63896
63836
|
function SocketClientJSAdapter$1($adapter) {
|
|
63897
|
-
this.
|
|
63837
|
+
this.i3m_1 = $adapter;
|
|
63898
63838
|
}
|
|
63899
63839
|
SocketClientJSAdapter$1.prototype.didReceiveNewSocketEvent = function (type, body) {
|
|
63900
|
-
var tmp0_safe_receiver = this.
|
|
63840
|
+
var tmp0_safe_receiver = this.i3m_1.f3m_1;
|
|
63901
63841
|
if (tmp0_safe_receiver == null)
|
|
63902
63842
|
;
|
|
63903
63843
|
else {
|
|
@@ -63930,35 +63870,35 @@
|
|
|
63930
63870
|
var tmp0_subject_0 = reason;
|
|
63931
63871
|
switch (tmp0_subject_0) {
|
|
63932
63872
|
case 'NXMCORE_REASON_SERVER_DISCONNECTED':
|
|
63933
|
-
var tmp1_safe_receiver_0 = this.
|
|
63873
|
+
var tmp1_safe_receiver_0 = this.i3m_1.f3m_1;
|
|
63934
63874
|
if (tmp1_safe_receiver_0 == null) ; else {
|
|
63935
63875
|
tmp1_safe_receiver_0.h32(tmp1_safe_receiver, SocketConnectionFailedReason_ServerDisconnected_getInstance(), timestamp, retryNumber);
|
|
63936
63876
|
Unit_getInstance();
|
|
63937
63877
|
}
|
|
63938
63878
|
break;
|
|
63939
63879
|
case 'NXMCORE_REASON_CLIENT_DISCONNECTED':
|
|
63940
|
-
var tmp2_safe_receiver = this.
|
|
63880
|
+
var tmp2_safe_receiver = this.i3m_1.f3m_1;
|
|
63941
63881
|
if (tmp2_safe_receiver == null) ; else {
|
|
63942
63882
|
tmp2_safe_receiver.h32(tmp1_safe_receiver, SocketConnectionFailedReason_ClientDisconnected_getInstance(), timestamp, retryNumber);
|
|
63943
63883
|
Unit_getInstance();
|
|
63944
63884
|
}
|
|
63945
63885
|
break;
|
|
63946
63886
|
case 'NXMCORE_CLIENT_NETWORK_ERROR':
|
|
63947
|
-
var tmp3_safe_receiver = this.
|
|
63887
|
+
var tmp3_safe_receiver = this.i3m_1.f3m_1;
|
|
63948
63888
|
if (tmp3_safe_receiver == null) ; else {
|
|
63949
63889
|
tmp3_safe_receiver.h32(tmp1_safe_receiver, SocketConnectionFailedReason_ClientNetworkError_getInstance(), timestamp, retryNumber);
|
|
63950
63890
|
Unit_getInstance();
|
|
63951
63891
|
}
|
|
63952
63892
|
break;
|
|
63953
63893
|
case 'NXMCORE_REASON_PING_TIMEOUT':
|
|
63954
|
-
var tmp4_safe_receiver = this.
|
|
63894
|
+
var tmp4_safe_receiver = this.i3m_1.f3m_1;
|
|
63955
63895
|
if (tmp4_safe_receiver == null) ; else {
|
|
63956
63896
|
tmp4_safe_receiver.h32(tmp1_safe_receiver, SocketConnectionFailedReason_PingTimeout_getInstance(), timestamp, retryNumber);
|
|
63957
63897
|
Unit_getInstance();
|
|
63958
63898
|
}
|
|
63959
63899
|
break;
|
|
63960
63900
|
default:
|
|
63961
|
-
var tmp5_safe_receiver = this.
|
|
63901
|
+
var tmp5_safe_receiver = this.i3m_1.f3m_1;
|
|
63962
63902
|
if (tmp5_safe_receiver == null) ; else {
|
|
63963
63903
|
tmp5_safe_receiver.h32(tmp1_safe_receiver, null, timestamp, retryNumber);
|
|
63964
63904
|
Unit_getInstance();
|
|
@@ -63969,43 +63909,43 @@
|
|
|
63969
63909
|
};
|
|
63970
63910
|
SocketClientJSAdapter$1.$metadata$ = classMeta();
|
|
63971
63911
|
function MediaClientJSAdapter$adapter$1($js) {
|
|
63972
|
-
this.
|
|
63973
|
-
this.
|
|
63912
|
+
this.k3m_1 = $js;
|
|
63913
|
+
this.j3m_1 = null;
|
|
63974
63914
|
}
|
|
63975
63915
|
MediaClientJSAdapter$adapter$1.prototype.n2z = function (_set____db54di) {
|
|
63976
|
-
this.
|
|
63916
|
+
this.j3m_1 = _set____db54di;
|
|
63977
63917
|
};
|
|
63978
63918
|
MediaClientJSAdapter$adapter$1.prototype.o2z = function (closure) {
|
|
63979
|
-
this.
|
|
63919
|
+
this.k3m_1.enableMediaOutbound(closure);
|
|
63980
63920
|
};
|
|
63981
|
-
MediaClientJSAdapter$adapter$1.prototype.
|
|
63982
|
-
this.
|
|
63921
|
+
MediaClientJSAdapter$adapter$1.prototype.l3m = function (closure, offerSDP, rtcId) {
|
|
63922
|
+
this.k3m_1.enableMediaInbound(closure, offerSDP, rtcId);
|
|
63983
63923
|
};
|
|
63984
63924
|
MediaClientJSAdapter$adapter$1.prototype.p2z = function (closure, offerSDP, rtcId) {
|
|
63985
|
-
return this.
|
|
63925
|
+
return this.l3m(closure, offerSDP, rtcId);
|
|
63986
63926
|
};
|
|
63987
63927
|
MediaClientJSAdapter$adapter$1.prototype.q2z = function (id, sdp) {
|
|
63988
|
-
this.
|
|
63928
|
+
this.k3m_1.processAnswer(id, sdp);
|
|
63989
63929
|
};
|
|
63990
63930
|
MediaClientJSAdapter$adapter$1.prototype.r2z = function (id) {
|
|
63991
|
-
this.
|
|
63931
|
+
this.k3m_1.disableMedia(id);
|
|
63992
63932
|
};
|
|
63993
63933
|
MediaClientJSAdapter$adapter$1.prototype.s2z = function (id) {
|
|
63994
|
-
this.
|
|
63934
|
+
this.k3m_1.mute(id);
|
|
63995
63935
|
};
|
|
63996
63936
|
MediaClientJSAdapter$adapter$1.prototype.t2z = function (id) {
|
|
63997
|
-
this.
|
|
63937
|
+
this.k3m_1.unmute(id);
|
|
63998
63938
|
};
|
|
63999
63939
|
MediaClientJSAdapter$adapter$1.prototype.u2z = function (interval, mediaId) {
|
|
64000
|
-
this.
|
|
63940
|
+
this.k3m_1.enableRtcStatsCollection(interval, mediaId);
|
|
64001
63941
|
};
|
|
64002
63942
|
MediaClientJSAdapter$adapter$1.$metadata$ = classMeta(undefined, [MediaClient]);
|
|
64003
63943
|
function MediaClientJSAdapter$1($adapter) {
|
|
64004
|
-
this.
|
|
63944
|
+
this.m3m_1 = $adapter;
|
|
64005
63945
|
}
|
|
64006
63946
|
MediaClientJSAdapter$1.prototype.onRtcStats = function (rtcStats) {
|
|
64007
|
-
var stats = new RTCStats(rtcStats.
|
|
64008
|
-
var tmp0_safe_receiver = this.
|
|
63947
|
+
var stats = new RTCStats(rtcStats.j3l_1, rtcStats.k3l_1, rtcStats.l3l_1, rtcStats.m3l_1, rtcStats.n3l_1, rtcStats.o3l_1, rtcStats.p3l_1, rtcStats.q3l_1, rtcStats.r3l_1, rtcStats.s3l_1);
|
|
63948
|
+
var tmp0_safe_receiver = this.m3m_1.j3m_1;
|
|
64009
63949
|
if (tmp0_safe_receiver == null)
|
|
64010
63950
|
;
|
|
64011
63951
|
else {
|
|
@@ -64017,7 +63957,7 @@
|
|
|
64017
63957
|
switch (tmp0_subject) {
|
|
64018
63958
|
case 'new':
|
|
64019
63959
|
case 'checking':
|
|
64020
|
-
var tmp1_safe_receiver = this.
|
|
63960
|
+
var tmp1_safe_receiver = this.m3m_1.j3m_1;
|
|
64021
63961
|
if (tmp1_safe_receiver == null)
|
|
64022
63962
|
;
|
|
64023
63963
|
else {
|
|
@@ -64025,7 +63965,7 @@
|
|
|
64025
63965
|
}
|
|
64026
63966
|
break;
|
|
64027
63967
|
case 'connecting':
|
|
64028
|
-
var tmp2_safe_receiver = this.
|
|
63968
|
+
var tmp2_safe_receiver = this.m3m_1.j3m_1;
|
|
64029
63969
|
if (tmp2_safe_receiver == null)
|
|
64030
63970
|
;
|
|
64031
63971
|
else {
|
|
@@ -64033,7 +63973,7 @@
|
|
|
64033
63973
|
}
|
|
64034
63974
|
break;
|
|
64035
63975
|
case 'connected':
|
|
64036
|
-
var tmp3_safe_receiver = this.
|
|
63976
|
+
var tmp3_safe_receiver = this.m3m_1.j3m_1;
|
|
64037
63977
|
if (tmp3_safe_receiver == null)
|
|
64038
63978
|
;
|
|
64039
63979
|
else {
|
|
@@ -64041,7 +63981,7 @@
|
|
|
64041
63981
|
}
|
|
64042
63982
|
break;
|
|
64043
63983
|
case 'disconnected':
|
|
64044
|
-
var tmp4_safe_receiver = this.
|
|
63984
|
+
var tmp4_safe_receiver = this.m3m_1.j3m_1;
|
|
64045
63985
|
if (tmp4_safe_receiver == null)
|
|
64046
63986
|
;
|
|
64047
63987
|
else {
|
|
@@ -64049,7 +63989,7 @@
|
|
|
64049
63989
|
}
|
|
64050
63990
|
break;
|
|
64051
63991
|
case 'closed':
|
|
64052
|
-
var tmp5_safe_receiver = this.
|
|
63992
|
+
var tmp5_safe_receiver = this.m3m_1.j3m_1;
|
|
64053
63993
|
if (tmp5_safe_receiver == null)
|
|
64054
63994
|
;
|
|
64055
63995
|
else {
|
|
@@ -64057,7 +63997,7 @@
|
|
|
64057
63997
|
}
|
|
64058
63998
|
break;
|
|
64059
63999
|
case 'failed':
|
|
64060
|
-
var tmp6_safe_receiver = this.
|
|
64000
|
+
var tmp6_safe_receiver = this.m3m_1.j3m_1;
|
|
64061
64001
|
if (tmp6_safe_receiver == null)
|
|
64062
64002
|
;
|
|
64063
64003
|
else {
|
|
@@ -64065,7 +64005,7 @@
|
|
|
64065
64005
|
}
|
|
64066
64006
|
break;
|
|
64067
64007
|
default:
|
|
64068
|
-
var tmp7_safe_receiver = this.
|
|
64008
|
+
var tmp7_safe_receiver = this.m3m_1.j3m_1;
|
|
64069
64009
|
if (tmp7_safe_receiver == null)
|
|
64070
64010
|
;
|
|
64071
64011
|
else {
|
|
@@ -64271,7 +64211,6 @@
|
|
|
64271
64211
|
$vonage.MemberInvitedEventJS = MemberInvitedEventJS;
|
|
64272
64212
|
$vonage.MemberJoinedEventJS = MemberJoinedEventJS;
|
|
64273
64213
|
$vonage.MemberLeftEventJS = MemberLeftEventJS;
|
|
64274
|
-
$vonage.UnknownEventJS = UnknownEventJS;
|
|
64275
64214
|
var $vonage = _.vonage || (_.vonage = {});
|
|
64276
64215
|
$vonage.TextMessageEventJS = TextMessageEventJS;
|
|
64277
64216
|
$vonage.TextMessageEventJS.Body = Body;
|
|
@@ -79994,9 +79933,6 @@
|
|
|
79994
79933
|
if (event instanceof clientsdkClientcore_jsExports.vonage.MemberLeftEventJS) {
|
|
79995
79934
|
return Object.assign(event, { kind: 'member:left' });
|
|
79996
79935
|
}
|
|
79997
|
-
if (event instanceof clientsdkClientcore_jsExports.vonage.UnknownEventJS) {
|
|
79998
|
-
return Object.assign(event, { kind: 'unknown' });
|
|
79999
|
-
}
|
|
80000
79936
|
if (event instanceof clientsdkClientcore_jsExports.vonage.TextMessageEventJS) {
|
|
80001
79937
|
return Object.assign(event, { kind: 'message:text' });
|
|
80002
79938
|
}
|
|
@@ -80317,7 +80253,6 @@
|
|
|
80317
80253
|
const eventsPage = yield _super.getConversationEvents.call(this, id, order || null, pageSize || null, cursor || null, eventFilter);
|
|
80318
80254
|
// Convert the events to the correct type,
|
|
80319
80255
|
// ? Maybe a better way to do this with KSP
|
|
80320
|
-
// TODO: Decide how to handle UnknownEventJS events
|
|
80321
80256
|
const events = eventsPage.events.map(createConversationEvent);
|
|
80322
80257
|
return {
|
|
80323
80258
|
events,
|