@ekyc_qoobiss/qbs-ect-cmp 3.5.3 → 3.5.4
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/cjs/agreement-check_18.cjs.entry.js +5 -5
- package/dist/collection/components/base-component.js +4 -4
- package/dist/esm/agreement-check_18.entry.js +5 -5
- package/dist/qbs-ect-cmp/{p-a4977375.entry.js → p-1761e09b.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/dist/types/components/base-component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -873,16 +873,16 @@ class BaseComponent {
|
|
|
873
873
|
setErrorCallback(callback) {
|
|
874
874
|
this.processError = callback;
|
|
875
875
|
}
|
|
876
|
-
async logStep(
|
|
877
|
-
Events.flowEvent(
|
|
876
|
+
async logStep(step, moment) {
|
|
877
|
+
Events.flowEvent(step, moment);
|
|
878
878
|
try {
|
|
879
|
-
await this.apiCall.AddStep(
|
|
879
|
+
await this.apiCall.AddStep(step, moment);
|
|
880
880
|
}
|
|
881
881
|
catch (e) {
|
|
882
882
|
if (this.apiErrorEvent)
|
|
883
883
|
this.apiErrorEvent.emit(e);
|
|
884
884
|
else
|
|
885
|
-
this.processError(e, `${
|
|
885
|
+
this.processError(e, `${step}-${moment}`);
|
|
886
886
|
}
|
|
887
887
|
}
|
|
888
888
|
async initialize() {
|
|
@@ -6432,7 +6432,7 @@ function v4(options, buf, offset) {
|
|
|
6432
6432
|
}
|
|
6433
6433
|
|
|
6434
6434
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
6435
|
-
const version$1 = "3.5.
|
|
6435
|
+
const version$1 = "3.5.4";
|
|
6436
6436
|
const description = "Person Identification Component";
|
|
6437
6437
|
const main = "./dist/index.cjs.js";
|
|
6438
6438
|
const module$1 = "./dist/index.js";
|
|
@@ -21,16 +21,16 @@ export class BaseComponent {
|
|
|
21
21
|
setErrorCallback(callback) {
|
|
22
22
|
this.processError = callback;
|
|
23
23
|
}
|
|
24
|
-
async logStep(
|
|
25
|
-
Events.flowEvent(
|
|
24
|
+
async logStep(step, moment) {
|
|
25
|
+
Events.flowEvent(step, moment);
|
|
26
26
|
try {
|
|
27
|
-
await this.apiCall.AddStep(
|
|
27
|
+
await this.apiCall.AddStep(step, moment);
|
|
28
28
|
}
|
|
29
29
|
catch (e) {
|
|
30
30
|
if (this.apiErrorEvent)
|
|
31
31
|
this.apiErrorEvent.emit(e);
|
|
32
32
|
else
|
|
33
|
-
this.processError(e, `${
|
|
33
|
+
this.processError(e, `${step}-${moment}`);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
async initialize() {
|
|
@@ -869,16 +869,16 @@ class BaseComponent {
|
|
|
869
869
|
setErrorCallback(callback) {
|
|
870
870
|
this.processError = callback;
|
|
871
871
|
}
|
|
872
|
-
async logStep(
|
|
873
|
-
Events.flowEvent(
|
|
872
|
+
async logStep(step, moment) {
|
|
873
|
+
Events.flowEvent(step, moment);
|
|
874
874
|
try {
|
|
875
|
-
await this.apiCall.AddStep(
|
|
875
|
+
await this.apiCall.AddStep(step, moment);
|
|
876
876
|
}
|
|
877
877
|
catch (e) {
|
|
878
878
|
if (this.apiErrorEvent)
|
|
879
879
|
this.apiErrorEvent.emit(e);
|
|
880
880
|
else
|
|
881
|
-
this.processError(e, `${
|
|
881
|
+
this.processError(e, `${step}-${moment}`);
|
|
882
882
|
}
|
|
883
883
|
}
|
|
884
884
|
async initialize() {
|
|
@@ -6428,7 +6428,7 @@ function v4(options, buf, offset) {
|
|
|
6428
6428
|
}
|
|
6429
6429
|
|
|
6430
6430
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
6431
|
-
const version$1 = "3.5.
|
|
6431
|
+
const version$1 = "3.5.4";
|
|
6432
6432
|
const description = "Person Identification Component";
|
|
6433
6433
|
const main = "./dist/index.cjs.js";
|
|
6434
6434
|
const module = "./dist/index.js";
|