@win2win/shared 1.0.166 → 1.0.168

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.
@@ -30,6 +30,10 @@ export declare const TEMPLATES: Readonly<{
30
30
  readonly label: "Selector de paquetes de productos";
31
31
  readonly params: readonly ["title", "subtitle", "text", "background", "image", "items", "filters"];
32
32
  };
33
+ readonly "redirect-router": {
34
+ readonly label: "Redirección";
35
+ readonly params: readonly ["text", "custom"];
36
+ };
33
37
  readonly "perdm-contracting": {
34
38
  readonly label: "Perdm contratar telefonía";
35
39
  readonly params: readonly ["title"];
@@ -186,6 +190,7 @@ export interface SectionItem {
186
190
  file?: File;
187
191
  } | null;
188
192
  value: string | number | null;
193
+ key?: string;
189
194
  image2?: {
190
195
  src: string;
191
196
  file?: File;
@@ -57,6 +57,10 @@ exports.TEMPLATES = Object.freeze({
57
57
  "filters",
58
58
  ],
59
59
  },
60
+ "redirect-router": {
61
+ label: "Redirección",
62
+ params: ["text", "custom"],
63
+ },
60
64
  "perdm-contracting": {
61
65
  label: "Perdm contratar telefonía",
62
66
  params: ["title"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.166",
3
+ "version": "1.0.168",
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",