sigesp 0.8.97-20220614 → 0.8.98-20220615
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/bundles/sigesp.umd.js +10 -6
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/sigesp.service.js +11 -7
- package/fesm2015/sigesp.js +10 -6
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/sigesp.service.d.ts +7 -5
- package/package.json +1 -1
package/lib/sigesp.service.d.ts
CHANGED
|
@@ -740,11 +740,13 @@ export declare class SigespService {
|
|
|
740
740
|
getHojaTiempo(tipo: string, idPersonal?: number, idNomina?: number): Observable<any>;
|
|
741
741
|
userHasRights(column: 'administrador' | 'insertar' | 'actualizar' | 'consultar' | 'eliminar' | 'anular' | 'descargar' | 'ejecutar__procesar_' | 'imprimir' | 'enviar__correo_' | 'visible'): Observable<IResponse>;
|
|
742
742
|
/**
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
743
|
+
* @description Retorna los headers para hacer las peticiones
|
|
744
|
+
* @params type: Tipo MIME permitido por defecto se toma application/json
|
|
745
|
+
* @return HttpHeaders
|
|
746
|
+
* @author Miguel Ramírez
|
|
747
|
+
* @date-update: 15-06-2022
|
|
748
|
+
*/
|
|
749
|
+
getHttpHeaders(type?: string): HttpHeaders;
|
|
748
750
|
/**
|
|
749
751
|
* @description Obtiene el servidor guardado en el sessionStorage
|
|
750
752
|
* @return string
|