@blues-inc/notehub-js 6.2.0-beta.56 → 6.2.0-beta.58

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 (178) hide show
  1. package/README.md +316 -318
  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 +28 -28
  6. package/dist/api/DeviceApi.js +385 -385
  7. package/dist/api/EventApi.js +118 -118
  8. package/dist/api/ExternalDevicesApi.js +41 -41
  9. package/dist/api/JobsApi.js +78 -78
  10. package/dist/api/MonitorApi.js +52 -52
  11. package/dist/api/ProjectApi.js +465 -465
  12. package/dist/api/RouteApi.js +83 -83
  13. package/dist/api/UsageApi.js +67 -67
  14. package/dist/api/WebhookApi.js +108 -108
  15. package/dist/model/AWSRoleConfig.js +14 -14
  16. package/dist/model/AddDeviceToFleetsRequest.js +8 -8
  17. package/dist/model/Alert.js +74 -76
  18. package/dist/model/AlertDataInner.js +36 -36
  19. package/dist/model/AlertNotificationsInner.js +18 -18
  20. package/dist/model/AwsRoute.js +70 -70
  21. package/dist/model/AzureRoute.js +43 -43
  22. package/dist/model/BatchJobRequests.js +57 -57
  23. package/dist/model/BillingAccount.js +21 -21
  24. package/dist/model/BillingAccountRole.js +9 -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 +17 -17
  34. package/dist/model/CreateMonitor.js +143 -144
  35. package/dist/model/CreateProductRequest.js +22 -22
  36. package/dist/model/CreateProjectRequest.js +16 -16
  37. package/dist/model/CreateProjectSecretRequest.js +14 -14
  38. package/dist/model/CreateUpdateRepository.js +17 -17
  39. package/dist/model/CurrentFirmware.js +12 -12
  40. package/dist/model/DFUEnv.js +12 -12
  41. package/dist/model/DFUState.js +65 -65
  42. package/dist/model/DataField.js +7 -7
  43. package/dist/model/DataSetField.js +19 -19
  44. package/dist/model/DataUsage.js +14 -14
  45. package/dist/model/DatacakeRoute.js +35 -35
  46. package/dist/model/DeleteDeviceFromFleetsRequest.js +8 -8
  47. package/dist/model/DeleteJob200Response.js +6 -6
  48. package/dist/model/DeleteNotefilesRequest.js +7 -7
  49. package/dist/model/Device.js +106 -107
  50. package/dist/model/DeviceDfuHistory.js +19 -20
  51. package/dist/model/DeviceDfuHistoryCurrent.js +32 -32
  52. package/dist/model/DeviceDfuHistoryPage.js +12 -13
  53. package/dist/model/DeviceDfuStateMachine.js +24 -25
  54. package/dist/model/DeviceDfuStateMachineNode.js +22 -22
  55. package/dist/model/DeviceDfuStatus.js +20 -20
  56. package/dist/model/DeviceDfuStatusPage.js +12 -13
  57. package/dist/model/DeviceSession.js +221 -221
  58. package/dist/model/DeviceTowerInfo.js +14 -14
  59. package/dist/model/DeviceUsage.js +32 -32
  60. package/dist/model/DfuActionRequest.js +7 -7
  61. package/dist/model/EmailNotification.js +7 -7
  62. package/dist/model/EnvTreeJsonNode.js +67 -69
  63. package/dist/model/EnvVar.js +18 -18
  64. package/dist/model/EnvironmentVariables.js +8 -8
  65. package/dist/model/Error.js +31 -31
  66. package/dist/model/Event.js +248 -248
  67. package/dist/model/Filter.js +16 -16
  68. package/dist/model/Firmware.js +49 -49
  69. package/dist/model/FirmwareInfo.js +68 -68
  70. package/dist/model/Fleet.js +38 -38
  71. package/dist/model/FleetConnectivityAssurance.js +5 -5
  72. package/dist/model/GetAlerts200Response.js +14 -15
  73. package/dist/model/GetBillingAccount200Response.js +25 -25
  74. package/dist/model/GetBillingAccount200ResponsePlan.js +22 -22
  75. package/dist/model/GetBillingAccountBalanceHistory200Response.js +9 -10
  76. package/dist/model/GetBillingAccountBalanceHistory200ResponseDataInner.js +17 -17
  77. package/dist/model/GetBillingAccounts200Response.js +9 -10
  78. package/dist/model/GetDataUsage200Response.js +12 -13
  79. package/dist/model/GetDataUsage200ResponseDataInner.js +43 -44
  80. package/dist/model/GetDbNote200Response.js +13 -13
  81. package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +16 -16
  82. package/dist/model/GetDeviceFleets200Response.js +11 -12
  83. package/dist/model/GetDeviceHealthLog200Response.js +11 -12
  84. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +19 -19
  85. package/dist/model/GetDeviceJourney200Response.js +21 -21
  86. package/dist/model/GetDeviceJourney200ResponseJourney.js +16 -17
  87. package/dist/model/GetDeviceJourneys200Response.js +16 -17
  88. package/dist/model/GetDeviceJourneys200ResponseJourneysInner.js +20 -20
  89. package/dist/model/GetDeviceLatestEvents200Response.js +9 -10
  90. package/dist/model/GetDevicePlans200Response.js +9 -10
  91. package/dist/model/GetDevicePublicKey200Response.js +16 -16
  92. package/dist/model/GetDevicePublicKeys200Response.js +16 -17
  93. package/dist/model/GetDevicePublicKeys200ResponseDevicePublicKeysInner.js +12 -12
  94. package/dist/model/GetDeviceSessions200Response.js +16 -17
  95. package/dist/model/GetDevices200Response.js +16 -17
  96. package/dist/model/GetEvents200Response.js +20 -21
  97. package/dist/model/GetEventsByCursor200Response.js +23 -24
  98. package/dist/model/GetJobRuns200Response.js +11 -12
  99. package/dist/model/GetJobs200Response.js +11 -12
  100. package/dist/model/GetNotefile200Response.js +11 -11
  101. package/dist/model/GetProducts200Response.js +9 -10
  102. package/dist/model/GetProjectMembers200Response.js +11 -12
  103. package/dist/model/GetProjectSecretsResponse.js +11 -12
  104. package/dist/model/GetProjects200Response.js +9 -10
  105. package/dist/model/GetRouteLogsUsage200Response.js +14 -15
  106. package/dist/model/GetSessionsUsage200Response.js +15 -16
  107. package/dist/model/GetWebhooks200Response.js +9 -10
  108. package/dist/model/GoogleRoute.js +33 -33
  109. package/dist/model/HttpRoute.js +35 -35
  110. package/dist/model/Job.js +35 -35
  111. package/dist/model/JobDefinition.js +26 -26
  112. package/dist/model/JobDefinitionReportOptions.js +28 -28
  113. package/dist/model/JobDefinitionSelect.js +25 -25
  114. package/dist/model/JobDetail.js +48 -48
  115. package/dist/model/JobDetailAllOf.js +7 -7
  116. package/dist/model/JobRun.js +57 -57
  117. package/dist/model/Location.js +40 -40
  118. package/dist/model/Login200Response.js +7 -7
  119. package/dist/model/LoginRequest.js +12 -12
  120. package/dist/model/Monitor.js +114 -115
  121. package/dist/model/MonitorAlertRoutesInner.js +10 -9
  122. package/dist/model/MqttRoute.js +68 -68
  123. package/dist/model/Note.js +31 -31
  124. package/dist/model/NoteInput.js +9 -9
  125. package/dist/model/Notefile.js +22 -23
  126. package/dist/model/NotefileSchema.js +18 -19
  127. package/dist/model/NotehubRoute.js +103 -103
  128. package/dist/model/NotehubRouteSummary.js +23 -23
  129. package/dist/model/OAuth2Error.js +20 -20
  130. package/dist/model/OAuth2TokenResponse.js +23 -23
  131. package/dist/model/PersonalAccessToken.js +34 -34
  132. package/dist/model/PersonalAccessTokenCreatedBy.js +17 -17
  133. package/dist/model/PersonalAccessTokenInfo.js +18 -18
  134. package/dist/model/PersonalAccessTokenSecret.js +12 -12
  135. package/dist/model/Product.js +26 -26
  136. package/dist/model/Project.js +34 -34
  137. package/dist/model/ProjectMember.js +22 -22
  138. package/dist/model/ProjectSecret.js +26 -26
  139. package/dist/model/ProvisionDeviceRequest.js +18 -18
  140. package/dist/model/ProxyRoute.js +29 -29
  141. package/dist/model/QubitroRoute.js +33 -33
  142. package/dist/model/RadRoute.js +31 -31
  143. package/dist/model/Repository.js +22 -22
  144. package/dist/model/RepositoryListResponse.js +11 -12
  145. package/dist/model/RepositoryTokenRequest.js +14 -14
  146. package/dist/model/RepositoryTokenResponse.js +38 -38
  147. package/dist/model/Role.js +9 -9
  148. package/dist/model/RouteLog.js +38 -38
  149. package/dist/model/RouteTransformSettings.js +18 -18
  150. package/dist/model/RunJob200Response.js +8 -8
  151. package/dist/model/S3ArchiveRoute.js +79 -79
  152. package/dist/model/SatelliteDataUsage.js +18 -18
  153. package/dist/model/SatellitePlan.js +29 -29
  154. package/dist/model/SchemaProperty.js +36 -38
  155. package/dist/model/SignalDevice200Response.js +5 -5
  156. package/dist/model/SimUsage.js +19 -19
  157. package/dist/model/SlackBearerNotification.js +25 -25
  158. package/dist/model/SlackRoute.js +48 -48
  159. package/dist/model/SlackWebHookNotification.js +20 -20
  160. package/dist/model/SnowflakeRoute.js +45 -45
  161. package/dist/model/SnowpipeStreamingRoute.js +60 -60
  162. package/dist/model/ThingworxRoute.js +33 -33
  163. package/dist/model/TowerLocation.js +54 -54
  164. package/dist/model/TwilioRoute.js +43 -43
  165. package/dist/model/UpdateFleetRequest.js +33 -33
  166. package/dist/model/UpdateHostFirmwareRequest.js +17 -17
  167. package/dist/model/UpdateProjectSecretRequest.js +8 -8
  168. package/dist/model/UploadMetadata.js +64 -64
  169. package/dist/model/UsageData.js +33 -33
  170. package/dist/model/UsageEventsData.js +49 -49
  171. package/dist/model/UsageEventsResponse.js +14 -15
  172. package/dist/model/UsageRouteLogsData.js +30 -30
  173. package/dist/model/UsageSessionsData.js +43 -43
  174. package/dist/model/UserDfuStateMachine.js +20 -20
  175. package/dist/model/UserDfuStateMachineStatus.js +20 -20
  176. package/dist/model/UserFirmwareInfo.js +12 -12
  177. package/dist/model/WebhookSettings.js +15 -15
  178. package/package.json +3 -3
