@win2win/shared 1.0.272 → 1.0.274

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.
@@ -78,6 +78,7 @@ export interface LandingEcommerceConfig {
78
78
  drawerOverlay: boolean;
79
79
  resetShopcartAlways: boolean;
80
80
  shopcartIsRequired: boolean;
81
+ formsIds: Id[];
81
82
  }
82
83
  export interface LandingContactData {
83
84
  phone: string;
@@ -127,6 +128,9 @@ export interface LandingMetadata {
127
128
  };
128
129
  texto_aviso_privacidad_formulario: string;
129
130
  routes_aliases: JsonObject;
131
+ solicitud_llamada: {
132
+ idGama: Id;
133
+ };
130
134
  }
131
135
  export interface LandingStylesRaw {
132
136
  ID_LANDING: Id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.272",
3
+ "version": "1.0.274",
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",