@blues-inc/notehub-js 1.0.37-beta.14 → 1.0.37-beta.15
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 +27 -21
- package/dist/ApiClient.js +6 -4
- package/dist/api/AlertApi.js +2 -2
- package/dist/api/AuthorizationApi.js +1 -64
- package/dist/api/BillingAccountApi.js +2 -2
- package/dist/api/DeviceApi.js +36 -36
- package/dist/api/EventApi.js +6 -6
- package/dist/api/ExternalDevicesApi.js +4 -4
- package/dist/api/MonitorApi.js +15 -15
- package/dist/api/ProjectApi.js +49 -49
- package/dist/api/RouteApi.js +7 -7
- package/dist/api/UsageApi.js +225 -0
- package/dist/api/WebhookApi.js +6 -6
- package/dist/index.js +108 -94
- package/dist/model/Alert.js +91 -91
- package/dist/model/AlertDataInner.js +10 -10
- package/dist/model/AlertNotificationsInner.js +10 -10
- package/dist/model/Aws.js +86 -86
- package/dist/model/Azure.js +51 -51
- package/dist/model/BillingAccount.js +19 -19
- package/dist/model/Body.js +1 -1
- package/dist/model/CloneProjectRequest.js +25 -25
- package/dist/model/Contact.js +19 -19
- package/dist/model/CreateFleetRequest.js +1 -1
- package/dist/model/CreateMonitor.js +186 -186
- package/dist/model/CreateProductRequest.js +30 -30
- package/dist/model/CreateProjectRequest.js +20 -20
- package/dist/model/CreateUpdateRepository.js +18 -18
- package/dist/model/CurrentFirmware.js +12 -12
- package/dist/model/DFUEnv.js +1 -1
- package/dist/model/DFUState.js +60 -60
- package/dist/model/DataField.js +1 -1
- package/dist/model/DataSet.js +164 -0
- package/dist/model/DataSetField.js +14 -14
- package/dist/model/DeleteDeviceFleetsRequest.js +1 -1
- package/dist/model/Device.js +134 -134
- package/dist/model/DeviceDfuHistory.js +15 -15
- package/dist/model/DeviceDfuHistoryPage.js +1 -1
- package/dist/model/DeviceDfuStateMachine.js +14 -14
- package/dist/model/DeviceDfuStateMachineNode.js +27 -27
- package/dist/model/DeviceDfuStatus.js +15 -15
- package/dist/model/{DeviceDfuHistoryCurrent.js → DeviceDfuStatusCurrent.js} +52 -52
- package/dist/model/DeviceDfuStatusPage.js +1 -1
- package/dist/model/DeviceSession.js +278 -278
- package/dist/model/DeviceTowerInfo.js +15 -15
- package/dist/model/DeviceUsage.js +36 -36
- package/dist/model/DfuActionRequest.js +1 -1
- package/dist/model/EmailNotification.js +1 -1
- package/dist/model/EnvTreeJsonNode.js +76 -76
- package/dist/model/EnvVar.js +9 -9
- package/dist/model/EnvironmentVariables.js +1 -1
- package/dist/model/Error.js +38 -38
- package/dist/model/Event.js +340 -340
- package/dist/model/Firmware.js +45 -45
- package/dist/model/FirmwareInfo.js +71 -71
- package/dist/model/Fleet.js +31 -31
- package/dist/model/GetAlerts200Response.js +1 -1
- package/dist/model/GetBillingAccounts200Response.js +1 -1
- package/dist/model/{GetDeviceEnvironmentVariablesByPin200Response.js → GetDeviceEnvironmentVariables200Response.js} +30 -30
- package/dist/model/GetDeviceHealthLog200Response.js +1 -1
- package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +15 -15
- package/dist/model/GetDeviceLatest200Response.js +1 -1
- package/dist/model/GetDevicePublicKey200Response.js +18 -18
- package/dist/model/GetDeviceSessions200Response.js +14 -14
- package/dist/model/GetProjectDevicePublicKeys200Response.js +1 -1
- package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +12 -12
- package/dist/model/GetProjectDevices200Response.js +1 -1
- package/dist/model/GetProjectEvents200Response.js +1 -1
- package/dist/model/GetProjectEventsByCursor200Response.js +16 -16
- package/dist/model/{GetDeviceFleets200Response.js → GetProjectFleets200Response.js} +20 -20
- package/dist/model/GetProjectMembers200Response.js +1 -1
- package/dist/model/GetProjectProducts200Response.js +1 -1
- package/dist/model/GetProjects200Response.js +1 -1
- package/dist/model/GetWebhooks200Response.js +1 -1
- package/dist/model/Google.js +35 -35
- package/dist/model/HandleNoteChanges200Response.js +10 -10
- package/dist/model/HandleNoteGet200Response.js +1 -1
- package/dist/model/HandleNoteSignal200Response.js +1 -1
- package/dist/model/HandleNotefileChanges200Response.js +10 -10
- package/dist/model/HandleNotefileChangesPending200Response.js +15 -15
- package/dist/model/HandleNotefileDeleteRequest.js +1 -1
- package/dist/model/Http.js +43 -43
- package/dist/model/{AwsFilter.js → HttpFilter.js} +32 -32
- package/dist/model/{AwsTransform.js → HttpTransform.js} +21 -21
- package/dist/model/Location.js +38 -38
- package/dist/model/Login200Response.js +1 -1
- package/dist/model/LoginRequest.js +12 -12
- package/dist/model/Monitor.js +135 -135
- package/dist/model/MonitorAlertRoutesInner.js +12 -12
- package/dist/model/Mqtt.js +91 -91
- package/dist/model/Note.js +1 -1
- package/dist/model/NotefileSchema.js +1 -1
- package/dist/model/NotehubRoute.js +30 -30
- package/dist/model/NotehubRouteSchema.js +80 -80
- package/dist/model/PersonalAccessToken.js +37 -37
- package/dist/model/PersonalAccessTokenCreatedBy.js +13 -13
- package/dist/model/PersonalAccessTokenInfo.js +13 -13
- package/dist/model/PersonalAccessTokenSecret.js +14 -14
- package/dist/model/PostProvisionProjectDeviceRequest.js +14 -14
- package/dist/model/Product.js +29 -29
- package/dist/model/Project.js +35 -35
- package/dist/model/ProjectMember.js +19 -19
- package/dist/model/Proxy.js +21 -21
- package/dist/model/PutDeviceFleetsRequest.js +1 -1
- package/dist/model/QuestionDataResponseLineChart.js +204 -0
- package/dist/model/{OAuth2Error.js → QuestionDataResponseMap.js} +42 -65
- package/dist/model/Radresponder.js +28 -28
- package/dist/model/Repository.js +22 -22
- package/dist/model/RouteLog.js +28 -28
- package/dist/model/SchemaProperty.js +36 -34
- package/dist/model/SimUsage.js +20 -20
- package/dist/model/Slack.js +71 -71
- package/dist/model/SlackBearerNotification.js +14 -14
- package/dist/model/SlackWebHookNotification.js +14 -14
- package/dist/model/Snowflake.js +57 -57
- package/dist/model/{SlackTransform.js → SnowflakeTransform.js} +19 -19
- package/dist/model/Thingworx.js +36 -36
- package/dist/model/TowerLocation.js +58 -58
- package/dist/model/Twilio.js +46 -46
- package/dist/model/UpdateFleetRequest.js +14 -14
- package/dist/model/UploadMetadata.js +68 -68
- package/dist/model/{AnalyticsEventsData.js → UsageEventsData.js} +42 -28
- package/dist/model/{AnalyticsEventsResponse.js → UsageEventsResponse.js} +25 -25
- package/dist/model/{AnalyticsRouteLogsData.js → UsageRouteLogsData.js} +43 -29
- package/dist/model/{AnalyticsSessionsResponse.js → UsageRouteLogsResponse.js} +25 -25
- package/dist/model/{AnalyticsSessionsData.js → UsageSessionsData.js} +37 -33
- package/dist/model/{AnalyticsRouteLogsResponse.js → UsageSessionsResponse.js} +25 -25
- package/dist/model/UserDbRoute.js +26 -26
- package/dist/model/UserDfuStateMachine.js +14 -14
- package/dist/model/UserDfuStateMachineStatus.js +9 -9
- package/dist/model/UserFirmwareInfo.js +1 -1
- package/dist/model/WebhookSettings.js +1 -1
- package/package.json +1 -1
- package/dist/model/OAuth2TokenResponse.js +0 -154
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The OpenAPI definition for the Notehub.io API.
|
|
|
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: 1.0.37-beta.
|
|
9
|
+
- Package version: 1.0.37-beta.15
|
|
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
|
|
|
@@ -103,9 +103,9 @@ Please follow the [installation](#installation) instruction and execute the foll
|
|
|
103
103
|
var NotehubJs = require('@blues-inc/notehub-js');
|
|
104
104
|
|
|
105
105
|
var defaultClient = NotehubJs.ApiClient.instance;
|
|
106
|
-
// Configure
|
|
107
|
-
var
|
|
108
|
-
|
|
106
|
+
// Configure API key authorization: api_key
|
|
107
|
+
var api_key = defaultClient.authentications['api_key'];
|
|
108
|
+
api_key.apiKey = "YOUR API KEY"
|
|
109
109
|
|
|
110
110
|
var api = new NotehubJs.AlertApi()
|
|
111
111
|
var projectOrProductUID = app:2606f411-dea6-44a0-9743-1130f57d77d8; // {String}
|
|
@@ -131,7 +131,6 @@ Class | Method | HTTP request | Description
|
|
|
131
131
|
------------ | ------------- | ------------- | -------------
|
|
132
132
|
*NotehubJs.AlertApi* | [**getAlerts**](docs/AlertApi.md#getAlerts) | **GET** /v1/projects/{projectOrProductUID}/alerts |
|
|
133
133
|
*NotehubJs.AuthorizationApi* | [**login**](docs/AuthorizationApi.md#login) | **POST** /auth/login |
|
|
134
|
-
*NotehubJs.AuthorizationApi* | [**oAuth2ClientCredentials**](docs/AuthorizationApi.md#oAuth2ClientCredentials) | **POST** /oauth2/token | Issue an OAuth 2.0 access token (Client Credentials)
|
|
135
134
|
*NotehubJs.BillingAccountApi* | [**getBillingAccounts**](docs/BillingAccountApi.md#getBillingAccounts) | **GET** /v1/billing-accounts |
|
|
136
135
|
*NotehubJs.DeviceApi* | [**deleteDeviceEnvironmentVariable**](docs/DeviceApi.md#deleteDeviceEnvironmentVariable) | **DELETE** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/environment_variables/{key} |
|
|
137
136
|
*NotehubJs.DeviceApi* | [**deleteProjectDevice**](docs/DeviceApi.md#deleteProjectDevice) | **DELETE** /v1/projects/{projectOrProductUID}/devices/{deviceUID} |
|
|
@@ -218,6 +217,9 @@ Class | Method | HTTP request | Description
|
|
|
218
217
|
*NotehubJs.RouteApi* | [**getRouteLogsByRoute**](docs/RouteApi.md#getRouteLogsByRoute) | **GET** /v1/projects/{projectOrProductUID}/routes/{routeUID}/route-logs |
|
|
219
218
|
*NotehubJs.RouteApi* | [**getRoutes**](docs/RouteApi.md#getRoutes) | **GET** /v1/projects/{projectOrProductUID}/routes |
|
|
220
219
|
*NotehubJs.RouteApi* | [**updateRoute**](docs/RouteApi.md#updateRoute) | **PUT** /v1/projects/{projectOrProductUID}/routes/{routeUID} |
|
|
220
|
+
*NotehubJs.UsageApi* | [**getProjectEventsUsage**](docs/UsageApi.md#getProjectEventsUsage) | **GET** /v1/projects/{projectOrProductUID}/usage/events |
|
|
221
|
+
*NotehubJs.UsageApi* | [**getRouteLogsUsage**](docs/UsageApi.md#getRouteLogsUsage) | **GET** /v1/projects/{projectOrProductUID}/usage/route-logs |
|
|
222
|
+
*NotehubJs.UsageApi* | [**getSessionsUsage**](docs/UsageApi.md#getSessionsUsage) | **GET** /v1/projects/{projectOrProductUID}/usage/sessions |
|
|
221
223
|
*NotehubJs.WebhookApi* | [**createWebhook**](docs/WebhookApi.md#createWebhook) | **POST** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID} |
|
|
222
224
|
*NotehubJs.WebhookApi* | [**deleteWebhook**](docs/WebhookApi.md#deleteWebhook) | **DELETE** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID} |
|
|
223
225
|
*NotehubJs.WebhookApi* | [**getWebhook**](docs/WebhookApi.md#getWebhook) | **GET** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID} |
|
|
@@ -230,15 +232,7 @@ Class | Method | HTTP request | Description
|
|
|
230
232
|
- [NotehubJs.Alert](docs/Alert.md)
|
|
231
233
|
- [NotehubJs.AlertDataInner](docs/AlertDataInner.md)
|
|
232
234
|
- [NotehubJs.AlertNotificationsInner](docs/AlertNotificationsInner.md)
|
|
233
|
-
- [NotehubJs.AnalyticsEventsData](docs/AnalyticsEventsData.md)
|
|
234
|
-
- [NotehubJs.AnalyticsEventsResponse](docs/AnalyticsEventsResponse.md)
|
|
235
|
-
- [NotehubJs.AnalyticsRouteLogsData](docs/AnalyticsRouteLogsData.md)
|
|
236
|
-
- [NotehubJs.AnalyticsRouteLogsResponse](docs/AnalyticsRouteLogsResponse.md)
|
|
237
|
-
- [NotehubJs.AnalyticsSessionsData](docs/AnalyticsSessionsData.md)
|
|
238
|
-
- [NotehubJs.AnalyticsSessionsResponse](docs/AnalyticsSessionsResponse.md)
|
|
239
235
|
- [NotehubJs.Aws](docs/Aws.md)
|
|
240
|
-
- [NotehubJs.AwsFilter](docs/AwsFilter.md)
|
|
241
|
-
- [NotehubJs.AwsTransform](docs/AwsTransform.md)
|
|
242
236
|
- [NotehubJs.Azure](docs/Azure.md)
|
|
243
237
|
- [NotehubJs.BillingAccount](docs/BillingAccount.md)
|
|
244
238
|
- [NotehubJs.BillingAccountRole](docs/BillingAccountRole.md)
|
|
@@ -254,15 +248,16 @@ Class | Method | HTTP request | Description
|
|
|
254
248
|
- [NotehubJs.DFUEnv](docs/DFUEnv.md)
|
|
255
249
|
- [NotehubJs.DFUState](docs/DFUState.md)
|
|
256
250
|
- [NotehubJs.DataField](docs/DataField.md)
|
|
251
|
+
- [NotehubJs.DataSet](docs/DataSet.md)
|
|
257
252
|
- [NotehubJs.DataSetField](docs/DataSetField.md)
|
|
258
253
|
- [NotehubJs.DeleteDeviceFleetsRequest](docs/DeleteDeviceFleetsRequest.md)
|
|
259
254
|
- [NotehubJs.Device](docs/Device.md)
|
|
260
255
|
- [NotehubJs.DeviceDfuHistory](docs/DeviceDfuHistory.md)
|
|
261
|
-
- [NotehubJs.DeviceDfuHistoryCurrent](docs/DeviceDfuHistoryCurrent.md)
|
|
262
256
|
- [NotehubJs.DeviceDfuHistoryPage](docs/DeviceDfuHistoryPage.md)
|
|
263
257
|
- [NotehubJs.DeviceDfuStateMachine](docs/DeviceDfuStateMachine.md)
|
|
264
258
|
- [NotehubJs.DeviceDfuStateMachineNode](docs/DeviceDfuStateMachineNode.md)
|
|
265
259
|
- [NotehubJs.DeviceDfuStatus](docs/DeviceDfuStatus.md)
|
|
260
|
+
- [NotehubJs.DeviceDfuStatusCurrent](docs/DeviceDfuStatusCurrent.md)
|
|
266
261
|
- [NotehubJs.DeviceDfuStatusPage](docs/DeviceDfuStatusPage.md)
|
|
267
262
|
- [NotehubJs.DeviceSession](docs/DeviceSession.md)
|
|
268
263
|
- [NotehubJs.DeviceTowerInfo](docs/DeviceTowerInfo.md)
|
|
@@ -279,8 +274,7 @@ Class | Method | HTTP request | Description
|
|
|
279
274
|
- [NotehubJs.Fleet](docs/Fleet.md)
|
|
280
275
|
- [NotehubJs.GetAlerts200Response](docs/GetAlerts200Response.md)
|
|
281
276
|
- [NotehubJs.GetBillingAccounts200Response](docs/GetBillingAccounts200Response.md)
|
|
282
|
-
- [NotehubJs.
|
|
283
|
-
- [NotehubJs.GetDeviceFleets200Response](docs/GetDeviceFleets200Response.md)
|
|
277
|
+
- [NotehubJs.GetDeviceEnvironmentVariables200Response](docs/GetDeviceEnvironmentVariables200Response.md)
|
|
284
278
|
- [NotehubJs.GetDeviceHealthLog200Response](docs/GetDeviceHealthLog200Response.md)
|
|
285
279
|
- [NotehubJs.GetDeviceHealthLog200ResponseHealthLogInner](docs/GetDeviceHealthLog200ResponseHealthLogInner.md)
|
|
286
280
|
- [NotehubJs.GetDeviceLatest200Response](docs/GetDeviceLatest200Response.md)
|
|
@@ -291,6 +285,7 @@ Class | Method | HTTP request | Description
|
|
|
291
285
|
- [NotehubJs.GetProjectDevices200Response](docs/GetProjectDevices200Response.md)
|
|
292
286
|
- [NotehubJs.GetProjectEvents200Response](docs/GetProjectEvents200Response.md)
|
|
293
287
|
- [NotehubJs.GetProjectEventsByCursor200Response](docs/GetProjectEventsByCursor200Response.md)
|
|
288
|
+
- [NotehubJs.GetProjectFleets200Response](docs/GetProjectFleets200Response.md)
|
|
294
289
|
- [NotehubJs.GetProjectMembers200Response](docs/GetProjectMembers200Response.md)
|
|
295
290
|
- [NotehubJs.GetProjectProducts200Response](docs/GetProjectProducts200Response.md)
|
|
296
291
|
- [NotehubJs.GetProjects200Response](docs/GetProjects200Response.md)
|
|
@@ -303,6 +298,8 @@ Class | Method | HTTP request | Description
|
|
|
303
298
|
- [NotehubJs.HandleNotefileChangesPending200Response](docs/HandleNotefileChangesPending200Response.md)
|
|
304
299
|
- [NotehubJs.HandleNotefileDeleteRequest](docs/HandleNotefileDeleteRequest.md)
|
|
305
300
|
- [NotehubJs.Http](docs/Http.md)
|
|
301
|
+
- [NotehubJs.HttpFilter](docs/HttpFilter.md)
|
|
302
|
+
- [NotehubJs.HttpTransform](docs/HttpTransform.md)
|
|
306
303
|
- [NotehubJs.Location](docs/Location.md)
|
|
307
304
|
- [NotehubJs.Login200Response](docs/Login200Response.md)
|
|
308
305
|
- [NotehubJs.LoginRequest](docs/LoginRequest.md)
|
|
@@ -313,8 +310,6 @@ Class | Method | HTTP request | Description
|
|
|
313
310
|
- [NotehubJs.NotefileSchema](docs/NotefileSchema.md)
|
|
314
311
|
- [NotehubJs.NotehubRoute](docs/NotehubRoute.md)
|
|
315
312
|
- [NotehubJs.NotehubRouteSchema](docs/NotehubRouteSchema.md)
|
|
316
|
-
- [NotehubJs.OAuth2Error](docs/OAuth2Error.md)
|
|
317
|
-
- [NotehubJs.OAuth2TokenResponse](docs/OAuth2TokenResponse.md)
|
|
318
313
|
- [NotehubJs.PersonalAccessToken](docs/PersonalAccessToken.md)
|
|
319
314
|
- [NotehubJs.PersonalAccessTokenCreatedBy](docs/PersonalAccessTokenCreatedBy.md)
|
|
320
315
|
- [NotehubJs.PersonalAccessTokenInfo](docs/PersonalAccessTokenInfo.md)
|
|
@@ -325,6 +320,8 @@ Class | Method | HTTP request | Description
|
|
|
325
320
|
- [NotehubJs.ProjectMember](docs/ProjectMember.md)
|
|
326
321
|
- [NotehubJs.Proxy](docs/Proxy.md)
|
|
327
322
|
- [NotehubJs.PutDeviceFleetsRequest](docs/PutDeviceFleetsRequest.md)
|
|
323
|
+
- [NotehubJs.QuestionDataResponseLineChart](docs/QuestionDataResponseLineChart.md)
|
|
324
|
+
- [NotehubJs.QuestionDataResponseMap](docs/QuestionDataResponseMap.md)
|
|
328
325
|
- [NotehubJs.Radresponder](docs/Radresponder.md)
|
|
329
326
|
- [NotehubJs.Repository](docs/Repository.md)
|
|
330
327
|
- [NotehubJs.Role](docs/Role.md)
|
|
@@ -333,14 +330,20 @@ Class | Method | HTTP request | Description
|
|
|
333
330
|
- [NotehubJs.SimUsage](docs/SimUsage.md)
|
|
334
331
|
- [NotehubJs.Slack](docs/Slack.md)
|
|
335
332
|
- [NotehubJs.SlackBearerNotification](docs/SlackBearerNotification.md)
|
|
336
|
-
- [NotehubJs.SlackTransform](docs/SlackTransform.md)
|
|
337
333
|
- [NotehubJs.SlackWebHookNotification](docs/SlackWebHookNotification.md)
|
|
338
334
|
- [NotehubJs.Snowflake](docs/Snowflake.md)
|
|
335
|
+
- [NotehubJs.SnowflakeTransform](docs/SnowflakeTransform.md)
|
|
339
336
|
- [NotehubJs.Thingworx](docs/Thingworx.md)
|
|
340
337
|
- [NotehubJs.TowerLocation](docs/TowerLocation.md)
|
|
341
338
|
- [NotehubJs.Twilio](docs/Twilio.md)
|
|
342
339
|
- [NotehubJs.UpdateFleetRequest](docs/UpdateFleetRequest.md)
|
|
343
340
|
- [NotehubJs.UploadMetadata](docs/UploadMetadata.md)
|
|
341
|
+
- [NotehubJs.UsageEventsData](docs/UsageEventsData.md)
|
|
342
|
+
- [NotehubJs.UsageEventsResponse](docs/UsageEventsResponse.md)
|
|
343
|
+
- [NotehubJs.UsageRouteLogsData](docs/UsageRouteLogsData.md)
|
|
344
|
+
- [NotehubJs.UsageRouteLogsResponse](docs/UsageRouteLogsResponse.md)
|
|
345
|
+
- [NotehubJs.UsageSessionsData](docs/UsageSessionsData.md)
|
|
346
|
+
- [NotehubJs.UsageSessionsResponse](docs/UsageSessionsResponse.md)
|
|
344
347
|
- [NotehubJs.UserDbRoute](docs/UserDbRoute.md)
|
|
345
348
|
- [NotehubJs.UserDfuStateMachine](docs/UserDfuStateMachine.md)
|
|
346
349
|
- [NotehubJs.UserDfuStateMachineStatus](docs/UserDfuStateMachineStatus.md)
|
|
@@ -352,9 +355,12 @@ Class | Method | HTTP request | Description
|
|
|
352
355
|
|
|
353
356
|
|
|
354
357
|
|
|
355
|
-
###
|
|
358
|
+
### api_key
|
|
356
359
|
|
|
357
|
-
|
|
360
|
+
|
|
361
|
+
- **Type**: API key
|
|
362
|
+
- **API key parameter name**: X-Session-Token
|
|
363
|
+
- **Location**: HTTP header
|
|
358
364
|
|
|
359
365
|
|
|
360
366
|
|
package/dist/ApiClient.js
CHANGED
|
@@ -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.37-beta.
|
|
29
|
+
* @version 1.0.37-beta.15
|
|
30
30
|
*/
|
|
31
31
|
/**
|
|
32
32
|
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
@@ -56,8 +56,10 @@ var ApiClient = /*#__PURE__*/function () {
|
|
|
56
56
|
* @type {Array.<String>}
|
|
57
57
|
*/
|
|
58
58
|
this.authentications = {
|
|
59
|
-
'
|
|
60
|
-
type: '
|
|
59
|
+
'api_key': {
|
|
60
|
+
type: 'apiKey',
|
|
61
|
+
'in': 'header',
|
|
62
|
+
name: 'X-Session-Token'
|
|
61
63
|
},
|
|
62
64
|
'pin': {
|
|
63
65
|
type: 'apiKey',
|
|
@@ -73,7 +75,7 @@ var ApiClient = /*#__PURE__*/function () {
|
|
|
73
75
|
*/
|
|
74
76
|
this.defaultHeaders = {};
|
|
75
77
|
if (typeof window === 'undefined') {
|
|
76
|
-
this.defaultHeaders['User-Agent'] = 'OpenAPI-Generator/1.0.37-beta.
|
|
78
|
+
this.defaultHeaders['User-Agent'] = 'OpenAPI-Generator/1.0.37-beta.15/Javascript';
|
|
77
79
|
}
|
|
78
80
|
|
|
79
81
|
/**
|
package/dist/api/AlertApi.js
CHANGED
|
@@ -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.37-beta.
|
|
31
|
+
* @version 1.0.37-beta.15
|
|
32
32
|
*/
|
|
33
33
|
var AlertApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -71,7 +71,7 @@ var AlertApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
71
71
|
};
|
|
72
72
|
var headerParams = {};
|
|
73
73
|
var formParams = {};
|
|
74
|
-
var authNames = ['
|
|
74
|
+
var authNames = ['api_key'];
|
|
75
75
|
var contentTypes = [];
|
|
76
76
|
var accepts = ['application/json'];
|
|
77
77
|
var returnType = _GetAlerts200Response["default"];
|
|
@@ -7,8 +7,6 @@ exports["default"] = void 0;
|
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _Login200Response = _interopRequireDefault(require("../model/Login200Response"));
|
|
9
9
|
var _LoginRequest = _interopRequireDefault(require("../model/LoginRequest"));
|
|
10
|
-
var _OAuth2Error = _interopRequireDefault(require("../model/OAuth2Error"));
|
|
11
|
-
var _OAuth2TokenResponse = _interopRequireDefault(require("../model/OAuth2TokenResponse"));
|
|
12
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
13
11
|
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
12
|
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
@@ -30,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
28
|
/**
|
|
31
29
|
* Authorization service.
|
|
32
30
|
* @module api/AuthorizationApi
|
|
33
|
-
* @version 1.0.37-beta.
|
|
31
|
+
* @version 1.0.37-beta.15
|
|
34
32
|
*/
|
|
35
33
|
var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
34
|
/**
|
|
@@ -81,66 +79,5 @@ var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
81
79
|
return response_and_data.data;
|
|
82
80
|
});
|
|
83
81
|
}
|
|
84
|
-
|
|
85
|
-
/**
|
|
86
|
-
* Issue an OAuth 2.0 access token (Client Credentials)
|
|
87
|
-
* Exchanges client credentials for an access token. Parameters must be sent as application/x-www-form-urlencoded.
|
|
88
|
-
* @param {String} clientId
|
|
89
|
-
* @param {String} clientSecret
|
|
90
|
-
* @param {module:model/String} grantType
|
|
91
|
-
* @param {Object} opts Optional parameters
|
|
92
|
-
* @param {String} opts.scope Space-delimited scopes.
|
|
93
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/OAuth2TokenResponse} and HTTP response
|
|
94
|
-
*/
|
|
95
|
-
}, {
|
|
96
|
-
key: "oAuth2ClientCredentialsWithHttpInfo",
|
|
97
|
-
value: function oAuth2ClientCredentialsWithHttpInfo(clientId, clientSecret, grantType, opts) {
|
|
98
|
-
opts = opts || {};
|
|
99
|
-
var postBody = null;
|
|
100
|
-
// verify the required parameter 'clientId' is set
|
|
101
|
-
if (clientId === undefined || clientId === null) {
|
|
102
|
-
throw new Error("Missing the required parameter 'clientId' when calling oAuth2ClientCredentials");
|
|
103
|
-
}
|
|
104
|
-
// verify the required parameter 'clientSecret' is set
|
|
105
|
-
if (clientSecret === undefined || clientSecret === null) {
|
|
106
|
-
throw new Error("Missing the required parameter 'clientSecret' when calling oAuth2ClientCredentials");
|
|
107
|
-
}
|
|
108
|
-
// verify the required parameter 'grantType' is set
|
|
109
|
-
if (grantType === undefined || grantType === null) {
|
|
110
|
-
throw new Error("Missing the required parameter 'grantType' when calling oAuth2ClientCredentials");
|
|
111
|
-
}
|
|
112
|
-
var pathParams = {};
|
|
113
|
-
var queryParams = {};
|
|
114
|
-
var headerParams = {};
|
|
115
|
-
var formParams = {
|
|
116
|
-
'client_id': clientId,
|
|
117
|
-
'client_secret': clientSecret,
|
|
118
|
-
'grant_type': grantType,
|
|
119
|
-
'scope': opts['scope']
|
|
120
|
-
};
|
|
121
|
-
var authNames = [];
|
|
122
|
-
var contentTypes = ['application/x-www-form-urlencoded'];
|
|
123
|
-
var accepts = ['application/json'];
|
|
124
|
-
var returnType = _OAuth2TokenResponse["default"];
|
|
125
|
-
return this.apiClient.callApi('/oauth2/token', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* Issue an OAuth 2.0 access token (Client Credentials)
|
|
130
|
-
* Exchanges client credentials for an access token. Parameters must be sent as application/x-www-form-urlencoded.
|
|
131
|
-
* @param {String} clientId
|
|
132
|
-
* @param {String} clientSecret
|
|
133
|
-
* @param {module:model/String} grantType
|
|
134
|
-
* @param {Object} opts Optional parameters
|
|
135
|
-
* @param {String} opts.scope Space-delimited scopes.
|
|
136
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/OAuth2TokenResponse}
|
|
137
|
-
*/
|
|
138
|
-
}, {
|
|
139
|
-
key: "oAuth2ClientCredentials",
|
|
140
|
-
value: function oAuth2ClientCredentials(clientId, clientSecret, grantType, opts) {
|
|
141
|
-
return this.oAuth2ClientCredentialsWithHttpInfo(clientId, clientSecret, grantType, opts).then(function (response_and_data) {
|
|
142
|
-
return response_and_data.data;
|
|
143
|
-
});
|
|
144
|
-
}
|
|
145
82
|
}]);
|
|
146
83
|
}();
|
|
@@ -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.37-beta.
|
|
31
|
+
* @version 1.0.37-beta.15
|
|
32
32
|
*/
|
|
33
33
|
var BillingAccountApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -55,7 +55,7 @@ var BillingAccountApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
var queryParams = {};
|
|
56
56
|
var headerParams = {};
|
|
57
57
|
var formParams = {};
|
|
58
|
-
var authNames = ['
|
|
58
|
+
var authNames = ['api_key'];
|
|
59
59
|
var contentTypes = [];
|
|
60
60
|
var accepts = ['application/json'];
|
|
61
61
|
var returnType = _GetBillingAccounts200Response["default"];
|
package/dist/api/DeviceApi.js
CHANGED
|
@@ -10,7 +10,7 @@ var _Device = _interopRequireDefault(require("../model/Device"));
|
|
|
10
10
|
var _EnvTreeJsonNode = _interopRequireDefault(require("../model/EnvTreeJsonNode"));
|
|
11
11
|
var _EnvironmentVariables = _interopRequireDefault(require("../model/EnvironmentVariables"));
|
|
12
12
|
var _Error = _interopRequireDefault(require("../model/Error"));
|
|
13
|
-
var
|
|
13
|
+
var _GetDeviceEnvironmentVariables200Response = _interopRequireDefault(require("../model/GetDeviceEnvironmentVariables200Response"));
|
|
14
14
|
var _GetDeviceHealthLog200Response = _interopRequireDefault(require("../model/GetDeviceHealthLog200Response"));
|
|
15
15
|
var _GetDeviceLatest200Response = _interopRequireDefault(require("../model/GetDeviceLatest200Response"));
|
|
16
16
|
var _GetDevicePublicKey200Response = _interopRequireDefault(require("../model/GetDevicePublicKey200Response"));
|
|
@@ -46,7 +46,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
46
46
|
/**
|
|
47
47
|
* Device service.
|
|
48
48
|
* @module api/DeviceApi
|
|
49
|
-
* @version 1.0.37-beta.
|
|
49
|
+
* @version 1.0.37-beta.15
|
|
50
50
|
*/
|
|
51
51
|
var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
52
52
|
/**
|
|
@@ -92,7 +92,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
92
92
|
var queryParams = {};
|
|
93
93
|
var headerParams = {};
|
|
94
94
|
var formParams = {};
|
|
95
|
-
var authNames = ['
|
|
95
|
+
var authNames = ['api_key'];
|
|
96
96
|
var contentTypes = [];
|
|
97
97
|
var accepts = ['application/json'];
|
|
98
98
|
var returnType = _EnvironmentVariables["default"];
|
|
@@ -146,7 +146,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
146
146
|
};
|
|
147
147
|
var headerParams = {};
|
|
148
148
|
var formParams = {};
|
|
149
|
-
var authNames = ['
|
|
149
|
+
var authNames = ['api_key'];
|
|
150
150
|
var contentTypes = [];
|
|
151
151
|
var accepts = ['application/json'];
|
|
152
152
|
var returnType = null;
|
|
@@ -193,7 +193,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
193
193
|
var queryParams = {};
|
|
194
194
|
var headerParams = {};
|
|
195
195
|
var formParams = {};
|
|
196
|
-
var authNames = ['
|
|
196
|
+
var authNames = ['api_key'];
|
|
197
197
|
var contentTypes = [];
|
|
198
198
|
var accepts = ['application/json'];
|
|
199
199
|
var returnType = null;
|
|
@@ -239,7 +239,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
239
239
|
var queryParams = {};
|
|
240
240
|
var headerParams = {};
|
|
241
241
|
var formParams = {};
|
|
242
|
-
var authNames = ['
|
|
242
|
+
var authNames = ['api_key'];
|
|
243
243
|
var contentTypes = [];
|
|
244
244
|
var accepts = ['application/json'];
|
|
245
245
|
var returnType = null;
|
|
@@ -285,7 +285,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
285
285
|
var queryParams = {};
|
|
286
286
|
var headerParams = {};
|
|
287
287
|
var formParams = {};
|
|
288
|
-
var authNames = ['
|
|
288
|
+
var authNames = ['api_key'];
|
|
289
289
|
var contentTypes = [];
|
|
290
290
|
var accepts = ['application/json'];
|
|
291
291
|
var returnType = null;
|
|
@@ -331,7 +331,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
331
331
|
var queryParams = {};
|
|
332
332
|
var headerParams = {};
|
|
333
333
|
var formParams = {};
|
|
334
|
-
var authNames = ['
|
|
334
|
+
var authNames = ['api_key'];
|
|
335
335
|
var contentTypes = [];
|
|
336
336
|
var accepts = ['application/json'];
|
|
337
337
|
var returnType = null;
|
|
@@ -377,7 +377,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
377
377
|
var queryParams = {};
|
|
378
378
|
var headerParams = {};
|
|
379
379
|
var formParams = {};
|
|
380
|
-
var authNames = ['
|
|
380
|
+
var authNames = ['api_key'];
|
|
381
381
|
var contentTypes = [];
|
|
382
382
|
var accepts = ['application/json'];
|
|
383
383
|
var returnType = _Device["default"];
|
|
@@ -423,7 +423,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
423
423
|
var queryParams = {};
|
|
424
424
|
var headerParams = {};
|
|
425
425
|
var formParams = {};
|
|
426
|
-
var authNames = ['
|
|
426
|
+
var authNames = ['api_key'];
|
|
427
427
|
var contentTypes = [];
|
|
428
428
|
var accepts = ['application/json'];
|
|
429
429
|
var returnType = _EnvTreeJsonNode["default"];
|
|
@@ -448,7 +448,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
448
448
|
* Get environment variables of a device
|
|
449
449
|
* @param {String} projectOrProductUID
|
|
450
450
|
* @param {String} deviceUID
|
|
451
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
451
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetDeviceEnvironmentVariables200Response} and HTTP response
|
|
452
452
|
*/
|
|
453
453
|
}, {
|
|
454
454
|
key: "getDeviceEnvironmentVariablesWithHttpInfo",
|
|
@@ -469,10 +469,10 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
469
469
|
var queryParams = {};
|
|
470
470
|
var headerParams = {};
|
|
471
471
|
var formParams = {};
|
|
472
|
-
var authNames = ['
|
|
472
|
+
var authNames = ['api_key'];
|
|
473
473
|
var contentTypes = [];
|
|
474
474
|
var accepts = ['application/json'];
|
|
475
|
-
var returnType =
|
|
475
|
+
var returnType = _GetDeviceEnvironmentVariables200Response["default"];
|
|
476
476
|
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}/devices/{deviceUID}/environment_variables', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
477
477
|
}
|
|
478
478
|
|
|
@@ -480,7 +480,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
480
480
|
* Get environment variables of a device
|
|
481
481
|
* @param {String} projectOrProductUID
|
|
482
482
|
* @param {String} deviceUID
|
|
483
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
483
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetDeviceEnvironmentVariables200Response}
|
|
484
484
|
*/
|
|
485
485
|
}, {
|
|
486
486
|
key: "getDeviceEnvironmentVariables",
|
|
@@ -494,7 +494,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
494
494
|
* Get environment variables of a device with device pin authorization
|
|
495
495
|
* @param {String} productUID
|
|
496
496
|
* @param {String} deviceUID
|
|
497
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
497
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetDeviceEnvironmentVariables200Response} and HTTP response
|
|
498
498
|
*/
|
|
499
499
|
}, {
|
|
500
500
|
key: "getDeviceEnvironmentVariablesByPinWithHttpInfo",
|
|
@@ -518,7 +518,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
518
518
|
var authNames = ['pin'];
|
|
519
519
|
var contentTypes = [];
|
|
520
520
|
var accepts = ['application/json'];
|
|
521
|
-
var returnType =
|
|
521
|
+
var returnType = _GetDeviceEnvironmentVariables200Response["default"];
|
|
522
522
|
return this.apiClient.callApi('/v1/products/{productUID}/devices/{deviceUID}/environment_variables_with_pin', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
523
523
|
}
|
|
524
524
|
|
|
@@ -526,7 +526,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
526
526
|
* Get environment variables of a device with device pin authorization
|
|
527
527
|
* @param {String} productUID
|
|
528
528
|
* @param {String} deviceUID
|
|
529
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
529
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetDeviceEnvironmentVariables200Response}
|
|
530
530
|
*/
|
|
531
531
|
}, {
|
|
532
532
|
key: "getDeviceEnvironmentVariablesByPin",
|
|
@@ -561,7 +561,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
561
561
|
var queryParams = {};
|
|
562
562
|
var headerParams = {};
|
|
563
563
|
var formParams = {};
|
|
564
|
-
var authNames = ['
|
|
564
|
+
var authNames = ['api_key'];
|
|
565
565
|
var contentTypes = [];
|
|
566
566
|
var accepts = ['application/json'];
|
|
567
567
|
var returnType = _GetDeviceHealthLog200Response["default"];
|
|
@@ -607,7 +607,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
607
607
|
var queryParams = {};
|
|
608
608
|
var headerParams = {};
|
|
609
609
|
var formParams = {};
|
|
610
|
-
var authNames = ['
|
|
610
|
+
var authNames = ['api_key'];
|
|
611
611
|
var contentTypes = [];
|
|
612
612
|
var accepts = ['application/json'];
|
|
613
613
|
var returnType = _GetDeviceLatest200Response["default"];
|
|
@@ -653,7 +653,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
653
653
|
var queryParams = {};
|
|
654
654
|
var headerParams = {};
|
|
655
655
|
var formParams = {};
|
|
656
|
-
var authNames = ['
|
|
656
|
+
var authNames = ['api_key'];
|
|
657
657
|
var contentTypes = [];
|
|
658
658
|
var accepts = ['application/json'];
|
|
659
659
|
var returnType = _GetDevicePublicKey200Response["default"];
|
|
@@ -710,7 +710,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
710
710
|
};
|
|
711
711
|
var headerParams = {};
|
|
712
712
|
var formParams = {};
|
|
713
|
-
var authNames = ['
|
|
713
|
+
var authNames = ['api_key'];
|
|
714
714
|
var contentTypes = [];
|
|
715
715
|
var accepts = ['application/json'];
|
|
716
716
|
var returnType = _GetDeviceSessions200Response["default"];
|
|
@@ -762,7 +762,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
762
762
|
};
|
|
763
763
|
var headerParams = {};
|
|
764
764
|
var formParams = {};
|
|
765
|
-
var authNames = ['
|
|
765
|
+
var authNames = ['api_key'];
|
|
766
766
|
var contentTypes = [];
|
|
767
767
|
var accepts = ['application/json'];
|
|
768
768
|
var returnType = _GetProjectDevicePublicKeys200Response["default"];
|
|
@@ -829,7 +829,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
829
829
|
};
|
|
830
830
|
var headerParams = {};
|
|
831
831
|
var formParams = {};
|
|
832
|
-
var authNames = ['
|
|
832
|
+
var authNames = ['api_key'];
|
|
833
833
|
var contentTypes = [];
|
|
834
834
|
var accepts = ['application/json'];
|
|
835
835
|
var returnType = _GetProjectDevices200Response["default"];
|
|
@@ -909,7 +909,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
909
909
|
};
|
|
910
910
|
var headerParams = {};
|
|
911
911
|
var formParams = {};
|
|
912
|
-
var authNames = ['
|
|
912
|
+
var authNames = ['api_key'];
|
|
913
913
|
var contentTypes = [];
|
|
914
914
|
var accepts = ['application/json'];
|
|
915
915
|
var returnType = _GetProjectDevices200Response["default"];
|
|
@@ -977,7 +977,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
977
977
|
var queryParams = {};
|
|
978
978
|
var headerParams = {};
|
|
979
979
|
var formParams = {};
|
|
980
|
-
var authNames = ['
|
|
980
|
+
var authNames = ['api_key'];
|
|
981
981
|
var contentTypes = ['application/json'];
|
|
982
982
|
var accepts = ['application/json'];
|
|
983
983
|
var returnType = null;
|
|
@@ -1046,7 +1046,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1046
1046
|
};
|
|
1047
1047
|
var headerParams = {};
|
|
1048
1048
|
var formParams = {};
|
|
1049
|
-
var authNames = ['
|
|
1049
|
+
var authNames = ['api_key'];
|
|
1050
1050
|
var contentTypes = [];
|
|
1051
1051
|
var accepts = ['application/json'];
|
|
1052
1052
|
var returnType = _HandleNoteChanges200Response["default"];
|
|
@@ -1117,7 +1117,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1117
1117
|
var queryParams = {};
|
|
1118
1118
|
var headerParams = {};
|
|
1119
1119
|
var formParams = {};
|
|
1120
|
-
var authNames = ['
|
|
1120
|
+
var authNames = ['api_key'];
|
|
1121
1121
|
var contentTypes = ['application/json'];
|
|
1122
1122
|
var accepts = ['application/json'];
|
|
1123
1123
|
var returnType = null;
|
|
@@ -1178,7 +1178,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1178
1178
|
var queryParams = {};
|
|
1179
1179
|
var headerParams = {};
|
|
1180
1180
|
var formParams = {};
|
|
1181
|
-
var authNames = ['
|
|
1181
|
+
var authNames = ['api_key'];
|
|
1182
1182
|
var contentTypes = [];
|
|
1183
1183
|
var accepts = ['application/json'];
|
|
1184
1184
|
var returnType = null;
|
|
@@ -1245,7 +1245,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1245
1245
|
};
|
|
1246
1246
|
var headerParams = {};
|
|
1247
1247
|
var formParams = {};
|
|
1248
|
-
var authNames = ['
|
|
1248
|
+
var authNames = ['api_key'];
|
|
1249
1249
|
var contentTypes = [];
|
|
1250
1250
|
var accepts = ['application/json'];
|
|
1251
1251
|
var returnType = _HandleNoteGet200Response["default"];
|
|
@@ -1301,7 +1301,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1301
1301
|
var queryParams = {};
|
|
1302
1302
|
var headerParams = {};
|
|
1303
1303
|
var formParams = {};
|
|
1304
|
-
var authNames = ['
|
|
1304
|
+
var authNames = ['api_key'];
|
|
1305
1305
|
var contentTypes = ['application/json'];
|
|
1306
1306
|
var accepts = ['application/json'];
|
|
1307
1307
|
var returnType = _HandleNoteSignal200Response["default"];
|
|
@@ -1365,7 +1365,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1365
1365
|
var queryParams = {};
|
|
1366
1366
|
var headerParams = {};
|
|
1367
1367
|
var formParams = {};
|
|
1368
|
-
var authNames = ['
|
|
1368
|
+
var authNames = ['api_key'];
|
|
1369
1369
|
var contentTypes = ['application/json'];
|
|
1370
1370
|
var accepts = ['application/json'];
|
|
1371
1371
|
var returnType = null;
|
|
@@ -1421,7 +1421,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1421
1421
|
};
|
|
1422
1422
|
var headerParams = {};
|
|
1423
1423
|
var formParams = {};
|
|
1424
|
-
var authNames = ['
|
|
1424
|
+
var authNames = ['api_key'];
|
|
1425
1425
|
var contentTypes = [];
|
|
1426
1426
|
var accepts = ['application/json'];
|
|
1427
1427
|
var returnType = _HandleNotefileChanges200Response["default"];
|
|
@@ -1470,7 +1470,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1470
1470
|
var queryParams = {};
|
|
1471
1471
|
var headerParams = {};
|
|
1472
1472
|
var formParams = {};
|
|
1473
|
-
var authNames = ['
|
|
1473
|
+
var authNames = ['api_key'];
|
|
1474
1474
|
var contentTypes = [];
|
|
1475
1475
|
var accepts = ['application/json'];
|
|
1476
1476
|
var returnType = _HandleNotefileChangesPending200Response["default"];
|
|
@@ -1521,7 +1521,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1521
1521
|
var queryParams = {};
|
|
1522
1522
|
var headerParams = {};
|
|
1523
1523
|
var formParams = {};
|
|
1524
|
-
var authNames = ['
|
|
1524
|
+
var authNames = ['api_key'];
|
|
1525
1525
|
var contentTypes = ['application/json'];
|
|
1526
1526
|
var accepts = ['application/json'];
|
|
1527
1527
|
var returnType = null;
|
|
@@ -1573,7 +1573,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1573
1573
|
var queryParams = {};
|
|
1574
1574
|
var headerParams = {};
|
|
1575
1575
|
var formParams = {};
|
|
1576
|
-
var authNames = ['
|
|
1576
|
+
var authNames = ['api_key'];
|
|
1577
1577
|
var contentTypes = ['application/json'];
|
|
1578
1578
|
var accepts = ['application/json'];
|
|
1579
1579
|
var returnType = Object;
|
|
@@ -1625,7 +1625,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1625
1625
|
var queryParams = {};
|
|
1626
1626
|
var headerParams = {};
|
|
1627
1627
|
var formParams = {};
|
|
1628
|
-
var authNames = ['
|
|
1628
|
+
var authNames = ['api_key'];
|
|
1629
1629
|
var contentTypes = ['application/json'];
|
|
1630
1630
|
var accepts = ['application/json'];
|
|
1631
1631
|
var returnType = _EnvironmentVariables["default"];
|