@blues-inc/notehub-js 6.1.0-beta.12 → 6.1.0-beta.13

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 (159) hide show
  1. package/README.md +8 -5
  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 +1 -1
  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 +1 -1
  12. package/dist/api/RouteApi.js +1 -1
  13. package/dist/api/UsageApi.js +1 -1
  14. package/dist/api/WebhookApi.js +173 -69
  15. package/dist/index.js +7 -0
  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/CreateLegacyWebhookEventRequest.js +118 -0
  33. package/dist/model/CreateMonitor.js +1 -1
  34. package/dist/model/CreateProductRequest.js +1 -1
  35. package/dist/model/CreateProjectRequest.js +1 -1
  36. package/dist/model/CreateUpdateRepository.js +1 -1
  37. package/dist/model/CurrentFirmware.js +1 -1
  38. package/dist/model/DFUEnv.js +1 -1
  39. package/dist/model/DFUState.js +1 -1
  40. package/dist/model/DataField.js +1 -1
  41. package/dist/model/DataSetField.js +1 -1
  42. package/dist/model/DataUsage.js +1 -1
  43. package/dist/model/DatacakeRoute.js +1 -1
  44. package/dist/model/DeleteDeviceFromFleetsRequest.js +1 -1
  45. package/dist/model/DeleteJob200Response.js +1 -1
  46. package/dist/model/DeleteNotefilesRequest.js +1 -1
  47. package/dist/model/Device.js +1 -1
  48. package/dist/model/DeviceDfuHistory.js +1 -1
  49. package/dist/model/DeviceDfuHistoryCurrent.js +1 -1
  50. package/dist/model/DeviceDfuHistoryPage.js +1 -1
  51. package/dist/model/DeviceDfuStateMachine.js +1 -1
  52. package/dist/model/DeviceDfuStateMachineNode.js +1 -1
  53. package/dist/model/DeviceDfuStatus.js +1 -1
  54. package/dist/model/DeviceDfuStatusPage.js +1 -1
  55. package/dist/model/DeviceSession.js +1 -1
  56. package/dist/model/DeviceTowerInfo.js +1 -1
  57. package/dist/model/DeviceUsage.js +1 -1
  58. package/dist/model/DfuActionRequest.js +1 -1
  59. package/dist/model/EmailNotification.js +1 -1
  60. package/dist/model/EnvTreeJsonNode.js +1 -1
  61. package/dist/model/EnvVar.js +1 -1
  62. package/dist/model/EnvironmentVariables.js +1 -1
  63. package/dist/model/Error.js +1 -1
  64. package/dist/model/Event.js +1 -1
  65. package/dist/model/Filter.js +1 -1
  66. package/dist/model/Firmware.js +1 -1
  67. package/dist/model/FirmwareInfo.js +1 -1
  68. package/dist/model/Fleet.js +1 -1
  69. package/dist/model/FleetConnectivityAssurance.js +1 -1
  70. package/dist/model/GetAlerts200Response.js +1 -1
  71. package/dist/model/GetBillingAccount200Response.js +1 -1
  72. package/dist/model/GetBillingAccount200ResponsePlan.js +1 -1
  73. package/dist/model/GetBillingAccountBalanceHistory200Response.js +1 -1
  74. package/dist/model/GetBillingAccountBalanceHistory200ResponseDataInner.js +1 -1
  75. package/dist/model/GetBillingAccounts200Response.js +1 -1
  76. package/dist/model/GetDataUsage200Response.js +1 -1
  77. package/dist/model/GetDataUsage200ResponseDataInner.js +1 -1
  78. package/dist/model/GetDbNote200Response.js +1 -1
  79. package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +1 -1
  80. package/dist/model/GetDeviceFleets200Response.js +1 -1
  81. package/dist/model/GetDeviceHealthLog200Response.js +1 -1
  82. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +1 -1
  83. package/dist/model/GetDeviceLatestEvents200Response.js +1 -1
  84. package/dist/model/GetDevicePlans200Response.js +1 -1
  85. package/dist/model/GetDevicePublicKey200Response.js +1 -1
  86. package/dist/model/GetDevicePublicKeys200Response.js +1 -1
  87. package/dist/model/GetDevicePublicKeys200ResponseDevicePublicKeysInner.js +1 -1
  88. package/dist/model/GetDeviceSessions200Response.js +1 -1
  89. package/dist/model/GetDevices200Response.js +1 -1
  90. package/dist/model/GetEvents200Response.js +1 -1
  91. package/dist/model/GetEventsByCursor200Response.js +1 -1
  92. package/dist/model/GetJobRuns200Response.js +1 -1
  93. package/dist/model/GetJobs200Response.js +1 -1
  94. package/dist/model/GetNotefile200Response.js +1 -1
  95. package/dist/model/GetProducts200Response.js +1 -1
  96. package/dist/model/GetProjectMembers200Response.js +1 -1
  97. package/dist/model/GetProjects200Response.js +1 -1
  98. package/dist/model/GetRouteLogsUsage200Response.js +1 -1
  99. package/dist/model/GetSessionsUsage200Response.js +1 -1
  100. package/dist/model/GetWebhooks200Response.js +1 -1
  101. package/dist/model/GoogleRoute.js +1 -1
  102. package/dist/model/HttpRoute.js +1 -1
  103. package/dist/model/Job.js +1 -1
  104. package/dist/model/JobRun.js +1 -1
  105. package/dist/model/Location.js +1 -1
  106. package/dist/model/Login200Response.js +1 -1
  107. package/dist/model/LoginRequest.js +1 -1
  108. package/dist/model/Monitor.js +1 -1
  109. package/dist/model/MonitorAlertRoutesInner.js +1 -1
  110. package/dist/model/MqttRoute.js +1 -1
  111. package/dist/model/Note.js +1 -1
  112. package/dist/model/NoteInput.js +1 -1
  113. package/dist/model/Notefile.js +1 -1
  114. package/dist/model/NotefileSchema.js +1 -1
  115. package/dist/model/NotehubRoute.js +1 -1
  116. package/dist/model/NotehubRouteSummary.js +1 -1
  117. package/dist/model/OAuth2Error.js +1 -1
  118. package/dist/model/OAuth2TokenResponse.js +1 -1
  119. package/dist/model/PersonalAccessToken.js +1 -1
  120. package/dist/model/PersonalAccessTokenCreatedBy.js +1 -1
  121. package/dist/model/PersonalAccessTokenInfo.js +1 -1
  122. package/dist/model/PersonalAccessTokenSecret.js +1 -1
  123. package/dist/model/Product.js +1 -1
  124. package/dist/model/Project.js +1 -1
  125. package/dist/model/ProjectMember.js +1 -1
  126. package/dist/model/ProvisionDeviceRequest.js +1 -1
  127. package/dist/model/ProxyRoute.js +1 -1
  128. package/dist/model/QubitroRoute.js +1 -1
  129. package/dist/model/RadRoute.js +1 -1
  130. package/dist/model/Repository.js +1 -1
  131. package/dist/model/RouteLog.js +1 -1
  132. package/dist/model/RouteTransformSettings.js +1 -1
  133. package/dist/model/RunJob200Response.js +1 -1
  134. package/dist/model/S3ArchiveRoute.js +1 -1
  135. package/dist/model/SatelliteDataUsage.js +1 -1
  136. package/dist/model/SatellitePlan.js +1 -1
  137. package/dist/model/SchemaProperty.js +1 -1
  138. package/dist/model/SignalDevice200Response.js +1 -1
  139. package/dist/model/SimUsage.js +1 -1
  140. package/dist/model/SlackBearerNotification.js +1 -1
  141. package/dist/model/SlackRoute.js +1 -1
  142. package/dist/model/SlackWebHookNotification.js +1 -1
  143. package/dist/model/SnowflakeRoute.js +1 -1
  144. package/dist/model/SnowpipeStreamingRoute.js +1 -1
  145. package/dist/model/ThingworxRoute.js +1 -1
  146. package/dist/model/TowerLocation.js +1 -1
  147. package/dist/model/TwilioRoute.js +1 -1
  148. package/dist/model/UpdateFleetRequest.js +1 -1
  149. package/dist/model/UploadMetadata.js +1 -1
  150. package/dist/model/UsageData.js +1 -1
  151. package/dist/model/UsageEventsData.js +1 -1
  152. package/dist/model/UsageEventsResponse.js +1 -1
  153. package/dist/model/UsageRouteLogsData.js +1 -1
  154. package/dist/model/UsageSessionsData.js +1 -1
  155. package/dist/model/UserDfuStateMachine.js +1 -1
  156. package/dist/model/UserDfuStateMachineStatus.js +1 -1
  157. package/dist/model/UserFirmwareInfo.js +1 -1
  158. package/dist/model/WebhookSettings.js +1 -1
  159. package/package.json +1 -1
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: 6.1.0-beta.12
9
+ - Package version: 6.1.0-beta.13
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
 
