@blues-inc/notehub-js 1.0.22 → 1.0.23

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 (96) hide show
  1. package/README.md +2 -2
  2. package/dist/ApiClient.js +2 -2
  3. package/dist/api/AlertApi.js +4 -4
  4. package/dist/api/AuthorizationApi.js +1 -1
  5. package/dist/api/BillingAccountApi.js +1 -1
  6. package/dist/api/DeviceApi.js +54 -3
  7. package/dist/api/EventApi.js +1 -1
  8. package/dist/api/MonitorApi.js +1 -1
  9. package/dist/api/ProjectApi.js +1 -1
  10. package/dist/api/RouteApi.js +1 -1
  11. package/dist/model/Alert.js +1 -1
  12. package/dist/model/AlertDataInner.js +1 -1
  13. package/dist/model/AlertNotificationsInner.js +1 -1
  14. package/dist/model/Aws.js +1 -1
  15. package/dist/model/Azure.js +1 -1
  16. package/dist/model/BillingAccount.js +1 -1
  17. package/dist/model/Body.js +1 -1
  18. package/dist/model/CloneProjectRequest.js +1 -1
  19. package/dist/model/Contact.js +1 -1
  20. package/dist/model/CreateFleetRequest.js +1 -1
  21. package/dist/model/CreateMonitor.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/EmailNotification.js +1 -1
  32. package/dist/model/EnvironmentVariables.js +1 -1
  33. package/dist/model/Error.js +1 -1
  34. package/dist/model/Event.js +1 -1
  35. package/dist/model/FirmwareInfo.js +1 -1
  36. package/dist/model/FirmwareStatus.js +1 -1
  37. package/dist/model/Fleet.js +1 -1
  38. package/dist/model/GetAlerts200Response.js +1 -1
  39. package/dist/model/GetBillingAccounts200Response.js +1 -1
  40. package/dist/model/GetDeviceEnvironmentVariables200Response.js +1 -1
  41. package/dist/model/GetDeviceHealthLog200Response.js +1 -1
  42. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +1 -1
  43. package/dist/model/GetDeviceLatest200Response.js +1 -1
  44. package/dist/model/GetDevicePublicKey200Response.js +1 -1
  45. package/dist/model/GetDeviceSessions200Response.js +1 -1
  46. package/dist/model/GetProjectDevicePublicKeys200Response.js +1 -1
  47. package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +1 -1
  48. package/dist/model/GetProjectDevices200Response.js +1 -1
  49. package/dist/model/GetProjectEvents200Response.js +1 -1
  50. package/dist/model/GetProjectEventsByCursor200Response.js +1 -1
  51. package/dist/model/GetProjectFleets200Response.js +1 -1
  52. package/dist/model/GetProjectMembers200Response.js +1 -1
  53. package/dist/model/GetProjectProducts200Response.js +1 -1
  54. package/dist/model/GetProjects200Response.js +1 -1
  55. package/dist/model/GetRouteLogsByRoute200ResponseInner.js +1 -1
  56. package/dist/model/Google.js +1 -1
  57. package/dist/model/HandleNoteChanges200Response.js +1 -1
  58. package/dist/model/HandleNoteGet200Response.js +1 -1
  59. package/dist/model/HandleNoteSignal200Response.js +1 -1
  60. package/dist/model/HandleNotefileChanges200Response.js +1 -1
  61. package/dist/model/HandleNotefileChangesPending200Response.js +1 -1
  62. package/dist/model/HandleNotefileDeleteRequest.js +1 -1
  63. package/dist/model/Http.js +1 -1
  64. package/dist/model/HttpFilter.js +1 -1
  65. package/dist/model/HttpTransform.js +1 -1
  66. package/dist/model/Location.js +1 -1
  67. package/dist/model/Login200Response.js +1 -1
  68. package/dist/model/LoginRequest.js +1 -1
  69. package/dist/model/Monitor.js +1 -1
  70. package/dist/model/MonitorAlertRoutesInner.js +1 -1
  71. package/dist/model/Mqtt.js +1 -1
  72. package/dist/model/Note.js +1 -1
  73. package/dist/model/OTAStatus.js +1 -1
  74. package/dist/model/OTAStatusList.js +1 -1
  75. package/dist/model/OTAUpdateRequest.js +1 -1
  76. package/dist/model/OTAUpdateStatus.js +1 -1
  77. package/dist/model/PostProvisionProjectDeviceRequest.js +1 -1
  78. package/dist/model/Product.js +1 -1
  79. package/dist/model/Project.js +1 -1
  80. package/dist/model/ProjectMember.js +1 -1
  81. package/dist/model/Proxy.js +1 -1
  82. package/dist/model/PutDeviceFleetsRequest.js +1 -1
  83. package/dist/model/Radresponder.js +1 -1
  84. package/dist/model/Route.js +1 -1
  85. package/dist/model/RouteSchema.js +1 -1
  86. package/dist/model/Slack.js +1 -1
  87. package/dist/model/SlackBearerNotification.js +1 -1
  88. package/dist/model/SlackWebHookNotification.js +1 -1
  89. package/dist/model/Snowflake.js +1 -1
  90. package/dist/model/SnowflakeTransform.js +1 -1
  91. package/dist/model/Thingworx.js +1 -1
  92. package/dist/model/TowerLocation.js +1 -1
  93. package/dist/model/Twilio.js +1 -1
  94. package/dist/model/UpdateFleetRequest.js +1 -1
  95. package/dist/model/UserDbRoute.js +1 -1
  96. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ The OpenAPI definition for the Notehub.io API.
