sigesp 1.1.58-20250723 → 1.1.59-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,10 +996,12 @@ export interface IMetodoBanco {
996
996
  id_enterprise: string;
997
997
  id_empresa: number;
998
998
  id_metbco: string;
999
+ id_banco: string;
1000
+ rifemp: string;
1001
+ nomemp: string;
999
1002
  codmet: string;
1000
1003
  denmet: string;
1001
1004
  tipmet: string;
1002
- id_banco: string;
1003
1005
  codempnom: string;
1004
1006
  tipcuecrenom: string;
1005
1007
  tipcuedebnom: string;
@@ -16,6 +16,8 @@ export declare class MMetodoBanco extends MBasicModel {
16
16
  numeroReferencia: number;
17
17
  numeroConvenio: string;
18
18
  activo: number;
19
+ nombreEmpresa: string;
20
+ rifEmpresa: string;
19
21
  constructor(e?: IMetodoBanco);
20
22
  dataInterface(): IMetodoBanco;
21
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.58-20250723",
3
+ "version": "1.1.59-20250729",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },