sigesp 1.1.46-20250328 → 1.1.49-20250508

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.
@@ -86,5 +86,6 @@ export interface ITasaCambio {
86
86
  horcamtas: string;
87
87
  fectashas: string;
88
88
  montascam: string;
89
+ activo: string;
89
90
  denmon?: string;
90
91
  }
@@ -27,4 +27,5 @@ export interface ITipoDepositos {
27
27
  despacho: string;
28
28
  disponible: string;
29
29
  cantidad: string;
30
+ tipdoc: string;
30
31
  }
@@ -8,6 +8,7 @@ export declare class MExchangeRate extends MBasicModel {
8
8
  fechaHasta: string;
9
9
  montoTasa: number;
10
10
  denominacionMoneda: string;
11
+ activo: boolean;
11
12
  constructor(e?: ITasaCambio);
12
13
  dataInterface(): ITasaCambio;
13
14
  }
@@ -29,6 +29,7 @@ export declare class MTipoDepositos extends MBasicModel {
29
29
  disponible: number;
30
30
  seriaLote: string;
31
31
  cantidad: number;
32
+ tipoDocumento: string;
32
33
  constructor(e?: ITipoDepositos);
33
34
  dataInterface(): ITipoDepositos;
34
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.46-20250328",
3
+ "version": "1.1.49-20250508",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },