@konplit-services/common 1.0.118 → 1.0.119

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.
@@ -113,4 +113,5 @@ export declare const PERMISSIONS: {
113
113
  CAN_CREATE_VALUE_BANKACCOUNT: string;
114
114
  CAN_VIEW_VALUE_BANKACCOUNT: string;
115
115
  CAN_VIEW_LOGS: string;
116
+ CAN_MANAGE_KYC: string;
116
117
  };
@@ -117,4 +117,5 @@ exports.PERMISSIONS = {
117
117
  CAN_CREATE_VALUE_BANKACCOUNT: "CAN_CREATE_VALUE_BANKACCOUNT",
118
118
  CAN_VIEW_VALUE_BANKACCOUNT: "CAN_VIEW_VALUE_BANKACCOUNT",
119
119
  CAN_VIEW_LOGS: "CAN_VIEW_LOGS",
120
+ CAN_MANAGE_KYC: "CAN_MANAGE_KYC",
120
121
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.118",
3
+ "version": "1.0.119",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",