@blues-inc/notehub-js 1.0.36-beta.9 → 1.0.37

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 (135) hide show
  1. package/README.md +227 -241
  2. package/dist/ApiClient.js +156 -156
  3. package/dist/api/AlertApi.js +22 -22
  4. package/dist/api/AuthorizationApi.js +16 -16
  5. package/dist/api/BillingAccountApi.js +14 -14
  6. package/dist/api/DeviceApi.js +362 -362
  7. package/dist/api/EventApi.js +118 -118
  8. package/dist/api/ExternalDevicesApi.js +41 -41
  9. package/dist/api/MonitorApi.js +52 -52
  10. package/dist/api/ProjectApi.js +370 -370
  11. package/dist/api/RouteApi.js +77 -77
  12. package/dist/api/WebhookApi.js +51 -51
  13. package/dist/index.js +0 -7
  14. package/dist/model/Alert.js +74 -76
  15. package/dist/model/AlertDataInner.js +35 -35
  16. package/dist/model/AlertNotificationsInner.js +18 -18
  17. package/dist/model/AnalyticsEventsData.js +17 -17
  18. package/dist/model/AnalyticsEventsResponse.js +11 -12
  19. package/dist/model/AnalyticsRouteLogsData.js +22 -22
  20. package/dist/model/AnalyticsRouteLogsResponse.js +11 -12
  21. package/dist/model/AnalyticsSessionsData.js +22 -22
  22. package/dist/model/AnalyticsSessionsResponse.js +11 -12
  23. package/dist/model/Aws.js +65 -65
  24. package/dist/model/Azure.js +43 -43
  25. package/dist/model/BillingAccount.js +21 -21
  26. package/dist/model/BillingAccountRole.js +9 -9
  27. package/dist/model/Body.js +5 -5
  28. package/dist/model/CloneProjectRequest.js +20 -20
  29. package/dist/model/Contact.js +22 -22
  30. package/dist/model/CreateFleetRequest.js +12 -12
  31. package/dist/model/CreateMonitor.js +125 -126
  32. package/dist/model/CreateProductRequest.js +22 -22
  33. package/dist/model/CreateProjectRequest.js +16 -16
  34. package/dist/model/CreateUpdateRepository.js +17 -17
  35. package/dist/model/CurrentFirmware.js +12 -12
  36. package/dist/model/DFUEnv.js +12 -12
  37. package/dist/model/DFUState.js +65 -65
  38. package/dist/model/DataField.js +7 -7
  39. package/dist/model/DataSet.js +29 -30
  40. package/dist/model/DataSetField.js +19 -19
  41. package/dist/model/DeleteDeviceFleetsRequest.js +8 -8
  42. package/dist/model/Device.js +101 -102
  43. package/dist/model/DeviceDfuHistory.js +19 -20
  44. package/dist/model/DeviceDfuHistoryPage.js +12 -13
  45. package/dist/model/DeviceDfuStateMachine.js +24 -25
  46. package/dist/model/DeviceDfuStateMachineNode.js +22 -22
  47. package/dist/model/DeviceDfuStatus.js +20 -20
  48. package/dist/model/DeviceDfuStatusCurrent.js +32 -32
  49. package/dist/model/DeviceDfuStatusPage.js +12 -13
  50. package/dist/model/DeviceSession.js +221 -221
  51. package/dist/model/DeviceTowerInfo.js +14 -14
  52. package/dist/model/DeviceUsage.js +32 -32
  53. package/dist/model/DfuActionRequest.js +7 -7
  54. package/dist/model/EmailNotification.js +7 -7
  55. package/dist/model/EnvTreeJsonNode.js +67 -69
  56. package/dist/model/EnvVar.js +18 -18
  57. package/dist/model/EnvironmentVariables.js +8 -8
  58. package/dist/model/Error.js +31 -31
  59. package/dist/model/Event.js +248 -248
  60. package/dist/model/Firmware.js +49 -49
  61. package/dist/model/FirmwareInfo.js +60 -60
  62. package/dist/model/Fleet.js +30 -30
  63. package/dist/model/GetAlerts200Response.js +14 -15
  64. package/dist/model/GetBillingAccounts200Response.js +9 -10
  65. package/dist/model/GetDeviceEnvironmentVariables200Response.js +16 -16
  66. package/dist/model/GetDeviceHealthLog200Response.js +11 -12
  67. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +19 -19
  68. package/dist/model/GetDeviceLatest200Response.js +9 -10
  69. package/dist/model/GetDevicePublicKey200Response.js +16 -16
  70. package/dist/model/GetDeviceSessions200Response.js +16 -17
  71. package/dist/model/GetProjectDevicePublicKeys200Response.js +16 -17
  72. package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +12 -12
  73. package/dist/model/GetProjectDevices200Response.js +16 -17
  74. package/dist/model/GetProjectEvents200Response.js +20 -21
  75. package/dist/model/GetProjectEventsByCursor200Response.js +23 -24
  76. package/dist/model/GetProjectFleets200Response.js +11 -12
  77. package/dist/model/GetProjectMembers200Response.js +11 -12
  78. package/dist/model/GetProjectProducts200Response.js +9 -10
  79. package/dist/model/GetProjects200Response.js +9 -10
  80. package/dist/model/GetWebhooks200Response.js +9 -10
  81. package/dist/model/Google.js +33 -33
  82. package/dist/model/HandleNoteChanges200Response.js +11 -11
  83. package/dist/model/HandleNoteGet200Response.js +13 -13
  84. package/dist/model/HandleNoteSignal200Response.js +5 -5
  85. package/dist/model/HandleNotefileChanges200Response.js +11 -11
  86. package/dist/model/HandleNotefileChangesPending200Response.js +14 -14
  87. package/dist/model/HandleNotefileDeleteRequest.js +7 -7
  88. package/dist/model/Http.js +35 -35
  89. package/dist/model/HttpFilter.js +19 -19
  90. package/dist/model/HttpTransform.js +20 -20
  91. package/dist/model/Location.js +40 -40
  92. package/dist/model/Login200Response.js +7 -7
  93. package/dist/model/LoginRequest.js +12 -12
  94. package/dist/model/Monitor.js +99 -100
  95. package/dist/model/MonitorAlertRoutesInner.js +10 -9
  96. package/dist/model/Mqtt.js +66 -66
  97. package/dist/model/Note.js +10 -10
  98. package/dist/model/NotefileSchema.js +18 -19
  99. package/dist/model/NotehubRoute.js +36 -36
  100. package/dist/model/NotehubRouteSchema.js +46 -45
  101. package/dist/model/PersonalAccessToken.js +40 -31
  102. package/dist/model/PersonalAccessTokenCreatedBy.js +17 -17
  103. package/dist/model/PersonalAccessTokenInfo.js +24 -15
  104. package/dist/model/PersonalAccessTokenSecret.js +12 -12
  105. package/dist/model/PostProvisionProjectDeviceRequest.js +18 -18
  106. package/dist/model/Product.js +26 -26
  107. package/dist/model/Project.js +34 -34
  108. package/dist/model/ProjectMember.js +22 -22
  109. package/dist/model/Proxy.js +24 -24
  110. package/dist/model/PutDeviceFleetsRequest.js +8 -8
  111. package/dist/model/QuestionDataResponseLineChart.js +39 -39
  112. package/dist/model/QuestionDataResponseMap.js +16 -16
  113. package/dist/model/Radresponder.js +25 -25
  114. package/dist/model/Repository.js +22 -22
  115. package/dist/model/Role.js +9 -9
  116. package/dist/model/RouteLog.js +38 -38
  117. package/dist/model/SchemaProperty.js +38 -40
  118. package/dist/model/SimUsage.js +19 -19
  119. package/dist/model/Slack.js +53 -53
  120. package/dist/model/SlackBearerNotification.js +25 -25
  121. package/dist/model/SlackWebHookNotification.js +20 -20
  122. package/dist/model/Snowflake.js +45 -45
  123. package/dist/model/SnowflakeTransform.js +12 -12
  124. package/dist/model/Thingworx.js +33 -33
  125. package/dist/model/TowerLocation.js +54 -54
  126. package/dist/model/Twilio.js +43 -43
  127. package/dist/model/UpdateFleetRequest.js +25 -25
  128. package/dist/model/UploadMetadata.js +59 -59
  129. package/dist/model/UserDbRoute.js +25 -25
  130. package/dist/model/UserDfuStateMachine.js +20 -20
  131. package/dist/model/UserDfuStateMachineStatus.js +20 -20
  132. package/dist/model/UserFirmwareInfo.js +12 -12
  133. package/dist/model/WebhookSettings.js +15 -15
  134. package/package.json +3 -3
  135. package/dist/api/ApiAccessApi.js +0 -238
