@win2win/shared 1.0.274 → 1.0.275

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.
@@ -130,6 +130,7 @@ export interface LandingMetadata {
130
130
  routes_aliases: JsonObject;
131
131
  solicitud_llamada: {
132
132
  idGama: Id;
133
+ formsIds: Id[];
133
134
  };
134
135
  }
135
136
  export interface LandingStylesRaw {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.274",
3
+ "version": "1.0.275",
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",