@itutoring/itutoring_application_js_api 1.1.1 → 1.1.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.
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ import TeacherAuth from "./modules/TeacherAuth";
|
|
|
17
17
|
import TeacherManager from "./modules/TeacherManager";
|
|
18
18
|
import TeacherPortal from "./modules/TeacherPortal";
|
|
19
19
|
import TeacherProfiles from "./modules/TeacherProfiles";
|
|
20
|
+
import WebinarSystem from "./modules/WebinarsSystem";
|
|
20
21
|
|
|
21
22
|
import Course from "./objects/Course";
|
|
22
23
|
import CourseReservation from "./objects/CourseReservation";
|
|
@@ -53,6 +54,7 @@ export
|
|
|
53
54
|
TeacherManager,
|
|
54
55
|
TeacherPortal,
|
|
55
56
|
TeacherProfiles,
|
|
57
|
+
WebinarSystem,
|
|
56
58
|
|
|
57
59
|
Course,
|
|
58
60
|
CourseReservation,
|
package/index.js
CHANGED
|
@@ -15,6 +15,7 @@ import TeacherAuth from "./modules/TeacherAuth";
|
|
|
15
15
|
import TeacherManager from "./modules/TeacherManager";
|
|
16
16
|
import TeacherPortal from "./modules/TeacherPortal";
|
|
17
17
|
import TeacherProfiles from "./modules/TeacherProfiles";
|
|
18
|
+
import WebinarSystem from "./modules/WebinarsSystem";
|
|
18
19
|
|
|
19
20
|
import Course from "./objects/Course";
|
|
20
21
|
import CourseReservation from "./objects/CourseReservation";
|
|
@@ -51,6 +52,7 @@ export
|
|
|
51
52
|
TeacherManager,
|
|
52
53
|
TeacherPortal,
|
|
53
54
|
TeacherProfiles,
|
|
55
|
+
WebinarSystem,
|
|
54
56
|
|
|
55
57
|
Course,
|
|
56
58
|
CourseReservation,
|