flit-modulo-exportacoes 2.0.93 → 2.0.94

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.
@@ -93,6 +93,7 @@ export declare enum TiposEventosExportar {
93
93
  */
94
94
  export declare enum TipoFolhaExportacao {
95
95
  NORMAL = "NORMAL",
96
+ RESCISAO = "RESCISAO",
96
97
  COMPLEMENTAR = "COMPLEMENTAR"
97
98
  }
98
99
  /**
@@ -99,6 +99,7 @@ var TiposEventosExportar;
99
99
  var TipoFolhaExportacao;
100
100
  (function (TipoFolhaExportacao) {
101
101
  TipoFolhaExportacao["NORMAL"] = "NORMAL";
102
+ TipoFolhaExportacao["RESCISAO"] = "RESCISAO";
102
103
  TipoFolhaExportacao["COMPLEMENTAR"] = "COMPLEMENTAR";
103
104
  })(TipoFolhaExportacao = exports.TipoFolhaExportacao || (exports.TipoFolhaExportacao = {}));
104
105
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flit-modulo-exportacoes",
3
- "version": "2.0.93",
3
+ "version": "2.0.94",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "directories": {
@@ -17,8 +17,8 @@
17
17
  "devDependencies": {
18
18
  "@elastic/elasticsearch": "^8.19.1",
19
19
  "@types/luxon": "^3.7.1",
20
- "flit-calcular-jornada": "2.6.8",
21
- "prettier": "^3.6.2",
20
+ "flit-calcular-jornada": "2.7.1",
21
+ "prettier": "^3.8.1",
22
22
  "tsc-alias": "^1.8.16",
23
23
  "typescript": "^4.9.5"
24
24
  },