6
6
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
7
7
 
8
8
  - API version: 1.1.0
9
- - Package version: 1.0.22
9
+ - Package version: 1.0.23
10
10
  - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
11
11
  For more information, please visit [https://dev.blues.io/support/](https://dev.blues.io/support/)
12
12
 
@@ -112,7 +112,7 @@ var projectUID = app:2606f411-dea6-44a0-9743-1130f57d77d8; // {String}
112
112
  var opts = {
113
113
  'pageSize': 50, // {Number}
114
114
  'pageNum': 1, // {Number}
115
- 'monitorUID': "monitorUID_example" // {String}
115
+ 'monitorUID': ["null"] // {[String]}
116
116
  };
117
117
  api.getAlerts(projectUID, opts).then(function(data) {
118
118
  console.log('API called successfully. Returned data: ' + JSON.stringify(data));
package/dist/ApiClient.js CHANGED
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  */
27
27
  /**
28
28
  * @module ApiClient
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  /**
32
32
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
@@ -74,7 +74,7 @@ var ApiClient = /*#__PURE__*/function () {
74
74
  * @default {}
75
75
  */
76
76
  this.defaultHeaders = {
77
- "User-Agent": "OpenAPI-Generator/1.0.22/Javascript"
77
+ "User-Agent": "OpenAPI-Generator/1.0.23/Javascript"
78
78
  };
79
79
 
80
80
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * Alert service.
30
30
  * @module api/AlertApi
31
- * @version 1.0.22
31
+ * @version 1.0.23
32
32
  */
33
33
  var AlertApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -49,7 +49,7 @@ var AlertApi = exports["default"] = /*#__PURE__*/function () {
49
49
  * @param {Object} opts Optional parameters
50
50
  * @param {Number} opts.pageSize (default to 50)
51
51
  * @param {Number} opts.pageNum (default to 1)
52
- * @param {String} opts.monitorUID
52
+ * @param {Array.<String>} opts.monitorUID
53
53
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetAlerts200Response} and HTTP response
54
54
  */
55
55
  return _createClass(AlertApi, [{
@@ -67,7 +67,7 @@ var AlertApi = exports["default"] = /*#__PURE__*/function () {
67
67
  var queryParams = {
68
68
  pageSize: opts["pageSize"],
69
69
  pageNum: opts["pageNum"],
70
- monitorUID: opts["monitorUID"]
70
+ monitorUID: this.apiClient.buildCollectionParam(opts["monitorUID"], "multi")
71
71
  };
72
72
  var headerParams = {};
73
73
  var formParams = {};
@@ -84,7 +84,7 @@ var AlertApi = exports["default"] = /*#__PURE__*/function () {
84
84
  * @param {Object} opts Optional parameters
85
85
  * @param {Number} opts.pageSize (default to 50)
86
86
  * @param {Number} opts.pageNum (default to 1)
87
- * @param {String} opts.monitorUID
87
+ * @param {Array.<String>} opts.monitorUID
88
88
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetAlerts200Response}
89
89
  */
90
90
  }, {
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * Authorization service.
30
30
  * @module api/AuthorizationApi
31
- * @version 1.0.22
31
+ * @version 1.0.23
32
32
  */
33
33
  var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * BillingAccount service.
30
30
  * @module api/BillingAccountApi
31
- * @version 1.0.22
31
+ * @version 1.0.23
32
32
  */
33
33
  var BillingAccountApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -45,7 +45,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
45
45
  /**
46
46
  * Device service.
47
47
  * @module api/DeviceApi
48
- * @version 1.0.22
48
+ * @version 1.0.23
49
49
  */
50
50
  var DeviceApi = exports["default"] = /*#__PURE__*/function () {
51
51
  /**
@@ -738,6 +738,15 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
738
738
  * @param {Object} opts Optional parameters
739
739
  * @param {Number} opts.pageSize (default to 50)
740
740
  * @param {Number} opts.pageNum (default to 1)
741
+ * @param {Array.<String>} opts.deviceUID A Device UID.
742
+ * @param {Array.<String>} opts.tag Tag filter
743
+ * @param {Array.<String>} opts.serialNumber Serial number filter
744
+ * @param {String} opts.fleetUID
745
+ * @param {Array.<String>} opts.notecardFirmware Firmware version filter
746
+ * @param {Array.<String>} opts.location Location filter
747
+ * @param {Array.<String>} opts.hostFirmware Host firmware filter
748
+ * @param {Array.<String>} opts.productUID
749
+ * @param {Array.<String>} opts.sku SKU filter
741
750
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetProjectDevices200Response} and HTTP response
742
751
  */
743
752
  }, {
@@ -754,7 +763,16 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
754
763
  };
755
764
  var queryParams = {
756
765
  pageSize: opts["pageSize"],
757
- pageNum: opts["pageNum"]
766
+ pageNum: opts["pageNum"],
767
+ deviceUID: this.apiClient.buildCollectionParam(opts["deviceUID"], "multi"),
768
+ tag: this.apiClient.buildCollectionParam(opts["tag"], "multi"),
769
+ serialNumber: this.apiClient.buildCollectionParam(opts["serialNumber"], "multi"),
770
+ fleetUID: opts["fleetUID"],
771
+ notecardFirmware: this.apiClient.buildCollectionParam(opts["notecardFirmware"], "multi"),
772
+ location: this.apiClient.buildCollectionParam(opts["location"], "multi"),
773
+ hostFirmware: this.apiClient.buildCollectionParam(opts["hostFirmware"], "multi"),
774
+ productUID: this.apiClient.buildCollectionParam(opts["productUID"], "multi"),
775
+ sku: this.apiClient.buildCollectionParam(opts["sku"], "multi")
758
776
  };
759
777
  var headerParams = {};
760
778
  var formParams = {};
@@ -771,6 +789,15 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
771
789
  * @param {Object} opts Optional parameters
772
790
  * @param {Number} opts.pageSize (default to 50)
773
791
  * @param {Number} opts.pageNum (default to 1)
792
+ * @param {Array.<String>} opts.deviceUID A Device UID.
793
+ * @param {Array.<String>} opts.tag Tag filter
794
+ * @param {Array.<String>} opts.serialNumber Serial number filter
795
+ * @param {String} opts.fleetUID
796
+ * @param {Array.<String>} opts.notecardFirmware Firmware version filter
797
+ * @param {Array.<String>} opts.location Location filter
798
+ * @param {Array.<String>} opts.hostFirmware Host firmware filter
799
+ * @param {Array.<String>} opts.productUID
800
+ * @param {Array.<String>} opts.sku SKU filter
774
801
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetProjectDevices200Response}
775
802
  */
776
803
  }, {
@@ -788,6 +815,14 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
788
815
  * @param {Object} opts Optional parameters
789
816
  * @param {Number} opts.pageSize (default to 50)
790
817
  * @param {Number} opts.pageNum (default to 1)
818
+ * @param {Array.<String>} opts.deviceUID A Device UID.
819
+ * @param {Array.<String>} opts.tag Tag filter
820
+ * @param {Array.<String>} opts.serialNumber Serial number filter
821
+ * @param {Array.<String>} opts.notecardFirmware Firmware version filter
822
+ * @param {Array.<String>} opts.location Location filter
823
+ * @param {Array.<String>} opts.hostFirmware Host firmware filter
824
+ * @param {Array.<String>} opts.productUID
825
+ * @param {Array.<String>} opts.sku SKU filter
791
826
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetProjectDevices200Response} and HTTP response
792
827
  */
793
828
  }, {
@@ -809,7 +844,15 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
809
844
  };
810
845
  var queryParams = {
811
846
  pageSize: opts["pageSize"],
812
- pageNum: opts["pageNum"]
847
+ pageNum: opts["pageNum"],
848
+ deviceUID: this.apiClient.buildCollectionParam(opts["deviceUID"], "multi"),
849
+ tag: this.apiClient.buildCollectionParam(opts["tag"], "multi"),
850
+ serialNumber: this.apiClient.buildCollectionParam(opts["serialNumber"], "multi"),
851
+ notecardFirmware: this.apiClient.buildCollectionParam(opts["notecardFirmware"], "multi"),
852
+ location: this.apiClient.buildCollectionParam(opts["location"], "multi"),
853
+ hostFirmware: this.apiClient.buildCollectionParam(opts["hostFirmware"], "multi"),
854
+ productUID: this.apiClient.buildCollectionParam(opts["productUID"], "multi"),
855
+ sku: this.apiClient.buildCollectionParam(opts["sku"], "multi")
813
856
  };
814
857
  var headerParams = {};
815
858
  var formParams = {};
@@ -827,6 +870,14 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
827
870
  * @param {Object} opts Optional parameters
828
871
  * @param {Number} opts.pageSize (default to 50)
829
872
  * @param {Number} opts.pageNum (default to 1)
873
+ * @param {Array.<String>} opts.deviceUID A Device UID.
874
+ * @param {Array.<String>} opts.tag Tag filter
875
+ * @param {Array.<String>} opts.serialNumber Serial number filter
876
+ * @param {Array.<String>} opts.notecardFirmware Firmware version filter
877
+ * @param {Array.<String>} opts.location Location filter
878
+ * @param {Array.<String>} opts.hostFirmware Host firmware filter
879
+ * @param {Array.<String>} opts.productUID
880
+ * @param {Array.<String>} opts.sku SKU filter
830
881
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetProjectDevices200Response}
831
882
  */
832
883
  }, {
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * Event service.
32
32
  * @module api/EventApi
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var EventApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * Monitor service.
31
31
  * @module api/MonitorApi
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var MonitorApi = exports["default"] = /*#__PURE__*/function () {
35
35
  /**
@@ -46,7 +46,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
46
46
  /**
47
47
  * Project service.
48
48
  * @module api/ProjectApi
49
- * @version 1.0.22
49
+ * @version 1.0.23
50
50
  */
51
51
  var ProjectApi = exports["default"] = /*#__PURE__*/function () {
52
52
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * Route service.
32
32
  * @module api/RouteApi
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var RouteApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The Alert model module.
33
33
  * @module model/Alert
34
- * @version 1.0.22
34
+ * @version 1.0.23
35
35
  */
36
36
  var Alert = /*#__PURE__*/function () {
37
37
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The AlertDataInner model module.
28
28
  * @module model/AlertDataInner
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var AlertDataInner = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The AlertNotificationsInner model module.
28
28
  * @module model/AlertNotificationsInner
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var AlertNotificationsInner = /*#__PURE__*/function () {
32
32
  /**
package/dist/model/Aws.js CHANGED
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The Aws model module.
30
30
  * @module model/Aws
31
- * @version 1.0.22
31
+ * @version 1.0.23
32
32
  */
33
33
  var Aws = /*#__PURE__*/function () {
34
34
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The Azure model module.
30
30
  * @module model/Azure
31
- * @version 1.0.22
31
+ * @version 1.0.23
32
32
  */
33
33
  var Azure = /*#__PURE__*/function () {
34
34
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The BillingAccount model module.
32
32
  * @module model/BillingAccount
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var BillingAccount = /*#__PURE__*/function () {
36
36
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The Body model module.
28
28
  * @module model/Body
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var Body = /*#__PURE__*/function () {
32
32
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The CloneProjectRequest model module.
31
31
  * @module model/CloneProjectRequest
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var CloneProjectRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -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 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var Contact = /*#__PURE__*/function () {
32
32
  /**
@@ -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 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var CreateFleetRequest = /*#__PURE__*/function () {
32
32
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The CreateMonitor model module.
33
33
  * @module model/CreateMonitor
34
- * @version 1.0.22
34
+ * @version 1.0.23
35
35
  */
36
36
  var CreateMonitor = /*#__PURE__*/function () {
37
37
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The CreateProductRequest model module.
31
31
  * @module model/CreateProductRequest
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var CreateProductRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The CreateProjectRequest model module.
31
31
  * @module model/CreateProjectRequest
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var CreateProjectRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The DFUEnv model module.
29
29
  * @module model/DFUEnv
30
- * @version 1.0.22
30
+ * @version 1.0.23
31
31
  */
32
32
  var DFUEnv = /*#__PURE__*/function () {
33
33
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The DFUState model module.
28
28
  * @module model/DFUState
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var DFUState = /*#__PURE__*/function () {
32
32
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The DeleteDeviceFleetsRequest model module.
31
31
  * @module model/DeleteDeviceFleetsRequest
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var DeleteDeviceFleetsRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
33
33
  /**
34
34
  * The Device model module.
35
35
  * @module model/Device
36
- * @version 1.0.22
36
+ * @version 1.0.23
37
37
  */
38
38
  var Device = /*#__PURE__*/function () {
39
39
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The DeviceSession model module.
30
30
  * @module model/DeviceSession
31
- * @version 1.0.22
31
+ * @version 1.0.23
32
32
  */
33
33
  var DeviceSession = /*#__PURE__*/function () {
34
34
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The DeviceTowerInfo model module.
28
28
  * @module model/DeviceTowerInfo
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var DeviceTowerInfo = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The DeviceUsage model module.
28
28
  * @module model/DeviceUsage
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var DeviceUsage = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The EmailNotification model module.
28
28
  * @module model/EmailNotification
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var EmailNotification = /*#__PURE__*/function () {
32
32
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The EnvironmentVariables model module.
31
31
  * @module model/EnvironmentVariables
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var EnvironmentVariables = /*#__PURE__*/function () {
35
35
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The Error model module.
31
31
  * @module model/Error
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var Error = /*#__PURE__*/function () {
35
35
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The Event model module.
28
28
  * @module model/Event
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var Event = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The FirmwareInfo model module.
28
28
  * @module model/FirmwareInfo
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var FirmwareInfo = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The FirmwareStatus model module.
28
28
  * @module model/FirmwareStatus
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var FirmwareStatus = /*#__PURE__*/function () {
32
32
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The Fleet model module.
31
31
  * @module model/Fleet
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var Fleet = /*#__PURE__*/function () {
35
35
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The GetAlerts200Response model module.
32
32
  * @module model/GetAlerts200Response
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var GetAlerts200Response = /*#__PURE__*/function () {
36
36
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The GetBillingAccounts200Response model module.
32
32
  * @module model/GetBillingAccounts200Response
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var GetBillingAccounts200Response = /*#__PURE__*/function () {
36
36
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The GetDeviceEnvironmentVariables200Response model module.
31
31
  * @module model/GetDeviceEnvironmentVariables200Response
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var GetDeviceEnvironmentVariables200Response = /*#__PURE__*/function () {
35
35
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The GetDeviceHealthLog200Response model module.
32
32
  * @module model/GetDeviceHealthLog200Response
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var GetDeviceHealthLog200Response = /*#__PURE__*/function () {
36
36
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The GetDeviceHealthLog200ResponseHealthLogInner model module.
31
31
  * @module model/GetDeviceHealthLog200ResponseHealthLogInner
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var GetDeviceHealthLog200ResponseHealthLogInner = /*#__PURE__*/function () {
35
35
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The GetDeviceLatest200Response model module.
32
32
  * @module model/GetDeviceLatest200Response
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var GetDeviceLatest200Response = /*#__PURE__*/function () {
36
36
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The GetDevicePublicKey200Response model module.
31
31
  * @module model/GetDevicePublicKey200Response
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var GetDevicePublicKey200Response = /*#__PURE__*/function () {
35
35
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The GetDeviceSessions200Response model module.
32
32
  * @module model/GetDeviceSessions200Response
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var GetDeviceSessions200Response = /*#__PURE__*/function () {
36
36
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The GetProjectDevicePublicKeys200Response model module.
32
32
  * @module model/GetProjectDevicePublicKeys200Response
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var GetProjectDevicePublicKeys200Response = /*#__PURE__*/function () {
36
36
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner model module.
28
28
  * @module model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner = /*#__PURE__*/function () {
32
32
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The GetProjectDevices200Response model module.
32
32
  * @module model/GetProjectDevices200Response
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var GetProjectDevices200Response = /*#__PURE__*/function () {
36
36
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The GetProjectEvents200Response model module.
32
32
  * @module model/GetProjectEvents200Response
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var GetProjectEvents200Response = /*#__PURE__*/function () {
36
36
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The GetProjectEventsByCursor200Response model module.
32
32
  * @module model/GetProjectEventsByCursor200Response
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var GetProjectEventsByCursor200Response = /*#__PURE__*/function () {
36
36
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The GetProjectFleets200Response model module.
32
32
  * @module model/GetProjectFleets200Response
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var GetProjectFleets200Response = /*#__PURE__*/function () {
36
36
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The GetProjectMembers200Response model module.
32
32
  * @module model/GetProjectMembers200Response
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var GetProjectMembers200Response = /*#__PURE__*/function () {
36
36
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The GetProjectProducts200Response model module.
32
32
  * @module model/GetProjectProducts200Response
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var GetProjectProducts200Response = /*#__PURE__*/function () {
36
36
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The GetProjects200Response model module.
32
32
  * @module model/GetProjects200Response
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var GetProjects200Response = /*#__PURE__*/function () {
36
36
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The GetRouteLogsByRoute200ResponseInner model module.
28
28
  * @module model/GetRouteLogsByRoute200ResponseInner
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var GetRouteLogsByRoute200ResponseInner = /*#__PURE__*/function () {
32
32
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The Google model module.
30
30
  * @module model/Google
31
- * @version 1.0.22
31
+ * @version 1.0.23
32
32
  */
33
33
  var Google = /*#__PURE__*/function () {
34
34
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The HandleNoteChanges200Response model module.
28
28
  * @module model/HandleNoteChanges200Response
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var HandleNoteChanges200Response = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The HandleNoteGet200Response model module.
28
28
  * @module model/HandleNoteGet200Response
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var HandleNoteGet200Response = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The HandleNoteSignal200Response model module.
28
28
  * @module model/HandleNoteSignal200Response
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var HandleNoteSignal200Response = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The HandleNotefileChanges200Response model module.
28
28
  * @module model/HandleNotefileChanges200Response
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var HandleNotefileChanges200Response = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The HandleNotefileChangesPending200Response model module.
28
28
  * @module model/HandleNotefileChangesPending200Response
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var HandleNotefileChangesPending200Response = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The HandleNotefileDeleteRequest model module.
28
28
  * @module model/HandleNotefileDeleteRequest
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var HandleNotefileDeleteRequest = /*#__PURE__*/function () {
32
32
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The Http model module.
30
30
  * @module model/Http
31
- * @version 1.0.22
31
+ * @version 1.0.23
32
32
  */
33
33
  var Http = /*#__PURE__*/function () {
34
34
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The HttpFilter model module.
28
28
  * @module model/HttpFilter
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var HttpFilter = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The HttpTransform model module.
28
28
  * @module model/HttpTransform
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var HttpTransform = /*#__PURE__*/function () {
32
32
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The Location model module.
31
31
  * @module model/Location
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var Location = /*#__PURE__*/function () {
35
35
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The Login200Response model module.
28
28
  * @module model/Login200Response
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var Login200Response = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The LoginRequest model module.
28
28
  * @module model/LoginRequest
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var LoginRequest = /*#__PURE__*/function () {
32
32
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The Monitor model module.
32
32
  * @module model/Monitor
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var Monitor = /*#__PURE__*/function () {
36
36
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The MonitorAlertRoutesInner model module.
33
33
  * @module model/MonitorAlertRoutesInner
34
- * @version 1.0.22
34
+ * @version 1.0.23
35
35
  */
36
36
  var MonitorAlertRoutesInner = /*#__PURE__*/function () {
37
37
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The Mqtt model module.
30
30
  * @module model/Mqtt
31
- * @version 1.0.22
31
+ * @version 1.0.23
32
32
  */
33
33
  var Mqtt = /*#__PURE__*/function () {
34
34
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The Note model module.
28
28
  * @module model/Note
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var Note = /*#__PURE__*/function () {
32
32
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The OTAStatus model module.
29
29
  * @module model/OTAStatus
30
- * @version 1.0.22
30
+ * @version 1.0.23
31
31
  */
32
32
  var OTAStatus = /*#__PURE__*/function () {
33
33
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The OTAStatusList model module.
32
32
  * @module model/OTAStatusList
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var OTAStatusList = /*#__PURE__*/function () {
36
36
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The OTAUpdateRequest model module.
28
28
  * @module model/OTAUpdateRequest
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var OTAUpdateRequest = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The OTAUpdateStatus model module.
28
28
  * @module model/OTAUpdateStatus
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var OTAUpdateStatus = /*#__PURE__*/function () {
32
32
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The PostProvisionProjectDeviceRequest model module.
31
31
  * @module model/PostProvisionProjectDeviceRequest
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var PostProvisionProjectDeviceRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The Product model module.
31
31
  * @module model/Product
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var Product = /*#__PURE__*/function () {
35
35
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The Project model module.
33
33
  * @module model/Project
34
- * @version 1.0.22
34
+ * @version 1.0.23
35
35
  */
36
36
  var Project = /*#__PURE__*/function () {
37
37
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The ProjectMember model module.
32
32
  * @module model/ProjectMember
33
- * @version 1.0.22
33
+ * @version 1.0.23
34
34
  */
35
35
  var ProjectMember = /*#__PURE__*/function () {
36
36
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The Proxy model module.
28
28
  * @module model/Proxy
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var Proxy = /*#__PURE__*/function () {
32
32
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The PutDeviceFleetsRequest model module.
31
31
  * @module model/PutDeviceFleetsRequest
32
- * @version 1.0.22
32
+ * @version 1.0.23
33
33
  */
34
34
  var PutDeviceFleetsRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The Radresponder model module.
28
28
  * @module model/Radresponder
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var Radresponder = /*#__PURE__*/function () {
32
32
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The Route model module.
29
29
  * @module model/Route
30
- * @version 1.0.22
30
+ * @version 1.0.23
31
31
  */
32
32
  var Route = /*#__PURE__*/function () {
33
33
  /**
@@ -40,7 +40,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
40
40
  /**
41
41
  * The RouteSchema model module.
42
42
  * @module model/RouteSchema
43
- * @version 1.0.22
43
+ * @version 1.0.23
44
44
  */
45
45
  var RouteSchema = /*#__PURE__*/function () {
46
46
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The Slack model module.
30
30
  * @module model/Slack
31
- * @version 1.0.22
31
+ * @version 1.0.23
32
32
  */
33
33
  var Slack = /*#__PURE__*/function () {
34
34
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The SlackBearerNotification model module.
28
28
  * @module model/SlackBearerNotification
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var SlackBearerNotification = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The SlackWebHookNotification model module.
28
28
  * @module model/SlackWebHookNotification
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var SlackWebHookNotification = /*#__PURE__*/function () {
32
32
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The Snowflake model module.
30
30
  * @module model/Snowflake
31
- * @version 1.0.22
31
+ * @version 1.0.23
32
32
  */
33
33
  var Snowflake = /*#__PURE__*/function () {
34
34
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The SnowflakeTransform model module.
28
28
  * @module model/SnowflakeTransform
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var SnowflakeTransform = /*#__PURE__*/function () {
32
32
  /**
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The Thingworx model module.
30
30
  * @module model/Thingworx
31
- * @version 1.0.22
31
+ * @version 1.0.23
32
32
  */
33
33
  var Thingworx = /*#__PURE__*/function () {
34
34
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The TowerLocation model module.
28
28
  * @module model/TowerLocation
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var TowerLocation = /*#__PURE__*/function () {
32
32
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The Twilio model module.
29
29
  * @module model/Twilio
30
- * @version 1.0.22
30
+ * @version 1.0.23
31
31
  */
32
32
  var Twilio = /*#__PURE__*/function () {
33
33
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The UpdateFleetRequest model module.
28
28
  * @module model/UpdateFleetRequest
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var UpdateFleetRequest = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The UserDbRoute model module.
28
28
  * @module model/UserDbRoute
29
- * @version 1.0.22
29
+ * @version 1.0.23
30
30
  */
31
31
  var UserDbRoute = /*#__PURE__*/function () {
32
32
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blues-inc/notehub-js",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "The OpenAPI definition for the Notehub.io API. ",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",