@ekyc_qoobiss/qbs-ect-cmp 4.7.5 → 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.
Files changed (25) hide show
  1. package/dist/cjs/{TranslationUtils-v9AH65DI.js → TranslationUtils-BMUuRbvj.js} +11 -3
  2. package/dist/cjs/TranslationUtils-BMUuRbvj.js.map +1 -0
  3. package/dist/cjs/agreement-check.cjs.entry.js +1 -1
  4. package/dist/cjs/agreement-info_23.cjs.entry.js +2 -2
  5. package/dist/cjs/random-actions.cjs.entry.js +1 -1
  6. package/dist/collection/helpers/textValues.js +9 -1
  7. package/dist/collection/helpers/textValues.js.map +1 -1
  8. package/dist/esm/{TranslationUtils-BMzyhcw1.js → TranslationUtils-C16tqVvb.js} +11 -3
  9. package/dist/esm/TranslationUtils-C16tqVvb.js.map +1 -0
  10. package/dist/esm/agreement-check.entry.js +1 -1
  11. package/dist/esm/agreement-info_23.entry.js +2 -2
  12. package/dist/esm/random-actions.entry.js +1 -1
  13. package/dist/qbs-ect-cmp/{p-e5b57951.entry.js → p-6c0b791b.entry.js} +2 -2
  14. package/dist/qbs-ect-cmp/{p-D7P3iZgL.js → p-B_9qHP0z.js} +2 -2
  15. package/dist/qbs-ect-cmp/p-B_9qHP0z.js.map +1 -0
  16. package/dist/qbs-ect-cmp/{p-611a6ee1.entry.js → p-e1e50c16.entry.js} +2 -2
  17. package/dist/qbs-ect-cmp/{p-66eeea2c.entry.js → p-e7d48ef7.entry.js} +3 -3
  18. package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
  19. package/package.json +1 -1
  20. package/dist/cjs/TranslationUtils-v9AH65DI.js.map +0 -1
  21. package/dist/esm/TranslationUtils-BMzyhcw1.js.map +0 -1
  22. package/dist/qbs-ect-cmp/p-D7P3iZgL.js.map +0 -1
  23. /package/dist/qbs-ect-cmp/{p-e5b57951.entry.js.map → p-6c0b791b.entry.js.map} +0 -0
  24. /package/dist/qbs-ect-cmp/{p-611a6ee1.entry.js.map → p-e1e50c16.entry.js.map} +0 -0
  25. /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
- this.uriEnv = ['QA', 'DEMO'].includes(state.environment) ? '/dev_' : '/';
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-v9AH65DI.js.map
766
+ //# sourceMappingURL=TranslationUtils-BMUuRbvj.js.map
759
767
 
760
- //# sourceMappingURL=TranslationUtils-v9AH65DI.js.map
768
+ //# sourceMappingURL=TranslationUtils-BMUuRbvj.js.map