@lyxa.ai/core 1.1.114 → 1.2.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/libraries/configuration/types/EnvironmentConfigurationType.d.ts +1 -0
- package/dist/libraries/configuration/types/EnvironmentConfigurationType.js +1 -0
- package/dist/libraries/configuration/types/EnvironmentConfigurationType.js.map +1 -1
- package/dist/types/README.md +1 -1
- package/dist/types/package.json +1 -1
- package/dist/utilities/environment/redis-environments.js +1 -0
- package/dist/utilities/environment/redis-environments.js.map +1 -1
- package/package.json +1 -1
|
@@ -7,6 +7,7 @@ var EnvironmentConfigurationType;
|
|
|
7
7
|
EnvironmentConfigurationType["MOCK"] = "MOCK";
|
|
8
8
|
EnvironmentConfigurationType["DEV"] = "DEV";
|
|
9
9
|
EnvironmentConfigurationType["PREPROD"] = "PREPROD";
|
|
10
|
+
EnvironmentConfigurationType["STAGING"] = "STAGING";
|
|
10
11
|
EnvironmentConfigurationType["PROD"] = "PROD";
|
|
11
12
|
})(EnvironmentConfigurationType || (exports.EnvironmentConfigurationType = EnvironmentConfigurationType = {}));
|
|
12
13
|
//# sourceMappingURL=EnvironmentConfigurationType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnvironmentConfigurationType.js","sourceRoot":"/","sources":["libraries/configuration/types/EnvironmentConfigurationType.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"EnvironmentConfigurationType.js","sourceRoot":"/","sources":["libraries/configuration/types/EnvironmentConfigurationType.ts"],"names":[],"mappings":";;;AAAA,IAAY,4BAOX;AAPD,WAAY,4BAA4B;IACvC,+CAAe,CAAA;IACf,6CAAa,CAAA;IACb,2CAAW,CAAA;IACX,mDAAmB,CAAA;IACnB,mDAAmB,CAAA;IACnB,6CAAa,CAAA;AACd,CAAC,EAPW,4BAA4B,4CAA5B,4BAA4B,QAOvC","sourcesContent":["export enum EnvironmentConfigurationType {\n\tLOCAL = 'LOCAL',\n\tMOCK = 'MOCK',\n\tDEV = 'DEV',\n\tPREPROD = 'PREPROD',\n\tSTAGING = 'STAGING',\n\tPROD = 'PROD',\n}\n"]}
|
package/dist/types/README.md
CHANGED
package/dist/types/package.json
CHANGED
|
@@ -7,6 +7,7 @@ exports.RedisUrlMap = {
|
|
|
7
7
|
[EnvironmentConfigurationType_1.EnvironmentConfigurationType.MOCK]: '',
|
|
8
8
|
[EnvironmentConfigurationType_1.EnvironmentConfigurationType.DEV]: "redis://default:nkrBeCA41QyMaLH00mj67CWf3Muz9ubc@redis-12266.fcrce173.eu-west-1-1.ec2.redns.redis-cloud.com:12266",
|
|
9
9
|
[EnvironmentConfigurationType_1.EnvironmentConfigurationType.PREPROD]: "redis://default:ngpwdRevVIBGVIvtBoLO7tE8jPzBdGLh@redis-12965.fcrce173.eu-west-1-1.ec2.redns.redis-cloud.com:12965",
|
|
10
|
+
[EnvironmentConfigurationType_1.EnvironmentConfigurationType.STAGING]: "redis://default:5QynNeFWdCcBcu3QVNR2LbfLlWcxdP4o@redis-10162.fcrce173.eu-west-1-1.ec2.redns.redis-cloud.com:10162",
|
|
10
11
|
[EnvironmentConfigurationType_1.EnvironmentConfigurationType.PROD]: "redis://default:8RCVCiwXRMo6isHgJanL1pE86cRt29YP@redis-12296.fcrce173.eu-west-1-1.ec2.redns.redis-cloud.com:12296"
|
|
11
12
|
};
|
|
12
13
|
//# sourceMappingURL=redis-environments.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redis-environments.js","sourceRoot":"/","sources":["utilities/environment/redis-environments.ts"],"names":[],"mappings":";;;AAAA,mHAAgH;AAEnG,QAAA,WAAW,GAAiD;IACxE,CAAC,2DAA4B,CAAC,KAAK,CAAC,EAAE,EAAE;IACxC,CAAC,2DAA4B,CAAC,IAAI,CAAC,EAAE,EAAE;IACvC,CAAC,2DAA4B,CAAC,GAAG,CAAC,EAAE,mHAAmH;IACvJ,CAAC,2DAA4B,CAAC,OAAO,CAAC,EAAE,mHAAmH;IAC3J,CAAC,2DAA4B,CAAC,IAAI,CAAC,EAAE,mHAAmH;CACxJ,CAAC","sourcesContent":["import { EnvironmentConfigurationType } from \"../../libraries/configuration/types/EnvironmentConfigurationType\";\n\nexport const RedisUrlMap: Record<EnvironmentConfigurationType, string> = {\n\t[EnvironmentConfigurationType.LOCAL]: '',\n\t[EnvironmentConfigurationType.MOCK]: '',\n\t[EnvironmentConfigurationType.DEV]: \"redis://default:nkrBeCA41QyMaLH00mj67CWf3Muz9ubc@redis-12266.fcrce173.eu-west-1-1.ec2.redns.redis-cloud.com:12266\",\n\t[EnvironmentConfigurationType.PREPROD]: \"redis://default:ngpwdRevVIBGVIvtBoLO7tE8jPzBdGLh@redis-12965.fcrce173.eu-west-1-1.ec2.redns.redis-cloud.com:12965\",\n\t[EnvironmentConfigurationType.PROD]: \"redis://default:8RCVCiwXRMo6isHgJanL1pE86cRt29YP@redis-12296.fcrce173.eu-west-1-1.ec2.redns.redis-cloud.com:12296\"\n};\n"]}
|
|
1
|
+
{"version":3,"file":"redis-environments.js","sourceRoot":"/","sources":["utilities/environment/redis-environments.ts"],"names":[],"mappings":";;;AAAA,mHAAgH;AAEnG,QAAA,WAAW,GAAiD;IACxE,CAAC,2DAA4B,CAAC,KAAK,CAAC,EAAE,EAAE;IACxC,CAAC,2DAA4B,CAAC,IAAI,CAAC,EAAE,EAAE;IACvC,CAAC,2DAA4B,CAAC,GAAG,CAAC,EAAE,mHAAmH;IACvJ,CAAC,2DAA4B,CAAC,OAAO,CAAC,EAAE,mHAAmH;IAC3J,CAAC,2DAA4B,CAAC,OAAO,CAAC,EAAE,mHAAmH;IAC3J,CAAC,2DAA4B,CAAC,IAAI,CAAC,EAAE,mHAAmH;CACxJ,CAAC","sourcesContent":["import { EnvironmentConfigurationType } from \"../../libraries/configuration/types/EnvironmentConfigurationType\";\n\nexport const RedisUrlMap: Record<EnvironmentConfigurationType, string> = {\n\t[EnvironmentConfigurationType.LOCAL]: '',\n\t[EnvironmentConfigurationType.MOCK]: '',\n\t[EnvironmentConfigurationType.DEV]: \"redis://default:nkrBeCA41QyMaLH00mj67CWf3Muz9ubc@redis-12266.fcrce173.eu-west-1-1.ec2.redns.redis-cloud.com:12266\",\n\t[EnvironmentConfigurationType.PREPROD]: \"redis://default:ngpwdRevVIBGVIvtBoLO7tE8jPzBdGLh@redis-12965.fcrce173.eu-west-1-1.ec2.redns.redis-cloud.com:12965\",\n\t[EnvironmentConfigurationType.STAGING]: \"redis://default:5QynNeFWdCcBcu3QVNR2LbfLlWcxdP4o@redis-10162.fcrce173.eu-west-1-1.ec2.redns.redis-cloud.com:10162\",\n\t[EnvironmentConfigurationType.PROD]: \"redis://default:8RCVCiwXRMo6isHgJanL1pE86cRt29YP@redis-12296.fcrce173.eu-west-1-1.ec2.redns.redis-cloud.com:12296\"\n};\n"]}
|