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