@itutoring/itutoring_application_js_api 1.13.3 → 1.13.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.
@@ -17,6 +17,7 @@ class InquiryAdditionalInfo
17
17
  * Json string
18
18
  */
19
19
  Availability = "";
20
+ Place = "";
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.13.3",
3
+ "version": "1.13.4",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",