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

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.
@@ -57117,7 +57117,7 @@ function requireClientsdkClientcore () {
57117
57117
  // Inline function 'kotlin.contracts.contract' call
57118
57118
  var tmp$ret$1;
57119
57119
  // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>.<anonymous>' call
57120
- tmp$ret$1 = !(element.s1().q2p_1 === tmp0_safe_receiver_0) ? element.s1().w2p_1 : false;
57120
+ tmp$ret$1 = !(element.s1().q2p_1 === tmp0_safe_receiver_0);
57121
57121
  tmp$ret$2 = tmp$ret$1;
57122
57122
  tmp = tmp$ret$2;
57123
57123
  }
@@ -57137,7 +57137,9 @@ function requireClientsdkClientcore () {
57137
57137
  while (tmp0_iterator_0.h()) {
57138
57138
  var element_0 = tmp0_iterator_0.i();
57139
57139
  // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>' call
57140
- _this__u8e3s4.b1d(Action_init_$Create$(new InviteCleanup(element_0.q1())));
57140
+ if (element_0.s1().w2p_1) {
57141
+ _this__u8e3s4.b1d(Action_init_$Create$(new InviteCleanup(element_0.q1())));
57142
+ }
57141
57143
  }
57142
57144
  tmp$ret$7 = Unit_getInstance();
57143
57145
  }
@@ -58670,10 +58672,20 @@ function requireClientsdkClientcore () {
58670
58672
  }
58671
58673
  function CallState$update$lambda_1($action, $id) {
58672
58674
  return function ($this$new) {
58675
+ var tmp$ret$0;
58676
+ // Inline function 'kotlin.also' call
58673
58677
  var tmp0_from = new AppChannelEndpoint($action.a2r_1);
58674
58678
  var tmp = Joined_init_$Create$($action.b2r_1, $action.a2r_1, null, 4, null);
58675
58679
  var tmp1_memberState = Resolved_init_$Create$(tmp, null, 2, null);
58676
- return Call_init_$Create$(true, tmp0_from, null, $id, tmp1_memberState, null, null, null, 224, null);
58680
+ var tmp0_also = Call_init_$Create$(true, tmp0_from, null, $id, tmp1_memberState, null, null, null, 224, null);
58681
+ // Inline function 'kotlin.contracts.contract' call
58682
+ // Inline function 'com.vonage.clientcore.core.reducers.call.CallState.update.<anonymous>.<anonymous>' call
58683
+ // Inline function 'kotlin.collections.set' call
58684
+ var tmp0_set = $this$new.m2p_1;
58685
+ var tmp1_set = $action.b2r_1;
58686
+ tmp0_set.l(tmp1_set, $id);
58687
+ tmp$ret$0 = tmp0_also;
58688
+ return tmp$ret$0;
58677
58689
  };
58678
58690
  }
