flit-models 3.3.52 → 3.3.53
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.
|
@@ -14,7 +14,7 @@ export declare enum RegimesCompensacaoEscala {
|
|
|
14
14
|
bancohoras = "BANCO_HORAS",
|
|
15
15
|
horasextras = "HORAS_EXTRAS",
|
|
16
16
|
padrao = "PADRAO",
|
|
17
|
-
|
|
17
|
+
jornadahibrida = "JORNADA_HIBRIDA"
|
|
18
18
|
}
|
|
19
19
|
export declare enum TipoJornadaHorario {
|
|
20
20
|
CIRCULAR = "CIRCULAR",
|
|
@@ -33,7 +33,7 @@ var RegimesCompensacaoEscala;
|
|
|
33
33
|
RegimesCompensacaoEscala["bancohoras"] = "BANCO_HORAS";
|
|
34
34
|
RegimesCompensacaoEscala["horasextras"] = "HORAS_EXTRAS";
|
|
35
35
|
RegimesCompensacaoEscala["padrao"] = "PADRAO"; /* Padrão do sistema aqui vai assumir do (1 - usuário) ou (2 - empresa) ou (3 - conta). */
|
|
36
|
-
RegimesCompensacaoEscala["
|
|
36
|
+
RegimesCompensacaoEscala["jornadahibrida"] = "JORNADA_HIBRIDA";
|
|
37
37
|
})(RegimesCompensacaoEscala = exports.RegimesCompensacaoEscala || (exports.RegimesCompensacaoEscala = {}));
|
|
38
38
|
var TipoJornadaHorario;
|
|
39
39
|
(function (TipoJornadaHorario) {
|