kcommons 3.1.0 → 3.1.1

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.
@@ -4,10 +4,9 @@ export declare enum PERMISSION_ACTIONS {
4
4
  UPDATE = "update_perm",
5
5
  DELETE = "delete_perm",
6
6
  CANCEL = "cancel_perm",
7
- SEND_FOR_APPROVAL = "sendFor_approval_perm",
7
+ SEND_FOR_APPROVAL = "send_for_approval_perm",
8
8
  STV = "send_to_vendor_perm",
9
- APPROVALS = "approvals_perm",
10
- VIEW = "view"
9
+ APPROVALS = "approvals_perm"
11
10
  }
12
11
  export declare enum DOCUMENTS {
13
12
  INDENT = "Indent",
@@ -10,10 +10,9 @@ var PERMISSION_ACTIONS;
10
10
  PERMISSION_ACTIONS["UPDATE"] = "update_perm";
11
11
  PERMISSION_ACTIONS["DELETE"] = "delete_perm";
12
12
  PERMISSION_ACTIONS["CANCEL"] = "cancel_perm";
13
- PERMISSION_ACTIONS["SEND_FOR_APPROVAL"] = "sendFor_approval_perm";
13
+ PERMISSION_ACTIONS["SEND_FOR_APPROVAL"] = "send_for_approval_perm";
14
14
  PERMISSION_ACTIONS["STV"] = "send_to_vendor_perm";
15
15
  PERMISSION_ACTIONS["APPROVALS"] = "approvals_perm";
16
- PERMISSION_ACTIONS["VIEW"] = "view";
17
16
  })(PERMISSION_ACTIONS = exports.PERMISSION_ACTIONS || (exports.PERMISSION_ACTIONS = {}));
18
17
  var DOCUMENTS;
19
18
  (function (DOCUMENTS) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",