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.
- package/esm2020/lib/core/interfaces/RecursosHumanos.mjs +1 -1
- package/esm2020/lib/core/models/SNO/MMetodoBanco.model.mjs +4 -4
- package/fesm2015/sigesp.mjs +3 -3
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +3 -3
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +2 -2
- package/lib/core/models/SNO/MMetodoBanco.model.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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
|
}
|