@kipicore/dbcore 1.1.577 → 1.1.578

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.
@@ -1544,7 +1544,10 @@ export declare enum RMS_AUDIT_ACTION {
1544
1544
  POST = "POST",
1545
1545
  CLOSE = "CLOSE",
1546
1546
  ASSIGN = "ASSIGN",
1547
- RETURN = "RETURN"
1547
+ RETURN = "RETURN",
1548
+ INWARD = "INWARD",
1549
+ OUTWARD = "OUTWARD",
1550
+ TRANSFER = "TRANSFER"
1548
1551
  }
1549
1552
  export declare enum RMS_STOCK_SCOPE {
1550
1553
  GLOBAL = "GLOBAL",
@@ -1861,6 +1861,9 @@ var RMS_AUDIT_ACTION;
1861
1861
  RMS_AUDIT_ACTION["CLOSE"] = "CLOSE";
1862
1862
  RMS_AUDIT_ACTION["ASSIGN"] = "ASSIGN";
1863
1863
  RMS_AUDIT_ACTION["RETURN"] = "RETURN";
1864
+ RMS_AUDIT_ACTION["INWARD"] = "INWARD";
1865
+ RMS_AUDIT_ACTION["OUTWARD"] = "OUTWARD";
1866
+ RMS_AUDIT_ACTION["TRANSFER"] = "TRANSFER";
1864
1867
  })(RMS_AUDIT_ACTION || (exports.RMS_AUDIT_ACTION = RMS_AUDIT_ACTION = {}));
1865
1868
  var RMS_STOCK_SCOPE;
1866
1869
  (function (RMS_STOCK_SCOPE) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.577",
3
+ "version": "1.1.578",
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",