sim-node-lib 0.4.113 → 0.4.114

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.
@@ -92,6 +92,11 @@ exports.ModulosContabeis = [
92
92
  recorrencia: Recorrencia.MENSAL,
93
93
  origem: 'Cheque - Retorno',
94
94
  },
95
+ {
96
+ uuid: '9010528a-ad86-4d1f-b03a-165229988bdc',
97
+ recorrencia: Recorrencia.MENSAL,
98
+ origem: 'Cheque - Troca',
99
+ },
95
100
  {
96
101
  uuid: '7da52552-ef26-4a43-aa2f-e15e96468fea',
97
102
  recorrencia: Recorrencia.MENSAL,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-node-lib",
3
- "version": "0.4.113",
3
+ "version": "0.4.114",
4
4
  "description": "Library from SIMLabs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",