@itutoring/itutoring_application_js_api 1.1.30 → 1.1.31
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.
|
@@ -94,10 +94,11 @@ class CustomerEduPortal
|
|
|
94
94
|
return eventObj;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
static async RequestAccess(eventId)
|
|
97
|
+
static async RequestAccess(eventId, request)
|
|
98
98
|
{
|
|
99
99
|
var event = await APIController.Post(this.#MODULE, this.#REQUEST_ACCESS, {
|
|
100
100
|
"eventId": eventId,
|
|
101
|
+
"request": APIController.BoolToInt(request),
|
|
101
102
|
})
|
|
102
103
|
|
|
103
104
|
var eventObj = new iEvent();
|