feat: added fineOne API for workspace & project for update purposes

This commit is contained in:
2026-07-09 20:39:08 +03:30
parent 4cb20f6c0d
commit 9ded147354
4 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export enum PermissionEnum {
DPAGE = "dpage",
DMAIL = 'dmail',
RESELLER="reseller",
WORKSPACE="workspace", // create, update, remove
WORKSPACE="workspace", // create, update, remove, read-one(for update purposes)
VIEW_ALL_WORKSPACES="view_all_workspaces",
PROJECT="project", // create, update, remove
VIEW_ALL_PROJECTS="view_all_projects",