sigesp 0.9.68-20230914 → 0.9.70-20230914

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.
@@ -478,6 +478,7 @@ export interface IBenefiaciario {
478
478
  id_dt_ben: string;
479
479
  rifpro: string;
480
480
  sc_cuentarecdoc: string;
481
+ id_ctabcoprov: string;
481
482
  despai?: string;
482
483
  desest?: string;
483
484
  desmun?: string;
@@ -42,6 +42,7 @@ export declare class MBeneficiario extends MBasicModel {
42
42
  descripcionParroquia: string;
43
43
  cuentaPagoProveedores: string;
44
44
  rifProveedor: string;
45
+ idCuentaBancoProveedor: number;
45
46
  constructor(e?: IBenefiaciario);
46
47
  dataInterface(): IBenefiaciario;
47
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.68-20230914",
3
+ "version": "0.9.70-20230914",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },