@blues-inc/notehub-js 6.2.0-beta.5 → 6.2.0-beta.7

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.
Files changed (162) hide show
  1. package/README.md +4 -8
  2. package/dist/ApiClient.js +2 -2
  3. package/dist/api/AlertApi.js +1 -1
  4. package/dist/api/AuthorizationApi.js +1 -1
  5. package/dist/api/BillingAccountApi.js +1 -1
  6. package/dist/api/DeviceApi.js +63 -3
  7. package/dist/api/EventApi.js +1 -1
  8. package/dist/api/ExternalDevicesApi.js +1 -1
  9. package/dist/api/JobsApi.js +1 -1
  10. package/dist/api/MonitorApi.js +1 -1
  11. package/dist/api/ProjectApi.js +5 -5
  12. package/dist/api/RouteApi.js +1 -1
  13. package/dist/api/UsageApi.js +1 -1
  14. package/dist/api/WebhookApi.js +5 -318
  15. package/dist/index.js +14 -7
  16. package/dist/model/AWSRoleConfig.js +1 -1
  17. package/dist/model/AddDeviceToFleetsRequest.js +1 -1
  18. package/dist/model/Alert.js +1 -1
  19. package/dist/model/AlertDataInner.js +1 -1
  20. package/dist/model/AlertNotificationsInner.js +1 -1
  21. package/dist/model/AwsRoute.js +1 -1
  22. package/dist/model/AzureRoute.js +1 -1
  23. package/dist/model/BillingAccount.js +1 -1
  24. package/dist/model/BlynkRoute.js +1 -1
  25. package/dist/model/Body.js +1 -1
  26. package/dist/model/CancelJobRun200Response.js +1 -1
  27. package/dist/model/CellularPlan.js +1 -1
  28. package/dist/model/CloneProjectRequest.js +1 -1
  29. package/dist/model/Contact.js +1 -1
  30. package/dist/model/CreateFleetRequest.js +1 -1
  31. package/dist/model/CreateJob201Response.js +1 -1
  32. package/dist/model/CreateMonitor.js +1 -1
  33. package/dist/model/CreateProductRequest.js +1 -1
  34. package/dist/model/CreateProjectRequest.js +1 -1
  35. package/dist/model/CreateUpdateRepository.js +1 -1
  36. package/dist/model/CurrentFirmware.js +1 -1
  37. package/dist/model/DFUEnv.js +1 -1
  38. package/dist/model/DFUState.js +1 -1
  39. package/dist/model/DataField.js +1 -1
  40. package/dist/model/DataSetField.js +1 -1
  41. package/dist/model/DataUsage.js +1 -1
  42. package/dist/model/DatacakeRoute.js +1 -1
  43. package/dist/model/DeleteDeviceFromFleetsRequest.js +1 -1
  44. package/dist/model/DeleteJob200Response.js +1 -1
  45. package/dist/model/DeleteNotefilesRequest.js +1 -1
  46. package/dist/model/Device.js +1 -1
  47. package/dist/model/DeviceDfuHistory.js +1 -1
  48. package/dist/model/DeviceDfuHistoryCurrent.js +1 -1
  49. package/dist/model/DeviceDfuHistoryPage.js +1 -1
  50. package/dist/model/DeviceDfuStateMachine.js +1 -1
  51. package/dist/model/DeviceDfuStateMachineNode.js +1 -1
  52. package/dist/model/DeviceDfuStatus.js +1 -1
  53. package/dist/model/DeviceDfuStatusPage.js +1 -1
  54. package/dist/model/DeviceSession.js +1 -1
  55. package/dist/model/DeviceTowerInfo.js +1 -1
  56. package/dist/model/DeviceUsage.js +1 -1
  57. package/dist/model/DfuActionRequest.js +1 -1
  58. package/dist/model/EmailNotification.js +1 -1
  59. package/dist/model/EnvTreeJsonNode.js +1 -1
  60. package/dist/model/EnvVar.js +1 -1
  61. package/dist/model/EnvironmentVariables.js +1 -1
  62. package/dist/model/Error.js +1 -1
  63. package/dist/model/Event.js +1 -1
  64. package/dist/model/Filter.js +1 -1
  65. package/dist/model/Firmware.js +1 -1
  66. package/dist/model/FirmwareInfo.js +1 -1
  67. package/dist/model/Fleet.js +1 -1
  68. package/dist/model/FleetConnectivityAssurance.js +1 -1
  69. package/dist/model/GetAlerts200Response.js +1 -1
  70. package/dist/model/GetBillingAccount200Response.js +1 -1
  71. package/dist/model/GetBillingAccount200ResponsePlan.js +1 -1
  72. package/dist/model/GetBillingAccountBalanceHistory200Response.js +1 -1
  73. package/dist/model/GetBillingAccountBalanceHistory200ResponseDataInner.js +1 -1
  74. package/dist/model/GetBillingAccounts200Response.js +1 -1
  75. package/dist/model/GetDataUsage200Response.js +1 -1
  76. package/dist/model/GetDataUsage200ResponseDataInner.js +1 -1
  77. package/dist/model/GetDbNote200Response.js +1 -1
  78. package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +1 -1
  79. package/dist/model/GetDeviceFleets200Response.js +1 -1
  80. package/dist/model/GetDeviceHealthLog200Response.js +1 -1
  81. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +1 -1
  82. package/dist/model/GetDeviceJourneys200Response.js +112 -0
  83. package/dist/model/GetDeviceJourneys200ResponseJourneysInner.js +120 -0
  84. package/dist/model/GetDeviceLatestEvents200Response.js +1 -1
  85. package/dist/model/GetDevicePlans200Response.js +1 -1
  86. package/dist/model/GetDevicePublicKey200Response.js +1 -1
  87. package/dist/model/GetDevicePublicKeys200Response.js +1 -1
  88. package/dist/model/GetDevicePublicKeys200ResponseDevicePublicKeysInner.js +1 -1
  89. package/dist/model/GetDeviceSessions200Response.js +1 -1
  90. package/dist/model/GetDevices200Response.js +1 -1
  91. package/dist/model/GetEvents200Response.js +1 -1
  92. package/dist/model/GetEventsByCursor200Response.js +1 -1
  93. package/dist/model/GetJobRuns200Response.js +1 -1
  94. package/dist/model/GetJobs200Response.js +1 -1
  95. package/dist/model/GetNotefile200Response.js +1 -1
  96. package/dist/model/GetProducts200Response.js +1 -1
  97. package/dist/model/GetProjectMembers200Response.js +1 -1
  98. package/dist/model/GetProjects200Response.js +1 -1
  99. package/dist/model/GetRouteLogsUsage200Response.js +1 -1
  100. package/dist/model/GetSessionsUsage200Response.js +1 -1
  101. package/dist/model/GetWebhooks200Response.js +1 -1
  102. package/dist/model/GoogleRoute.js +1 -1
  103. package/dist/model/HttpRoute.js +1 -1
  104. package/dist/model/Job.js +1 -1
  105. package/dist/model/JobRun.js +1 -1
  106. package/dist/model/Location.js +1 -1
  107. package/dist/model/Login200Response.js +1 -1
  108. package/dist/model/LoginRequest.js +1 -1
  109. package/dist/model/Monitor.js +1 -1
  110. package/dist/model/MonitorAlertRoutesInner.js +1 -1
  111. package/dist/model/MqttRoute.js +1 -1
  112. package/dist/model/Note.js +1 -1
  113. package/dist/model/NoteInput.js +1 -1
  114. package/dist/model/Notefile.js +1 -1
  115. package/dist/model/NotefileSchema.js +1 -1
  116. package/dist/model/NotehubRoute.js +1 -1
  117. package/dist/model/NotehubRouteSummary.js +1 -1
  118. package/dist/model/OAuth2Error.js +1 -1
  119. package/dist/model/OAuth2TokenResponse.js +1 -1
  120. package/dist/model/PersonalAccessToken.js +1 -1
  121. package/dist/model/PersonalAccessTokenCreatedBy.js +1 -1
  122. package/dist/model/PersonalAccessTokenInfo.js +1 -1
  123. package/dist/model/PersonalAccessTokenSecret.js +1 -1
  124. package/dist/model/Product.js +1 -1
  125. package/dist/model/Project.js +1 -1
  126. package/dist/model/ProjectMember.js +1 -1
  127. package/dist/model/ProvisionDeviceRequest.js +1 -1
  128. package/dist/model/ProxyRoute.js +1 -1
  129. package/dist/model/QubitroRoute.js +1 -1
  130. package/dist/model/RadRoute.js +1 -1
  131. package/dist/model/Repository.js +1 -1
  132. package/dist/model/RouteLog.js +1 -1
  133. package/dist/model/RouteTransformSettings.js +1 -1
  134. package/dist/model/RunJob200Response.js +1 -1
  135. package/dist/model/S3ArchiveRoute.js +1 -1
  136. package/dist/model/SatelliteDataUsage.js +1 -1
  137. package/dist/model/SatellitePlan.js +1 -1
  138. package/dist/model/SchemaProperty.js +1 -1
  139. package/dist/model/SignalDevice200Response.js +1 -1
  140. package/dist/model/SimUsage.js +1 -1
  141. package/dist/model/SlackBearerNotification.js +1 -1
  142. package/dist/model/SlackRoute.js +1 -1
  143. package/dist/model/SlackWebHookNotification.js +1 -1
  144. package/dist/model/SnowflakeRoute.js +1 -1
  145. package/dist/model/SnowpipeStreamingRoute.js +1 -1
  146. package/dist/model/ThingworxRoute.js +1 -1
  147. package/dist/model/TowerLocation.js +1 -1
  148. package/dist/model/TwilioRoute.js +1 -1
  149. package/dist/model/UpdateFleetRequest.js +1 -1
  150. package/dist/model/UpdateHostFirmwareRequest.js +1 -1
  151. package/dist/model/UploadMetadata.js +1 -1
  152. package/dist/model/UsageData.js +1 -1
  153. package/dist/model/UsageEventsData.js +1 -1
  154. package/dist/model/UsageEventsResponse.js +1 -1
  155. package/dist/model/UsageRouteLogsData.js +1 -1
  156. package/dist/model/UsageSessionsData.js +1 -1
  157. package/dist/model/UserDfuStateMachine.js +1 -1
  158. package/dist/model/UserDfuStateMachineStatus.js +1 -1
  159. package/dist/model/UserFirmwareInfo.js +1 -1
  160. package/dist/model/WebhookSettings.js +1 -1
  161. package/package.json +1 -1
  162. package/dist/model/CreateLegacyWebhookEventRequest.js +0 -118
