@ekyc_qoobiss/qbs-ect-cmp 4.7.6 → 4.7.7
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/{TranslationUtils-v9AH65DI.js → TranslationUtils-BMUuRbvj.js} +11 -3
- package/dist/cjs/TranslationUtils-BMUuRbvj.js.map +1 -0
- package/dist/cjs/agreement-check.cjs.entry.js +1 -1
- package/dist/cjs/agreement-info_23.cjs.entry.js +2 -2
- package/dist/cjs/random-actions.cjs.entry.js +1 -1
- package/dist/collection/helpers/textValues.js +9 -1
- package/dist/collection/helpers/textValues.js.map +1 -1
- package/dist/esm/{TranslationUtils-BMzyhcw1.js → TranslationUtils-C16tqVvb.js} +11 -3
- package/dist/esm/TranslationUtils-C16tqVvb.js.map +1 -0
- package/dist/esm/agreement-check.entry.js +1 -1
- package/dist/esm/agreement-info_23.entry.js +2 -2
- package/dist/esm/random-actions.entry.js +1 -1
- package/dist/qbs-ect-cmp/{p-e5b57951.entry.js → p-6c0b791b.entry.js} +2 -2
- package/dist/qbs-ect-cmp/{p-D7P3iZgL.js → p-B_9qHP0z.js} +2 -2
- package/dist/qbs-ect-cmp/p-B_9qHP0z.js.map +1 -0
- package/dist/qbs-ect-cmp/{p-611a6ee1.entry.js → p-e1e50c16.entry.js} +2 -2
- package/dist/qbs-ect-cmp/{p-66eeea2c.entry.js → p-e7d48ef7.entry.js} +3 -3
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/TranslationUtils-v9AH65DI.js.map +0 -1
- package/dist/esm/TranslationUtils-BMzyhcw1.js.map +0 -1
- package/dist/qbs-ect-cmp/p-D7P3iZgL.js.map +0 -1
- /package/dist/qbs-ect-cmp/{p-e5b57951.entry.js.map → p-6c0b791b.entry.js.map} +0 -0
- /package/dist/qbs-ect-cmp/{p-611a6ee1.entry.js.map → p-e1e50c16.entry.js.map} +0 -0
- /package/dist/qbs-ect-cmp/{p-66eeea2c.entry.js.map → p-e7d48ef7.entry.js.map} +0 -0
|
@@ -410,7 +410,15 @@ var OrderStatuses;
|
|
|
410
410
|
class ApiUrls {
|
|
411
411
|
constructor() {
|
|
412
412
|
this.uriEnv = '/';
|
|
413
|
-
|
|
413
|
+
if (state.environment === 'QA' || state.environment === 'DEMO') {
|
|
414
|
+
this.uriEnv = '/dev_';
|
|
415
|
+
}
|
|
416
|
+
else if (state.environment === 'DOCKER') {
|
|
417
|
+
this.uriEnv = '/docker_';
|
|
418
|
+
}
|
|
419
|
+
else {
|
|
420
|
+
this.uriEnv = '';
|
|
421
|
+
}
|
|
414
422
|
this.OtpSend = this.uriEnv + 'validation/otp/send';
|
|
415
423
|
this.OtpCheck = this.uriEnv + 'validation/otp/check';
|
|
416
424
|
this.IdentityInsert = this.uriEnv + 'validation/identity/insert';
|
|
@@ -755,6 +763,6 @@ exports.db = db;
|
|
|
755
763
|
exports.getAugmentedNamespace = getAugmentedNamespace;
|
|
756
764
|
exports.getDefaultExportFromCjs = getDefaultExportFromCjs;
|
|
757
765
|
exports.state = state;
|
|
758
|
-
//# sourceMappingURL=TranslationUtils-
|
|
766
|
+
//# sourceMappingURL=TranslationUtils-BMUuRbvj.js.map
|
|
759
767
|
|
|
760
|
-
//# sourceMappingURL=TranslationUtils-
|
|
768
|
+
//# sourceMappingURL=TranslationUtils-BMUuRbvj.js.map
|