flit-modulo-exportacoes 2.0.95 → 2.0.96

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.
@@ -282,9 +282,9 @@ export interface MovimentoEnvioEContador {
282
282
  comentario: string;
283
283
  complemento: string;
284
284
  funcionarioId: string;
285
- departamentoId: string;
286
285
  tipomovimentoId: string;
287
286
  id: string | number | null;
287
+ departamentoId: string | null;
288
288
  faltas: Array<FaltaEnvioEContador>;
289
289
  }
290
290
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flit-modulo-exportacoes",
3
- "version": "2.0.95",
3
+ "version": "2.0.96",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "directories": {