@itutoring/itutoring_application_js_api 1.1.46 → 1.1.47

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.
Files changed (2) hide show
  1. package/objects/Event.js +4 -0
  2. package/package.json +1 -1
package/objects/Event.js CHANGED
@@ -80,6 +80,8 @@ class iEvent
80
80
  ReadOnly;
81
81
 
82
82
  State;
83
+ Place;
84
+ Class;
83
85
 
84
86
 
85
87
  CreateFromJSON(json)
@@ -102,6 +104,8 @@ class iEvent
102
104
  this.IsVideoConference = json['IsVideoConference'];
103
105
  this.ReadOnly = json['ReadOnly'];
104
106
  this.State = json['State'];
107
+ this.Class = json['Class'];
108
+ this.Place = json['Place'];
105
109
  }
106
110
  }
107
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.1.46",
3
+ "version": "1.1.47",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",