@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 +0 -2
- package/index.js +0 -2
- package/objects/InquiryAdditionalInfo.js +1 -0
- package/package.json +1 -1
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,
|