@win2win/shared 1.0.267 → 1.0.269

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.
package/README.md ADDED
@@ -0,0 +1,11 @@
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
+
@@ -45,6 +45,8 @@ export interface LandingHeader {
45
45
  links: LandingLink[];
46
46
  showLogo: boolean;
47
47
  showAccountButton: boolean;
48
+ showWhatsappButton: boolean;
49
+ showPhoneButton: boolean;
48
50
  fixed: boolean;
49
51
  revealOnScroll: boolean;
50
52
  showRegionSelector: boolean;
@@ -34,6 +34,7 @@ export interface StrictQueryParams {
34
34
  value: (string | number)[];
35
35
  type?: string;
36
36
  dynamic?: boolean;
37
+ omitOnAll?: (string | number)[];
37
38
  };
38
39
  }
39
40
  export type QueryParams = Partial<StrictQueryParams>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.267",
3
+ "version": "1.0.269",
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",