sim-node-lib 0.4.99 → 0.4.101

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.
@@ -7,6 +7,11 @@ var Recorrencia;
7
7
  Recorrencia["MENSAL"] = "M";
8
8
  })(Recorrencia = exports.Recorrencia || (exports.Recorrencia = {}));
9
9
  exports.ModulosContabeis = [
10
+ {
11
+ uuid: 'e1696b6b-9de4-4f22-a977-b191a39506a9',
12
+ recorrencia: Recorrencia.DIARIO,
13
+ origem: 'Fechamento de Caixa',
14
+ },
10
15
  {
11
16
  uuid: '0745818a-4760-4cbe-b6bc-073519ac2104',
12
17
  recorrencia: Recorrencia.DIARIO,
@@ -237,4 +242,14 @@ exports.ModulosContabeis = [
237
242
  recorrencia: Recorrencia.MENSAL,
238
243
  origem: 'Apuração PIS/COFINS - Periódica',
239
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
+ },
240
255
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-node-lib",
3
- "version": "0.4.99",
3
+ "version": "0.4.101",
4
4
  "description": "Library from SIMLabs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",