flit-modulo-exportacoes 2.0.72 → 2.0.73

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.
@@ -115,6 +115,7 @@ export interface PayloadExportacaoAlterdata extends PayloadExportacaoPadrao {
115
115
  * @interface PayloadEnvioEventosEContador
116
116
  */
117
117
  export interface PayloadEnvioEventosEContador {
118
+ conta_id: string;
118
119
  empresa_id: string;
119
120
  token_api_econtador: string;
120
121
  movimentacoes: Array<MovimentoEnvioEContador>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flit-modulo-exportacoes",
3
- "version": "2.0.72",
3
+ "version": "2.0.73",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "directories": {
@@ -15,9 +15,9 @@
15
15
  "moment": "^2.30.1"
16
16
  },
17
17
  "devDependencies": {
18
- "@elastic/elasticsearch": "^8.13.1",
18
+ "@elastic/elasticsearch": "^8.14.0",
19
19
  "@types/luxon": "^3.4.2",
20
- "flit-calcular-jornada": "^2.2.18",
20
+ "flit-calcular-jornada": "^2.2.26",
21
21
  "prettier": "^3.3.2",
22
22
  "tsc-alias": "^1.8.10",
23
23
  "typescript": "^4.9.5"