@itutoring/itutoring_application_js_api 1.3.0 → 1.3.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.
Files changed (3) hide show
  1. package/index.d.ts +2 -0
  2. package/index.js +2 -0
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -36,6 +36,7 @@ import iEvent from "./objects/Event";
36
36
  import AuthUser from "./objects/AuthUser";
37
37
  import Authentication from "./modules/Authentication";
38
38
  import AttendanceEvent from "./objects/AttendanceEvent";
39
+ import Toolkit from "./toolkit/Toolkit";
39
40
 
40
41
  import
41
42
  {
@@ -73,6 +74,7 @@ export
73
74
  LessonManager,
74
75
  Authentication,
75
76
  AttendanceManager,
77
+ Toolkit,
76
78
 
77
79
  Course,
78
80
  CourseReservation,
package/index.js CHANGED
@@ -34,6 +34,7 @@ import iEvent from "./objects/Event";
34
34
  import AuthUser from "./objects/AuthUser";
35
35
  import Authentication from "./modules/Authentication";
36
36
  import AttendanceEvent from "./objects/AttendanceEvent";
37
+ import Toolkit from "./toolkit/Toolkit";
37
38
 
38
39
  import
39
40
  {
@@ -71,6 +72,7 @@ export
71
72
  LessonManager,
72
73
  Authentication,
73
74
  AttendanceManager,
75
+ Toolkit,
74
76
 
75
77
  Course,
76
78
  CourseReservation,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",