@hyper.software/common-helpers 2.1.6 → 2.1.8

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.
@@ -0,0 +1,14 @@
1
+ export declare enum SUPPORT_USER_EMAILS {
2
+ RAUL = "raul.tomescu@visitor.de",
3
+ ENGINEERING1 = "support+engineering1@visitor.de",// engineering
4
+ ENGINEERING2 = "support+engineering2@visitor.de",// engineering
5
+ QA1 = "support+qa1@visitor.de",// Adrian
6
+ QA2 = "support+qa2@visitor.de",// Denisa
7
+ QA3 = "support+qa3@visitor.de",// Timeea
8
+ QA4 = "support+qa4@visitor.de",// Veronica
9
+ SALES1 = "support+sales1@visitor.de",// Marcel
10
+ SALES2 = "support+sales2@visitor.de",// Markus
11
+ SALES3 = "support+sales3@visitor.de",// Frederik
12
+ SALES4 = "support+sales4@visitor.de",// Leon
13
+ SALES5 = "support+sales5@visitor.de"
14
+ }
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SUPPORT_USER_EMAILS = void 0;
4
+ var SUPPORT_USER_EMAILS;
5
+ (function (SUPPORT_USER_EMAILS) {
6
+ SUPPORT_USER_EMAILS["RAUL"] = "raul.tomescu@visitor.de";
7
+ SUPPORT_USER_EMAILS["ENGINEERING1"] = "support+engineering1@visitor.de";
8
+ SUPPORT_USER_EMAILS["ENGINEERING2"] = "support+engineering2@visitor.de";
9
+ SUPPORT_USER_EMAILS["QA1"] = "support+qa1@visitor.de";
10
+ SUPPORT_USER_EMAILS["QA2"] = "support+qa2@visitor.de";
11
+ SUPPORT_USER_EMAILS["QA3"] = "support+qa3@visitor.de";
12
+ SUPPORT_USER_EMAILS["QA4"] = "support+qa4@visitor.de";
13
+ SUPPORT_USER_EMAILS["SALES1"] = "support+sales1@visitor.de";
14
+ SUPPORT_USER_EMAILS["SALES2"] = "support+sales2@visitor.de";
15
+ SUPPORT_USER_EMAILS["SALES3"] = "support+sales3@visitor.de";
16
+ SUPPORT_USER_EMAILS["SALES4"] = "support+sales4@visitor.de";
17
+ SUPPORT_USER_EMAILS["SALES5"] = "support+sales5@visitor.de";
18
+ })(SUPPORT_USER_EMAILS || (exports.SUPPORT_USER_EMAILS = SUPPORT_USER_EMAILS = {}));
19
+ //# sourceMappingURL=supportUsers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"supportUsers.js","sourceRoot":"","sources":["../../../src/helpers/constants/supportUsers.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAaX;AAbD,WAAY,mBAAmB;IAC7B,uDAAgC,CAAA;IAChC,uEAAgD,CAAA;IAChD,uEAAgD,CAAA;IAChD,qDAA8B,CAAA;IAC9B,qDAA8B,CAAA;IAC9B,qDAA8B,CAAA;IAC9B,qDAA8B,CAAA;IAC9B,2DAAoC,CAAA;IACpC,2DAAoC,CAAA;IACpC,2DAAoC,CAAA;IACpC,2DAAoC,CAAA;IACpC,2DAAoC,CAAA;AACtC,CAAC,EAbW,mBAAmB,mCAAnB,mBAAmB,QAa9B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyper.software/common-helpers",
3
- "version": "2.1.6",
3
+ "version": "2.1.8",
4
4
  "author": "Raul Tomescu <tomescu.raul+hyper@gmail.com>",
5
5
  "description": "Hyper Software Common Javascript Helpers",
6
6
  "main": "lib/index.js",