easywork-common-lib 1.0.434 → 1.0.435
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.
|
@@ -54,6 +54,8 @@ message UploadFilesToReceiptRequest {
|
|
|
54
54
|
message UploadFilesToReceiptResponse {
|
|
55
55
|
repeated string filesIds = 1; // Identificadores de los archivos subidos
|
|
56
56
|
bool success = 2; // Indicador de éxito de la operación
|
|
57
|
+
string message = 3; // Mensaje de respuesta
|
|
58
|
+
int32 code = 4; // Código de respuesta
|
|
57
59
|
}
|
|
58
60
|
|
|
59
61
|
// Solicitud para crear una nueva carpeta.
|