@win2win/shared 1.0.210 → 1.0.211

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.
@@ -146,6 +146,7 @@ export interface LandingPageRaw {
146
146
  TIPO: string;
147
147
  RUTA: string;
148
148
  TITULO: string;
149
+ NOMBRE: string;
149
150
  NAVEGACION: number;
150
151
  BUTTON: JsonObject | null;
151
152
  ESTADO: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.210",
3
+ "version": "1.0.211",
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",