@kipicore/dbcore 1.1.176 → 1.1.177

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.
@@ -1239,5 +1239,6 @@ export declare enum STUDENT_LEAVE_REQUEST_ERROR_MESSAGES {
1239
1239
  GET_FAIL = "Unable to retrieve data",
1240
1240
  UPDATE_FAIL = "Unable to update leave request",
1241
1241
  DELETE_FAIL = "Unable to delete leave",
1242
- NOT_FOUND = "Unable to find leave request"
1242
+ NOT_FOUND = "Unable to find leave request",
1243
+ DATE_PASSED = "Leave requested date is passed!"
1243
1244
  }
@@ -1376,4 +1376,5 @@ var STUDENT_LEAVE_REQUEST_ERROR_MESSAGES;
1376
1376
  STUDENT_LEAVE_REQUEST_ERROR_MESSAGES["UPDATE_FAIL"] = "Unable to update leave request";
1377
1377
  STUDENT_LEAVE_REQUEST_ERROR_MESSAGES["DELETE_FAIL"] = "Unable to delete leave";
1378
1378
  STUDENT_LEAVE_REQUEST_ERROR_MESSAGES["NOT_FOUND"] = "Unable to find leave request";
1379
+ STUDENT_LEAVE_REQUEST_ERROR_MESSAGES["DATE_PASSED"] = "Leave requested date is passed!";
1379
1380
  })(STUDENT_LEAVE_REQUEST_ERROR_MESSAGES || (exports.STUDENT_LEAVE_REQUEST_ERROR_MESSAGES = STUDENT_LEAVE_REQUEST_ERROR_MESSAGES = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.176",
3
+ "version": "1.1.177",
4
4
  "description": "Reusable DB core package with Postgres, MongoDB, models, services, interfaces, and types",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",