sigesp 1.0.11-20240603 → 1.0.13-20240621

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.
@@ -174,6 +174,7 @@ export interface IPeriodoNomina {
174
174
  fidintconper: string;
175
175
  prenomina: string;
176
176
  calculado: string;
177
+ mes: string;
177
178
  }
178
179
  export interface IPersonalNomina {
179
180
  id_enterprise: string;
@@ -129,6 +129,7 @@ export interface IConfiguracionSNO {
129
129
  reglabinc: string;
130
130
  incbenperautmodben: string;
131
131
  sc_cuentarecdoc: string;
132
+ prosuehis: string;
132
133
  }
133
134
  export interface IIncidencia {
134
135
  valor: string;
@@ -131,6 +131,7 @@ export declare class MConfiguracionSNO extends MBasicModel {
131
131
  codigoConceptoVaccaiones: string;
132
132
  incluirBeneficiarioDelPersonalAutomaticamenteModuloBeneficiarios: number;
133
133
  cuentaContableProveedorBeneficiario: string;
134
+ procesarSueldosHistoricos: number;
134
135
  constructor(I?: IConfiguracionSNO);
135
136
  dataInterface(): IConfiguracionSNO;
136
137
  }
@@ -19,6 +19,7 @@ export declare class MPeriodoNomina extends MBasicModel {
19
19
  fideicomisoInteresContabilizadoPeriodo: number;
20
20
  prenomina: boolean;
21
21
  calculado: boolean;
22
+ mes: number;
22
23
  constructor(e?: IPeriodoNomina);
23
24
  dataInterface(): IPeriodoNomina;
24
25
  estatusPeriodo(): string;
@@ -1040,6 +1040,16 @@ export declare class SigespService {
1040
1040
  * @date 13-11-2022
1041
1041
  */
1042
1042
  getCargosAdicionales(tipo: string, id?: number): Observable<any>;
1043
+ /**
1044
+ * @description Obtiene los release
1045
+ * @param tipo : release (obtiene el ultimo release del sistema),verificar(verifica si se ejecuto el ultimo release)
1046
+ * @param sistema : sistema
1047
+ * @param seccion : tipo 'RELEASE'
1048
+ * @returns string
1049
+ * @author Dimaly Crespo
1050
+ * @date 21-06-2024
1051
+ */
1052
+ getVerificarRelease(tipo: string, sistema: string, seccion?: string): Observable<any>;
1043
1053
  static ɵfac: i0.ɵɵFactoryDeclaration<SigespService, never>;
1044
1054
  static ɵprov: i0.ɵɵInjectableDeclaration<SigespService>;
1045
1055
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.0.11-20240603",
3
+ "version": "1.0.13-20240621",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },