easywork-common-lib 1.0.879 → 1.0.880

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.
@@ -196,6 +196,7 @@ message CreateFileRequest {
196
196
  repeated OwnerEntity ownersData = 7; // Información sobre los propietarios
197
197
  bytes filecontent = 8; // Contenido binario del archivo
198
198
  string encoding = 9; // Codificación del archivo (opcional)
199
+ string metadata = 10;
199
200
  }
200
201
 
201
202
  // Solicitud para adjuntar múltiples archivos.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easywork-common-lib",
3
- "version": "1.0.879",
3
+ "version": "1.0.880",
4
4
  "description": "Librería común de Easywork",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {