@win2win/shared 1.0.252 → 1.0.254

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.
@@ -116,6 +116,7 @@ export interface LandingMetadata {
116
116
  title: string;
117
117
  body: string;
118
118
  };
119
+ routes_aliases: JsonObject;
119
120
  }
120
121
  export interface LandingStylesRaw {
121
122
  ID_LANDING: Id;
@@ -36,4 +36,5 @@ export interface ProductoRaw {
36
36
  R_GAMA: GamaRaw;
37
37
  R_IMG: Partial<ArchivoRaw>[];
38
38
  R_ESTADO: Partial<Estado>;
39
+ DESCRIPCION_CORTA: string;
39
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.252",
3
+ "version": "1.0.254",
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",