@blues-inc/notehub-js 2.2.0-beta.1 → 2.2.0-beta.10
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 +24 -20
- package/dist/ApiClient.js +3 -3
- package/dist/api/AlertApi.js +2 -2
- package/dist/api/AuthorizationApi.js +2 -2
- package/dist/api/BillingAccountApi.js +2 -2
- package/dist/api/DeviceApi.js +3 -3
- package/dist/api/EventApi.js +2 -2
- package/dist/api/ExternalDevicesApi.js +2 -2
- package/dist/api/MonitorApi.js +2 -2
- package/dist/api/ProjectApi.js +2 -2
- package/dist/api/RouteApi.js +11 -11
- package/dist/api/UsageApi.js +234 -0
- package/dist/api/WebhookApi.js +2 -2
- package/dist/index.js +92 -78
- package/dist/model/Alert.js +2 -2
- package/dist/model/AlertDataInner.js +2 -2
- package/dist/model/AlertNotificationsInner.js +2 -2
- package/dist/model/{AwsRoute.js → Aws.js} +46 -40
- package/dist/model/{Filter.js → AwsFilter.js} +48 -26
- package/dist/model/AwsTransform.js +148 -0
- package/dist/model/{AzureRoute.js → Azure.js} +41 -35
- package/dist/model/BillingAccount.js +2 -2
- package/dist/model/BillingAccountRole.js +1 -1
- package/dist/model/Body.js +2 -2
- package/dist/model/CellularPlan.js +2 -2
- package/dist/model/CloneProjectRequest.js +2 -2
- package/dist/model/Contact.js +2 -2
- package/dist/model/CreateFleetRequest.js +2 -2
- package/dist/model/CreateMonitor.js +2 -2
- package/dist/model/CreateProductRequest.js +2 -2
- package/dist/model/CreateProjectRequest.js +2 -2
- package/dist/model/CreateUpdateRepository.js +2 -2
- package/dist/model/CurrentFirmware.js +2 -2
- package/dist/model/DFUEnv.js +2 -2
- package/dist/model/DFUState.js +2 -2
- package/dist/model/DataField.js +2 -2
- package/dist/model/DataSetField.js +2 -2
- package/dist/model/DataUsage.js +2 -2
- package/dist/model/DeleteDeviceFleetsRequest.js +2 -2
- package/dist/model/Device.js +2 -2
- package/dist/model/DeviceDfuHistory.js +2 -2
- package/dist/model/DeviceDfuHistoryCurrent.js +2 -2
- package/dist/model/DeviceDfuHistoryPage.js +2 -2
- package/dist/model/DeviceDfuStateMachine.js +2 -2
- package/dist/model/DeviceDfuStateMachineNode.js +2 -2
- package/dist/model/DeviceDfuStatus.js +2 -2
- package/dist/model/DeviceDfuStatusPage.js +2 -2
- package/dist/model/DeviceSession.js +2 -2
- package/dist/model/DeviceTowerInfo.js +2 -2
- package/dist/model/DeviceUsage.js +2 -2
- package/dist/model/DfuActionRequest.js +2 -2
- package/dist/model/EmailNotification.js +2 -2
- package/dist/model/EnvTreeJsonNode.js +2 -2
- package/dist/model/EnvVar.js +2 -2
- package/dist/model/EnvironmentVariables.js +2 -2
- package/dist/model/Error.js +2 -2
- package/dist/model/Event.js +2 -2
- package/dist/model/Firmware.js +2 -2
- package/dist/model/FirmwareInfo.js +2 -2
- package/dist/model/Fleet.js +2 -2
- package/dist/model/GetAlerts200Response.js +2 -2
- package/dist/model/GetBillingAccounts200Response.js +2 -2
- package/dist/model/GetDataUsage200Response.js +112 -0
- package/dist/model/GetDataUsage200ResponseDataInner.js +217 -0
- package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +2 -2
- package/dist/model/GetDeviceFleets200Response.js +2 -2
- package/dist/model/GetDeviceHealthLog200Response.js +2 -2
- package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +2 -2
- package/dist/model/GetDeviceLatest200Response.js +2 -2
- package/dist/model/GetDevicePlans200Response.js +2 -2
- package/dist/model/GetDevicePublicKey200Response.js +2 -2
- package/dist/model/GetDeviceSessions200Response.js +2 -2
- package/dist/model/GetProducts200Response.js +2 -2
- package/dist/model/GetProjectDevicePublicKeys200Response.js +2 -2
- package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +2 -2
- package/dist/model/GetProjectDevices200Response.js +2 -2
- package/dist/model/GetProjectEvents200Response.js +2 -2
- package/dist/model/GetProjectEventsByCursor200Response.js +2 -2
- package/dist/model/GetProjectMembers200Response.js +2 -2
- package/dist/model/GetProjects200Response.js +2 -2
- package/dist/model/GetSessionsUsage200Response.js +132 -0
- package/dist/model/GetWebhooks200Response.js +2 -2
- package/dist/model/{GoogleRoute.js → Google.js} +38 -33
- package/dist/model/HandleNoteChanges200Response.js +2 -2
- package/dist/model/HandleNoteGet200Response.js +2 -2
- package/dist/model/HandleNoteSignal200Response.js +2 -2
- package/dist/model/HandleNotefileChanges200Response.js +2 -2
- package/dist/model/HandleNotefileChangesPending200Response.js +2 -2
- package/dist/model/HandleNotefileDeleteRequest.js +2 -2
- package/dist/model/{HttpRoute.js → Http.js} +41 -35
- package/dist/model/Location.js +2 -2
- package/dist/model/Login200Response.js +2 -2
- package/dist/model/LoginRequest.js +2 -2
- package/dist/model/Monitor.js +2 -2
- package/dist/model/MonitorAlertRoutesInner.js +2 -2
- package/dist/model/{MqttRoute.js → Mqtt.js} +51 -46
- package/dist/model/Note.js +2 -2
- package/dist/model/NotefileSchema.js +2 -2
- package/dist/model/NotehubRoute.js +135 -215
- package/dist/model/NotehubRouteSchema.js +505 -0
- package/dist/model/OAuth2Error.js +2 -2
- package/dist/model/OAuth2TokenResponse.js +2 -2
- package/dist/model/PersonalAccessToken.js +2 -2
- package/dist/model/PersonalAccessTokenCreatedBy.js +2 -2
- package/dist/model/PersonalAccessTokenInfo.js +2 -2
- package/dist/model/PersonalAccessTokenSecret.js +2 -2
- package/dist/model/PostProvisionProjectDeviceRequest.js +2 -2
- package/dist/model/Product.js +2 -2
- package/dist/model/Project.js +2 -2
- package/dist/model/ProjectMember.js +2 -2
- package/dist/model/{ProxyRoute.js → Proxy.js} +27 -23
- package/dist/model/PutDeviceFleetsRequest.js +2 -2
- package/dist/model/{RadRoute.js → Radresponder.js} +27 -39
- package/dist/model/Repository.js +2 -2
- package/dist/model/Role.js +1 -1
- package/dist/model/RouteLog.js +2 -2
- package/dist/model/SatellitePlan.js +2 -2
- package/dist/model/SchemaProperty.js +2 -2
- package/dist/model/SimUsage.js +2 -2
- package/dist/model/{SlackRoute.js → Slack.js} +59 -36
- package/dist/model/SlackBearerNotification.js +2 -2
- package/dist/model/{RouteTransformSettings.js → SlackTransform.js} +23 -23
- package/dist/model/SlackWebHookNotification.js +2 -2
- package/dist/model/{SnowflakeRoute.js → Snowflake.js} +42 -35
- package/dist/model/{ThingworxRoute.js → Thingworx.js} +38 -33
- package/dist/model/TowerLocation.js +2 -2
- package/dist/model/{TwilioRoute.js → Twilio.js} +40 -31
- package/dist/model/UpdateFleetRequest.js +2 -2
- package/dist/model/UploadMetadata.js +2 -2
- package/dist/model/UsageData.js +2 -2
- package/dist/model/UsageEventsData.js +18 -8
- package/dist/model/UsageEventsResponse.js +2 -2
- package/dist/model/UsageRouteLogsData.js +17 -18
- package/dist/model/UsageSessionsData.js +18 -8
- package/dist/model/{NotehubRouteSummary.js → UserDbRoute.js} +30 -25
- package/dist/model/UserDfuStateMachine.js +2 -2
- package/dist/model/UserDfuStateMachineStatus.js +2 -2
- package/dist/model/UserFirmwareInfo.js +2 -2
- package/dist/model/WebhookSettings.js +2 -2
- package/package.json +2 -2
- package/dist/model/BlynkRoute.js +0 -147
- package/dist/model/DatacakeRoute.js +0 -165
- package/dist/model/QubitroRoute.js +0 -159
- package/dist/model/S3ArchiveRoute.js +0 -271
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. Test OIDC publishing.
|
|
5
5
|
|
|
6
6
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
7
7
|
|
|
8
8
|
- API version: 1.2.0
|
|
9
|
-
- Package version: 2.2.0-beta.
|
|
9
|
+
- Package version: 2.2.0-beta.10
|
|
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
|
|
|
@@ -220,6 +220,9 @@ Class | Method | HTTP request | Description
|
|
|
220
220
|
*NotehubJs.RouteApi* | [**getRouteLogsByRoute**](docs/RouteApi.md#getRouteLogsByRoute) | **GET** /v1/projects/{projectOrProductUID}/routes/{routeUID}/route-logs |
|
|
221
221
|
*NotehubJs.RouteApi* | [**getRoutes**](docs/RouteApi.md#getRoutes) | **GET** /v1/projects/{projectOrProductUID}/routes |
|
|
222
222
|
*NotehubJs.RouteApi* | [**updateRoute**](docs/RouteApi.md#updateRoute) | **PUT** /v1/projects/{projectOrProductUID}/routes/{routeUID} |
|
|
223
|
+
*NotehubJs.UsageApi* | [**getDataUsage**](docs/UsageApi.md#getDataUsage) | **GET** /v1/projects/{projectOrProductUID}/usage/data |
|
|
224
|
+
*NotehubJs.UsageApi* | [**getProjectEventsUsage**](docs/UsageApi.md#getProjectEventsUsage) | **GET** /v1/projects/{projectOrProductUID}/usage/events |
|
|
225
|
+
*NotehubJs.UsageApi* | [**getSessionsUsage**](docs/UsageApi.md#getSessionsUsage) | **GET** /v1/projects/{projectOrProductUID}/usage/sessions |
|
|
223
226
|
*NotehubJs.WebhookApi* | [**createWebhook**](docs/WebhookApi.md#createWebhook) | **POST** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID} |
|
|
224
227
|
*NotehubJs.WebhookApi* | [**deleteWebhook**](docs/WebhookApi.md#deleteWebhook) | **DELETE** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID} |
|
|
225
228
|
*NotehubJs.WebhookApi* | [**getWebhook**](docs/WebhookApi.md#getWebhook) | **GET** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID} |
|
|
@@ -232,11 +235,12 @@ Class | Method | HTTP request | Description
|
|
|
232
235
|
- [NotehubJs.Alert](docs/Alert.md)
|
|
233
236
|
- [NotehubJs.AlertDataInner](docs/AlertDataInner.md)
|
|
234
237
|
- [NotehubJs.AlertNotificationsInner](docs/AlertNotificationsInner.md)
|
|
235
|
-
- [NotehubJs.
|
|
236
|
-
- [NotehubJs.
|
|
238
|
+
- [NotehubJs.Aws](docs/Aws.md)
|
|
239
|
+
- [NotehubJs.AwsFilter](docs/AwsFilter.md)
|
|
240
|
+
- [NotehubJs.AwsTransform](docs/AwsTransform.md)
|
|
241
|
+
- [NotehubJs.Azure](docs/Azure.md)
|
|
237
242
|
- [NotehubJs.BillingAccount](docs/BillingAccount.md)
|
|
238
243
|
- [NotehubJs.BillingAccountRole](docs/BillingAccountRole.md)
|
|
239
|
-
- [NotehubJs.BlynkRoute](docs/BlynkRoute.md)
|
|
240
244
|
- [NotehubJs.Body](docs/Body.md)
|
|
241
245
|
- [NotehubJs.CellularPlan](docs/CellularPlan.md)
|
|
242
246
|
- [NotehubJs.CloneProjectRequest](docs/CloneProjectRequest.md)
|
|
@@ -252,7 +256,6 @@ Class | Method | HTTP request | Description
|
|
|
252
256
|
- [NotehubJs.DataField](docs/DataField.md)
|
|
253
257
|
- [NotehubJs.DataSetField](docs/DataSetField.md)
|
|
254
258
|
- [NotehubJs.DataUsage](docs/DataUsage.md)
|
|
255
|
-
- [NotehubJs.DatacakeRoute](docs/DatacakeRoute.md)
|
|
256
259
|
- [NotehubJs.DeleteDeviceFleetsRequest](docs/DeleteDeviceFleetsRequest.md)
|
|
257
260
|
- [NotehubJs.Device](docs/Device.md)
|
|
258
261
|
- [NotehubJs.DeviceDfuHistory](docs/DeviceDfuHistory.md)
|
|
@@ -272,12 +275,13 @@ Class | Method | HTTP request | Description
|
|
|
272
275
|
- [NotehubJs.EnvironmentVariables](docs/EnvironmentVariables.md)
|
|
273
276
|
- [NotehubJs.Error](docs/Error.md)
|
|
274
277
|
- [NotehubJs.Event](docs/Event.md)
|
|
275
|
-
- [NotehubJs.Filter](docs/Filter.md)
|
|
276
278
|
- [NotehubJs.Firmware](docs/Firmware.md)
|
|
277
279
|
- [NotehubJs.FirmwareInfo](docs/FirmwareInfo.md)
|
|
278
280
|
- [NotehubJs.Fleet](docs/Fleet.md)
|
|
279
281
|
- [NotehubJs.GetAlerts200Response](docs/GetAlerts200Response.md)
|
|
280
282
|
- [NotehubJs.GetBillingAccounts200Response](docs/GetBillingAccounts200Response.md)
|
|
283
|
+
- [NotehubJs.GetDataUsage200Response](docs/GetDataUsage200Response.md)
|
|
284
|
+
- [NotehubJs.GetDataUsage200ResponseDataInner](docs/GetDataUsage200ResponseDataInner.md)
|
|
281
285
|
- [NotehubJs.GetDeviceEnvironmentVariablesByPin200Response](docs/GetDeviceEnvironmentVariablesByPin200Response.md)
|
|
282
286
|
- [NotehubJs.GetDeviceFleets200Response](docs/GetDeviceFleets200Response.md)
|
|
283
287
|
- [NotehubJs.GetDeviceHealthLog200Response](docs/GetDeviceHealthLog200Response.md)
|
|
@@ -294,25 +298,26 @@ Class | Method | HTTP request | Description
|
|
|
294
298
|
- [NotehubJs.GetProjectEventsByCursor200Response](docs/GetProjectEventsByCursor200Response.md)
|
|
295
299
|
- [NotehubJs.GetProjectMembers200Response](docs/GetProjectMembers200Response.md)
|
|
296
300
|
- [NotehubJs.GetProjects200Response](docs/GetProjects200Response.md)
|
|
301
|
+
- [NotehubJs.GetSessionsUsage200Response](docs/GetSessionsUsage200Response.md)
|
|
297
302
|
- [NotehubJs.GetWebhooks200Response](docs/GetWebhooks200Response.md)
|
|
298
|
-
- [NotehubJs.
|
|
303
|
+
- [NotehubJs.Google](docs/Google.md)
|
|
299
304
|
- [NotehubJs.HandleNoteChanges200Response](docs/HandleNoteChanges200Response.md)
|
|
300
305
|
- [NotehubJs.HandleNoteGet200Response](docs/HandleNoteGet200Response.md)
|
|
301
306
|
- [NotehubJs.HandleNoteSignal200Response](docs/HandleNoteSignal200Response.md)
|
|
302
307
|
- [NotehubJs.HandleNotefileChanges200Response](docs/HandleNotefileChanges200Response.md)
|
|
303
308
|
- [NotehubJs.HandleNotefileChangesPending200Response](docs/HandleNotefileChangesPending200Response.md)
|
|
304
309
|
- [NotehubJs.HandleNotefileDeleteRequest](docs/HandleNotefileDeleteRequest.md)
|
|
305
|
-
- [NotehubJs.
|
|
310
|
+
- [NotehubJs.Http](docs/Http.md)
|
|
306
311
|
- [NotehubJs.Location](docs/Location.md)
|
|
307
312
|
- [NotehubJs.Login200Response](docs/Login200Response.md)
|
|
308
313
|
- [NotehubJs.LoginRequest](docs/LoginRequest.md)
|
|
309
314
|
- [NotehubJs.Monitor](docs/Monitor.md)
|
|
310
315
|
- [NotehubJs.MonitorAlertRoutesInner](docs/MonitorAlertRoutesInner.md)
|
|
311
|
-
- [NotehubJs.
|
|
316
|
+
- [NotehubJs.Mqtt](docs/Mqtt.md)
|
|
312
317
|
- [NotehubJs.Note](docs/Note.md)
|
|
313
318
|
- [NotehubJs.NotefileSchema](docs/NotefileSchema.md)
|
|
314
319
|
- [NotehubJs.NotehubRoute](docs/NotehubRoute.md)
|
|
315
|
-
- [NotehubJs.
|
|
320
|
+
- [NotehubJs.NotehubRouteSchema](docs/NotehubRouteSchema.md)
|
|
316
321
|
- [NotehubJs.OAuth2Error](docs/OAuth2Error.md)
|
|
317
322
|
- [NotehubJs.OAuth2TokenResponse](docs/OAuth2TokenResponse.md)
|
|
318
323
|
- [NotehubJs.PersonalAccessToken](docs/PersonalAccessToken.md)
|
|
@@ -323,25 +328,23 @@ Class | Method | HTTP request | Description
|
|
|
323
328
|
- [NotehubJs.Product](docs/Product.md)
|
|
324
329
|
- [NotehubJs.Project](docs/Project.md)
|
|
325
330
|
- [NotehubJs.ProjectMember](docs/ProjectMember.md)
|
|
326
|
-
- [NotehubJs.
|
|
331
|
+
- [NotehubJs.Proxy](docs/Proxy.md)
|
|
327
332
|
- [NotehubJs.PutDeviceFleetsRequest](docs/PutDeviceFleetsRequest.md)
|
|
328
|
-
- [NotehubJs.
|
|
329
|
-
- [NotehubJs.RadRoute](docs/RadRoute.md)
|
|
333
|
+
- [NotehubJs.Radresponder](docs/Radresponder.md)
|
|
330
334
|
- [NotehubJs.Repository](docs/Repository.md)
|
|
331
335
|
- [NotehubJs.Role](docs/Role.md)
|
|
332
336
|
- [NotehubJs.RouteLog](docs/RouteLog.md)
|
|
333
|
-
- [NotehubJs.RouteTransformSettings](docs/RouteTransformSettings.md)
|
|
334
|
-
- [NotehubJs.S3ArchiveRoute](docs/S3ArchiveRoute.md)
|
|
335
337
|
- [NotehubJs.SatellitePlan](docs/SatellitePlan.md)
|
|
336
338
|
- [NotehubJs.SchemaProperty](docs/SchemaProperty.md)
|
|
337
339
|
- [NotehubJs.SimUsage](docs/SimUsage.md)
|
|
340
|
+
- [NotehubJs.Slack](docs/Slack.md)
|
|
338
341
|
- [NotehubJs.SlackBearerNotification](docs/SlackBearerNotification.md)
|
|
339
|
-
- [NotehubJs.
|
|
342
|
+
- [NotehubJs.SlackTransform](docs/SlackTransform.md)
|
|
340
343
|
- [NotehubJs.SlackWebHookNotification](docs/SlackWebHookNotification.md)
|
|
341
|
-
- [NotehubJs.
|
|
342
|
-
- [NotehubJs.
|
|
344
|
+
- [NotehubJs.Snowflake](docs/Snowflake.md)
|
|
345
|
+
- [NotehubJs.Thingworx](docs/Thingworx.md)
|
|
343
346
|
- [NotehubJs.TowerLocation](docs/TowerLocation.md)
|
|
344
|
-
- [NotehubJs.
|
|
347
|
+
- [NotehubJs.Twilio](docs/Twilio.md)
|
|
345
348
|
- [NotehubJs.UpdateFleetRequest](docs/UpdateFleetRequest.md)
|
|
346
349
|
- [NotehubJs.UploadMetadata](docs/UploadMetadata.md)
|
|
347
350
|
- [NotehubJs.UsageData](docs/UsageData.md)
|
|
@@ -349,6 +352,7 @@ Class | Method | HTTP request | Description
|
|
|
349
352
|
- [NotehubJs.UsageEventsResponse](docs/UsageEventsResponse.md)
|
|
350
353
|
- [NotehubJs.UsageRouteLogsData](docs/UsageRouteLogsData.md)
|
|
351
354
|
- [NotehubJs.UsageSessionsData](docs/UsageSessionsData.md)
|
|
355
|
+
- [NotehubJs.UserDbRoute](docs/UserDbRoute.md)
|
|
352
356
|
- [NotehubJs.UserDfuStateMachine](docs/UserDfuStateMachine.md)
|
|
353
357
|
- [NotehubJs.UserDfuStateMachineStatus](docs/UserDfuStateMachineStatus.md)
|
|
354
358
|
- [NotehubJs.UserFirmwareInfo](docs/UserFirmwareInfo.md)
|
package/dist/ApiClient.js
CHANGED
|
@@ -14,7 +14,7 @@ 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. Test OIDC publishing.
|
|
18
18
|
*
|
|
19
19
|
* The version of the OpenAPI document: 1.2.0
|
|
20
20
|
* 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
|
/**
|
|
28
28
|
* @module ApiClient
|
|
29
|
-
* @version 2.2.0-beta.
|
|
29
|
+
* @version 2.2.0-beta.10
|
|
30
30
|
*/
|
|
31
31
|
/**
|
|
32
32
|
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
@@ -73,7 +73,7 @@ var ApiClient = /*#__PURE__*/function () {
|
|
|
73
73
|
*/
|
|
74
74
|
this.defaultHeaders = {};
|
|
75
75
|
if (typeof window === 'undefined') {
|
|
76
|
-
this.defaultHeaders['User-Agent'] = 'OpenAPI-Generator/2.2.0-beta.
|
|
76
|
+
this.defaultHeaders['User-Agent'] = 'OpenAPI-Generator/2.2.0-beta.10/Javascript';
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
/**
|
package/dist/api/AlertApi.js
CHANGED
|
@@ -15,7 +15,7 @@ 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. Test OIDC publishing.
|
|
19
19
|
*
|
|
20
20
|
* The version of the OpenAPI document: 1.2.0
|
|
21
21
|
* Contact: engineering@blues.io
|
|
@@ -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 2.2.0-beta.
|
|
31
|
+
* @version 2.2.0-beta.10
|
|
32
32
|
*/
|
|
33
33
|
var AlertApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -17,7 +17,7 @@ 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. Test OIDC publishing.
|
|
21
21
|
*
|
|
22
22
|
* The version of the OpenAPI document: 1.2.0
|
|
23
23
|
* Contact: engineering@blues.io
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* Authorization service.
|
|
32
32
|
* @module api/AuthorizationApi
|
|
33
|
-
* @version 2.2.0-beta.
|
|
33
|
+
* @version 2.2.0-beta.10
|
|
34
34
|
*/
|
|
35
35
|
var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -15,7 +15,7 @@ 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. Test OIDC publishing.
|
|
19
19
|
*
|
|
20
20
|
* The version of the OpenAPI document: 1.2.0
|
|
21
21
|
* Contact: engineering@blues.io
|
|
@@ -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 2.2.0-beta.
|
|
31
|
+
* @version 2.2.0-beta.10
|
|
32
32
|
*/
|
|
33
33
|
var BillingAccountApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/DeviceApi.js
CHANGED
|
@@ -34,7 +34,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
34
34
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
35
35
|
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); } /**
|
|
36
36
|
* Notehub API
|
|
37
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
37
|
+
* The OpenAPI definition for the Notehub.io API. Test OIDC publishing.
|
|
38
38
|
*
|
|
39
39
|
* The version of the OpenAPI document: 1.2.0
|
|
40
40
|
* Contact: engineering@blues.io
|
|
@@ -47,7 +47,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
47
47
|
/**
|
|
48
48
|
* Device service.
|
|
49
49
|
* @module api/DeviceApi
|
|
50
|
-
* @version 2.2.0-beta.
|
|
50
|
+
* @version 2.2.0-beta.10
|
|
51
51
|
*/
|
|
52
52
|
var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
53
53
|
/**
|
|
@@ -667,7 +667,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
667
667
|
var queryParams = {};
|
|
668
668
|
var headerParams = {};
|
|
669
669
|
var formParams = {};
|
|
670
|
-
var authNames = [];
|
|
670
|
+
var authNames = ['personalAccessToken'];
|
|
671
671
|
var contentTypes = [];
|
|
672
672
|
var accepts = ['application/json'];
|
|
673
673
|
var returnType = _GetDevicePlans200Response["default"];
|
package/dist/api/EventApi.js
CHANGED
|
@@ -17,7 +17,7 @@ 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. Test OIDC publishing.
|
|
21
21
|
*
|
|
22
22
|
* The version of the OpenAPI document: 1.2.0
|
|
23
23
|
* Contact: engineering@blues.io
|
|
@@ -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 2.2.0-beta.
|
|
33
|
+
* @version 2.2.0-beta.10
|
|
34
34
|
*/
|
|
35
35
|
var EventApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -16,7 +16,7 @@ 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. Test OIDC publishing.
|
|
20
20
|
*
|
|
21
21
|
* The version of the OpenAPI document: 1.2.0
|
|
22
22
|
* Contact: engineering@blues.io
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* ExternalDevices service.
|
|
31
31
|
* @module api/ExternalDevicesApi
|
|
32
|
-
* @version 2.2.0-beta.
|
|
32
|
+
* @version 2.2.0-beta.10
|
|
33
33
|
*/
|
|
34
34
|
var ExternalDevicesApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/api/MonitorApi.js
CHANGED
|
@@ -16,7 +16,7 @@ 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. Test OIDC publishing.
|
|
20
20
|
*
|
|
21
21
|
* The version of the OpenAPI document: 1.2.0
|
|
22
22
|
* Contact: engineering@blues.io
|
|
@@ -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 2.2.0-beta.
|
|
32
|
+
* @version 2.2.0-beta.10
|
|
33
33
|
*/
|
|
34
34
|
var MonitorApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/api/ProjectApi.js
CHANGED
|
@@ -37,7 +37,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
37
37
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
38
38
|
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); } /**
|
|
39
39
|
* Notehub API
|
|
40
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
40
|
+
* The OpenAPI definition for the Notehub.io API. Test OIDC publishing.
|
|
41
41
|
*
|
|
42
42
|
* The version of the OpenAPI document: 1.2.0
|
|
43
43
|
* Contact: engineering@blues.io
|
|
@@ -50,7 +50,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
50
50
|
/**
|
|
51
51
|
* Project service.
|
|
52
52
|
* @module api/ProjectApi
|
|
53
|
-
* @version 2.2.0-beta.
|
|
53
|
+
* @version 2.2.0-beta.10
|
|
54
54
|
*/
|
|
55
55
|
var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
56
56
|
/**
|
package/dist/api/RouteApi.js
CHANGED
|
@@ -7,8 +7,8 @@ exports["default"] = void 0;
|
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _Error = _interopRequireDefault(require("../model/Error"));
|
|
9
9
|
var _NotehubRoute = _interopRequireDefault(require("../model/NotehubRoute"));
|
|
10
|
-
var _NotehubRouteSummary = _interopRequireDefault(require("../model/NotehubRouteSummary"));
|
|
11
10
|
var _RouteLog = _interopRequireDefault(require("../model/RouteLog"));
|
|
11
|
+
var _UserDbRoute = _interopRequireDefault(require("../model/UserDbRoute"));
|
|
12
12
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
13
13
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
14
14
|
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
@@ -17,7 +17,7 @@ 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. Test OIDC publishing.
|
|
21
21
|
*
|
|
22
22
|
* The version of the OpenAPI document: 1.2.0
|
|
23
23
|
* Contact: engineering@blues.io
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* Route service.
|
|
32
32
|
* @module api/RouteApi
|
|
33
|
-
* @version 2.2.0-beta.
|
|
33
|
+
* @version 2.2.0-beta.10
|
|
34
34
|
*/
|
|
35
35
|
var RouteApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -48,7 +48,7 @@ var RouteApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
48
48
|
/**
|
|
49
49
|
* Create Route within a Project
|
|
50
50
|
* @param {String} projectOrProductUID
|
|
51
|
-
* @param {module:model/NotehubRoute} notehubRoute Route to be
|
|
51
|
+
* @param {module:model/NotehubRoute} notehubRoute Route to be Created
|
|
52
52
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/NotehubRoute} and HTTP response
|
|
53
53
|
*/
|
|
54
54
|
return _createClass(RouteApi, [{
|
|
@@ -79,7 +79,7 @@ var RouteApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
79
79
|
/**
|
|
80
80
|
* Create Route within a Project
|
|
81
81
|
* @param {String} projectOrProductUID
|
|
82
|
-
* @param {module:model/NotehubRoute} notehubRoute Route to be
|
|
82
|
+
* @param {module:model/NotehubRoute} notehubRoute Route to be Created
|
|
83
83
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/NotehubRoute}
|
|
84
84
|
*/
|
|
85
85
|
}, {
|
|
@@ -94,7 +94,7 @@ var RouteApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
94
94
|
* Delete single route within a project
|
|
95
95
|
* @param {String} projectOrProductUID
|
|
96
96
|
* @param {String} routeUID
|
|
97
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
97
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Object} and HTTP response
|
|
98
98
|
*/
|
|
99
99
|
}, {
|
|
100
100
|
key: "deleteRouteWithHttpInfo",
|
|
@@ -118,7 +118,7 @@ var RouteApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
118
118
|
var authNames = ['personalAccessToken'];
|
|
119
119
|
var contentTypes = [];
|
|
120
120
|
var accepts = ['application/json'];
|
|
121
|
-
var returnType =
|
|
121
|
+
var returnType = Object;
|
|
122
122
|
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}/routes/{routeUID}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
123
123
|
}
|
|
124
124
|
|
|
@@ -126,7 +126,7 @@ var RouteApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
126
126
|
* Delete single route within a project
|
|
127
127
|
* @param {String} projectOrProductUID
|
|
128
128
|
* @param {String} routeUID
|
|
129
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
129
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Object}
|
|
130
130
|
*/
|
|
131
131
|
}, {
|
|
132
132
|
key: "deleteRoute",
|
|
@@ -265,7 +265,7 @@ var RouteApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
265
265
|
/**
|
|
266
266
|
* Get all Routes within a Project
|
|
267
267
|
* @param {String} projectOrProductUID
|
|
268
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/
|
|
268
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/UserDbRoute>} and HTTP response
|
|
269
269
|
*/
|
|
270
270
|
}, {
|
|
271
271
|
key: "getRoutesWithHttpInfo",
|
|
@@ -284,14 +284,14 @@ var RouteApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
284
284
|
var authNames = ['personalAccessToken'];
|
|
285
285
|
var contentTypes = [];
|
|
286
286
|
var accepts = ['application/json'];
|
|
287
|
-
var returnType = [
|
|
287
|
+
var returnType = [_UserDbRoute["default"]];
|
|
288
288
|
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}/routes', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
/**
|
|
292
292
|
* Get all Routes within a Project
|
|
293
293
|
* @param {String} projectOrProductUID
|
|
294
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/
|
|
294
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/UserDbRoute>}
|
|
295
295
|
*/
|
|
296
296
|
}, {
|
|
297
297
|
key: "getRoutes",
|