flit-modulo-exportacoes 2.0.59 → 2.0.60

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.
Files changed (2) hide show
  1. package/dist/utils.d.ts +0 -1
  2. package/package.json +1 -1
package/dist/utils.d.ts CHANGED
@@ -40,5 +40,4 @@ export declare function getDadosCadastraisExportacao({ usuarioId, empresaId, jor
40
40
  codigoExternoFuncionario: string;
41
41
  integracao_empresa?: DadosIntegracao;
42
42
  integracao_usuario?: DadosIntegracao;
43
- integracao_departamento?: DadosIntegracao;
44
43
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flit-modulo-exportacoes",
3
- "version": "2.0.59",
3
+ "version": "2.0.60",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "directories": {