flit-models 3.3.3 → 3.3.4

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.
@@ -12,7 +12,8 @@ export declare enum EnumTipoRelatorio {
12
12
  COLABORADOR = "COLABORADOR",
13
13
  FOLHA_PONTO = "FOLHA_PONTO",
14
14
  SALDOS = "SALDOS",
15
- SALDOS_ACUMULADOS = "SALDOS_ACUMULADOS"
15
+ SALDOS_ACUMULADOS = "SALDOS_ACUMULADOS",
16
+ AUDITOR_IA_MARCACOES = "AUDITOR_IA_MARCACOES"
16
17
  }
17
18
  export declare enum EnumStatusRelatorio {
18
19
  PROCESSANDO = "PROCESSANDO",
@@ -19,6 +19,7 @@ var EnumTipoRelatorio;
19
19
  EnumTipoRelatorio["FOLHA_PONTO"] = "FOLHA_PONTO";
20
20
  EnumTipoRelatorio["SALDOS"] = "SALDOS";
21
21
  EnumTipoRelatorio["SALDOS_ACUMULADOS"] = "SALDOS_ACUMULADOS";
22
+ EnumTipoRelatorio["AUDITOR_IA_MARCACOES"] = "AUDITOR_IA_MARCACOES";
22
23
  })(EnumTipoRelatorio = exports.EnumTipoRelatorio || (exports.EnumTipoRelatorio = {}));
23
24
  var EnumStatusRelatorio;
24
25
  (function (EnumStatusRelatorio) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flit-models",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",