@blues-inc/notehub-js 6.2.0-beta.3 → 6.2.0-beta.30

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 (169) hide show
  1. package/README.md +301 -285
  2. package/dist/ApiClient.js +150 -150
  3. package/dist/api/AlertApi.js +22 -22
  4. package/dist/api/AuthorizationApi.js +31 -31
  5. package/dist/api/BillingAccountApi.js +30 -30
  6. package/dist/api/DeviceApi.js +477 -356
  7. package/dist/api/EventApi.js +118 -118
  8. package/dist/api/ExternalDevicesApi.js +41 -41
  9. package/dist/api/JobsApi.js +74 -127
  10. package/dist/api/MonitorApi.js +52 -52
  11. package/dist/api/ProjectApi.js +519 -406
  12. package/dist/api/RouteApi.js +83 -83
  13. package/dist/api/UsageApi.js +67 -67
  14. package/dist/api/WebhookApi.js +366 -53
  15. package/dist/index.js +63 -0
  16. package/dist/model/AWSRoleConfig.js +14 -14
  17. package/dist/model/AddDeviceToFleetsRequest.js +8 -8
  18. package/dist/model/Alert.js +74 -76
  19. package/dist/model/AlertDataInner.js +36 -36
  20. package/dist/model/AlertNotificationsInner.js +18 -18
  21. package/dist/model/AwsRoute.js +70 -70
  22. package/dist/model/AzureRoute.js +43 -43
  23. package/dist/model/BillingAccount.js +21 -21
  24. package/dist/model/BillingAccountRole.js +14 -9
  25. package/dist/model/BlynkRoute.js +28 -28
  26. package/dist/model/Body.js +5 -5
  27. package/dist/model/CancelJobRun200Response.js +6 -6
  28. package/dist/model/CellularPlan.js +34 -34
  29. package/dist/model/CloneProjectRequest.js +20 -20
  30. package/dist/model/Contact.js +22 -22
  31. package/dist/model/CreateFleetRequest.js +20 -20
  32. package/dist/model/CreateJob201Response.js +8 -8
  33. package/dist/model/CreateLegacyWebhookEventRequest.js +118 -0
  34. package/dist/model/CreateMonitor.js +177 -128
  35. package/dist/model/CreateProductRequest.js +22 -22
  36. package/dist/model/CreateProjectRequest.js +16 -16
  37. package/dist/model/CreateUpdateRepository.js +17 -17
  38. package/dist/model/CurrentFirmware.js +12 -12
  39. package/dist/model/DFUEnv.js +12 -12
  40. package/dist/model/DFUState.js +65 -65
  41. package/dist/model/DataField.js +7 -7
  42. package/dist/model/DataSetField.js +19 -19
  43. package/dist/model/DataUsage.js +14 -14
  44. package/dist/model/DatacakeRoute.js +35 -35
  45. package/dist/model/DeleteDeviceFromFleetsRequest.js +8 -8
  46. package/dist/model/DeleteJob200Response.js +6 -6
  47. package/dist/model/DeleteNotefilesRequest.js +7 -7
  48. package/dist/model/Device.js +106 -107
  49. package/dist/model/DeviceDfuHistory.js +19 -20
  50. package/dist/model/DeviceDfuHistoryCurrent.js +32 -32
  51. package/dist/model/DeviceDfuHistoryPage.js +12 -13
  52. package/dist/model/DeviceDfuStateMachine.js +24 -25
  53. package/dist/model/DeviceDfuStateMachineNode.js +22 -22
  54. package/dist/model/DeviceDfuStatus.js +20 -20
  55. package/dist/model/DeviceDfuStatusPage.js +12 -13
  56. package/dist/model/DeviceSession.js +221 -221
  57. package/dist/model/DeviceTowerInfo.js +14 -14
  58. package/dist/model/DeviceUsage.js +32 -32
  59. package/dist/model/DfuActionRequest.js +7 -7
  60. package/dist/model/EmailNotification.js +7 -7
  61. package/dist/model/EnvTreeJsonNode.js +67 -69
  62. package/dist/model/EnvVar.js +18 -18
  63. package/dist/model/EnvironmentVariables.js +8 -8
  64. package/dist/model/Error.js +31 -31
  65. package/dist/model/Event.js +248 -248
  66. package/dist/model/Filter.js +16 -16
  67. package/dist/model/Firmware.js +49 -49
  68. package/dist/model/FirmwareInfo.js +68 -68
  69. package/dist/model/Fleet.js +38 -38
  70. package/dist/model/FleetConnectivityAssurance.js +5 -5
  71. package/dist/model/GetAlerts200Response.js +14 -15
  72. package/dist/model/GetBillingAccount200Response.js +25 -25
  73. package/dist/model/GetBillingAccount200ResponsePlan.js +22 -22
  74. package/dist/model/GetBillingAccountBalanceHistory200Response.js +9 -10
  75. package/dist/model/GetBillingAccountBalanceHistory200ResponseDataInner.js +17 -17
  76. package/dist/model/GetBillingAccounts200Response.js +9 -10
  77. package/dist/model/GetDataUsage200Response.js +12 -13
  78. package/dist/model/GetDataUsage200ResponseDataInner.js +43 -44
  79. package/dist/model/GetDbNote200Response.js +13 -13
  80. package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +16 -16
  81. package/dist/model/GetDeviceFleets200Response.js +11 -12
  82. package/dist/model/GetDeviceHealthLog200Response.js +11 -12
  83. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +19 -19
  84. package/dist/model/GetDeviceJourney200Response.js +149 -0
  85. package/dist/model/GetDeviceJourney200ResponseJourney.js +142 -0
  86. package/dist/model/GetDeviceJourneys200Response.js +141 -0
  87. package/dist/model/GetDeviceJourneys200ResponseJourneysInner.js +133 -0
  88. package/dist/model/GetDeviceLatestEvents200Response.js +9 -10
  89. package/dist/model/GetDevicePlans200Response.js +9 -10
  90. package/dist/model/GetDevicePublicKey200Response.js +16 -16
  91. package/dist/model/GetDevicePublicKeys200Response.js +16 -17
  92. package/dist/model/GetDevicePublicKeys200ResponseDevicePublicKeysInner.js +12 -12
  93. package/dist/model/GetDeviceSessions200Response.js +16 -17
  94. package/dist/model/GetDevices200Response.js +16 -17
  95. package/dist/model/GetEvents200Response.js +20 -21
  96. package/dist/model/GetEventsByCursor200Response.js +23 -24
  97. package/dist/model/GetJobRuns200Response.js +11 -12
  98. package/dist/model/GetJobs200Response.js +11 -12
  99. package/dist/model/GetNotefile200Response.js +11 -11
  100. package/dist/model/GetProducts200Response.js +9 -10
  101. package/dist/model/GetProjectMembers200Response.js +11 -12
  102. package/dist/model/GetProjects200Response.js +9 -10
  103. package/dist/model/GetRouteLogsUsage200Response.js +14 -15
  104. package/dist/model/GetSessionsUsage200Response.js +15 -16
  105. package/dist/model/GetWebhooks200Response.js +9 -10
  106. package/dist/model/GoogleRoute.js +33 -33
  107. package/dist/model/HttpRoute.js +35 -35
  108. package/dist/model/Job.js +28 -50
  109. package/dist/model/JobRun.js +57 -57
  110. package/dist/model/Location.js +40 -40
  111. package/dist/model/Login200Response.js +7 -7
  112. package/dist/model/LoginRequest.js +12 -12
  113. package/dist/model/Monitor.js +136 -102
  114. package/dist/model/MonitorAlertRoutesInner.js +10 -9
  115. package/dist/model/MqttRoute.js +68 -68
  116. package/dist/model/Note.js +31 -31
  117. package/dist/model/NoteInput.js +9 -9
  118. package/dist/model/Notefile.js +22 -23
  119. package/dist/model/NotefileSchema.js +18 -19
  120. package/dist/model/NotehubRoute.js +103 -103
  121. package/dist/model/NotehubRouteSummary.js +23 -23
  122. package/dist/model/OAuth2Error.js +20 -20
  123. package/dist/model/OAuth2TokenResponse.js +23 -23
  124. package/dist/model/PersonalAccessToken.js +34 -34
  125. package/dist/model/PersonalAccessTokenCreatedBy.js +17 -17
  126. package/dist/model/PersonalAccessTokenInfo.js +18 -18
  127. package/dist/model/PersonalAccessTokenSecret.js +12 -12
  128. package/dist/model/Product.js +26 -26
  129. package/dist/model/Project.js +34 -34
  130. package/dist/model/ProjectMember.js +22 -22
  131. package/dist/model/ProvisionDeviceRequest.js +18 -18
  132. package/dist/model/ProxyRoute.js +29 -29
  133. package/dist/model/QubitroRoute.js +33 -33
  134. package/dist/model/RadRoute.js +31 -31
  135. package/dist/model/Repository.js +22 -22
  136. package/dist/model/RepositoryListResponse.js +131 -0
  137. package/dist/model/RepositoryTokenRequest.js +116 -0
  138. package/dist/model/RepositoryTokenResponse.js +182 -0
  139. package/dist/model/Role.js +9 -9
  140. package/dist/model/RouteLog.js +38 -38
  141. package/dist/model/RouteTransformSettings.js +18 -18
  142. package/dist/model/RunJob200Response.js +8 -8
  143. package/dist/model/S3ArchiveRoute.js +79 -79
  144. package/dist/model/SatelliteDataUsage.js +18 -18
  145. package/dist/model/SatellitePlan.js +29 -29
  146. package/dist/model/SchemaProperty.js +36 -38
  147. package/dist/model/SignalDevice200Response.js +5 -5
  148. package/dist/model/SimUsage.js +19 -19
  149. package/dist/model/SlackBearerNotification.js +25 -25
  150. package/dist/model/SlackRoute.js +48 -48
  151. package/dist/model/SlackWebHookNotification.js +20 -20
  152. package/dist/model/SnowflakeRoute.js +45 -45
  153. package/dist/model/SnowpipeStreamingRoute.js +60 -60
  154. package/dist/model/ThingworxRoute.js +33 -33
  155. package/dist/model/TowerLocation.js +54 -54
  156. package/dist/model/TwilioRoute.js +43 -43
  157. package/dist/model/UpdateFleetRequest.js +33 -33
  158. package/dist/model/UpdateHostFirmwareRequest.js +117 -0
  159. package/dist/model/UploadMetadata.js +64 -64
  160. package/dist/model/UsageData.js +33 -33
  161. package/dist/model/UsageEventsData.js +49 -49
  162. package/dist/model/UsageEventsResponse.js +14 -15
  163. package/dist/model/UsageRouteLogsData.js +30 -30
  164. package/dist/model/UsageSessionsData.js +43 -43
  165. package/dist/model/UserDfuStateMachine.js +20 -20
  166. package/dist/model/UserDfuStateMachineStatus.js +20 -20
  167. package/dist/model/UserFirmwareInfo.js +12 -12
  168. package/dist/model/WebhookSettings.js +15 -15
  169. package/package.json +3 -3
