sigesp 1.1.59-20250729 → 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.
@@ -997,8 +997,6 @@ export interface IMetodoBanco {
997
997
  id_empresa: number;
998
998
  id_metbco: string;
999
999
  id_banco: string;
1000
- rifemp: string;
1001
- nomemp: string;
1002
1000
  codmet: string;
1003
1001
  denmet: string;
1004
1002
  tipmet: string;
@@ -1006,7 +1004,7 @@ export interface IMetodoBanco {
1006
1004
  tipcuecrenom: string;
1007
1005
  tipcuedebnom: string;
1008
1006
  codofinom: string;
1009
- pagtaqnom: string;
1007
+ usariflin: string;
1010
1008
  nroref: string;
1011
1009
  activo: string;
1012
1010
  numconnom: string;
@@ -12,12 +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;
19
- nombreEmpresa: string;
20
- rifEmpresa: string;
18
+ usarRifLinea: number;
21
19
  constructor(e?: IMetodoBanco);
22
20
  dataInterface(): IMetodoBanco;
23
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.59-20250729",
3
+ "version": "1.1.61-20250729",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },