flit-modulo-exportacoes 2.0.98 → 2.0.99

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,9 +8,10 @@ export declare class SourceEmpresa {
8
8
  uf: string;
9
9
  cidade: string;
10
10
  };
11
+ integracao: DadosIntegracaoEmpresa;
11
12
  parametros: {
12
13
  codigo_externo: string;
14
+ chave_integracao_dominio: string;
13
15
  };
14
- integracao: DadosIntegracaoEmpresa;
15
16
  constructor(empresa: Partial<SourceEmpresa>);
16
17
  }
@@ -7,8 +7,8 @@ class SourceEmpresa {
7
7
  razao;
8
8
  fantasia;
9
9
  endereco;
10
- parametros;
11
10
  integracao;
11
+ parametros;
12
12
  constructor(empresa) {
13
13
  this.i_id = empresa.i_id;
14
14
  this.cnpj = empresa.cnpj;
@@ -103,6 +103,7 @@ export declare enum TipoFolhaExportacao {
103
103
  */
104
104
  export interface PayloadExportacaoPadrao {
105
105
  conta_id: string;
106
+ auditar?: boolean;
106
107
  timezone?: string;
107
108
  data_final: string;
108
109
  empresa_id: string;
@@ -165,6 +166,7 @@ export declare enum EnumFormaExportacaoDominio {
165
166
  * @interface PayloadExportacaoDominio
166
167
  */
167
168
  export interface PayloadExportacaoDominio extends PayloadExportacaoPadrao {
169
+ tipo_operacao_api_dominio?: 'INSERT' | 'DELETE';
168
170
  forma_exportacao_dominio: EnumFormaExportacaoDominio;
169
171
  }
170
172
  /**
@@ -18,7 +18,8 @@ export declare enum EnumTipoEventosExportacoes {
18
18
  TOTVS_RM = "TOTVS_RM",
19
19
  Alterdata = "ALTERDATA",
20
20
  Contmatic = "CONTMATIC",
21
- Cuca_Fresca = "CUCA_FRESCA"
21
+ Cuca_Fresca = "CUCA_FRESCA",
22
+ Superlogica = "SUPERLOGICA"
22
23
  }
23
24
  export declare enum EnumFormaEnvioFaltasEventosExportacoes {
24
25
  Dias = "DIAS",
@@ -45,7 +46,8 @@ export declare enum EnumPadraoFormaEnvioFaltaSistemas {
45
46
  Prosoft = "MINUTOS",
46
47
  Contmatic = "HORAS",
47
48
  Alterdata = "MINUTOS",
48
- Cuca_Fresca = "HORAS"
49
+ Cuca_Fresca = "HORAS",
50
+ Superlogica = "HORAS"
49
51
  }
50
52
  export type PropsCodigosEventosExportacoes<T = any> = {
51
53
  [Property in keyof CodigosEventosExportacoes]: T;
@@ -23,6 +23,7 @@ var EnumTipoEventosExportacoes;
23
23
  EnumTipoEventosExportacoes["Alterdata"] = "ALTERDATA";
24
24
  EnumTipoEventosExportacoes["Contmatic"] = "CONTMATIC";
25
25
  EnumTipoEventosExportacoes["Cuca_Fresca"] = "CUCA_FRESCA";
26
+ EnumTipoEventosExportacoes["Superlogica"] = "SUPERLOGICA";
26
27
  })(EnumTipoEventosExportacoes = exports.EnumTipoEventosExportacoes || (exports.EnumTipoEventosExportacoes = {}));
27
28
  var EnumFormaEnvioFaltasEventosExportacoes;
28
29
  (function (EnumFormaEnvioFaltasEventosExportacoes) {
@@ -52,4 +53,5 @@ var EnumPadraoFormaEnvioFaltaSistemas;
52
53
  EnumPadraoFormaEnvioFaltaSistemas["Contmatic"] = "HORAS";
53
54
  EnumPadraoFormaEnvioFaltaSistemas["Alterdata"] = "MINUTOS";
54
55
  EnumPadraoFormaEnvioFaltaSistemas["Cuca_Fresca"] = "HORAS";
56
+ EnumPadraoFormaEnvioFaltaSistemas["Superlogica"] = "HORAS";
55
57
  })(EnumPadraoFormaEnvioFaltaSistemas = exports.EnumPadraoFormaEnvioFaltaSistemas || (exports.EnumPadraoFormaEnvioFaltaSistemas = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flit-modulo-exportacoes",
3
- "version": "2.0.98",
3
+ "version": "2.0.99",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "directories": {