@blues-inc/notehub-js 1.0.23-beta.2 → 1.0.23-beta.21
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 +22 -10
- package/dist/ApiClient.js +4 -4
- package/dist/api/AlertApi.js +3 -3
- package/dist/api/AuthorizationApi.js +3 -3
- package/dist/api/BillingAccountApi.js +3 -3
- package/dist/api/DeviceApi.js +3 -3
- package/dist/api/EventApi.js +3 -3
- package/dist/api/MonitorApi.js +3 -3
- package/dist/api/ProjectApi.js +378 -109
- package/dist/api/RouteApi.js +3 -3
- package/dist/index.js +96 -33
- package/dist/model/Alert.js +47 -3
- package/dist/model/AlertDataInner.js +3 -3
- package/dist/model/AlertNotificationsInner.js +3 -3
- package/dist/model/Aws.js +3 -3
- package/dist/model/Azure.js +3 -3
- package/dist/model/BillingAccount.js +3 -3
- package/dist/model/BillingAccountRole.js +2 -2
- package/dist/model/Body.js +3 -3
- package/dist/model/CloneProjectRequest.js +3 -3
- package/dist/model/Contact.js +3 -3
- package/dist/model/CreateFleetRequest.js +3 -3
- package/dist/model/CreateMonitor.js +3 -3
- package/dist/model/CreateProductRequest.js +3 -3
- package/dist/model/CreateProjectRequest.js +3 -3
- package/dist/model/CurrentFirmware.js +105 -0
- package/dist/model/DFUEnv.js +3 -3
- package/dist/model/DFUState.js +3 -3
- package/dist/model/DeleteDeviceFleetsRequest.js +3 -3
- package/dist/model/Device.js +3 -3
- package/dist/model/DeviceDfuHistory.js +139 -0
- package/dist/model/DeviceDfuHistoryPage.js +121 -0
- package/dist/model/DeviceDfuStateMachine.js +152 -0
- package/dist/model/DeviceDfuStateMachineNode.js +132 -0
- package/dist/model/DeviceDfuStatus.js +129 -0
- package/dist/model/{FirmwareStatus.js → DeviceDfuStatusCurrent.js} +43 -29
- package/dist/model/{OTAStatusList.js → DeviceDfuStatusPage.js} +26 -26
- package/dist/model/DeviceSession.js +3 -3
- package/dist/model/DeviceTowerInfo.js +3 -3
- package/dist/model/DeviceUsage.js +3 -3
- package/dist/model/DfuActionRequest.js +92 -0
- package/dist/model/EmailNotification.js +3 -3
- package/dist/model/EnvironmentVariables.js +3 -3
- package/dist/model/Error.js +3 -3
- package/dist/model/Event.js +3 -3
- package/dist/model/Firmware.js +195 -0
- package/dist/model/FirmwareInfo.js +3 -3
- package/dist/model/Fleet.js +3 -3
- package/dist/model/GetAlerts200Response.js +3 -3
- package/dist/model/GetBillingAccounts200Response.js +3 -3
- package/dist/model/GetDeviceEnvironmentVariables200Response.js +3 -3
- package/dist/model/GetDeviceHealthLog200Response.js +3 -3
- package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +3 -3
- package/dist/model/GetDeviceLatest200Response.js +3 -3
- package/dist/model/GetDevicePublicKey200Response.js +3 -3
- package/dist/model/GetDeviceSessions200Response.js +3 -3
- package/dist/model/GetProjectDevicePublicKeys200Response.js +3 -3
- package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +3 -3
- package/dist/model/GetProjectDevices200Response.js +3 -3
- package/dist/model/GetProjectEvents200Response.js +3 -3
- package/dist/model/GetProjectEventsByCursor200Response.js +3 -3
- package/dist/model/GetProjectFleets200Response.js +3 -3
- package/dist/model/GetProjectMembers200Response.js +3 -3
- package/dist/model/GetProjectProducts200Response.js +3 -3
- package/dist/model/GetProjects200Response.js +3 -3
- package/dist/model/GetRouteLogsByRoute200ResponseInner.js +3 -3
- package/dist/model/Google.js +3 -3
- package/dist/model/HandleNoteChanges200Response.js +3 -3
- package/dist/model/HandleNoteGet200Response.js +3 -3
- package/dist/model/HandleNoteSignal200Response.js +3 -3
- package/dist/model/HandleNotefileChanges200Response.js +3 -3
- package/dist/model/HandleNotefileChangesPending200Response.js +3 -3
- package/dist/model/HandleNotefileDeleteRequest.js +3 -3
- package/dist/model/Http.js +3 -3
- package/dist/model/HttpFilter.js +3 -3
- package/dist/model/HttpTransform.js +3 -3
- package/dist/model/Location.js +3 -3
- package/dist/model/Login200Response.js +3 -3
- package/dist/model/LoginRequest.js +3 -3
- package/dist/model/Monitor.js +3 -3
- package/dist/model/MonitorAlertRoutesInner.js +3 -3
- package/dist/model/Mqtt.js +3 -3
- package/dist/model/Note.js +3 -3
- package/dist/model/PostProvisionProjectDeviceRequest.js +3 -3
- package/dist/model/Product.js +3 -3
- package/dist/model/Project.js +3 -3
- package/dist/model/ProjectMember.js +3 -3
- package/dist/model/Proxy.js +3 -3
- package/dist/model/PutDeviceFleetsRequest.js +3 -3
- package/dist/model/Radresponder.js +3 -3
- package/dist/model/Role.js +2 -2
- package/dist/model/Route.js +3 -3
- package/dist/model/RouteSchema.js +3 -3
- package/dist/model/Slack.js +3 -3
- package/dist/model/SlackBearerNotification.js +3 -3
- package/dist/model/SlackWebHookNotification.js +3 -3
- package/dist/model/Snowflake.js +3 -3
- package/dist/model/SnowflakeTransform.js +3 -3
- package/dist/model/Thingworx.js +3 -3
- package/dist/model/TowerLocation.js +3 -3
- package/dist/model/Twilio.js +3 -3
- package/dist/model/UpdateFleetRequest.js +3 -3
- package/dist/model/UploadMetadata.js +221 -0
- package/dist/model/UserDbRoute.js +3 -3
- package/dist/model/UserDfuStateMachine.js +127 -0
- package/dist/model/{OTAUpdateStatus.js → UserDfuStateMachineStatus.js} +47 -42
- package/dist/model/UserFirmwareInfo.js +107 -0
- package/package.json +2 -2
- package/dist/model/OTAStatus.js +0 -306
- package/dist/model/OTAUpdateRequest.js +0 -214
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @blues-inc/notehub-js
|
|
2
2
|
|
|
3
3
|
NotehubJs - JavaScript client for @blues-inc/notehub-js
|
|
4
|
-
The OpenAPI definition for the Notehub.io API.
|
|
4
|
+
The OpenAPI definition for the Notehub.io API.
|
|
5
5
|
|
|
6
6
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
7
7
|
|
|
8
|
-
- API version: 1.
|
|
9
|
-
- Package version: 1.0.23-beta.
|
|
8
|
+
- API version: 1.2.0
|
|
9
|
+
- Package version: 1.0.23-beta.21
|
|
10
10
|
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
|
|
11
11
|
For more information, please visit [https://dev.blues.io/support/](https://dev.blues.io/support/)
|
|
12
12
|
|
|
@@ -180,9 +180,14 @@ Class | Method | HTTP request | Description
|
|
|
180
180
|
*NotehubJs.ProjectApi* | [**deleteFleetEnvironmentVariable**](docs/ProjectApi.md#deleteFleetEnvironmentVariable) | **DELETE** /v1/projects/{projectUID}/fleets/{fleetUID}/environment_variables/{key} |
|
|
181
181
|
*NotehubJs.ProjectApi* | [**deleteProject**](docs/ProjectApi.md#deleteProject) | **DELETE** /v1/projects/{projectUID} |
|
|
182
182
|
*NotehubJs.ProjectApi* | [**deleteProjectEnvironmentVariable**](docs/ProjectApi.md#deleteProjectEnvironmentVariable) | **DELETE** /v1/projects/{projectUID}/environment_variables/{key} |
|
|
183
|
+
*NotehubJs.ProjectApi* | [**dfuAction**](docs/ProjectApi.md#dfuAction) | **POST** /v1/projects/{projectUID}/dfu/{firmwareType}/{action} |
|
|
183
184
|
*NotehubJs.ProjectApi* | [**disableGlobalTransformation**](docs/ProjectApi.md#disableGlobalTransformation) | **POST** /v1/projects/{projectUID}/global-transformation/disable |
|
|
184
185
|
*NotehubJs.ProjectApi* | [**enableGlobalTransformation**](docs/ProjectApi.md#enableGlobalTransformation) | **POST** /v1/projects/{projectUID}/global-transformation/enable |
|
|
186
|
+
*NotehubJs.ProjectApi* | [**getDeviceDfuHistory**](docs/ProjectApi.md#getDeviceDfuHistory) | **GET** /v1/projects/{projectUID}/devices/{deviceUID}/dfu/{firmwareType}/history |
|
|
187
|
+
*NotehubJs.ProjectApi* | [**getDeviceDfuStatus**](docs/ProjectApi.md#getDeviceDfuStatus) | **GET** /v1/projects/{projectUID}/devices/{deviceUID}/dfu/{firmwareType}/status |
|
|
185
188
|
*NotehubJs.ProjectApi* | [**getDeviceFleets**](docs/ProjectApi.md#getDeviceFleets) | **GET** /v1/projects/{projectUID}/devices/{deviceUID}/fleets |
|
|
189
|
+
*NotehubJs.ProjectApi* | [**getDevicesDfuHistory**](docs/ProjectApi.md#getDevicesDfuHistory) | **GET** /v1/projects/{projectUID}/dfu/{firmwareType}/history |
|
|
190
|
+
*NotehubJs.ProjectApi* | [**getDevicesDfuStatus**](docs/ProjectApi.md#getDevicesDfuStatus) | **GET** /v1/projects/{projectUID}/dfu/{firmwareType}/status |
|
|
186
191
|
*NotehubJs.ProjectApi* | [**getFirmwareInfo**](docs/ProjectApi.md#getFirmwareInfo) | **GET** /v1/projects/{projectUID}/firmware |
|
|
187
192
|
*NotehubJs.ProjectApi* | [**getFleetEnvironmentVariables**](docs/ProjectApi.md#getFleetEnvironmentVariables) | **GET** /v1/projects/{projectUID}/fleets/{fleetUID}/environment_variables |
|
|
188
193
|
*NotehubJs.ProjectApi* | [**getProject**](docs/ProjectApi.md#getProject) | **GET** /v1/projects/{projectUID} |
|
|
@@ -190,7 +195,6 @@ Class | Method | HTTP request | Description
|
|
|
190
195
|
*NotehubJs.ProjectApi* | [**getProjectEnvironmentVariables**](docs/ProjectApi.md#getProjectEnvironmentVariables) | **GET** /v1/projects/{projectUID}/environment_variables |
|
|
191
196
|
*NotehubJs.ProjectApi* | [**getProjectFleets**](docs/ProjectApi.md#getProjectFleets) | **GET** /v1/projects/{projectUID}/fleets |
|
|
192
197
|
*NotehubJs.ProjectApi* | [**getProjectMembers**](docs/ProjectApi.md#getProjectMembers) | **GET** /v1/projects/{projectUID}/members |
|
|
193
|
-
*NotehubJs.ProjectApi* | [**getProjectOTAStatus**](docs/ProjectApi.md#getProjectOTAStatus) | **GET** /v1/projects/{projectUID}/ota/status |
|
|
194
198
|
*NotehubJs.ProjectApi* | [**getProjectProducts**](docs/ProjectApi.md#getProjectProducts) | **GET** /v1/projects/{projectUID}/products |
|
|
195
199
|
*NotehubJs.ProjectApi* | [**getProjects**](docs/ProjectApi.md#getProjects) | **GET** /v1/projects |
|
|
196
200
|
*NotehubJs.ProjectApi* | [**putDeviceFleets**](docs/ProjectApi.md#putDeviceFleets) | **PUT** /v1/projects/{projectUID}/devices/{deviceUID}/fleets |
|
|
@@ -198,7 +202,6 @@ Class | Method | HTTP request | Description
|
|
|
198
202
|
*NotehubJs.ProjectApi* | [**putProjectEnvironmentVariables**](docs/ProjectApi.md#putProjectEnvironmentVariables) | **PUT** /v1/projects/{projectUID}/environment_variables |
|
|
199
203
|
*NotehubJs.ProjectApi* | [**setGlobalTransformation**](docs/ProjectApi.md#setGlobalTransformation) | **POST** /v1/projects/{projectUID}/global-transformation |
|
|
200
204
|
*NotehubJs.ProjectApi* | [**updateFleet**](docs/ProjectApi.md#updateFleet) | **PUT** /v1/projects/{projectUID}/fleets/{fleetUID} |
|
|
201
|
-
*NotehubJs.ProjectApi* | [**updateProjectFirmware**](docs/ProjectApi.md#updateProjectFirmware) | **POST** /v1/projects/{projectUID}/ota/update |
|
|
202
205
|
*NotehubJs.RouteApi* | [**createRoute**](docs/RouteApi.md#createRoute) | **POST** /v1/projects/{projectUID}/routes |
|
|
203
206
|
*NotehubJs.RouteApi* | [**deleteRoute**](docs/RouteApi.md#deleteRoute) | **DELETE** /v1/projects/{projectUID}/routes/{routeUID} |
|
|
204
207
|
*NotehubJs.RouteApi* | [**getRoute**](docs/RouteApi.md#getRoute) | **GET** /v1/projects/{projectUID}/routes/{routeUID} |
|
|
@@ -223,19 +226,28 @@ Class | Method | HTTP request | Description
|
|
|
223
226
|
- [NotehubJs.CreateMonitor](docs/CreateMonitor.md)
|
|
224
227
|
- [NotehubJs.CreateProductRequest](docs/CreateProductRequest.md)
|
|
225
228
|
- [NotehubJs.CreateProjectRequest](docs/CreateProjectRequest.md)
|
|
229
|
+
- [NotehubJs.CurrentFirmware](docs/CurrentFirmware.md)
|
|
226
230
|
- [NotehubJs.DFUEnv](docs/DFUEnv.md)
|
|
227
231
|
- [NotehubJs.DFUState](docs/DFUState.md)
|
|
228
232
|
- [NotehubJs.DeleteDeviceFleetsRequest](docs/DeleteDeviceFleetsRequest.md)
|
|
229
233
|
- [NotehubJs.Device](docs/Device.md)
|
|
234
|
+
- [NotehubJs.DeviceDfuHistory](docs/DeviceDfuHistory.md)
|
|
235
|
+
- [NotehubJs.DeviceDfuHistoryPage](docs/DeviceDfuHistoryPage.md)
|
|
236
|
+
- [NotehubJs.DeviceDfuStateMachine](docs/DeviceDfuStateMachine.md)
|
|
237
|
+
- [NotehubJs.DeviceDfuStateMachineNode](docs/DeviceDfuStateMachineNode.md)
|
|
238
|
+
- [NotehubJs.DeviceDfuStatus](docs/DeviceDfuStatus.md)
|
|
239
|
+
- [NotehubJs.DeviceDfuStatusCurrent](docs/DeviceDfuStatusCurrent.md)
|
|
240
|
+
- [NotehubJs.DeviceDfuStatusPage](docs/DeviceDfuStatusPage.md)
|
|
230
241
|
- [NotehubJs.DeviceSession](docs/DeviceSession.md)
|
|
231
242
|
- [NotehubJs.DeviceTowerInfo](docs/DeviceTowerInfo.md)
|
|
232
243
|
- [NotehubJs.DeviceUsage](docs/DeviceUsage.md)
|
|
244
|
+
- [NotehubJs.DfuActionRequest](docs/DfuActionRequest.md)
|
|
233
245
|
- [NotehubJs.EmailNotification](docs/EmailNotification.md)
|
|
234
246
|
- [NotehubJs.EnvironmentVariables](docs/EnvironmentVariables.md)
|
|
235
247
|
- [NotehubJs.Error](docs/Error.md)
|
|
236
248
|
- [NotehubJs.Event](docs/Event.md)
|
|
249
|
+
- [NotehubJs.Firmware](docs/Firmware.md)
|
|
237
250
|
- [NotehubJs.FirmwareInfo](docs/FirmwareInfo.md)
|
|
238
|
-
- [NotehubJs.FirmwareStatus](docs/FirmwareStatus.md)
|
|
239
251
|
- [NotehubJs.Fleet](docs/Fleet.md)
|
|
240
252
|
- [NotehubJs.GetAlerts200Response](docs/GetAlerts200Response.md)
|
|
241
253
|
- [NotehubJs.GetBillingAccounts200Response](docs/GetBillingAccounts200Response.md)
|
|
@@ -272,10 +284,6 @@ Class | Method | HTTP request | Description
|
|
|
272
284
|
- [NotehubJs.MonitorAlertRoutesInner](docs/MonitorAlertRoutesInner.md)
|
|
273
285
|
- [NotehubJs.Mqtt](docs/Mqtt.md)
|
|
274
286
|
- [NotehubJs.Note](docs/Note.md)
|
|
275
|
-
- [NotehubJs.OTAStatus](docs/OTAStatus.md)
|
|
276
|
-
- [NotehubJs.OTAStatusList](docs/OTAStatusList.md)
|
|
277
|
-
- [NotehubJs.OTAUpdateRequest](docs/OTAUpdateRequest.md)
|
|
278
|
-
- [NotehubJs.OTAUpdateStatus](docs/OTAUpdateStatus.md)
|
|
279
287
|
- [NotehubJs.PostProvisionProjectDeviceRequest](docs/PostProvisionProjectDeviceRequest.md)
|
|
280
288
|
- [NotehubJs.Product](docs/Product.md)
|
|
281
289
|
- [NotehubJs.Project](docs/Project.md)
|
|
@@ -295,7 +303,11 @@ Class | Method | HTTP request | Description
|
|
|
295
303
|
- [NotehubJs.TowerLocation](docs/TowerLocation.md)
|
|
296
304
|
- [NotehubJs.Twilio](docs/Twilio.md)
|
|
297
305
|
- [NotehubJs.UpdateFleetRequest](docs/UpdateFleetRequest.md)
|
|
306
|
+
- [NotehubJs.UploadMetadata](docs/UploadMetadata.md)
|
|
298
307
|
- [NotehubJs.UserDbRoute](docs/UserDbRoute.md)
|
|
308
|
+
- [NotehubJs.UserDfuStateMachine](docs/UserDfuStateMachine.md)
|
|
309
|
+
- [NotehubJs.UserDfuStateMachineStatus](docs/UserDfuStateMachineStatus.md)
|
|
310
|
+
- [NotehubJs.UserFirmwareInfo](docs/UserFirmwareInfo.md)
|
|
299
311
|
|
|
300
312
|
|
|
301
313
|
## Documentation for Authorization
|
package/dist/ApiClient.js
CHANGED
|
@@ -14,9 +14,9 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
14
14
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
15
|
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); } /**
|
|
16
16
|
* Notehub API
|
|
17
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
17
|
+
* The OpenAPI definition for the Notehub.io API.
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.
|
|
19
|
+
* The version of the OpenAPI document: 1.2.0
|
|
20
20
|
* Contact: engineering@blues.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
*/
|
|
27
27
|
/**
|
|
28
28
|
* @module ApiClient
|
|
29
|
-
* @version 1.0.23-beta.
|
|
29
|
+
* @version 1.0.23-beta.21
|
|
30
30
|
*/
|
|
31
31
|
/**
|
|
32
32
|
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
@@ -74,7 +74,7 @@ var ApiClient = /*#__PURE__*/function () {
|
|
|
74
74
|
* @default {}
|
|
75
75
|
*/
|
|
76
76
|
this.defaultHeaders = {
|
|
77
|
-
'User-Agent': 'OpenAPI-Generator/1.0.23-beta.
|
|
77
|
+
'User-Agent': 'OpenAPI-Generator/1.0.23-beta.21/Javascript'
|
|
78
78
|
};
|
|
79
79
|
|
|
80
80
|
/**
|
package/dist/api/AlertApi.js
CHANGED
|
@@ -15,9 +15,9 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
15
15
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
16
|
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); } /**
|
|
17
17
|
* Notehub API
|
|
18
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
18
|
+
* The OpenAPI definition for the Notehub.io API.
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 1.
|
|
20
|
+
* The version of the OpenAPI document: 1.2.0
|
|
21
21
|
* Contact: engineering@blues.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Alert service.
|
|
30
30
|
* @module api/AlertApi
|
|
31
|
-
* @version 1.0.23-beta.
|
|
31
|
+
* @version 1.0.23-beta.21
|
|
32
32
|
*/
|
|
33
33
|
var AlertApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -15,9 +15,9 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
15
15
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
16
|
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); } /**
|
|
17
17
|
* Notehub API
|
|
18
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
18
|
+
* The OpenAPI definition for the Notehub.io API.
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 1.
|
|
20
|
+
* The version of the OpenAPI document: 1.2.0
|
|
21
21
|
* Contact: engineering@blues.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Authorization service.
|
|
30
30
|
* @module api/AuthorizationApi
|
|
31
|
-
* @version 1.0.23-beta.
|
|
31
|
+
* @version 1.0.23-beta.21
|
|
32
32
|
*/
|
|
33
33
|
var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -15,9 +15,9 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
15
15
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
16
16
|
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); } /**
|
|
17
17
|
* Notehub API
|
|
18
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
18
|
+
* The OpenAPI definition for the Notehub.io API.
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 1.
|
|
20
|
+
* The version of the OpenAPI document: 1.2.0
|
|
21
21
|
* Contact: engineering@blues.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* BillingAccount service.
|
|
30
30
|
* @module api/BillingAccountApi
|
|
31
|
-
* @version 1.0.23-beta.
|
|
31
|
+
* @version 1.0.23-beta.21
|
|
32
32
|
*/
|
|
33
33
|
var BillingAccountApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/DeviceApi.js
CHANGED
|
@@ -32,9 +32,9 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
32
32
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
33
33
|
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); } /**
|
|
34
34
|
* Notehub API
|
|
35
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
35
|
+
* The OpenAPI definition for the Notehub.io API.
|
|
36
36
|
*
|
|
37
|
-
* The version of the OpenAPI document: 1.
|
|
37
|
+
* The version of the OpenAPI document: 1.2.0
|
|
38
38
|
* Contact: engineering@blues.io
|
|
39
39
|
*
|
|
40
40
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -45,7 +45,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
45
45
|
/**
|
|
46
46
|
* Device service.
|
|
47
47
|
* @module api/DeviceApi
|
|
48
|
-
* @version 1.0.23-beta.
|
|
48
|
+
* @version 1.0.23-beta.21
|
|
49
49
|
*/
|
|
50
50
|
var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
51
51
|
/**
|
package/dist/api/EventApi.js
CHANGED
|
@@ -17,9 +17,9 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
17
17
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
18
18
|
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); } /**
|
|
19
19
|
* Notehub API
|
|
20
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
20
|
+
* The OpenAPI definition for the Notehub.io API.
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 1.
|
|
22
|
+
* The version of the OpenAPI document: 1.2.0
|
|
23
23
|
* Contact: engineering@blues.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* Event service.
|
|
32
32
|
* @module api/EventApi
|
|
33
|
-
* @version 1.0.23-beta.
|
|
33
|
+
* @version 1.0.23-beta.21
|
|
34
34
|
*/
|
|
35
35
|
var EventApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/api/MonitorApi.js
CHANGED
|
@@ -16,9 +16,9 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
16
16
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
17
17
|
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); } /**
|
|
18
18
|
* Notehub API
|
|
19
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
19
|
+
* The OpenAPI definition for the Notehub.io API.
|
|
20
20
|
*
|
|
21
|
-
* The version of the OpenAPI document: 1.
|
|
21
|
+
* The version of the OpenAPI document: 1.2.0
|
|
22
22
|
* Contact: engineering@blues.io
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* Monitor service.
|
|
31
31
|
* @module api/MonitorApi
|
|
32
|
-
* @version 1.0.23-beta.
|
|
32
|
+
* @version 1.0.23-beta.21
|
|
33
33
|
*/
|
|
34
34
|
var MonitorApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|