@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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.1.30",
3
+ "version": "1.1.31",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",