easywork-common-lib 1.0.519 → 1.0.520

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.
@@ -46,6 +46,7 @@ enum ContactDocumentFolderCategory {
46
46
  poliza = 2; // Categoría carpeta polizas
47
47
  solicitud = 3; // Categoría carpeta solicitudes
48
48
  medica = 4;
49
+ poliza = 5;
49
50
  }
50
51
 
51
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easywork-common-lib",
3
- "version": "1.0.519",
3
+ "version": "1.0.520",
4
4
  "description": "Librería común de Easywork",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {