@vonage/client-sdk 1.0.1-alpha.0 → 1.0.1-alpha.2

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.
@@ -53869,7 +53869,7 @@ function requireClientsdkClientcore () {
53869
53869
  // Inline function 'kotlin.contracts.contract' call
53870
53870
  var tmp$ret$1;
53871
53871
  // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>.<anonymous>' call
53872
- tmp$ret$1 = !(element.s1().q2p_1 === tmp0_safe_receiver_0) ? element.s1().w2p_1 : false;
53872
+ tmp$ret$1 = !(element.s1().q2p_1 === tmp0_safe_receiver_0);
53873
53873
  tmp$ret$2 = tmp$ret$1;
53874
53874
  tmp = tmp$ret$2;
53875
53875
  }
@@ -53889,7 +53889,9 @@ function requireClientsdkClientcore () {
53889
53889
  while (tmp0_iterator_0.h()) {
53890
53890
  var element_0 = tmp0_iterator_0.i();
53891
53891
  // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>' call
53892
- _this__u8e3s4.b1d(Action_init_$Create$(new InviteCleanup(element_0.q1())));
53892
+ if (element_0.s1().w2p_1) {
53893
+ _this__u8e3s4.b1d(Action_init_$Create$(new InviteCleanup(element_0.q1())));
53894
+ }
53893
53895
  }
53894
53896
  Unit_getInstance();
53895
53897
  }
@@ -55397,10 +55399,20 @@ function requireClientsdkClientcore () {
55397
55399
  }
55398
55400
  function CallState$update$lambda_1($action, $id) {
55399
55401
  return function ($this$new) {
55402
+ var tmp$ret$0;
55403
+ // Inline function 'kotlin.also' call
55400
55404
  var tmp0_from = new AppChannelEndpoint($action.a2r_1);
55401
55405
  var tmp = Joined_init_$Create$($action.b2r_1, $action.a2r_1, null, 4, null);
55402
55406
  var tmp1_memberState = Resolved_init_$Create$(tmp, null, 2, null);
55403
- return Call_init_$Create$(true, tmp0_from, null, $id, tmp1_memberState, null, null, null, 224, null);
55407
+ var tmp0_also = Call_init_$Create$(true, tmp0_from, null, $id, tmp1_memberState, null, null, null, 224, null);
55408
+ // Inline function 'kotlin.contracts.contract' call
55409
+ // Inline function 'com.vonage.clientcore.core.reducers.call.CallState.update.<anonymous>.<anonymous>' call
55410
+ // Inline function 'kotlin.collections.set' call
55411
+ var tmp0_set = $this$new.m2p_1;
55412
+ var tmp1_set = $action.b2r_1;
55413
+ tmp0_set.l(tmp1_set, $id);
55414
+ tmp$ret$0 = tmp0_also;
55415
+ return tmp$ret$0;
55404
55416
  };
55405
55417
  }
55406
55418
  function CallState$update$lambda_2($action) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/client-sdk",
3
- "version": "1.0.1-alpha.0",
3
+ "version": "1.0.1-alpha.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "module": "dist/client/index.mjs",