@itutoring/itutoring_application_js_api 1.7.1 → 1.7.2

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.
@@ -15,7 +15,7 @@ class AiAssist
15
15
 
16
16
  static #FIX_LECTURE_REPORT = 'FixLectureReport';
17
17
 
18
- static async fixLectureReport(topic, report, review, homework, lessonId)
18
+ static async fixLectureReport(topic, report, review, homework)
19
19
  {
20
20
  var data = await APIController.Post(this.#MODULE, this.#FIX_LECTURE_REPORT, {
21
21
  'topic': topic,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",