@kipicore/dbcore 1.1.589 → 1.1.590

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.
@@ -1577,5 +1577,6 @@ export declare enum GRADE {
1577
1577
  }
1578
1578
  export declare enum FINAL_RESULT {
1579
1579
  PASS = "Pass",
1580
- FAIL = "Fail"
1580
+ FAIL = "Fail",
1581
+ PROMOTE_PASS = "Promote pass"
1581
1582
  }
@@ -1899,4 +1899,5 @@ var FINAL_RESULT;
1899
1899
  (function (FINAL_RESULT) {
1900
1900
  FINAL_RESULT["PASS"] = "Pass";
1901
1901
  FINAL_RESULT["FAIL"] = "Fail";
1902
+ FINAL_RESULT["PROMOTE_PASS"] = "Promote pass";
1902
1903
  })(FINAL_RESULT || (exports.FINAL_RESULT = FINAL_RESULT = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.589",
3
+ "version": "1.1.590",
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",