@blues-inc/notehub-js 1.0.27 → 1.0.28-beta.1
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/README.md +199 -190
- package/dist/ApiClient.js +156 -156
- package/dist/api/AlertApi.js +22 -22
- package/dist/api/AuthorizationApi.js +16 -16
- package/dist/api/BillingAccountApi.js +14 -14
- package/dist/api/DeviceApi.js +351 -351
- package/dist/api/EventApi.js +118 -118
- package/dist/api/MonitorApi.js +52 -52
- package/dist/api/ProjectApi.js +335 -335
- package/dist/api/RouteApi.js +74 -74
- package/dist/model/Alert.js +76 -74
- package/dist/model/AlertDataInner.js +35 -35
- package/dist/model/AlertNotificationsInner.js +18 -18
- package/dist/model/Aws.js +65 -65
- package/dist/model/Azure.js +43 -43
- package/dist/model/BillingAccount.js +21 -21
- package/dist/model/BillingAccountRole.js +9 -9
- package/dist/model/Body.js +5 -5
- package/dist/model/CloneProjectRequest.js +20 -20
- package/dist/model/Contact.js +22 -22
- package/dist/model/CreateFleetRequest.js +12 -12
- package/dist/model/CreateMonitor.js +126 -125
- package/dist/model/CreateProductRequest.js +22 -22
- package/dist/model/CreateProjectRequest.js +16 -16
- package/dist/model/CurrentFirmware.js +12 -12
- package/dist/model/DFUEnv.js +12 -12
- package/dist/model/DFUState.js +65 -65
- package/dist/model/DeleteDeviceFleetsRequest.js +8 -8
- package/dist/model/Device.js +108 -84
- package/dist/model/DeviceDfuHistory.js +20 -19
- package/dist/model/DeviceDfuHistoryPage.js +13 -12
- package/dist/model/DeviceDfuStateMachine.js +25 -24
- package/dist/model/DeviceDfuStateMachineNode.js +22 -22
- package/dist/model/DeviceDfuStatus.js +20 -20
- package/dist/model/DeviceDfuStatusCurrent.js +32 -32
- package/dist/model/DeviceDfuStatusPage.js +13 -12
- package/dist/model/DeviceSession.js +182 -182
- package/dist/model/DeviceTowerInfo.js +14 -14
- package/dist/model/DeviceUsage.js +32 -32
- package/dist/model/DfuActionRequest.js +7 -7
- package/dist/model/EmailNotification.js +7 -7
- package/dist/model/EnvironmentVariables.js +8 -8
- package/dist/model/Error.js +31 -31
- package/dist/model/Event.js +275 -223
- package/dist/model/Firmware.js +49 -49
- package/dist/model/FirmwareInfo.js +60 -60
- package/dist/model/Fleet.js +34 -23
- package/dist/model/GetAlerts200Response.js +15 -14
- package/dist/model/GetBillingAccounts200Response.js +10 -9
- package/dist/model/GetDeviceEnvironmentVariables200Response.js +23 -12
- package/dist/model/GetDeviceHealthLog200Response.js +12 -11
- package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +19 -19
- package/dist/model/GetDeviceLatest200Response.js +10 -9
- package/dist/model/GetDevicePublicKey200Response.js +16 -16
- package/dist/model/GetDeviceSessions200Response.js +17 -16
- package/dist/model/GetProjectDevicePublicKeys200Response.js +17 -16
- package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +12 -12
- package/dist/model/GetProjectDevices200Response.js +17 -16
- package/dist/model/GetProjectEvents200Response.js +21 -20
- package/dist/model/GetProjectEventsByCursor200Response.js +24 -23
- package/dist/model/GetProjectFleets200Response.js +12 -11
- package/dist/model/GetProjectMembers200Response.js +12 -11
- package/dist/model/GetProjectProducts200Response.js +10 -9
- package/dist/model/GetProjects200Response.js +10 -9
- package/dist/model/GetRouteLogsByRoute200ResponseInner.js +35 -35
- package/dist/model/Google.js +33 -33
- package/dist/model/HandleNoteChanges200Response.js +11 -11
- package/dist/model/HandleNoteGet200Response.js +13 -13
- package/dist/model/HandleNoteSignal200Response.js +5 -5
- package/dist/model/HandleNotefileChanges200Response.js +11 -11
- package/dist/model/HandleNotefileChangesPending200Response.js +14 -14
- package/dist/model/HandleNotefileDeleteRequest.js +7 -7
- package/dist/model/Http.js +35 -35
- package/dist/model/HttpFilter.js +19 -19
- package/dist/model/HttpTransform.js +20 -20
- package/dist/model/Location.js +40 -40
- package/dist/model/Login200Response.js +7 -7
- package/dist/model/LoginRequest.js +12 -12
- package/dist/model/Monitor.js +100 -99
- package/dist/model/MonitorAlertRoutesInner.js +9 -10
- package/dist/model/Mqtt.js +66 -66
- package/dist/model/Note.js +10 -10
- package/dist/model/NotehubRoute.js +36 -36
- package/dist/model/NotehubRouteSchema.js +45 -46
- package/dist/model/PostProvisionProjectDeviceRequest.js +18 -18
- package/dist/model/Product.js +26 -26
- package/dist/model/Project.js +34 -34
- package/dist/model/ProjectMember.js +22 -22
- package/dist/model/Proxy.js +24 -24
- package/dist/model/PutDeviceFleetsRequest.js +8 -8
- package/dist/model/Radresponder.js +25 -25
- package/dist/model/Role.js +9 -9
- package/dist/model/Slack.js +53 -53
- package/dist/model/SlackBearerNotification.js +25 -25
- package/dist/model/SlackWebHookNotification.js +20 -20
- package/dist/model/Snowflake.js +45 -45
- package/dist/model/SnowflakeTransform.js +12 -12
- package/dist/model/Thingworx.js +33 -33
- package/dist/model/TowerLocation.js +52 -52
- package/dist/model/Twilio.js +43 -43
- package/dist/model/UpdateFleetRequest.js +22 -22
- package/dist/model/UploadMetadata.js +59 -59
- package/dist/model/UserDbRoute.js +25 -25
- package/dist/model/UserDfuStateMachine.js +20 -20
- package/dist/model/UserDfuStateMachineStatus.js +20 -20
- package/dist/model/UserFirmwareInfo.js +12 -12
- package/package.json +3 -3
package/dist/model/Event.js
CHANGED
|
@@ -13,7 +13,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
15
15
|
* Notehub API
|
|
16
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
16
|
+
* The OpenAPI definition for the Notehub.io API.
|
|
17
17
|
*
|
|
18
18
|
* The version of the OpenAPI document: 1.2.0
|
|
19
19
|
* Contact: engineering@blues.io
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The Event model module.
|
|
28
28
|
* @module model/Event
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.28-beta.1
|
|
30
30
|
*/
|
|
31
31
|
var Event = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -59,170 +59,182 @@ var Event = /*#__PURE__*/function () {
|
|
|
59
59
|
value: function constructFromObject(data, obj) {
|
|
60
60
|
if (data) {
|
|
61
61
|
obj = obj || new Event();
|
|
62
|
-
if (data.hasOwnProperty(
|
|
63
|
-
obj[
|
|
62
|
+
if (data.hasOwnProperty('event')) {
|
|
63
|
+
obj['event'] = _ApiClient["default"].convertToType(data['event'], 'String');
|
|
64
64
|
}
|
|
65
|
-
if (data.hasOwnProperty(
|
|
66
|
-
obj[
|
|
65
|
+
if (data.hasOwnProperty('session')) {
|
|
66
|
+
obj['session'] = _ApiClient["default"].convertToType(data['session'], 'String');
|
|
67
67
|
}
|
|
68
|
-
if (data.hasOwnProperty(
|
|
69
|
-
obj[
|
|
68
|
+
if (data.hasOwnProperty('tls')) {
|
|
69
|
+
obj['tls'] = _ApiClient["default"].convertToType(data['tls'], 'Boolean');
|
|
70
70
|
}
|
|
71
|
-
if (data.hasOwnProperty(
|
|
72
|
-
obj[
|
|
71
|
+
if (data.hasOwnProperty('best_id')) {
|
|
72
|
+
obj['best_id'] = _ApiClient["default"].convertToType(data['best_id'], 'String');
|
|
73
73
|
}
|
|
74
|
-
if (data.hasOwnProperty(
|
|
75
|
-
obj[
|
|
74
|
+
if (data.hasOwnProperty('device')) {
|
|
75
|
+
obj['device'] = _ApiClient["default"].convertToType(data['device'], 'String');
|
|
76
76
|
}
|
|
77
|
-
if (data.hasOwnProperty(
|
|
78
|
-
obj[
|
|
77
|
+
if (data.hasOwnProperty('sn')) {
|
|
78
|
+
obj['sn'] = _ApiClient["default"].convertToType(data['sn'], 'String');
|
|
79
79
|
}
|
|
80
|
-
if (data.hasOwnProperty(
|
|
81
|
-
obj[
|
|
80
|
+
if (data.hasOwnProperty('product')) {
|
|
81
|
+
obj['product'] = _ApiClient["default"].convertToType(data['product'], 'String');
|
|
82
82
|
}
|
|
83
|
-
if (data.hasOwnProperty(
|
|
84
|
-
obj[
|
|
83
|
+
if (data.hasOwnProperty('app')) {
|
|
84
|
+
obj['app'] = _ApiClient["default"].convertToType(data['app'], 'String');
|
|
85
85
|
}
|
|
86
|
-
if (data.hasOwnProperty(
|
|
87
|
-
obj[
|
|
86
|
+
if (data.hasOwnProperty('received')) {
|
|
87
|
+
obj['received'] = _ApiClient["default"].convertToType(data['received'], 'Number');
|
|
88
88
|
}
|
|
89
|
-
if (data.hasOwnProperty(
|
|
90
|
-
obj[
|
|
89
|
+
if (data.hasOwnProperty('req')) {
|
|
90
|
+
obj['req'] = _ApiClient["default"].convertToType(data['req'], 'String');
|
|
91
91
|
}
|
|
92
|
-
if (data.hasOwnProperty(
|
|
93
|
-
obj[
|
|
92
|
+
if (data.hasOwnProperty('when')) {
|
|
93
|
+
obj['when'] = _ApiClient["default"].convertToType(data['when'], 'Number');
|
|
94
94
|
}
|
|
95
|
-
if (data.hasOwnProperty(
|
|
96
|
-
obj[
|
|
95
|
+
if (data.hasOwnProperty('file')) {
|
|
96
|
+
obj['file'] = _ApiClient["default"].convertToType(data['file'], 'String');
|
|
97
97
|
}
|
|
98
|
-
if (data.hasOwnProperty(
|
|
99
|
-
obj[
|
|
98
|
+
if (data.hasOwnProperty('note')) {
|
|
99
|
+
obj['note'] = _ApiClient["default"].convertToType(data['note'], 'String');
|
|
100
100
|
}
|
|
101
|
-
if (data.hasOwnProperty(
|
|
102
|
-
obj[
|
|
101
|
+
if (data.hasOwnProperty('updates')) {
|
|
102
|
+
obj['updates'] = _ApiClient["default"].convertToType(data['updates'], 'Number');
|
|
103
103
|
}
|
|
104
|
-
if (data.hasOwnProperty(
|
|
105
|
-
obj[
|
|
104
|
+
if (data.hasOwnProperty('body')) {
|
|
105
|
+
obj['body'] = _ApiClient["default"].convertToType(data['body'], Object);
|
|
106
106
|
}
|
|
107
|
-
if (data.hasOwnProperty(
|
|
108
|
-
obj[
|
|
107
|
+
if (data.hasOwnProperty('payload')) {
|
|
108
|
+
obj['payload'] = _ApiClient["default"].convertToType(data['payload'], 'String');
|
|
109
109
|
}
|
|
110
|
-
if (data.hasOwnProperty(
|
|
111
|
-
obj[
|
|
110
|
+
if (data.hasOwnProperty('best_location_type')) {
|
|
111
|
+
obj['best_location_type'] = _ApiClient["default"].convertToType(data['best_location_type'], 'String');
|
|
112
112
|
}
|
|
113
|
-
if (data.hasOwnProperty(
|
|
114
|
-
obj[
|
|
113
|
+
if (data.hasOwnProperty('best_location_when')) {
|
|
114
|
+
obj['best_location_when'] = _ApiClient["default"].convertToType(data['best_location_when'], 'Number');
|
|
115
115
|
}
|
|
116
|
-
if (data.hasOwnProperty(
|
|
117
|
-
obj[
|
|
116
|
+
if (data.hasOwnProperty('best_lat')) {
|
|
117
|
+
obj['best_lat'] = _ApiClient["default"].convertToType(data['best_lat'], 'Number');
|
|
118
118
|
}
|
|
119
|
-
if (data.hasOwnProperty(
|
|
120
|
-
obj[
|
|
119
|
+
if (data.hasOwnProperty('best_lon')) {
|
|
120
|
+
obj['best_lon'] = _ApiClient["default"].convertToType(data['best_lon'], 'Number');
|
|
121
121
|
}
|
|
122
|
-
if (data.hasOwnProperty(
|
|
123
|
-
obj[
|
|
122
|
+
if (data.hasOwnProperty('best_location')) {
|
|
123
|
+
obj['best_location'] = _ApiClient["default"].convertToType(data['best_location'], 'String');
|
|
124
124
|
}
|
|
125
|
-
if (data.hasOwnProperty(
|
|
126
|
-
obj[
|
|
125
|
+
if (data.hasOwnProperty('best_country')) {
|
|
126
|
+
obj['best_country'] = _ApiClient["default"].convertToType(data['best_country'], 'String');
|
|
127
127
|
}
|
|
128
|
-
if (data.hasOwnProperty(
|
|
129
|
-
obj[
|
|
128
|
+
if (data.hasOwnProperty('best_timezone')) {
|
|
129
|
+
obj['best_timezone'] = _ApiClient["default"].convertToType(data['best_timezone'], 'String');
|
|
130
130
|
}
|
|
131
|
-
if (data.hasOwnProperty(
|
|
132
|
-
obj[
|
|
131
|
+
if (data.hasOwnProperty('where_olc')) {
|
|
132
|
+
obj['where_olc'] = _ApiClient["default"].convertToType(data['where_olc'], 'String');
|
|
133
133
|
}
|
|
134
|
-
if (data.hasOwnProperty(
|
|
135
|
-
obj[
|
|
134
|
+
if (data.hasOwnProperty('where_when')) {
|
|
135
|
+
obj['where_when'] = _ApiClient["default"].convertToType(data['where_when'], 'Number');
|
|
136
136
|
}
|
|
137
|
-
if (data.hasOwnProperty(
|
|
138
|
-
obj[
|
|
137
|
+
if (data.hasOwnProperty('where_lat')) {
|
|
138
|
+
obj['where_lat'] = _ApiClient["default"].convertToType(data['where_lat'], 'Number');
|
|
139
139
|
}
|
|
140
|
-
if (data.hasOwnProperty(
|
|
141
|
-
obj[
|
|
140
|
+
if (data.hasOwnProperty('where_lon')) {
|
|
141
|
+
obj['where_lon'] = _ApiClient["default"].convertToType(data['where_lon'], 'Number');
|
|
142
142
|
}
|
|
143
|
-
if (data.hasOwnProperty(
|
|
144
|
-
obj[
|
|
143
|
+
if (data.hasOwnProperty('where_location')) {
|
|
144
|
+
obj['where_location'] = _ApiClient["default"].convertToType(data['where_location'], 'String');
|
|
145
145
|
}
|
|
146
|
-
if (data.hasOwnProperty(
|
|
147
|
-
obj[
|
|
146
|
+
if (data.hasOwnProperty('where_country')) {
|
|
147
|
+
obj['where_country'] = _ApiClient["default"].convertToType(data['where_country'], 'String');
|
|
148
148
|
}
|
|
149
|
-
if (data.hasOwnProperty(
|
|
150
|
-
obj[
|
|
149
|
+
if (data.hasOwnProperty('where_timezone')) {
|
|
150
|
+
obj['where_timezone'] = _ApiClient["default"].convertToType(data['where_timezone'], 'String');
|
|
151
151
|
}
|
|
152
|
-
if (data.hasOwnProperty(
|
|
153
|
-
obj[
|
|
152
|
+
if (data.hasOwnProperty('tower_when')) {
|
|
153
|
+
obj['tower_when'] = _ApiClient["default"].convertToType(data['tower_when'], 'Number');
|
|
154
154
|
}
|
|
155
|
-
if (data.hasOwnProperty(
|
|
156
|
-
obj[
|
|
155
|
+
if (data.hasOwnProperty('tower_lat')) {
|
|
156
|
+
obj['tower_lat'] = _ApiClient["default"].convertToType(data['tower_lat'], 'Number');
|
|
157
157
|
}
|
|
158
|
-
if (data.hasOwnProperty(
|
|
159
|
-
obj[
|
|
158
|
+
if (data.hasOwnProperty('tower_lon')) {
|
|
159
|
+
obj['tower_lon'] = _ApiClient["default"].convertToType(data['tower_lon'], 'Number');
|
|
160
160
|
}
|
|
161
|
-
if (data.hasOwnProperty(
|
|
162
|
-
obj[
|
|
161
|
+
if (data.hasOwnProperty('tower_country')) {
|
|
162
|
+
obj['tower_country'] = _ApiClient["default"].convertToType(data['tower_country'], 'String');
|
|
163
163
|
}
|
|
164
|
-
if (data.hasOwnProperty(
|
|
165
|
-
obj[
|
|
164
|
+
if (data.hasOwnProperty('tower_location')) {
|
|
165
|
+
obj['tower_location'] = _ApiClient["default"].convertToType(data['tower_location'], 'String');
|
|
166
166
|
}
|
|
167
|
-
if (data.hasOwnProperty(
|
|
168
|
-
obj[
|
|
167
|
+
if (data.hasOwnProperty('tower_timezone')) {
|
|
168
|
+
obj['tower_timezone'] = _ApiClient["default"].convertToType(data['tower_timezone'], 'String');
|
|
169
169
|
}
|
|
170
|
-
if (data.hasOwnProperty(
|
|
171
|
-
obj[
|
|
170
|
+
if (data.hasOwnProperty('tower_id')) {
|
|
171
|
+
obj['tower_id'] = _ApiClient["default"].convertToType(data['tower_id'], 'String');
|
|
172
172
|
}
|
|
173
|
-
if (data.hasOwnProperty(
|
|
174
|
-
obj[
|
|
173
|
+
if (data.hasOwnProperty('tri_when')) {
|
|
174
|
+
obj['tri_when'] = _ApiClient["default"].convertToType(data['tri_when'], 'Number');
|
|
175
175
|
}
|
|
176
|
-
if (data.hasOwnProperty(
|
|
177
|
-
obj[
|
|
176
|
+
if (data.hasOwnProperty('tri_lat')) {
|
|
177
|
+
obj['tri_lat'] = _ApiClient["default"].convertToType(data['tri_lat'], 'Number');
|
|
178
178
|
}
|
|
179
|
-
if (data.hasOwnProperty(
|
|
180
|
-
obj[
|
|
179
|
+
if (data.hasOwnProperty('tri_lon')) {
|
|
180
|
+
obj['tri_lon'] = _ApiClient["default"].convertToType(data['tri_lon'], 'Number');
|
|
181
181
|
}
|
|
182
|
-
if (data.hasOwnProperty(
|
|
183
|
-
obj[
|
|
182
|
+
if (data.hasOwnProperty('tri_location')) {
|
|
183
|
+
obj['tri_location'] = _ApiClient["default"].convertToType(data['tri_location'], 'String');
|
|
184
184
|
}
|
|
185
|
-
if (data.hasOwnProperty(
|
|
186
|
-
obj[
|
|
185
|
+
if (data.hasOwnProperty('tri_country')) {
|
|
186
|
+
obj['tri_country'] = _ApiClient["default"].convertToType(data['tri_country'], 'String');
|
|
187
187
|
}
|
|
188
|
-
if (data.hasOwnProperty(
|
|
189
|
-
obj[
|
|
188
|
+
if (data.hasOwnProperty('tri_timezone')) {
|
|
189
|
+
obj['tri_timezone'] = _ApiClient["default"].convertToType(data['tri_timezone'], 'String');
|
|
190
190
|
}
|
|
191
|
-
if (data.hasOwnProperty(
|
|
192
|
-
obj[
|
|
191
|
+
if (data.hasOwnProperty('tri_points')) {
|
|
192
|
+
obj['tri_points'] = _ApiClient["default"].convertToType(data['tri_points'], 'Number');
|
|
193
193
|
}
|
|
194
|
-
if (data.hasOwnProperty(
|
|
195
|
-
obj[
|
|
194
|
+
if (data.hasOwnProperty('moved')) {
|
|
195
|
+
obj['moved'] = _ApiClient["default"].convertToType(data['moved'], 'Number');
|
|
196
196
|
}
|
|
197
|
-
if (data.hasOwnProperty(
|
|
198
|
-
obj[
|
|
197
|
+
if (data.hasOwnProperty('orientation')) {
|
|
198
|
+
obj['orientation'] = _ApiClient["default"].convertToType(data['orientation'], 'String');
|
|
199
199
|
}
|
|
200
|
-
if (data.hasOwnProperty(
|
|
201
|
-
obj[
|
|
200
|
+
if (data.hasOwnProperty('rssi')) {
|
|
201
|
+
obj['rssi'] = _ApiClient["default"].convertToType(data['rssi'], 'Number');
|
|
202
202
|
}
|
|
203
|
-
if (data.hasOwnProperty(
|
|
204
|
-
obj[
|
|
203
|
+
if (data.hasOwnProperty('sinr')) {
|
|
204
|
+
obj['sinr'] = _ApiClient["default"].convertToType(data['sinr'], 'Number');
|
|
205
205
|
}
|
|
206
|
-
if (data.hasOwnProperty(
|
|
207
|
-
obj[
|
|
206
|
+
if (data.hasOwnProperty('rsrp')) {
|
|
207
|
+
obj['rsrp'] = _ApiClient["default"].convertToType(data['rsrp'], 'Number');
|
|
208
208
|
}
|
|
209
|
-
if (data.hasOwnProperty(
|
|
210
|
-
obj[
|
|
209
|
+
if (data.hasOwnProperty('rsrq')) {
|
|
210
|
+
obj['rsrq'] = _ApiClient["default"].convertToType(data['rsrq'], 'Number');
|
|
211
211
|
}
|
|
212
|
-
if (data.hasOwnProperty(
|
|
213
|
-
obj[
|
|
212
|
+
if (data.hasOwnProperty('rat')) {
|
|
213
|
+
obj['rat'] = _ApiClient["default"].convertToType(data['rat'], 'String');
|
|
214
214
|
}
|
|
215
|
-
if (data.hasOwnProperty(
|
|
216
|
-
obj[
|
|
215
|
+
if (data.hasOwnProperty('bars')) {
|
|
216
|
+
obj['bars'] = _ApiClient["default"].convertToType(data['bars'], 'Number');
|
|
217
217
|
}
|
|
218
|
-
if (data.hasOwnProperty(
|
|
219
|
-
obj[
|
|
218
|
+
if (data.hasOwnProperty('voltage')) {
|
|
219
|
+
obj['voltage'] = _ApiClient["default"].convertToType(data['voltage'], 'Number');
|
|
220
220
|
}
|
|
221
|
-
if (data.hasOwnProperty(
|
|
222
|
-
obj[
|
|
221
|
+
if (data.hasOwnProperty('temp')) {
|
|
222
|
+
obj['temp'] = _ApiClient["default"].convertToType(data['temp'], 'Number');
|
|
223
223
|
}
|
|
224
|
-
if (data.hasOwnProperty(
|
|
225
|
-
obj[
|
|
224
|
+
if (data.hasOwnProperty('environment')) {
|
|
225
|
+
obj['environment'] = _ApiClient["default"].convertToType(data['environment'], Object);
|
|
226
|
+
}
|
|
227
|
+
if (data.hasOwnProperty('sku')) {
|
|
228
|
+
obj['sku'] = _ApiClient["default"].convertToType(data['sku'], 'String');
|
|
229
|
+
}
|
|
230
|
+
if (data.hasOwnProperty('ordering_code')) {
|
|
231
|
+
obj['ordering_code'] = _ApiClient["default"].convertToType(data['ordering_code'], 'String');
|
|
232
|
+
}
|
|
233
|
+
if (data.hasOwnProperty('ssid')) {
|
|
234
|
+
obj['ssid'] = _ApiClient["default"].convertToType(data['ssid'], 'String');
|
|
235
|
+
}
|
|
236
|
+
if (data.hasOwnProperty('bssid')) {
|
|
237
|
+
obj['bssid'] = _ApiClient["default"].convertToType(data['bssid'], 'String');
|
|
226
238
|
}
|
|
227
239
|
} else if (data === null) {
|
|
228
240
|
return null;
|
|
@@ -239,116 +251,132 @@ var Event = /*#__PURE__*/function () {
|
|
|
239
251
|
key: "validateJSON",
|
|
240
252
|
value: function validateJSON(data) {
|
|
241
253
|
// ensure the json data is a string
|
|
242
|
-
if (data[
|
|
243
|
-
throw new Error("Expected the field `event` to be a primitive type in the JSON string but got " + data[
|
|
254
|
+
if (data['event'] && !(typeof data['event'] === 'string' || data['event'] instanceof String)) {
|
|
255
|
+
throw new Error("Expected the field `event` to be a primitive type in the JSON string but got " + data['event']);
|
|
256
|
+
}
|
|
257
|
+
// ensure the json data is a string
|
|
258
|
+
if (data['session'] && !(typeof data['session'] === 'string' || data['session'] instanceof String)) {
|
|
259
|
+
throw new Error("Expected the field `session` to be a primitive type in the JSON string but got " + data['session']);
|
|
260
|
+
}
|
|
261
|
+
// ensure the json data is a string
|
|
262
|
+
if (data['best_id'] && !(typeof data['best_id'] === 'string' || data['best_id'] instanceof String)) {
|
|
263
|
+
throw new Error("Expected the field `best_id` to be a primitive type in the JSON string but got " + data['best_id']);
|
|
264
|
+
}
|
|
265
|
+
// ensure the json data is a string
|
|
266
|
+
if (data['device'] && !(typeof data['device'] === 'string' || data['device'] instanceof String)) {
|
|
267
|
+
throw new Error("Expected the field `device` to be a primitive type in the JSON string but got " + data['device']);
|
|
268
|
+
}
|
|
269
|
+
// ensure the json data is a string
|
|
270
|
+
if (data['sn'] && !(typeof data['sn'] === 'string' || data['sn'] instanceof String)) {
|
|
271
|
+
throw new Error("Expected the field `sn` to be a primitive type in the JSON string but got " + data['sn']);
|
|
244
272
|
}
|
|
245
273
|
// ensure the json data is a string
|
|
246
|
-
if (data[
|
|
247
|
-
throw new Error("Expected the field `
|
|
274
|
+
if (data['product'] && !(typeof data['product'] === 'string' || data['product'] instanceof String)) {
|
|
275
|
+
throw new Error("Expected the field `product` to be a primitive type in the JSON string but got " + data['product']);
|
|
248
276
|
}
|
|
249
277
|
// ensure the json data is a string
|
|
250
|
-
if (data[
|
|
251
|
-
throw new Error("Expected the field `
|
|
278
|
+
if (data['app'] && !(typeof data['app'] === 'string' || data['app'] instanceof String)) {
|
|
279
|
+
throw new Error("Expected the field `app` to be a primitive type in the JSON string but got " + data['app']);
|
|
252
280
|
}
|
|
253
281
|
// ensure the json data is a string
|
|
254
|
-
if (data[
|
|
255
|
-
throw new Error("Expected the field `
|
|
282
|
+
if (data['req'] && !(typeof data['req'] === 'string' || data['req'] instanceof String)) {
|
|
283
|
+
throw new Error("Expected the field `req` to be a primitive type in the JSON string but got " + data['req']);
|
|
256
284
|
}
|
|
257
285
|
// ensure the json data is a string
|
|
258
|
-
if (data[
|
|
259
|
-
throw new Error("Expected the field `
|
|
286
|
+
if (data['file'] && !(typeof data['file'] === 'string' || data['file'] instanceof String)) {
|
|
287
|
+
throw new Error("Expected the field `file` to be a primitive type in the JSON string but got " + data['file']);
|
|
260
288
|
}
|
|
261
289
|
// ensure the json data is a string
|
|
262
|
-
if (data[
|
|
263
|
-
throw new Error("Expected the field `
|
|
290
|
+
if (data['note'] && !(typeof data['note'] === 'string' || data['note'] instanceof String)) {
|
|
291
|
+
throw new Error("Expected the field `note` to be a primitive type in the JSON string but got " + data['note']);
|
|
264
292
|
}
|
|
265
293
|
// ensure the json data is a string
|
|
266
|
-
if (data[
|
|
267
|
-
throw new Error("Expected the field `
|
|
294
|
+
if (data['payload'] && !(typeof data['payload'] === 'string' || data['payload'] instanceof String)) {
|
|
295
|
+
throw new Error("Expected the field `payload` to be a primitive type in the JSON string but got " + data['payload']);
|
|
268
296
|
}
|
|
269
297
|
// ensure the json data is a string
|
|
270
|
-
if (data[
|
|
271
|
-
throw new Error("Expected the field `
|
|
298
|
+
if (data['best_location_type'] && !(typeof data['best_location_type'] === 'string' || data['best_location_type'] instanceof String)) {
|
|
299
|
+
throw new Error("Expected the field `best_location_type` to be a primitive type in the JSON string but got " + data['best_location_type']);
|
|
272
300
|
}
|
|
273
301
|
// ensure the json data is a string
|
|
274
|
-
if (data[
|
|
275
|
-
throw new Error("Expected the field `
|
|
302
|
+
if (data['best_location'] && !(typeof data['best_location'] === 'string' || data['best_location'] instanceof String)) {
|
|
303
|
+
throw new Error("Expected the field `best_location` to be a primitive type in the JSON string but got " + data['best_location']);
|
|
276
304
|
}
|
|
277
305
|
// ensure the json data is a string
|
|
278
|
-
if (data[
|
|
279
|
-
throw new Error("Expected the field `
|
|
306
|
+
if (data['best_country'] && !(typeof data['best_country'] === 'string' || data['best_country'] instanceof String)) {
|
|
307
|
+
throw new Error("Expected the field `best_country` to be a primitive type in the JSON string but got " + data['best_country']);
|
|
280
308
|
}
|
|
281
309
|
// ensure the json data is a string
|
|
282
|
-
if (data[
|
|
283
|
-
throw new Error("Expected the field `
|
|
310
|
+
if (data['best_timezone'] && !(typeof data['best_timezone'] === 'string' || data['best_timezone'] instanceof String)) {
|
|
311
|
+
throw new Error("Expected the field `best_timezone` to be a primitive type in the JSON string but got " + data['best_timezone']);
|
|
284
312
|
}
|
|
285
313
|
// ensure the json data is a string
|
|
286
|
-
if (data[
|
|
287
|
-
throw new Error("Expected the field `
|
|
314
|
+
if (data['where_olc'] && !(typeof data['where_olc'] === 'string' || data['where_olc'] instanceof String)) {
|
|
315
|
+
throw new Error("Expected the field `where_olc` to be a primitive type in the JSON string but got " + data['where_olc']);
|
|
288
316
|
}
|
|
289
317
|
// ensure the json data is a string
|
|
290
|
-
if (data[
|
|
291
|
-
throw new Error("Expected the field `
|
|
318
|
+
if (data['where_location'] && !(typeof data['where_location'] === 'string' || data['where_location'] instanceof String)) {
|
|
319
|
+
throw new Error("Expected the field `where_location` to be a primitive type in the JSON string but got " + data['where_location']);
|
|
292
320
|
}
|
|
293
321
|
// ensure the json data is a string
|
|
294
|
-
if (data[
|
|
295
|
-
throw new Error("Expected the field `
|
|
322
|
+
if (data['where_country'] && !(typeof data['where_country'] === 'string' || data['where_country'] instanceof String)) {
|
|
323
|
+
throw new Error("Expected the field `where_country` to be a primitive type in the JSON string but got " + data['where_country']);
|
|
296
324
|
}
|
|
297
325
|
// ensure the json data is a string
|
|
298
|
-
if (data[
|
|
299
|
-
throw new Error("Expected the field `
|
|
326
|
+
if (data['where_timezone'] && !(typeof data['where_timezone'] === 'string' || data['where_timezone'] instanceof String)) {
|
|
327
|
+
throw new Error("Expected the field `where_timezone` to be a primitive type in the JSON string but got " + data['where_timezone']);
|
|
300
328
|
}
|
|
301
329
|
// ensure the json data is a string
|
|
302
|
-
if (data[
|
|
303
|
-
throw new Error("Expected the field `
|
|
330
|
+
if (data['tower_country'] && !(typeof data['tower_country'] === 'string' || data['tower_country'] instanceof String)) {
|
|
331
|
+
throw new Error("Expected the field `tower_country` to be a primitive type in the JSON string but got " + data['tower_country']);
|
|
304
332
|
}
|
|
305
333
|
// ensure the json data is a string
|
|
306
|
-
if (data[
|
|
307
|
-
throw new Error("Expected the field `
|
|
334
|
+
if (data['tower_location'] && !(typeof data['tower_location'] === 'string' || data['tower_location'] instanceof String)) {
|
|
335
|
+
throw new Error("Expected the field `tower_location` to be a primitive type in the JSON string but got " + data['tower_location']);
|
|
308
336
|
}
|
|
309
337
|
// ensure the json data is a string
|
|
310
|
-
if (data[
|
|
311
|
-
throw new Error("Expected the field `
|
|
338
|
+
if (data['tower_timezone'] && !(typeof data['tower_timezone'] === 'string' || data['tower_timezone'] instanceof String)) {
|
|
339
|
+
throw new Error("Expected the field `tower_timezone` to be a primitive type in the JSON string but got " + data['tower_timezone']);
|
|
312
340
|
}
|
|
313
341
|
// ensure the json data is a string
|
|
314
|
-
if (data[
|
|
315
|
-
throw new Error("Expected the field `
|
|
342
|
+
if (data['tower_id'] && !(typeof data['tower_id'] === 'string' || data['tower_id'] instanceof String)) {
|
|
343
|
+
throw new Error("Expected the field `tower_id` to be a primitive type in the JSON string but got " + data['tower_id']);
|
|
316
344
|
}
|
|
317
345
|
// ensure the json data is a string
|
|
318
|
-
if (data[
|
|
319
|
-
throw new Error("Expected the field `
|
|
346
|
+
if (data['tri_location'] && !(typeof data['tri_location'] === 'string' || data['tri_location'] instanceof String)) {
|
|
347
|
+
throw new Error("Expected the field `tri_location` to be a primitive type in the JSON string but got " + data['tri_location']);
|
|
320
348
|
}
|
|
321
349
|
// ensure the json data is a string
|
|
322
|
-
if (data[
|
|
323
|
-
throw new Error("Expected the field `
|
|
350
|
+
if (data['tri_country'] && !(typeof data['tri_country'] === 'string' || data['tri_country'] instanceof String)) {
|
|
351
|
+
throw new Error("Expected the field `tri_country` to be a primitive type in the JSON string but got " + data['tri_country']);
|
|
324
352
|
}
|
|
325
353
|
// ensure the json data is a string
|
|
326
|
-
if (data[
|
|
327
|
-
throw new Error("Expected the field `
|
|
354
|
+
if (data['tri_timezone'] && !(typeof data['tri_timezone'] === 'string' || data['tri_timezone'] instanceof String)) {
|
|
355
|
+
throw new Error("Expected the field `tri_timezone` to be a primitive type in the JSON string but got " + data['tri_timezone']);
|
|
328
356
|
}
|
|
329
357
|
// ensure the json data is a string
|
|
330
|
-
if (data[
|
|
331
|
-
throw new Error("Expected the field `
|
|
358
|
+
if (data['orientation'] && !(typeof data['orientation'] === 'string' || data['orientation'] instanceof String)) {
|
|
359
|
+
throw new Error("Expected the field `orientation` to be a primitive type in the JSON string but got " + data['orientation']);
|
|
332
360
|
}
|
|
333
361
|
// ensure the json data is a string
|
|
334
|
-
if (data[
|
|
335
|
-
throw new Error("Expected the field `
|
|
362
|
+
if (data['rat'] && !(typeof data['rat'] === 'string' || data['rat'] instanceof String)) {
|
|
363
|
+
throw new Error("Expected the field `rat` to be a primitive type in the JSON string but got " + data['rat']);
|
|
336
364
|
}
|
|
337
365
|
// ensure the json data is a string
|
|
338
|
-
if (data[
|
|
339
|
-
throw new Error("Expected the field `
|
|
366
|
+
if (data['sku'] && !(typeof data['sku'] === 'string' || data['sku'] instanceof String)) {
|
|
367
|
+
throw new Error("Expected the field `sku` to be a primitive type in the JSON string but got " + data['sku']);
|
|
340
368
|
}
|
|
341
369
|
// ensure the json data is a string
|
|
342
|
-
if (data[
|
|
343
|
-
throw new Error("Expected the field `
|
|
370
|
+
if (data['ordering_code'] && !(typeof data['ordering_code'] === 'string' || data['ordering_code'] instanceof String)) {
|
|
371
|
+
throw new Error("Expected the field `ordering_code` to be a primitive type in the JSON string but got " + data['ordering_code']);
|
|
344
372
|
}
|
|
345
373
|
// ensure the json data is a string
|
|
346
|
-
if (data[
|
|
347
|
-
throw new Error("Expected the field `
|
|
374
|
+
if (data['ssid'] && !(typeof data['ssid'] === 'string' || data['ssid'] instanceof String)) {
|
|
375
|
+
throw new Error("Expected the field `ssid` to be a primitive type in the JSON string but got " + data['ssid']);
|
|
348
376
|
}
|
|
349
377
|
// ensure the json data is a string
|
|
350
|
-
if (data[
|
|
351
|
-
throw new Error("Expected the field `
|
|
378
|
+
if (data['bssid'] && !(typeof data['bssid'] === 'string' || data['bssid'] instanceof String)) {
|
|
379
|
+
throw new Error("Expected the field `bssid` to be a primitive type in the JSON string but got " + data['bssid']);
|
|
352
380
|
}
|
|
353
381
|
return true;
|
|
354
382
|
}
|
|
@@ -358,328 +386,352 @@ var Event = /*#__PURE__*/function () {
|
|
|
358
386
|
* Event UID (globally unique)
|
|
359
387
|
* @member {String} event
|
|
360
388
|
*/
|
|
361
|
-
Event.prototype[
|
|
389
|
+
Event.prototype['event'] = undefined;
|
|
362
390
|
|
|
363
391
|
/**
|
|
364
392
|
* Session UID (globally unique)
|
|
365
393
|
* @member {String} session
|
|
366
394
|
*/
|
|
367
|
-
Event.prototype[
|
|
395
|
+
Event.prototype['session'] = undefined;
|
|
368
396
|
|
|
369
397
|
/**
|
|
370
398
|
* Whether TLS was used on the connection between the device and notehub. Only available on _session.qo events.
|
|
371
399
|
* @member {Boolean} tls
|
|
372
400
|
*/
|
|
373
|
-
Event.prototype[
|
|
401
|
+
Event.prototype['tls'] = undefined;
|
|
374
402
|
|
|
375
403
|
/**
|
|
376
404
|
* The device serial number, or the DeviceUID if the serial number is not set
|
|
377
405
|
* @member {String} best_id
|
|
378
406
|
*/
|
|
379
|
-
Event.prototype[
|
|
407
|
+
Event.prototype['best_id'] = undefined;
|
|
380
408
|
|
|
381
409
|
/**
|
|
382
410
|
* Device UID (globally unique)
|
|
383
411
|
* @member {String} device
|
|
384
412
|
*/
|
|
385
|
-
Event.prototype[
|
|
413
|
+
Event.prototype['device'] = undefined;
|
|
386
414
|
|
|
387
415
|
/**
|
|
388
416
|
* The device serial number
|
|
389
417
|
* @member {String} sn
|
|
390
418
|
*/
|
|
391
|
-
Event.prototype[
|
|
419
|
+
Event.prototype['sn'] = undefined;
|
|
392
420
|
|
|
393
421
|
/**
|
|
394
422
|
* Product UID (globally unique)
|
|
395
423
|
* @member {String} product
|
|
396
424
|
*/
|
|
397
|
-
Event.prototype[
|
|
425
|
+
Event.prototype['product'] = undefined;
|
|
398
426
|
|
|
399
427
|
/**
|
|
400
428
|
* App UID (globally unique)
|
|
401
429
|
* @member {String} app
|
|
402
430
|
*/
|
|
403
|
-
Event.prototype[
|
|
431
|
+
Event.prototype['app'] = undefined;
|
|
404
432
|
|
|
405
433
|
/**
|
|
406
434
|
* The unix timestamp when the event was received
|
|
407
435
|
* @member {Number} received
|
|
408
436
|
*/
|
|
409
|
-
Event.prototype[
|
|
437
|
+
Event.prototype['received'] = undefined;
|
|
410
438
|
|
|
411
439
|
/**
|
|
412
440
|
* The notecard request
|
|
413
441
|
* @member {String} req
|
|
414
442
|
*/
|
|
415
|
-
Event.prototype[
|
|
443
|
+
Event.prototype['req'] = undefined;
|
|
416
444
|
|
|
417
445
|
/**
|
|
418
446
|
* When the event was captured on the device
|
|
419
447
|
* @member {Number} when
|
|
420
448
|
*/
|
|
421
|
-
Event.prototype[
|
|
449
|
+
Event.prototype['when'] = undefined;
|
|
422
450
|
|
|
423
451
|
/**
|
|
424
452
|
* The notefile associated with this event
|
|
425
453
|
* @member {String} file
|
|
426
454
|
*/
|
|
427
|
-
Event.prototype[
|
|
455
|
+
Event.prototype['file'] = undefined;
|
|
428
456
|
|
|
429
457
|
/**
|
|
430
458
|
* The note ID in the notefile
|
|
431
459
|
* @member {String} note
|
|
432
460
|
*/
|
|
433
|
-
Event.prototype[
|
|
461
|
+
Event.prototype['note'] = undefined;
|
|
434
462
|
|
|
435
463
|
/**
|
|
436
464
|
* @member {Number} updates
|
|
437
465
|
*/
|
|
438
|
-
Event.prototype[
|
|
466
|
+
Event.prototype['updates'] = undefined;
|
|
439
467
|
|
|
440
468
|
/**
|
|
441
469
|
* A JSON object containing event details
|
|
442
470
|
* @member {Object} body
|
|
443
471
|
*/
|
|
444
|
-
Event.prototype[
|
|
472
|
+
Event.prototype['body'] = undefined;
|
|
445
473
|
|
|
446
474
|
/**
|
|
447
475
|
* A base64-encoded binary payload
|
|
448
476
|
* @member {String} payload
|
|
449
477
|
*/
|
|
450
|
-
Event.prototype[
|
|
478
|
+
Event.prototype['payload'] = undefined;
|
|
451
479
|
|
|
452
480
|
/**
|
|
453
481
|
* One of \"gps\", \"triangulated\", or \"tower\"
|
|
454
482
|
* @member {String} best_location_type
|
|
455
483
|
*/
|
|
456
|
-
Event.prototype[
|
|
484
|
+
Event.prototype['best_location_type'] = undefined;
|
|
457
485
|
|
|
458
486
|
/**
|
|
459
487
|
* Unix timestamp
|
|
460
488
|
* @member {Number} best_location_when
|
|
461
489
|
*/
|
|
462
|
-
Event.prototype[
|
|
490
|
+
Event.prototype['best_location_when'] = undefined;
|
|
463
491
|
|
|
464
492
|
/**
|
|
465
493
|
* Latitude
|
|
466
494
|
* @member {Number} best_lat
|
|
467
495
|
*/
|
|
468
|
-
Event.prototype[
|
|
496
|
+
Event.prototype['best_lat'] = undefined;
|
|
469
497
|
|
|
470
498
|
/**
|
|
471
499
|
* Longitude
|
|
472
500
|
* @member {Number} best_lon
|
|
473
501
|
*/
|
|
474
|
-
Event.prototype[
|
|
502
|
+
Event.prototype['best_lon'] = undefined;
|
|
475
503
|
|
|
476
504
|
/**
|
|
477
505
|
* Location
|
|
478
506
|
* @member {String} best_location
|
|
479
507
|
*/
|
|
480
|
-
Event.prototype[
|
|
508
|
+
Event.prototype['best_location'] = undefined;
|
|
481
509
|
|
|
482
510
|
/**
|
|
483
511
|
* Country
|
|
484
512
|
* @member {String} best_country
|
|
485
513
|
*/
|
|
486
|
-
Event.prototype[
|
|
514
|
+
Event.prototype['best_country'] = undefined;
|
|
487
515
|
|
|
488
516
|
/**
|
|
489
517
|
* Timezone
|
|
490
518
|
* @member {String} best_timezone
|
|
491
519
|
*/
|
|
492
|
-
Event.prototype[
|
|
520
|
+
Event.prototype['best_timezone'] = undefined;
|
|
493
521
|
|
|
494
522
|
/**
|
|
495
523
|
* Open Location Code
|
|
496
524
|
* @member {String} where_olc
|
|
497
525
|
*/
|
|
498
|
-
Event.prototype[
|
|
526
|
+
Event.prototype['where_olc'] = undefined;
|
|
499
527
|
|
|
500
528
|
/**
|
|
501
529
|
* Unix timestamp
|
|
502
530
|
* @member {Number} where_when
|
|
503
531
|
*/
|
|
504
|
-
Event.prototype[
|
|
532
|
+
Event.prototype['where_when'] = undefined;
|
|
505
533
|
|
|
506
534
|
/**
|
|
507
535
|
* Latitude
|
|
508
536
|
* @member {Number} where_lat
|
|
509
537
|
*/
|
|
510
|
-
Event.prototype[
|
|
538
|
+
Event.prototype['where_lat'] = undefined;
|
|
511
539
|
|
|
512
540
|
/**
|
|
513
541
|
* Longitude
|
|
514
542
|
* @member {Number} where_lon
|
|
515
543
|
*/
|
|
516
|
-
Event.prototype[
|
|
544
|
+
Event.prototype['where_lon'] = undefined;
|
|
517
545
|
|
|
518
546
|
/**
|
|
519
547
|
* Location
|
|
520
548
|
* @member {String} where_location
|
|
521
549
|
*/
|
|
522
|
-
Event.prototype[
|
|
550
|
+
Event.prototype['where_location'] = undefined;
|
|
523
551
|
|
|
524
552
|
/**
|
|
525
553
|
* Country
|
|
526
554
|
* @member {String} where_country
|
|
527
555
|
*/
|
|
528
|
-
Event.prototype[
|
|
556
|
+
Event.prototype['where_country'] = undefined;
|
|
529
557
|
|
|
530
558
|
/**
|
|
531
559
|
* Timezone
|
|
532
560
|
* @member {String} where_timezone
|
|
533
561
|
*/
|
|
534
|
-
Event.prototype[
|
|
562
|
+
Event.prototype['where_timezone'] = undefined;
|
|
535
563
|
|
|
536
564
|
/**
|
|
537
565
|
* Unix timestamp
|
|
538
566
|
* @member {Number} tower_when
|
|
539
567
|
*/
|
|
540
|
-
Event.prototype[
|
|
568
|
+
Event.prototype['tower_when'] = undefined;
|
|
541
569
|
|
|
542
570
|
/**
|
|
543
571
|
* Latitude
|
|
544
572
|
* @member {Number} tower_lat
|
|
545
573
|
*/
|
|
546
|
-
Event.prototype[
|
|
574
|
+
Event.prototype['tower_lat'] = undefined;
|
|
547
575
|
|
|
548
576
|
/**
|
|
549
577
|
* Longitude
|
|
550
578
|
* @member {Number} tower_lon
|
|
551
579
|
*/
|
|
552
|
-
Event.prototype[
|
|
580
|
+
Event.prototype['tower_lon'] = undefined;
|
|
553
581
|
|
|
554
582
|
/**
|
|
555
583
|
* Country
|
|
556
584
|
* @member {String} tower_country
|
|
557
585
|
*/
|
|
558
|
-
Event.prototype[
|
|
586
|
+
Event.prototype['tower_country'] = undefined;
|
|
559
587
|
|
|
560
588
|
/**
|
|
561
589
|
* Location
|
|
562
590
|
* @member {String} tower_location
|
|
563
591
|
*/
|
|
564
|
-
Event.prototype[
|
|
592
|
+
Event.prototype['tower_location'] = undefined;
|
|
565
593
|
|
|
566
594
|
/**
|
|
567
595
|
* Timezone
|
|
568
596
|
* @member {String} tower_timezone
|
|
569
597
|
*/
|
|
570
|
-
Event.prototype[
|
|
598
|
+
Event.prototype['tower_timezone'] = undefined;
|
|
571
599
|
|
|
572
600
|
/**
|
|
573
601
|
* Tower ID
|
|
574
602
|
* @member {String} tower_id
|
|
575
603
|
*/
|
|
576
|
-
Event.prototype[
|
|
604
|
+
Event.prototype['tower_id'] = undefined;
|
|
577
605
|
|
|
578
606
|
/**
|
|
579
607
|
* Unix timestamp
|
|
580
608
|
* @member {Number} tri_when
|
|
581
609
|
*/
|
|
582
|
-
Event.prototype[
|
|
610
|
+
Event.prototype['tri_when'] = undefined;
|
|
583
611
|
|
|
584
612
|
/**
|
|
585
613
|
* Latitude
|
|
586
614
|
* @member {Number} tri_lat
|
|
587
615
|
*/
|
|
588
|
-
Event.prototype[
|
|
616
|
+
Event.prototype['tri_lat'] = undefined;
|
|
589
617
|
|
|
590
618
|
/**
|
|
591
619
|
* Longitude
|
|
592
620
|
* @member {Number} tri_lon
|
|
593
621
|
*/
|
|
594
|
-
Event.prototype[
|
|
622
|
+
Event.prototype['tri_lon'] = undefined;
|
|
595
623
|
|
|
596
624
|
/**
|
|
597
625
|
* Location
|
|
598
626
|
* @member {String} tri_location
|
|
599
627
|
*/
|
|
600
|
-
Event.prototype[
|
|
628
|
+
Event.prototype['tri_location'] = undefined;
|
|
601
629
|
|
|
602
630
|
/**
|
|
603
631
|
* Country
|
|
604
632
|
* @member {String} tri_country
|
|
605
633
|
*/
|
|
606
|
-
Event.prototype[
|
|
634
|
+
Event.prototype['tri_country'] = undefined;
|
|
607
635
|
|
|
608
636
|
/**
|
|
609
637
|
* Timezone
|
|
610
638
|
* @member {String} tri_timezone
|
|
611
639
|
*/
|
|
612
|
-
Event.prototype[
|
|
640
|
+
Event.prototype['tri_timezone'] = undefined;
|
|
613
641
|
|
|
614
642
|
/**
|
|
615
643
|
* Triangulation points
|
|
616
644
|
* @member {Number} tri_points
|
|
617
645
|
*/
|
|
618
|
-
Event.prototype[
|
|
646
|
+
Event.prototype['tri_points'] = undefined;
|
|
619
647
|
|
|
620
648
|
/**
|
|
621
649
|
* The number of times the device was sensed to have moved between the last session and this session. Only available on _session.qo events.
|
|
622
650
|
* @member {Number} moved
|
|
623
651
|
*/
|
|
624
|
-
Event.prototype[
|
|
652
|
+
Event.prototype['moved'] = undefined;
|
|
625
653
|
|
|
626
654
|
/**
|
|
627
655
|
* The orientation of the device. Only available on _session.qo events.
|
|
628
656
|
* @member {String} orientation
|
|
629
657
|
*/
|
|
630
|
-
Event.prototype[
|
|
658
|
+
Event.prototype['orientation'] = undefined;
|
|
631
659
|
|
|
632
660
|
/**
|
|
633
661
|
* Received Signal Strength Indicator (RSSI) is an estimated measurement of how well a device can receive signals. Only available on _session.qo events.
|
|
634
662
|
* @member {Number} rssi
|
|
635
663
|
*/
|
|
636
|
-
Event.prototype[
|
|
664
|
+
Event.prototype['rssi'] = undefined;
|
|
637
665
|
|
|
638
666
|
/**
|
|
639
667
|
* SINR. Only available on _session.qo events.
|
|
640
668
|
* @member {Number} sinr
|
|
641
669
|
*/
|
|
642
|
-
Event.prototype[
|
|
670
|
+
Event.prototype['sinr'] = undefined;
|
|
643
671
|
|
|
644
672
|
/**
|
|
645
673
|
* RSRP. Only available on _session.qo events.
|
|
646
674
|
* @member {Number} rsrp
|
|
647
675
|
*/
|
|
648
|
-
Event.prototype[
|
|
676
|
+
Event.prototype['rsrp'] = undefined;
|
|
649
677
|
|
|
650
678
|
/**
|
|
651
679
|
* RSRQ. Only available on _session.qo events.
|
|
652
680
|
* @member {Number} rsrq
|
|
653
681
|
*/
|
|
654
|
-
Event.prototype[
|
|
682
|
+
Event.prototype['rsrq'] = undefined;
|
|
655
683
|
|
|
656
684
|
/**
|
|
657
685
|
* Rat. Only available on _session.qo events.
|
|
658
686
|
* @member {String} rat
|
|
659
687
|
*/
|
|
660
|
-
Event.prototype[
|
|
688
|
+
Event.prototype['rat'] = undefined;
|
|
661
689
|
|
|
662
690
|
/**
|
|
663
691
|
* Bars. Only available on _session.qo events.
|
|
664
692
|
* @member {Number} bars
|
|
665
693
|
*/
|
|
666
|
-
Event.prototype[
|
|
694
|
+
Event.prototype['bars'] = undefined;
|
|
667
695
|
|
|
668
696
|
/**
|
|
669
697
|
* Device voltage. Only available on _session.qo events.
|
|
670
698
|
* @member {Number} voltage
|
|
671
699
|
*/
|
|
672
|
-
Event.prototype[
|
|
700
|
+
Event.prototype['voltage'] = undefined;
|
|
673
701
|
|
|
674
702
|
/**
|
|
675
703
|
* Device temperature. Only available on _session.qo events.
|
|
676
704
|
* @member {Number} temp
|
|
677
705
|
*/
|
|
678
|
-
Event.prototype[
|
|
706
|
+
Event.prototype['temp'] = undefined;
|
|
679
707
|
|
|
680
708
|
/**
|
|
681
709
|
* Routed environment variables beginning with \"$\". Only available on _session.qo events.
|
|
682
710
|
* @member {Object} environment
|
|
683
711
|
*/
|
|
684
|
-
Event.prototype[
|
|
712
|
+
Event.prototype['environment'] = undefined;
|
|
713
|
+
|
|
714
|
+
/**
|
|
715
|
+
* SKU. Only available on _session.qo events.
|
|
716
|
+
* @member {String} sku
|
|
717
|
+
*/
|
|
718
|
+
Event.prototype['sku'] = undefined;
|
|
719
|
+
|
|
720
|
+
/**
|
|
721
|
+
* Ordering code. Only available on _session.qo events.
|
|
722
|
+
* @member {String} ordering_code
|
|
723
|
+
*/
|
|
724
|
+
Event.prototype['ordering_code'] = undefined;
|
|
725
|
+
|
|
726
|
+
/**
|
|
727
|
+
* SSID. Only available on _session.qo events.
|
|
728
|
+
* @member {String} ssid
|
|
729
|
+
*/
|
|
730
|
+
Event.prototype['ssid'] = undefined;
|
|
731
|
+
|
|
732
|
+
/**
|
|
733
|
+
* BSSID. Only available on _session.qo events.
|
|
734
|
+
* @member {String} bssid
|
|
735
|
+
*/
|
|
736
|
+
Event.prototype['bssid'] = undefined;
|
|
685
737
|
var _default = exports["default"] = Event;
|