@blues-inc/notehub-js 1.0.11 → 1.0.12

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 (83) hide show
  1. package/README.md +5 -13
  2. package/dist/ApiClient.js +3 -6
  3. package/dist/api/AuthorizationApi.js +5 -50
  4. package/dist/api/BillingAccountApi.js +4 -4
  5. package/dist/api/DeviceApi.js +16 -16
  6. package/dist/api/DevicesApi.js +6 -6
  7. package/dist/api/EnvironmentVariablesApi.js +10 -10
  8. package/dist/api/EventApi.js +5 -5
  9. package/dist/api/FilesApi.js +4 -4
  10. package/dist/api/FleetApi.js +14 -14
  11. package/dist/api/NotesApi.js +7 -7
  12. package/dist/api/ProductApi.js +4 -4
  13. package/dist/api/ProjectApi.js +18 -18
  14. package/dist/api/RouteApi.js +6 -6
  15. package/dist/index.js +14 -7
  16. package/dist/model/Aws.js +1 -1
  17. package/dist/model/Azure.js +1 -1
  18. package/dist/model/BillingAccount.js +1 -1
  19. package/dist/model/Body.js +1 -1
  20. package/dist/model/Contact.js +1 -1
  21. package/dist/model/CreateFleetRequest.js +1 -1
  22. package/dist/model/CreateProductRequest.js +1 -1
  23. package/dist/model/CreateProjectRequest.js +1 -1
  24. package/dist/model/DFUEnv.js +1 -1
  25. package/dist/model/DFUState.js +1 -1
  26. package/dist/model/DeleteDeviceFleetsRequest.js +1 -1
  27. package/dist/model/Device.js +1 -1
  28. package/dist/model/DeviceSession.js +1 -1
  29. package/dist/model/DeviceTowerInfo.js +1 -1
  30. package/dist/model/DeviceUsage.js +1 -1
  31. package/dist/model/Edgeimpulse.js +214 -0
  32. package/dist/model/{GenerateAuthToken200Response.js → EdgeimpulseSensorsInner.js} +36 -44
  33. package/dist/model/EnvironmentVariables.js +1 -1
  34. package/dist/model/Error.js +1 -1
  35. package/dist/model/Event.js +1 -1
  36. package/dist/model/Fleet.js +1 -1
  37. package/dist/model/GetBillingAccounts200Response.js +1 -1
  38. package/dist/model/GetDeviceEnvironmentVariables200Response.js +1 -1
  39. package/dist/model/GetDeviceHealthLog200Response.js +1 -1
  40. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +1 -1
  41. package/dist/model/GetDeviceLatest200Response.js +1 -1
  42. package/dist/model/GetDevicePublicKey200Response.js +1 -1
  43. package/dist/model/GetDeviceSessions200Response.js +1 -1
  44. package/dist/model/GetProjectDevicePublicKeys200Response.js +1 -1
  45. package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +1 -1
  46. package/dist/model/GetProjectDevices200Response.js +1 -1
  47. package/dist/model/GetProjectEvents200Response.js +1 -1
  48. package/dist/model/GetProjectEventsByCursor200Response.js +1 -1
  49. package/dist/model/GetProjectFleets200Response.js +1 -1
  50. package/dist/model/GetProjectMembers200Response.js +1 -1
  51. package/dist/model/GetProjectProducts200Response.js +1 -1
  52. package/dist/model/GetProjects200Response.js +1 -1
  53. package/dist/model/Google.js +1 -1
  54. package/dist/model/HandleNoteChanges200Response.js +1 -1
  55. package/dist/model/HandleNoteGet200Response.js +1 -1
  56. package/dist/model/HandleNoteSignal200Response.js +1 -1
  57. package/dist/model/HandleNotefileChanges200Response.js +1 -1
  58. package/dist/model/HandleNotefileChangesPending200Response.js +1 -1
  59. package/dist/model/HandleNotefileDeleteRequest.js +1 -1
  60. package/dist/model/Http.js +1 -1
  61. package/dist/model/HttpFilter.js +1 -1
  62. package/dist/model/HttpTransform.js +1 -1
  63. package/dist/model/Location.js +1 -1
  64. package/dist/model/Login200Response.js +1 -1
  65. package/dist/model/LoginRequest.js +1 -1
  66. package/dist/model/Mqtt.js +1 -1
  67. package/dist/model/Note.js +1 -1
  68. package/dist/model/Product.js +1 -1
  69. package/dist/model/Project.js +1 -1
  70. package/dist/model/ProjectMember.js +1 -1
  71. package/dist/model/Proxy.js +1 -1
  72. package/dist/model/PutDeviceFleetsRequest.js +1 -1
  73. package/dist/model/Radresponder.js +1 -1
  74. package/dist/model/Route.js +7 -2
  75. package/dist/model/RouteSchema.js +1 -1
  76. package/dist/model/Snowflake.js +1 -1
  77. package/dist/model/SnowflakeTransform.js +1 -1
  78. package/dist/model/Thingworx.js +1 -1
  79. package/dist/model/TowerLocation.js +1 -1
  80. package/dist/model/Twilio.js +1 -1
  81. package/dist/model/UpdateFleetRequest.js +1 -1
  82. package/dist/model/UserDbRoute.js +1 -1
  83. package/package.json +1 -1
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The HttpFilter model module.
17
17
  * @module model/HttpFilter
18
- * @version 1.0.11
18
+ * @version 1.0.12
19
19
  */
