easywork-common-lib 1.0.882 → 1.0.883

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.
@@ -190,6 +190,7 @@ message CopyFileRequest {
190
190
  string fileId = 1;
191
191
  string newName = 2;
192
192
  string folderId = 3;
193
+ string metadata = 4;
193
194
  }
194
195
 
195
196
  // Solicitud para crear un archivo.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easywork-common-lib",
3
- "version": "1.0.882",
3
+ "version": "1.0.883",
4
4
  "description": "Librería común de Easywork",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {