@itutoring/itutoring_application_js_api 1.17.2 → 1.17.4

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 CHANGED
@@ -16,7 +16,6 @@ import CookiesManager from "./CookiesManager";
16
16
 
17
17
  import CustomerAuth from "./modules/CustomerAuth";
18
18
  import CustomerPortal from "./modules/CustomerPortal";
19
- import Payments from "./modules/Payments";
20
19
  import SubjectManager from "./modules/SubjectManager";
21
20
  import TeacherAuth from "./modules/TeacherAuth";
22
21
  import TeacherProfiles from "./modules/TeacherProfiles";
@@ -72,7 +71,6 @@ export
72
71
 
73
72
  CustomerAuth,
74
73
  CustomerPortal,
75
- Payments,
76
74
  SubjectManager,
77
75
  TeacherAuth,
78
76
  TeacherProfiles,
package/index.js CHANGED
@@ -14,7 +14,6 @@ import CookiesManager from "./CookiesManager";
14
14
 
15
15
  import CustomerAuth from "./modules/CustomerAuth";
16
16
  import CustomerPortal from "./modules/CustomerPortal";
17
- import Payments from "./modules/Payments";
18
17
  import SubjectManager from "./modules/SubjectManager";
19
18
  import TeacherAuth from "./modules/TeacherAuth";
20
19
  import TeacherProfiles from "./modules/TeacherProfiles";
@@ -70,7 +69,6 @@ export
70
69
 
71
70
  CustomerAuth,
72
71
  CustomerPortal,
73
- Payments,
74
72
  SubjectManager,
75
73
  TeacherAuth,
76
74
  TeacherProfiles,
@@ -17,6 +17,7 @@ class InquiryAdditionalInfo
17
17
  * Json string
18
18
  */
19
19
  Availability = "";
20
+ StartTime = -1;
20
21
  }
21
22
 
22
23
  export default InquiryAdditionalInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.17.2",
3
+ "version": "1.17.4",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",