58679
58691
  function CallState$update$lambda_2($action) {
@@ -57093,7 +57093,7 @@ function requireClientsdkClientcore () {
57093
57093
  // Inline function 'kotlin.contracts.contract' call
57094
57094
  var tmp$ret$1;
57095
57095
  // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>.<anonymous>' call
57096
- tmp$ret$1 = !(element.s1().q2p_1 === tmp0_safe_receiver_0) ? element.s1().w2p_1 : false;
57096
+ tmp$ret$1 = !(element.s1().q2p_1 === tmp0_safe_receiver_0);
57097
57097
  tmp$ret$2 = tmp$ret$1;
57098
57098
  tmp = tmp$ret$2;
57099
57099
  }
@@ -57113,7 +57113,9 @@ function requireClientsdkClientcore () {
57113
57113
  while (tmp0_iterator_0.h()) {
57114
57114
  var element_0 = tmp0_iterator_0.i();
57115
57115
  // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>' call
57116
- _this__u8e3s4.b1d(Action_init_$Create$(new InviteCleanup(element_0.q1())));
57116
+ if (element_0.s1().w2p_1) {
57117
+ _this__u8e3s4.b1d(Action_init_$Create$(new InviteCleanup(element_0.q1())));
57118
+ }
57117
57119
  }
57118
57120
  tmp$ret$7 = Unit_getInstance();
57119
57121
  }
@@ -58646,10 +58648,20 @@ function requireClientsdkClientcore () {
58646
58648
  }
58647
58649
  function CallState$update$lambda_1($action, $id) {
58648
58650
  return function ($this$new) {
58651
+ var tmp$ret$0;
58652
+ // Inline function 'kotlin.also' call
58649
58653
  var tmp0_from = new AppChannelEndpoint($action.a2r_1);
58650
58654
  var tmp = Joined_init_$Create$($action.b2r_1, $action.a2r_1, null, 4, null);
58651
58655
  var tmp1_memberState = Resolved_init_$Create$(tmp, null, 2, null);
58652
- return Call_init_$Create$(true, tmp0_from, null, $id, tmp1_memberState, null, null, null, 224, null);
58656
+ var tmp0_also = Call_init_$Create$(true, tmp0_from, null, $id, tmp1_memberState, null, null, null, 224, null);
58657
+ // Inline function 'kotlin.contracts.contract' call
58658
+ // Inline function 'com.vonage.clientcore.core.reducers.call.CallState.update.<anonymous>.<anonymous>' call
58659
+ // Inline function 'kotlin.collections.set' call
58660
+ var tmp0_set = $this$new.m2p_1;
58661
+ var tmp1_set = $action.b2r_1;
58662
+ tmp0_set.l(tmp1_set, $id);
58663
+ tmp$ret$0 = tmp0_also;
58664
+ return tmp$ret$0;
58653
58665
  };
58654
58666
  }
58655
58667
  function CallState$update$lambda_2($action) {
@@ -53875,7 +53875,7 @@
53875
53875
  // Inline function 'kotlin.contracts.contract' call
53876
53876
  var tmp$ret$1;
53877
53877
  // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>.<anonymous>' call
53878
- tmp$ret$1 = !(element.s1().q2p_1 === tmp0_safe_receiver_0) ? element.s1().w2p_1 : false;
53878
+ tmp$ret$1 = !(element.s1().q2p_1 === tmp0_safe_receiver_0);
53879
53879
  tmp$ret$2 = tmp$ret$1;
53880
53880
  tmp = tmp$ret$2;
53881
53881
  }
@@ -53895,7 +53895,9 @@
53895
53895
  while (tmp0_iterator_0.h()) {
53896
53896
  var element_0 = tmp0_iterator_0.i();
53897
53897
  // Inline function 'com.vonage.clientcore.core.reducers.cleanupReducers.<anonymous>.<anonymous>' call
53898
- _this__u8e3s4.b1d(Action_init_$Create$(new InviteCleanup(element_0.q1())));
53898
+ if (element_0.s1().w2p_1) {
53899
+ _this__u8e3s4.b1d(Action_init_$Create$(new InviteCleanup(element_0.q1())));
53900
+ }
53899
53901
  }
53900
53902
  Unit_getInstance();
53901
53903
  }
@@ -55403,10 +55405,20 @@
55403
55405
  }
55404
55406
  function CallState$update$lambda_1($action, $id) {
55405
55407
  return function ($this$new) {
55408
+ var tmp$ret$0;
55409
+ // Inline function 'kotlin.also' call
55406
55410
  var tmp0_from = new AppChannelEndpoint($action.a2r_1);
55407
55411
  var tmp = Joined_init_$Create$($action.b2r_1, $action.a2r_1, null, 4, null);
55408
55412
  var tmp1_memberState = Resolved_init_$Create$(tmp, null, 2, null);
55409
- return Call_init_$Create$(true, tmp0_from, null, $id, tmp1_memberState, null, null, null, 224, null);
55413
+ var tmp0_also = Call_init_$Create$(true, tmp0_from, null, $id, tmp1_memberState, null, null, null, 224, null);
55414
+ // Inline function 'kotlin.contracts.contract' call
55415
+ // Inline function 'com.vonage.clientcore.core.reducers.call.CallState.update.<anonymous>.<anonymous>' call
55416
+ // Inline function 'kotlin.collections.set' call
55417
+ var tmp0_set = $this$new.m2p_1;
55418
+ var tmp1_set = $action.b2r_1;
55419
+ tmp0_set.l(tmp1_set, $id);
55420
+ tmp$ret$0 = tmp0_also;
55421
+ return tmp$ret$0;
55410
55422
  };
55411
55423
  }
55412
55424
  function CallState$update$lambda_2($action) {