This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
organizationSkillsProvider Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module.exports = {
4747 delete : {
4848 method : Controller . remove ,
4949 auth : 'jwt' ,
50- access : consts . AdminUser ,
50+ access : [ ... consts . AdminUser , consts . UserRoles . ubahn ] ,
5151 scopes : [ 'delete:achievement' , 'all:achievement' ]
5252 }
5353 }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module.exports = {
4747 delete : {
4848 method : Controller . remove ,
4949 auth : 'jwt' ,
50- access : consts . AdminUser ,
50+ access : [ ... consts . AdminUser , consts . UserRoles . ubahn ] ,
5151 scopes : [ 'delete:achievementsProvider' , 'all:achievementsProvider' ]
5252 }
5353 }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module.exports = {
4747 delete : {
4848 method : Controller . remove ,
4949 auth : 'jwt' ,
50- access : consts . AdminUser ,
50+ access : [ ... consts . AdminUser , consts . UserRoles . ubahn ] ,
5151 scopes : [ 'delete:attribute' , 'all:attribute' ]
5252 }
5353 }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module.exports = {
4747 delete : {
4848 method : Controller . remove ,
4949 auth : 'jwt' ,
50- access : consts . AdminUser ,
50+ access : [ ... consts . AdminUser , consts . UserRoles . ubahn ] ,
5151 scopes : [ 'delete:attributeGroup' , 'all:attributeGroup' ]
5252 }
5353 }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module.exports = {
4747 delete : {
4848 method : Controller . remove ,
4949 auth : 'jwt' ,
50- access : consts . AdminUser ,
50+ access : [ ... consts . AdminUser , consts . UserRoles . ubahn ] ,
5151 scopes : [ 'delete:externalProfile' , 'all:externalProfile' ]
5252 }
5353 }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module.exports = {
4747 delete : {
4848 method : Controller . remove ,
4949 auth : 'jwt' ,
50- access : consts . AdminUser ,
50+ access : [ ... consts . AdminUser , consts . UserRoles . ubahn ] ,
5151 scopes : [ 'delete:organization' , 'all:organization' ]
5252 }
5353 }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ module.exports = {
4141 delete : {
4242 method : Controller . remove ,
4343 auth : 'jwt' ,
44- access : consts . AdminUser ,
44+ access : [ ... consts . AdminUser , consts . UserRoles . ubahn ] ,
4545 scopes : [ 'delete:organizationSkillsProvider' , 'all:organizationSkillsProvider' ]
4646 }
4747 }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module.exports = {
4747 delete : {
4848 method : Controller . remove ,
4949 auth : 'jwt' ,
50- access : consts . AdminUser ,
50+ access : [ ... consts . AdminUser , consts . UserRoles . ubahn ] ,
5151 scopes : [ 'delete:role' , 'all:role' ]
5252 }
5353 }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module.exports = {
4747 delete : {
4848 method : Controller . remove ,
4949 auth : 'jwt' ,
50- access : consts . AdminUser ,
50+ access : [ ... consts . AdminUser , consts . UserRoles . ubahn ] ,
5151 scopes : [ 'delete:skill' , 'all:skill' ]
5252 }
5353 }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module.exports = {
4747 delete : {
4848 method : Controller . remove ,
4949 auth : 'jwt' ,
50- access : consts . AdminUser ,
50+ access : [ ... consts . AdminUser , consts . UserRoles . ubahn ] ,
5151 scopes : [ 'delete:skillsProvider' , 'all:skillsProvider' ]
5252 }
5353 }
You can’t perform that action at this time.
0 commit comments