@stackfactor/client-api 1.1.103 → 1.1.104
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.
- package/lib/constants.js +2 -0
- package/package.json +1 -1
package/lib/constants.js
CHANGED
|
@@ -91,6 +91,7 @@ const PERMISSIONS = {
|
|
|
91
91
|
MANAGE_OWN_PROFILE_INFORMATION_AUTO_APP: "5fac210e7e6539d37a897c94",
|
|
92
92
|
MANAGE_OWN_PROFILE_SKIP_ASSESSMENT: "650fadb23956a2154ac890ac",
|
|
93
93
|
MANAGE_OWN_SKILL_SET_AUTO_APPROVE: "5fac21164351c6727a34cd4e",
|
|
94
|
+
MANAGE_SECURITY: "66ff566a911d938bc00618bf",
|
|
94
95
|
MANAGE_SETTINGS: "5e1570e087d836dc77888a5f",
|
|
95
96
|
MANAGE_TEAM_INFORMATION_AUTO_APPROVE: "5fac211e6c8f874bd7137b98",
|
|
96
97
|
MANAGE_TEAMS: "5dd61314afc2455a89b1a37b",
|
|
@@ -116,6 +117,7 @@ const PERMISSION_DESCRIPTIONS = {
|
|
|
116
117
|
"650fadb23956a2154ac890ac":
|
|
117
118
|
"Skip assessment when updating own profile information",
|
|
118
119
|
"5fac21164351c6727a34cd4e": "Auto approve own skill set updates",
|
|
120
|
+
"66ff566a911d938bc00618bf": "Manage security",
|
|
119
121
|
"5e1570e087d836dc77888a5f": "Manage settings",
|
|
120
122
|
"5fac211e6c8f874bd7137b98": "Auto approve own team information updates",
|
|
121
123
|
"5dd61314afc2455a89b1a37b": "Manage teams",
|