@win2win/shared 1.0.210 → 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.
@@ -157,6 +157,7 @@ export interface LandingSectionRaw {
157
157
  ID_LANDING_SECTIONS: Id;
158
158
  ID_LANDING: Id;
159
159
  ID_LANDING_PAGES: Id;
160
+ NOMBRE: string;
160
161
  PARAMS: JsonObject;
161
162
  POSICION: number;
162
163
  TEMPLATE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.210",
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",