easywork-common-lib 1.0.433 → 1.0.434

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.
@@ -27,8 +27,8 @@ message IFile {
27
27
 
28
28
  // Categorías para clasificar las carpetas de un recibo.
29
29
  enum ReceiptFolderCategory {
30
- FACTURA = 0; // Categoría para facturas
31
- PAGO = 1; // Categoría para pagos recibidos
30
+ factura = 0; // Categoría para facturas
31
+ pago = 1; // Categoría para pagos recibidos
32
32
  }
33
33
 
34
34
  // Consulta para especificar la categoría de los archivos subidos.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easywork-common-lib",
3
- "version": "1.0.433",
3
+ "version": "1.0.434",
4
4
  "description": "Librería común de Easywork",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {