@vonage/client-sdk 1.5.2-rc.1 → 1.5.2-rc.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.
@@ -33560,7 +33560,7 @@ function requireClientsdkClientcore () {
33560
33560
  setMetadataFor(Failed, 'Failed', classMeta, StateTransition);
33561
33561
  //endregion
33562
33562
  function BuildKonfig() {
33563
- this.g1d_1 = '1.5.2-rc.1';
33563
+ this.g1d_1 = '1.5.2-rc.3';
33564
33564
  }
33565
33565
  var BuildKonfig_instance;
33566
33566
  function CoreClientWithMedia() {
@@ -58379,8 +58379,9 @@ function requireClientsdkClientcore () {
58379
58379
  } else {
58380
58380
  tmp_3 = tmp7_elvis_lhs;
58381
58381
  }
58382
- var tmp_4 = new GetConversationEventsRequest(cid, tmp, tmp_0, tmp_1, filterGroup, filterGroupVersion, tmp_2, !tmp_3);
58383
- this.r2s_1.r1f(new Action_0(tmp_4, new ActionMeta(VOID, VOID, ChatAPIImpl$getConversationEvents$lambda(cid, callback))));
58382
+ var tmp_4 = !tmp_3;
58383
+ var tmp_5 = new GetConversationEventsRequest(cid, tmp, tmp_0, tmp_1, filterGroup, filterGroupVersion, tmp_2, tmp_4, parameters == null ? null : parameters.e2u_1);
58384
+ this.r2s_1.r1f(new Action_0(tmp_5, new ActionMeta(VOID, VOID, ChatAPIImpl$getConversationEvents$lambda(cid, callback))));
58384
58385
  };
58385
58386
  protoOf(ChatAPIImpl).a1f = function (cid, parameters, callback) {
58386
58387
  if (getSessionUserOrError(this.r2s_1, callback) == null)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/client-sdk",
3
- "version": "1.5.2-rc.1",
3
+ "version": "1.5.2-rc.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "module": "dist/client/index.mjs",