@fiado/type-kit 1.4.54 → 1.4.55

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.
@@ -30,6 +30,6 @@ export declare enum ProductSubtypeEnum {
30
30
  P2P_OTHER_IN = "OTHER_IN",
31
31
  P2P_OTHER_OUT = "OTHER_OUT",
32
32
  BBVA_RST = "RST",
33
- PCONFIADO_PROV = "PROV",
34
- PCONFIADO_REV_PROV = "REV_PROV"
33
+ FIADO_BUSINESS_PROV = "PROV",
34
+ FIADO_BUSINESS_REV_PROV = "REV_PROV"
35
35
  }
@@ -40,7 +40,7 @@ var ProductSubtypeEnum;
40
40
  ProductSubtypeEnum["P2P_OTHER_OUT"] = "OTHER_OUT";
41
41
  //BBVA
42
42
  ProductSubtypeEnum["BBVA_RST"] = "RST";
43
- //PCONFIADO
44
- ProductSubtypeEnum["PCONFIADO_PROV"] = "PROV";
45
- ProductSubtypeEnum["PCONFIADO_REV_PROV"] = "REV_PROV";
43
+ //FIADO_BUSINESS
44
+ ProductSubtypeEnum["FIADO_BUSINESS_PROV"] = "PROV";
45
+ ProductSubtypeEnum["FIADO_BUSINESS_REV_PROV"] = "REV_PROV";
46
46
  })(ProductSubtypeEnum || (exports.ProductSubtypeEnum = ProductSubtypeEnum = {}));
@@ -5,5 +5,5 @@ export declare enum ProductTypeEnum {
5
5
  STP_SERV_SA = "STP_SERV_SA",
6
6
  P2P = "P2P",
7
7
  BBVA = "BBVA",
8
- PCONFIADO = "PCONFIADO"
8
+ FIADO_BUSINESS = "FIADO_BUSINESS"
9
9
  }
@@ -9,5 +9,5 @@ var ProductTypeEnum;
9
9
  ProductTypeEnum["STP_SERV_SA"] = "STP_SERV_SA";
10
10
  ProductTypeEnum["P2P"] = "P2P";
11
11
  ProductTypeEnum["BBVA"] = "BBVA";
12
- ProductTypeEnum["PCONFIADO"] = "PCONFIADO";
12
+ ProductTypeEnum["FIADO_BUSINESS"] = "FIADO_BUSINESS";
13
13
  })(ProductTypeEnum || (exports.ProductTypeEnum = ProductTypeEnum = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "1.4.54",
3
+ "version": "1.4.55",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -43,7 +43,7 @@ export enum ProductSubtypeEnum {
43
43
  //BBVA
44
44
  BBVA_RST = "RST",
45
45
 
46
- //PCONFIADO
47
- PCONFIADO_PROV = "PROV",
48
- PCONFIADO_REV_PROV = "REV_PROV",
46
+ //FIADO_BUSINESS
47
+ FIADO_BUSINESS_PROV = "PROV",
48
+ FIADO_BUSINESS_REV_PROV = "REV_PROV",
49
49
  }
@@ -5,5 +5,5 @@ export enum ProductTypeEnum {
5
5
  STP_SERV_SA = "STP_SERV_SA",
6
6
  P2P = "P2P",
7
7
  BBVA = "BBVA",
8
- PCONFIADO = "PCONFIADO",
8
+ FIADO_BUSINESS = "FIADO_BUSINESS",
9
9
  }