sigesp 0.9.48-20230717 → 0.9.50-20230809

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.
@@ -46,6 +46,5 @@ export declare class MEmpresa extends MBasicModel {
46
46
  codigoFuenteFinanciamintoMostrar: string;
47
47
  codigoCentroCosto: string;
48
48
  estructuraPresupuestaria: string;
49
- constructor(emp?: IEmpresa);
50
49
  dataInterface(): IEmpresa;
51
50
  }
@@ -887,7 +887,7 @@ export declare class SigespService {
887
887
  * @description obtiene el personal segun filtro
888
888
  * @return Observable<IResponse>
889
889
  * @date 15-11-2021
890
- * @param tipo: valores ['catalogo','default','nomina']
890
+ * @param tipo: valores ['catalogo','default','nomina','responsables']
891
891
  * @params dato:object {nombre:string, apellido:string, cedula.string} use para la opcion 'catalogo'
892
892
  */
893
893
  getPersonal(tipo: string, dato?: any): Observable<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.48-20230717",
3
+ "version": "0.9.50-20230809",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },