@win2win/shared 1.0.167 → 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"];
@@ -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.167",
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",
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
-