@vonage/client-sdk 1.5.2-rc.0 → 1.5.2-rc.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.
package/dist/client/index.cjs
CHANGED
|
@@ -34093,7 +34093,7 @@ function requireClientsdkClientcore () {
|
|
|
34093
34093
|
setMetadataFor(Failed, 'Failed', classMeta, StateTransition);
|
|
34094
34094
|
//endregion
|
|
34095
34095
|
function BuildKonfig() {
|
|
34096
|
-
this.g1d_1 = '1.5.2-rc.
|
|
34096
|
+
this.g1d_1 = '1.5.2-rc.2';
|
|
34097
34097
|
}
|
|
34098
34098
|
var BuildKonfig_instance;
|
|
34099
34099
|
function BuildKonfig_getInstance() {
|
|
@@ -59409,8 +59409,9 @@ function requireClientsdkClientcore () {
|
|
|
59409
59409
|
} else {
|
|
59410
59410
|
tmp_3 = tmp7_elvis_lhs;
|
|
59411
59411
|
}
|
|
59412
|
-
var tmp_4 =
|
|
59413
|
-
|
|
59412
|
+
var tmp_4 = !tmp_3;
|
|
59413
|
+
var tmp_5 = new GetConversationEventsRequest(cid, tmp, tmp_0, tmp_1, filterGroup, filterGroupVersion, tmp_2, tmp_4, parameters == null ? null : parameters.e2u_1);
|
|
59414
|
+
this.r2s_1.r1f(new Action_0(tmp_5, new ActionMeta(VOID, VOID, ChatAPIImpl$getConversationEvents$lambda(cid, callback))));
|
|
59414
59415
|
};
|
|
59415
59416
|
protoOf(ChatAPIImpl).a1f = function (cid, parameters, callback) {
|
|
59416
59417
|
if (getSessionUserOrError(this.r2s_1, callback) == null)
|
package/dist/client/index.mjs
CHANGED
|
@@ -34069,7 +34069,7 @@ function requireClientsdkClientcore () {
|
|
|
34069
34069
|
setMetadataFor(Failed, 'Failed', classMeta, StateTransition);
|
|
34070
34070
|
//endregion
|
|
34071
34071
|
function BuildKonfig() {
|
|
34072
|
-
this.g1d_1 = '1.5.2-rc.
|
|
34072
|
+
this.g1d_1 = '1.5.2-rc.2';
|
|
34073
34073
|
}
|
|
34074
34074
|
var BuildKonfig_instance;
|
|
34075
34075
|
function BuildKonfig_getInstance() {
|
|
@@ -59385,8 +59385,9 @@ function requireClientsdkClientcore () {
|
|
|
59385
59385
|
} else {
|
|
59386
59386
|
tmp_3 = tmp7_elvis_lhs;
|
|
59387
59387
|
}
|
|
59388
|
-
var tmp_4 =
|
|
59389
|
-
|
|
59388
|
+
var tmp_4 = !tmp_3;
|
|
59389
|
+
var tmp_5 = new GetConversationEventsRequest(cid, tmp, tmp_0, tmp_1, filterGroup, filterGroupVersion, tmp_2, tmp_4, parameters == null ? null : parameters.e2u_1);
|
|
59390
|
+
this.r2s_1.r1f(new Action_0(tmp_5, new ActionMeta(VOID, VOID, ChatAPIImpl$getConversationEvents$lambda(cid, callback))));
|
|
59390
59391
|
};
|
|
59391
59392
|
protoOf(ChatAPIImpl).a1f = function (cid, parameters, callback) {
|
|
59392
59393
|
if (getSessionUserOrError(this.r2s_1, callback) == null)
|
package/dist/vonageClientSDK.js
CHANGED
|
@@ -33566,7 +33566,7 @@
|
|
|
33566
33566
|
setMetadataFor(Failed, 'Failed', classMeta, StateTransition);
|
|
33567
33567
|
//endregion
|
|
33568
33568
|
function BuildKonfig() {
|
|
33569
|
-
this.g1d_1 = '1.5.2-rc.
|
|
33569
|
+
this.g1d_1 = '1.5.2-rc.2';
|
|
33570
33570
|
}
|
|
33571
33571
|
var BuildKonfig_instance;
|
|
33572
33572
|
function CoreClientWithMedia() {
|
|
@@ -58385,8 +58385,9 @@
|
|
|
58385
58385
|
} else {
|
|
58386
58386
|
tmp_3 = tmp7_elvis_lhs;
|
|
58387
58387
|
}
|
|
58388
|
-
var tmp_4 =
|
|
58389
|
-
|
|
58388
|
+
var tmp_4 = !tmp_3;
|
|
58389
|
+
var tmp_5 = new GetConversationEventsRequest(cid, tmp, tmp_0, tmp_1, filterGroup, filterGroupVersion, tmp_2, tmp_4, parameters == null ? null : parameters.e2u_1);
|
|
58390
|
+
this.r2s_1.r1f(new Action_0(tmp_5, new ActionMeta(VOID, VOID, ChatAPIImpl$getConversationEvents$lambda(cid, callback))));
|
|
58390
58391
|
};
|
|
58391
58392
|
protoOf(ChatAPIImpl).a1f = function (cid, parameters, callback) {
|
|
58392
58393
|
if (getSessionUserOrError(this.r2s_1, callback) == null)
|