@@ -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 RepositoryTokenRequest model module.
28
28
  * @module model/RepositoryTokenRequest
29
- * @version 6.2.0-beta.56
29
+ * @version 6.2.0-beta.58
30
30
  */
31
31
  var RepositoryTokenRequest = /*#__PURE__*/function () {
32
32
  /**
@@ -59,11 +59,11 @@ var RepositoryTokenRequest = /*#__PURE__*/function () {
59
59
  value: function constructFromObject(data, obj) {
60
60
  if (data) {
61
61
  obj = obj || new RepositoryTokenRequest();
62
- if (data.hasOwnProperty('intent')) {
63
- obj['intent'] = _ApiClient["default"].convertToType(data['intent'], 'String');
62
+ if (data.hasOwnProperty("intent")) {
63
+ obj["intent"] = _ApiClient["default"].convertToType(data["intent"], "String");
64
64
  }
65
- if (data.hasOwnProperty('ttl_seconds')) {
66
- obj['ttl_seconds'] = _ApiClient["default"].convertToType(data['ttl_seconds'], 'Number');
65
+ if (data.hasOwnProperty("ttl_seconds")) {
66
+ obj["ttl_seconds"] = _ApiClient["default"].convertToType(data["ttl_seconds"], "Number");
67
67
  }
68
68
  } else if (data === null) {
69
69
  return null;
@@ -80,37 +80,37 @@ var RepositoryTokenRequest = /*#__PURE__*/function () {
80
80
  key: "validateJSON",
81
81
  value: function validateJSON(data) {
82
82
  // ensure the json data is a string
83
- if (data['intent'] && !(typeof data['intent'] === 'string' || data['intent'] instanceof String)) {
84
- throw new Error("Expected the field `intent` to be a primitive type in the JSON string but got " + data['intent']);
83
+ if (data["intent"] && !(typeof data["intent"] === "string" || data["intent"] instanceof String)) {
84
+ throw new Error("Expected the field `intent` to be a primitive type in the JSON string but got " + data["intent"]);
85
85
  }
86
86
  return true;
87
87
  }
88
88
  }]);
89
89
  }();
90
90
  /**
91
- * Access intent for the vended credentials. Only `read` is supported today; `write` and `admin` are reserved for future use.
91
+ * Access intent for the vended credentials. Only `read` is supported today; `write` and `admin` are reserved for future use.
92
92
  * @member {module:model/RepositoryTokenRequest.IntentEnum} intent
93
93
  * @default 'read'
94
94
  */
95
- RepositoryTokenRequest.prototype['intent'] = 'read';
95
+ RepositoryTokenRequest.prototype["intent"] = "read";
96
96
 
97
97
  /**
98
- * Requested credential lifetime in seconds. Clamped server-side to [60, 3600]. Defaults to 900 (15 minutes) if omitted.
98
+ * Requested credential lifetime in seconds. Clamped server-side to [60, 3600]. Defaults to 900 (15 minutes) if omitted.
99
99
  * @member {Number} ttl_seconds
100
100
  * @default 900
101
101
  */
102
- RepositoryTokenRequest.prototype['ttl_seconds'] = 900;
102
+ RepositoryTokenRequest.prototype["ttl_seconds"] = 900;
103
103
 
104
104
  /**
105
105
  * Allowed values for the <code>intent</code> property.
106
106
  * @enum {String}
107
107
  * @readonly
108
108
  */
109
- RepositoryTokenRequest['IntentEnum'] = {
109
+ RepositoryTokenRequest["IntentEnum"] = {
110
110
  /**
111
111
  * value: "read"
112
112
  * @const
113
113
  */
114
- "read": "read"
114
+ read: "read"
115
115
  };
116
116
  var _default = exports["default"] = RepositoryTokenRequest;
@@ -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,16 +29,16 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The RepositoryTokenResponse model module.
31
31
  * @module model/RepositoryTokenResponse
32
- * @version 6.2.0-beta.56
32
+ * @version 6.2.0-beta.58
33
33
  */
34
34
  var RepositoryTokenResponse = /*#__PURE__*/function () {
35
35
  /**
36
36
  * Constructs a new <code>RepositoryTokenResponse</code>.
37
37
  * @alias module:model/RepositoryTokenResponse
38
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.
39
+ * @param expiresAt {Date} Absolute expiration time of the ephemeral user. The storage service will reject connections and queries after this instant.
40
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`.
41
+ * @param password {String} Ephemeral password. Returned once; not stored by Notehub. Hold this in memory only and discard after `expires_at`.
42
42
  * @param port {Number} Storage service port
43
43
  * @param username {String} Ephemeral storage service username (prefixed with `u_`)
44
44
  */
@@ -55,12 +55,12 @@ var RepositoryTokenResponse = /*#__PURE__*/function () {
55
55
  return _createClass(RepositoryTokenResponse, null, [{
56
56
  key: "initialize",
57
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;
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
64
  }
65
65
 
66
66
  /**
@@ -75,23 +75,23 @@ var RepositoryTokenResponse = /*#__PURE__*/function () {
75
75
  value: function constructFromObject(data, obj) {
76
76
  if (data) {
77
77
  obj = obj || new RepositoryTokenResponse();
78
- if (data.hasOwnProperty('database')) {
79
- obj['database'] = _ApiClient["default"].convertToType(data['database'], 'String');
78
+ if (data.hasOwnProperty("database")) {
79
+ obj["database"] = _ApiClient["default"].convertToType(data["database"], "String");
80
80
  }
81
- if (data.hasOwnProperty('expires_at')) {
82
- obj['expires_at'] = _ApiClient["default"].convertToType(data['expires_at'], 'Date');
81
+ if (data.hasOwnProperty("expires_at")) {
82
+ obj["expires_at"] = _ApiClient["default"].convertToType(data["expires_at"], "Date");
83
83
  }
84
- if (data.hasOwnProperty('host')) {
85
- obj['host'] = _ApiClient["default"].convertToType(data['host'], 'String');
84
+ if (data.hasOwnProperty("host")) {
85
+ obj["host"] = _ApiClient["default"].convertToType(data["host"], "String");
86
86
  }
87
- if (data.hasOwnProperty('password')) {
88
- obj['password'] = _ApiClient["default"].convertToType(data['password'], 'String');
87
+ if (data.hasOwnProperty("password")) {
88
+ obj["password"] = _ApiClient["default"].convertToType(data["password"], "String");
89
89
  }
90
- if (data.hasOwnProperty('port')) {
91
- obj['port'] = _ApiClient["default"].convertToType(data['port'], 'Number');
90
+ if (data.hasOwnProperty("port")) {
91
+ obj["port"] = _ApiClient["default"].convertToType(data["port"], "Number");
92
92
  }
93
- if (data.hasOwnProperty('username')) {
94
- obj['username'] = _ApiClient["default"].convertToType(data['username'], 'String');
93
+ if (data.hasOwnProperty("username")) {
94
+ obj["username"] = _ApiClient["default"].convertToType(data["username"], "String");
95
95
  }
96
96
  } else if (data === null) {
97
97
  return null;
@@ -123,20 +123,20 @@ var RepositoryTokenResponse = /*#__PURE__*/function () {
123
123
  } finally {
124
124
  _iterator.f();
125
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']);
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
128
  }
129
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']);
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
132
  }
133
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']);
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
136
  }
137
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']);
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
140
  }
141
141
  return true;
142
142
  }
@@ -148,35 +148,35 @@ RepositoryTokenResponse.RequiredProperties = ["database", "expires_at", "host",
148
148
  * Storage service database name scoped to this repository
149
149
  * @member {String} database
150
150
  */
151
- RepositoryTokenResponse.prototype['database'] = undefined;
151
+ RepositoryTokenResponse.prototype["database"] = undefined;
152
152
 
153
153
  /**
154
- * Absolute expiration time of the ephemeral user. The storage service will reject connections and queries after this instant.
154
+ * Absolute expiration time of the ephemeral user. The storage service will reject connections and queries after this instant.
155
155
  * @member {Date} expires_at
156
156
  */
157
- RepositoryTokenResponse.prototype['expires_at'] = undefined;
157
+ RepositoryTokenResponse.prototype["expires_at"] = undefined;
158
158
 
159
159
  /**
160
160
  * Storage service hostname the caller should connect to
161
161
  * @member {String} host
162
162
  */
163
- RepositoryTokenResponse.prototype['host'] = undefined;
163
+ RepositoryTokenResponse.prototype["host"] = undefined;
164
164
 
165
165
  /**
166
- * Ephemeral password. Returned once; not stored by Notehub. Hold this in memory only and discard after `expires_at`.
166
+ * Ephemeral password. Returned once; not stored by Notehub. Hold this in memory only and discard after `expires_at`.
167
167
  * @member {String} password
168
168
  */
169
- RepositoryTokenResponse.prototype['password'] = undefined;
169
+ RepositoryTokenResponse.prototype["password"] = undefined;
170
170
 
171
171
  /**
172
172
  * Storage service port
173
173
  * @member {Number} port
174
174
  */
175
- RepositoryTokenResponse.prototype['port'] = undefined;
175
+ RepositoryTokenResponse.prototype["port"] = undefined;
176
176
 
177
177
  /**
178
178
  * Ephemeral storage service username (prefixed with `u_`)
179
179
  * @member {String} username
180
180
  */
181
- RepositoryTokenResponse.prototype['username'] = undefined;
181
+ RepositoryTokenResponse.prototype["username"] = undefined;
182
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.56
29
+ * @version 6.2.0-beta.58
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.56
29
+ * @version 6.2.0-beta.58
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.56
32
+ * @version 6.2.0-beta.58
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;