@fiado/type-kit 2.0.20 → 2.0.22

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.
@@ -29,7 +29,7 @@ export declare enum ProductSubtypeEnum {
29
29
  STPSERVSA_TRANSPORTE_Y_ENTREGAS = "TRANSPORTE_Y_ENTREGAS",
30
30
  STPSERVSA_AGUA = "AGUA",
31
31
  STPSERVSA_TV = "TV",
32
- STPSERVSA_GAS_Y_LUZ = "GAS_Y_LUZ",
32
+ STPSERVSA_GAS_Y_LUZ = "GAS Y LUZ",
33
33
  P2P_SELF = "SELF",
34
34
  P2P_OTHER_IN = "OTHER_IN",
35
35
  P2P_OTHER_OUT = "OTHER_OUT",
@@ -37,7 +37,7 @@ var ProductSubtypeEnum;
37
37
  ProductSubtypeEnum["STPSERVSA_TRANSPORTE_Y_ENTREGAS"] = "TRANSPORTE_Y_ENTREGAS";
38
38
  ProductSubtypeEnum["STPSERVSA_AGUA"] = "AGUA";
39
39
  ProductSubtypeEnum["STPSERVSA_TV"] = "TV";
40
- ProductSubtypeEnum["STPSERVSA_GAS_Y_LUZ"] = "GAS_Y_LUZ";
40
+ ProductSubtypeEnum["STPSERVSA_GAS_Y_LUZ"] = "GAS Y LUZ";
41
41
  //P2P
42
42
  ProductSubtypeEnum["P2P_SELF"] = "SELF";
43
43
  ProductSubtypeEnum["P2P_OTHER_IN"] = "OTHER_IN";
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "2.0.20",
3
+ "version": "2.0.22",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
7
7
  "scripts": {
8
- "test": "jest",
9
- "build": "tsc"
8
+ "test": "jest",
9
+ "build": "tsc"
10
10
  },
11
11
  "keywords": [],
12
12
  "author": "Fiado Inc",
13
13
  "license": "ISC",
14
14
  "devDependencies": {
15
- "@types/node": "^20.11.20",
16
- "install": "^0.13.0",
17
- "npm": "^10.4.0",
18
- "typescript": "^5.3.3"
15
+ "@types/node": "^20.11.20",
16
+ "install": "^0.13.0",
17
+ "npm": "^10.4.0",
18
+ "typescript": "^5.3.3"
19
19
  },
20
20
  "dependencies": {
21
- "class-transformer": "^0.5.1",
22
- "class-validator": "^0.14.1"
21
+ "class-transformer": "^0.5.1",
22
+ "class-validator": "^0.14.1"
23
23
  }
24
- }
24
+ }
@@ -37,7 +37,7 @@ export enum ProductSubtypeEnum {
37
37
  STPSERVSA_TRANSPORTE_Y_ENTREGAS= "TRANSPORTE_Y_ENTREGAS",
38
38
  STPSERVSA_AGUA = "AGUA",
39
39
  STPSERVSA_TV = "TV",
40
- STPSERVSA_GAS_Y_LUZ = "GAS_Y_LUZ",
40
+ STPSERVSA_GAS_Y_LUZ = "GAS Y LUZ",
41
41
 
42
42
  //P2P
43
43
  P2P_SELF= "SELF",