@ekyc_qoobiss/qbs-ect-cmp 3.4.2 → 3.5.0
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 +2 -2
- package/dist/collection/helpers/ApiCall.js +1 -1
- package/dist/esm/agreement-check_18.entry.js +2 -2
- package/dist/qbs-ect-cmp/{p-4144c7ed.entry.js → p-f500a873.entry.js} +2 -2
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
|
@@ -606,7 +606,7 @@ class ApiCall {
|
|
|
606
606
|
catch (_a) { }
|
|
607
607
|
}
|
|
608
608
|
async AddStep(step, moment) {
|
|
609
|
-
let data = { requestId: state.requestId, redirectId: state.redirectId, step: FlowSteps[step], moment: FlowMoments[moment] };
|
|
609
|
+
let data = { requestId: state.requestId, redirectId: state.redirectId, step: FlowSteps[step], moment: FlowMoments[moment], timestamp: new Date().toISOString() };
|
|
610
610
|
let result = await this.post(this.urls.AddStep, JSON.stringify(data));
|
|
611
611
|
return result.saved;
|
|
612
612
|
}
|
|
@@ -6374,7 +6374,7 @@ function v4(options, buf, offset) {
|
|
|
6374
6374
|
}
|
|
6375
6375
|
|
|
6376
6376
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
6377
|
-
const version$1 = "3.
|
|
6377
|
+
const version$1 = "3.5.0";
|
|
6378
6378
|
const description = "Person Identification Component";
|
|
6379
6379
|
const main = "./dist/index.cjs.js";
|
|
6380
6380
|
const module$1 = "./dist/index.js";
|
|
@@ -180,7 +180,7 @@ export class ApiCall {
|
|
|
180
180
|
catch (_a) { }
|
|
181
181
|
}
|
|
182
182
|
async AddStep(step, moment) {
|
|
183
|
-
let data = { requestId: store.requestId, redirectId: store.redirectId, step: FlowSteps[step], moment: FlowMoments[moment] };
|
|
183
|
+
let data = { requestId: store.requestId, redirectId: store.redirectId, step: FlowSteps[step], moment: FlowMoments[moment], timestamp: new Date().toISOString() };
|
|
184
184
|
let result = await this.post(this.urls.AddStep, JSON.stringify(data));
|
|
185
185
|
return result.saved;
|
|
186
186
|
}
|
|
@@ -602,7 +602,7 @@ class ApiCall {
|
|
|
602
602
|
catch (_a) { }
|
|
603
603
|
}
|
|
604
604
|
async AddStep(step, moment) {
|
|
605
|
-
let data = { requestId: state.requestId, redirectId: state.redirectId, step: FlowSteps[step], moment: FlowMoments[moment] };
|
|
605
|
+
let data = { requestId: state.requestId, redirectId: state.redirectId, step: FlowSteps[step], moment: FlowMoments[moment], timestamp: new Date().toISOString() };
|
|
606
606
|
let result = await this.post(this.urls.AddStep, JSON.stringify(data));
|
|
607
607
|
return result.saved;
|
|
608
608
|
}
|
|
@@ -6370,7 +6370,7 @@ function v4(options, buf, offset) {
|
|
|
6370
6370
|
}
|
|
6371
6371
|
|
|
6372
6372
|
const name = "@ekyc_qoobiss/qbs-ect-cmp";
|
|
6373
|
-
const version$1 = "3.
|
|
6373
|
+
const version$1 = "3.5.0";
|
|
6374
6374
|
const description = "Person Identification Component";
|
|
6375
6375
|
const main = "./dist/index.cjs.js";
|
|
6376
6376
|
const module = "./dist/index.js";
|