@blues-inc/notehub-js 4.0.0-beta.3 → 4.0.0

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 (144) hide show
  1. package/README.md +248 -247
  2. package/dist/ApiClient.js +155 -150
  3. package/dist/api/AlertApi.js +22 -22
  4. package/dist/api/AuthorizationApi.js +31 -31
  5. package/dist/api/BillingAccountApi.js +14 -14
  6. package/dist/api/DeviceApi.js +370 -386
  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 +381 -381
  11. package/dist/api/RouteApi.js +77 -77
  12. package/dist/api/UsageApi.js +62 -65
  13. package/dist/api/WebhookApi.js +51 -51
  14. package/dist/model/AddDeviceToFleetsRequest.js +8 -8
  15. package/dist/model/Alert.js +74 -76
  16. package/dist/model/AlertDataInner.js +35 -35
  17. package/dist/model/AlertNotificationsInner.js +18 -18
  18. package/dist/model/AwsRoute.js +65 -65
  19. package/dist/model/AzureRoute.js +43 -43
  20. package/dist/model/BillingAccount.js +21 -21
  21. package/dist/model/BillingAccountRole.js +9 -9
  22. package/dist/model/BlynkRoute.js +28 -28
  23. package/dist/model/Body.js +5 -5
  24. package/dist/model/CellularPlan.js +34 -34
  25. package/dist/model/CloneProjectRequest.js +20 -20
  26. package/dist/model/Contact.js +22 -22
  27. package/dist/model/CreateFleetRequest.js +20 -20
  28. package/dist/model/CreateMonitor.js +125 -126
  29. package/dist/model/CreateProductRequest.js +22 -22
  30. package/dist/model/CreateProjectRequest.js +16 -16
  31. package/dist/model/CreateUpdateRepository.js +17 -17
  32. package/dist/model/CurrentFirmware.js +12 -12
  33. package/dist/model/DFUEnv.js +12 -12
  34. package/dist/model/DFUState.js +65 -65
  35. package/dist/model/DataField.js +7 -7
  36. package/dist/model/DataSetField.js +19 -19
  37. package/dist/model/DataUsage.js +14 -14
  38. package/dist/model/DatacakeRoute.js +35 -35
  39. package/dist/model/DeleteDeviceFromFleetsRequest.js +8 -8
  40. package/dist/model/DeleteNotefilesRequest.js +7 -7
  41. package/dist/model/Device.js +106 -107
  42. package/dist/model/DeviceDfuHistory.js +19 -20
  43. package/dist/model/DeviceDfuHistoryCurrent.js +32 -32
  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/DeviceDfuStatusPage.js +12 -13
  49. package/dist/model/DeviceSession.js +221 -221
  50. package/dist/model/DeviceTowerInfo.js +14 -14
  51. package/dist/model/DeviceUsage.js +32 -32
  52. package/dist/model/DfuActionRequest.js +7 -7
  53. package/dist/model/EmailNotification.js +7 -7
  54. package/dist/model/EnvTreeJsonNode.js +67 -69
  55. package/dist/model/EnvVar.js +18 -18
  56. package/dist/model/EnvironmentVariables.js +8 -8
  57. package/dist/model/Error.js +31 -31
  58. package/dist/model/Event.js +248 -248
  59. package/dist/model/Filter.js +16 -16
  60. package/dist/model/Firmware.js +49 -49
  61. package/dist/model/FirmwareInfo.js +60 -60
  62. package/dist/model/Fleet.js +38 -38
  63. package/dist/model/FleetConnectivityAssurance.js +5 -5
  64. package/dist/model/GetAlerts200Response.js +14 -15
  65. package/dist/model/GetBillingAccounts200Response.js +9 -10
  66. package/dist/model/GetDataUsage200Response.js +9 -10
  67. package/dist/model/GetDataUsage200ResponseDataInner.js +40 -41
  68. package/dist/model/GetDbNote200Response.js +13 -13
  69. package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +16 -16
  70. package/dist/model/GetDeviceFleets200Response.js +11 -12
  71. package/dist/model/GetDeviceHealthLog200Response.js +11 -12
  72. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +19 -19
  73. package/dist/model/GetDeviceLatestEvents200Response.js +9 -10
  74. package/dist/model/GetDevicePlans200Response.js +9 -10
  75. package/dist/model/GetDevicePublicKey200Response.js +16 -16
  76. package/dist/model/GetDevicePublicKeys200Response.js +16 -17
  77. package/dist/model/GetDevicePublicKeys200ResponseDevicePublicKeysInner.js +12 -12
  78. package/dist/model/GetDeviceSessions200Response.js +16 -17
  79. package/dist/model/GetDevices200Response.js +16 -17
  80. package/dist/model/GetEvents200Response.js +20 -21
  81. package/dist/model/GetEventsByCursor200Response.js +23 -24
  82. package/dist/model/GetNotefile200Response.js +11 -11
  83. package/dist/model/GetProducts200Response.js +9 -10
  84. package/dist/model/GetProjectMembers200Response.js +11 -12
  85. package/dist/model/GetProjects200Response.js +9 -10
  86. package/dist/model/GetRouteLogsUsage200Response.js +11 -12
  87. package/dist/model/GetSessionsUsage200Response.js +11 -12
  88. package/dist/model/GetWebhooks200Response.js +9 -10
  89. package/dist/model/GoogleRoute.js +33 -33
  90. package/dist/model/HttpRoute.js +35 -35
  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/MqttRoute.js +68 -68
  97. package/dist/model/Note.js +31 -31
  98. package/dist/model/NoteInput.js +9 -9
  99. package/dist/model/Notefile.js +22 -23
  100. package/dist/model/NotefileSchema.js +18 -19
  101. package/dist/model/NotehubRoute.js +103 -103
  102. package/dist/model/NotehubRouteSummary.js +23 -23
  103. package/dist/model/OAuth2Error.js +20 -20
  104. package/dist/model/OAuth2TokenResponse.js +23 -23
  105. package/dist/model/PersonalAccessToken.js +34 -34
  106. package/dist/model/PersonalAccessTokenCreatedBy.js +17 -17
  107. package/dist/model/PersonalAccessTokenInfo.js +18 -18
  108. package/dist/model/PersonalAccessTokenSecret.js +12 -12
  109. package/dist/model/Product.js +26 -26
  110. package/dist/model/Project.js +34 -34
  111. package/dist/model/ProjectMember.js +22 -22
  112. package/dist/model/ProvisionDeviceRequest.js +18 -18
  113. package/dist/model/ProxyRoute.js +29 -29
  114. package/dist/model/QubitroRoute.js +33 -33
  115. package/dist/model/RadRoute.js +31 -31
  116. package/dist/model/Repository.js +22 -22
  117. package/dist/model/Role.js +9 -9
  118. package/dist/model/RouteLog.js +38 -38
  119. package/dist/model/RouteTransformSettings.js +18 -18
  120. package/dist/model/S3ArchiveRoute.js +79 -79
  121. package/dist/model/SatellitePlan.js +26 -26
  122. package/dist/model/SchemaProperty.js +36 -38
  123. package/dist/model/SignalDevice200Response.js +5 -5
  124. package/dist/model/SimUsage.js +19 -19
  125. package/dist/model/SlackBearerNotification.js +25 -25
  126. package/dist/model/SlackRoute.js +48 -48
  127. package/dist/model/SlackWebHookNotification.js +20 -20
  128. package/dist/model/SnowflakeRoute.js +45 -45
  129. package/dist/model/SnowpipeStreamingRoute.js +60 -60
  130. package/dist/model/ThingworxRoute.js +33 -33
  131. package/dist/model/TowerLocation.js +54 -54
  132. package/dist/model/TwilioRoute.js +43 -43
  133. package/dist/model/UpdateFleetRequest.js +33 -33
  134. package/dist/model/UploadMetadata.js +64 -64
  135. package/dist/model/UsageData.js +18 -18
  136. package/dist/model/UsageEventsData.js +37 -37
  137. package/dist/model/UsageEventsResponse.js +11 -12
  138. package/dist/model/UsageRouteLogsData.js +27 -27
  139. package/dist/model/UsageSessionsData.js +32 -32
  140. package/dist/model/UserDfuStateMachine.js +20 -20
  141. package/dist/model/UserDfuStateMachineStatus.js +20 -20
  142. package/dist/model/UserFirmwareInfo.js +12 -12
  143. package/dist/model/WebhookSettings.js +15 -15
  144. package/package.json +3 -3
