@duvdu-v1/duvdu 1.1.285 → 1.1.287

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.
@@ -15,6 +15,7 @@ export declare enum PERMISSIONS {
15
15
  removeRoleHandler = "remove-role",
16
16
  getAllPermissions = "get-all-permissions",
17
17
  listMessagesFromTo = "list-messages-from-to",
18
+ sendNotificationToUsers = "send-notification-to-users",
18
19
  listProjects = "list-projects",
19
20
  updateProject = "update-project",
20
21
  removeProject = "remove-project",
@@ -23,6 +23,7 @@ var PERMISSIONS;
23
23
  PERMISSIONS["getAllPermissions"] = "get-all-permissions";
24
24
  //message
25
25
  PERMISSIONS["listMessagesFromTo"] = "list-messages-from-to";
26
+ PERMISSIONS["sendNotificationToUsers"] = "send-notification-to-users";
26
27
  // project
27
28
  PERMISSIONS["listProjects"] = "list-projects";
28
29
  PERMISSIONS["updateProject"] = "update-project";
@@ -119,6 +120,7 @@ exports.permissions = {
119
120
  PERMISSIONS.listWithdrawMethods,
120
121
  PERMISSIONS.updateWithdrawMethod,
121
122
  PERMISSIONS.removeUser,
123
+ PERMISSIONS.sendNotificationToUsers,
122
124
  ],
123
125
  category: [
124
126
  PERMISSIONS.createCategory,
@@ -145,6 +147,7 @@ exports.permissions = {
145
147
  ],
146
148
  messages: [
147
149
  PERMISSIONS.listMessagesFromTo,
150
+ PERMISSIONS.sendNotificationToUsers,
148
151
  ],
149
152
  projects: [
150
153
  PERMISSIONS.listProjects,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duvdu-v1/duvdu",
3
- "version": "1.1.285",
3
+ "version": "1.1.287",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [