@win2win/shared 1.0.211 → 1.0.212

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,7 +146,6 @@ export interface LandingPageRaw {
146
146
  TIPO: string;
147
147
  RUTA: string;
148
148
  TITULO: string;
149
- NOMBRE: string;
150
149
  NAVEGACION: number;
151
150
  BUTTON: JsonObject | null;
152
151
  ESTADO: number;
@@ -158,6 +157,7 @@ export interface LandingSectionRaw {
158
157
  ID_LANDING_SECTIONS: Id;
159
158
  ID_LANDING: Id;
160
159
  ID_LANDING_PAGES: Id;
160
+ NOMBRE: string;
161
161
  PARAMS: JsonObject;
162
162
  POSICION: number;
163
163
  TEMPLATE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.211",
3
+ "version": "1.0.212",
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",