@@ -1,238 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
- var _PersonalAccessToken = _interopRequireDefault(require("../model/PersonalAccessToken"));
9
- var _PersonalAccessTokenInfo = _interopRequireDefault(require("../model/PersonalAccessTokenInfo"));
10
- var _PersonalAccessTokenSecret = _interopRequireDefault(require("../model/PersonalAccessTokenSecret"));
11
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
12
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
13
- function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
14
- function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
15
- function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
16
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
17
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
18
- * Notehub API
19
- * The OpenAPI definition for the Notehub.io API.
20
- *
21
- * The version of the OpenAPI document: 1.2.0
22
- * Contact: engineering@blues.io
23
- *
24
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
25
- * https://openapi-generator.tech
26
- * Do not edit the class manually.
27
- *
28
- */
29
- /**
30
- * ApiAccess service.
31
- * @module api/ApiAccessApi
32
- * @version 1.0.36-beta.9
33
- */
34
- var ApiAccessApi = exports["default"] = /*#__PURE__*/function () {
35
- /**
36
- * Constructs a new ApiAccessApi.
37
- * @alias module:api/ApiAccessApi
38
- * @class
39
- * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
40
- * default to {@link module:ApiClient#instance} if unspecified.
41
- */
42
- function ApiAccessApi(apiClient) {
43
- _classCallCheck(this, ApiAccessApi);
44
- this.apiClient = apiClient || _ApiClient["default"].instance;
45
- }
46
-
47
- /**
48
- * Create new personal access token
49
- * @param {module:model/PersonalAccessTokenInfo} personalAccessTokenInfo
50
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PersonalAccessTokenSecret} and HTTP response
51
- */
52
- return _createClass(ApiAccessApi, [{
53
- key: "createPersonalAccessTokenWithHttpInfo",
54
- value: function createPersonalAccessTokenWithHttpInfo(personalAccessTokenInfo) {
55
- var postBody = personalAccessTokenInfo;
56
- // verify the required parameter 'personalAccessTokenInfo' is set
57
- if (personalAccessTokenInfo === undefined || personalAccessTokenInfo === null) {
58
- throw new Error("Missing the required parameter 'personalAccessTokenInfo' when calling createPersonalAccessToken");
59
- }
60
- var pathParams = {};
61
- var queryParams = {};
62
- var headerParams = {};
63
- var formParams = {};
64
- var authNames = ['api_key'];
65
- var contentTypes = ['application/json'];
66
- var accepts = ['application/json'];
67
- var returnType = _PersonalAccessTokenSecret["default"];
68
- return this.apiClient.callApi('/v1/personal-access-tokens', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
69
- }
70
-
71
- /**
72
- * Create new personal access token
73
- * @param {module:model/PersonalAccessTokenInfo} personalAccessTokenInfo
74
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PersonalAccessTokenSecret}
75
- */
76
- }, {
77
- key: "createPersonalAccessToken",
78
- value: function createPersonalAccessToken(personalAccessTokenInfo) {
79
- return this.createPersonalAccessTokenWithHttpInfo(personalAccessTokenInfo).then(function (response_and_data) {
80
- return response_and_data.data;
81
- });
82
- }
83
-
84
- /**
85
- * Delete an personal access token by UID
86
- * @param {String} patUID UID of the personal access token
87
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
88
- */
89
- }, {
90
- key: "deletePersonalAccessTokenWithHttpInfo",
91
- value: function deletePersonalAccessTokenWithHttpInfo(patUID) {
92
- var postBody = null;
93
- // verify the required parameter 'patUID' is set
94
- if (patUID === undefined || patUID === null) {
95
- throw new Error("Missing the required parameter 'patUID' when calling deletePersonalAccessToken");
96
- }
97
- var pathParams = {
98
- 'patUID': patUID
99
- };
100
- var queryParams = {};
101
- var headerParams = {};
102
- var formParams = {};
103
- var authNames = ['api_key'];
104
- var contentTypes = [];
105
- var accepts = [];
106
- var returnType = null;
107
- return this.apiClient.callApi('/v1/personal-access-tokens/{patUID}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
108
- }
109
-
110
- /**
111
- * Delete an personal access token by UID
112
- * @param {String} patUID UID of the personal access token
113
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}
114
- */
115
- }, {
116
- key: "deletePersonalAccessToken",
117
- value: function deletePersonalAccessToken(patUID) {
118
- return this.deletePersonalAccessTokenWithHttpInfo(patUID).then(function (response_and_data) {
119
- return response_and_data.data;
120
- });
121
- }
122
-
123
- /**
124
- * Get API key by UID
125
- * @param {String} patUID UID of the API key
126
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PersonalAccessToken} and HTTP response
127
- */
128
- }, {
129
- key: "getPersonalAccessTokenWithHttpInfo",
130
- value: function getPersonalAccessTokenWithHttpInfo(patUID) {
131
- var postBody = null;
132
- // verify the required parameter 'patUID' is set
133
- if (patUID === undefined || patUID === null) {
134
- throw new Error("Missing the required parameter 'patUID' when calling getPersonalAccessToken");
135
- }
136
- var pathParams = {
137
- 'patUID': patUID
138
- };
139
- var queryParams = {};
140
- var headerParams = {};
141
- var formParams = {};
142
- var authNames = ['api_key'];
143
- var contentTypes = [];
144
- var accepts = ['application/json'];
145
- var returnType = _PersonalAccessToken["default"];
146
- return this.apiClient.callApi('/v1/personal-access-tokens/{patUID}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
147
- }
148
-
149
- /**
150
- * Get API key by UID
151
- * @param {String} patUID UID of the API key
152
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PersonalAccessToken}
153
- */
154
- }, {
155
- key: "getPersonalAccessToken",
156
- value: function getPersonalAccessToken(patUID) {
157
- return this.getPersonalAccessTokenWithHttpInfo(patUID).then(function (response_and_data) {
158
- return response_and_data.data;
159
- });
160
- }
161
-
162
- /**
163
- * List Personal Access Tokens
164
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/PersonalAccessToken>} and HTTP response
165
- */
166
- }, {
167
- key: "listPersonalAccessTokensWithHttpInfo",
168
- value: function listPersonalAccessTokensWithHttpInfo() {
169
- var postBody = null;
170
- var pathParams = {};
171
- var queryParams = {};
172
- var headerParams = {};
173
- var formParams = {};
174
- var authNames = ['api_key'];
175
- var contentTypes = [];
176
- var accepts = ['application/json'];
177
- var returnType = [_PersonalAccessToken["default"]];
178
- return this.apiClient.callApi('/v1/personal-access-tokens', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
179
- }
180
-
181
- /**
182
- * List Personal Access Tokens
183
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/PersonalAccessToken>}
184
- */
185
- }, {
186
- key: "listPersonalAccessTokens",
187
- value: function listPersonalAccessTokens() {
188
- return this.listPersonalAccessTokensWithHttpInfo().then(function (response_and_data) {
189
- return response_and_data.data;
190
- });
191
- }
192
-
193
- /**
194
- * Update personal access token key information
195
- * @param {String} patUID UID of the personal access token to update
196
- * @param {module:model/PersonalAccessTokenInfo} personalAccessTokenInfo
197
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PersonalAccessToken} and HTTP response
198
- */
199
- }, {
200
- key: "updatePersonalAccessTokenWithHttpInfo",
201
- value: function updatePersonalAccessTokenWithHttpInfo(patUID, personalAccessTokenInfo) {
202
- var postBody = personalAccessTokenInfo;
203
- // verify the required parameter 'patUID' is set
204
- if (patUID === undefined || patUID === null) {
205
- throw new Error("Missing the required parameter 'patUID' when calling updatePersonalAccessToken");
206
- }
207
- // verify the required parameter 'personalAccessTokenInfo' is set
208
- if (personalAccessTokenInfo === undefined || personalAccessTokenInfo === null) {
209
- throw new Error("Missing the required parameter 'personalAccessTokenInfo' when calling updatePersonalAccessToken");
210
- }
211
- var pathParams = {
212
- 'patUID': patUID
213
- };
214
- var queryParams = {};
215
- var headerParams = {};
216
- var formParams = {};
217
- var authNames = ['api_key'];
218
- var contentTypes = ['application/json'];
219
- var accepts = ['application/json'];
220
- var returnType = _PersonalAccessToken["default"];
221
- return this.apiClient.callApi('/v1/personal-access-tokens/{patUID}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
222
- }
223
-
224
- /**
225
- * Update personal access token key information
226
- * @param {String} patUID UID of the personal access token to update
227
- * @param {module:model/PersonalAccessTokenInfo} personalAccessTokenInfo
228
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PersonalAccessToken}
229
- */
230
- }, {
231
- key: "updatePersonalAccessToken",
232
- value: function updatePersonalAccessToken(patUID, personalAccessTokenInfo) {
233
- return this.updatePersonalAccessTokenWithHttpInfo(patUID, personalAccessTokenInfo).then(function (response_and_data) {
234
- return response_and_data.data;
235
- });
236
- }
237
- }]);
238
- }();