@blues-inc/notehub-js 4.0.0-beta.4 → 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 +379 -387
  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 -40
  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 +131 -139
  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 -50
  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 +100 -106
  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
@@ -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 OAuth2Error model module.
31
31
  * @module model/OAuth2Error
32
- * @version 4.0.0-beta.4
32
+ * @version 4.0.0
33
33
  */
34
34
  var OAuth2Error = /*#__PURE__*/function () {
35
35
  /**
@@ -50,7 +50,7 @@ var OAuth2Error = /*#__PURE__*/function () {
50
50
  return _createClass(OAuth2Error, null, [{
51
51
  key: "initialize",
52
52
  value: function initialize(obj, error) {
53
- obj['error'] = error;
53
+ obj["error"] = error;
54
54
  }
55
55
 
56
56
  /**
@@ -65,11 +65,11 @@ var OAuth2Error = /*#__PURE__*/function () {
65
65
  value: function constructFromObject(data, obj) {
66
66
  if (data) {
67
67
  obj = obj || new OAuth2Error();
68
- if (data.hasOwnProperty('error')) {
69
- obj['error'] = _ApiClient["default"].convertToType(data['error'], 'String');
68
+ if (data.hasOwnProperty("error")) {
69
+ obj["error"] = _ApiClient["default"].convertToType(data["error"], "String");
70
70
  }
71
- if (data.hasOwnProperty('error_description')) {
72
- obj['error_description'] = _ApiClient["default"].convertToType(data['error_description'], 'String');
71
+ if (data.hasOwnProperty("error_description")) {
72
+ obj["error_description"] = _ApiClient["default"].convertToType(data["error_description"], "String");
73
73
  }
74
74
  } else if (data === null) {
75
75
  return null;
@@ -101,12 +101,12 @@ var OAuth2Error = /*#__PURE__*/function () {
101
101
  } finally {
102
102
  _iterator.f();
103
103
  }
104
- if (data['error'] && !(typeof data['error'] === 'string' || data['error'] instanceof String)) {
105
- throw new Error("Expected the field `error` to be a primitive type in the JSON string but got " + data['error']);
104
+ if (data["error"] && !(typeof data["error"] === "string" || data["error"] instanceof String)) {
105
+ throw new Error("Expected the field `error` to be a primitive type in the JSON string but got " + data["error"]);
106
106
  }
107
107
  // ensure the json data is a string
108
- if (data['error_description'] && !(typeof data['error_description'] === 'string' || data['error_description'] instanceof String)) {
109
- throw new Error("Expected the field `error_description` to be a primitive type in the JSON string but got " + data['error_description']);
108
+ if (data["error_description"] && !(typeof data["error_description"] === "string" || data["error_description"] instanceof String)) {
109
+ throw new Error("Expected the field `error_description` to be a primitive type in the JSON string but got " + data["error_description"]);
110
110
  }
111
111
  return true;
112
112
  }
@@ -118,49 +118,49 @@ OAuth2Error.RequiredProperties = ["error"];
118
118
  * RFC 6749 error code.
119
119
  * @member {module:model/OAuth2Error.ErrorEnum} error
120
120
  */
121
- OAuth2Error.prototype['error'] = undefined;
121
+ OAuth2Error.prototype["error"] = undefined;
122
122
 
123
123
  /**
124
124
  * Human-readable explanation of the error.
125
125
  * @member {String} error_description
126
126
  */
127
- OAuth2Error.prototype['error_description'] = undefined;
127
+ OAuth2Error.prototype["error_description"] = undefined;
128
128
 
129
129
  /**
130
130
  * Allowed values for the <code>error</code> property.
131
131
  * @enum {String}
132
132
  * @readonly
133
133
  */
134
- OAuth2Error['ErrorEnum'] = {
134
+ OAuth2Error["ErrorEnum"] = {
135
135
  /**
136
136
  * value: "invalid_request"
137
137
  * @const
138
138
  */
139
- "invalid_request": "invalid_request",
139
+ invalid_request: "invalid_request",
140
140
  /**
141
141
  * value: "invalid_client"
142
142
  * @const
143
143
  */
144
- "invalid_client": "invalid_client",
144
+ invalid_client: "invalid_client",
145
145
  /**
146
146
  * value: "invalid_grant"
147
147
  * @const
148
148
  */
149
- "invalid_grant": "invalid_grant",
149
+ invalid_grant: "invalid_grant",
150
150
  /**
151
151
  * value: "unauthorized_client"
152
152
  * @const
153
153
  */
154
- "unauthorized_client": "unauthorized_client",
154
+ unauthorized_client: "unauthorized_client",
155
155
  /**
156
156
  * value: "unsupported_grant_type"
157
157
  * @const
158
158
  */
159
- "unsupported_grant_type": "unsupported_grant_type",
159
+ unsupported_grant_type: "unsupported_grant_type",
160
160
  /**
161
161
  * value: "invalid_scope"
162
162
  * @const
163
163
  */
164
- "invalid_scope": "invalid_scope"
164
+ invalid_scope: "invalid_scope"
165
165
  };
166
166
  var _default = exports["default"] = OAuth2Error;
@@ -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 OAuth2TokenResponse model module.
31
31
  * @module model/OAuth2TokenResponse
32
- * @version 4.0.0-beta.4
32
+ * @version 4.0.0
33
33
  */
34
34
  var OAuth2TokenResponse = /*#__PURE__*/function () {
35
35
  /**
@@ -52,9 +52,9 @@ var OAuth2TokenResponse = /*#__PURE__*/function () {
52
52
  return _createClass(OAuth2TokenResponse, null, [{
53
53
  key: "initialize",
54
54
  value: function initialize(obj, accessToken, expiresIn, tokenType) {
55
- obj['access_token'] = accessToken;
56
- obj['expires_in'] = expiresIn;
57
- obj['token_type'] = tokenType;
55
+ obj["access_token"] = accessToken;
56
+ obj["expires_in"] = expiresIn;
57
+ obj["token_type"] = tokenType;
58
58
  }
59
59
 
60
60
  /**
@@ -69,17 +69,17 @@ var OAuth2TokenResponse = /*#__PURE__*/function () {
69
69
  value: function constructFromObject(data, obj) {
70
70
  if (data) {
71
71
  obj = obj || new OAuth2TokenResponse();
72
- if (data.hasOwnProperty('access_token')) {
73
- obj['access_token'] = _ApiClient["default"].convertToType(data['access_token'], 'String');
72
+ if (data.hasOwnProperty("access_token")) {
73
+ obj["access_token"] = _ApiClient["default"].convertToType(data["access_token"], "String");
74
74
  }
75
- if (data.hasOwnProperty('expires_in')) {
76
- obj['expires_in'] = _ApiClient["default"].convertToType(data['expires_in'], 'Number');
75
+ if (data.hasOwnProperty("expires_in")) {
76
+ obj["expires_in"] = _ApiClient["default"].convertToType(data["expires_in"], "Number");
77
77
  }
78
- if (data.hasOwnProperty('scope')) {
79
- obj['scope'] = _ApiClient["default"].convertToType(data['scope'], 'String');
78
+ if (data.hasOwnProperty("scope")) {
79
+ obj["scope"] = _ApiClient["default"].convertToType(data["scope"], "String");
80
80
  }
81
- if (data.hasOwnProperty('token_type')) {
82
- obj['token_type'] = _ApiClient["default"].convertToType(data['token_type'], 'String');
81
+ if (data.hasOwnProperty("token_type")) {
82
+ obj["token_type"] = _ApiClient["default"].convertToType(data["token_type"], "String");
83
83
  }
84
84
  } else if (data === null) {
85
85
  return null;
@@ -111,16 +111,16 @@ var OAuth2TokenResponse = /*#__PURE__*/function () {
111
111
  } finally {
112
112
  _iterator.f();
113
113
  }
114
- if (data['access_token'] && !(typeof data['access_token'] === 'string' || data['access_token'] instanceof String)) {
115
- throw new Error("Expected the field `access_token` to be a primitive type in the JSON string but got " + data['access_token']);
114
+ if (data["access_token"] && !(typeof data["access_token"] === "string" || data["access_token"] instanceof String)) {
115
+ throw new Error("Expected the field `access_token` to be a primitive type in the JSON string but got " + data["access_token"]);
116
116
  }
117
117
  // ensure the json data is a string
118
- if (data['scope'] && !(typeof data['scope'] === 'string' || data['scope'] instanceof String)) {
119
- throw new Error("Expected the field `scope` to be a primitive type in the JSON string but got " + data['scope']);
118
+ if (data["scope"] && !(typeof data["scope"] === "string" || data["scope"] instanceof String)) {
119
+ throw new Error("Expected the field `scope` to be a primitive type in the JSON string but got " + data["scope"]);
120
120
  }
121
121
  // ensure the json data is a string
122
- if (data['token_type'] && !(typeof data['token_type'] === 'string' || data['token_type'] instanceof String)) {
123
- throw new Error("Expected the field `token_type` to be a primitive type in the JSON string but got " + data['token_type']);
122
+ if (data["token_type"] && !(typeof data["token_type"] === "string" || data["token_type"] instanceof String)) {
123
+ throw new Error("Expected the field `token_type` to be a primitive type in the JSON string but got " + data["token_type"]);
124
124
  }
125
125
  return true;
126
126
  }
@@ -132,23 +132,23 @@ OAuth2TokenResponse.RequiredProperties = ["access_token", "expires_in", "token_t
132
132
  * The issued access token
133
133
  * @member {String} access_token
134
134
  */
135
- OAuth2TokenResponse.prototype['access_token'] = undefined;
135
+ OAuth2TokenResponse.prototype["access_token"] = undefined;
136
136
 
137
137
  /**
138
138
  * Lifetime in seconds of the access token.
139
139
  * @member {Number} expires_in
140
140
  */
141
- OAuth2TokenResponse.prototype['expires_in'] = undefined;
141
+ OAuth2TokenResponse.prototype["expires_in"] = undefined;
142
142
 
143
143
  /**
144
144
  * Granted scopes (space-delimited).
145
145
  * @member {String} scope
146
146
  */
147
- OAuth2TokenResponse.prototype['scope'] = undefined;
147
+ OAuth2TokenResponse.prototype["scope"] = undefined;
148
148
 
149
149
  /**
150
150
  * Usually 'bearer'
151
151
  * @member {String} token_type
152
152
  */
153
- OAuth2TokenResponse.prototype['token_type'] = undefined;
153
+ OAuth2TokenResponse.prototype["token_type"] = undefined;
154
154
  var _default = exports["default"] = OAuth2TokenResponse;
@@ -14,7 +14,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
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
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The PersonalAccessToken model module.
29
29
  * @module model/PersonalAccessToken
30
- * @version 4.0.0-beta.4
30
+ * @version 4.0.0
31
31
  */
32
32
  var PersonalAccessToken = /*#__PURE__*/function () {
33
33
  /**
@@ -60,29 +60,29 @@ var PersonalAccessToken = /*#__PURE__*/function () {
60
60
  value: function constructFromObject(data, obj) {
61
61
  if (data) {
62
62
  obj = obj || new PersonalAccessToken();
63
- if (data.hasOwnProperty('created_at')) {
64
- obj['created_at'] = _ApiClient["default"].convertToType(data['created_at'], 'Date');
63
+ if (data.hasOwnProperty("created_at")) {
64
+ obj["created_at"] = _ApiClient["default"].convertToType(data["created_at"], "Date");
65
65
  }
66
- if (data.hasOwnProperty('created_by')) {
67
- obj['created_by'] = _PersonalAccessTokenCreatedBy["default"].constructFromObject(data['created_by']);
66
+ if (data.hasOwnProperty("created_by")) {
67
+ obj["created_by"] = _PersonalAccessTokenCreatedBy["default"].constructFromObject(data["created_by"]);
68
68
  }
69
- if (data.hasOwnProperty('description')) {
70
- obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
69
+ if (data.hasOwnProperty("description")) {
70
+ obj["description"] = _ApiClient["default"].convertToType(data["description"], "String");
71
71
  }
72
- if (data.hasOwnProperty('expires_at')) {
73
- obj['expires_at'] = _ApiClient["default"].convertToType(data['expires_at'], 'Date');
72
+ if (data.hasOwnProperty("expires_at")) {
73
+ obj["expires_at"] = _ApiClient["default"].convertToType(data["expires_at"], "Date");
74
74
  }
75
- if (data.hasOwnProperty('last_used')) {
76
- obj['last_used'] = _ApiClient["default"].convertToType(data['last_used'], 'Date');
75
+ if (data.hasOwnProperty("last_used")) {
76
+ obj["last_used"] = _ApiClient["default"].convertToType(data["last_used"], "Date");
77
77
  }
78
- if (data.hasOwnProperty('name')) {
79
- obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
78
+ if (data.hasOwnProperty("name")) {
79
+ obj["name"] = _ApiClient["default"].convertToType(data["name"], "String");
80
80
  }
81
- if (data.hasOwnProperty('suspended')) {
82
- obj['suspended'] = _ApiClient["default"].convertToType(data['suspended'], 'Boolean');
81
+ if (data.hasOwnProperty("suspended")) {
82
+ obj["suspended"] = _ApiClient["default"].convertToType(data["suspended"], "Boolean");
83
83
  }
84
- if (data.hasOwnProperty('uid')) {
85
- obj['uid'] = _ApiClient["default"].convertToType(data['uid'], 'String');
84
+ if (data.hasOwnProperty("uid")) {
85
+ obj["uid"] = _ApiClient["default"].convertToType(data["uid"], "String");
86
86
  }
87
87
  } else if (data === null) {
88
88
  return null;
@@ -99,21 +99,21 @@ var PersonalAccessToken = /*#__PURE__*/function () {
99
99
  key: "validateJSON",
100
100
  value: function validateJSON(data) {
101
101
  // validate the optional field `created_by`
102
- if (data['created_by']) {
102
+ if (data["created_by"]) {
103
103
  // data not null
104
- _PersonalAccessTokenCreatedBy["default"].validateJSON(data['created_by']);
104
+ _PersonalAccessTokenCreatedBy["default"].validateJSON(data["created_by"]);
105
105
  }
106
106
  // ensure the json data is a string
107
- if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
108
- throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
107
+ if (data["description"] && !(typeof data["description"] === "string" || data["description"] instanceof String)) {
108
+ throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data["description"]);
109
109
  }
110
110
  // ensure the json data is a string
111
- if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
112
- throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
111
+ if (data["name"] && !(typeof data["name"] === "string" || data["name"] instanceof String)) {
112
+ throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data["name"]);
113
113
  }
114
114
  // ensure the json data is a string
115
- if (data['uid'] && !(typeof data['uid'] === 'string' || data['uid'] instanceof String)) {
116
- throw new Error("Expected the field `uid` to be a primitive type in the JSON string but got " + data['uid']);
115
+ if (data["uid"] && !(typeof data["uid"] === "string" || data["uid"] instanceof String)) {
116
+ throw new Error("Expected the field `uid` to be a primitive type in the JSON string but got " + data["uid"]);
117
117
  }
118
118
  return true;
119
119
  }
@@ -123,46 +123,46 @@ var PersonalAccessToken = /*#__PURE__*/function () {
123
123
  * When the key was created
124
124
  * @member {Date} created_at
125
125
  */
126
- PersonalAccessToken.prototype['created_at'] = undefined;
126
+ PersonalAccessToken.prototype["created_at"] = undefined;
127
127
 
128
128
  /**
129
129
  * @member {module:model/PersonalAccessTokenCreatedBy} created_by
130
130
  */
131
- PersonalAccessToken.prototype['created_by'] = undefined;
131
+ PersonalAccessToken.prototype["created_by"] = undefined;
132
132
 
133
133
  /**
134
134
  * Optional description for this API Key
135
135
  * @member {String} description
136
136
  */
137
- PersonalAccessToken.prototype['description'] = undefined;
137
+ PersonalAccessToken.prototype["description"] = undefined;
138
138
 
139
139
  /**
140
140
  * When the key expires
141
141
  * @member {Date} expires_at
142
142
  */
143
- PersonalAccessToken.prototype['expires_at'] = undefined;
143
+ PersonalAccessToken.prototype["expires_at"] = undefined;
144
144
 
145
145
  /**
146
146
  * When it was last used, if ever
147
147
  * @member {Date} last_used
148
148
  */
149
- PersonalAccessToken.prototype['last_used'] = undefined;
149
+ PersonalAccessToken.prototype["last_used"] = undefined;
150
150
 
151
151
  /**
152
152
  * Name for this API Key
153
153
  * @member {String} name
154
154
  */
155
- PersonalAccessToken.prototype['name'] = undefined;
155
+ PersonalAccessToken.prototype["name"] = undefined;
156
156
 
157
157
  /**
158
158
  * if true, this token cannot be used
159
159
  * @member {Boolean} suspended
160
160
  */
161
- PersonalAccessToken.prototype['suspended'] = undefined;
161
+ PersonalAccessToken.prototype["suspended"] = undefined;
162
162
 
163
163
  /**
164
164
  * Unique and public identifier
165
165
  * @member {String} uid
166
166
  */
167
- PersonalAccessToken.prototype['uid'] = undefined;
167
+ PersonalAccessToken.prototype["uid"] = undefined;
168
168
  var _default = exports["default"] = PersonalAccessToken;
@@ -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 PersonalAccessTokenCreatedBy model module.
28
28
  * @module model/PersonalAccessTokenCreatedBy
29
- * @version 4.0.0-beta.4
29
+ * @version 4.0.0
30
30
  */
31
31
  var PersonalAccessTokenCreatedBy = /*#__PURE__*/function () {
32
32
  /**
@@ -60,14 +60,14 @@ var PersonalAccessTokenCreatedBy = /*#__PURE__*/function () {
60
60
  value: function constructFromObject(data, obj) {
61
61
  if (data) {
62
62
  obj = obj || new PersonalAccessTokenCreatedBy();
63
- if (data.hasOwnProperty('email')) {
64
- obj['email'] = _ApiClient["default"].convertToType(data['email'], 'String');
63
+ if (data.hasOwnProperty("email")) {
64
+ obj["email"] = _ApiClient["default"].convertToType(data["email"], "String");
65
65
  }
66
- if (data.hasOwnProperty('name')) {
67
- obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
66
+ if (data.hasOwnProperty("name")) {
67
+ obj["name"] = _ApiClient["default"].convertToType(data["name"], "String");
68
68
  }
69
- if (data.hasOwnProperty('uid')) {
70
- obj['uid'] = _ApiClient["default"].convertToType(data['uid'], 'String');
69
+ if (data.hasOwnProperty("uid")) {
70
+ obj["uid"] = _ApiClient["default"].convertToType(data["uid"], "String");
71
71
  }
72
72
  } else if (data === null) {
73
73
  return null;
@@ -84,16 +84,16 @@ var PersonalAccessTokenCreatedBy = /*#__PURE__*/function () {
84
84
  key: "validateJSON",
85
85
  value: function validateJSON(data) {
86
86
  // ensure the json data is a string
87
- if (data['email'] && !(typeof data['email'] === 'string' || data['email'] instanceof String)) {
88
- throw new Error("Expected the field `email` to be a primitive type in the JSON string but got " + data['email']);
87
+ if (data["email"] && !(typeof data["email"] === "string" || data["email"] instanceof String)) {
88
+ throw new Error("Expected the field `email` to be a primitive type in the JSON string but got " + data["email"]);
89
89
  }
90
90
  // ensure the json data is a string
91
- if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
92
- throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
91
+ if (data["name"] && !(typeof data["name"] === "string" || data["name"] instanceof String)) {
92
+ throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data["name"]);
93
93
  }
94
94
  // ensure the json data is a string
95
- if (data['uid'] && !(typeof data['uid'] === 'string' || data['uid'] instanceof String)) {
96
- throw new Error("Expected the field `uid` to be a primitive type in the JSON string but got " + data['uid']);
95
+ if (data["uid"] && !(typeof data["uid"] === "string" || data["uid"] instanceof String)) {
96
+ throw new Error("Expected the field `uid` to be a primitive type in the JSON string but got " + data["uid"]);
97
97
  }
98
98
  return true;
99
99
  }
@@ -102,15 +102,15 @@ var PersonalAccessTokenCreatedBy = /*#__PURE__*/function () {
102
102
  /**
103
103
  * @member {String} email
104
104
  */
105
- PersonalAccessTokenCreatedBy.prototype['email'] = undefined;
105
+ PersonalAccessTokenCreatedBy.prototype["email"] = undefined;
106
106
 
107
107
  /**
108
108
  * @member {String} name
109
109
  */
110
- PersonalAccessTokenCreatedBy.prototype['name'] = undefined;
110
+ PersonalAccessTokenCreatedBy.prototype["name"] = undefined;
111
111
 
112
112
  /**
113
113
  * @member {String} uid
114
114
  */
115
- PersonalAccessTokenCreatedBy.prototype['uid'] = undefined;
115
+ PersonalAccessTokenCreatedBy.prototype["uid"] = undefined;
116
116
  var _default = exports["default"] = PersonalAccessTokenCreatedBy;
@@ -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 PersonalAccessTokenInfo model module.
28
28
  * @module model/PersonalAccessTokenInfo
29
- * @version 4.0.0-beta.4
29
+ * @version 4.0.0
30
30
  */
31
31
  var PersonalAccessTokenInfo = /*#__PURE__*/function () {
32
32
  /**
@@ -59,17 +59,17 @@ var PersonalAccessTokenInfo = /*#__PURE__*/function () {
59
59
  value: function constructFromObject(data, obj) {
60
60
  if (data) {
61
61
  obj = obj || new PersonalAccessTokenInfo();
62
- if (data.hasOwnProperty('description')) {
63
- obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
62
+ if (data.hasOwnProperty("description")) {
63
+ obj["description"] = _ApiClient["default"].convertToType(data["description"], "String");
64
64
  }
65
- if (data.hasOwnProperty('expires_at')) {
66
- obj['expires_at'] = _ApiClient["default"].convertToType(data['expires_at'], 'Date');
65
+ if (data.hasOwnProperty("expires_at")) {
66
+ obj["expires_at"] = _ApiClient["default"].convertToType(data["expires_at"], "Date");
67
67
  }
68
- if (data.hasOwnProperty('name')) {
69
- obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
68
+ if (data.hasOwnProperty("name")) {
69
+ obj["name"] = _ApiClient["default"].convertToType(data["name"], "String");
70
70
  }
71
- if (data.hasOwnProperty('suspended')) {
72
- obj['suspended'] = _ApiClient["default"].convertToType(data['suspended'], 'Boolean');
71
+ if (data.hasOwnProperty("suspended")) {
72
+ obj["suspended"] = _ApiClient["default"].convertToType(data["suspended"], "Boolean");
73
73
  }
74
74
  } else if (data === null) {
75
75
  return null;
@@ -86,12 +86,12 @@ var PersonalAccessTokenInfo = /*#__PURE__*/function () {
86
86
  key: "validateJSON",
87
87
  value: function validateJSON(data) {
88
88
  // ensure the json data is a string
89
- if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
90
- throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
89
+ if (data["description"] && !(typeof data["description"] === "string" || data["description"] instanceof String)) {
90
+ throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data["description"]);
91
91
  }
92
92
  // ensure the json data is a string
93
- if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
94
- throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
93
+ if (data["name"] && !(typeof data["name"] === "string" || data["name"] instanceof String)) {
94
+ throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data["name"]);
95
95
  }
96
96
  return true;
97
97
  }
@@ -100,22 +100,22 @@ var PersonalAccessTokenInfo = /*#__PURE__*/function () {
100
100
  /**
101
101
  * @member {String} description
102
102
  */
103
- PersonalAccessTokenInfo.prototype['description'] = undefined;
103
+ PersonalAccessTokenInfo.prototype["description"] = undefined;
104
104
 
105
105
  /**
106
106
  * New expiration timestamp for the personal access token
107
107
  * @member {Date} expires_at
108
108
  */
109
- PersonalAccessTokenInfo.prototype['expires_at'] = undefined;
109
+ PersonalAccessTokenInfo.prototype["expires_at"] = undefined;
110
110
 
111
111
  /**
112
112
  * @member {String} name
113
113
  */
114
- PersonalAccessTokenInfo.prototype['name'] = undefined;
114
+ PersonalAccessTokenInfo.prototype["name"] = undefined;
115
115
 
116
116
  /**
117
117
  * if true, the token is temporarily suspended
118
118
  * @member {Boolean} suspended
119
119
  */
120
- PersonalAccessTokenInfo.prototype['suspended'] = undefined;
120
+ PersonalAccessTokenInfo.prototype["suspended"] = undefined;
121
121
  var _default = exports["default"] = PersonalAccessTokenInfo;
@@ -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 PersonalAccessTokenSecret model module.
28
28
  * @module model/PersonalAccessTokenSecret
29
- * @version 4.0.0-beta.4
29
+ * @version 4.0.0
30
30
  */
31
31
  var PersonalAccessTokenSecret = /*#__PURE__*/function () {
32
32
  /**
@@ -59,11 +59,11 @@ var PersonalAccessTokenSecret = /*#__PURE__*/function () {
59
59
  value: function constructFromObject(data, obj) {
60
60
  if (data) {
61
61
  obj = obj || new PersonalAccessTokenSecret();
62
- if (data.hasOwnProperty('secret')) {
63
- obj['secret'] = _ApiClient["default"].convertToType(data['secret'], 'String');
62
+ if (data.hasOwnProperty("secret")) {
63
+ obj["secret"] = _ApiClient["default"].convertToType(data["secret"], "String");
64
64
  }
65
- if (data.hasOwnProperty('uid')) {
66
- obj['uid'] = _ApiClient["default"].convertToType(data['uid'], 'String');
65
+ if (data.hasOwnProperty("uid")) {
66
+ obj["uid"] = _ApiClient["default"].convertToType(data["uid"], "String");
67
67
  }
68
68
  } else if (data === null) {
69
69
  return null;
@@ -80,12 +80,12 @@ var PersonalAccessTokenSecret = /*#__PURE__*/function () {
80
80
  key: "validateJSON",
81
81
  value: function validateJSON(data) {
82
82
  // ensure the json data is a string
83
- if (data['secret'] && !(typeof data['secret'] === 'string' || data['secret'] instanceof String)) {
84
- throw new Error("Expected the field `secret` to be a primitive type in the JSON string but got " + data['secret']);
83
+ if (data["secret"] && !(typeof data["secret"] === "string" || data["secret"] instanceof String)) {
84
+ throw new Error("Expected the field `secret` to be a primitive type in the JSON string but got " + data["secret"]);
85
85
  }
86
86
  // ensure the json data is a string
87
- if (data['uid'] && !(typeof data['uid'] === 'string' || data['uid'] instanceof String)) {
88
- throw new Error("Expected the field `uid` to be a primitive type in the JSON string but got " + data['uid']);
87
+ if (data["uid"] && !(typeof data["uid"] === "string" || data["uid"] instanceof String)) {
88
+ throw new Error("Expected the field `uid` to be a primitive type in the JSON string but got " + data["uid"]);
89
89
  }
90
90
  return true;
91
91
  }
@@ -95,11 +95,11 @@ var PersonalAccessTokenSecret = /*#__PURE__*/function () {
95
95
  * The secret
96
96
  * @member {String} secret
97
97
  */
98
- PersonalAccessTokenSecret.prototype['secret'] = undefined;
98
+ PersonalAccessTokenSecret.prototype["secret"] = undefined;
99
99
 
100
100
  /**
101
101
  * Unique and public identifier
102
102
  * @member {String} uid
103
103
  */
104
- PersonalAccessTokenSecret.prototype['uid'] = undefined;
104
+ PersonalAccessTokenSecret.prototype["uid"] = undefined;
105
105
  var _default = exports["default"] = PersonalAccessTokenSecret;