@stackfactor/client-api 1.1.28 → 1.1.29

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.
Files changed (2) hide show
  1. package/lib/constants.js +2 -0
  2. package/package.json +1 -1
package/lib/constants.js CHANGED
@@ -83,6 +83,7 @@ const PERMISSIONS = {
83
83
  BETA_TESTER: "5fac210b6c8f874bd7137b97",
84
84
  MANAGE_BILLING: "5e1570cd03f676213bfdcd08",
85
85
  MANAGE_CONTENT_PROVIDERS: "5f0fa12f16a720fde58ea820",
86
+ MANAGE_EXECUTIVE: "5fac2111b7e49e10c779b4a5",
86
87
  MANAGE_GROUPS: "5dd612fe59e518ac87b8cf8e",
87
88
  MANAGE_LEARNING_CONTENT: "64f54d20b7e49e10c779b4a6",
88
89
  MANAGE_LEARNING_PATHS: "5dd61305a73c68b44c3f0827",
@@ -104,6 +105,7 @@ const PERMISSION_DESCRIPTIONS = {
104
105
  "5fac210560e43de7c6b4a208": "Author content",
105
106
  "5e1570cd03f676213bfdcd08": "Manage billing",
106
107
  "5f0fa12f16a720fde58ea820": "Manage content providers",
108
+ "5fac2111b7e49e10c779b4a5": "Manage executive",
107
109
  "5dd612fe59e518ac87b8cf8e": "Manage groups",
108
110
  "64f54d20b7e49e10c779b4a6": "Manage learning content",
109
111
  "5dd61305a73c68b44c3f0827": "Manage learning paths",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.1.28",
3
+ "version": "1.1.29",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "index.js",
6
6
  "exports": {