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.
@@ -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
- * @description Retorna los headers para hacer las peticiones
744
- * @return HttpHeaders
745
- * @author Miguel Ramírez
746
- */
747
- getHttpHeaders(): HttpHeaders;
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.97-20220614",
3
+ "version": "0.8.98-20220615",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },