kcommons 3.6.0 → 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.
- package/build/constants/documentStatus.typings.d.ts +3 -1
- package/build/constants/documentStatus.typings.js +2 -0
- package/build/typings/includes/pr.include.d.ts +1 -0
- package/build/typings/includes/pr.include.js +2 -1
- package/build/typings/indent/indent.typings.d.ts +1 -1
- package/build/typings/indent/indent.typings.js +1 -1
- package/build/typings/pr/pr_priority.d.ts +2 -1
- package/build/typings/pr/pr_priority.js +1 -0
- package/package.json +1 -2
|
@@ -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 = {}));
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PRInclude = void 0;
|
|
3
|
+
exports.etc = exports.PRInclude = void 0;
|
|
4
4
|
var PRInclude;
|
|
5
5
|
(function (PRInclude) {
|
|
6
6
|
PRInclude["items"] = "items";
|
|
7
7
|
PRInclude["approval_chain"] = "approval_chain";
|
|
8
8
|
})(PRInclude = exports.PRInclude || (exports.PRInclude = {}));
|
|
9
|
+
exports.etc = "hello";
|
|
@@ -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["
|
|
10
|
+
IndentStatus["SENT_TO_STORE"] = "SENT TO STORE";
|
|
11
11
|
})(IndentStatus = exports.IndentStatus || (exports.IndentStatus = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kcommons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "./build/index.d.js",
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
"author": "",
|
|
14
14
|
"license": "ISC",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"kcommons": "^3.2.0",
|
|
17
16
|
"np": "^10.0.7"
|
|
18
17
|
}
|
|
19
18
|
}
|