kcommons 5.9.10 → 5.9.11

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.
@@ -1,5 +1,5 @@
1
- export declare enum PRInclude {
2
- items = "items",
3
- approval_chain = "approval_chain"
1
+ export declare enum PR_INCLUDE {
2
+ items = "items",
3
+ approval_chain = "approval_chain",
4
4
  }
5
5
  export declare const etc = "hello";
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.etc = exports.PRInclude = void 0;
4
- var PRInclude;
5
- (function (PRInclude) {
6
- PRInclude["items"] = "items";
7
- PRInclude["approval_chain"] = "approval_chain";
8
- })(PRInclude = exports.PRInclude || (exports.PRInclude = {}));
3
+ exports.etc = exports.PR_INCLUDE = void 0;
4
+ var PR_INCLUDE;
5
+ (function (PR_INCLUDE) {
6
+ PR_INCLUDE["items"] = "items";
7
+ PR_INCLUDE["approval_chain"] = "approval_chain";
8
+ })((PR_INCLUDE = exports.PR_INCLUDE || (exports.PR_INCLUDE = {})));
9
9
  exports.etc = "hello";
@@ -57,8 +57,14 @@ export declare enum PR_STATUS {
57
57
  CLOSED = "CLOSED",
58
58
  SENT_TO_PURCHASE = "SENT TO PURCHASE"
59
59
  }
60
- export declare enum PRInclude {
60
+ export declare enum PR_INCLUDE {
61
+ created_by_user = "created_by_user",
62
+ company = "company",
63
+ parent_indent = "parent_indent",
64
+ parent_department = "parent_department",
65
+ target_purchase_location = "target_purchase_location",
66
+ approval_chain = "approval_chain",
61
67
  items = "items",
62
- approval_chain = "approval_chain"
68
+ referenced_rfq_items = "referenced_rfq_items"
63
69
  }
64
70
  export declare const etc = "hello";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.etc = exports.PRInclude = exports.PR_STATUS = exports.PR_PRIORITY_TYPES = void 0;
3
+ exports.etc = exports.PR_INCLUDE = exports.PR_STATUS = exports.PR_PRIORITY_TYPES = void 0;
4
4
  exports.PR_PRIORITY_TYPES = {
5
5
  LOW: "Low",
6
6
  MEDIUM: "Medium",
@@ -16,9 +16,15 @@ var PR_STATUS;
16
16
  PR_STATUS["CLOSED"] = "CLOSED";
17
17
  PR_STATUS["SENT_TO_PURCHASE"] = "SENT TO PURCHASE";
18
18
  })(PR_STATUS || (exports.PR_STATUS = PR_STATUS = {}));
19
- var PRInclude;
20
- (function (PRInclude) {
21
- PRInclude["items"] = "items";
22
- PRInclude["approval_chain"] = "approval_chain";
23
- })(PRInclude || (exports.PRInclude = PRInclude = {}));
19
+ var PR_INCLUDE;
20
+ (function (PR_INCLUDE) {
21
+ PR_INCLUDE["created_by_user"] = "created_by_user";
22
+ PR_INCLUDE["company"] = "company";
23
+ PR_INCLUDE["parent_indent"] = "parent_indent";
24
+ PR_INCLUDE["parent_department"] = "parent_department";
25
+ PR_INCLUDE["target_purchase_location"] = "target_purchase_location";
26
+ PR_INCLUDE["approval_chain"] = "approval_chain";
27
+ PR_INCLUDE["items"] = "items";
28
+ PR_INCLUDE["referenced_rfq_items"] = "referenced_rfq_items";
29
+ })(PR_INCLUDE || (exports.PR_INCLUDE = PR_INCLUDE = {}));
24
30
  exports.etc = "hello";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.9.10",
3
+ "version": "5.9.11",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",