@@ -237,15 +237,17 @@ All URIs are relative to *https://api.notefile.net*
237
237
  | _NotehubJs.UsageApi_ | [**getEventsUsage**](docs/UsageApi.md#getEventsUsage) | **GET** /v1/projects/{projectOrProductUID}/usage/events |
238
238
  | _NotehubJs.UsageApi_ | [**getRouteLogsUsage**](docs/UsageApi.md#getRouteLogsUsage) | **GET** /v1/projects/{projectOrProductUID}/usage/route-logs |
239
239
  | _NotehubJs.UsageApi_ | [**getSessionsUsage**](docs/UsageApi.md#getSessionsUsage) | **GET** /v1/projects/{projectOrProductUID}/usage/sessions |
240
+ | _NotehubJs.WebhookApi_ | [**createLegacyWebhookEvent**](docs/WebhookApi.md#createLegacyWebhookEvent) | **POST** /v1/products/{productUID}/devices/{deviceUID}/webhook-event |
240
241
  | _NotehubJs.WebhookApi_ | [**createWebhook**](docs/WebhookApi.md#createWebhook) | **POST** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID} |
241
- | _NotehubJs.WebhookApi_ | [**createWebhookDeviceEvent**](docs/WebhookApi.md#createWebhookDeviceEvent) | **POST** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID}/devices/{deviceUID}/event |
242
- | _NotehubJs.WebhookApi_ | [**createWebhookEvent**](docs/WebhookApi.md#createWebhookEvent) | **POST** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID}/event |
242
+ | _NotehubJs.WebhookApi_ | [**createWebhookDeviceEventByProduct**](docs/WebhookApi.md#createWebhookDeviceEventByProduct) | **POST** /v1/products/{productUID}/webhooks/{webhookUID}/devices/{deviceUID}/event |
243
+ | _NotehubJs.WebhookApi_ | [**createWebhookEventByProduct**](docs/WebhookApi.md#createWebhookEventByProduct) | **POST** /v1/products/{productUID}/webhooks/{webhookUID}/event |
243
244
  | _NotehubJs.WebhookApi_ | [**deleteWebhook**](docs/WebhookApi.md#deleteWebhook) | **DELETE** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID} |
244
245
  | _NotehubJs.WebhookApi_ | [**getWebhook**](docs/WebhookApi.md#getWebhook) | **GET** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID} |
245
- | _NotehubJs.WebhookApi_ | [**getWebhookSettings**](docs/WebhookApi.md#getWebhookSettings) | **GET** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID}/settings |
246
+ | _NotehubJs.WebhookApi_ | [**getWebhookSettingsByProduct**](docs/WebhookApi.md#getWebhookSettingsByProduct) | **GET** /v1/products/{productUID}/webhooks/{webhookUID}/settings |
246
247
  | _NotehubJs.WebhookApi_ | [**getWebhooks**](docs/WebhookApi.md#getWebhooks) | **GET** /v1/projects/{projectOrProductUID}/webhooks |
248
+ | _NotehubJs.WebhookApi_ | [**updateLegacyWebhookSession**](docs/WebhookApi.md#updateLegacyWebhookSession) | **PUT** /v1/products/{productUID}/devices/{deviceUID}/webhook-session |
247
249
  | _NotehubJs.WebhookApi_ | [**updateWebhook**](docs/WebhookApi.md#updateWebhook) | **PUT** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID} |
248
- | _NotehubJs.WebhookApi_ | [**updateWebhookSettings**](docs/WebhookApi.md#updateWebhookSettings) | **PUT** /v1/projects/{projectOrProductUID}/webhooks/{webhookUID}/settings |
250
+ | _NotehubJs.WebhookApi_ | [**updateWebhookSettingsByProduct**](docs/WebhookApi.md#updateWebhookSettingsByProduct) | **PUT** /v1/products/{productUID}/webhooks/{webhookUID}/settings |
249
251
 
250
252
  ## Documentation for Models
251
253
 
@@ -266,6 +268,7 @@ All URIs are relative to *https://api.notefile.net*
266
268
  - [NotehubJs.Contact](docs/Contact.md)
267
269
  - [NotehubJs.CreateFleetRequest](docs/CreateFleetRequest.md)
268
270
  - [NotehubJs.CreateJob201Response](docs/CreateJob201Response.md)
271
+ - [NotehubJs.CreateLegacyWebhookEventRequest](docs/CreateLegacyWebhookEventRequest.md)
269
272
  - [NotehubJs.CreateMonitor](docs/CreateMonitor.md)
270
273
  - [NotehubJs.CreateProductRequest](docs/CreateProductRequest.md)
271
274
  - [NotehubJs.CreateProjectRequest](docs/CreateProjectRequest.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 6.1.0-beta.12
29
+ * @version 6.1.0-beta.13
30
30
  */
31
31
  /**
32
32
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
@@ -68,7 +68,7 @@ var ApiClient = /*#__PURE__*/function () {
68
68
  */
69
69
  this.defaultHeaders = {};
70
70
  if (typeof window === "undefined") {
71
- this.defaultHeaders["User-Agent"] = "OpenAPI-Generator/6.1.0-beta.12/Javascript";
71
+ this.defaultHeaders["User-Agent"] = "OpenAPI-Generator/6.1.0-beta.13/Javascript";
72
72
  }
73
73
 
74
74
  /**
@@ -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 6.1.0-beta.12
31
+ * @version 6.1.0-beta.13
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 6.1.0-beta.12
33
+ * @version 6.1.0-beta.13
34
34
  */
35
35
  var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * BillingAccount service.
32
32
  * @module api/BillingAccountApi
33
- * @version 6.1.0-beta.12
33
+ * @version 6.1.0-beta.13
34
34
  */
35
35
  var BillingAccountApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -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 6.1.0-beta.12
49
+ * @version 6.1.0-beta.13
50
50
  */
51
51
  var DeviceApi = exports["default"] = /*#__PURE__*/function () {
52
52
  /**
@@ -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 6.1.0-beta.12
33
+ * @version 6.1.0-beta.13
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 6.1.0-beta.12
32
+ * @version 6.1.0-beta.13
33
33
  */
34
34
  var ExternalDevicesApi = exports["default"] = /*#__PURE__*/function () {
35
35
  /**
@@ -35,7 +35,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
35
35
  /**
36
36
  * Jobs service.
37
37
  * @module api/JobsApi
38
- * @version 6.1.0-beta.12
38
+ * @version 6.1.0-beta.13
39
39
  */
40
40
  var JobsApi = exports["default"] = /*#__PURE__*/function () {
41
41
  /**
@@ -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 6.1.0-beta.12
32
+ * @version 6.1.0-beta.13
33
33
  */
34
34
  var MonitorApi = exports["default"] = /*#__PURE__*/function () {
35
35
  /**
@@ -51,7 +51,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
51
51
  /**
52
52
  * Project service.
53
53
  * @module api/ProjectApi
54
- * @version 6.1.0-beta.12
54
+ * @version 6.1.0-beta.13
55
55
  */
56
56
  var ProjectApi = exports["default"] = /*#__PURE__*/function () {
57
57
  /**
@@ -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 6.1.0-beta.12
33
+ * @version 6.1.0-beta.13
34
34
  */
35
35
  var RouteApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -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 6.1.0-beta.12
34
+ * @version 6.1.0-beta.13
35
35
  */
36
36
  var UsageApi = exports["default"] = /*#__PURE__*/function () {
37
37
  /**
@@ -5,6 +5,7 @@ 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"));
8
9
  var _Error = _interopRequireDefault(require("../model/Error"));
9
10
  var _GetWebhooks200Response = _interopRequireDefault(require("../model/GetWebhooks200Response"));
10
11
  var _WebhookSettings = _interopRequireDefault(require("../model/WebhookSettings"));
@@ -29,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
30
  /**
30
31
  * Webhook service.
31
32
  * @module api/WebhookApi
32
- * @version 6.1.0-beta.12
33
+ * @version 6.1.0-beta.13
33
34
  */
34
35
  var WebhookApi = exports["default"] = /*#__PURE__*/function () {
35
36
  /**
@@ -45,13 +46,65 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
45
46
  }
46
47
 
47
48
  /**
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
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.
52
53
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
53
54
  */
54
55
  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
+ }, {
55
108
  key: "createWebhookWithHttpInfo",
56
109
  value: function createWebhookWithHttpInfo(projectOrProductUID, webhookUID, webhookSettings) {
57
110
  var postBody = webhookSettings;
@@ -97,35 +150,35 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
97
150
  }
98
151
 
99
152
  /**
100
- * Sends an event to be processed by the specified webhook, 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.
101
- * @param {String} projectOrProductUID
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
102
155
  * @param {String} webhookUID Webhook UID
103
156
  * @param {String} deviceUID
104
157
  * @param {Object.<String, {String: Object}>} requestBody The event body (arbitrary JSON)
105
158
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
106
159
  */
107
160
  }, {
108
- key: "createWebhookDeviceEventWithHttpInfo",
109
- value: function createWebhookDeviceEventWithHttpInfo(projectOrProductUID, webhookUID, deviceUID, requestBody) {
161
+ key: "createWebhookDeviceEventByProductWithHttpInfo",
162
+ value: function createWebhookDeviceEventByProductWithHttpInfo(productUID, webhookUID, deviceUID, requestBody) {
110
163
  var postBody = requestBody;
111
- // verify the required parameter 'projectOrProductUID' is set
112
- if (projectOrProductUID === undefined || projectOrProductUID === null) {
113
- throw new _Error["default"]("Missing the required parameter 'projectOrProductUID' when calling createWebhookDeviceEvent");
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");
114
167
  }
115
168
  // verify the required parameter 'webhookUID' is set
116
169
  if (webhookUID === undefined || webhookUID === null) {
117
- throw new _Error["default"]("Missing the required parameter 'webhookUID' when calling createWebhookDeviceEvent");
170
+ throw new _Error["default"]("Missing the required parameter 'webhookUID' when calling createWebhookDeviceEventByProduct");
118
171
  }
119
172
  // verify the required parameter 'deviceUID' is set
120
173
  if (deviceUID === undefined || deviceUID === null) {
121
- throw new _Error["default"]("Missing the required parameter 'deviceUID' when calling createWebhookDeviceEvent");
174
+ throw new _Error["default"]("Missing the required parameter 'deviceUID' when calling createWebhookDeviceEventByProduct");
122
175
  }
123
176
  // verify the required parameter 'requestBody' is set
124
177
  if (requestBody === undefined || requestBody === null) {
125
- throw new _Error["default"]("Missing the required parameter 'requestBody' when calling createWebhookDeviceEvent");
178
+ throw new _Error["default"]("Missing the required parameter 'requestBody' when calling createWebhookDeviceEventByProduct");
126
179
  }
127
180
  var pathParams = {
128
- projectOrProductUID: projectOrProductUID,
181
+ productUID: productUID,
129
182
  webhookUID: webhookUID,
130
183
  deviceUID: deviceUID
131
184
  };
@@ -136,50 +189,50 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
136
189
  var contentTypes = ["application/json"];
137
190
  var accepts = ["application/json"];
138
191
  var returnType = null;
139
- return this.apiClient.callApi("/v1/projects/{projectOrProductUID}/webhooks/{webhookUID}/devices/{deviceUID}/event", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, 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);
140
193
  }
141
194
 
142
195
  /**
143
- * Sends an event to be processed by the specified webhook, 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.
144
- * @param {String} projectOrProductUID
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
145
198
  * @param {String} webhookUID Webhook UID
146
199
  * @param {String} deviceUID
147
200
  * @param {Object.<String, {String: Object}>} requestBody The event body (arbitrary JSON)
148
201
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}
149
202
  */
150
203
  }, {
151
- key: "createWebhookDeviceEvent",
152
- value: function createWebhookDeviceEvent(projectOrProductUID, webhookUID, deviceUID, requestBody) {
153
- return this.createWebhookDeviceEventWithHttpInfo(projectOrProductUID, webhookUID, deviceUID, requestBody).then(function (response_and_data) {
204
+ key: "createWebhookDeviceEventByProduct",
205
+ value: function createWebhookDeviceEventByProduct(productUID, webhookUID, deviceUID, requestBody) {
206
+ return this.createWebhookDeviceEventByProductWithHttpInfo(productUID, webhookUID, deviceUID, requestBody).then(function (response_and_data) {
154
207
  return response_and_data.data;
155
208
  });
156
209
  }
157
210
 
158
211
  /**
159
- * Sends an event to be processed by the specified webhook. 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.
160
- * @param {String} projectOrProductUID
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
161
214
  * @param {String} webhookUID Webhook UID
162
215
  * @param {Object.<String, {String: Object}>} requestBody The event body (arbitrary JSON)
163
216
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
164
217
  */
165
218
  }, {
166
- key: "createWebhookEventWithHttpInfo",
167
- value: function createWebhookEventWithHttpInfo(projectOrProductUID, webhookUID, requestBody) {
219
+ key: "createWebhookEventByProductWithHttpInfo",
220
+ value: function createWebhookEventByProductWithHttpInfo(productUID, webhookUID, requestBody) {
168
221
  var postBody = requestBody;
169
- // verify the required parameter 'projectOrProductUID' is set
170
- if (projectOrProductUID === undefined || projectOrProductUID === null) {
171
- throw new _Error["default"]("Missing the required parameter 'projectOrProductUID' when calling createWebhookEvent");
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");
172
225
  }
173
226
  // verify the required parameter 'webhookUID' is set
174
227
  if (webhookUID === undefined || webhookUID === null) {
175
- throw new _Error["default"]("Missing the required parameter 'webhookUID' when calling createWebhookEvent");
228
+ throw new _Error["default"]("Missing the required parameter 'webhookUID' when calling createWebhookEventByProduct");
176
229
  }
177
230
  // verify the required parameter 'requestBody' is set
178
231
  if (requestBody === undefined || requestBody === null) {
179
- throw new _Error["default"]("Missing the required parameter 'requestBody' when calling createWebhookEvent");
232
+ throw new _Error["default"]("Missing the required parameter 'requestBody' when calling createWebhookEventByProduct");
180
233
  }
181
234
  var pathParams = {
182
- projectOrProductUID: projectOrProductUID,
235
+ productUID: productUID,
183
236
  webhookUID: webhookUID
184
237
  };
185
238
  var queryParams = {};
@@ -189,20 +242,20 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
189
242
  var contentTypes = ["application/json"];
190
243
  var accepts = ["application/json"];
191
244
  var returnType = null;
192
- return this.apiClient.callApi("/v1/projects/{projectOrProductUID}/webhooks/{webhookUID}/event", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
245
+ return this.apiClient.callApi("/v1/products/{productUID}/webhooks/{webhookUID}/event", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
193
246
  }
194
247
 
195
248
  /**
196
- * Sends an event to be processed by the specified webhook. 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.
197
- * @param {String} projectOrProductUID
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
198
251
  * @param {String} webhookUID Webhook UID
199
252
  * @param {Object.<String, {String: Object}>} requestBody The event body (arbitrary JSON)
200
253
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}
201
254
  */
202
255
  }, {
203
- key: "createWebhookEvent",
204
- value: function createWebhookEvent(projectOrProductUID, webhookUID, requestBody) {
205
- return this.createWebhookEventWithHttpInfo(projectOrProductUID, webhookUID, requestBody).then(function (response_and_data) {
256
+ key: "createWebhookEventByProduct",
257
+ value: function createWebhookEventByProduct(productUID, webhookUID, requestBody) {
258
+ return this.createWebhookEventByProductWithHttpInfo(productUID, webhookUID, requestBody).then(function (response_and_data) {
206
259
  return response_and_data.data;
207
260
  });
208
261
  }
@@ -300,25 +353,25 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
300
353
  }
301
354
 
302
355
  /**
303
- * Retrieves the configuration settings for the specified webhook
304
- * @param {String} projectOrProductUID
356
+ * Retrieves the configuration settings for the specified webhook, addressed by productUID.
357
+ * @param {String} productUID
305
358
  * @param {String} webhookUID Webhook UID
306
359
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/WebhookSettings} and HTTP response
307
360
  */
308
361
  }, {
309
- key: "getWebhookSettingsWithHttpInfo",
310
- value: function getWebhookSettingsWithHttpInfo(projectOrProductUID, webhookUID) {
362
+ key: "getWebhookSettingsByProductWithHttpInfo",
363
+ value: function getWebhookSettingsByProductWithHttpInfo(productUID, webhookUID) {
311
364
  var postBody = null;
312
- // verify the required parameter 'projectOrProductUID' is set
313
- if (projectOrProductUID === undefined || projectOrProductUID === null) {
314
- throw new _Error["default"]("Missing the required parameter 'projectOrProductUID' when calling getWebhookSettings");
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");
315
368
  }
316
369
  // verify the required parameter 'webhookUID' is set
317
370
  if (webhookUID === undefined || webhookUID === null) {
318
- throw new _Error["default"]("Missing the required parameter 'webhookUID' when calling getWebhookSettings");
371
+ throw new _Error["default"]("Missing the required parameter 'webhookUID' when calling getWebhookSettingsByProduct");
319
372
  }
320
373
  var pathParams = {
321
- projectOrProductUID: projectOrProductUID,
374
+ productUID: productUID,
322
375
  webhookUID: webhookUID
323
376
  };
324
377
  var queryParams = {};
@@ -328,19 +381,19 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
328
381
  var contentTypes = [];
329
382
  var accepts = ["application/json"];
330
383
  var returnType = _WebhookSettings["default"];
331
- return this.apiClient.callApi("/v1/projects/{projectOrProductUID}/webhooks/{webhookUID}/settings", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
384
+ return this.apiClient.callApi("/v1/products/{productUID}/webhooks/{webhookUID}/settings", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
332
385
  }
333
386
 
334
387
  /**
335
- * Retrieves the configuration settings for the specified webhook
336
- * @param {String} projectOrProductUID
388
+ * Retrieves the configuration settings for the specified webhook, addressed by productUID.
389
+ * @param {String} productUID
337
390
  * @param {String} webhookUID Webhook UID
338
391
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/WebhookSettings}
339
392
  */
340
393
  }, {
341
- key: "getWebhookSettings",
342
- value: function getWebhookSettings(projectOrProductUID, webhookUID) {
343
- return this.getWebhookSettingsWithHttpInfo(projectOrProductUID, webhookUID).then(function (response_and_data) {
394
+ key: "getWebhookSettingsByProduct",
395
+ value: function getWebhookSettingsByProduct(productUID, webhookUID) {
396
+ return this.getWebhookSettingsByProductWithHttpInfo(productUID, webhookUID).then(function (response_and_data) {
344
397
  return response_and_data.data;
345
398
  });
346
399
  }
@@ -384,6 +437,57 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
384
437
  });
385
438
  }
386
439
 
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
+
387
491
  /**
388
492
  * 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.
389
493
  * @param {String} projectOrProductUID
@@ -437,30 +541,30 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
437
541
  }
438
542
 
439
543
  /**
440
- * Updates the configuration settings for the specified webhook. Update body will completely replace the existing settings.
441
- * @param {String} projectOrProductUID
544
+ * Updates the configuration settings for the specified webhook, addressed by productUID. Update body will completely replace the existing settings.
545
+ * @param {String} productUID
442
546
  * @param {String} webhookUID Webhook UID
443
547
  * @param {module:model/WebhookSettings} webhookSettings
444
548
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
445
549
  */
446
550
  }, {
447
- key: "updateWebhookSettingsWithHttpInfo",
448
- value: function updateWebhookSettingsWithHttpInfo(projectOrProductUID, webhookUID, webhookSettings) {
551
+ key: "updateWebhookSettingsByProductWithHttpInfo",
552
+ value: function updateWebhookSettingsByProductWithHttpInfo(productUID, webhookUID, webhookSettings) {
449
553
  var postBody = webhookSettings;
450
- // verify the required parameter 'projectOrProductUID' is set
451
- if (projectOrProductUID === undefined || projectOrProductUID === null) {
452
- throw new _Error["default"]("Missing the required parameter 'projectOrProductUID' when calling updateWebhookSettings");
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");
453
557
  }
454
558
  // verify the required parameter 'webhookUID' is set
455
559
  if (webhookUID === undefined || webhookUID === null) {
456
- throw new _Error["default"]("Missing the required parameter 'webhookUID' when calling updateWebhookSettings");
560
+ throw new _Error["default"]("Missing the required parameter 'webhookUID' when calling updateWebhookSettingsByProduct");
457
561
  }
458
562
  // verify the required parameter 'webhookSettings' is set
459
563
  if (webhookSettings === undefined || webhookSettings === null) {
460
- throw new _Error["default"]("Missing the required parameter 'webhookSettings' when calling updateWebhookSettings");
564
+ throw new _Error["default"]("Missing the required parameter 'webhookSettings' when calling updateWebhookSettingsByProduct");
461
565
  }
462
566
  var pathParams = {
463
- projectOrProductUID: projectOrProductUID,
567
+ productUID: productUID,
464
568
  webhookUID: webhookUID
465
569
  };
466
570
  var queryParams = {};
@@ -470,20 +574,20 @@ var WebhookApi = exports["default"] = /*#__PURE__*/function () {
470
574
  var contentTypes = ["application/json"];
471
575
  var accepts = ["application/json"];
472
576
  var returnType = null;
473
- return this.apiClient.callApi("/v1/projects/{projectOrProductUID}/webhooks/{webhookUID}/settings", "PUT", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
577
+ return this.apiClient.callApi("/v1/products/{productUID}/webhooks/{webhookUID}/settings", "PUT", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
474
578
  }
475
579
 
476
580
  /**
477
- * Updates the configuration settings for the specified webhook. Update body will completely replace the existing settings.
478
- * @param {String} projectOrProductUID
581
+ * Updates the configuration settings for the specified webhook, addressed by productUID. Update body will completely replace the existing settings.
582
+ * @param {String} productUID
479
583
  * @param {String} webhookUID Webhook UID
480
584
  * @param {module:model/WebhookSettings} webhookSettings
481
585
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}
482
586
  */
483
587
  }, {
484
- key: "updateWebhookSettings",
485
- value: function updateWebhookSettings(projectOrProductUID, webhookUID, webhookSettings) {
486
- return this.updateWebhookSettingsWithHttpInfo(projectOrProductUID, webhookUID, webhookSettings).then(function (response_and_data) {
588
+ key: "updateWebhookSettingsByProduct",
589
+ value: function updateWebhookSettingsByProduct(productUID, webhookUID, webhookSettings) {
590
+ return this.updateWebhookSettingsByProductWithHttpInfo(productUID, webhookUID, webhookSettings).then(function (response_and_data) {
487
591
  return response_and_data.data;
488
592
  });
489
593
  }
package/dist/index.js CHANGED
@@ -129,6 +129,12 @@ 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
+ });
132
138
  Object.defineProperty(exports, "CreateMonitor", {
133
139
  enumerable: true,
134
140
  get: function get() {
@@ -963,6 +969,7 @@ var _CloneProjectRequest = _interopRequireDefault(require("./model/CloneProjectR
963
969
  var _Contact = _interopRequireDefault(require("./model/Contact"));
964
970
  var _CreateFleetRequest = _interopRequireDefault(require("./model/CreateFleetRequest"));
965
971
  var _CreateJob201Response = _interopRequireDefault(require("./model/CreateJob201Response"));
972
+ var _CreateLegacyWebhookEventRequest = _interopRequireDefault(require("./model/CreateLegacyWebhookEventRequest"));
966
973
  var _CreateMonitor = _interopRequireDefault(require("./model/CreateMonitor"));
967
974
  var _CreateProductRequest = _interopRequireDefault(require("./model/CreateProductRequest"));
968
975
  var _CreateProjectRequest = _interopRequireDefault(require("./model/CreateProjectRequest"));
@@ -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.1.0-beta.12
32
+ * @version 6.1.0-beta.13
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.1.0-beta.12
32
+ * @version 6.1.0-beta.13
33
33
  */
34
34
  var AddDeviceToFleetsRequest = /*#__PURE__*/function () {
35
35
  /**