@blues-inc/notehub-js 2.0.0-beta.1 → 2.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 (136) hide show
  1. package/README.md +232 -241
  2. package/dist/ApiClient.js +154 -154
  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 +362 -362
  7. package/dist/api/EventApi.js +118 -118
  8. package/dist/api/ExternalDevicesApi.js +41 -41
  9. package/dist/api/MonitorApi.js +61 -61
  10. package/dist/api/ProjectApi.js +372 -372
  11. package/dist/api/RouteApi.js +77 -77
  12. package/dist/api/UsageApi.js +50 -50
  13. package/dist/api/WebhookApi.js +51 -51
  14. package/dist/index.js +0 -7
  15. package/dist/model/Alert.js +74 -76
  16. package/dist/model/AlertDataInner.js +35 -35
  17. package/dist/model/AlertNotificationsInner.js +18 -18
  18. package/dist/model/Aws.js +65 -65
  19. package/dist/model/AwsFilter.js +19 -19
  20. package/dist/model/AwsTransform.js +20 -20
  21. package/dist/model/Azure.js +43 -43
  22. package/dist/model/BillingAccount.js +21 -21
  23. package/dist/model/BillingAccountRole.js +9 -9
  24. package/dist/model/Body.js +5 -5
  25. package/dist/model/CloneProjectRequest.js +20 -20
  26. package/dist/model/Contact.js +22 -22
  27. package/dist/model/CreateFleetRequest.js +12 -12
  28. package/dist/model/CreateMonitor.js +125 -126
  29. package/dist/model/CreateProductRequest.js +22 -22
  30. package/dist/model/CreateProjectRequest.js +16 -16
  31. package/dist/model/CreateUpdateRepository.js +17 -17
  32. package/dist/model/CurrentFirmware.js +12 -12
  33. package/dist/model/DFUEnv.js +12 -12
  34. package/dist/model/DFUState.js +65 -65
  35. package/dist/model/DataField.js +7 -7
  36. package/dist/model/DataSetField.js +19 -19
  37. package/dist/model/DeleteDeviceFleetsRequest.js +8 -8
  38. package/dist/model/Device.js +101 -102
  39. package/dist/model/DeviceDfuHistory.js +19 -20
  40. package/dist/model/DeviceDfuHistoryCurrent.js +32 -32
  41. package/dist/model/DeviceDfuHistoryPage.js +12 -13
  42. package/dist/model/DeviceDfuStateMachine.js +24 -25
  43. package/dist/model/DeviceDfuStateMachineNode.js +22 -22
  44. package/dist/model/DeviceDfuStatus.js +20 -20
  45. package/dist/model/DeviceDfuStatusPage.js +12 -13
  46. package/dist/model/DeviceSession.js +221 -221
  47. package/dist/model/DeviceTowerInfo.js +14 -14
  48. package/dist/model/DeviceUsage.js +32 -32
  49. package/dist/model/DfuActionRequest.js +7 -7
  50. package/dist/model/EmailNotification.js +7 -7
  51. package/dist/model/EnvTreeJsonNode.js +67 -69
  52. package/dist/model/EnvVar.js +18 -18
  53. package/dist/model/EnvironmentVariables.js +8 -8
  54. package/dist/model/Error.js +31 -31
  55. package/dist/model/Event.js +248 -248
  56. package/dist/model/Firmware.js +49 -49
  57. package/dist/model/FirmwareInfo.js +60 -60
  58. package/dist/model/Fleet.js +30 -30
  59. package/dist/model/GetAlerts200Response.js +14 -15
  60. package/dist/model/GetBillingAccounts200Response.js +9 -10
  61. package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +16 -16
  62. package/dist/model/GetDeviceFleets200Response.js +11 -12
  63. package/dist/model/GetDeviceHealthLog200Response.js +11 -12
  64. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +19 -19
  65. package/dist/model/GetDeviceLatest200Response.js +9 -10
  66. package/dist/model/GetDevicePublicKey200Response.js +16 -16
  67. package/dist/model/GetDeviceSessions200Response.js +16 -17
  68. package/dist/model/GetProjectDevicePublicKeys200Response.js +16 -17
  69. package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +12 -12
  70. package/dist/model/GetProjectDevices200Response.js +16 -17
  71. package/dist/model/GetProjectEvents200Response.js +20 -21
  72. package/dist/model/GetProjectEventsByCursor200Response.js +23 -24
  73. package/dist/model/GetProjectMembers200Response.js +11 -12
  74. package/dist/model/GetProjectProducts200Response.js +9 -10
  75. package/dist/model/GetProjects200Response.js +9 -10
  76. package/dist/model/GetWebhooks200Response.js +9 -10
  77. package/dist/model/Google.js +33 -33
  78. package/dist/model/HandleNoteChanges200Response.js +11 -11
  79. package/dist/model/HandleNoteGet200Response.js +13 -13
  80. package/dist/model/HandleNoteSignal200Response.js +5 -5
  81. package/dist/model/HandleNotefileChanges200Response.js +11 -11
  82. package/dist/model/HandleNotefileChangesPending200Response.js +14 -14
  83. package/dist/model/HandleNotefileDeleteRequest.js +7 -7
  84. package/dist/model/Http.js +35 -35
  85. package/dist/model/Location.js +40 -40
  86. package/dist/model/Login200Response.js +7 -7
  87. package/dist/model/LoginRequest.js +12 -12
  88. package/dist/model/Monitor.js +99 -100
  89. package/dist/model/MonitorAlertRoutesInner.js +10 -9
  90. package/dist/model/Mqtt.js +66 -66
  91. package/dist/model/Note.js +10 -10
  92. package/dist/model/NotefileSchema.js +18 -19
  93. package/dist/model/NotehubRoute.js +36 -36
  94. package/dist/model/NotehubRouteSchema.js +46 -45
  95. package/dist/model/OAuth2Error.js +20 -20
  96. package/dist/model/OAuth2TokenResponse.js +23 -23
  97. package/dist/model/PersonalAccessToken.js +34 -34
  98. package/dist/model/PersonalAccessTokenCreatedBy.js +17 -17
  99. package/dist/model/PersonalAccessTokenInfo.js +18 -18
  100. package/dist/model/PersonalAccessTokenSecret.js +12 -12
  101. package/dist/model/PostProvisionProjectDeviceRequest.js +18 -18
  102. package/dist/model/Product.js +26 -26
  103. package/dist/model/Project.js +34 -34
  104. package/dist/model/ProjectMember.js +22 -22
  105. package/dist/model/Proxy.js +24 -24
  106. package/dist/model/PutDeviceFleetsRequest.js +8 -8
  107. package/dist/model/Radresponder.js +25 -25
  108. package/dist/model/Repository.js +22 -22
  109. package/dist/model/Role.js +9 -9
  110. package/dist/model/RouteLog.js +38 -38
  111. package/dist/model/SchemaProperty.js +36 -38
  112. package/dist/model/SimUsage.js +19 -19
  113. package/dist/model/Slack.js +53 -53
  114. package/dist/model/SlackBearerNotification.js +25 -25
  115. package/dist/model/SlackTransform.js +12 -12
  116. package/dist/model/SlackWebHookNotification.js +20 -20
  117. package/dist/model/Snowflake.js +45 -45
  118. package/dist/model/Thingworx.js +33 -33
  119. package/dist/model/TowerLocation.js +54 -54
  120. package/dist/model/Twilio.js +43 -43
  121. package/dist/model/UpdateFleetRequest.js +25 -25
  122. package/dist/model/UploadMetadata.js +64 -64
  123. package/dist/model/UsageData.js +18 -18
  124. package/dist/model/UsageEventsData.js +24 -24
  125. package/dist/model/UsageEventsResponse.js +11 -12
  126. package/dist/model/UsageRouteLogsData.js +29 -29
  127. package/dist/model/UsageRouteLogsResponse.js +11 -12
  128. package/dist/model/UsageSessionsData.js +24 -24
  129. package/dist/model/UsageSessionsResponse.js +11 -12
  130. package/dist/model/UserDbRoute.js +25 -25
  131. package/dist/model/UserDfuStateMachine.js +20 -20
  132. package/dist/model/UserDfuStateMachineStatus.js +20 -20
  133. package/dist/model/UserFirmwareInfo.js +12 -12
  134. package/dist/model/WebhookSettings.js +15 -15
  135. package/package.json +3 -3
  136. package/dist/model/DataSet.js +0 -164
