flit-modulo-exportacoes 2.0.64 → 2.0.65

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.
@@ -8,7 +8,7 @@ class DepartamentosElastic extends elastic_base_1.ElasticBase {
8
8
  return await this.elasticClient.search({
9
9
  scroll: '1m',
10
10
  sort: [{
11
- data: 'asc'
11
+ i_id: 'asc'
12
12
  }],
13
13
  index: 'contas_departamentos',
14
14
  size: this.totalRegistrosFiltradosElastic,
@@ -197,7 +197,7 @@ export interface DadosIntegracao {
197
197
  id_externo?: string;
198
198
  }
199
199
  /**
200
- * Interface com o modelo dos movimentos a serem enviados para a API do eContador.
200
+ * Interface com o modelo das faltas a serem enviadas para a API do eContador.
201
201
  *
202
202
  * @interface FaltaEnvioEContador
203
203
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flit-modulo-exportacoes",
3
- "version": "2.0.64",
3
+ "version": "2.0.65",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "directories": {