sim-node-lib 0.4.101 → 0.4.103

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.
@@ -237,11 +237,6 @@ exports.ModulosContabeis = [
237
237
  recorrencia: Recorrencia.MENSAL,
238
238
  origem: 'Produção',
239
239
  },
240
- {
241
- uuid: '30544b48-7dc4-4f3e-ac6c-16be7bca57a4',
242
- recorrencia: Recorrencia.MENSAL,
243
- origem: 'Apuração PIS/COFINS - Periódica',
244
- },
245
240
  {
246
241
  uuid: '0436cb8c-0c58-41a1-9609-443cc37c1801',
247
242
  recorrencia: Recorrencia.MENSAL,
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-node-lib",
3
- "version": "0.4.101",
3
+ "version": "0.4.103",
4
4
  "description": "Library from SIMLabs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",