@@ -0,0 +1,182 @@
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
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
+ 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); }
10
+ function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
11
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
12
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
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
+ * The RepositoryTokenResponse model module.
31
+ * @module model/RepositoryTokenResponse
32
+ * @version 6.2.0-beta.30
33
+ */
34
+ var RepositoryTokenResponse = /*#__PURE__*/function () {
35
+ /**
36
+ * Constructs a new <code>RepositoryTokenResponse</code>.
37
+ * @alias module:model/RepositoryTokenResponse
38
+ * @param database {String} Storage service database name scoped to this repository
39
+ * @param expiresAt {Date} Absolute expiration time of the ephemeral user. The storage service will reject connections and queries after this instant.
40
+ * @param host {String} Storage service hostname the caller should connect to
41
+ * @param password {String} Ephemeral password. Returned once; not stored by Notehub. Hold this in memory only and discard after `expires_at`.
42
+ * @param port {Number} Storage service port
43
+ * @param username {String} Ephemeral storage service username (prefixed with `u_`)
44
+ */
45
+ function RepositoryTokenResponse(database, expiresAt, host, password, port, username) {
46
+ _classCallCheck(this, RepositoryTokenResponse);
47
+ RepositoryTokenResponse.initialize(this, database, expiresAt, host, password, port, username);
48
+ }
49
+
50
+ /**
51
+ * Initializes the fields of this object.
52
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
53
+ * Only for internal use.
54
+ */
55
+ return _createClass(RepositoryTokenResponse, null, [{
56
+ key: "initialize",
57
+ value: function initialize(obj, database, expiresAt, host, password, port, username) {
58
+ obj["database"] = database;
59
+ obj["expires_at"] = expiresAt;
60
+ obj["host"] = host;
61
+ obj["password"] = password;
62
+ obj["port"] = port;
63
+ obj["username"] = username;
64
+ }
65
+
66
+ /**
67
+ * Constructs a <code>RepositoryTokenResponse</code> from a plain JavaScript object, optionally creating a new instance.
68
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
69
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
70
+ * @param {module:model/RepositoryTokenResponse} obj Optional instance to populate.
71
+ * @return {module:model/RepositoryTokenResponse} The populated <code>RepositoryTokenResponse</code> instance.
72
+ */
73
+ }, {
74
+ key: "constructFromObject",
75
+ value: function constructFromObject(data, obj) {
76
+ if (data) {
77
+ obj = obj || new RepositoryTokenResponse();
78
+ if (data.hasOwnProperty("database")) {
79
+ obj["database"] = _ApiClient["default"].convertToType(data["database"], "String");
80
+ }
81
+ if (data.hasOwnProperty("expires_at")) {
82
+ obj["expires_at"] = _ApiClient["default"].convertToType(data["expires_at"], "Date");
83
+ }
84
+ if (data.hasOwnProperty("host")) {
85
+ obj["host"] = _ApiClient["default"].convertToType(data["host"], "String");
86
+ }
87
+ if (data.hasOwnProperty("password")) {
88
+ obj["password"] = _ApiClient["default"].convertToType(data["password"], "String");
89
+ }
90
+ if (data.hasOwnProperty("port")) {
91
+ obj["port"] = _ApiClient["default"].convertToType(data["port"], "Number");
92
+ }
93
+ if (data.hasOwnProperty("username")) {
94
+ obj["username"] = _ApiClient["default"].convertToType(data["username"], "String");
95
+ }
96
+ } else if (data === null) {
97
+ return null;
98
+ }
99
+ return obj;
100
+ }
101
+
102
+ /**
103
+ * Validates the JSON data with respect to <code>RepositoryTokenResponse</code>.
104
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
105
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>RepositoryTokenResponse</code>.
106
+ */
107
+ }, {
108
+ key: "validateJSON",
109
+ value: function validateJSON(data) {
110
+ // check to make sure all required properties are present in the JSON string
111
+ var _iterator = _createForOfIteratorHelper(RepositoryTokenResponse.RequiredProperties),
112
+ _step;
113
+ try {
114
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
115
+ var property = _step.value;
116
+ if (!data[property]) {
117
+ throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
118
+ }
119
+ }
120
+ // ensure the json data is a string
121
+ } catch (err) {
122
+ _iterator.e(err);
123
+ } finally {
124
+ _iterator.f();
125
+ }
126
+ if (data["database"] && !(typeof data["database"] === "string" || data["database"] instanceof String)) {
127
+ throw new Error("Expected the field `database` to be a primitive type in the JSON string but got " + data["database"]);
128
+ }
129
+ // ensure the json data is a string
130
+ if (data["host"] && !(typeof data["host"] === "string" || data["host"] instanceof String)) {
131
+ throw new Error("Expected the field `host` to be a primitive type in the JSON string but got " + data["host"]);
132
+ }
133
+ // ensure the json data is a string
134
+ if (data["password"] && !(typeof data["password"] === "string" || data["password"] instanceof String)) {
135
+ throw new Error("Expected the field `password` to be a primitive type in the JSON string but got " + data["password"]);
136
+ }
137
+ // ensure the json data is a string
138
+ if (data["username"] && !(typeof data["username"] === "string" || data["username"] instanceof String)) {
139
+ throw new Error("Expected the field `username` to be a primitive type in the JSON string but got " + data["username"]);
140
+ }
141
+ return true;
142
+ }
143
+ }]);
144
+ }();
145
+ RepositoryTokenResponse.RequiredProperties = ["database", "expires_at", "host", "password", "port", "username"];
146
+
147
+ /**
148
+ * Storage service database name scoped to this repository
149
+ * @member {String} database
150
+ */
151
+ RepositoryTokenResponse.prototype["database"] = undefined;
152
+
153
+ /**
154
+ * Absolute expiration time of the ephemeral user. The storage service will reject connections and queries after this instant.
155
+ * @member {Date} expires_at
156
+ */
157
+ RepositoryTokenResponse.prototype["expires_at"] = undefined;
158
+
159
+ /**
160
+ * Storage service hostname the caller should connect to
161
+ * @member {String} host
162
+ */
163
+ RepositoryTokenResponse.prototype["host"] = undefined;
164
+
165
+ /**
166
+ * Ephemeral password. Returned once; not stored by Notehub. Hold this in memory only and discard after `expires_at`.
167
+ * @member {String} password
168
+ */
169
+ RepositoryTokenResponse.prototype["password"] = undefined;
170
+
171
+ /**
172
+ * Storage service port
173
+ * @member {Number} port
174
+ */
175
+ RepositoryTokenResponse.prototype["port"] = undefined;
176
+
177
+ /**
178
+ * Ephemeral storage service username (prefixed with `u_`)
179
+ * @member {String} username
180
+ */
181
+ RepositoryTokenResponse.prototype["username"] = undefined;
182
+ var _default = exports["default"] = RepositoryTokenResponse;
@@ -14,7 +14,7 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
14
14
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
15
15
  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); } /**
16
16
  * Notehub API
17
- * The OpenAPI definition for the Notehub.io API.
17
+ * The OpenAPI definition for the Notehub.io API.
18
18
  *
19
19
  * The version of the OpenAPI document: 1.2.0
20
20
  * Contact: engineering@blues.io
@@ -25,10 +25,10 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
25
25
  *
26
26
  */
