@vonage/client-sdk 0.1.5-alpha.2 → 0.1.5-alpha.3
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/voice/index.cjs
CHANGED
|
@@ -42412,16 +42412,40 @@ function requireClientsdkClientcore () {
|
|
|
42412
42412
|
tmp = state.e2c(action.c1c_1);
|
|
42413
42413
|
} else {
|
|
42414
42414
|
if (tmp0_subject instanceof MemberInvitedEvent) {
|
|
42415
|
-
|
|
42415
|
+
var tmp_0;
|
|
42416
|
+
if (!(action.c1c_1.u1m_1.g1n_1.x1y_1 == null)) {
|
|
42417
|
+
tmp_0 = state.j2e(action.c1c_1);
|
|
42418
|
+
} else {
|
|
42419
|
+
tmp_0 = null;
|
|
42420
|
+
}
|
|
42421
|
+
tmp = tmp_0;
|
|
42416
42422
|
} else {
|
|
42417
42423
|
if (tmp0_subject instanceof PushMemberInvitedEvent) {
|
|
42418
|
-
|
|
42424
|
+
var tmp_1;
|
|
42425
|
+
if (!(action.c1c_1.x1q_1.k1r_1.x1y_1 == null)) {
|
|
42426
|
+
tmp_1 = state.i2e(action.c1c_1);
|
|
42427
|
+
} else {
|
|
42428
|
+
tmp_1 = null;
|
|
42429
|
+
}
|
|
42430
|
+
tmp = tmp_1;
|
|
42419
42431
|
} else {
|
|
42420
42432
|
if (tmp0_subject instanceof MemberJoinedEvent) {
|
|
42421
|
-
|
|
42433
|
+
var tmp_2;
|
|
42434
|
+
if (!(action.c1c_1.l1n_1.u1n_1.x1y_1 == null)) {
|
|
42435
|
+
tmp_2 = state.h2e(action.c1c_1);
|
|
42436
|
+
} else {
|
|
42437
|
+
tmp_2 = null;
|
|
42438
|
+
}
|
|
42439
|
+
tmp = tmp_2;
|
|
42422
42440
|
} else {
|
|
42423
42441
|
if (tmp0_subject instanceof MemberLeft) {
|
|
42424
|
-
|
|
42442
|
+
var tmp_3;
|
|
42443
|
+
if (!(action.d1c_1.a1c_1 == null)) {
|
|
42444
|
+
tmp_3 = state.a2d(action.c1c_1, ensureNotNull(action.d1c_1.a1c_1));
|
|
42445
|
+
} else {
|
|
42446
|
+
tmp_3 = null;
|
|
42447
|
+
}
|
|
42448
|
+
tmp = tmp_3;
|
|
42425
42449
|
} else {
|
|
42426
42450
|
tmp = null;
|
|
42427
42451
|
}
|
package/dist/voice/index.mjs
CHANGED
|
@@ -42388,16 +42388,40 @@ function requireClientsdkClientcore () {
|
|
|
42388
42388
|
tmp = state.e2c(action.c1c_1);
|
|
42389
42389
|
} else {
|
|
42390
42390
|
if (tmp0_subject instanceof MemberInvitedEvent) {
|
|
42391
|
-
|
|
42391
|
+
var tmp_0;
|
|
42392
|
+
if (!(action.c1c_1.u1m_1.g1n_1.x1y_1 == null)) {
|
|
42393
|
+
tmp_0 = state.j2e(action.c1c_1);
|
|
42394
|
+
} else {
|
|
42395
|
+
tmp_0 = null;
|
|
42396
|
+
}
|
|
42397
|
+
tmp = tmp_0;
|
|
42392
42398
|
} else {
|
|
42393
42399
|
if (tmp0_subject instanceof PushMemberInvitedEvent) {
|
|
42394
|
-
|
|
42400
|
+
var tmp_1;
|
|
42401
|
+
if (!(action.c1c_1.x1q_1.k1r_1.x1y_1 == null)) {
|
|
42402
|
+
tmp_1 = state.i2e(action.c1c_1);
|
|
42403
|
+
} else {
|
|
42404
|
+
tmp_1 = null;
|
|
42405
|
+
}
|
|
42406
|
+
tmp = tmp_1;
|
|
42395
42407
|
} else {
|
|
42396
42408
|
if (tmp0_subject instanceof MemberJoinedEvent) {
|
|
42397
|
-
|
|
42409
|
+
var tmp_2;
|
|
42410
|
+
if (!(action.c1c_1.l1n_1.u1n_1.x1y_1 == null)) {
|
|
42411
|
+
tmp_2 = state.h2e(action.c1c_1);
|
|
42412
|
+
} else {
|
|
42413
|
+
tmp_2 = null;
|
|
42414
|
+
}
|
|
42415
|
+
tmp = tmp_2;
|
|
42398
42416
|
} else {
|
|
42399
42417
|
if (tmp0_subject instanceof MemberLeft) {
|
|
42400
|
-
|
|
42418
|
+
var tmp_3;
|
|
42419
|
+
if (!(action.d1c_1.a1c_1 == null)) {
|
|
42420
|
+
tmp_3 = state.a2d(action.c1c_1, ensureNotNull(action.d1c_1.a1c_1));
|
|
42421
|
+
} else {
|
|
42422
|
+
tmp_3 = null;
|
|
42423
|
+
}
|
|
42424
|
+
tmp = tmp_3;
|
|
42401
42425
|
} else {
|
|
42402
42426
|
tmp = null;
|
|
42403
42427
|
}
|
package/dist/vonageClientSDK.js
CHANGED
|
@@ -42418,16 +42418,40 @@
|
|
|
42418
42418
|
tmp = state.e2c(action.c1c_1);
|
|
42419
42419
|
} else {
|
|
42420
42420
|
if (tmp0_subject instanceof MemberInvitedEvent) {
|
|
42421
|
-
|
|
42421
|
+
var tmp_0;
|
|
42422
|
+
if (!(action.c1c_1.u1m_1.g1n_1.x1y_1 == null)) {
|
|
42423
|
+
tmp_0 = state.j2e(action.c1c_1);
|
|
42424
|
+
} else {
|
|
42425
|
+
tmp_0 = null;
|
|
42426
|
+
}
|
|
42427
|
+
tmp = tmp_0;
|
|
42422
42428
|
} else {
|
|
42423
42429
|
if (tmp0_subject instanceof PushMemberInvitedEvent) {
|
|
42424
|
-
|
|
42430
|
+
var tmp_1;
|
|
42431
|
+
if (!(action.c1c_1.x1q_1.k1r_1.x1y_1 == null)) {
|
|
42432
|
+
tmp_1 = state.i2e(action.c1c_1);
|
|
42433
|
+
} else {
|
|
42434
|
+
tmp_1 = null;
|
|
42435
|
+
}
|
|
42436
|
+
tmp = tmp_1;
|
|
42425
42437
|
} else {
|
|
42426
42438
|
if (tmp0_subject instanceof MemberJoinedEvent) {
|
|
42427
|
-
|
|
42439
|
+
var tmp_2;
|
|
42440
|
+
if (!(action.c1c_1.l1n_1.u1n_1.x1y_1 == null)) {
|
|
42441
|
+
tmp_2 = state.h2e(action.c1c_1);
|
|
42442
|
+
} else {
|
|
42443
|
+
tmp_2 = null;
|
|
42444
|
+
}
|
|
42445
|
+
tmp = tmp_2;
|
|
42428
42446
|
} else {
|
|
42429
42447
|
if (tmp0_subject instanceof MemberLeft) {
|
|
42430
|
-
|
|
42448
|
+
var tmp_3;
|
|
42449
|
+
if (!(action.d1c_1.a1c_1 == null)) {
|
|
42450
|
+
tmp_3 = state.a2d(action.c1c_1, ensureNotNull(action.d1c_1.a1c_1));
|
|
42451
|
+
} else {
|
|
42452
|
+
tmp_3 = null;
|
|
42453
|
+
}
|
|
42454
|
+
tmp = tmp_3;
|
|
42431
42455
|
} else {
|
|
42432
42456
|
tmp = null;
|
|
42433
42457
|
}
|