sigesp 1.1.58-20250723 → 1.1.61-20250729

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.
@@ -996,15 +996,15 @@ export interface IMetodoBanco {
996
996
  id_enterprise: string;
997
997
  id_empresa: number;
998
998
  id_metbco: string;
999
+ id_banco: string;
999
1000
  codmet: string;
1000
1001
  denmet: string;
1001
1002
  tipmet: string;
1002
- id_banco: string;
1003
1003
  codempnom: string;
1004
1004
  tipcuecrenom: string;
1005
1005
  tipcuedebnom: string;
1006
1006
  codofinom: string;
1007
- pagtaqnom: string;
1007
+ usariflin: string;
1008
1008
  nroref: string;
1009
1009
  activo: string;
1010
1010
  numconnom: string;
@@ -12,10 +12,10 @@ export declare class MMetodoBanco extends MBasicModel {
12
12
  tipoCuentaCreditoNominal: string;
13
13
  tipoCuentaDebitoNominal: string;
14
14
  codigoOficinaNomina: string;
15
- pagoTaquillaNomina: number;
16
15
  numeroReferencia: number;
17
16
  numeroConvenio: string;
18
17
  activo: number;
18
+ usarRifLinea: number;
19
19
  constructor(e?: IMetodoBanco);
20
20
  dataInterface(): IMetodoBanco;
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.58-20250723",
3
+ "version": "1.1.61-20250729",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },