@win2win/shared 1.0.255 → 1.0.257

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.
@@ -18,5 +18,6 @@ export declare enum EstadoCaptacion {
18
18
  CONFIRMADA = "6",// confirmada por el solicitante
19
19
  FINALIZADA = "7",// finalizada por admin
20
20
  INCIDENCIA = "8",
21
- LLAMADA_PENDIENTE = "9"
21
+ LLAMADA_PENDIENTE = "9",
22
+ IMPAGO = "10"
22
23
  }
@@ -24,4 +24,5 @@ var EstadoCaptacion;
24
24
  EstadoCaptacion["FINALIZADA"] = "7";
25
25
  EstadoCaptacion["INCIDENCIA"] = "8";
26
26
  EstadoCaptacion["LLAMADA_PENDIENTE"] = "9";
27
+ EstadoCaptacion["IMPAGO"] = "10";
27
28
  })(EstadoCaptacion || (exports.EstadoCaptacion = EstadoCaptacion = {}));
@@ -116,6 +116,7 @@ export interface LandingMetadata {
116
116
  title: string;
117
117
  body: string;
118
118
  };
119
+ texto_aviso_privacidad_formulario: string;
119
120
  routes_aliases: JsonObject;
120
121
  }
121
122
  export interface LandingStylesRaw {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.255",
3
+ "version": "1.0.257",
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",
package/README.md DELETED
@@ -1,11 +0,0 @@
1
- # README #
2
- version 1.0.1
3
-
4
- ### Como hacer deploy del repo
5
-
6
- * Correr el comando
7
- `npm run deploy`
8
-
9
- * [Enlace al repo](https://www.npmjs.com/package/@win2win/shared)
10
-
11
-