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
|
-
|
|
31
|
-
|
|
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.
|