flit-models 3.4.0 → 3.4.1

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.
@@ -28,6 +28,7 @@ export interface IEscalaRegimeCompensacao {
28
28
  destino_pre_limite: RegimesCompensacaoJornada;
29
29
  destino_pos_limite: RegimesCompensacaoJornada;
30
30
  estrategia_pos_limite: EscalaJornadaHibridaEstrategiaPosLimite;
31
+ destino_horas_negativas: RegimesCompensacaoJornada;
31
32
  };
32
33
  }
33
34
  export declare abstract class EscalaHelpers {
@@ -146,6 +147,7 @@ export declare class Escala implements EscalaBase {
146
147
  destino_pre_limite: RegimesCompensacaoJornada;
147
148
  destino_pos_limite: RegimesCompensacaoJornada;
148
149
  estrategia_pos_limite: EscalaJornadaHibridaEstrategiaPosLimite;
150
+ destino_horas_negativas: RegimesCompensacaoJornada;
149
151
  };
150
152
  }[];
151
153
  pausas?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flit-models",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",