@win2win/shared 1.0.265 → 1.0.267

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.
@@ -83,6 +83,7 @@ export interface LandingContactData {
83
83
  address: string;
84
84
  name: string;
85
85
  identification: string;
86
+ whatsappMessage: string;
86
87
  }
87
88
  export interface LandingAiAgentConfig {
88
89
  enabled: boolean;
@@ -263,6 +263,8 @@ exports.PRODUCT_TEMPLATES_LABELS = [
263
263
  "ecommerce-catalog-lite",
264
264
  "ecommerce-related-products",
265
265
  "widget",
266
+ "hero",
267
+ "image"
266
268
  ];
267
269
  Object.freeze(exports.PRODUCT_TEMPLATES_LABELS);
268
270
  exports.ECOMMERCE_TEMPLATES_LABELS = [
@@ -277,6 +279,8 @@ exports.ECOMMERCE_TEMPLATES_LABELS = [
277
279
  "ecommerce-highlights",
278
280
  "ecommerce-shopcart",
279
281
  "widget",
282
+ "hero",
283
+ "image"
280
284
  ];
281
285
  Object.freeze(exports.ECOMMERCE_TEMPLATES_LABELS);
282
286
  exports.CHECKOUT_TEMPLATES_LABELS = ["shopcart-products"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.265",
3
+ "version": "1.0.267",
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",
package/README.md DELETED
@@ -1,11 +0,0 @@
1
- # README #
2
- version 1.0.1
3
-
4
- ### Como hacer deploy del repo
5
-
6
- * Correr el comando
7
- `npm run deploy`
8
-
9
- * [Enlace al repo](https://www.npmjs.com/package/@win2win/shared)
10
-
11
-