@blues-inc/notehub-js 1.0.21 → 1.0.23-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 +188 -178
- package/dist/ApiClient.js +156 -156
- package/dist/api/AlertApi.js +23 -20
- package/dist/api/AuthorizationApi.js +17 -17
- package/dist/api/BillingAccountApi.js +15 -15
- package/dist/api/DeviceApi.js +380 -329
- package/dist/api/EventApi.js +162 -121
- package/dist/api/MonitorApi.js +53 -53
- package/dist/api/ProjectApi.js +246 -246
- package/dist/api/RouteApi.js +77 -77
- package/dist/model/Alert.js +72 -57
- package/dist/model/AlertDataInner.js +36 -36
- package/dist/model/AlertNotificationsInner.js +19 -19
- package/dist/model/Aws.js +66 -66
- package/dist/model/Azure.js +44 -44
- package/dist/model/BillingAccount.js +22 -22
- package/dist/model/BillingAccountRole.js +10 -10
- package/dist/model/Body.js +6 -6
- package/dist/model/CloneProjectRequest.js +21 -21
- package/dist/model/Contact.js +23 -23
- package/dist/model/CreateFleetRequest.js +8 -8
- package/dist/model/CreateMonitor.js +127 -126
- package/dist/model/CreateProductRequest.js +23 -23
- package/dist/model/CreateProjectRequest.js +17 -17
- package/dist/model/DFUEnv.js +13 -13
- package/dist/model/DFUState.js +66 -66
- package/dist/model/DeleteDeviceFleetsRequest.js +9 -9
- package/dist/model/Device.js +85 -85
- package/dist/model/DeviceSession.js +183 -183
- package/dist/model/DeviceTowerInfo.js +15 -15
- package/dist/model/DeviceUsage.js +33 -33
- package/dist/model/EmailNotification.js +8 -8
- package/dist/model/EnvironmentVariables.js +9 -9
- package/dist/model/Error.js +32 -32
- package/dist/model/Event.js +224 -224
- package/dist/model/FirmwareInfo.js +61 -61
- package/dist/model/FirmwareStatus.js +28 -28
- package/dist/model/Fleet.js +22 -22
- package/dist/model/GetAlerts200Response.js +16 -15
- package/dist/model/GetBillingAccounts200Response.js +11 -10
- package/dist/model/GetDeviceEnvironmentVariables200Response.js +13 -13
- package/dist/model/GetDeviceHealthLog200Response.js +13 -12
- package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +20 -20
- package/dist/model/GetDeviceLatest200Response.js +11 -10
- package/dist/model/GetDevicePublicKey200Response.js +17 -17
- package/dist/model/GetDeviceSessions200Response.js +18 -17
- package/dist/model/GetProjectDevicePublicKeys200Response.js +18 -17
- package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +13 -13
- package/dist/model/GetProjectDevices200Response.js +18 -17
- package/dist/model/GetProjectEvents200Response.js +30 -16
- package/dist/model/GetProjectEventsByCursor200Response.js +25 -24
- package/dist/model/GetProjectFleets200Response.js +13 -12
- package/dist/model/GetProjectMembers200Response.js +13 -12
- package/dist/model/GetProjectProducts200Response.js +11 -10
- package/dist/model/GetProjects200Response.js +11 -10
- package/dist/model/GetRouteLogsByRoute200ResponseInner.js +36 -36
- package/dist/model/Google.js +34 -34
- package/dist/model/HandleNoteChanges200Response.js +12 -12
- package/dist/model/HandleNoteGet200Response.js +14 -14
- package/dist/model/HandleNoteSignal200Response.js +6 -6
- package/dist/model/HandleNotefileChanges200Response.js +12 -12
- package/dist/model/HandleNotefileChangesPending200Response.js +15 -15
- package/dist/model/HandleNotefileDeleteRequest.js +8 -8
- package/dist/model/Http.js +36 -36
- package/dist/model/HttpFilter.js +20 -20
- package/dist/model/HttpTransform.js +21 -21
- package/dist/model/Location.js +41 -41
- package/dist/model/Login200Response.js +8 -8
- package/dist/model/LoginRequest.js +13 -13
- package/dist/model/Monitor.js +101 -100
- package/dist/model/MonitorAlertRoutesInner.js +10 -11
- package/dist/model/Mqtt.js +67 -67
- package/dist/model/Note.js +11 -11
- package/dist/model/OTAStatus.js +89 -89
- package/dist/model/OTAStatusList.js +14 -13
- package/dist/model/OTAUpdateRequest.js +54 -54
- package/dist/model/OTAUpdateStatus.js +18 -18
- package/dist/model/PostProvisionProjectDeviceRequest.js +14 -14
- package/dist/model/Product.js +27 -27
- package/dist/model/Project.js +35 -35
- package/dist/model/ProjectMember.js +23 -23
- package/dist/model/Proxy.js +25 -25
- package/dist/model/PutDeviceFleetsRequest.js +9 -9
- package/dist/model/Radresponder.js +26 -26
- package/dist/model/Role.js +10 -10
- package/dist/model/Route.js +37 -37
- package/dist/model/RouteSchema.js +46 -47
- package/dist/model/Slack.js +54 -54
- package/dist/model/SlackBearerNotification.js +26 -26
- package/dist/model/SlackWebHookNotification.js +21 -21
- package/dist/model/Snowflake.js +46 -46
- package/dist/model/SnowflakeTransform.js +13 -13
- package/dist/model/Thingworx.js +34 -34
- package/dist/model/TowerLocation.js +53 -53
- package/dist/model/Twilio.js +44 -44
- package/dist/model/UpdateFleetRequest.js +18 -18
- package/dist/model/UserDbRoute.js +26 -26
- package/package.json +4 -4
package/dist/model/Device.js
CHANGED
|
@@ -20,9 +20,9 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
20
20
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
21
21
|
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); } /**
|
|
22
22
|
* Notehub API
|
|
23
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
23
|
+
* The OpenAPI definition for the Notehub.io API. Beta test change
|
|
24
24
|
*
|
|
25
|
-
* The version of the OpenAPI document: 1.1.
|
|
25
|
+
* The version of the OpenAPI document: 1.1.2
|
|
26
26
|
* Contact: engineering@blues.io
|
|
27
27
|
*
|
|
28
28
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -33,18 +33,18 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
33
33
|
/**
|
|
34
34
|
* The Device model module.
|
|
35
35
|
* @module model/Device
|
|
36
|
-
* @version 1.0.
|
|
36
|
+
* @version 1.0.23-beta.1
|
|
37
37
|
*/
|
|
38
38
|
var Device = /*#__PURE__*/function () {
|
|
39
39
|
/**
|
|
40
40
|
* Constructs a new <code>Device</code>.
|
|
41
41
|
* @alias module:model/Device
|
|
42
|
-
* @param uid {String}
|
|
43
|
-
* @param provisioned {Date}
|
|
44
|
-
* @param productUid {String}
|
|
45
|
-
* @param fleetUids {Array.<String>}
|
|
46
|
-
* @param voltage {Number}
|
|
47
|
-
* @param temperature {Number}
|
|
42
|
+
* @param uid {String}
|
|
43
|
+
* @param provisioned {Date}
|
|
44
|
+
* @param productUid {String}
|
|
45
|
+
* @param fleetUids {Array.<String>}
|
|
46
|
+
* @param voltage {Number}
|
|
47
|
+
* @param temperature {Number}
|
|
48
48
|
*/
|
|
49
49
|
function Device(uid, provisioned, productUid, fleetUids, voltage, temperature) {
|
|
50
50
|
_classCallCheck(this, Device);
|
|
@@ -59,12 +59,12 @@ var Device = /*#__PURE__*/function () {
|
|
|
59
59
|
return _createClass(Device, null, [{
|
|
60
60
|
key: "initialize",
|
|
61
61
|
value: function initialize(obj, uid, provisioned, productUid, fleetUids, voltage, temperature) {
|
|
62
|
-
obj[
|
|
63
|
-
obj[
|
|
64
|
-
obj[
|
|
65
|
-
obj[
|
|
66
|
-
obj[
|
|
67
|
-
obj[
|
|
62
|
+
obj['uid'] = uid;
|
|
63
|
+
obj['provisioned'] = provisioned;
|
|
64
|
+
obj['product_uid'] = productUid;
|
|
65
|
+
obj['fleet_uids'] = fleetUids;
|
|
66
|
+
obj['voltage'] = voltage;
|
|
67
|
+
obj['temperature'] = temperature;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
/**
|
|
@@ -79,53 +79,53 @@ var Device = /*#__PURE__*/function () {
|
|
|
79
79
|
value: function constructFromObject(data, obj) {
|
|
80
80
|
if (data) {
|
|
81
81
|
obj = obj || new Device();
|
|
82
|
-
if (data.hasOwnProperty(
|
|
83
|
-
obj[
|
|
82
|
+
if (data.hasOwnProperty('uid')) {
|
|
83
|
+
obj['uid'] = _ApiClient["default"].convertToType(data['uid'], 'String');
|
|
84
84
|
}
|
|
85
|
-
if (data.hasOwnProperty(
|
|
86
|
-
obj[
|
|
85
|
+
if (data.hasOwnProperty('serial_number')) {
|
|
86
|
+
obj['serial_number'] = _ApiClient["default"].convertToType(data['serial_number'], 'String');
|
|
87
87
|
}
|
|
88
|
-
if (data.hasOwnProperty(
|
|
89
|
-
obj[
|
|
88
|
+
if (data.hasOwnProperty('provisioned')) {
|
|
89
|
+
obj['provisioned'] = _ApiClient["default"].convertToType(data['provisioned'], 'Date');
|
|
90
90
|
}
|
|
91
|
-
if (data.hasOwnProperty(
|
|
92
|
-
obj[
|
|
91
|
+
if (data.hasOwnProperty('last_activity')) {
|
|
92
|
+
obj['last_activity'] = _ApiClient["default"].convertToType(data['last_activity'], 'Date');
|
|
93
93
|
}
|
|
94
|
-
if (data.hasOwnProperty(
|
|
95
|
-
obj[
|
|
94
|
+
if (data.hasOwnProperty('contact')) {
|
|
95
|
+
obj['contact'] = _Contact["default"].constructFromObject(data['contact']);
|
|
96
96
|
}
|
|
97
|
-
if (data.hasOwnProperty(
|
|
98
|
-
obj[
|
|
97
|
+
if (data.hasOwnProperty('product_uid')) {
|
|
98
|
+
obj['product_uid'] = _ApiClient["default"].convertToType(data['product_uid'], 'String');
|
|
99
99
|
}
|
|
100
|
-
if (data.hasOwnProperty(
|
|
101
|
-
obj[
|
|
100
|
+
if (data.hasOwnProperty('fleet_uids')) {
|
|
101
|
+
obj['fleet_uids'] = _ApiClient["default"].convertToType(data['fleet_uids'], ['String']);
|
|
102
102
|
}
|
|
103
|
-
if (data.hasOwnProperty(
|
|
104
|
-
obj[
|
|
103
|
+
if (data.hasOwnProperty('tower_info')) {
|
|
104
|
+
obj['tower_info'] = _DeviceTowerInfo["default"].constructFromObject(data['tower_info']);
|
|
105
105
|
}
|
|
106
|
-
if (data.hasOwnProperty(
|
|
107
|
-
obj[
|
|
106
|
+
if (data.hasOwnProperty('tower_location')) {
|
|
107
|
+
obj['tower_location'] = _Location["default"].constructFromObject(data['tower_location']);
|
|
108
108
|
}
|
|
109
|
-
if (data.hasOwnProperty(
|
|
110
|
-
obj[
|
|
109
|
+
if (data.hasOwnProperty('gps_location')) {
|
|
110
|
+
obj['gps_location'] = _Location["default"].constructFromObject(data['gps_location']);
|
|
111
111
|
}
|
|
112
|
-
if (data.hasOwnProperty(
|
|
113
|
-
obj[
|
|
112
|
+
if (data.hasOwnProperty('triangulated_location')) {
|
|
113
|
+
obj['triangulated_location'] = _Location["default"].constructFromObject(data['triangulated_location']);
|
|
114
114
|
}
|
|
115
|
-
if (data.hasOwnProperty(
|
|
116
|
-
obj[
|
|
115
|
+
if (data.hasOwnProperty('voltage')) {
|
|
116
|
+
obj['voltage'] = _ApiClient["default"].convertToType(data['voltage'], 'Number');
|
|
117
117
|
}
|
|
118
|
-
if (data.hasOwnProperty(
|
|
119
|
-
obj[
|
|
118
|
+
if (data.hasOwnProperty('temperature')) {
|
|
119
|
+
obj['temperature'] = _ApiClient["default"].convertToType(data['temperature'], 'Number');
|
|
120
120
|
}
|
|
121
|
-
if (data.hasOwnProperty(
|
|
122
|
-
obj[
|
|
121
|
+
if (data.hasOwnProperty('dfu')) {
|
|
122
|
+
obj['dfu'] = _DFUEnv["default"].constructFromObject(data['dfu']);
|
|
123
123
|
}
|
|
124
|
-
if (data.hasOwnProperty(
|
|
125
|
-
obj[
|
|
124
|
+
if (data.hasOwnProperty('sku')) {
|
|
125
|
+
obj['sku'] = _ApiClient["default"].convertToType(data['sku'], 'String');
|
|
126
126
|
}
|
|
127
|
-
if (data.hasOwnProperty(
|
|
128
|
-
obj[
|
|
127
|
+
if (data.hasOwnProperty('disabled')) {
|
|
128
|
+
obj['disabled'] = _ApiClient["default"].convertToType(data['disabled'], 'Boolean');
|
|
129
129
|
}
|
|
130
130
|
} else if (data === null) {
|
|
131
131
|
return null;
|
|
@@ -157,54 +157,54 @@ var Device = /*#__PURE__*/function () {
|
|
|
157
157
|
} finally {
|
|
158
158
|
_iterator.f();
|
|
159
159
|
}
|
|
160
|
-
if (data[
|
|
161
|
-
throw new Error("Expected the field `uid` to be a primitive type in the JSON string but got " + data[
|
|
160
|
+
if (data['uid'] && !(typeof data['uid'] === 'string' || data['uid'] instanceof String)) {
|
|
161
|
+
throw new Error("Expected the field `uid` to be a primitive type in the JSON string but got " + data['uid']);
|
|
162
162
|
}
|
|
163
163
|
// ensure the json data is a string
|
|
164
|
-
if (data[
|
|
165
|
-
throw new Error("Expected the field `serial_number` to be a primitive type in the JSON string but got " + data[
|
|
164
|
+
if (data['serial_number'] && !(typeof data['serial_number'] === 'string' || data['serial_number'] instanceof String)) {
|
|
165
|
+
throw new Error("Expected the field `serial_number` to be a primitive type in the JSON string but got " + data['serial_number']);
|
|
166
166
|
}
|
|
167
167
|
// validate the optional field `contact`
|
|
168
|
-
if (data[
|
|
168
|
+
if (data['contact']) {
|
|
169
169
|
// data not null
|
|
170
|
-
_Contact["default"].validateJSON(data[
|
|
170
|
+
_Contact["default"].validateJSON(data['contact']);
|
|
171
171
|
}
|
|
172
172
|
// ensure the json data is a string
|
|
173
|
-
if (data[
|
|
174
|
-
throw new Error("Expected the field `product_uid` to be a primitive type in the JSON string but got " + data[
|
|
173
|
+
if (data['product_uid'] && !(typeof data['product_uid'] === 'string' || data['product_uid'] instanceof String)) {
|
|
174
|
+
throw new Error("Expected the field `product_uid` to be a primitive type in the JSON string but got " + data['product_uid']);
|
|
175
175
|
}
|
|
176
176
|
// ensure the json data is an array
|
|
177
|
-
if (!Array.isArray(data[
|
|
178
|
-
throw new Error("Expected the field `fleet_uids` to be an array in the JSON data but got " + data[
|
|
177
|
+
if (!Array.isArray(data['fleet_uids'])) {
|
|
178
|
+
throw new Error("Expected the field `fleet_uids` to be an array in the JSON data but got " + data['fleet_uids']);
|
|
179
179
|
}
|
|
180
180
|
// validate the optional field `tower_info`
|
|
181
|
-
if (data[
|
|
181
|
+
if (data['tower_info']) {
|
|
182
182
|
// data not null
|
|
183
|
-
_DeviceTowerInfo["default"].validateJSON(data[
|
|
183
|
+
_DeviceTowerInfo["default"].validateJSON(data['tower_info']);
|
|
184
184
|
}
|
|
185
185
|
// validate the optional field `tower_location`
|
|
186
|
-
if (data[
|
|
186
|
+
if (data['tower_location']) {
|
|
187
187
|
// data not null
|
|
188
|
-
_Location["default"].validateJSON(data[
|
|
188
|
+
_Location["default"].validateJSON(data['tower_location']);
|
|
189
189
|
}
|
|
190
190
|
// validate the optional field `gps_location`
|
|
191
|
-
if (data[
|
|
191
|
+
if (data['gps_location']) {
|
|
192
192
|
// data not null
|
|
193
|
-
_Location["default"].validateJSON(data[
|
|
193
|
+
_Location["default"].validateJSON(data['gps_location']);
|
|
194
194
|
}
|
|
195
195
|
// validate the optional field `triangulated_location`
|
|
196
|
-
if (data[
|
|
196
|
+
if (data['triangulated_location']) {
|
|
197
197
|
// data not null
|
|
198
|
-
_Location["default"].validateJSON(data[
|
|
198
|
+
_Location["default"].validateJSON(data['triangulated_location']);
|
|
199
199
|
}
|
|
200
200
|
// validate the optional field `dfu`
|
|
201
|
-
if (data[
|
|
201
|
+
if (data['dfu']) {
|
|
202
202
|
// data not null
|
|
203
|
-
_DFUEnv["default"].validateJSON(data[
|
|
203
|
+
_DFUEnv["default"].validateJSON(data['dfu']);
|
|
204
204
|
}
|
|
205
205
|
// ensure the json data is a string
|
|
206
|
-
if (data[
|
|
207
|
-
throw new Error("Expected the field `sku` to be a primitive type in the JSON string but got " + data[
|
|
206
|
+
if (data['sku'] && !(typeof data['sku'] === 'string' || data['sku'] instanceof String)) {
|
|
207
|
+
throw new Error("Expected the field `sku` to be a primitive type in the JSON string but got " + data['sku']);
|
|
208
208
|
}
|
|
209
209
|
return true;
|
|
210
210
|
}
|
|
@@ -215,80 +215,80 @@ Device.RequiredProperties = ["uid", "provisioned", "product_uid", "fleet_uids",
|
|
|
215
215
|
/**
|
|
216
216
|
* @member {String} uid
|
|
217
217
|
*/
|
|
218
|
-
Device.prototype[
|
|
218
|
+
Device.prototype['uid'] = undefined;
|
|
219
219
|
|
|
220
220
|
/**
|
|
221
221
|
* @member {String} serial_number
|
|
222
222
|
*/
|
|
223
|
-
Device.prototype[
|
|
223
|
+
Device.prototype['serial_number'] = undefined;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
226
|
* @member {Date} provisioned
|
|
227
227
|
*/
|
|
228
|
-
Device.prototype[
|
|
228
|
+
Device.prototype['provisioned'] = undefined;
|
|
229
229
|
|
|
230
230
|
/**
|
|
231
231
|
* @member {Date} last_activity
|
|
232
232
|
*/
|
|
233
|
-
Device.prototype[
|
|
233
|
+
Device.prototype['last_activity'] = undefined;
|
|
234
234
|
|
|
235
235
|
/**
|
|
236
236
|
* @member {module:model/Contact} contact
|
|
237
237
|
*/
|
|
238
|
-
Device.prototype[
|
|
238
|
+
Device.prototype['contact'] = undefined;
|
|
239
239
|
|
|
240
240
|
/**
|
|
241
241
|
* @member {String} product_uid
|
|
242
242
|
*/
|
|
243
|
-
Device.prototype[
|
|
243
|
+
Device.prototype['product_uid'] = undefined;
|
|
244
244
|
|
|
245
245
|
/**
|
|
246
246
|
* @member {Array.<String>} fleet_uids
|
|
247
247
|
*/
|
|
248
|
-
Device.prototype[
|
|
248
|
+
Device.prototype['fleet_uids'] = undefined;
|
|
249
249
|
|
|
250
250
|
/**
|
|
251
251
|
* @member {module:model/DeviceTowerInfo} tower_info
|
|
252
252
|
*/
|
|
253
|
-
Device.prototype[
|
|
253
|
+
Device.prototype['tower_info'] = undefined;
|
|
254
254
|
|
|
255
255
|
/**
|
|
256
256
|
* @member {module:model/Location} tower_location
|
|
257
257
|
*/
|
|
258
|
-
Device.prototype[
|
|
258
|
+
Device.prototype['tower_location'] = undefined;
|
|
259
259
|
|
|
260
260
|
/**
|
|
261
261
|
* @member {module:model/Location} gps_location
|
|
262
262
|
*/
|
|
263
|
-
Device.prototype[
|
|
263
|
+
Device.prototype['gps_location'] = undefined;
|
|
264
264
|
|
|
265
265
|
/**
|
|
266
266
|
* @member {module:model/Location} triangulated_location
|
|
267
267
|
*/
|
|
268
|
-
Device.prototype[
|
|
268
|
+
Device.prototype['triangulated_location'] = undefined;
|
|
269
269
|
|
|
270
270
|
/**
|
|
271
271
|
* @member {Number} voltage
|
|
272
272
|
*/
|
|
273
|
-
Device.prototype[
|
|
273
|
+
Device.prototype['voltage'] = undefined;
|
|
274
274
|
|
|
275
275
|
/**
|
|
276
276
|
* @member {Number} temperature
|
|
277
277
|
*/
|
|
278
|
-
Device.prototype[
|
|
278
|
+
Device.prototype['temperature'] = undefined;
|
|
279
279
|
|
|
280
280
|
/**
|
|
281
281
|
* @member {module:model/DFUEnv} dfu
|
|
282
282
|
*/
|
|
283
|
-
Device.prototype[
|
|
283
|
+
Device.prototype['dfu'] = undefined;
|
|
284
284
|
|
|
285
285
|
/**
|
|
286
286
|
* @member {String} sku
|
|
287
287
|
*/
|
|
288
|
-
Device.prototype[
|
|
288
|
+
Device.prototype['sku'] = undefined;
|
|
289
289
|
|
|
290
290
|
/**
|
|
291
291
|
* @member {Boolean} disabled
|
|
292
292
|
*/
|
|
293
|
-
Device.prototype[
|
|
293
|
+
Device.prototype['disabled'] = undefined;
|
|
294
294
|
var _default = exports["default"] = Device;
|