@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.
@@ -3,5 +3,6 @@ export declare enum EnvironmentConfigurationType {
3
3
  MOCK = "MOCK",
4
4
  DEV = "DEV",
5
5
  PREPROD = "PREPROD",
6
+ STAGING = "STAGING",
6
7
  PROD = "PROD"
7
8
  }
@@ -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,4BAMX;AAND,WAAY,4BAA4B;IACvC,+CAAe,CAAA;IACf,6CAAa,CAAA;IACb,2CAAW,CAAA;IACX,mDAAmB,CAAA;IACnB,6CAAa,CAAA;AACd,CAAC,EANW,4BAA4B,4CAA5B,4BAA4B,QAMvC","sourcesContent":["export enum EnvironmentConfigurationType {\n\tLOCAL = 'LOCAL',\n\tMOCK = 'MOCK',\n\tDEV = 'DEV',\n\tPREPROD = 'PREPROD',\n\tPROD = 'PROD',\n}\n"]}
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"]}
@@ -22,7 +22,7 @@ Perfect for sharing types between frontend and backend applications.
22
22
 
23
23
  ## Version
24
24
 
25
- Version: 1.1.114
25
+ Version: 1.2.0
26
26
 
27
27
  ## Dependencies
28
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyxa.ai/types",
3
- "version": "1.1.114",
3
+ "version": "1.2.0",
4
4
  "description": "Lyxa type definitions and validation schemas for both frontend and backend",
5
5
  "author": "elie <42282499+Internalizable@users.noreply.github.com>",
6
6
  "license": "MIT",
@@ -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"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyxa.ai/core",
3
- "version": "1.1.114",
3
+ "version": "1.2.0",
4
4
  "description": "The Core system of the Lyxa services.",
5
5
  "author": "elie <42282499+Internalizable@users.noreply.github.com>",
6
6
  "license": "MIT",