@@ -17,7 +17,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
17
17
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
18
18
  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); } /**
19
19
  * Notehub API
20
- * The OpenAPI definition for the Notehub.io API.
20
+ * The OpenAPI definition for the Notehub.io API.
21
21
  *
22
22
  * The version of the OpenAPI document: 1.2.0
23
23
  * Contact: engineering@blues.io
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The Monitor model module.
32
32
  * @module model/Monitor
33
- * @version 4.0.0-beta.3
33
+ * @version 4.0.0
34
34
  */
35
35
  var Monitor = /*#__PURE__*/function () {
36
36
  /**
@@ -63,59 +63,59 @@ var Monitor = /*#__PURE__*/function () {
63
63
  value: function constructFromObject(data, obj) {
64
64
  if (data) {
65
65
  obj = obj || new Monitor();
66
- if (data.hasOwnProperty('aggregate_function')) {
67
- obj['aggregate_function'] = _ApiClient["default"].convertToType(data['aggregate_function'], 'String');
66
+ if (data.hasOwnProperty("aggregate_function")) {
67
+ obj["aggregate_function"] = _ApiClient["default"].convertToType(data["aggregate_function"], "String");
68
68
  }
69
- if (data.hasOwnProperty('aggregate_window')) {
70
- obj['aggregate_window'] = _ApiClient["default"].convertToType(data['aggregate_window'], 'String');
69
+ if (data.hasOwnProperty("aggregate_window")) {
70
+ obj["aggregate_window"] = _ApiClient["default"].convertToType(data["aggregate_window"], "String");
71
71
  }
72
- if (data.hasOwnProperty('alert')) {
73
- obj['alert'] = _ApiClient["default"].convertToType(data['alert'], 'Boolean');
72
+ if (data.hasOwnProperty("alert")) {
73
+ obj["alert"] = _ApiClient["default"].convertToType(data["alert"], "Boolean");
74
74
  }
75
- if (data.hasOwnProperty('alert_routes')) {
76
- obj['alert_routes'] = _ApiClient["default"].convertToType(data['alert_routes'], [_MonitorAlertRoutesInner["default"]]);
75
+ if (data.hasOwnProperty("alert_routes")) {
76
+ obj["alert_routes"] = _ApiClient["default"].convertToType(data["alert_routes"], [_MonitorAlertRoutesInner["default"]]);
77
77
  }
78
- if (data.hasOwnProperty('condition_type')) {
79
- obj['condition_type'] = _ApiClient["default"].convertToType(data['condition_type'], 'String');
78
+ if (data.hasOwnProperty("condition_type")) {
79
+ obj["condition_type"] = _ApiClient["default"].convertToType(data["condition_type"], "String");
80
80
  }
81
- if (data.hasOwnProperty('description')) {
82
- obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
81
+ if (data.hasOwnProperty("description")) {
82
+ obj["description"] = _ApiClient["default"].convertToType(data["description"], "String");
83
83
  }
84
- if (data.hasOwnProperty('disabled')) {
85
- obj['disabled'] = _ApiClient["default"].convertToType(data['disabled'], 'Boolean');
84
+ if (data.hasOwnProperty("disabled")) {
85
+ obj["disabled"] = _ApiClient["default"].convertToType(data["disabled"], "Boolean");
86
86
  }
87
- if (data.hasOwnProperty('fleet_filter')) {
88
- obj['fleet_filter'] = _ApiClient["default"].convertToType(data['fleet_filter'], ['String']);
87
+ if (data.hasOwnProperty("fleet_filter")) {
88
+ obj["fleet_filter"] = _ApiClient["default"].convertToType(data["fleet_filter"], ["String"]);
89
89
  }
90
- if (data.hasOwnProperty('last_routed_at')) {
91
- obj['last_routed_at'] = _ApiClient["default"].convertToType(data['last_routed_at'], 'String');
90
+ if (data.hasOwnProperty("last_routed_at")) {
91
+ obj["last_routed_at"] = _ApiClient["default"].convertToType(data["last_routed_at"], "String");
92
92
  }
93
- if (data.hasOwnProperty('name')) {
94
- obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
93
+ if (data.hasOwnProperty("name")) {
94
+ obj["name"] = _ApiClient["default"].convertToType(data["name"], "String");
95
95
  }
96
- if (data.hasOwnProperty('notefile_filter')) {
97
- obj['notefile_filter'] = _ApiClient["default"].convertToType(data['notefile_filter'], ['String']);
96
+ if (data.hasOwnProperty("notefile_filter")) {
97
+ obj["notefile_filter"] = _ApiClient["default"].convertToType(data["notefile_filter"], ["String"]);
98
98
  }
99
- if (data.hasOwnProperty('per_device')) {
100
- obj['per_device'] = _ApiClient["default"].convertToType(data['per_device'], 'Boolean');
99
+ if (data.hasOwnProperty("per_device")) {
100
+ obj["per_device"] = _ApiClient["default"].convertToType(data["per_device"], "Boolean");
101
101
  }
102
- if (data.hasOwnProperty('routing_cooldown_period')) {
103
- obj['routing_cooldown_period'] = _ApiClient["default"].convertToType(data['routing_cooldown_period'], 'String');
102
+ if (data.hasOwnProperty("routing_cooldown_period")) {
103
+ obj["routing_cooldown_period"] = _ApiClient["default"].convertToType(data["routing_cooldown_period"], "String");
104
104
  }
105
- if (data.hasOwnProperty('silenced')) {
106
- obj['silenced'] = _ApiClient["default"].convertToType(data['silenced'], 'Boolean');
105
+ if (data.hasOwnProperty("silenced")) {
106
+ obj["silenced"] = _ApiClient["default"].convertToType(data["silenced"], "Boolean");
107
107
  }
108
- if (data.hasOwnProperty('source_selector')) {
109
- obj['source_selector'] = _ApiClient["default"].convertToType(data['source_selector'], 'String');
108
+ if (data.hasOwnProperty("source_selector")) {
109
+ obj["source_selector"] = _ApiClient["default"].convertToType(data["source_selector"], "String");
110
110
  }
111
- if (data.hasOwnProperty('source_type')) {
112
- obj['source_type'] = _ApiClient["default"].convertToType(data['source_type'], 'String');
111
+ if (data.hasOwnProperty("source_type")) {
112
+ obj["source_type"] = _ApiClient["default"].convertToType(data["source_type"], "String");
113
113
  }
114
- if (data.hasOwnProperty('threshold')) {
115
- obj['threshold'] = _ApiClient["default"].convertToType(data['threshold'], 'Number');
114
+ if (data.hasOwnProperty("threshold")) {
115
+ obj["threshold"] = _ApiClient["default"].convertToType(data["threshold"], "Number");
116
116
  }
117
- if (data.hasOwnProperty('uid')) {
118
- obj['uid'] = _ApiClient["default"].convertToType(data['uid'], 'String');
117
+ if (data.hasOwnProperty("uid")) {
118
+ obj["uid"] = _ApiClient["default"].convertToType(data["uid"], "String");
119
119
  }
120
120
  } else if (data === null) {
121
121
  return null;
@@ -132,21 +132,21 @@ var Monitor = /*#__PURE__*/function () {
132
132
  key: "validateJSON",
133
133
  value: function validateJSON(data) {
134
134
  // ensure the json data is a string
135
- if (data['aggregate_function'] && !(typeof data['aggregate_function'] === 'string' || data['aggregate_function'] instanceof String)) {
136
- throw new Error("Expected the field `aggregate_function` to be a primitive type in the JSON string but got " + data['aggregate_function']);
135
+ if (data["aggregate_function"] && !(typeof data["aggregate_function"] === "string" || data["aggregate_function"] instanceof String)) {
136
+ throw new Error("Expected the field `aggregate_function` to be a primitive type in the JSON string but got " + data["aggregate_function"]);
137
137
  }
138
138
  // ensure the json data is a string
139
- if (data['aggregate_window'] && !(typeof data['aggregate_window'] === 'string' || data['aggregate_window'] instanceof String)) {
140
- throw new Error("Expected the field `aggregate_window` to be a primitive type in the JSON string but got " + data['aggregate_window']);
139
+ if (data["aggregate_window"] && !(typeof data["aggregate_window"] === "string" || data["aggregate_window"] instanceof String)) {
140
+ throw new Error("Expected the field `aggregate_window` to be a primitive type in the JSON string but got " + data["aggregate_window"]);
141
141
  }
142
- if (data['alert_routes']) {
142
+ if (data["alert_routes"]) {
143
143
  // data not null
144
144
  // ensure the json data is an array
145
- if (!Array.isArray(data['alert_routes'])) {
146
- throw new Error("Expected the field `alert_routes` to be an array in the JSON data but got " + data['alert_routes']);
145
+ if (!Array.isArray(data["alert_routes"])) {
146
+ throw new Error("Expected the field `alert_routes` to be an array in the JSON data but got " + data["alert_routes"]);
147
147
  }
148
148
  // validate the optional field `alert_routes` (array)
149
- var _iterator = _createForOfIteratorHelper(data['alert_routes']),
149
+ var _iterator = _createForOfIteratorHelper(data["alert_routes"]),
150
150
  _step;
151
151
  try {
152
152
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
@@ -158,47 +158,46 @@ var Monitor = /*#__PURE__*/function () {
158
158
  } finally {
159
159
  _iterator.f();
160
160
  }
161
- ;
162
161
  }
163
162
  // ensure the json data is a string
164
- if (data['condition_type'] && !(typeof data['condition_type'] === 'string' || data['condition_type'] instanceof String)) {
165
- throw new Error("Expected the field `condition_type` to be a primitive type in the JSON string but got " + data['condition_type']);
163
+ if (data["condition_type"] && !(typeof data["condition_type"] === "string" || data["condition_type"] instanceof String)) {
164
+ throw new Error("Expected the field `condition_type` to be a primitive type in the JSON string but got " + data["condition_type"]);
166
165
  }
167
166
  // ensure the json data is a string
168
- if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
169
- throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
167
+ if (data["description"] && !(typeof data["description"] === "string" || data["description"] instanceof String)) {
168
+ throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data["description"]);
170
169
  }
171
170
  // ensure the json data is an array
172
- if (!Array.isArray(data['fleet_filter'])) {
173
- throw new Error("Expected the field `fleet_filter` to be an array in the JSON data but got " + data['fleet_filter']);
171
+ if (!Array.isArray(data["fleet_filter"])) {
172
+ throw new Error("Expected the field `fleet_filter` to be an array in the JSON data but got " + data["fleet_filter"]);
174
173
  }
175
174
  // ensure the json data is a string
176
- if (data['last_routed_at'] && !(typeof data['last_routed_at'] === 'string' || data['last_routed_at'] instanceof String)) {
177
- throw new Error("Expected the field `last_routed_at` to be a primitive type in the JSON string but got " + data['last_routed_at']);
175
+ if (data["last_routed_at"] && !(typeof data["last_routed_at"] === "string" || data["last_routed_at"] instanceof String)) {
176
+ throw new Error("Expected the field `last_routed_at` to be a primitive type in the JSON string but got " + data["last_routed_at"]);
178
177
  }
179
178
  // ensure the json data is a string
180
- if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
181
- throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
179
+ if (data["name"] && !(typeof data["name"] === "string" || data["name"] instanceof String)) {
180
+ throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data["name"]);
182
181
  }
183
182
  // ensure the json data is an array
184
- if (!Array.isArray(data['notefile_filter'])) {
185
- throw new Error("Expected the field `notefile_filter` to be an array in the JSON data but got " + data['notefile_filter']);
183
+ if (!Array.isArray(data["notefile_filter"])) {
184
+ throw new Error("Expected the field `notefile_filter` to be an array in the JSON data but got " + data["notefile_filter"]);
186
185
  }
187
186
  // ensure the json data is a string
188
- if (data['routing_cooldown_period'] && !(typeof data['routing_cooldown_period'] === 'string' || data['routing_cooldown_period'] instanceof String)) {
189
- throw new Error("Expected the field `routing_cooldown_period` to be a primitive type in the JSON string but got " + data['routing_cooldown_period']);
187
+ if (data["routing_cooldown_period"] && !(typeof data["routing_cooldown_period"] === "string" || data["routing_cooldown_period"] instanceof String)) {
188
+ throw new Error("Expected the field `routing_cooldown_period` to be a primitive type in the JSON string but got " + data["routing_cooldown_period"]);
190
189
  }
191
190
  // ensure the json data is a string
192
- if (data['source_selector'] && !(typeof data['source_selector'] === 'string' || data['source_selector'] instanceof String)) {
193
- throw new Error("Expected the field `source_selector` to be a primitive type in the JSON string but got " + data['source_selector']);
191
+ if (data["source_selector"] && !(typeof data["source_selector"] === "string" || data["source_selector"] instanceof String)) {
192
+ throw new Error("Expected the field `source_selector` to be a primitive type in the JSON string but got " + data["source_selector"]);
194
193
  }
195
194
  // ensure the json data is a string
196
- if (data['source_type'] && !(typeof data['source_type'] === 'string' || data['source_type'] instanceof String)) {
197
- throw new Error("Expected the field `source_type` to be a primitive type in the JSON string but got " + data['source_type']);
195
+ if (data["source_type"] && !(typeof data["source_type"] === "string" || data["source_type"] instanceof String)) {
196
+ throw new Error("Expected the field `source_type` to be a primitive type in the JSON string but got " + data["source_type"]);
198
197
  }
199
198
  // ensure the json data is a string
200
- if (data['uid'] && !(typeof data['uid'] === 'string' || data['uid'] instanceof String)) {
201
- throw new Error("Expected the field `uid` to be a primitive type in the JSON string but got " + data['uid']);
199
+ if (data["uid"] && !(typeof data["uid"] === "string" || data["uid"] instanceof String)) {
200
+ throw new Error("Expected the field `uid` to be a primitive type in the JSON string but got " + data["uid"]);
202
201
  }
203
202
  return true;
204
203
  }
@@ -208,135 +207,135 @@ var Monitor = /*#__PURE__*/function () {
208
207
  * Aggregate function to apply to the selected values before applying the condition. [none, sum, average, max, min]
209
208
  * @member {module:model/Monitor.AggregateFunctionEnum} aggregate_function
210
209
  */
211
- Monitor.prototype['aggregate_function'] = undefined;
210
+ Monitor.prototype["aggregate_function"] = undefined;
212
211
 
213
212
  /**
214
213
  * The time window to aggregate the selected values. It follows the format of a number followed by a time unit
215
214
  * @member {String} aggregate_window
216
215
  */
217
- Monitor.prototype['aggregate_window'] = undefined;
216
+ Monitor.prototype["aggregate_window"] = undefined;
218
217
 
219
218
  /**
220
219
  * If true, the monitor is in alert state.
221
220
  * @member {Boolean} alert
222
221
  */
223
- Monitor.prototype['alert'] = undefined;
222
+ Monitor.prototype["alert"] = undefined;
224
223
 
225
224
  /**
226
225
  * @member {Array.<module:model/MonitorAlertRoutesInner>} alert_routes
227
226
  */
228
- Monitor.prototype['alert_routes'] = undefined;
227
+ Monitor.prototype["alert_routes"] = undefined;
229
228
 
230
229
  /**
231
230
  * A comparison operation to apply to the value selected by the source_selector [greater_than, greater_than_or_equal_to, less_than, less_than_or_equal_to, equal_to, not_equal_to]
232
231
  * @member {module:model/Monitor.ConditionTypeEnum} condition_type
233
232
  */
234
- Monitor.prototype['condition_type'] = undefined;
233
+ Monitor.prototype["condition_type"] = undefined;
235
234
 
236
235
  /**
237
236
  * @member {String} description
238
237
  */
239
- Monitor.prototype['description'] = undefined;
238
+ Monitor.prototype["description"] = undefined;
240
239
 
241
240
  /**
242
241
  * If true, the monitor will not be evaluated.
243
242
  * @member {Boolean} disabled
244
243
  */
245
- Monitor.prototype['disabled'] = undefined;
244
+ Monitor.prototype["disabled"] = undefined;
246
245
 
247
246
  /**
248
247
  * @member {Array.<String>} fleet_filter
249
248
  */
250
- Monitor.prototype['fleet_filter'] = undefined;
249
+ Monitor.prototype["fleet_filter"] = undefined;
251
250
 
252
251
  /**
253
252
  * The last time the monitor was evaluated and routed.
254
253
  * @member {String} last_routed_at
255
254
  */
256
- Monitor.prototype['last_routed_at'] = undefined;
255
+ Monitor.prototype["last_routed_at"] = undefined;
257
256
 
258
257
  /**
259
258
  * @member {String} name
260
259
  */
261
- Monitor.prototype['name'] = undefined;
260
+ Monitor.prototype["name"] = undefined;
262
261
 
263
262
  /**
264
263
  * @member {Array.<String>} notefile_filter
265
264
  */
266
- Monitor.prototype['notefile_filter'] = undefined;
265
+ Monitor.prototype["notefile_filter"] = undefined;
267
266
 
268
267
  /**
269
268
  * Only relevant when using an aggregate_function. If true, the monitor will be evaluated per device, | rather than across the set of selected devices. If true then if a single device matches the specified criteria, | and alert will be created, otherwise the aggregate function will be applied across all devices.
270
269
  * @member {Boolean} per_device
271
270
  */
272
- Monitor.prototype['per_device'] = undefined;
271
+ Monitor.prototype["per_device"] = undefined;
273
272
 
274
273
  /**
275
274
  * The time period to wait before routing another event after the monitor | has been triggered. It follows the format of a number followed by a time unit.
276
275
  * @member {String} routing_cooldown_period
277
276
  */
278
- Monitor.prototype['routing_cooldown_period'] = undefined;
277
+ Monitor.prototype["routing_cooldown_period"] = undefined;
279
278
 
280
279
  /**
281
280
  * If true, alerts will be created, but no notifications will be sent.
282
281
  * @member {Boolean} silenced
283
282
  */
284
- Monitor.prototype['silenced'] = undefined;
283
+ Monitor.prototype["silenced"] = undefined;
285
284
 
286
285
  /**
287
286
  * A valid JSONata expression that selects the value to monitor from the source. | It should return a single, numeric value.
288
287
  * @member {String} source_selector
289
288
  */
290
- Monitor.prototype['source_selector'] = undefined;
289
+ Monitor.prototype["source_selector"] = undefined;
291
290
 
292
291
  /**
293
292
  * The type of source to monitor. Currently only \"event\" is supported.
294
293
  * @member {module:model/Monitor.SourceTypeEnum} source_type
295
294
  */
296
- Monitor.prototype['source_type'] = undefined;
295
+ Monitor.prototype["source_type"] = undefined;
297
296
 
298
297
  /**
299
298
  * The type of condition to apply to the value selected by the source_selector
300
299
  * @member {Number} threshold
301
300
  */
302
- Monitor.prototype['threshold'] = undefined;
301
+ Monitor.prototype["threshold"] = undefined;
303
302
 
304
303
  /**
305
304
  * @member {String} uid
306
305
  */
307
- Monitor.prototype['uid'] = undefined;
306
+ Monitor.prototype["uid"] = undefined;
308
307
 
309
308
  /**
310
309
  * Allowed values for the <code>aggregate_function</code> property.
311
310
  * @enum {String}
312
311
  * @readonly
313
312
  */
314
- Monitor['AggregateFunctionEnum'] = {
313
+ Monitor["AggregateFunctionEnum"] = {
315
314
  /**
316
315
  * value: "none"
317
316
  * @const
318
317
  */
319
- "none": "none",
318
+ none: "none",
320
319
  /**
321
320
  * value: "sum"
322
321
  * @const
323
322
  */
324
- "sum": "sum",
323
+ sum: "sum",
325
324
  /**
326
325
  * value: "average"
327
326
  * @const
328
327
  */
329
- "average": "average",
328
+ average: "average",
330
329
  /**
331
330
  * value: "max"
332
331
  * @const
333
332
  */
334
- "max": "max",
333
+ max: "max",
335
334
  /**
336
335
  * value: "min"
337
336
  * @const
338
337
  */
339
- "min": "min"
338
+ min: "min"
340
339
  };
341
340
 
342
341
  /**
@@ -344,37 +343,37 @@ Monitor['AggregateFunctionEnum'] = {
344
343
  * @enum {String}
345
344
  * @readonly
346
345
  */
347
- Monitor['ConditionTypeEnum'] = {
346
+ Monitor["ConditionTypeEnum"] = {
348
347
  /**
349
348
  * value: "greater_than"
350
349
  * @const
351
350
  */
352
- "greater_than": "greater_than",
351
+ greater_than: "greater_than",
353
352
  /**
354
353
  * value: "greater_than_or_equal_to"
355
354
  * @const
356
355
  */
357
- "greater_than_or_equal_to": "greater_than_or_equal_to",
356
+ greater_than_or_equal_to: "greater_than_or_equal_to",
358
357
  /**
359
358
  * value: "less_than"
360
359
  * @const
361
360
  */
362
- "less_than": "less_than",
361
+ less_than: "less_than",
363
362
  /**
364
363
  * value: "less_than_or_equal_to"
365
364
  * @const
366
365
  */
367
- "less_than_or_equal_to": "less_than_or_equal_to",
366
+ less_than_or_equal_to: "less_than_or_equal_to",
368
367
  /**
369
368
  * value: "equal_to"
370
369
  * @const
371
370
  */
372
- "equal_to": "equal_to",
371
+ equal_to: "equal_to",
373
372
  /**
374
373
  * value: "not_equal_to"
375
374
  * @const
376
375
  */
377
- "not_equal_to": "not_equal_to"
376
+ not_equal_to: "not_equal_to"
378
377
  };
379
378
 
380
379
  /**
@@ -382,11 +381,11 @@ Monitor['ConditionTypeEnum'] = {
382
381
  * @enum {String}
383
382
  * @readonly
384
383
  */
385
- Monitor['SourceTypeEnum'] = {
384
+ Monitor["SourceTypeEnum"] = {
386
385
  /**
387
386
  * value: "event"
388
387
  * @const
389
388
  */
390
- "event": "event"
389
+ event: "event"
391
390
  };
392
391
  var _default = exports["default"] = Monitor;
@@ -18,7 +18,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
18
18
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
19
19
  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); } /**
20
20
  * Notehub API
21
- * The OpenAPI definition for the Notehub.io API.
21
+ * The OpenAPI definition for the Notehub.io API.
22
22
  *
23
23
  * The version of the OpenAPI document: 1.2.0
24
24
  * Contact: engineering@blues.io
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The MonitorAlertRoutesInner model module.
33
33
  * @module model/MonitorAlertRoutesInner
34
- * @version 4.0.0-beta.3
34
+ * @version 4.0.0
35
35
  */
36
36
  var MonitorAlertRoutesInner = /*#__PURE__*/function () {
37
37
  /**
@@ -105,7 +105,8 @@ var MonitorAlertRoutesInner = /*#__PURE__*/function () {
105
105
  } else if (match === 0) {
106
106
  this.actualInstance = null; // clear the actual instance in case there are multiple matches
107
107
  throw new Error("No match found constructing `MonitorAlertRoutesInner` with oneOf schemas EmailNotification, SlackBearerNotification, SlackWebHookNotification. Details: " + errorMessages.join(", "));
108
- } else {// only 1 match
108
+ } else {
109
+ // only 1 match
109
110
  // the input is valid
110
111
  }
111
112
  }
@@ -157,36 +158,36 @@ _MonitorAlertRoutesInner = MonitorAlertRoutesInner;
157
158
  _defineProperty(MonitorAlertRoutesInner, "fromJSON", function (json_string) {
158
159
  return _MonitorAlertRoutesInner.constructFromObject(JSON.parse(json_string));
159
160
  });
160
- MonitorAlertRoutesInner.prototype['message_type'] = undefined;
161
+ MonitorAlertRoutesInner.prototype["message_type"] = undefined;
161
162
 
162
163
  /**
163
164
  * The text of the message, or the blocks definition
164
165
  * @member {String} text
165
166
  */
166
- MonitorAlertRoutesInner.prototype['text'] = undefined;
167
+ MonitorAlertRoutesInner.prototype["text"] = undefined;
167
168
 
168
169
  /**
169
170
  * The URL of the Slack webhook.
170
171
  * @member {String} url
171
172
  */
172
- MonitorAlertRoutesInner.prototype['url'] = undefined;
173
+ MonitorAlertRoutesInner.prototype["url"] = undefined;
173
174
 
174
175
  /**
175
176
  * The channel to send the message to.
176
177
  * @member {String} channel
177
178
  */
178
- MonitorAlertRoutesInner.prototype['channel'] = undefined;
179
+ MonitorAlertRoutesInner.prototype["channel"] = undefined;
179
180
 
180
181
  /**
181
182
  * The bearer token for the Slack app.
182
183
  * @member {String} token
183
184
  */
184
- MonitorAlertRoutesInner.prototype['token'] = undefined;
185
+ MonitorAlertRoutesInner.prototype["token"] = undefined;
185
186
 
186
187
  /**
187
188
  * Email Address
188
189
  * @member {String} email
189
190
  */
190
- MonitorAlertRoutesInner.prototype['email'] = undefined;
191
+ MonitorAlertRoutesInner.prototype["email"] = undefined;
191
192
  MonitorAlertRoutesInner.OneOf = ["EmailNotification", "SlackBearerNotification", "SlackWebHookNotification"];
192
193
  var _default = exports["default"] = MonitorAlertRoutesInner;