kcommons 3.6.1 → 3.7.0

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.
@@ -6,5 +6,7 @@ export declare enum DOCUMENT_STATUS {
6
6
  CLOSED = "CLOSED",
7
7
  ISSUED = "ISSUED",
8
8
  SENT_TO_VENDORS = "SENT TO VENDORS",
9
- COMPARATIVE = "COMPARATIVE"
9
+ COMPARATIVE = "COMPARATIVE",
10
+ SENT_TO_STORE = "SENT TO STORE",
11
+ SENT_TO_PURCHASE = "SENT TO PURCHASE"
10
12
  }
@@ -11,4 +11,6 @@ var DOCUMENT_STATUS;
11
11
  DOCUMENT_STATUS["ISSUED"] = "ISSUED";
12
12
  DOCUMENT_STATUS["SENT_TO_VENDORS"] = "SENT TO VENDORS";
13
13
  DOCUMENT_STATUS["COMPARATIVE"] = "COMPARATIVE";
14
+ DOCUMENT_STATUS["SENT_TO_STORE"] = "SENT TO STORE";
15
+ DOCUMENT_STATUS["SENT_TO_PURCHASE"] = "SENT TO PURCHASE";
14
16
  })(DOCUMENT_STATUS = exports.DOCUMENT_STATUS || (exports.DOCUMENT_STATUS = {}));
@@ -3,5 +3,5 @@ export declare enum IndentStatus {
3
3
  PENDING_APPROVAL = "PENDING APPROVAL",
4
4
  APPROVED = "APPROVED",
5
5
  REJECTED = "REJECTED",
6
- SENT_TO_VENDOR = "SENT TO VENDORS"
6
+ SENT_TO_STORE = "SENT TO STORE"
7
7
  }
@@ -7,5 +7,5 @@ var IndentStatus;
7
7
  IndentStatus["PENDING_APPROVAL"] = "PENDING APPROVAL";
8
8
  IndentStatus["APPROVED"] = "APPROVED";
9
9
  IndentStatus["REJECTED"] = "REJECTED";
10
- IndentStatus["SENT_TO_VENDOR"] = "SENT TO VENDORS";
10
+ IndentStatus["SENT_TO_STORE"] = "SENT TO STORE";
11
11
  })(IndentStatus = exports.IndentStatus || (exports.IndentStatus = {}));
@@ -8,5 +8,6 @@ export declare enum PR_STATUS {
8
8
  PENDING_APPROVAL = "PENDING APPROVAL",
9
9
  APPROVED = "APPROVED",
10
10
  REJECTED = "REJECTED",
11
- CLOSED = "CLOSED"
11
+ CLOSED = "CLOSED",
12
+ SENT_TO_PURCHASE = "SENT TO PURCHASE"
12
13
  }
@@ -14,4 +14,5 @@ var PR_STATUS;
14
14
  PR_STATUS["APPROVED"] = "APPROVED";
15
15
  PR_STATUS["REJECTED"] = "REJECTED";
16
16
  PR_STATUS["CLOSED"] = "CLOSED";
17
+ PR_STATUS["SENT_TO_PURCHASE"] = "SENT TO PURCHASE";
17
18
  })(PR_STATUS = exports.PR_STATUS || (exports.PR_STATUS = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "3.6.1",
3
+ "version": "3.7.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",