easywork-common-lib 1.0.431 → 1.0.432

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.
@@ -14,6 +14,8 @@ message OwnerEntity {
14
14
  string relation = 3;
15
15
  }
16
16
 
17
+
18
+
17
19
  // Define los mensajes para las operaciones de carpetas
18
20
  message CreateFolderRequest {
19
21
  string name = 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easywork-common-lib",
3
- "version": "1.0.431",
3
+ "version": "1.0.432",
4
4
  "description": "Librería común de Easywork",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {