@blues-inc/notehub-js 2.2.0-beta.4 → 2.2.0-beta.5

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 (142) hide show
  1. package/README.md +19 -17
  2. package/dist/ApiClient.js +2 -2
  3. package/dist/api/AlertApi.js +1 -1
  4. package/dist/api/AuthorizationApi.js +1 -1
  5. package/dist/api/BillingAccountApi.js +1 -1
  6. package/dist/api/DeviceApi.js +2 -2
  7. package/dist/api/EventApi.js +1 -1
  8. package/dist/api/ExternalDevicesApi.js +1 -1
  9. package/dist/api/MonitorApi.js +1 -1
  10. package/dist/api/ProjectApi.js +1 -1
  11. package/dist/api/RouteApi.js +10 -10
  12. package/dist/api/UsageApi.js +2 -2
  13. package/dist/api/WebhookApi.js +1 -1
  14. package/dist/index.js +78 -64
  15. package/dist/model/Alert.js +1 -1
  16. package/dist/model/AlertDataInner.js +1 -1
  17. package/dist/model/AlertNotificationsInner.js +1 -1
  18. package/dist/model/{Aws.js → AwsRoute.js} +39 -45
  19. package/dist/model/{Azure.js → AzureRoute.js} +34 -40
  20. package/dist/model/BillingAccount.js +1 -1
  21. package/dist/model/BlynkRoute.js +147 -0
  22. package/dist/model/Body.js +1 -1
  23. package/dist/model/CellularPlan.js +1 -1
  24. package/dist/model/CloneProjectRequest.js +1 -1
  25. package/dist/model/Contact.js +1 -1
  26. package/dist/model/CreateFleetRequest.js +1 -1
  27. package/dist/model/CreateMonitor.js +1 -1
  28. package/dist/model/CreateProductRequest.js +1 -1
  29. package/dist/model/CreateProjectRequest.js +1 -1
  30. package/dist/model/CreateUpdateRepository.js +1 -1
  31. package/dist/model/CurrentFirmware.js +1 -1
  32. package/dist/model/DFUEnv.js +1 -1
  33. package/dist/model/DFUState.js +1 -1
  34. package/dist/model/DataField.js +1 -1
  35. package/dist/model/DataSetField.js +1 -1
  36. package/dist/model/DataUsage.js +1 -1
  37. package/dist/model/DatacakeRoute.js +165 -0
  38. package/dist/model/DeleteDeviceFleetsRequest.js +1 -1
  39. package/dist/model/Device.js +1 -1
  40. package/dist/model/DeviceDfuHistory.js +1 -1
  41. package/dist/model/DeviceDfuHistoryCurrent.js +1 -1
  42. package/dist/model/DeviceDfuHistoryPage.js +1 -1
  43. package/dist/model/DeviceDfuStateMachine.js +1 -1
  44. package/dist/model/DeviceDfuStateMachineNode.js +1 -1
  45. package/dist/model/DeviceDfuStatus.js +1 -1
  46. package/dist/model/DeviceDfuStatusPage.js +1 -1
  47. package/dist/model/DeviceSession.js +1 -1
  48. package/dist/model/DeviceTowerInfo.js +1 -1
  49. package/dist/model/DeviceUsage.js +1 -1
  50. package/dist/model/DfuActionRequest.js +1 -1
  51. package/dist/model/EmailNotification.js +1 -1
  52. package/dist/model/EnvTreeJsonNode.js +1 -1
  53. package/dist/model/EnvVar.js +1 -1
  54. package/dist/model/EnvironmentVariables.js +1 -1
  55. package/dist/model/Error.js +1 -1
  56. package/dist/model/Event.js +1 -1
  57. package/dist/model/{AwsFilter.js → Filter.js} +25 -47
  58. package/dist/model/Firmware.js +1 -1
  59. package/dist/model/FirmwareInfo.js +1 -1
  60. package/dist/model/Fleet.js +1 -1
  61. package/dist/model/GetAlerts200Response.js +1 -1
  62. package/dist/model/GetBillingAccounts200Response.js +1 -1
  63. package/dist/model/GetDataUsage200Response.js +1 -1
  64. package/dist/model/GetDataUsage200ResponseDataInner.js +1 -1
  65. package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +1 -1
  66. package/dist/model/GetDeviceFleets200Response.js +1 -1
  67. package/dist/model/GetDeviceHealthLog200Response.js +1 -1
  68. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +1 -1
  69. package/dist/model/GetDeviceLatest200Response.js +1 -1
  70. package/dist/model/GetDevicePlans200Response.js +1 -1
  71. package/dist/model/GetDevicePublicKey200Response.js +1 -1
  72. package/dist/model/GetDeviceSessions200Response.js +1 -1
  73. package/dist/model/GetProducts200Response.js +1 -1
  74. package/dist/model/GetProjectDevicePublicKeys200Response.js +1 -1
  75. package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +1 -1
  76. package/dist/model/GetProjectDevices200Response.js +1 -1
  77. package/dist/model/GetProjectEvents200Response.js +1 -1
  78. package/dist/model/GetProjectEventsByCursor200Response.js +1 -1
  79. package/dist/model/GetProjectMembers200Response.js +1 -1
  80. package/dist/model/GetProjects200Response.js +1 -1
  81. package/dist/model/GetSessionsUsage200Response.js +1 -1
  82. package/dist/model/GetWebhooks200Response.js +1 -1
  83. package/dist/model/{Google.js → GoogleRoute.js} +32 -37
  84. package/dist/model/HandleNoteChanges200Response.js +1 -1
  85. package/dist/model/HandleNoteGet200Response.js +1 -1
  86. package/dist/model/HandleNoteSignal200Response.js +1 -1
  87. package/dist/model/HandleNotefileChanges200Response.js +1 -1
  88. package/dist/model/HandleNotefileChangesPending200Response.js +1 -1
  89. package/dist/model/HandleNotefileDeleteRequest.js +1 -1
  90. package/dist/model/{Http.js → HttpRoute.js} +34 -40
  91. package/dist/model/Location.js +1 -1
  92. package/dist/model/Login200Response.js +1 -1
  93. package/dist/model/LoginRequest.js +1 -1
  94. package/dist/model/Monitor.js +1 -1
  95. package/dist/model/MonitorAlertRoutesInner.js +1 -1
  96. package/dist/model/{Mqtt.js → MqttRoute.js} +45 -50
  97. package/dist/model/Note.js +1 -1
  98. package/dist/model/NotefileSchema.js +1 -1
  99. package/dist/model/NotehubRoute.js +214 -134
  100. package/dist/model/{UserDbRoute.js → NotehubRouteSummary.js} +24 -29
  101. package/dist/model/OAuth2Error.js +1 -1
  102. package/dist/model/OAuth2TokenResponse.js +1 -1
  103. package/dist/model/PersonalAccessToken.js +1 -1
  104. package/dist/model/PersonalAccessTokenCreatedBy.js +1 -1
  105. package/dist/model/PersonalAccessTokenInfo.js +1 -1
  106. package/dist/model/PersonalAccessTokenSecret.js +1 -1
  107. package/dist/model/PostProvisionProjectDeviceRequest.js +1 -1
  108. package/dist/model/Product.js +1 -1
  109. package/dist/model/Project.js +1 -1
  110. package/dist/model/ProjectMember.js +1 -1
  111. package/dist/model/{Proxy.js → ProxyRoute.js} +22 -26
  112. package/dist/model/PutDeviceFleetsRequest.js +1 -1
  113. package/dist/model/QubitroRoute.js +159 -0
  114. package/dist/model/{Radresponder.js → RadRoute.js} +38 -26
  115. package/dist/model/Repository.js +1 -1
  116. package/dist/model/RouteLog.js +1 -1
  117. package/dist/model/{SlackTransform.js → RouteTransformSettings.js} +22 -22
  118. package/dist/model/S3ArchiveRoute.js +271 -0
  119. package/dist/model/SatellitePlan.js +1 -1
  120. package/dist/model/SchemaProperty.js +1 -1
  121. package/dist/model/SimUsage.js +1 -1
  122. package/dist/model/SlackBearerNotification.js +1 -1
  123. package/dist/model/{Slack.js → SlackRoute.js} +35 -58
  124. package/dist/model/SlackWebHookNotification.js +1 -1
  125. package/dist/model/{Snowflake.js → SnowflakeRoute.js} +34 -41
  126. package/dist/model/{Thingworx.js → ThingworxRoute.js} +32 -37
  127. package/dist/model/TowerLocation.js +1 -1
  128. package/dist/model/{Twilio.js → TwilioRoute.js} +30 -39
  129. package/dist/model/UpdateFleetRequest.js +1 -1
  130. package/dist/model/UploadMetadata.js +1 -1
  131. package/dist/model/UsageData.js +1 -1
  132. package/dist/model/UsageEventsData.js +1 -1
  133. package/dist/model/UsageEventsResponse.js +1 -1
  134. package/dist/model/UsageRouteLogsData.js +1 -1
  135. package/dist/model/UsageSessionsData.js +1 -1
  136. package/dist/model/UserDfuStateMachine.js +1 -1
  137. package/dist/model/UserDfuStateMachineStatus.js +1 -1
  138. package/dist/model/UserFirmwareInfo.js +1 -1
  139. package/dist/model/WebhookSettings.js +1 -1
  140. package/package.json +1 -1
  141. package/dist/model/AwsTransform.js +0 -148
  142. package/dist/model/NotehubRouteSchema.js +0 -505