20
20
  var HttpFilter = /*#__PURE__*/function () {
21
21
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The HttpTransform model module.
17
17
  * @module model/HttpTransform
18
- * @version 1.0.11
18
+ * @version 1.0.12
19
19
  */
20
20
  var HttpTransform = /*#__PURE__*/function () {
21
21
  /**
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  /**
19
19
  * The Location model module.
20
20
  * @module model/Location
21
- * @version 1.0.11
21
+ * @version 1.0.12
22
22
  */
23
23
  var Location = /*#__PURE__*/function () {
24
24
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The Login200Response model module.
17
17
  * @module model/Login200Response
18
- * @version 1.0.11
18
+ * @version 1.0.12
19
19
  */
20
20
  var Login200Response = /*#__PURE__*/function () {
21
21
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The LoginRequest model module.
17
17
  * @module model/LoginRequest
18
- * @version 1.0.11
18
+ * @version 1.0.12
19
19
  */
20
20
  var LoginRequest = /*#__PURE__*/function () {
21
21
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  /**
18
18
  * The Mqtt model module.
19
19
  * @module model/Mqtt
20
- * @version 1.0.11
20
+ * @version 1.0.12
21
21
  */
22
22
  var Mqtt = /*#__PURE__*/function () {
23
23
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The Note model module.
17
17
  * @module model/Note
18
- * @version 1.0.11
18
+ * @version 1.0.12
19
19
  */
20
20
  var Note = /*#__PURE__*/function () {
21
21
  /**
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  /**
19
19
  * The Product model module.
20
20
  * @module model/Product
21
- * @version 1.0.11
21
+ * @version 1.0.12
22
22
  */
23
23
  var Product = /*#__PURE__*/function () {
24
24
  /**
@@ -20,7 +20,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
20
20
  /**
21
21
  * The Project model module.
22
22
  * @module model/Project
23
- * @version 1.0.11
23
+ * @version 1.0.12
24
24
  */
25
25
  var Project = /*#__PURE__*/function () {
26
26
  /**
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
19
19
  /**
20
20
  * The ProjectMember model module.
21
21
  * @module model/ProjectMember
22
- * @version 1.0.11
22
+ * @version 1.0.12
23
23
  */
24
24
  var ProjectMember = /*#__PURE__*/function () {
25
25
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The Proxy model module.
17
17
  * @module model/Proxy
18
- * @version 1.0.11
18
+ * @version 1.0.12
19
19
  */
20
20
  var Proxy = /*#__PURE__*/function () {
21
21
  /**
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  /**
19
19
  * The PutDeviceFleetsRequest model module.
20
20
  * @module model/PutDeviceFleetsRequest
21
- * @version 1.0.11
21
+ * @version 1.0.12
22
22
  */
23
23
  var PutDeviceFleetsRequest = /*#__PURE__*/function () {
24
24
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The Radresponder model module.
17
17
  * @module model/Radresponder
18
- * @version 1.0.11
18
+ * @version 1.0.12
19
19
  */
20
20
  var Radresponder = /*#__PURE__*/function () {
21
21
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The Route model module.
18
18
  * @module model/Route
19
- * @version 1.0.11
19
+ * @version 1.0.12
20
20
  */
21
21
  var Route = /*#__PURE__*/function () {
22
22
  /**
@@ -239,7 +239,12 @@ Route["RouteTypeEnum"] = {
239
239
  * value: "snowflake"
240
240
  * @const
241
241
  */
242
- snowflake: "snowflake"
242
+ snowflake: "snowflake",
243
+ /**
244
+ * value: "edgeimpulse"
245
+ * @const
246
+ */
247
+ edgeimpulse: "edgeimpulse"
243
248
  };
244
249
  var _default = Route;
245
250
  exports["default"] = _default;
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The RouteSchema model module.
29
29
  * @module model/RouteSchema
30
- * @version 1.0.11
30
+ * @version 1.0.12
31
31
  */
32
32
  var RouteSchema = /*#__PURE__*/function () {
33
33
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  /**
18
18
  * The Snowflake model module.
19
19
  * @module model/Snowflake
20
- * @version 1.0.11
20
+ * @version 1.0.12
21
21
  */
22
22
  var Snowflake = /*#__PURE__*/function () {
23
23
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The SnowflakeTransform model module.
17
17
  * @module model/SnowflakeTransform
18
- * @version 1.0.11
18
+ * @version 1.0.12
19
19
  */
20
20
  var SnowflakeTransform = /*#__PURE__*/function () {
21
21
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  /**
18
18
  * The Thingworx model module.
19
19
  * @module model/Thingworx
20
- * @version 1.0.11
20
+ * @version 1.0.12
21
21
  */
22
22
  var Thingworx = /*#__PURE__*/function () {
23
23
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The TowerLocation model module.
17
17
  * @module model/TowerLocation
18
- * @version 1.0.11
18
+ * @version 1.0.12
19
19
  */
20
20
  var TowerLocation = /*#__PURE__*/function () {
21
21
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The Twilio model module.
18
18
  * @module model/Twilio
19
- * @version 1.0.11
19
+ * @version 1.0.12
20
20
  */
21
21
  var Twilio = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The UpdateFleetRequest model module.
17
17
  * @module model/UpdateFleetRequest
18
- * @version 1.0.11
18
+ * @version 1.0.12
19
19
  */
20
20
  var UpdateFleetRequest = /*#__PURE__*/function () {
21
21
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The UserDbRoute model module.
17
17
  * @module model/UserDbRoute
18
- * @version 1.0.11
18
+ * @version 1.0.12
19
19
  */
20
20
  var UserDbRoute = /*#__PURE__*/function () {
21
21
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blues-inc/notehub-js",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "The OpenAPI definition for the Notehub.io API. ",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",