@blues-inc/notehub-js 2.0.0-beta.2 → 2.0.0-beta.20
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 +6 -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 +5 -65
- package/dist/api/EventApi.js +1 -1
- package/dist/api/ExternalDevicesApi.js +1 -1
- package/dist/api/MonitorApi.js +1 -1
- package/dist/api/ProjectApi.js +89 -43
- package/dist/api/RouteApi.js +1 -1
- package/dist/api/UsageApi.js +7 -7
- package/dist/api/WebhookApi.js +1 -1
- package/dist/index.js +7 -35
- package/dist/model/Alert.js +1 -1
- package/dist/model/AlertDataInner.js +1 -1
- package/dist/model/AlertNotificationsInner.js +1 -1
- package/dist/model/Aws.js +1 -1
- package/dist/model/AwsFilter.js +1 -1
- package/dist/model/AwsTransform.js +1 -1
- package/dist/model/Azure.js +1 -1
- package/dist/model/BillingAccount.js +1 -1
- package/dist/model/Body.js +1 -1
- package/dist/model/CloneProjectRequest.js +1 -1
- package/dist/model/Contact.js +1 -1
- package/dist/model/CreateFleetRequest.js +1 -1
- package/dist/model/CreateMonitor.js +1 -1
- package/dist/model/CreateProductRequest.js +1 -1
- package/dist/model/CreateProjectRequest.js +1 -1
- package/dist/model/CreateUpdateRepository.js +1 -1
- package/dist/model/CurrentFirmware.js +1 -1
- package/dist/model/DFUEnv.js +1 -1
- package/dist/model/DFUState.js +1 -1
- package/dist/model/DataField.js +1 -1
- package/dist/model/DataSetField.js +1 -1
- package/dist/model/DeleteDeviceFleetsRequest.js +1 -1
- package/dist/model/Device.js +1 -1
- package/dist/model/DeviceDfuHistory.js +1 -1
- package/dist/model/DeviceDfuHistoryCurrent.js +1 -1
- package/dist/model/DeviceDfuHistoryPage.js +1 -1
- package/dist/model/DeviceDfuStateMachine.js +1 -1
- package/dist/model/DeviceDfuStateMachineNode.js +1 -1
- package/dist/model/DeviceDfuStatus.js +1 -1
- package/dist/model/DeviceDfuStatusPage.js +1 -1
- package/dist/model/DeviceSession.js +1 -1
- package/dist/model/DeviceTowerInfo.js +1 -1
- package/dist/model/DeviceUsage.js +1 -1
- package/dist/model/DfuActionRequest.js +1 -1
- package/dist/model/EmailNotification.js +1 -1
- package/dist/model/EnvTreeJsonNode.js +1 -1
- package/dist/model/EnvVar.js +1 -1
- package/dist/model/EnvironmentVariables.js +1 -1
- package/dist/model/Error.js +1 -1
- package/dist/model/Event.js +1 -1
- package/dist/model/Firmware.js +1 -1
- package/dist/model/FirmwareInfo.js +1 -1
- package/dist/model/Fleet.js +1 -1
- package/dist/model/GetAlerts200Response.js +1 -1
- package/dist/model/GetBillingAccounts200Response.js +1 -1
- package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +1 -1
- package/dist/model/GetDeviceFleets200Response.js +1 -1
- package/dist/model/GetDeviceHealthLog200Response.js +1 -1
- package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +1 -1
- package/dist/model/GetDeviceLatest200Response.js +1 -1
- package/dist/model/GetDevicePublicKey200Response.js +1 -1
- package/dist/model/GetDeviceSessions200Response.js +1 -1
- package/dist/model/{GetProjectProducts200Response.js → GetProducts200Response.js} +18 -18
- package/dist/model/GetProjectDevicePublicKeys200Response.js +1 -1
- package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +1 -1
- package/dist/model/GetProjectDevices200Response.js +1 -1
- package/dist/model/GetProjectEvents200Response.js +1 -1
- package/dist/model/GetProjectEventsByCursor200Response.js +1 -1
- package/dist/model/GetProjectMembers200Response.js +1 -1
- package/dist/model/GetProjects200Response.js +1 -1
- package/dist/model/GetWebhooks200Response.js +1 -1
- package/dist/model/Google.js +1 -1
- package/dist/model/HandleNoteChanges200Response.js +1 -1
- package/dist/model/HandleNoteGet200Response.js +1 -1
- package/dist/model/HandleNoteSignal200Response.js +1 -1
- package/dist/model/HandleNotefileChanges200Response.js +1 -1
- package/dist/model/HandleNotefileChangesPending200Response.js +1 -1
- package/dist/model/HandleNotefileDeleteRequest.js +1 -1
- package/dist/model/Http.js +1 -1
- package/dist/model/Location.js +1 -1
- package/dist/model/Login200Response.js +1 -1
- package/dist/model/LoginRequest.js +1 -1
- package/dist/model/Monitor.js +1 -1
- package/dist/model/MonitorAlertRoutesInner.js +1 -1
- package/dist/model/Mqtt.js +1 -1
- package/dist/model/Note.js +1 -1
- package/dist/model/NotefileSchema.js +1 -1
- package/dist/model/NotehubRoute.js +1 -1
- package/dist/model/NotehubRouteSchema.js +1 -1
- package/dist/model/OAuth2Error.js +1 -1
- package/dist/model/OAuth2TokenResponse.js +1 -1
- package/dist/model/PersonalAccessToken.js +1 -1
- package/dist/model/PersonalAccessTokenCreatedBy.js +1 -1
- package/dist/model/PersonalAccessTokenInfo.js +1 -1
- package/dist/model/PersonalAccessTokenSecret.js +1 -1
- package/dist/model/PostProvisionProjectDeviceRequest.js +1 -1
- package/dist/model/Product.js +1 -1
- package/dist/model/Project.js +1 -1
- package/dist/model/ProjectMember.js +1 -1
- package/dist/model/Proxy.js +1 -1
- package/dist/model/PutDeviceFleetsRequest.js +1 -1
- package/dist/model/Radresponder.js +1 -1
- package/dist/model/Repository.js +1 -1
- package/dist/model/RouteLog.js +1 -1
- package/dist/model/SchemaProperty.js +1 -1
- package/dist/model/SimUsage.js +1 -1
- package/dist/model/Slack.js +1 -1
- package/dist/model/SlackBearerNotification.js +1 -1
- package/dist/model/SlackTransform.js +1 -1
- package/dist/model/SlackWebHookNotification.js +1 -1
- package/dist/model/Snowflake.js +1 -1
- package/dist/model/Thingworx.js +1 -1
- package/dist/model/TowerLocation.js +1 -1
- package/dist/model/Twilio.js +1 -1
- package/dist/model/UpdateFleetRequest.js +1 -1
- package/dist/model/UploadMetadata.js +1 -1
- package/dist/model/UsageData.js +1 -1
- package/dist/model/UsageEventsData.js +14 -3
- package/dist/model/UsageEventsResponse.js +1 -1
- package/dist/model/UsageRouteLogsData.js +1 -1
- package/dist/model/UsageRouteLogsResponse.js +1 -1
- package/dist/model/UsageSessionsData.js +1 -1
- package/dist/model/UsageSessionsResponse.js +1 -1
- package/dist/model/UserDbRoute.js +1 -1
- package/dist/model/UserDfuStateMachine.js +1 -1
- package/dist/model/UserDfuStateMachineStatus.js +1 -1
- package/dist/model/UserFirmwareInfo.js +1 -1
- package/dist/model/WebhookSettings.js +1 -1
- package/package.json +1 -1
- package/dist/model/CellularPlan.js +0 -159
- package/dist/model/DataUsage.js +0 -133
- package/dist/model/GetDevicePlans200Response.js +0 -112
- package/dist/model/SatellitePlan.js +0 -164
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: 2.0.0-beta.
|
|
9
|
+
- Package version: 2.0.0-beta.20
|
|
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
|
|
|
@@ -145,7 +145,6 @@ Class | Method | HTTP request | Description
|
|
|
145
145
|
*NotehubJs.DeviceApi* | [**getDeviceEnvironmentVariablesByPin**](docs/DeviceApi.md#getDeviceEnvironmentVariablesByPin) | **GET** /v1/products/{productUID}/devices/{deviceUID}/environment_variables_with_pin |
|
|
146
146
|
*NotehubJs.DeviceApi* | [**getDeviceHealthLog**](docs/DeviceApi.md#getDeviceHealthLog) | **GET** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/health-log |
|
|
147
147
|
*NotehubJs.DeviceApi* | [**getDeviceLatest**](docs/DeviceApi.md#getDeviceLatest) | **GET** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/latest |
|
|
148
|
-
*NotehubJs.DeviceApi* | [**getDevicePlans**](docs/DeviceApi.md#getDevicePlans) | **GET** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/plans |
|
|
149
148
|
*NotehubJs.DeviceApi* | [**getDevicePublicKey**](docs/DeviceApi.md#getDevicePublicKey) | **GET** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/public-key |
|
|
150
149
|
*NotehubJs.DeviceApi* | [**getDeviceSessions**](docs/DeviceApi.md#getDeviceSessions) | **GET** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/sessions |
|
|
151
150
|
*NotehubJs.DeviceApi* | [**getProjectDevicePublicKeys**](docs/DeviceApi.md#getProjectDevicePublicKeys) | **GET** /v1/projects/{projectOrProductUID}/devices/public-keys |
|
|
@@ -184,7 +183,8 @@ Class | Method | HTTP request | Description
|
|
|
184
183
|
*NotehubJs.ProjectApi* | [**deleteDeviceFleets**](docs/ProjectApi.md#deleteDeviceFleets) | **DELETE** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/fleets |
|
|
185
184
|
*NotehubJs.ProjectApi* | [**deleteFleet**](docs/ProjectApi.md#deleteFleet) | **DELETE** /v1/projects/{projectOrProductUID}/fleets/{fleetUID} |
|
|
186
185
|
*NotehubJs.ProjectApi* | [**deleteFleetEnvironmentVariable**](docs/ProjectApi.md#deleteFleetEnvironmentVariable) | **DELETE** /v1/projects/{projectOrProductUID}/fleets/{fleetUID}/environment_variables/{key} |
|
|
187
|
-
*NotehubJs.ProjectApi* | [**
|
|
186
|
+
*NotehubJs.ProjectApi* | [**deleteProduct**](docs/ProjectApi.md#deleteProduct) | **DELETE** /v1/projects/{projectOrProductUID}/products/{productUID} |
|
|
187
|
+
*NotehubJs.ProjectApi* | [**deleteProject**](docs/ProjectApi.md#deleteProject) | **DELETE** /v1/projects/{projectOrProductUID} |
|
|
188
188
|
*NotehubJs.ProjectApi* | [**deleteProjectEnvironmentVariable**](docs/ProjectApi.md#deleteProjectEnvironmentVariable) | **DELETE** /v1/projects/{projectOrProductUID}/environment_variables/{key} |
|
|
189
189
|
*NotehubJs.ProjectApi* | [**dfuAction**](docs/ProjectApi.md#dfuAction) | **POST** /v1/projects/{projectOrProductUID}/dfu/{firmwareType}/{action} |
|
|
190
190
|
*NotehubJs.ProjectApi* | [**disableGlobalTransformation**](docs/ProjectApi.md#disableGlobalTransformation) | **POST** /v1/projects/{projectOrProductUID}/global-transformation/disable |
|
|
@@ -199,13 +199,13 @@ Class | Method | HTTP request | Description
|
|
|
199
199
|
*NotehubJs.ProjectApi* | [**getFleetEnvironmentHierarchy**](docs/ProjectApi.md#getFleetEnvironmentHierarchy) | **GET** /v1/projects/{projectOrProductUID}/fleets/{fleetUID}/environment_hierarchy | Get environment variable hierarchy for a device
|
|
200
200
|
*NotehubJs.ProjectApi* | [**getFleetEnvironmentVariables**](docs/ProjectApi.md#getFleetEnvironmentVariables) | **GET** /v1/projects/{projectOrProductUID}/fleets/{fleetUID}/environment_variables |
|
|
201
201
|
*NotehubJs.ProjectApi* | [**getNotefileSchemas**](docs/ProjectApi.md#getNotefileSchemas) | **GET** /v1/projects/{projectOrProductUID}/schemas | Get variable format for a notefile
|
|
202
|
-
*NotehubJs.ProjectApi* | [**
|
|
202
|
+
*NotehubJs.ProjectApi* | [**getProducts**](docs/ProjectApi.md#getProducts) | **GET** /v1/projects/{projectOrProductUID}/products |
|
|
203
|
+
*NotehubJs.ProjectApi* | [**getProject**](docs/ProjectApi.md#getProject) | **GET** /v1/projects/{projectOrProductUID} |
|
|
203
204
|
*NotehubJs.ProjectApi* | [**getProjectByProduct**](docs/ProjectApi.md#getProjectByProduct) | **GET** /v1/products/{productUID}/project |
|
|
204
205
|
*NotehubJs.ProjectApi* | [**getProjectEnvironmentHierarchy**](docs/ProjectApi.md#getProjectEnvironmentHierarchy) | **GET** /v1/projects/{projectOrProductUID}/environment_hierarchy | Get environment variable hierarchy for a device
|
|
205
206
|
*NotehubJs.ProjectApi* | [**getProjectEnvironmentVariables**](docs/ProjectApi.md#getProjectEnvironmentVariables) | **GET** /v1/projects/{projectOrProductUID}/environment_variables |
|
|
206
207
|
*NotehubJs.ProjectApi* | [**getProjectFleets**](docs/ProjectApi.md#getProjectFleets) | **GET** /v1/projects/{projectOrProductUID}/fleets |
|
|
207
208
|
*NotehubJs.ProjectApi* | [**getProjectMembers**](docs/ProjectApi.md#getProjectMembers) | **GET** /v1/projects/{projectOrProductUID}/members |
|
|
208
|
-
*NotehubJs.ProjectApi* | [**getProjectProducts**](docs/ProjectApi.md#getProjectProducts) | **GET** /v1/projects/{projectOrProductUID}/products |
|
|
209
209
|
*NotehubJs.ProjectApi* | [**getProjects**](docs/ProjectApi.md#getProjects) | **GET** /v1/projects |
|
|
210
210
|
*NotehubJs.ProjectApi* | [**putDeviceFleets**](docs/ProjectApi.md#putDeviceFleets) | **PUT** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/fleets |
|
|
211
211
|
*NotehubJs.ProjectApi* | [**putFleetEnvironmentVariables**](docs/ProjectApi.md#putFleetEnvironmentVariables) | **PUT** /v1/projects/{projectOrProductUID}/fleets/{fleetUID}/environment_variables |
|
|
@@ -242,7 +242,6 @@ Class | Method | HTTP request | Description
|
|
|
242
242
|
- [NotehubJs.BillingAccount](docs/BillingAccount.md)
|
|
243
243
|
- [NotehubJs.BillingAccountRole](docs/BillingAccountRole.md)
|
|
244
244
|
- [NotehubJs.Body](docs/Body.md)
|
|
245
|
-
- [NotehubJs.CellularPlan](docs/CellularPlan.md)
|
|
246
245
|
- [NotehubJs.CloneProjectRequest](docs/CloneProjectRequest.md)
|
|
247
246
|
- [NotehubJs.Contact](docs/Contact.md)
|
|
248
247
|
- [NotehubJs.CreateFleetRequest](docs/CreateFleetRequest.md)
|
|
@@ -255,7 +254,6 @@ Class | Method | HTTP request | Description
|
|
|
255
254
|
- [NotehubJs.DFUState](docs/DFUState.md)
|
|
256
255
|
- [NotehubJs.DataField](docs/DataField.md)
|
|
257
256
|
- [NotehubJs.DataSetField](docs/DataSetField.md)
|
|
258
|
-
- [NotehubJs.DataUsage](docs/DataUsage.md)
|
|
259
257
|
- [NotehubJs.DeleteDeviceFleetsRequest](docs/DeleteDeviceFleetsRequest.md)
|
|
260
258
|
- [NotehubJs.Device](docs/Device.md)
|
|
261
259
|
- [NotehubJs.DeviceDfuHistory](docs/DeviceDfuHistory.md)
|
|
@@ -285,16 +283,15 @@ Class | Method | HTTP request | Description
|
|
|
285
283
|
- [NotehubJs.GetDeviceHealthLog200Response](docs/GetDeviceHealthLog200Response.md)
|
|
286
284
|
- [NotehubJs.GetDeviceHealthLog200ResponseHealthLogInner](docs/GetDeviceHealthLog200ResponseHealthLogInner.md)
|
|
287
285
|
- [NotehubJs.GetDeviceLatest200Response](docs/GetDeviceLatest200Response.md)
|
|
288
|
-
- [NotehubJs.GetDevicePlans200Response](docs/GetDevicePlans200Response.md)
|
|
289
286
|
- [NotehubJs.GetDevicePublicKey200Response](docs/GetDevicePublicKey200Response.md)
|
|
290
287
|
- [NotehubJs.GetDeviceSessions200Response](docs/GetDeviceSessions200Response.md)
|
|
288
|
+
- [NotehubJs.GetProducts200Response](docs/GetProducts200Response.md)
|
|
291
289
|
- [NotehubJs.GetProjectDevicePublicKeys200Response](docs/GetProjectDevicePublicKeys200Response.md)
|
|
292
290
|
- [NotehubJs.GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner](docs/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.md)
|
|
293
291
|
- [NotehubJs.GetProjectDevices200Response](docs/GetProjectDevices200Response.md)
|
|
294
292
|
- [NotehubJs.GetProjectEvents200Response](docs/GetProjectEvents200Response.md)
|
|
295
293
|
- [NotehubJs.GetProjectEventsByCursor200Response](docs/GetProjectEventsByCursor200Response.md)
|
|
296
294
|
- [NotehubJs.GetProjectMembers200Response](docs/GetProjectMembers200Response.md)
|
|
297
|
-
- [NotehubJs.GetProjectProducts200Response](docs/GetProjectProducts200Response.md)
|
|
298
295
|
- [NotehubJs.GetProjects200Response](docs/GetProjects200Response.md)
|
|
299
296
|
- [NotehubJs.GetWebhooks200Response](docs/GetWebhooks200Response.md)
|
|
300
297
|
- [NotehubJs.Google](docs/Google.md)
|
|
@@ -331,7 +328,6 @@ Class | Method | HTTP request | Description
|
|
|
331
328
|
- [NotehubJs.Repository](docs/Repository.md)
|
|
332
329
|
- [NotehubJs.Role](docs/Role.md)
|
|
333
330
|
- [NotehubJs.RouteLog](docs/RouteLog.md)
|
|
334
|
-
- [NotehubJs.SatellitePlan](docs/SatellitePlan.md)
|
|
335
331
|
- [NotehubJs.SchemaProperty](docs/SchemaProperty.md)
|
|
336
332
|
- [NotehubJs.SimUsage](docs/SimUsage.md)
|
|
337
333
|
- [NotehubJs.Slack](docs/Slack.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 2.0.0-beta.
|
|
29
|
+
* @version 2.0.0-beta.20
|
|
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.0.0-beta.
|
|
76
|
+
this.defaultHeaders['User-Agent'] = 'OpenAPI-Generator/2.0.0-beta.20/Javascript';
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
/**
|
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 2.0.0-beta.
|
|
31
|
+
* @version 2.0.0-beta.20
|
|
32
32
|
*/
|
|
33
33
|
var AlertApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -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.0.0-beta.
|
|
33
|
+
* @version 2.0.0-beta.20
|
|
34
34
|
*/
|
|
35
35
|
var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -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.0.0-beta.
|
|
31
|
+
* @version 2.0.0-beta.20
|
|
32
32
|
*/
|
|
33
33
|
var BillingAccountApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/DeviceApi.js
CHANGED
|
@@ -13,7 +13,6 @@ var _Error = _interopRequireDefault(require("../model/Error"));
|
|
|
13
13
|
var _GetDeviceEnvironmentVariablesByPin200Response = _interopRequireDefault(require("../model/GetDeviceEnvironmentVariablesByPin200Response"));
|
|
14
14
|
var _GetDeviceHealthLog200Response = _interopRequireDefault(require("../model/GetDeviceHealthLog200Response"));
|
|
15
15
|
var _GetDeviceLatest200Response = _interopRequireDefault(require("../model/GetDeviceLatest200Response"));
|
|
16
|
-
var _GetDevicePlans200Response = _interopRequireDefault(require("../model/GetDevicePlans200Response"));
|
|
17
16
|
var _GetDevicePublicKey200Response = _interopRequireDefault(require("../model/GetDevicePublicKey200Response"));
|
|
18
17
|
var _GetDeviceSessions200Response = _interopRequireDefault(require("../model/GetDeviceSessions200Response"));
|
|
19
18
|
var _GetProjectDevicePublicKeys200Response = _interopRequireDefault(require("../model/GetProjectDevicePublicKeys200Response"));
|
|
@@ -47,7 +46,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
47
46
|
/**
|
|
48
47
|
* Device service.
|
|
49
48
|
* @module api/DeviceApi
|
|
50
|
-
* @version 2.0.0-beta.
|
|
49
|
+
* @version 2.0.0-beta.20
|
|
51
50
|
*/
|
|
52
51
|
var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
53
52
|
/**
|
|
@@ -541,16 +540,11 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
541
540
|
* Get Device Health Log
|
|
542
541
|
* @param {String} projectOrProductUID
|
|
543
542
|
* @param {String} deviceUID
|
|
544
|
-
* @param {Object} opts Optional parameters
|
|
545
|
-
* @param {Number} opts.startDate Start date for filtering results, specified as a Unix timestamp
|
|
546
|
-
* @param {Number} opts.endDate End date for filtering results, specified as a Unix timestamp
|
|
547
|
-
* @param {Array.<module:model/String>} opts.logType Return only specified log types
|
|
548
543
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetDeviceHealthLog200Response} and HTTP response
|
|
549
544
|
*/
|
|
550
545
|
}, {
|
|
551
546
|
key: "getDeviceHealthLogWithHttpInfo",
|
|
552
|
-
value: function getDeviceHealthLogWithHttpInfo(projectOrProductUID, deviceUID
|
|
553
|
-
opts = opts || {};
|
|
547
|
+
value: function getDeviceHealthLogWithHttpInfo(projectOrProductUID, deviceUID) {
|
|
554
548
|
var postBody = null;
|
|
555
549
|
// verify the required parameter 'projectOrProductUID' is set
|
|
556
550
|
if (projectOrProductUID === undefined || projectOrProductUID === null) {
|
|
@@ -564,11 +558,7 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
564
558
|
'projectOrProductUID': projectOrProductUID,
|
|
565
559
|
'deviceUID': deviceUID
|
|
566
560
|
};
|
|
567
|
-
var queryParams = {
|
|
568
|
-
'startDate': opts['startDate'],
|
|
569
|
-
'endDate': opts['endDate'],
|
|
570
|
-
'log_type': this.apiClient.buildCollectionParam(opts['logType'], 'multi')
|
|
571
|
-
};
|
|
561
|
+
var queryParams = {};
|
|
572
562
|
var headerParams = {};
|
|
573
563
|
var formParams = {};
|
|
574
564
|
var authNames = ['personalAccessToken'];
|
|
@@ -582,16 +572,12 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
582
572
|
* Get Device Health Log
|
|
583
573
|
* @param {String} projectOrProductUID
|
|
584
574
|
* @param {String} deviceUID
|
|
585
|
-
* @param {Object} opts Optional parameters
|
|
586
|
-
* @param {Number} opts.startDate Start date for filtering results, specified as a Unix timestamp
|
|
587
|
-
* @param {Number} opts.endDate End date for filtering results, specified as a Unix timestamp
|
|
588
|
-
* @param {Array.<module:model/String>} opts.logType Return only specified log types
|
|
589
575
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetDeviceHealthLog200Response}
|
|
590
576
|
*/
|
|
591
577
|
}, {
|
|
592
578
|
key: "getDeviceHealthLog",
|
|
593
|
-
value: function getDeviceHealthLog(projectOrProductUID, deviceUID
|
|
594
|
-
return this.getDeviceHealthLogWithHttpInfo(projectOrProductUID, deviceUID
|
|
579
|
+
value: function getDeviceHealthLog(projectOrProductUID, deviceUID) {
|
|
580
|
+
return this.getDeviceHealthLogWithHttpInfo(projectOrProductUID, deviceUID).then(function (response_and_data) {
|
|
595
581
|
return response_and_data.data;
|
|
596
582
|
});
|
|
597
583
|
}
|
|
@@ -642,52 +628,6 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
642
628
|
});
|
|
643
629
|
}
|
|
644
630
|
|
|
645
|
-
/**
|
|
646
|
-
* Get Data Plans associated with the device, this include the primary sim, any external sim, as well as any satellite connections.
|
|
647
|
-
* @param {String} projectOrProductUID
|
|
648
|
-
* @param {String} deviceUID
|
|
649
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetDevicePlans200Response} and HTTP response
|
|
650
|
-
*/
|
|
651
|
-
}, {
|
|
652
|
-
key: "getDevicePlansWithHttpInfo",
|
|
653
|
-
value: function getDevicePlansWithHttpInfo(projectOrProductUID, deviceUID) {
|
|
654
|
-
var postBody = null;
|
|
655
|
-
// verify the required parameter 'projectOrProductUID' is set
|
|
656
|
-
if (projectOrProductUID === undefined || projectOrProductUID === null) {
|
|
657
|
-
throw new _Error["default"]("Missing the required parameter 'projectOrProductUID' when calling getDevicePlans");
|
|
658
|
-
}
|
|
659
|
-
// verify the required parameter 'deviceUID' is set
|
|
660
|
-
if (deviceUID === undefined || deviceUID === null) {
|
|
661
|
-
throw new _Error["default"]("Missing the required parameter 'deviceUID' when calling getDevicePlans");
|
|
662
|
-
}
|
|
663
|
-
var pathParams = {
|
|
664
|
-
'projectOrProductUID': projectOrProductUID,
|
|
665
|
-
'deviceUID': deviceUID
|
|
666
|
-
};
|
|
667
|
-
var queryParams = {};
|
|
668
|
-
var headerParams = {};
|
|
669
|
-
var formParams = {};
|
|
670
|
-
var authNames = [];
|
|
671
|
-
var contentTypes = [];
|
|
672
|
-
var accepts = ['application/json'];
|
|
673
|
-
var returnType = _GetDevicePlans200Response["default"];
|
|
674
|
-
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}/devices/{deviceUID}/plans', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
/**
|
|
678
|
-
* Get Data Plans associated with the device, this include the primary sim, any external sim, as well as any satellite connections.
|
|
679
|
-
* @param {String} projectOrProductUID
|
|
680
|
-
* @param {String} deviceUID
|
|
681
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetDevicePlans200Response}
|
|
682
|
-
*/
|
|
683
|
-
}, {
|
|
684
|
-
key: "getDevicePlans",
|
|
685
|
-
value: function getDevicePlans(projectOrProductUID, deviceUID) {
|
|
686
|
-
return this.getDevicePlansWithHttpInfo(projectOrProductUID, deviceUID).then(function (response_and_data) {
|
|
687
|
-
return response_and_data.data;
|
|
688
|
-
});
|
|
689
|
-
}
|
|
690
|
-
|
|
691
631
|
/**
|
|
692
632
|
* Get Device Public Key
|
|
693
633
|
* @param {String} projectOrProductUID
|
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 2.0.0-beta.
|
|
33
|
+
* @version 2.0.0-beta.20
|
|
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 2.0.0-beta.
|
|
32
|
+
* @version 2.0.0-beta.20
|
|
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 2.0.0-beta.
|
|
32
|
+
* @version 2.0.0-beta.20
|
|
33
33
|
*/
|
|
34
34
|
var MonitorApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/api/ProjectApi.js
CHANGED
|
@@ -21,8 +21,8 @@ var _Error = _interopRequireDefault(require("../model/Error"));
|
|
|
21
21
|
var _FirmwareInfo = _interopRequireDefault(require("../model/FirmwareInfo"));
|
|
22
22
|
var _Fleet = _interopRequireDefault(require("../model/Fleet"));
|
|
23
23
|
var _GetDeviceFleets200Response = _interopRequireDefault(require("../model/GetDeviceFleets200Response"));
|
|
24
|
+
var _GetProducts200Response = _interopRequireDefault(require("../model/GetProducts200Response"));
|
|
24
25
|
var _GetProjectMembers200Response = _interopRequireDefault(require("../model/GetProjectMembers200Response"));
|
|
25
|
-
var _GetProjectProducts200Response = _interopRequireDefault(require("../model/GetProjectProducts200Response"));
|
|
26
26
|
var _GetProjects200Response = _interopRequireDefault(require("../model/GetProjects200Response"));
|
|
27
27
|
var _NotefileSchema = _interopRequireDefault(require("../model/NotefileSchema"));
|
|
28
28
|
var _Product = _interopRequireDefault(require("../model/Product"));
|
|
@@ -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.0.0-beta.
|
|
53
|
+
* @version 2.0.0-beta.20
|
|
54
54
|
*/
|
|
55
55
|
var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
56
56
|
/**
|
|
@@ -388,6 +388,52 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
388
388
|
});
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
+
/**
|
|
392
|
+
* Delete a product
|
|
393
|
+
* @param {String} projectOrProductUID
|
|
394
|
+
* @param {String} productUID
|
|
395
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
396
|
+
*/
|
|
397
|
+
}, {
|
|
398
|
+
key: "deleteProductWithHttpInfo",
|
|
399
|
+
value: function deleteProductWithHttpInfo(projectOrProductUID, productUID) {
|
|
400
|
+
var postBody = null;
|
|
401
|
+
// verify the required parameter 'projectOrProductUID' is set
|
|
402
|
+
if (projectOrProductUID === undefined || projectOrProductUID === null) {
|
|
403
|
+
throw new _Error["default"]("Missing the required parameter 'projectOrProductUID' when calling deleteProduct");
|
|
404
|
+
}
|
|
405
|
+
// verify the required parameter 'productUID' is set
|
|
406
|
+
if (productUID === undefined || productUID === null) {
|
|
407
|
+
throw new _Error["default"]("Missing the required parameter 'productUID' when calling deleteProduct");
|
|
408
|
+
}
|
|
409
|
+
var pathParams = {
|
|
410
|
+
'projectOrProductUID': projectOrProductUID,
|
|
411
|
+
'productUID': productUID
|
|
412
|
+
};
|
|
413
|
+
var queryParams = {};
|
|
414
|
+
var headerParams = {};
|
|
415
|
+
var formParams = {};
|
|
416
|
+
var authNames = ['personalAccessToken'];
|
|
417
|
+
var contentTypes = [];
|
|
418
|
+
var accepts = ['application/json'];
|
|
419
|
+
var returnType = null;
|
|
420
|
+
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}/products/{productUID}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* Delete a product
|
|
425
|
+
* @param {String} projectOrProductUID
|
|
426
|
+
* @param {String} productUID
|
|
427
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
428
|
+
*/
|
|
429
|
+
}, {
|
|
430
|
+
key: "deleteProduct",
|
|
431
|
+
value: function deleteProduct(projectOrProductUID, productUID) {
|
|
432
|
+
return this.deleteProductWithHttpInfo(projectOrProductUID, productUID).then(function (response_and_data) {
|
|
433
|
+
return response_and_data.data;
|
|
434
|
+
});
|
|
435
|
+
}
|
|
436
|
+
|
|
391
437
|
/**
|
|
392
438
|
* Delete a Project by ProjectUID
|
|
393
439
|
* @param {String} projectOrProductUID
|
|
@@ -411,7 +457,7 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
411
457
|
var contentTypes = [];
|
|
412
458
|
var accepts = ['application/json'];
|
|
413
459
|
var returnType = null;
|
|
414
|
-
return this.apiClient.callApi('/v1/projects/{
|
|
460
|
+
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
415
461
|
}
|
|
416
462
|
|
|
417
463
|
/**
|
|
@@ -1208,6 +1254,45 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1208
1254
|
});
|
|
1209
1255
|
}
|
|
1210
1256
|
|
|
1257
|
+
/**
|
|
1258
|
+
* Get Products within a Project
|
|
1259
|
+
* @param {String} projectOrProductUID
|
|
1260
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetProducts200Response} and HTTP response
|
|
1261
|
+
*/
|
|
1262
|
+
}, {
|
|
1263
|
+
key: "getProductsWithHttpInfo",
|
|
1264
|
+
value: function getProductsWithHttpInfo(projectOrProductUID) {
|
|
1265
|
+
var postBody = null;
|
|
1266
|
+
// verify the required parameter 'projectOrProductUID' is set
|
|
1267
|
+
if (projectOrProductUID === undefined || projectOrProductUID === null) {
|
|
1268
|
+
throw new _Error["default"]("Missing the required parameter 'projectOrProductUID' when calling getProducts");
|
|
1269
|
+
}
|
|
1270
|
+
var pathParams = {
|
|
1271
|
+
'projectOrProductUID': projectOrProductUID
|
|
1272
|
+
};
|
|
1273
|
+
var queryParams = {};
|
|
1274
|
+
var headerParams = {};
|
|
1275
|
+
var formParams = {};
|
|
1276
|
+
var authNames = ['personalAccessToken'];
|
|
1277
|
+
var contentTypes = [];
|
|
1278
|
+
var accepts = ['application/json'];
|
|
1279
|
+
var returnType = _GetProducts200Response["default"];
|
|
1280
|
+
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}/products', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
/**
|
|
1284
|
+
* Get Products within a Project
|
|
1285
|
+
* @param {String} projectOrProductUID
|
|
1286
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetProducts200Response}
|
|
1287
|
+
*/
|
|
1288
|
+
}, {
|
|
1289
|
+
key: "getProducts",
|
|
1290
|
+
value: function getProducts(projectOrProductUID) {
|
|
1291
|
+
return this.getProductsWithHttpInfo(projectOrProductUID).then(function (response_and_data) {
|
|
1292
|
+
return response_and_data.data;
|
|
1293
|
+
});
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1211
1296
|
/**
|
|
1212
1297
|
* Get a Project by ProjectUID
|
|
1213
1298
|
* @param {String} projectOrProductUID
|
|
@@ -1231,7 +1316,7 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1231
1316
|
var contentTypes = [];
|
|
1232
1317
|
var accepts = ['application/json'];
|
|
1233
1318
|
var returnType = _Project["default"];
|
|
1234
|
-
return this.apiClient.callApi('/v1/projects/{
|
|
1319
|
+
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1235
1320
|
}
|
|
1236
1321
|
|
|
1237
1322
|
/**
|
|
@@ -1442,45 +1527,6 @@ var ProjectApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1442
1527
|
});
|
|
1443
1528
|
}
|
|
1444
1529
|
|
|
1445
|
-
/**
|
|
1446
|
-
* Get Products within a Project
|
|
1447
|
-
* @param {String} projectOrProductUID
|
|
1448
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetProjectProducts200Response} and HTTP response
|
|
1449
|
-
*/
|
|
1450
|
-
}, {
|
|
1451
|
-
key: "getProjectProductsWithHttpInfo",
|
|
1452
|
-
value: function getProjectProductsWithHttpInfo(projectOrProductUID) {
|
|
1453
|
-
var postBody = null;
|
|
1454
|
-
// verify the required parameter 'projectOrProductUID' is set
|
|
1455
|
-
if (projectOrProductUID === undefined || projectOrProductUID === null) {
|
|
1456
|
-
throw new _Error["default"]("Missing the required parameter 'projectOrProductUID' when calling getProjectProducts");
|
|
1457
|
-
}
|
|
1458
|
-
var pathParams = {
|
|
1459
|
-
'projectOrProductUID': projectOrProductUID
|
|
1460
|
-
};
|
|
1461
|
-
var queryParams = {};
|
|
1462
|
-
var headerParams = {};
|
|
1463
|
-
var formParams = {};
|
|
1464
|
-
var authNames = ['personalAccessToken'];
|
|
1465
|
-
var contentTypes = [];
|
|
1466
|
-
var accepts = ['application/json'];
|
|
1467
|
-
var returnType = _GetProjectProducts200Response["default"];
|
|
1468
|
-
return this.apiClient.callApi('/v1/projects/{projectOrProductUID}/products', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1469
|
-
}
|
|
1470
|
-
|
|
1471
|
-
/**
|
|
1472
|
-
* Get Products within a Project
|
|
1473
|
-
* @param {String} projectOrProductUID
|
|
1474
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetProjectProducts200Response}
|
|
1475
|
-
*/
|
|
1476
|
-
}, {
|
|
1477
|
-
key: "getProjectProducts",
|
|
1478
|
-
value: function getProjectProducts(projectOrProductUID) {
|
|
1479
|
-
return this.getProjectProductsWithHttpInfo(projectOrProductUID).then(function (response_and_data) {
|
|
1480
|
-
return response_and_data.data;
|
|
1481
|
-
});
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
1530
|
/**
|
|
1485
1531
|
* Get Projects accessible by the api_key
|
|
1486
1532
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetProjects200Response} and HTTP response
|
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 2.0.0-beta.
|
|
33
|
+
* @version 2.0.0-beta.20
|
|
34
34
|
*/
|
|
35
35
|
var RouteApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/api/UsageApi.js
CHANGED
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* Usage service.
|
|
33
33
|
* @module api/UsageApi
|
|
34
|
-
* @version 2.0.0-beta.
|
|
34
|
+
* @version 2.0.0-beta.20
|
|
35
35
|
*/
|
|
36
36
|
var UsageApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -106,7 +106,7 @@ var UsageApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
/**
|
|
109
|
-
* Get events usage for a project with time range and period aggregation
|
|
109
|
+
* Get events usage for a project with time range and period aggregation, when endDate is 0 or unspecified the current time is implied
|
|
110
110
|
* @param {String} projectOrProductUID
|
|
111
111
|
* @param {module:model/String} period Period type for aggregation
|
|
112
112
|
* @param {Object} opts Optional parameters
|
|
@@ -147,7 +147,7 @@ var UsageApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
/**
|
|
150
|
-
* Get events usage for a project with time range and period aggregation
|
|
150
|
+
* Get events usage for a project with time range and period aggregation, when endDate is 0 or unspecified the current time is implied
|
|
151
151
|
* @param {String} projectOrProductUID
|
|
152
152
|
* @param {module:model/String} period Period type for aggregation
|
|
153
153
|
* @param {Object} opts Optional parameters
|
|
@@ -165,7 +165,7 @@ var UsageApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
/**
|
|
168
|
-
* Get route logs usage for a project with time range and period aggregation
|
|
168
|
+
* Get route logs usage for a project with time range and period aggregation, when endDate is 0 or unspecified the current time is implied
|
|
169
169
|
* @param {String} projectOrProductUID
|
|
170
170
|
* @param {module:model/String} period Period type for aggregation
|
|
171
171
|
* @param {Object} opts Optional parameters
|
|
@@ -206,7 +206,7 @@ var UsageApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
/**
|
|
209
|
-
* Get route logs usage for a project with time range and period aggregation
|
|
209
|
+
* Get route logs usage for a project with time range and period aggregation, when endDate is 0 or unspecified the current time is implied
|
|
210
210
|
* @param {String} projectOrProductUID
|
|
211
211
|
* @param {module:model/String} period Period type for aggregation
|
|
212
212
|
* @param {Object} opts Optional parameters
|
|
@@ -224,7 +224,7 @@ var UsageApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
/**
|
|
227
|
-
* Get sessions usage for a project with time range and period aggregation
|
|
227
|
+
* Get sessions usage for a project with time range and period aggregation, when endDate is 0 or unspecified the current time is implied
|
|
228
228
|
* @param {String} projectOrProductUID
|
|
229
229
|
* @param {module:model/String} period Period type for aggregation
|
|
230
230
|
* @param {Object} opts Optional parameters
|
|
@@ -265,7 +265,7 @@ var UsageApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
/**
|
|
268
|
-
* Get sessions usage for a project with time range and period aggregation
|
|
268
|
+
* Get sessions usage for a project with time range and period aggregation, when endDate is 0 or unspecified the current time is implied
|
|
269
269
|
* @param {String} projectOrProductUID
|
|
270
270
|
* @param {module:model/String} period Period type for aggregation
|
|
271
271
|
* @param {Object} opts Optional parameters
|
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 2.0.0-beta.
|
|
32
|
+
* @version 2.0.0-beta.20
|
|
33
33
|
*/
|
|
34
34
|
var WebhookApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|