@@ -34,7 +34,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
34
34
  /**
35
35
  * The Device model module.
36
36
  * @module model/Device
37
- * @version 2.2.0-beta.4
37
+ * @version 2.2.0-beta.5
38
38
  */
39
39
  var Device = /*#__PURE__*/function () {
40
40
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The DeviceDfuHistory model module.
33
33
  * @module model/DeviceDfuHistory
34
- * @version 2.2.0-beta.4
34
+ * @version 2.2.0-beta.5
35
35
  */
36
36
  var DeviceDfuHistory = /*#__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 DeviceDfuHistoryCurrent model module.
28
28
  * @module model/DeviceDfuHistoryCurrent
29
- * @version 2.2.0-beta.4
29
+ * @version 2.2.0-beta.5
30
30
  */
31
31
  var DeviceDfuHistoryCurrent = /*#__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 DeviceDfuHistoryPage model module.
32
32
  * @module model/DeviceDfuHistoryPage
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var DeviceDfuHistoryPage = /*#__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 DeviceDfuStateMachine model module.
32
32
  * @module model/DeviceDfuStateMachine
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var DeviceDfuStateMachine = /*#__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 DeviceDfuStateMachineNode model module.
28
28
  * @module model/DeviceDfuStateMachineNode
29
- * @version 2.2.0-beta.4
29
+ * @version 2.2.0-beta.5
30
30
  */
31
31
  var DeviceDfuStateMachineNode = /*#__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 DeviceDfuStatus model module.
30
30
  * @module model/DeviceDfuStatus
31
- * @version 2.2.0-beta.4
31
+ * @version 2.2.0-beta.5
32
32
  */
33
33
  var DeviceDfuStatus = /*#__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 DeviceDfuStatusPage model module.
32
32
  * @module model/DeviceDfuStatusPage
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var DeviceDfuStatusPage = /*#__PURE__*/function () {
36
36
  /**
@@ -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 2.2.0-beta.4
31
+ * @version 2.2.0-beta.5
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 2.2.0-beta.4
29
+ * @version 2.2.0-beta.5
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 2.2.0-beta.4
29
+ * @version 2.2.0-beta.5
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 DfuActionRequest model module.
28
28
  * @module model/DfuActionRequest
29
- * @version 2.2.0-beta.4
29
+ * @version 2.2.0-beta.5
30
30
  */
31
31
  var DfuActionRequest = /*#__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 2.2.0-beta.4
29
+ * @version 2.2.0-beta.5
30
30
  */
31
31
  var EmailNotification = /*#__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 EnvTreeJsonNode model module.
32
32
  * @module model/EnvTreeJsonNode
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var EnvTreeJsonNode = /*#__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 EnvVar model module.
28
28
  * @module model/EnvVar
29
- * @version 2.2.0-beta.4
29
+ * @version 2.2.0-beta.5
30
30
  */
31
31
  var EnvVar = /*#__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 2.2.0-beta.4
32
+ * @version 2.2.0-beta.5
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 2.2.0-beta.4
32
+ * @version 2.2.0-beta.5
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 2.2.0-beta.4
29
+ * @version 2.2.0-beta.5
30
30
  */
31
31
  var Event = /*#__PURE__*/function () {
32
32
  /**
@@ -24,19 +24,19 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
24
24
  *
25
25
  */
26
26
  /**
27
- * The AwsFilter model module.
28
- * @module model/AwsFilter
29
- * @version 2.2.0-beta.4
27
+ * The Filter model module.
28
+ * @module model/Filter
29
+ * @version 2.2.0-beta.5
30
30
  */
31
- var AwsFilter = /*#__PURE__*/function () {
31
+ var Filter = /*#__PURE__*/function () {
32
32
  /**
33
- * Constructs a new <code>AwsFilter</code>.
34
- * Route filtering settings
35
- * @alias module:model/AwsFilter
33
+ * Constructs a new <code>Filter</code>.
34
+ * Filter applied to route data. Controls which notefiles are sent through the route.
35
+ * @alias module:model/Filter
36
36
  */
37
- function AwsFilter() {
38
- _classCallCheck(this, AwsFilter);
39
- AwsFilter.initialize(this);
37
+ function Filter() {
38
+ _classCallCheck(this, Filter);
39
+ Filter.initialize(this);
40
40
  }
41
41
 
42
42
  /**
@@ -44,22 +44,22 @@ var AwsFilter = /*#__PURE__*/function () {
44
44
  * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
45
45
  * Only for internal use.
46
46
  */
47
- return _createClass(AwsFilter, null, [{
47
+ return _createClass(Filter, null, [{
48
48
  key: "initialize",
49
49
  value: function initialize(obj) {}
50
50
 
51
51
  /**
52
- * Constructs a <code>AwsFilter</code> from a plain JavaScript object, optionally creating a new instance.
52
+ * Constructs a <code>Filter</code> from a plain JavaScript object, optionally creating a new instance.
53
53
  * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
54
54
  * @param {Object} data The plain JavaScript object bearing properties of interest.
55
- * @param {module:model/AwsFilter} obj Optional instance to populate.
56
- * @return {module:model/AwsFilter} The populated <code>AwsFilter</code> instance.
55
+ * @param {module:model/Filter} obj Optional instance to populate.
56
+ * @return {module:model/Filter} The populated <code>Filter</code> instance.
57
57
  */
58
58
  }, {
59
59
  key: "constructFromObject",
60
60
  value: function constructFromObject(data, obj) {
61
61
  if (data) {
62
- obj = obj || new AwsFilter();
62
+ obj = obj || new Filter();
63
63
  if (data.hasOwnProperty('files')) {
64
64
  obj['files'] = _ApiClient["default"].convertToType(data['files'], ['String']);
65
65
  }
@@ -76,9 +76,9 @@ var AwsFilter = /*#__PURE__*/function () {
76
76
  }
77
77
 
78
78
  /**
79
- * Validates the JSON data with respect to <code>AwsFilter</code>.
79
+ * Validates the JSON data with respect to <code>Filter</code>.
80
80
  * @param {Object} data The plain JavaScript object bearing properties of interest.
81
- * @return {boolean} to indicate whether the JSON data is valid with respect to <code>AwsFilter</code>.
81
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>Filter</code>.
82
82
  */
83
83
  }, {
84
84
  key: "validateJSON",
@@ -96,42 +96,20 @@ var AwsFilter = /*#__PURE__*/function () {
96
96
  }]);
97
97
  }();
98
98
  /**
99
+ * List of notefile names or patterns to filter on.
99
100
  * @member {Array.<String>} files
100
101
  */
101
- AwsFilter.prototype['files'] = undefined;
102
+ Filter.prototype['files'] = undefined;
102
103
 
103
104
  /**
104
- * Whether system notefiles should be affected by this route
105
+ * Whether system notefiles should be included.
105
106
  * @member {Boolean} system_notefiles
106
107
  */
107
- AwsFilter.prototype['system_notefiles'] = undefined;
108
+ Filter.prototype['system_notefiles'] = undefined;
108
109
 
109
110
  /**
110
- * What notefiles this route applies to.
111
- * @member {module:model/AwsFilter.TypeEnum} type
111
+ * Type of filter to apply (corresponds to `hublib.NotefileFilterType`).
112
+ * @member {String} type
112
113
  */
113
- AwsFilter.prototype['type'] = undefined;
114
-
115
- /**
116
- * Allowed values for the <code>type</code> property.
117
- * @enum {String}
118
- * @readonly
119
- */
120
- AwsFilter['TypeEnum'] = {
121
- /**
122
- * value: "all"
123
- * @const
124
- */
125
- "all": "all",
126
- /**
127
- * value: "include"
128
- * @const
129
- */
130
- "include": "include",
131
- /**
132
- * value: "exclude"
133
- * @const
134
- */
135
- "exclude": "exclude"
136
- };
137
- var _default = exports["default"] = AwsFilter;
114
+ Filter.prototype['type'] = undefined;
115
+ var _default = exports["default"] = Filter;
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The Firmware model module.
28
28
  * @module model/Firmware
29
- * @version 2.2.0-beta.4
29
+ * @version 2.2.0-beta.5
30
30
  */
31
31
  var Firmware = /*#__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 2.2.0-beta.4
29
+ * @version 2.2.0-beta.5
30
30
  */
31
31
  var FirmwareInfo = /*#__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 2.2.0-beta.4
32
+ * @version 2.2.0-beta.5
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 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
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 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var GetBillingAccounts200Response = /*#__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 GetDataUsage200Response model module.
32
32
  * @module model/GetDataUsage200Response
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var GetDataUsage200Response = /*#__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 GetDataUsage200ResponseDataInner model module.
32
32
  * @module model/GetDataUsage200ResponseDataInner
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var GetDataUsage200ResponseDataInner = /*#__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 GetDeviceEnvironmentVariablesByPin200Response model module.
31
31
  * @module model/GetDeviceEnvironmentVariablesByPin200Response
32
- * @version 2.2.0-beta.4
32
+ * @version 2.2.0-beta.5
33
33
  */
34
34
  var GetDeviceEnvironmentVariablesByPin200Response = /*#__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 GetDeviceFleets200Response model module.
32
32
  * @module model/GetDeviceFleets200Response
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var GetDeviceFleets200Response = /*#__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 GetDeviceHealthLog200Response model module.
32
32
  * @module model/GetDeviceHealthLog200Response
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
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 2.2.0-beta.4
32
+ * @version 2.2.0-beta.5
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 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var GetDeviceLatest200Response = /*#__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 GetDevicePlans200Response model module.
32
32
  * @module model/GetDevicePlans200Response
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var GetDevicePlans200Response = /*#__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 2.2.0-beta.4
32
+ * @version 2.2.0-beta.5
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 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
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 GetProducts200Response model module.
32
32
  * @module model/GetProducts200Response
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var GetProducts200Response = /*#__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 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
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 2.2.0-beta.4
29
+ * @version 2.2.0-beta.5
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 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
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 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
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 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
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 GetProjectMembers200Response model module.
32
32
  * @module model/GetProjectMembers200Response
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
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 GetProjects200Response model module.
32
32
  * @module model/GetProjects200Response
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var GetProjects200Response = /*#__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 GetSessionsUsage200Response model module.
32
32
  * @module model/GetSessionsUsage200Response
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var GetSessionsUsage200Response = /*#__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 GetWebhooks200Response model module.
32
32
  * @module model/GetWebhooks200Response
33
- * @version 2.2.0-beta.4
33
+ * @version 2.2.0-beta.5
34
34
  */
35
35
  var GetWebhooks200Response = /*#__PURE__*/function () {
36
36
  /**