@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.
@@ -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
- tmp = state.j2e(action.c1c_1);
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
- tmp = state.i2e(action.c1c_1);
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
- tmp = state.h2e(action.c1c_1);
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
- tmp = state.a2d(action.c1c_1, ensureNotNull(action.d1c_1.a1c_1));
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/client-sdk",
3
- "version": "0.1.5-alpha.2",
3
+ "version": "0.1.5-alpha.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "module": "dist/index.mjs",