@fiado/type-kit 3.0.10 → 3.0.12

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.
@@ -46,5 +46,6 @@ export declare enum ProductSubtypeEnum {
46
46
  P2P_TERN_POCKET = "TERN_POCKET",
47
47
  CP_ACH_OUT = "ACH_OUT",
48
48
  CP_ACH_IN = "ACH_IN",
49
- CP_MC_SEND = "MC_SEND"
49
+ CP_MC_SEND = "MC_SEND",
50
+ CREDIT_DISBURSEMENT = "DISBURSEMENT"
50
51
  }
@@ -60,4 +60,6 @@ var ProductSubtypeEnum;
60
60
  ProductSubtypeEnum["CP_ACH_OUT"] = "ACH_OUT";
61
61
  ProductSubtypeEnum["CP_ACH_IN"] = "ACH_IN";
62
62
  ProductSubtypeEnum["CP_MC_SEND"] = "MC_SEND";
63
+ // CREDIT
64
+ ProductSubtypeEnum["CREDIT_DISBURSEMENT"] = "DISBURSEMENT";
63
65
  })(ProductSubtypeEnum || (exports.ProductSubtypeEnum = ProductSubtypeEnum = {}));
@@ -6,5 +6,6 @@ export declare enum ProductTypeEnum {
6
6
  P2P = "P2P",
7
7
  BBVA = "BBVA",
8
8
  FIADO_BUSINESS = "FIADO_BUSINESS",
9
- CP = "CP"
9
+ CP = "CP",
10
+ CREDIT = "CREDIT"
10
11
  }
@@ -11,4 +11,5 @@ var ProductTypeEnum;
11
11
  ProductTypeEnum["BBVA"] = "BBVA";
12
12
  ProductTypeEnum["FIADO_BUSINESS"] = "FIADO_BUSINESS";
13
13
  ProductTypeEnum["CP"] = "CP";
14
+ ProductTypeEnum["CREDIT"] = "CREDIT";
14
15
  })(ProductTypeEnum || (exports.ProductTypeEnum = ProductTypeEnum = {}));
@@ -1,5 +1,6 @@
1
1
  export declare enum AgentRoleEnum {
2
2
  ADMIN = "ADMIN",
3
3
  AGENT = "AGENT",
4
- OWNER = "OWNER"
4
+ OWNER = "OWNER",
5
+ RRHH = "RRHH"
5
6
  }
@@ -6,4 +6,5 @@ var AgentRoleEnum;
6
6
  AgentRoleEnum["ADMIN"] = "ADMIN";
7
7
  AgentRoleEnum["AGENT"] = "AGENT";
8
8
  AgentRoleEnum["OWNER"] = "OWNER";
9
+ AgentRoleEnum["RRHH"] = "RRHH";
9
10
  })(AgentRoleEnum || (exports.AgentRoleEnum = AgentRoleEnum = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "3.0.10",
3
+ "version": "3.0.12",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -65,4 +65,7 @@ export enum ProductSubtypeEnum {
65
65
  CP_ACH_OUT = "ACH_OUT",
66
66
  CP_ACH_IN = "ACH_IN",
67
67
  CP_MC_SEND = "MC_SEND",
68
+
69
+ // CREDIT
70
+ CREDIT_DISBURSEMENT = "DISBURSEMENT",
68
71
  }
@@ -7,4 +7,5 @@ export enum ProductTypeEnum {
7
7
  BBVA = "BBVA",
8
8
  FIADO_BUSINESS = "FIADO_BUSINESS",
9
9
  CP = "CP",
10
+ CREDIT = "CREDIT",
10
11
  }
@@ -2,4 +2,6 @@ export enum AgentRoleEnum {
2
2
  ADMIN = 'ADMIN',
3
3
  AGENT = 'AGENT',
4
4
  OWNER = 'OWNER',
5
+ RRHH = "RRHH"
6
+
5
7
  }