@@ -5,7 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
- var _CreateLegacyWebhookEventRequest = _interopRequireDefault(require("../model/CreateLegacyWebhookEventRequest"));
9
8
  var _Error = _interopRequireDefault(require("../model/Error"));
10
9
  var _GetWebhooks200Response = _interopRequireDefault(require("../model/GetWebhooks200Response"));
11
10
  var _WebhookSettings = _interopRequireDefault(require("../model/WebhookSettings"));
@@ -30,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
29
  /**
31
30
  * Webhook service.
32
31
  * @module api/WebhookApi
33
- * @version 6.2.0-beta.5
32
+ * @version 6.2.0-beta.7
34
33
  */
35
34
  var WebhookApi = exports["default"] = /*#__PURE__*/function () {
36
35
  /**
@@ -46,65 +45,13 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
46
45
  }
47
46
 
48
47
  /**
49
- * Legacy endpoint for sending an event from a webhook, associated with the given device (provisioning it if necessary). The request body is a Note-shaped object containing the notefile name, body, and optional payload.
50
- * @param {String} productUID
51
- * @param {String} deviceUID
52
- * @param {Object.<String, {String: Object}>} requestBody A Note-shaped event with notefile name, JSON body, and optional base64-encoded payload.
48
+ * Creates a webhook for the specified product with the given name. The name | must be unique within the project.
49
+ * @param {String} projectOrProductUID
50
+ * @param {String} webhookUID Webhook UID
51
+ * @param {module:model/WebhookSettings} webhookSettings
53
52
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
54
53
  */
55
54
  return _createClass(WebhookApi, [{
56
- key: "createLegacyWebhookEventWithHttpInfo",
57
- value: function createLegacyWebhookEventWithHttpInfo(productUID, deviceUID, requestBody) {
58
- var postBody = requestBody;
59
- // verify the required parameter 'productUID' is set
60
- if (productUID === undefined || productUID === null) {
61
- throw new _Error["default"]("Missing the required parameter 'productUID' when calling createLegacyWebhookEvent");
62
- }
63
- // verify the required parameter 'deviceUID' is set
64
- if (deviceUID === undefined || deviceUID === null) {
65
- throw new _Error["default"]("Missing the required parameter 'deviceUID' when calling createLegacyWebhookEvent");
66
- }
67
- // verify the required parameter 'requestBody' is set
68
- if (requestBody === undefined || requestBody === null) {
69
- throw new _Error["default"]("Missing the required parameter 'requestBody' when calling createLegacyWebhookEvent");
70
- }
71
- var pathParams = {
72
- productUID: productUID,
73
- deviceUID: deviceUID
74
- };
75
- var queryParams = {};
76
- var headerParams = {};
77
- var formParams = {};
78
- var authNames = ["personalAccessToken"];
79
- var contentTypes = ["application/json"];
80
- var accepts = ["application/json"];
81
- var returnType = null;
82
- return this.apiClient.callApi("/v1/products/{productUID}/devices/{deviceUID}/webhook-event", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
83
- }
84
-
85
- /**
86
- * Legacy endpoint for sending an event from a webhook, associated with the given device (provisioning it if necessary). The request body is a Note-shaped object containing the notefile name, body, and optional payload.
87
- * @param {String} productUID
88
- * @param {String} deviceUID
89
- * @param {Object.<String, {String: Object}>} requestBody A Note-shaped event with notefile name, JSON body, and optional base64-encoded payload.
90
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}
91
- */
92
- }, {
93
- key: "createLegacyWebhookEvent",
94
- value: function createLegacyWebhookEvent(productUID, deviceUID, requestBody) {
95
- return this.createLegacyWebhookEventWithHttpInfo(productUID, deviceUID, requestBody).then(function (response_and_data) {
96
- return response_and_data.data;
97
- });
98
- }
99
-
100
- /**
101
- * Creates a webhook for the specified product with the given name. The name | must be unique within the project.
102
- * @param {String} projectOrProductUID
103
- * @param {String} webhookUID Webhook UID
104
- * @param {module:model/WebhookSettings} webhookSettings
105
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
106
- */
107
- }, {
108
55
  key: "createWebhookWithHttpInfo",
109
56
  value: function createWebhookWithHttpInfo(projectOrProductUID, webhookUID, webhookSettings) {
110
57
  var postBody = webhookSettings;
@@ -149,117 +96,6 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
149
96
  });
150
97
  }
151
98
 
152
- /**
153
- * Sends an event to be processed by the specified webhook, addressed by productUID, associated with the given device (provisioning it if necessary). The entire request body becomes the event body. The webhook's configured JSONata transform, if any, is applied before routing.
154
- * @param {String} productUID
155
- * @param {String} webhookUID Webhook UID
156
- * @param {String} deviceUID
157
- * @param {Object.<String, {String: Object}>} requestBody The event body (arbitrary JSON)
158
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
159
- */
160
- }, {
161
- key: "createWebhookDeviceEventByProductWithHttpInfo",
162
- value: function createWebhookDeviceEventByProductWithHttpInfo(productUID, webhookUID, deviceUID, requestBody) {
163
- var postBody = requestBody;
164
- // verify the required parameter 'productUID' is set
165
- if (productUID === undefined || productUID === null) {
166
- throw new _Error["default"]("Missing the required parameter 'productUID' when calling createWebhookDeviceEventByProduct");
167
- }
168
- // verify the required parameter 'webhookUID' is set
169
- if (webhookUID === undefined || webhookUID === null) {
170
- throw new _Error["default"]("Missing the required parameter 'webhookUID' when calling createWebhookDeviceEventByProduct");
171
- }
172
- // verify the required parameter 'deviceUID' is set
173
- if (deviceUID === undefined || deviceUID === null) {
174
- throw new _Error["default"]("Missing the required parameter 'deviceUID' when calling createWebhookDeviceEventByProduct");
175
- }
176
- // verify the required parameter 'requestBody' is set
177
- if (requestBody === undefined || requestBody === null) {
178
- throw new _Error["default"]("Missing the required parameter 'requestBody' when calling createWebhookDeviceEventByProduct");
179
- }
180
- var pathParams = {
181
- productUID: productUID,
182
- webhookUID: webhookUID,
183
- deviceUID: deviceUID
184
- };
185
- var queryParams = {};
186
- var headerParams = {};
187
- var formParams = {};
188
- var authNames = ["personalAccessToken"];
189
- var contentTypes = ["application/json"];
190
- var accepts = ["application/json"];
191
- var returnType = null;
192
- return this.apiClient.callApi("/v1/products/{productUID}/webhooks/{webhookUID}/devices/{deviceUID}/event", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
193
- }
194
-
195
- /**
196
- * Sends an event to be processed by the specified webhook, addressed by productUID, associated with the given device (provisioning it if necessary). The entire request body becomes the event body. The webhook's configured JSONata transform, if any, is applied before routing.
197
- * @param {String} productUID
198
- * @param {String} webhookUID Webhook UID
199
- * @param {String} deviceUID
200
- * @param {Object.<String, {String: Object}>} requestBody The event body (arbitrary JSON)
201
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}
202
- */
203
- }, {
204
- key: "createWebhookDeviceEventByProduct",
205
- value: function createWebhookDeviceEventByProduct(productUID, webhookUID, deviceUID, requestBody) {
206
- return this.createWebhookDeviceEventByProductWithHttpInfo(productUID, webhookUID, deviceUID, requestBody).then(function (response_and_data) {
207
- return response_and_data.data;
208
- });
209
- }
210
-
211
- /**
212
- * Sends an event to be processed by the specified webhook, addressed by productUID. The entire request body becomes the event body. The webhook's configured JSONata transform, if any, is applied before routing. The event is not associated with a specific device.
213
- * @param {String} productUID
214
- * @param {String} webhookUID Webhook UID
215
- * @param {Object.<String, {String: Object}>} requestBody The event body (arbitrary JSON)
216
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
217
- */
218
- }, {
219
- key: "createWebhookEventByProductWithHttpInfo",
220
- value: function createWebhookEventByProductWithHttpInfo(productUID, webhookUID, requestBody) {
221
- var postBody = requestBody;
222
- // verify the required parameter 'productUID' is set
223
- if (productUID === undefined || productUID === null) {
224
- throw new _Error["default"]("Missing the required parameter 'productUID' when calling createWebhookEventByProduct");
225
- }
226
- // verify the required parameter 'webhookUID' is set
227
- if (webhookUID === undefined || webhookUID === null) {
228
- throw new _Error["default"]("Missing the required parameter 'webhookUID' when calling createWebhookEventByProduct");
229
- }
230
- // verify the required parameter 'requestBody' is set
231
- if (requestBody === undefined || requestBody === null) {
232
- throw new _Error["default"]("Missing the required parameter 'requestBody' when calling createWebhookEventByProduct");
233
- }
234
- var pathParams = {
235
- productUID: productUID,
236
- webhookUID: webhookUID
237
- };
238
- var queryParams = {};
239
- var headerParams = {};
240
- var formParams = {};
241
- var authNames = ["personalAccessToken"];
242
- var contentTypes = ["application/json"];
243
- var accepts = ["application/json"];
244
- var returnType = null;
245
- return this.apiClient.callApi("/v1/products/{productUID}/webhooks/{webhookUID}/event", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
246
- }
247
-
248
- /**
249
- * Sends an event to be processed by the specified webhook, addressed by productUID. The entire request body becomes the event body. The webhook's configured JSONata transform, if any, is applied before routing. The event is not associated with a specific device.
250
- * @param {String} productUID
251
- * @param {String} webhookUID Webhook UID
252
- * @param {Object.<String, {String: Object}>} requestBody The event body (arbitrary JSON)
253
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}
254
- */
255
- }, {
256
- key: "createWebhookEventByProduct",
257
- value: function createWebhookEventByProduct(productUID, webhookUID, requestBody) {
258
- return this.createWebhookEventByProductWithHttpInfo(productUID, webhookUID, requestBody).then(function (response_and_data) {
259
- return response_and_data.data;
260
- });
261
- }
262
-
263
99
  /**
264
100
  * Deletes the specified webhook
265
101
  * @param {String} projectOrProductUID
@@ -352,52 +188,6 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
352
188
  });
353
189
  }
354
190
 
355
- /**
356
- * Retrieves the configuration settings for the specified webhook, addressed by productUID.
357
- * @param {String} productUID
358
- * @param {String} webhookUID Webhook UID
359
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/WebhookSettings} and HTTP response
360
- */
361
- }, {
362
- key: "getWebhookSettingsByProductWithHttpInfo",
363
- value: function getWebhookSettingsByProductWithHttpInfo(productUID, webhookUID) {
364
- var postBody = null;
365
- // verify the required parameter 'productUID' is set
366
- if (productUID === undefined || productUID === null) {
367
- throw new _Error["default"]("Missing the required parameter 'productUID' when calling getWebhookSettingsByProduct");
368
- }
369
- // verify the required parameter 'webhookUID' is set
370
- if (webhookUID === undefined || webhookUID === null) {
371
- throw new _Error["default"]("Missing the required parameter 'webhookUID' when calling getWebhookSettingsByProduct");
372
- }
373
- var pathParams = {
374
- productUID: productUID,
375
- webhookUID: webhookUID
376
- };
377
- var queryParams = {};
378
- var headerParams = {};
379
- var formParams = {};
380
- var authNames = ["personalAccessToken"];
381
- var contentTypes = [];
382
- var accepts = ["application/json"];
383
- var returnType = _WebhookSettings["default"];
384
- return this.apiClient.callApi("/v1/products/{productUID}/webhooks/{webhookUID}/settings", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
385
- }
386
-
387
- /**
388
- * Retrieves the configuration settings for the specified webhook, addressed by productUID.
389
- * @param {String} productUID
390
- * @param {String} webhookUID Webhook UID
391
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/WebhookSettings}
392
- */
393
- }, {
394
- key: "getWebhookSettingsByProduct",
395
- value: function getWebhookSettingsByProduct(productUID, webhookUID) {
396
- return this.getWebhookSettingsByProductWithHttpInfo(productUID, webhookUID).then(function (response_and_data) {
397
- return response_and_data.data;
398
- });
399
- }
400
-
401
191
  /**
402
192
  * Retrieves all webhooks for the specified project
403
193
  * @param {String} projectOrProductUID
@@ -437,57 +227,6 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
437
227
  });
438
228
  }
439
229
 
440
- /**
441
- * Legacy endpoint for opening or updating a webhook session for the given device (provisioning the device if necessary). Used by external services that need to maintain a callable session against a device behind a webhook.
442
- * @param {String} productUID
443
- * @param {String} deviceUID
444
- * @param {Object} opts Optional parameters
445
- * @param {Object.<String, {String: Object}>} opts.requestBody Optional session metadata.
446
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
447
- */
448
- }, {
449
- key: "updateLegacyWebhookSessionWithHttpInfo",
450
- value: function updateLegacyWebhookSessionWithHttpInfo(productUID, deviceUID, opts) {
451
- opts = opts || {};
452
- var postBody = opts["requestBody"];
453
- // verify the required parameter 'productUID' is set
454
- if (productUID === undefined || productUID === null) {
455
- throw new _Error["default"]("Missing the required parameter 'productUID' when calling updateLegacyWebhookSession");
456
- }
457
- // verify the required parameter 'deviceUID' is set
458
- if (deviceUID === undefined || deviceUID === null) {
459
- throw new _Error["default"]("Missing the required parameter 'deviceUID' when calling updateLegacyWebhookSession");
460
- }
461
- var pathParams = {
462
- productUID: productUID,
463
- deviceUID: deviceUID
464
- };
465
- var queryParams = {};
466
- var headerParams = {};
467
- var formParams = {};
468
- var authNames = ["personalAccessToken"];
469
- var contentTypes = ["application/json"];
470
- var accepts = ["application/json"];
471
- var returnType = null;
472
- return this.apiClient.callApi("/v1/products/{productUID}/devices/{deviceUID}/webhook-session", "PUT", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
473
- }
474
-
475
- /**
476
- * Legacy endpoint for opening or updating a webhook session for the given device (provisioning the device if necessary). Used by external services that need to maintain a callable session against a device behind a webhook.
477
- * @param {String} productUID
478
- * @param {String} deviceUID
479
- * @param {Object} opts Optional parameters
480
- * @param {Object.<String, {String: Object}>} opts.requestBody Optional session metadata.
481
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}
482
- */
483
- }, {
484
- key: "updateLegacyWebhookSession",
485
- value: function updateLegacyWebhookSession(productUID, deviceUID, opts) {
486
- return this.updateLegacyWebhookSessionWithHttpInfo(productUID, deviceUID, opts).then(function (response_and_data) {
487
- return response_and_data.data;
488
- });
489
- }
490
-
491
230
  /**
492
231
  * Updates the configuration settings for the specified webhook. | Webhook will be created if it does not exist. Update body will completely replace the existing settings.
493
232
  * @param {String} projectOrProductUID
@@ -539,57 +278,5 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
539
278
  return response_and_data.data;
540
279
  });
541
280
  }
542
-
543
- /**
544
- * Updates the configuration settings for the specified webhook, addressed by productUID. Update body will completely replace the existing settings.
545
- * @param {String} productUID
546
- * @param {String} webhookUID Webhook UID
547
- * @param {module:model/WebhookSettings} webhookSettings
548
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
549
- */
550
- }, {
551
- key: "updateWebhookSettingsByProductWithHttpInfo",
552
- value: function updateWebhookSettingsByProductWithHttpInfo(productUID, webhookUID, webhookSettings) {
553
- var postBody = webhookSettings;
554
- // verify the required parameter 'productUID' is set
555
- if (productUID === undefined || productUID === null) {
556
- throw new _Error["default"]("Missing the required parameter 'productUID' when calling updateWebhookSettingsByProduct");
557
- }
558
- // verify the required parameter 'webhookUID' is set
559
- if (webhookUID === undefined || webhookUID === null) {
560
- throw new _Error["default"]("Missing the required parameter 'webhookUID' when calling updateWebhookSettingsByProduct");
561
- }
562
- // verify the required parameter 'webhookSettings' is set
563
- if (webhookSettings === undefined || webhookSettings === null) {
564
- throw new _Error["default"]("Missing the required parameter 'webhookSettings' when calling updateWebhookSettingsByProduct");
565
- }
566
- var pathParams = {
567
- productUID: productUID,
568
- webhookUID: webhookUID
569
- };
570
- var queryParams = {};
571
- var headerParams = {};
572
- var formParams = {};
573
- var authNames = ["personalAccessToken"];
574
- var contentTypes = ["application/json"];
575
- var accepts = ["application/json"];
576
- var returnType = null;
577
- return this.apiClient.callApi("/v1/products/{productUID}/webhooks/{webhookUID}/settings", "PUT", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
578
- }
579
-
580
- /**
581
- * Updates the configuration settings for the specified webhook, addressed by productUID. Update body will completely replace the existing settings.
582
- * @param {String} productUID
583
- * @param {String} webhookUID Webhook UID
584
- * @param {module:model/WebhookSettings} webhookSettings
585
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}
586
- */
587
- }, {
588
- key: "updateWebhookSettingsByProduct",
589
- value: function updateWebhookSettingsByProduct(productUID, webhookUID, webhookSettings) {
590
- return this.updateWebhookSettingsByProductWithHttpInfo(productUID, webhookUID, webhookSettings).then(function (response_and_data) {
591
- return response_and_data.data;
592
- });
593
- }
594
281
  }]);
595
282
  }();
package/dist/index.js CHANGED
@@ -129,12 +129,6 @@ Object.defineProperty(exports, "CreateJob201Response", {
129
129
  return _CreateJob201Response["default"];
130
130
  }
131
131
  });
132
- Object.defineProperty(exports, "CreateLegacyWebhookEventRequest", {
133
- enumerable: true,
134
- get: function get() {
135
- return _CreateLegacyWebhookEventRequest["default"];
136
- }
137
- });
138
132
  Object.defineProperty(exports, "CreateMonitor", {
139
133
  enumerable: true,
140
134
  get: function get() {
@@ -453,6 +447,18 @@ Object.defineProperty(exports, "GetDeviceHealthLog200ResponseHealthLogInner", {
453
447
  return _GetDeviceHealthLog200ResponseHealthLogInner["default"];
454
448
  }
455
449
  });
450
+ Object.defineProperty(exports, "GetDeviceJourneys200Response", {
451
+ enumerable: true,
452
+ get: function get() {
453
+ return _GetDeviceJourneys200Response["default"];
454
+ }
455
+ });
456
+ Object.defineProperty(exports, "GetDeviceJourneys200ResponseJourneysInner", {
457
+ enumerable: true,
458
+ get: function get() {
459
+ return _GetDeviceJourneys200ResponseJourneysInner["default"];
460
+ }
461
+ });
456
462
  Object.defineProperty(exports, "GetDeviceLatestEvents200Response", {
457
463
  enumerable: true,
458
464
  get: function get() {
@@ -975,7 +981,6 @@ var _CloneProjectRequest = _interopRequireDefault(require("./model/CloneProjectR
975
981
  var _Contact = _interopRequireDefault(require("./model/Contact"));
976
982
  var _CreateFleetRequest = _interopRequireDefault(require("./model/CreateFleetRequest"));
977
983
  var _CreateJob201Response = _interopRequireDefault(require("./model/CreateJob201Response"));
978
- var _CreateLegacyWebhookEventRequest = _interopRequireDefault(require("./model/CreateLegacyWebhookEventRequest"));
979
984
  var _CreateMonitor = _interopRequireDefault(require("./model/CreateMonitor"));
980
985
  var _CreateProductRequest = _interopRequireDefault(require("./model/CreateProductRequest"));
981
986
  var _CreateProjectRequest = _interopRequireDefault(require("./model/CreateProjectRequest"));
@@ -1026,6 +1031,8 @@ var _GetDeviceEnvironmentVariablesByPin200Response = _interopRequireDefault(requ
1026
1031
  var _GetDeviceFleets200Response = _interopRequireDefault(require("./model/GetDeviceFleets200Response"));
1027
1032
  var _GetDeviceHealthLog200Response = _interopRequireDefault(require("./model/GetDeviceHealthLog200Response"));
1028
1033
  var _GetDeviceHealthLog200ResponseHealthLogInner = _interopRequireDefault(require("./model/GetDeviceHealthLog200ResponseHealthLogInner"));
1034
+ var _GetDeviceJourneys200Response = _interopRequireDefault(require("./model/GetDeviceJourneys200Response"));
1035
+ var _GetDeviceJourneys200ResponseJourneysInner = _interopRequireDefault(require("./model/GetDeviceJourneys200ResponseJourneysInner"));
1029
1036
  var _GetDeviceLatestEvents200Response = _interopRequireDefault(require("./model/GetDeviceLatestEvents200Response"));
1030
1037
  var _GetDevicePlans200Response = _interopRequireDefault(require("./model/GetDevicePlans200Response"));
1031
1038
  var _GetDevicePublicKey200Response = _interopRequireDefault(require("./model/GetDevicePublicKey200Response"));
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AWSRoleConfig model module.
31
31
  * @module model/AWSRoleConfig
32
- * @version 6.2.0-beta.5
32
+ * @version 6.2.0-beta.7
33
33
  */
34
34
  var AWSRoleConfig = /*#__PURE__*/function () {
35
35
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AddDeviceToFleetsRequest model module.
31
31
  * @module model/AddDeviceToFleetsRequest
32
- * @version 6.2.0-beta.5
32
+ * @version 6.2.0-beta.7
33
33
  */
34
34
  var AddDeviceToFleetsRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The Alert model module.
33
33
  * @module model/Alert
34
- * @version 6.2.0-beta.5
34
+ * @version 6.2.0-beta.7
35
35
  */
36
36
  var Alert = /*#__PURE__*/function () {
37
37
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The AlertDataInner model module.
28
28
  * @module model/AlertDataInner
29
- * @version 6.2.0-beta.5
29
+ * @version 6.2.0-beta.7
30
30
  */
31
31
  var AlertDataInner = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The AlertNotificationsInner model module.
28
28
  * @module model/AlertNotificationsInner
29
- * @version 6.2.0-beta.5
29
+ * @version 6.2.0-beta.7
30
30
  */
31
31
  var AlertNotificationsInner = /*#__PURE__*/function () {
32
32
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The AwsRoute model module.
30
30
  * @module model/AwsRoute
31
- * @version 6.2.0-beta.5
31
+ * @version 6.2.0-beta.7
32
32
  */
33
33
  var AwsRoute = /*#__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
  * The AzureRoute model module.
30
30
  * @module model/AzureRoute
31
- * @version 6.2.0-beta.5
31
+ * @version 6.2.0-beta.7
32
32
  */
33
33
  var AzureRoute = /*#__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
  * The BillingAccount model module.
32
32
  * @module model/BillingAccount
33
- * @version 6.2.0-beta.5
33
+ * @version 6.2.0-beta.7
34
34
  */
35
35
  var BillingAccount = /*#__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
  * The BlynkRoute model module.
30
30
  * @module model/BlynkRoute
31
- * @version 6.2.0-beta.5
31
+ * @version 6.2.0-beta.7
32
32
  */
33
33
  var BlynkRoute = /*#__PURE__*/function () {
34
34
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The Body model module.
28
28
  * @module model/Body
29
- * @version 6.2.0-beta.5
29
+ * @version 6.2.0-beta.7
30
30
  */
31
31
  var Body = /*#__PURE__*/function () {
32
32
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The CancelJobRun200Response model module.
31
31
  * @module model/CancelJobRun200Response
32
- * @version 6.2.0-beta.5
32
+ * @version 6.2.0-beta.7
33
33
  */
34
34
  var CancelJobRun200Response = /*#__PURE__*/function () {
35
35
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The CellularPlan model module.
29
29
  * @module model/CellularPlan
30
- * @version 6.2.0-beta.5
30
+ * @version 6.2.0-beta.7
31
31
  */
32
32
  var CellularPlan = /*#__PURE__*/function () {
33
33
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The CloneProjectRequest model module.
31
31
  * @module model/CloneProjectRequest
32
- * @version 6.2.0-beta.5
32
+ * @version 6.2.0-beta.7
33
33
  */
34
34
  var CloneProjectRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The Contact model module.
28
28
  * @module model/Contact
29
- * @version 6.2.0-beta.5
29
+ * @version 6.2.0-beta.7
30
30
  */
31
31
  var Contact = /*#__PURE__*/function () {
32
32
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The CreateFleetRequest model module.
29
29
  * @module model/CreateFleetRequest
30
- * @version 6.2.0-beta.5
30
+ * @version 6.2.0-beta.7
31
31
  */
32
32
  var CreateFleetRequest = /*#__PURE__*/function () {
33
33
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The CreateJob201Response model module.
31
31
  * @module model/CreateJob201Response
32
- * @version 6.2.0-beta.5
32
+ * @version 6.2.0-beta.7
33
33
  */
34
34
  var CreateJob201Response = /*#__PURE__*/function () {
35
35
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The CreateMonitor model module.
33
33
  * @module model/CreateMonitor
34
- * @version 6.2.0-beta.5
34
+ * @version 6.2.0-beta.7
35
35
  */
36
36
  var CreateMonitor = /*#__PURE__*/function () {
37
37
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The CreateProductRequest model module.
31
31
  * @module model/CreateProductRequest
32
- * @version 6.2.0-beta.5
32
+ * @version 6.2.0-beta.7
33
33
  */
34
34
  var CreateProductRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The CreateProjectRequest model module.
31
31
  * @module model/CreateProjectRequest
32
- * @version 6.2.0-beta.5
32
+ * @version 6.2.0-beta.7
33
33
  */
34
34
  var CreateProjectRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The CreateUpdateRepository model module.
28
28
  * @module model/CreateUpdateRepository
29
- * @version 6.2.0-beta.5
29
+ * @version 6.2.0-beta.7
30
30
  */
31
31
  var CreateUpdateRepository = /*#__PURE__*/function () {
32
32
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The CurrentFirmware model module.
29
29
  * @module model/CurrentFirmware
30
- * @version 6.2.0-beta.5
30
+ * @version 6.2.0-beta.7
31
31
  */
32
32
  var CurrentFirmware = /*#__PURE__*/function () {
33
33
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The DFUEnv model module.
29
29
  * @module model/DFUEnv
30
- * @version 6.2.0-beta.5
30
+ * @version 6.2.0-beta.7
31
31
  */
32
32
  var DFUEnv = /*#__PURE__*/function () {
33
33
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The DFUState model module.
28
28
  * @module model/DFUState
29
- * @version 6.2.0-beta.5
29
+ * @version 6.2.0-beta.7
30
30
  */
31
31
  var DFUState = /*#__PURE__*/function () {
32
32
  /**