flit-modulo-exportacoes 2.0.97 → 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
|
}
|
|
@@ -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
|
/**
|
|
@@ -6,6 +6,7 @@ export declare enum EnumTipoEventosExportacoes {
|
|
|
6
6
|
DIMEP = "DIMEP",
|
|
7
7
|
Dexion = "DEXION",
|
|
8
8
|
Fortes = "FORTES",
|
|
9
|
+
GCASPP = "GCASPP",
|
|
9
10
|
Dominio = "DOMINIO",
|
|
10
11
|
Nasajon = "NASAJON",
|
|
11
12
|
Natcorp = "NATCORP",
|
|
@@ -17,7 +18,8 @@ export declare enum EnumTipoEventosExportacoes {
|
|
|
17
18
|
TOTVS_RM = "TOTVS_RM",
|
|
18
19
|
Alterdata = "ALTERDATA",
|
|
19
20
|
Contmatic = "CONTMATIC",
|
|
20
|
-
Cuca_Fresca = "CUCA_FRESCA"
|
|
21
|
+
Cuca_Fresca = "CUCA_FRESCA",
|
|
22
|
+
Superlogica = "SUPERLOGICA"
|
|
21
23
|
}
|
|
22
24
|
export declare enum EnumFormaEnvioFaltasEventosExportacoes {
|
|
23
25
|
Dias = "DIAS",
|
|
@@ -32,6 +34,7 @@ export declare enum EnumPadraoFormaEnvioFaltaSistemas {
|
|
|
32
34
|
DIMEP = "HORAS",
|
|
33
35
|
Dexion = "HORAS",
|
|
34
36
|
Fortes = "HORAS",
|
|
37
|
+
GCASPP = "HORAS",
|
|
35
38
|
Nasajon = "HORAS",
|
|
36
39
|
Natcorp = "HORAS",
|
|
37
40
|
OneFlow = "HORAS",
|
|
@@ -43,7 +46,8 @@ export declare enum EnumPadraoFormaEnvioFaltaSistemas {
|
|
|
43
46
|
Prosoft = "MINUTOS",
|
|
44
47
|
Contmatic = "HORAS",
|
|
45
48
|
Alterdata = "MINUTOS",
|
|
46
|
-
Cuca_Fresca = "HORAS"
|
|
49
|
+
Cuca_Fresca = "HORAS",
|
|
50
|
+
Superlogica = "HORAS"
|
|
47
51
|
}
|
|
48
52
|
export type PropsCodigosEventosExportacoes<T = any> = {
|
|
49
53
|
[Property in keyof CodigosEventosExportacoes]: T;
|
|
@@ -10,6 +10,7 @@ var EnumTipoEventosExportacoes;
|
|
|
10
10
|
EnumTipoEventosExportacoes["DIMEP"] = "DIMEP";
|
|
11
11
|
EnumTipoEventosExportacoes["Dexion"] = "DEXION";
|
|
12
12
|
EnumTipoEventosExportacoes["Fortes"] = "FORTES";
|
|
13
|
+
EnumTipoEventosExportacoes["GCASPP"] = "GCASPP";
|
|
13
14
|
EnumTipoEventosExportacoes["Dominio"] = "DOMINIO";
|
|
14
15
|
EnumTipoEventosExportacoes["Nasajon"] = "NASAJON";
|
|
15
16
|
EnumTipoEventosExportacoes["Natcorp"] = "NATCORP";
|
|
@@ -22,6 +23,7 @@ var EnumTipoEventosExportacoes;
|
|
|
22
23
|
EnumTipoEventosExportacoes["Alterdata"] = "ALTERDATA";
|
|
23
24
|
EnumTipoEventosExportacoes["Contmatic"] = "CONTMATIC";
|
|
24
25
|
EnumTipoEventosExportacoes["Cuca_Fresca"] = "CUCA_FRESCA";
|
|
26
|
+
EnumTipoEventosExportacoes["Superlogica"] = "SUPERLOGICA";
|
|
25
27
|
})(EnumTipoEventosExportacoes = exports.EnumTipoEventosExportacoes || (exports.EnumTipoEventosExportacoes = {}));
|
|
26
28
|
var EnumFormaEnvioFaltasEventosExportacoes;
|
|
27
29
|
(function (EnumFormaEnvioFaltasEventosExportacoes) {
|
|
@@ -38,6 +40,7 @@ var EnumPadraoFormaEnvioFaltaSistemas;
|
|
|
38
40
|
EnumPadraoFormaEnvioFaltaSistemas["DIMEP"] = "HORAS";
|
|
39
41
|
EnumPadraoFormaEnvioFaltaSistemas["Dexion"] = "HORAS";
|
|
40
42
|
EnumPadraoFormaEnvioFaltaSistemas["Fortes"] = "HORAS";
|
|
43
|
+
EnumPadraoFormaEnvioFaltaSistemas["GCASPP"] = "HORAS";
|
|
41
44
|
EnumPadraoFormaEnvioFaltaSistemas["Nasajon"] = "HORAS";
|
|
42
45
|
EnumPadraoFormaEnvioFaltaSistemas["Natcorp"] = "HORAS";
|
|
43
46
|
EnumPadraoFormaEnvioFaltaSistemas["OneFlow"] = "HORAS";
|
|
@@ -50,4 +53,5 @@ var EnumPadraoFormaEnvioFaltaSistemas;
|
|
|
50
53
|
EnumPadraoFormaEnvioFaltaSistemas["Contmatic"] = "HORAS";
|
|
51
54
|
EnumPadraoFormaEnvioFaltaSistemas["Alterdata"] = "MINUTOS";
|
|
52
55
|
EnumPadraoFormaEnvioFaltaSistemas["Cuca_Fresca"] = "HORAS";
|
|
56
|
+
EnumPadraoFormaEnvioFaltaSistemas["Superlogica"] = "HORAS";
|
|
53
57
|
})(EnumPadraoFormaEnvioFaltaSistemas = exports.EnumPadraoFormaEnvioFaltaSistemas || (exports.EnumPadraoFormaEnvioFaltaSistemas = {}));
|