@win2win/shared 1.0.271 → 1.0.273

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.
@@ -1,4 +1,6 @@
1
1
  export declare enum EstadoLLamada {
2
+ /** Eliminada de manera soft */
3
+ DESCARTADA = -1,
2
4
  /** Estado inicial de una llamada, antes de que se encole */
3
5
  PENDIENTE = 0,
4
6
  /** Se ha solicitado localmente el encolado de la llamada */
@@ -3,6 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TipoEjecucionLLamada = exports.TipoLLamada = exports.EstadoLLamada = void 0;
4
4
  var EstadoLLamada;
5
5
  (function (EstadoLLamada) {
6
+ /** Eliminada de manera soft */
7
+ EstadoLLamada[EstadoLLamada["DESCARTADA"] = -1] = "DESCARTADA";
6
8
  /** Estado inicial de una llamada, antes de que se encole */
7
9
  EstadoLLamada[EstadoLLamada["PENDIENTE"] = 0] = "PENDIENTE";
8
10
  /** Se ha solicitado localmente el encolado de la llamada */
@@ -127,6 +127,9 @@ export interface LandingMetadata {
127
127
  };
128
128
  texto_aviso_privacidad_formulario: string;
129
129
  routes_aliases: JsonObject;
130
+ solicitud_llamada: {
131
+ idGama: Id;
132
+ };
130
133
  }
131
134
  export interface LandingStylesRaw {
132
135
  ID_LANDING: Id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.271",
3
+ "version": "1.0.273",
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",