sim-node-lib 0.4.100 → 0.4.102
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.
|
@@ -242,4 +242,14 @@ exports.ModulosContabeis = [
|
|
|
242
242
|
recorrencia: Recorrencia.MENSAL,
|
|
243
243
|
origem: 'Apuração PIS/COFINS - Periódica',
|
|
244
244
|
},
|
|
245
|
+
{
|
|
246
|
+
uuid: '0436cb8c-0c58-41a1-9609-443cc37c1801',
|
|
247
|
+
recorrencia: Recorrencia.MENSAL,
|
|
248
|
+
origem: 'Patrimônio - Baixa',
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
uuid: 'd34d8593-0cbf-4f8c-8647-5736e1168d89',
|
|
252
|
+
recorrencia: Recorrencia.MENSAL,
|
|
253
|
+
origem: 'Desconto de Duplicata',
|
|
254
|
+
},
|
|
245
255
|
];
|
|
@@ -48,6 +48,7 @@ export declare enum PubSubTableEnum {
|
|
|
48
48
|
monitoringLogs = "monitoring_logs",
|
|
49
49
|
nivelInterferencia = "nivel_interferencia",
|
|
50
50
|
noticia = "noticia",
|
|
51
|
+
organizacao = "organizacao",
|
|
51
52
|
pessoaFrotaLimite = "pessoa_frota_limite",
|
|
52
53
|
pessoaFrotaProduto = "pessoa_frota_produto",
|
|
53
54
|
placas = "placas",
|
|
@@ -52,6 +52,7 @@ var PubSubTableEnum;
|
|
|
52
52
|
PubSubTableEnum["monitoringLogs"] = "monitoring_logs";
|
|
53
53
|
PubSubTableEnum["nivelInterferencia"] = "nivel_interferencia";
|
|
54
54
|
PubSubTableEnum["noticia"] = "noticia";
|
|
55
|
+
PubSubTableEnum["organizacao"] = "organizacao";
|
|
55
56
|
PubSubTableEnum["pessoaFrotaLimite"] = "pessoa_frota_limite";
|
|
56
57
|
PubSubTableEnum["pessoaFrotaProduto"] = "pessoa_frota_produto";
|
|
57
58
|
PubSubTableEnum["placas"] = "placas";
|