@win2win/shared 1.0.182 → 1.0.184

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.
@@ -4,9 +4,12 @@ export declare enum TipoCaptacion {
4
4
  USUARIOS = "3",
5
5
  PRODUCTOS = "4",
6
6
  PEDIDOS = "5",
7
- SOLICITUDES = "6"
7
+ SOLICITUDES = "6",
8
+ PARTNERS = "partners"
8
9
  }
9
10
  export declare enum EstadoCaptacion {
11
+ ELIMINADA = "-1",
12
+ CANCELADA = "0",
10
13
  EN_ESTUDIO = "1",
11
14
  PRE_APROBADA = "2",
12
15
  APROBADA = "3",// informacion y documentos validados
@@ -14,5 +17,6 @@ export declare enum EstadoCaptacion {
14
17
  NEGOCIACION_FINALIZADA = "5",// TIE aprobado
15
18
  CONFIRMADA = "6",// confirmada por el solicitante
16
19
  FINALIZADA = "7",// finalizada por admin
17
- CANCELADA = "0"
20
+ INCIDENCIA = "8",
21
+ LLAMADA_PENDIENTE = "9"
18
22
  }
@@ -9,9 +9,12 @@ var TipoCaptacion;
9
9
  TipoCaptacion["PRODUCTOS"] = "4";
10
10
  TipoCaptacion["PEDIDOS"] = "5";
11
11
  TipoCaptacion["SOLICITUDES"] = "6";
12
+ TipoCaptacion["PARTNERS"] = "partners";
12
13
  })(TipoCaptacion || (exports.TipoCaptacion = TipoCaptacion = {}));
13
14
  var EstadoCaptacion;
14
15
  (function (EstadoCaptacion) {
16
+ EstadoCaptacion["ELIMINADA"] = "-1";
17
+ EstadoCaptacion["CANCELADA"] = "0";
15
18
  EstadoCaptacion["EN_ESTUDIO"] = "1";
16
19
  EstadoCaptacion["PRE_APROBADA"] = "2";
17
20
  EstadoCaptacion["APROBADA"] = "3";
@@ -19,5 +22,6 @@ var EstadoCaptacion;
19
22
  EstadoCaptacion["NEGOCIACION_FINALIZADA"] = "5";
20
23
  EstadoCaptacion["CONFIRMADA"] = "6";
21
24
  EstadoCaptacion["FINALIZADA"] = "7";
22
- EstadoCaptacion["CANCELADA"] = "0";
25
+ EstadoCaptacion["INCIDENCIA"] = "8";
26
+ EstadoCaptacion["LLAMADA_PENDIENTE"] = "9";
23
27
  })(EstadoCaptacion || (exports.EstadoCaptacion = EstadoCaptacion = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.182",
3
+ "version": "1.0.184",
4
4
  "description": "Tipos, interfaces, funciones, constantes, clases y enums compartidos por todos los proyectos de Win2Win",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",