@stackfactor/client-api 1.0.78 → 1.0.80

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 CHANGED
@@ -82,6 +82,8 @@ const PERMISSIONS = {
82
82
  MANAGE_BILLING: "5e1570cd03f676213bfdcd08",
83
83
  MANAGE_CONTENT_PROVIDERS: "5f0fa12f16a720fde58ea820",
84
84
  MANAGE_GROUPS: "5dd612fe59e518ac87b8cf8e",
85
+ MANAGE_LEARNING_CONTENT: "64f54d20b7e49e10c779b4a6",
86
+ MANAGE_LEARNING_PATHS: "5dd61305a73c68b44c3f0827",
85
87
  MANAGE_OWN_PROFILE_INFORMATION_AUTO_APP: "5fac210e7e6539d37a897c94",
86
88
  MANAGE_ORGANIZATION_INFORMATION: "5dd612d5338ea9a6ae6326da",
87
89
  MANAGE_OWN_SKILL_SET_AUTO_APPROVE: "5fac21164351c6727a34cd4e",
@@ -90,7 +92,6 @@ const PERMISSIONS = {
90
92
  MANAGE_TEAMS: "5dd61314afc2455a89b1a37b",
91
93
  MANAGE_USERS: "5dd612e40f0bc559c41a2b29",
92
94
  PROMOTE_CONTENT: "5fac2126427ce31f8a92c0cb",
93
- MANAGE_PLAN_TEMPLATES: "5dd61305a73c68b44c3f0827",
94
95
  };
95
96
 
96
97
  export { DOCUMENT_VERSION, PERMISSIONS, RESPONSE_TYPE };
@@ -209,7 +209,7 @@ export const setLearningPathTags = (id, tags, token) => {
209
209
  const learningPath = {
210
210
  createLearningPath,
211
211
  deleteLearningPath,
212
- discardTrainingPlanChanges,
212
+ discardLearningPathChanges,
213
213
  getLearningPathInformationById,
214
214
  getLearningPathsList,
215
215
  publishLearningPath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.0.78",
3
+ "version": "1.0.80",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "index.js",
6
6
  "exports": {