@win2win/shared 1.0.57 → 1.0.59

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.
@@ -52,7 +52,7 @@ interface ItemLiquidableComision {
52
52
  OVER4: number;
53
53
  OVER5: number;
54
54
  BOLSA: number;
55
- PROVEEDOR: number;
55
+ CLIENTE: number;
56
56
  }
57
57
  type ItemLiquidableComisionCalculada = Omit<ItemLiquidableComision, 'ID_COMISION_DET' | 'TIPO' | 'BOLSA'>;
58
58
  interface ItemLiquidablePedido {
@@ -1,4 +1,4 @@
1
1
  export declare enum TipoLiquidacion {
2
- SOLICITUD_PROVEEDOR = "solicitud_proveedor",
2
+ SOLICITUD_CLIENTE = "solicitud_cliente",
3
3
  RED_COMERCIAL = "red_comercial"
4
4
  }
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TipoLiquidacion = void 0;
4
4
  var TipoLiquidacion;
5
5
  (function (TipoLiquidacion) {
6
- TipoLiquidacion["SOLICITUD_PROVEEDOR"] = "solicitud_proveedor";
6
+ TipoLiquidacion["SOLICITUD_CLIENTE"] = "solicitud_cliente";
7
7
  TipoLiquidacion["RED_COMERCIAL"] = "red_comercial";
8
8
  })(TipoLiquidacion || (exports.TipoLiquidacion = TipoLiquidacion = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.57",
3
+ "version": "1.0.59",
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",