@stackfactor/client-api 1.1.66 → 1.1.67

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.
@@ -80,6 +80,7 @@ const discardLearningContentChanges = (id, token) => {
80
80
 
81
81
  /**
82
82
  * Generate the learning activity content
83
+ * @param {String} learningObjectives
83
84
  * @param {String} skillId
84
85
  * @param {String} microSkillId
85
86
  * @param {Object} learningActivity
@@ -88,6 +89,7 @@ const discardLearningContentChanges = (id, token) => {
88
89
  * @param {String} token
89
90
  */
90
91
  const generateLearningActivityContent = (
92
+ learningObjectives,
91
93
  skillId,
92
94
  microSkillId,
93
95
  learningActivity,
@@ -97,6 +99,7 @@ const generateLearningActivityContent = (
97
99
  ) => {
98
100
  return new Promise(function (resolve, reject) {
99
101
  const requestData = {
102
+ learningObjectives: learningObjectives,
100
103
  learningActivity: learningActivity,
101
104
  microSkillId: microSkillId,
102
105
  sections: sections,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.1.66",
3
+ "version": "1.1.67",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "index.js",
6
6
  "exports": {