@blues-inc/notehub-js 1.0.37-beta.6 → 1.0.37-beta.8
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 +7 -10
- package/dist/ApiClient.js +2 -2
- package/dist/api/AlertApi.js +1 -1
- package/dist/api/AuthorizationApi.js +1 -1
- package/dist/api/BillingAccountApi.js +1 -1
- package/dist/api/DeviceApi.js +8 -8
- package/dist/api/EventApi.js +1 -1
- package/dist/api/ExternalDevicesApi.js +1 -1
- package/dist/api/MonitorApi.js +10 -10
- package/dist/api/ProjectApi.js +14 -14
- package/dist/api/RouteApi.js +1 -1
- package/dist/api/WebhookApi.js +1 -1
- package/dist/index.js +38 -59
- package/dist/model/Alert.js +91 -91
- package/dist/model/AlertDataInner.js +10 -10
- package/dist/model/AlertNotificationsInner.js +10 -10
- package/dist/model/AnalyticsEventsData.js +14 -14
- package/dist/model/AnalyticsEventsResponse.js +1 -1
- package/dist/model/AnalyticsRouteLogsData.js +15 -15
- package/dist/model/AnalyticsRouteLogsResponse.js +1 -1
- package/dist/model/AnalyticsSessionsData.js +14 -14
- package/dist/model/AnalyticsSessionsResponse.js +1 -1
- package/dist/model/Aws.js +86 -86
- package/dist/model/{HttpFilter.js → AwsFilter.js} +32 -32
- package/dist/model/{HttpTransform.js → AwsTransform.js} +21 -21
- 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/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/{DeviceDfuStatusCurrent.js → DeviceDfuHistoryCurrent.js} +52 -52
- 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/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/{GetDeviceEnvironmentVariables200Response.js → GetDeviceEnvironmentVariablesByPin200Response.js} +30 -30
- package/dist/model/{GetProjectFleets200Response.js → GetDeviceFleets200Response.js} +20 -20
- 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/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/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/Radresponder.js +28 -28
- package/dist/model/Repository.js +22 -22
- package/dist/model/RouteLog.js +28 -28
- package/dist/model/SchemaProperty.js +34 -36
- package/dist/model/SimUsage.js +19 -72
- package/dist/model/Slack.js +71 -71
- package/dist/model/SlackBearerNotification.js +14 -14
- package/dist/model/{SnowflakeTransform.js → SlackTransform.js} +19 -19
- package/dist/model/SlackWebHookNotification.js +14 -14
- package/dist/model/Snowflake.js +57 -57
- 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/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/DataSet.js +0 -164
- package/dist/model/QuestionDataResponseLineChart.js +0 -204
- package/dist/model/QuestionDataResponseMap.js +0 -143
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.8
|
|
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
|
|
|
@@ -236,6 +236,8 @@ Class | Method | HTTP request | Description
|
|
|
236
236
|
- [NotehubJs.AnalyticsSessionsData](docs/AnalyticsSessionsData.md)
|
|
237
237
|
- [NotehubJs.AnalyticsSessionsResponse](docs/AnalyticsSessionsResponse.md)
|
|
238
238
|
- [NotehubJs.Aws](docs/Aws.md)
|
|
239
|
+
- [NotehubJs.AwsFilter](docs/AwsFilter.md)
|
|
240
|
+
- [NotehubJs.AwsTransform](docs/AwsTransform.md)
|
|
239
241
|
- [NotehubJs.Azure](docs/Azure.md)
|
|
240
242
|
- [NotehubJs.BillingAccount](docs/BillingAccount.md)
|
|
241
243
|
- [NotehubJs.BillingAccountRole](docs/BillingAccountRole.md)
|
|
@@ -251,16 +253,15 @@ Class | Method | HTTP request | Description
|
|
|
251
253
|
- [NotehubJs.DFUEnv](docs/DFUEnv.md)
|
|
252
254
|
- [NotehubJs.DFUState](docs/DFUState.md)
|
|
253
255
|
- [NotehubJs.DataField](docs/DataField.md)
|
|
254
|
-
- [NotehubJs.DataSet](docs/DataSet.md)
|
|
255
256
|
- [NotehubJs.DataSetField](docs/DataSetField.md)
|
|
256
257
|
- [NotehubJs.DeleteDeviceFleetsRequest](docs/DeleteDeviceFleetsRequest.md)
|
|
257
258
|
- [NotehubJs.Device](docs/Device.md)
|
|
258
259
|
- [NotehubJs.DeviceDfuHistory](docs/DeviceDfuHistory.md)
|
|
260
|
+
- [NotehubJs.DeviceDfuHistoryCurrent](docs/DeviceDfuHistoryCurrent.md)
|
|
259
261
|
- [NotehubJs.DeviceDfuHistoryPage](docs/DeviceDfuHistoryPage.md)
|
|
260
262
|
- [NotehubJs.DeviceDfuStateMachine](docs/DeviceDfuStateMachine.md)
|
|
261
263
|
- [NotehubJs.DeviceDfuStateMachineNode](docs/DeviceDfuStateMachineNode.md)
|
|
262
264
|
- [NotehubJs.DeviceDfuStatus](docs/DeviceDfuStatus.md)
|
|
263
|
-
- [NotehubJs.DeviceDfuStatusCurrent](docs/DeviceDfuStatusCurrent.md)
|
|
264
265
|
- [NotehubJs.DeviceDfuStatusPage](docs/DeviceDfuStatusPage.md)
|
|
265
266
|
- [NotehubJs.DeviceSession](docs/DeviceSession.md)
|
|
266
267
|
- [NotehubJs.DeviceTowerInfo](docs/DeviceTowerInfo.md)
|
|
@@ -277,7 +278,8 @@ Class | Method | HTTP request | Description
|
|
|
277
278
|
- [NotehubJs.Fleet](docs/Fleet.md)
|
|
278
279
|
- [NotehubJs.GetAlerts200Response](docs/GetAlerts200Response.md)
|
|
279
280
|
- [NotehubJs.GetBillingAccounts200Response](docs/GetBillingAccounts200Response.md)
|
|
280
|
-
- [NotehubJs.
|
|
281
|
+
- [NotehubJs.GetDeviceEnvironmentVariablesByPin200Response](docs/GetDeviceEnvironmentVariablesByPin200Response.md)
|
|
282
|
+
- [NotehubJs.GetDeviceFleets200Response](docs/GetDeviceFleets200Response.md)
|
|
281
283
|
- [NotehubJs.GetDeviceHealthLog200Response](docs/GetDeviceHealthLog200Response.md)
|
|
282
284
|
- [NotehubJs.GetDeviceHealthLog200ResponseHealthLogInner](docs/GetDeviceHealthLog200ResponseHealthLogInner.md)
|
|
283
285
|
- [NotehubJs.GetDeviceLatest200Response](docs/GetDeviceLatest200Response.md)
|
|
@@ -288,7 +290,6 @@ Class | Method | HTTP request | Description
|
|
|
288
290
|
- [NotehubJs.GetProjectDevices200Response](docs/GetProjectDevices200Response.md)
|
|
289
291
|
- [NotehubJs.GetProjectEvents200Response](docs/GetProjectEvents200Response.md)
|
|
290
292
|
- [NotehubJs.GetProjectEventsByCursor200Response](docs/GetProjectEventsByCursor200Response.md)
|
|
291
|
-
- [NotehubJs.GetProjectFleets200Response](docs/GetProjectFleets200Response.md)
|
|
292
293
|
- [NotehubJs.GetProjectMembers200Response](docs/GetProjectMembers200Response.md)
|
|
293
294
|
- [NotehubJs.GetProjectProducts200Response](docs/GetProjectProducts200Response.md)
|
|
294
295
|
- [NotehubJs.GetProjects200Response](docs/GetProjects200Response.md)
|
|
@@ -301,8 +302,6 @@ Class | Method | HTTP request | Description
|
|
|
301
302
|
- [NotehubJs.HandleNotefileChangesPending200Response](docs/HandleNotefileChangesPending200Response.md)
|
|
302
303
|
- [NotehubJs.HandleNotefileDeleteRequest](docs/HandleNotefileDeleteRequest.md)
|
|
303
304
|
- [NotehubJs.Http](docs/Http.md)
|
|
304
|
-
- [NotehubJs.HttpFilter](docs/HttpFilter.md)
|
|
305
|
-
- [NotehubJs.HttpTransform](docs/HttpTransform.md)
|
|
306
305
|
- [NotehubJs.Location](docs/Location.md)
|
|
307
306
|
- [NotehubJs.Login200Response](docs/Login200Response.md)
|
|
308
307
|
- [NotehubJs.LoginRequest](docs/LoginRequest.md)
|
|
@@ -323,8 +322,6 @@ Class | Method | HTTP request | Description
|
|
|
323
322
|
- [NotehubJs.ProjectMember](docs/ProjectMember.md)
|
|
324
323
|
- [NotehubJs.Proxy](docs/Proxy.md)
|
|
325
324
|
- [NotehubJs.PutDeviceFleetsRequest](docs/PutDeviceFleetsRequest.md)
|
|
326
|
-
- [NotehubJs.QuestionDataResponseLineChart](docs/QuestionDataResponseLineChart.md)
|
|
327
|
-
- [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,9 +330,9 @@ 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)
|
|
333
|
+
- [NotehubJs.SlackTransform](docs/SlackTransform.md)
|
|
336
334
|
- [NotehubJs.SlackWebHookNotification](docs/SlackWebHookNotification.md)
|
|
337
335
|
- [NotehubJs.Snowflake](docs/Snowflake.md)
|
|
338
|
-
- [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)
|
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.8
|
|
30
30
|
*/
|
|
31
31
|
/**
|
|
32
32
|
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
@@ -75,7 +75,7 @@ var ApiClient = /*#__PURE__*/function () {
|
|
|
75
75
|
*/
|
|
76
76
|
this.defaultHeaders = {};
|
|
77
77
|
if (typeof window === 'undefined') {
|
|
78
|
-
this.defaultHeaders['User-Agent'] = 'OpenAPI-Generator/1.0.37-beta.
|
|
78
|
+
this.defaultHeaders['User-Agent'] = 'OpenAPI-Generator/1.0.37-beta.8/Javascript';
|
|
79
79
|
}
|
|
80
80
|
|
|
81
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.8
|
|
32
32
|
*/
|
|
33
33
|
var AlertApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -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.37-beta.
|
|
31
|
+
* @version 1.0.37-beta.8
|
|
32
32
|
*/
|
|
33
33
|
var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -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.8
|
|
32
32
|
*/
|
|
33
33
|
var BillingAccountApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
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 _GetDeviceEnvironmentVariablesByPin200Response = _interopRequireDefault(require("../model/GetDeviceEnvironmentVariablesByPin200Response"));
|
|
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.8
|
|
50
50
|
*/
|
|
51
51
|
var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
52
52
|
/**
|
|
@@ -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/GetDeviceEnvironmentVariablesByPin200Response} and HTTP response
|
|
452
452
|
*/
|
|
453
453
|
}, {
|
|
454
454
|
key: "getDeviceEnvironmentVariablesWithHttpInfo",
|
|
@@ -472,7 +472,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
472
472
|
var authNames = ['api_key'];
|
|
473
473
|
var contentTypes = [];
|
|
474
474
|
var accepts = ['application/json'];
|
|
475
|
-
var returnType =
|
|
475
|
+
var returnType = _GetDeviceEnvironmentVariablesByPin200Response["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/GetDeviceEnvironmentVariablesByPin200Response}
|
|
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/GetDeviceEnvironmentVariablesByPin200Response} 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 = _GetDeviceEnvironmentVariablesByPin200Response["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/GetDeviceEnvironmentVariablesByPin200Response}
|
|
530
530
|
*/
|
|
531
531
|
}, {
|
|
532
532
|
key: "getDeviceEnvironmentVariablesByPin",
|
package/dist/api/EventApi.js
CHANGED
|
@@ -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.37-beta.
|
|
33
|
+
* @version 1.0.37-beta.8
|
|
34
34
|
*/
|
|
35
35
|
var EventApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -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 1.0.37-beta.
|
|
32
|
+
* @version 1.0.37-beta.8
|
|
33
33
|
*/
|
|
34
34
|
var ExternalDevicesApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/api/MonitorApi.js
CHANGED
|
@@ -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.37-beta.
|
|
32
|
+
* @version 1.0.37-beta.8
|
|
33
33
|
*/
|
|
34
34
|
var MonitorApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -47,20 +47,20 @@ var MonitorApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
47
47
|
/**
|
|
48
48
|
* Create a new Monitor
|
|
49
49
|
* @param {String} projectOrProductUID
|
|
50
|
-
* @param {module:model/
|
|
50
|
+
* @param {module:model/Monitor} body Body or payload of monitor to be created
|
|
51
51
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/Monitor} and HTTP response
|
|
52
52
|
*/
|
|
53
53
|
return _createClass(MonitorApi, [{
|
|
54
54
|
key: "createMonitorWithHttpInfo",
|
|
55
|
-
value: function createMonitorWithHttpInfo(projectOrProductUID,
|
|
56
|
-
var postBody =
|
|
55
|
+
value: function createMonitorWithHttpInfo(projectOrProductUID, body) {
|
|
56
|
+
var postBody = body;
|
|
57
57
|
// verify the required parameter 'projectOrProductUID' is set
|
|
58
58
|
if (projectOrProductUID === undefined || projectOrProductUID === null) {
|
|
59
59
|
throw new _Error["default"]("Missing the required parameter 'projectOrProductUID' when calling createMonitor");
|
|
60
60
|
}
|
|
61
|
-
// verify the required parameter '
|
|
62
|
-
if (
|
|
63
|
-
throw new _Error["default"]("Missing the required parameter '
|
|
61
|
+
// verify the required parameter 'body' is set
|
|
62
|
+
if (body === undefined || body === null) {
|
|
63
|
+
throw new _Error["default"]("Missing the required parameter 'body' when calling createMonitor");
|
|
64
64
|
}
|
|
65
65
|
var pathParams = {
|
|
66
66
|
'projectOrProductUID': projectOrProductUID
|
|
@@ -78,13 +78,13 @@ var MonitorApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
78
78
|
/**
|
|
79
79
|
* Create a new Monitor
|
|
80
80
|
* @param {String} projectOrProductUID
|
|
81
|
-
* @param {module:model/
|
|
81
|
+
* @param {module:model/Monitor} body Body or payload of monitor to be created
|
|
82
82
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/Monitor}
|
|
83
83
|
*/
|
|
84
84
|
}, {
|
|
85
85
|
key: "createMonitor",
|
|
86
|
-
value: function createMonitor(projectOrProductUID,
|
|
87
|
-
return this.createMonitorWithHttpInfo(projectOrProductUID,
|
|
86
|
+
value: function createMonitor(projectOrProductUID, body) {
|
|
87
|
+
return this.createMonitorWithHttpInfo(projectOrProductUID, body).then(function (response_and_data) {
|
|
88
88
|
return response_and_data.data;
|
|
89
89
|
});
|
|
90
90
|
}
|
package/dist/api/ProjectApi.js
CHANGED
|
@@ -20,7 +20,7 @@ var _EnvironmentVariables = _interopRequireDefault(require("../model/Environment
|
|
|
20
20
|
var _Error = _interopRequireDefault(require("../model/Error"));
|
|
21
21
|
var _FirmwareInfo = _interopRequireDefault(require("../model/FirmwareInfo"));
|
|
22
22
|
var _Fleet = _interopRequireDefault(require("../model/Fleet"));
|
|
23
|
-
var
|
|
23
|
+
var _GetDeviceFleets200Response = _interopRequireDefault(require("../model/GetDeviceFleets200Response"));
|
|
24
24
|
var _GetProjectMembers200Response = _interopRequireDefault(require("../model/GetProjectMembers200Response"));
|
|
25
25
|
var _GetProjectProducts200Response = _interopRequireDefault(require("../model/GetProjectProducts200Response"));
|
|
26
26
|
var _GetProjects200Response = _interopRequireDefault(require("../model/GetProjects200Response"));
|
|
@@ -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 1.0.37-beta.
|
|
53
|
+
* @version 1.0.37-beta.8
|
|
54
54
|
*/
|
|
55
55
|
var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
56
56
|
/**
|
|
@@ -242,7 +242,7 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
242
242
|
* @param {String} projectOrProductUID
|
|
243
243
|
* @param {String} deviceUID
|
|
244
244
|
* @param {module:model/DeleteDeviceFleetsRequest} deleteDeviceFleetsRequest The fleets to remove from the device. Note that the endpoint takes an array of fleetUIDs, to facilitate multi-fleet devices. Multi-fleet is not yet enabled on all SaaS plans - unless it is supported by the SaaS plan of the project, passing more than a single fleetUID in the array is an error.
|
|
245
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
245
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetDeviceFleets200Response} and HTTP response
|
|
246
246
|
*/
|
|
247
247
|
}, {
|
|
248
248
|
key: "deleteDeviceFleetsWithHttpInfo",
|
|
@@ -270,7 +270,7 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
270
270
|
var authNames = ['api_key'];
|
|
271
271
|
var contentTypes = ['application/json'];
|
|
272
272
|
var accepts = ['application/json'];
|
|
273
|
-
var returnType =
|
|
273
|
+
var returnType = _GetDeviceFleets200Response["default"];
|
|
274
274
|
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}/devices/{deviceUID}/fleets', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
275
275
|
}
|
|
276
276
|
|
|
@@ -279,7 +279,7 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
279
279
|
* @param {String} projectOrProductUID
|
|
280
280
|
* @param {String} deviceUID
|
|
281
281
|
* @param {module:model/DeleteDeviceFleetsRequest} deleteDeviceFleetsRequest The fleets to remove from the device. Note that the endpoint takes an array of fleetUIDs, to facilitate multi-fleet devices. Multi-fleet is not yet enabled on all SaaS plans - unless it is supported by the SaaS plan of the project, passing more than a single fleetUID in the array is an error.
|
|
282
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
282
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetDeviceFleets200Response}
|
|
283
283
|
*/
|
|
284
284
|
}, {
|
|
285
285
|
key: "deleteDeviceFleets",
|
|
@@ -747,7 +747,7 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
747
747
|
* Get Device Fleets
|
|
748
748
|
* @param {String} projectOrProductUID
|
|
749
749
|
* @param {String} deviceUID
|
|
750
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
750
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetDeviceFleets200Response} and HTTP response
|
|
751
751
|
*/
|
|
752
752
|
}, {
|
|
753
753
|
key: "getDeviceFleetsWithHttpInfo",
|
|
@@ -771,7 +771,7 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
771
771
|
var authNames = ['api_key'];
|
|
772
772
|
var contentTypes = [];
|
|
773
773
|
var accepts = ['application/json'];
|
|
774
|
-
var returnType =
|
|
774
|
+
var returnType = _GetDeviceFleets200Response["default"];
|
|
775
775
|
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}/devices/{deviceUID}/fleets', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
776
776
|
}
|
|
777
777
|
|
|
@@ -779,7 +779,7 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
779
779
|
* Get Device Fleets
|
|
780
780
|
* @param {String} projectOrProductUID
|
|
781
781
|
* @param {String} deviceUID
|
|
782
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
782
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetDeviceFleets200Response}
|
|
783
783
|
*/
|
|
784
784
|
}, {
|
|
785
785
|
key: "getDeviceFleets",
|
|
@@ -1367,7 +1367,7 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1367
1367
|
/**
|
|
1368
1368
|
* Get Project Fleets
|
|
1369
1369
|
* @param {String} projectOrProductUID
|
|
1370
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
1370
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetDeviceFleets200Response} and HTTP response
|
|
1371
1371
|
*/
|
|
1372
1372
|
}, {
|
|
1373
1373
|
key: "getProjectFleetsWithHttpInfo",
|
|
@@ -1386,14 +1386,14 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1386
1386
|
var authNames = ['api_key'];
|
|
1387
1387
|
var contentTypes = [];
|
|
1388
1388
|
var accepts = ['application/json'];
|
|
1389
|
-
var returnType =
|
|
1389
|
+
var returnType = _GetDeviceFleets200Response["default"];
|
|
1390
1390
|
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}/fleets', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1391
1391
|
}
|
|
1392
1392
|
|
|
1393
1393
|
/**
|
|
1394
1394
|
* Get Project Fleets
|
|
1395
1395
|
* @param {String} projectOrProductUID
|
|
1396
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
1396
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetDeviceFleets200Response}
|
|
1397
1397
|
*/
|
|
1398
1398
|
}, {
|
|
1399
1399
|
key: "getProjectFleets",
|
|
@@ -1517,7 +1517,7 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1517
1517
|
* @param {String} projectOrProductUID
|
|
1518
1518
|
* @param {String} deviceUID
|
|
1519
1519
|
* @param {module:model/PutDeviceFleetsRequest} putDeviceFleetsRequest The fleets to add to the device. Note that the endpoint takes an array of fleetUIDs, to facilitate multi-fleet devices. Multi-fleet is not yet enabled on all SaaS plans - unless it is supported by the SaaS plan of the project, passing more than a single fleetUID in the array is an error.
|
|
1520
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
1520
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetDeviceFleets200Response} and HTTP response
|
|
1521
1521
|
*/
|
|
1522
1522
|
}, {
|
|
1523
1523
|
key: "putDeviceFleetsWithHttpInfo",
|
|
@@ -1545,7 +1545,7 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1545
1545
|
var authNames = ['api_key'];
|
|
1546
1546
|
var contentTypes = ['application/json'];
|
|
1547
1547
|
var accepts = ['application/json'];
|
|
1548
|
-
var returnType =
|
|
1548
|
+
var returnType = _GetDeviceFleets200Response["default"];
|
|
1549
1549
|
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}/devices/{deviceUID}/fleets', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1550
1550
|
}
|
|
1551
1551
|
|
|
@@ -1554,7 +1554,7 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1554
1554
|
* @param {String} projectOrProductUID
|
|
1555
1555
|
* @param {String} deviceUID
|
|
1556
1556
|
* @param {module:model/PutDeviceFleetsRequest} putDeviceFleetsRequest The fleets to add to the device. Note that the endpoint takes an array of fleetUIDs, to facilitate multi-fleet devices. Multi-fleet is not yet enabled on all SaaS plans - unless it is supported by the SaaS plan of the project, passing more than a single fleetUID in the array is an error.
|
|
1557
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
1557
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetDeviceFleets200Response}
|
|
1558
1558
|
*/
|
|
1559
1559
|
}, {
|
|
1560
1560
|
key: "putDeviceFleets",
|
package/dist/api/RouteApi.js
CHANGED
|
@@ -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 1.0.37-beta.
|
|
33
|
+
* @version 1.0.37-beta.8
|
|
34
34
|
*/
|
|
35
35
|
var RouteApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/api/WebhookApi.js
CHANGED
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* Webhook service.
|
|
31
31
|
* @module api/WebhookApi
|
|
32
|
-
* @version 1.0.37-beta.
|
|
32
|
+
* @version 1.0.37-beta.8
|
|
33
33
|
*/
|
|
34
34
|
var WebhookApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/index.js
CHANGED
|
@@ -81,6 +81,18 @@ Object.defineProperty(exports, "Aws", {
|
|
|
81
81
|
return _Aws["default"];
|
|
82
82
|
}
|
|
83
83
|
});
|
|
84
|
+
Object.defineProperty(exports, "AwsFilter", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function get() {
|
|
87
|
+
return _AwsFilter["default"];
|
|
88
|
+
}
|
|
89
|
+
});
|
|
90
|
+
Object.defineProperty(exports, "AwsTransform", {
|
|
91
|
+
enumerable: true,
|
|
92
|
+
get: function get() {
|
|
93
|
+
return _AwsTransform["default"];
|
|
94
|
+
}
|
|
95
|
+
});
|
|
84
96
|
Object.defineProperty(exports, "Azure", {
|
|
85
97
|
enumerable: true,
|
|
86
98
|
get: function get() {
|
|
@@ -177,12 +189,6 @@ Object.defineProperty(exports, "DataField", {
|
|
|
177
189
|
return _DataField["default"];
|
|
178
190
|
}
|
|
179
191
|
});
|
|
180
|
-
Object.defineProperty(exports, "DataSet", {
|
|
181
|
-
enumerable: true,
|
|
182
|
-
get: function get() {
|
|
183
|
-
return _DataSet["default"];
|
|
184
|
-
}
|
|
185
|
-
});
|
|
186
192
|
Object.defineProperty(exports, "DataSetField", {
|
|
187
193
|
enumerable: true,
|
|
188
194
|
get: function get() {
|
|
@@ -213,6 +219,12 @@ Object.defineProperty(exports, "DeviceDfuHistory", {
|
|
|
213
219
|
return _DeviceDfuHistory["default"];
|
|
214
220
|
}
|
|
215
221
|
});
|
|
222
|
+
Object.defineProperty(exports, "DeviceDfuHistoryCurrent", {
|
|
223
|
+
enumerable: true,
|
|
224
|
+
get: function get() {
|
|
225
|
+
return _DeviceDfuHistoryCurrent["default"];
|
|
226
|
+
}
|
|
227
|
+
});
|
|
216
228
|
Object.defineProperty(exports, "DeviceDfuHistoryPage", {
|
|
217
229
|
enumerable: true,
|
|
218
230
|
get: function get() {
|
|
@@ -237,12 +249,6 @@ Object.defineProperty(exports, "DeviceDfuStatus", {
|
|
|
237
249
|
return _DeviceDfuStatus["default"];
|
|
238
250
|
}
|
|
239
251
|
});
|
|
240
|
-
Object.defineProperty(exports, "DeviceDfuStatusCurrent", {
|
|
241
|
-
enumerable: true,
|
|
242
|
-
get: function get() {
|
|
243
|
-
return _DeviceDfuStatusCurrent["default"];
|
|
244
|
-
}
|
|
245
|
-
});
|
|
246
252
|
Object.defineProperty(exports, "DeviceDfuStatusPage", {
|
|
247
253
|
enumerable: true,
|
|
248
254
|
get: function get() {
|
|
@@ -351,10 +357,16 @@ Object.defineProperty(exports, "GetBillingAccounts200Response", {
|
|
|
351
357
|
return _GetBillingAccounts200Response["default"];
|
|
352
358
|
}
|
|
353
359
|
});
|
|
354
|
-
Object.defineProperty(exports, "
|
|
360
|
+
Object.defineProperty(exports, "GetDeviceEnvironmentVariablesByPin200Response", {
|
|
355
361
|
enumerable: true,
|
|
356
362
|
get: function get() {
|
|
357
|
-
return
|
|
363
|
+
return _GetDeviceEnvironmentVariablesByPin200Response["default"];
|
|
364
|
+
}
|
|
365
|
+
});
|
|
366
|
+
Object.defineProperty(exports, "GetDeviceFleets200Response", {
|
|
367
|
+
enumerable: true,
|
|
368
|
+
get: function get() {
|
|
369
|
+
return _GetDeviceFleets200Response["default"];
|
|
358
370
|
}
|
|
359
371
|
});
|
|
360
372
|
Object.defineProperty(exports, "GetDeviceHealthLog200Response", {
|
|
@@ -417,12 +429,6 @@ Object.defineProperty(exports, "GetProjectEventsByCursor200Response", {
|
|
|
417
429
|
return _GetProjectEventsByCursor200Response["default"];
|
|
418
430
|
}
|
|
419
431
|
});
|
|
420
|
-
Object.defineProperty(exports, "GetProjectFleets200Response", {
|
|
421
|
-
enumerable: true,
|
|
422
|
-
get: function get() {
|
|
423
|
-
return _GetProjectFleets200Response["default"];
|
|
424
|
-
}
|
|
425
|
-
});
|
|
426
432
|
Object.defineProperty(exports, "GetProjectMembers200Response", {
|
|
427
433
|
enumerable: true,
|
|
428
434
|
get: function get() {
|
|
@@ -495,18 +501,6 @@ Object.defineProperty(exports, "Http", {
|
|
|
495
501
|
return _Http["default"];
|
|
496
502
|
}
|
|
497
503
|
});
|
|
498
|
-
Object.defineProperty(exports, "HttpFilter", {
|
|
499
|
-
enumerable: true,
|
|
500
|
-
get: function get() {
|
|
501
|
-
return _HttpFilter["default"];
|
|
502
|
-
}
|
|
503
|
-
});
|
|
504
|
-
Object.defineProperty(exports, "HttpTransform", {
|
|
505
|
-
enumerable: true,
|
|
506
|
-
get: function get() {
|
|
507
|
-
return _HttpTransform["default"];
|
|
508
|
-
}
|
|
509
|
-
});
|
|
510
504
|
Object.defineProperty(exports, "Location", {
|
|
511
505
|
enumerable: true,
|
|
512
506
|
get: function get() {
|
|
@@ -639,18 +633,6 @@ Object.defineProperty(exports, "PutDeviceFleetsRequest", {
|
|
|
639
633
|
return _PutDeviceFleetsRequest["default"];
|
|
640
634
|
}
|
|
641
635
|
});
|
|
642
|
-
Object.defineProperty(exports, "QuestionDataResponseLineChart", {
|
|
643
|
-
enumerable: true,
|
|
644
|
-
get: function get() {
|
|
645
|
-
return _QuestionDataResponseLineChart["default"];
|
|
646
|
-
}
|
|
647
|
-
});
|
|
648
|
-
Object.defineProperty(exports, "QuestionDataResponseMap", {
|
|
649
|
-
enumerable: true,
|
|
650
|
-
get: function get() {
|
|
651
|
-
return _QuestionDataResponseMap["default"];
|
|
652
|
-
}
|
|
653
|
-
});
|
|
654
636
|
Object.defineProperty(exports, "Radresponder", {
|
|
655
637
|
enumerable: true,
|
|
656
638
|
get: function get() {
|
|
@@ -705,22 +687,22 @@ Object.defineProperty(exports, "SlackBearerNotification", {
|
|
|
705
687
|
return _SlackBearerNotification["default"];
|
|
706
688
|
}
|
|
707
689
|
});
|
|
708
|
-
Object.defineProperty(exports, "
|
|
690
|
+
Object.defineProperty(exports, "SlackTransform", {
|
|
709
691
|
enumerable: true,
|
|
710
692
|
get: function get() {
|
|
711
|
-
return
|
|
693
|
+
return _SlackTransform["default"];
|
|
712
694
|
}
|
|
713
695
|
});
|
|
714
|
-
Object.defineProperty(exports, "
|
|
696
|
+
Object.defineProperty(exports, "SlackWebHookNotification", {
|
|
715
697
|
enumerable: true,
|
|
716
698
|
get: function get() {
|
|
717
|
-
return
|
|
699
|
+
return _SlackWebHookNotification["default"];
|
|
718
700
|
}
|
|
719
701
|
});
|
|
720
|
-
Object.defineProperty(exports, "
|
|
702
|
+
Object.defineProperty(exports, "Snowflake", {
|
|
721
703
|
enumerable: true,
|
|
722
704
|
get: function get() {
|
|
723
|
-
return
|
|
705
|
+
return _Snowflake["default"];
|
|
724
706
|
}
|
|
725
707
|
});
|
|
726
708
|
Object.defineProperty(exports, "Thingworx", {
|
|
@@ -800,6 +782,8 @@ var _AnalyticsRouteLogsResponse = _interopRequireDefault(require("./model/Analyt
|
|
|
800
782
|
var _AnalyticsSessionsData = _interopRequireDefault(require("./model/AnalyticsSessionsData"));
|
|
801
783
|
var _AnalyticsSessionsResponse = _interopRequireDefault(require("./model/AnalyticsSessionsResponse"));
|
|
802
784
|
var _Aws = _interopRequireDefault(require("./model/Aws"));
|
|
785
|
+
var _AwsFilter = _interopRequireDefault(require("./model/AwsFilter"));
|
|
786
|
+
var _AwsTransform = _interopRequireDefault(require("./model/AwsTransform"));
|
|
803
787
|
var _Azure = _interopRequireDefault(require("./model/Azure"));
|
|
804
788
|
var _BillingAccount = _interopRequireDefault(require("./model/BillingAccount"));
|
|
805
789
|
var _BillingAccountRole = _interopRequireDefault(require("./model/BillingAccountRole"));
|
|
@@ -815,16 +799,15 @@ var _CurrentFirmware = _interopRequireDefault(require("./model/CurrentFirmware")
|
|
|
815
799
|
var _DFUEnv = _interopRequireDefault(require("./model/DFUEnv"));
|
|
816
800
|
var _DFUState = _interopRequireDefault(require("./model/DFUState"));
|
|
817
801
|
var _DataField = _interopRequireDefault(require("./model/DataField"));
|
|
818
|
-
var _DataSet = _interopRequireDefault(require("./model/DataSet"));
|
|
819
802
|
var _DataSetField = _interopRequireDefault(require("./model/DataSetField"));
|
|
820
803
|
var _DeleteDeviceFleetsRequest = _interopRequireDefault(require("./model/DeleteDeviceFleetsRequest"));
|
|
821
804
|
var _Device = _interopRequireDefault(require("./model/Device"));
|
|
822
805
|
var _DeviceDfuHistory = _interopRequireDefault(require("./model/DeviceDfuHistory"));
|
|
806
|
+
var _DeviceDfuHistoryCurrent = _interopRequireDefault(require("./model/DeviceDfuHistoryCurrent"));
|
|
823
807
|
var _DeviceDfuHistoryPage = _interopRequireDefault(require("./model/DeviceDfuHistoryPage"));
|
|
824
808
|
var _DeviceDfuStateMachine = _interopRequireDefault(require("./model/DeviceDfuStateMachine"));
|
|
825
809
|
var _DeviceDfuStateMachineNode = _interopRequireDefault(require("./model/DeviceDfuStateMachineNode"));
|
|
826
810
|
var _DeviceDfuStatus = _interopRequireDefault(require("./model/DeviceDfuStatus"));
|
|
827
|
-
var _DeviceDfuStatusCurrent = _interopRequireDefault(require("./model/DeviceDfuStatusCurrent"));
|
|
828
811
|
var _DeviceDfuStatusPage = _interopRequireDefault(require("./model/DeviceDfuStatusPage"));
|
|
829
812
|
var _DeviceSession = _interopRequireDefault(require("./model/DeviceSession"));
|
|
830
813
|
var _DeviceTowerInfo = _interopRequireDefault(require("./model/DeviceTowerInfo"));
|
|
@@ -841,7 +824,8 @@ var _FirmwareInfo = _interopRequireDefault(require("./model/FirmwareInfo"));
|
|
|
841
824
|
var _Fleet = _interopRequireDefault(require("./model/Fleet"));
|
|
842
825
|
var _GetAlerts200Response = _interopRequireDefault(require("./model/GetAlerts200Response"));
|
|
843
826
|
var _GetBillingAccounts200Response = _interopRequireDefault(require("./model/GetBillingAccounts200Response"));
|
|
844
|
-
var
|
|
827
|
+
var _GetDeviceEnvironmentVariablesByPin200Response = _interopRequireDefault(require("./model/GetDeviceEnvironmentVariablesByPin200Response"));
|
|
828
|
+
var _GetDeviceFleets200Response = _interopRequireDefault(require("./model/GetDeviceFleets200Response"));
|
|
845
829
|
var _GetDeviceHealthLog200Response = _interopRequireDefault(require("./model/GetDeviceHealthLog200Response"));
|
|
846
830
|
var _GetDeviceHealthLog200ResponseHealthLogInner = _interopRequireDefault(require("./model/GetDeviceHealthLog200ResponseHealthLogInner"));
|
|
847
831
|
var _GetDeviceLatest200Response = _interopRequireDefault(require("./model/GetDeviceLatest200Response"));
|
|
@@ -852,7 +836,6 @@ var _GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner = _interopRequir
|
|
|
852
836
|
var _GetProjectDevices200Response = _interopRequireDefault(require("./model/GetProjectDevices200Response"));
|
|
853
837
|
var _GetProjectEvents200Response = _interopRequireDefault(require("./model/GetProjectEvents200Response"));
|
|
854
838
|
var _GetProjectEventsByCursor200Response = _interopRequireDefault(require("./model/GetProjectEventsByCursor200Response"));
|
|
855
|
-
var _GetProjectFleets200Response = _interopRequireDefault(require("./model/GetProjectFleets200Response"));
|
|
856
839
|
var _GetProjectMembers200Response = _interopRequireDefault(require("./model/GetProjectMembers200Response"));
|
|
857
840
|
var _GetProjectProducts200Response = _interopRequireDefault(require("./model/GetProjectProducts200Response"));
|
|
858
841
|
var _GetProjects200Response = _interopRequireDefault(require("./model/GetProjects200Response"));
|
|
@@ -865,8 +848,6 @@ var _HandleNotefileChanges200Response = _interopRequireDefault(require("./model/
|
|
|
865
848
|
var _HandleNotefileChangesPending200Response = _interopRequireDefault(require("./model/HandleNotefileChangesPending200Response"));
|
|
866
849
|
var _HandleNotefileDeleteRequest = _interopRequireDefault(require("./model/HandleNotefileDeleteRequest"));
|
|
867
850
|
var _Http = _interopRequireDefault(require("./model/Http"));
|
|
868
|
-
var _HttpFilter = _interopRequireDefault(require("./model/HttpFilter"));
|
|
869
|
-
var _HttpTransform = _interopRequireDefault(require("./model/HttpTransform"));
|
|
870
851
|
var _Location = _interopRequireDefault(require("./model/Location"));
|
|
871
852
|
var _Login200Response = _interopRequireDefault(require("./model/Login200Response"));
|
|
872
853
|
var _LoginRequest = _interopRequireDefault(require("./model/LoginRequest"));
|
|
@@ -887,8 +868,6 @@ var _Project = _interopRequireDefault(require("./model/Project"));
|
|
|
887
868
|
var _ProjectMember = _interopRequireDefault(require("./model/ProjectMember"));
|
|
888
869
|
var _Proxy = _interopRequireDefault(require("./model/Proxy"));
|
|
889
870
|
var _PutDeviceFleetsRequest = _interopRequireDefault(require("./model/PutDeviceFleetsRequest"));
|
|
890
|
-
var _QuestionDataResponseLineChart = _interopRequireDefault(require("./model/QuestionDataResponseLineChart"));
|
|
891
|
-
var _QuestionDataResponseMap = _interopRequireDefault(require("./model/QuestionDataResponseMap"));
|
|
892
871
|
var _Radresponder = _interopRequireDefault(require("./model/Radresponder"));
|
|
893
872
|
var _Repository = _interopRequireDefault(require("./model/Repository"));
|
|
894
873
|
var _Role = _interopRequireDefault(require("./model/Role"));
|
|
@@ -897,9 +876,9 @@ var _SchemaProperty = _interopRequireDefault(require("./model/SchemaProperty"));
|
|
|
897
876
|
var _SimUsage = _interopRequireDefault(require("./model/SimUsage"));
|
|
898
877
|
var _Slack = _interopRequireDefault(require("./model/Slack"));
|
|
899
878
|
var _SlackBearerNotification = _interopRequireDefault(require("./model/SlackBearerNotification"));
|
|
879
|
+
var _SlackTransform = _interopRequireDefault(require("./model/SlackTransform"));
|
|
900
880
|
var _SlackWebHookNotification = _interopRequireDefault(require("./model/SlackWebHookNotification"));
|
|
901
881
|
var _Snowflake = _interopRequireDefault(require("./model/Snowflake"));
|
|
902
|
-
var _SnowflakeTransform = _interopRequireDefault(require("./model/SnowflakeTransform"));
|
|
903
882
|
var _Thingworx = _interopRequireDefault(require("./model/Thingworx"));
|
|
904
883
|
var _TowerLocation = _interopRequireDefault(require("./model/TowerLocation"));
|
|
905
884
|
var _Twilio = _interopRequireDefault(require("./model/Twilio"));
|