27
27
  /**
28
- * Enum class Role.
29
- * @enum {}
30
- * @readonly
31
- */
28
+ * Enum class Role.
29
+ * @enum {}
30
+ * @readonly
31
+ */
32
32
  var Role = exports["default"] = /*#__PURE__*/function () {
33
33
  function Role() {
34
34
  _classCallCheck(this, Role);
@@ -62,10 +62,10 @@ var Role = exports["default"] = /*#__PURE__*/function () {
62
62
  key: "constructFromObject",
63
63
  value:
64
64
  /**
65
- * Returns a <code>Role</code> enum value from a Javascript object name.
66
- * @param {Object} data The plain JavaScript object containing the name of the enum value.
67
- * @return {module:model/Role} The enum <code>Role</code> value.
68
- */
65
+ * Returns a <code>Role</code> enum value from a Javascript object name.
66
+ * @param {Object} data The plain JavaScript object containing the name of the enum value.
67
+ * @return {module:model/Role} The enum <code>Role</code> value.
68
+ */
69
69
  function constructFromObject(object) {
70
70
  return object;
71
71
  }
@@ -13,7 +13,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
13
13
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
14
  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); } /**
15
15
  * Notehub API
16
- * The OpenAPI definition for the Notehub.io API.
16
+ * The OpenAPI definition for the Notehub.io API.
17
17
  *
18
18
  * The version of the OpenAPI document: 1.2.0
19
19
  * Contact: engineering@blues.io
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The RouteLog model module.
28
28
  * @module model/RouteLog
29
- * @version 6.2.0-beta.3
29
+ * @version 6.2.0-beta.30
30
30
  */
31
31
  var RouteLog = /*#__PURE__*/function () {
32
32
  /**
@@ -59,29 +59,29 @@ var RouteLog = /*#__PURE__*/function () {
59
59
  value: function constructFromObject(data, obj) {
60
60
  if (data) {
61
61
  obj = obj || new RouteLog();
62
- if (data.hasOwnProperty('attn')) {
63
- obj['attn'] = _ApiClient["default"].convertToType(data['attn'], 'Boolean');
62
+ if (data.hasOwnProperty("attn")) {
63
+ obj["attn"] = _ApiClient["default"].convertToType(data["attn"], "Boolean");
64
64
  }
65
- if (data.hasOwnProperty('date')) {
66
- obj['date'] = _ApiClient["default"].convertToType(data['date'], 'String');
65
+ if (data.hasOwnProperty("date")) {
66
+ obj["date"] = _ApiClient["default"].convertToType(data["date"], "String");
67
67
  }
68
- if (data.hasOwnProperty('duration')) {
69
- obj['duration'] = _ApiClient["default"].convertToType(data['duration'], 'Number');
68
+ if (data.hasOwnProperty("duration")) {
69
+ obj["duration"] = _ApiClient["default"].convertToType(data["duration"], "Number");
70
70
  }
71
- if (data.hasOwnProperty('event_uid')) {
72
- obj['event_uid'] = _ApiClient["default"].convertToType(data['event_uid'], 'String');
71
+ if (data.hasOwnProperty("event_uid")) {
72
+ obj["event_uid"] = _ApiClient["default"].convertToType(data["event_uid"], "String");
73
73
  }
74
- if (data.hasOwnProperty('route_uid')) {
75
- obj['route_uid'] = _ApiClient["default"].convertToType(data['route_uid'], 'String');
74
+ if (data.hasOwnProperty("route_uid")) {
75
+ obj["route_uid"] = _ApiClient["default"].convertToType(data["route_uid"], "String");
76
76
  }
77
- if (data.hasOwnProperty('status')) {
78
- obj['status'] = _ApiClient["default"].convertToType(data['status'], 'String');
77
+ if (data.hasOwnProperty("status")) {
78
+ obj["status"] = _ApiClient["default"].convertToType(data["status"], "String");
79
79
  }
80
- if (data.hasOwnProperty('text')) {
81
- obj['text'] = _ApiClient["default"].convertToType(data['text'], 'String');
80
+ if (data.hasOwnProperty("text")) {
81
+ obj["text"] = _ApiClient["default"].convertToType(data["text"], "String");
82
82
  }
83
- if (data.hasOwnProperty('url')) {
84
- obj['url'] = _ApiClient["default"].convertToType(data['url'], 'String');
83
+ if (data.hasOwnProperty("url")) {
84
+ obj["url"] = _ApiClient["default"].convertToType(data["url"], "String");
85
85
  }
86
86
  } else if (data === null) {
87
87
  return null;
@@ -98,28 +98,28 @@ var RouteLog = /*#__PURE__*/function () {
98
98
  key: "validateJSON",
99
99
  value: function validateJSON(data) {
100
100
  // ensure the json data is a string
101
- if (data['date'] && !(typeof data['date'] === 'string' || data['date'] instanceof String)) {
102
- throw new Error("Expected the field `date` to be a primitive type in the JSON string but got " + data['date']);
101
+ if (data["date"] && !(typeof data["date"] === "string" || data["date"] instanceof String)) {
102
+ throw new Error("Expected the field `date` to be a primitive type in the JSON string but got " + data["date"]);
103
103
  }
104
104
  // ensure the json data is a string
105
- if (data['event_uid'] && !(typeof data['event_uid'] === 'string' || data['event_uid'] instanceof String)) {
106
- throw new Error("Expected the field `event_uid` to be a primitive type in the JSON string but got " + data['event_uid']);
105
+ if (data["event_uid"] && !(typeof data["event_uid"] === "string" || data["event_uid"] instanceof String)) {
106
+ throw new Error("Expected the field `event_uid` to be a primitive type in the JSON string but got " + data["event_uid"]);
107
107
  }
108
108
  // ensure the json data is a string
109
- if (data['route_uid'] && !(typeof data['route_uid'] === 'string' || data['route_uid'] instanceof String)) {
110
- throw new Error("Expected the field `route_uid` to be a primitive type in the JSON string but got " + data['route_uid']);
109
+ if (data["route_uid"] && !(typeof data["route_uid"] === "string" || data["route_uid"] instanceof String)) {
110
+ throw new Error("Expected the field `route_uid` to be a primitive type in the JSON string but got " + data["route_uid"]);
111
111
  }
112
112
  // ensure the json data is a string
113
- if (data['status'] && !(typeof data['status'] === 'string' || data['status'] instanceof String)) {
114
- throw new Error("Expected the field `status` to be a primitive type in the JSON string but got " + data['status']);
113
+ if (data["status"] && !(typeof data["status"] === "string" || data["status"] instanceof String)) {
114
+ throw new Error("Expected the field `status` to be a primitive type in the JSON string but got " + data["status"]);
115
115
  }
116
116
  // ensure the json data is a string
117
- if (data['text'] && !(typeof data['text'] === 'string' || data['text'] instanceof String)) {
118
- throw new Error("Expected the field `text` to be a primitive type in the JSON string but got " + data['text']);
117
+ if (data["text"] && !(typeof data["text"] === "string" || data["text"] instanceof String)) {
118
+ throw new Error("Expected the field `text` to be a primitive type in the JSON string but got " + data["text"]);
119
119
  }
120
120
  // ensure the json data is a string
121
- if (data['url'] && !(typeof data['url'] === 'string' || data['url'] instanceof String)) {
122
- throw new Error("Expected the field `url` to be a primitive type in the JSON string but got " + data['url']);
121
+ if (data["url"] && !(typeof data["url"] === "string" || data["url"] instanceof String)) {
122
+ throw new Error("Expected the field `url` to be a primitive type in the JSON string but got " + data["url"]);
123
123
  }
124
124
  return true;
125
125
  }
@@ -129,47 +129,47 @@ var RouteLog = /*#__PURE__*/function () {
129
129
  * If true, an error was returned when routing
130
130
  * @member {Boolean} attn
131
131
  */
132
- RouteLog.prototype['attn'] = undefined;
132
+ RouteLog.prototype["attn"] = undefined;
133
133
 
134
134
  /**
135
135
  * The date of the logs.
136
136
  * @member {String} date
137
137
  */
138
- RouteLog.prototype['date'] = undefined;
138
+ RouteLog.prototype["date"] = undefined;
139
139
 
140
140
  /**
141
141
  * The duration of the route in milliseconds
142
142
  * @member {Number} duration
143
143
  */
144
- RouteLog.prototype['duration'] = undefined;
144
+ RouteLog.prototype["duration"] = undefined;
145
145
 
146
146
  /**
147
147
  * The event UID.
148
148
  * @member {String} event_uid
149
149
  */
150
- RouteLog.prototype['event_uid'] = undefined;
150
+ RouteLog.prototype["event_uid"] = undefined;
151
151
 
152
152
  /**
153
153
  * The route UID.
154
154
  * @member {String} route_uid
155
155
  */
156
- RouteLog.prototype['route_uid'] = undefined;
156
+ RouteLog.prototype["route_uid"] = undefined;
157
157
 
158
158
  /**
159
159
  * The status of the event.
160
160
  * @member {String} status
161
161
  */
162
- RouteLog.prototype['status'] = undefined;
162
+ RouteLog.prototype["status"] = undefined;
163
163
 
164
164
  /**
165
165
  * The response body of the route.
166
166
  * @member {String} text
167
167
  */
168
- RouteLog.prototype['text'] = undefined;
168
+ RouteLog.prototype["text"] = undefined;
169
169
 
170
170
  /**
171
171
  * The URL of the route.
172
172
  * @member {String} url
173
173
  */
174
- RouteLog.prototype['url'] = undefined;
174
+ RouteLog.prototype["url"] = undefined;
175
175
  var _default = exports["default"] = RouteLog;
@@ -13,7 +13,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
13
13
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
14
  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); } /**
15
15
  * Notehub API
16
- * The OpenAPI definition for the Notehub.io API.
16
+ * The OpenAPI definition for the Notehub.io API.
17
17
  *
18
18
  * The version of the OpenAPI document: 1.2.0
19
19
  * Contact: engineering@blues.io
@@ -26,12 +26,12 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The RouteTransformSettings model module.
28
28
  * @module model/RouteTransformSettings
29
- * @version 6.2.0-beta.3
29
+ * @version 6.2.0-beta.30
30
30
  */
31
31
  var RouteTransformSettings = /*#__PURE__*/function () {
32
32
  /**
33
33
  * Constructs a new <code>RouteTransformSettings</code>.
34
- * Settings for transforming route payloads before delivery. Supports format selection and JSONata-based transformations.
34
+ * Settings for transforming route payloads before delivery. Supports format selection and JSONata-based transformations.
35
35
  * @alias module:model/RouteTransformSettings
36
36
  */
37
37
  function RouteTransformSettings() {
@@ -60,14 +60,14 @@ var RouteTransformSettings = /*#__PURE__*/function () {
60
60
  value: function constructFromObject(data, obj) {
61
61
  if (data) {
62
62
  obj = obj || new RouteTransformSettings();
63
- if (data.hasOwnProperty('format')) {
64
- obj['format'] = _ApiClient["default"].convertToType(data['format'], 'String');
63
+ if (data.hasOwnProperty("format")) {
64
+ obj["format"] = _ApiClient["default"].convertToType(data["format"], "String");
65
65
  }
66
- if (data.hasOwnProperty('jsonata')) {
67
- obj['jsonata'] = _ApiClient["default"].convertToType(data['jsonata'], 'String');
66
+ if (data.hasOwnProperty("jsonata")) {
67
+ obj["jsonata"] = _ApiClient["default"].convertToType(data["jsonata"], "String");
68
68
  }
69
- if (data.hasOwnProperty('jsonata_in')) {
70
- obj['jsonata_in'] = _ApiClient["default"].convertToType(data['jsonata_in'], 'String');
69
+ if (data.hasOwnProperty("jsonata_in")) {
70
+ obj["jsonata_in"] = _ApiClient["default"].convertToType(data["jsonata_in"], "String");
71
71
  }
72
72
  } else if (data === null) {
73
73
  return null;
@@ -84,16 +84,16 @@ var RouteTransformSettings = /*#__PURE__*/function () {
84
84
  key: "validateJSON",
85
85
  value: function validateJSON(data) {
86
86
  // ensure the json data is a string
87
- if (data['format'] && !(typeof data['format'] === 'string' || data['format'] instanceof String)) {
88
- throw new Error("Expected the field `format` to be a primitive type in the JSON string but got " + data['format']);
87
+ if (data["format"] && !(typeof data["format"] === "string" || data["format"] instanceof String)) {
88
+ throw new Error("Expected the field `format` to be a primitive type in the JSON string but got " + data["format"]);
89
89
  }
90
90
  // ensure the json data is a string
91
- if (data['jsonata'] && !(typeof data['jsonata'] === 'string' || data['jsonata'] instanceof String)) {
92
- throw new Error("Expected the field `jsonata` to be a primitive type in the JSON string but got " + data['jsonata']);
91
+ if (data["jsonata"] && !(typeof data["jsonata"] === "string" || data["jsonata"] instanceof String)) {
92
+ throw new Error("Expected the field `jsonata` to be a primitive type in the JSON string but got " + data["jsonata"]);
93
93
  }
94
94
  // ensure the json data is a string
95
- if (data['jsonata_in'] && !(typeof data['jsonata_in'] === 'string' || data['jsonata_in'] instanceof String)) {
96
- throw new Error("Expected the field `jsonata_in` to be a primitive type in the JSON string but got " + data['jsonata_in']);
95
+ if (data["jsonata_in"] && !(typeof data["jsonata_in"] === "string" || data["jsonata_in"] instanceof String)) {
96
+ throw new Error("Expected the field `jsonata_in` to be a primitive type in the JSON string but got " + data["jsonata_in"]);
97
97
  }
98
98
  return true;
99
99
  }
@@ -103,17 +103,17 @@ var RouteTransformSettings = /*#__PURE__*/function () {
103
103
  * Output format for transformed data (e.g., \"json\", \"xml\", \"text\").
104
104
  * @member {String} format
105
105
  */
106
- RouteTransformSettings.prototype['format'] = undefined;
106
+ RouteTransformSettings.prototype["format"] = undefined;
107
107
 
108
108
  /**
109
109
  * JSONata expression used to transform the data payload (outgoing).
110
110
  * @member {String} jsonata
111
111
  */
112
- RouteTransformSettings.prototype['jsonata'] = undefined;
112
+ RouteTransformSettings.prototype["jsonata"] = undefined;
113
113
 
114
114
  /**
115
115
  * JSONata expression used to transform the data payload (incoming).
116
116
  * @member {String} jsonata_in
117
117
  */
118
- RouteTransformSettings.prototype['jsonata_in'] = undefined;
118
+ RouteTransformSettings.prototype["jsonata_in"] = undefined;
119
119
  var _default = exports["default"] = RouteTransformSettings;
@@ -16,7 +16,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
16
16
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
17
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
18
  * Notehub API
19
- * The OpenAPI definition for the Notehub.io API.
19
+ * The OpenAPI definition for the Notehub.io API.
20
20
  *
21
21
  * The version of the OpenAPI document: 1.2.0
22
22
  * Contact: engineering@blues.io
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The RunJob200Response model module.
31
31
  * @module model/RunJob200Response
32
- * @version 6.2.0-beta.3
32
+ * @version 6.2.0-beta.30
33
33
  */
34
34
  var RunJob200Response = /*#__PURE__*/function () {
35
35
  /**
@@ -50,7 +50,7 @@ var RunJob200Response = /*#__PURE__*/function () {
50
50
  return _createClass(RunJob200Response, null, [{
51
51
  key: "initialize",
52
52
  value: function initialize(obj, reportUid) {
53
- obj['report_uid'] = reportUid;
53
+ obj["report_uid"] = reportUid;
54
54
  }
55
55
 
56
56
  /**
@@ -65,8 +65,8 @@ var RunJob200Response = /*#__PURE__*/function () {
65
65
  value: function constructFromObject(data, obj) {
66
66
  if (data) {
67
67
  obj = obj || new RunJob200Response();
68
- if (data.hasOwnProperty('report_uid')) {
69
- obj['report_uid'] = _ApiClient["default"].convertToType(data['report_uid'], 'String');
68
+ if (data.hasOwnProperty("report_uid")) {
69
+ obj["report_uid"] = _ApiClient["default"].convertToType(data["report_uid"], "String");
70
70
  }
71
71
  } else if (data === null) {
72
72
  return null;
@@ -98,8 +98,8 @@ var RunJob200Response = /*#__PURE__*/function () {
98
98
  } finally {
99
99
  _iterator.f();
100
100
  }
101
- if (data['report_uid'] && !(typeof data['report_uid'] === 'string' || data['report_uid'] instanceof String)) {
102
- throw new Error("Expected the field `report_uid` to be a primitive type in the JSON string but got " + data['report_uid']);
101
+ if (data["report_uid"] && !(typeof data["report_uid"] === "string" || data["report_uid"] instanceof String)) {
102
+ throw new Error("Expected the field `report_uid` to be a primitive type in the JSON string but got " + data["report_uid"]);
103
103
  }
104
104
  return true;
105
105
  }
@@ -111,5 +111,5 @@ RunJob200Response.RequiredProperties = ["report_uid"];
111
111
  * Unique identifier for this job run
112
112
  * @member {String} report_uid
113
113
  */
114
- RunJob200Response.prototype['report_uid'] = undefined;
114
+ RunJob200Response.prototype["report_uid"] = undefined;
115
115
  var _default = exports["default"] = RunJob200Response;