@@ -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 Contact model module.
28
28
  * @module model/Contact
29
- * @version 2.0.0-beta.1
29
+ * @version 2.0.0
30
30
  */
31
31
  var Contact = /*#__PURE__*/function () {
32
32
  /**
@@ -59,17 +59,17 @@ var Contact = /*#__PURE__*/function () {
59
59
  value: function constructFromObject(data, obj) {
60
60
  if (data) {
61
61
  obj = obj || new Contact();
62
- if (data.hasOwnProperty('email')) {
63
- obj['email'] = _ApiClient["default"].convertToType(data['email'], 'String');
62
+ if (data.hasOwnProperty("email")) {
63
+ obj["email"] = _ApiClient["default"].convertToType(data["email"], "String");
64
64
  }
65
- if (data.hasOwnProperty('name')) {
66
- obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
65
+ if (data.hasOwnProperty("name")) {
66
+ obj["name"] = _ApiClient["default"].convertToType(data["name"], "String");
67
67
  }
68
- if (data.hasOwnProperty('organization')) {
69
- obj['organization'] = _ApiClient["default"].convertToType(data['organization'], 'String');
68
+ if (data.hasOwnProperty("organization")) {
69
+ obj["organization"] = _ApiClient["default"].convertToType(data["organization"], "String");
70
70
  }
71
- if (data.hasOwnProperty('role')) {
72
- obj['role'] = _ApiClient["default"].convertToType(data['role'], 'String');
71
+ if (data.hasOwnProperty("role")) {
72
+ obj["role"] = _ApiClient["default"].convertToType(data["role"], "String");
73
73
  }
74
74
  } else if (data === null) {
75
75
  return null;
@@ -86,20 +86,20 @@ var Contact = /*#__PURE__*/function () {
86
86
  key: "validateJSON",
87
87
  value: function validateJSON(data) {
88
88
  // ensure the json data is a string
89
- if (data['email'] && !(typeof data['email'] === 'string' || data['email'] instanceof String)) {
90
- throw new Error("Expected the field `email` to be a primitive type in the JSON string but got " + data['email']);
89
+ if (data["email"] && !(typeof data["email"] === "string" || data["email"] instanceof String)) {
90
+ throw new Error("Expected the field `email` to be a primitive type in the JSON string but got " + data["email"]);
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
  // ensure the json data is a string
97
- if (data['organization'] && !(typeof data['organization'] === 'string' || data['organization'] instanceof String)) {
98
- throw new Error("Expected the field `organization` to be a primitive type in the JSON string but got " + data['organization']);
97
+ if (data["organization"] && !(typeof data["organization"] === "string" || data["organization"] instanceof String)) {
98
+ throw new Error("Expected the field `organization` to be a primitive type in the JSON string but got " + data["organization"]);
99
99
  }
100
100
  // ensure the json data is a string
101
- if (data['role'] && !(typeof data['role'] === 'string' || data['role'] instanceof String)) {
102
- throw new Error("Expected the field `role` to be a primitive type in the JSON string but got " + data['role']);
101
+ if (data["role"] && !(typeof data["role"] === "string" || data["role"] instanceof String)) {
102
+ throw new Error("Expected the field `role` to be a primitive type in the JSON string but got " + data["role"]);
103
103
  }
104
104
  return true;
105
105
  }
@@ -108,20 +108,20 @@ var Contact = /*#__PURE__*/function () {
108
108
  /**
109
109
  * @member {String} email
110
110
  */
111
- Contact.prototype['email'] = undefined;
111
+ Contact.prototype["email"] = undefined;
112
112
 
113
113
  /**
114
114
  * @member {String} name
115
115
  */
116
- Contact.prototype['name'] = undefined;
116
+ Contact.prototype["name"] = undefined;
117
117
 
118
118
  /**
119
119
  * @member {String} organization
120
120
  */
121
- Contact.prototype['organization'] = undefined;
121
+ Contact.prototype["organization"] = undefined;
122
122
 
123
123
  /**
124
124
  * @member {String} role
125
125
  */
126
- Contact.prototype['role'] = undefined;
126
+ Contact.prototype["role"] = undefined;
127
127
  var _default = exports["default"] = Contact;
@@ -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 CreateFleetRequest model module.
28
28
  * @module model/CreateFleetRequest
29
- * @version 2.0.0-beta.1
29
+ * @version 2.0.0
30
30
  */
31
31
  var CreateFleetRequest = /*#__PURE__*/function () {
32
32
  /**
@@ -59,11 +59,11 @@ var CreateFleetRequest = /*#__PURE__*/function () {
59
59
  value: function constructFromObject(data, obj) {
60
60
  if (data) {
61
61
  obj = obj || new CreateFleetRequest();
62
- if (data.hasOwnProperty('label')) {
63
- obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
62
+ if (data.hasOwnProperty("label")) {
63
+ obj["label"] = _ApiClient["default"].convertToType(data["label"], "String");
64
64
  }
65
- if (data.hasOwnProperty('smart_rule')) {
66
- obj['smart_rule'] = _ApiClient["default"].convertToType(data['smart_rule'], 'String');
65
+ if (data.hasOwnProperty("smart_rule")) {
66
+ obj["smart_rule"] = _ApiClient["default"].convertToType(data["smart_rule"], "String");
67
67
  }
68
68
  } else if (data === null) {
69
69
  return null;
@@ -80,12 +80,12 @@ var CreateFleetRequest = /*#__PURE__*/function () {
80
80
  key: "validateJSON",
81
81
  value: function validateJSON(data) {
82
82
  // ensure the json data is a string
83
- if (data['label'] && !(typeof data['label'] === 'string' || data['label'] instanceof String)) {
84
- throw new Error("Expected the field `label` to be a primitive type in the JSON string but got " + data['label']);
83
+ if (data["label"] && !(typeof data["label"] === "string" || data["label"] instanceof String)) {
84
+ throw new Error("Expected the field `label` to be a primitive type in the JSON string but got " + data["label"]);
85
85
  }
86
86
  // ensure the json data is a string
87
- if (data['smart_rule'] && !(typeof data['smart_rule'] === 'string' || data['smart_rule'] instanceof String)) {
88
- throw new Error("Expected the field `smart_rule` to be a primitive type in the JSON string but got " + data['smart_rule']);
87
+ if (data["smart_rule"] && !(typeof data["smart_rule"] === "string" || data["smart_rule"] instanceof String)) {
88
+ throw new Error("Expected the field `smart_rule` to be a primitive type in the JSON string but got " + data["smart_rule"]);
89
89
  }
90
90
  return true;
91
91
  }
@@ -95,11 +95,11 @@ var CreateFleetRequest = /*#__PURE__*/function () {
95
95
  * The label, or name, for the Fleet.
96
96
  * @member {String} label
97
97
  */
98
- CreateFleetRequest.prototype['label'] = undefined;
98
+ CreateFleetRequest.prototype["label"] = undefined;
99
99
 
100
100
  /**
101
101
  * JSONata expression that will be evaluated to determine device membership into this fleet, if the expression evaluates to a 1, the device will be included, if it evaluates to -1 it will be removed, and if it evaluates to 0 or errors it will be left unchanged.
102
102
  * @member {String} smart_rule
103
103
  */
104
- CreateFleetRequest.prototype['smart_rule'] = undefined;
104
+ CreateFleetRequest.prototype["smart_rule"] = undefined;
105
105
  var _default = exports["default"] = CreateFleetRequest;