@konplit-services/common 1.0.244 → 1.0.245

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.
@@ -116,4 +116,5 @@ export declare const PERMISSIONS: {
116
116
  CAN_VIEW_VALUE_BANKACCOUNT: string;
117
117
  CAN_VIEW_LOGS: string;
118
118
  CAN_MANAGE_KYC: string;
119
+ CAN_VIEW_REVENUE: string;
119
120
  };
@@ -121,4 +121,6 @@ exports.PERMISSIONS = {
121
121
  CAN_VIEW_VALUE_BANKACCOUNT: "CAN_VIEW_VALUE_BANKACCOUNT",
122
122
  CAN_VIEW_LOGS: "CAN_VIEW_LOGS",
123
123
  CAN_MANAGE_KYC: "CAN_MANAGE_KYC",
124
+ //REVENUE
125
+ CAN_VIEW_REVENUE: "CAN_VIEW_REVENUE",
124
126
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.244",
3
+ "version": "1.0.245",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",