@blues-inc/notehub-js 2.1.0 → 2.2.0-beta.1

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 (149) hide show
  1. package/README.md +242 -238
  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 +373 -373
  7. package/dist/api/EventApi.js +118 -118
  8. package/dist/api/ExternalDevicesApi.js +41 -41
  9. package/dist/api/MonitorApi.js +52 -52
  10. package/dist/api/ProjectApi.js +381 -381
  11. package/dist/api/RouteApi.js +86 -86
  12. package/dist/api/WebhookApi.js +51 -51
  13. package/dist/index.js +78 -85
  14. package/dist/model/Alert.js +76 -74
  15. package/dist/model/AlertDataInner.js +35 -35
  16. package/dist/model/AlertNotificationsInner.js +18 -18
  17. package/dist/model/AwsRoute.js +237 -0
  18. package/dist/model/AzureRoute.js +183 -0
  19. package/dist/model/BillingAccount.js +21 -21
  20. package/dist/model/BillingAccountRole.js +9 -9
  21. package/dist/model/BlynkRoute.js +147 -0
  22. package/dist/model/Body.js +5 -5
  23. package/dist/model/CellularPlan.js +34 -34
  24. package/dist/model/CloneProjectRequest.js +20 -20
  25. package/dist/model/Contact.js +22 -22
  26. package/dist/model/CreateFleetRequest.js +12 -12
  27. package/dist/model/CreateMonitor.js +126 -125
  28. package/dist/model/CreateProductRequest.js +22 -22
  29. package/dist/model/CreateProjectRequest.js +16 -16
  30. package/dist/model/CreateUpdateRepository.js +17 -17
  31. package/dist/model/CurrentFirmware.js +12 -12
  32. package/dist/model/DFUEnv.js +12 -12
  33. package/dist/model/DFUState.js +65 -65
  34. package/dist/model/DataField.js +7 -7
  35. package/dist/model/DataSetField.js +19 -19
  36. package/dist/model/DataUsage.js +14 -14
  37. package/dist/model/DatacakeRoute.js +165 -0
  38. package/dist/model/DeleteDeviceFleetsRequest.js +8 -8
  39. package/dist/model/Device.js +102 -101
  40. package/dist/model/DeviceDfuHistory.js +20 -19
  41. package/dist/model/DeviceDfuHistoryCurrent.js +32 -32
  42. package/dist/model/DeviceDfuHistoryPage.js +13 -12
  43. package/dist/model/DeviceDfuStateMachine.js +25 -24
  44. package/dist/model/DeviceDfuStateMachineNode.js +22 -22
  45. package/dist/model/DeviceDfuStatus.js +20 -20
  46. package/dist/model/DeviceDfuStatusPage.js +13 -12
  47. package/dist/model/DeviceSession.js +221 -221
  48. package/dist/model/DeviceTowerInfo.js +14 -14
  49. package/dist/model/DeviceUsage.js +32 -32
  50. package/dist/model/DfuActionRequest.js +7 -7
  51. package/dist/model/EmailNotification.js +7 -7
  52. package/dist/model/EnvTreeJsonNode.js +69 -67
  53. package/dist/model/EnvVar.js +18 -18
  54. package/dist/model/EnvironmentVariables.js +8 -8
  55. package/dist/model/Error.js +31 -31
  56. package/dist/model/Event.js +248 -248
  57. package/dist/model/{AwsFilter.js → Filter.js} +36 -58
  58. package/dist/model/Firmware.js +49 -49
  59. package/dist/model/FirmwareInfo.js +60 -60
  60. package/dist/model/Fleet.js +30 -30
  61. package/dist/model/GetAlerts200Response.js +15 -14
  62. package/dist/model/GetBillingAccounts200Response.js +10 -9
  63. package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +16 -16
  64. package/dist/model/GetDeviceFleets200Response.js +12 -11
  65. package/dist/model/GetDeviceHealthLog200Response.js +12 -11
  66. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +19 -19
  67. package/dist/model/GetDeviceLatest200Response.js +10 -9
  68. package/dist/model/GetDevicePlans200Response.js +10 -9
  69. package/dist/model/GetDevicePublicKey200Response.js +16 -16
  70. package/dist/model/GetDeviceSessions200Response.js +17 -16
  71. package/dist/model/GetProducts200Response.js +10 -9
  72. package/dist/model/GetProjectDevicePublicKeys200Response.js +17 -16
  73. package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +12 -12
  74. package/dist/model/GetProjectDevices200Response.js +17 -16
  75. package/dist/model/GetProjectEvents200Response.js +21 -20
  76. package/dist/model/GetProjectEventsByCursor200Response.js +24 -23
  77. package/dist/model/GetProjectMembers200Response.js +12 -11
  78. package/dist/model/GetProjects200Response.js +10 -9
  79. package/dist/model/GetWebhooks200Response.js +10 -9
  80. package/dist/model/{Google.js → GoogleRoute.js} +53 -58
  81. package/dist/model/HandleNoteChanges200Response.js +11 -11
  82. package/dist/model/HandleNoteGet200Response.js +13 -13
  83. package/dist/model/HandleNoteSignal200Response.js +5 -5
  84. package/dist/model/HandleNotefileChanges200Response.js +11 -11
  85. package/dist/model/HandleNotefileChangesPending200Response.js +14 -14
  86. package/dist/model/HandleNotefileDeleteRequest.js +7 -7
  87. package/dist/model/{Http.js → HttpRoute.js} +56 -62
  88. package/dist/model/Location.js +40 -40
  89. package/dist/model/Login200Response.js +7 -7
  90. package/dist/model/LoginRequest.js +12 -12
  91. package/dist/model/Monitor.js +100 -99
  92. package/dist/model/MonitorAlertRoutesInner.js +9 -10
  93. package/dist/model/MqttRoute.js +243 -0
  94. package/dist/model/Note.js +10 -10
  95. package/dist/model/NotefileSchema.js +19 -18
  96. package/dist/model/NotehubRoute.js +229 -149
  97. package/dist/model/{UserDbRoute.js → NotehubRouteSummary.js} +40 -45
  98. package/dist/model/OAuth2Error.js +20 -20
  99. package/dist/model/OAuth2TokenResponse.js +23 -23
  100. package/dist/model/PersonalAccessToken.js +34 -34
  101. package/dist/model/PersonalAccessTokenCreatedBy.js +17 -17
  102. package/dist/model/PersonalAccessTokenInfo.js +18 -18
  103. package/dist/model/PersonalAccessTokenSecret.js +12 -12
  104. package/dist/model/PostProvisionProjectDeviceRequest.js +18 -18
  105. package/dist/model/Product.js +26 -26
  106. package/dist/model/Project.js +34 -34
  107. package/dist/model/ProjectMember.js +22 -22
  108. package/dist/model/{Proxy.js → ProxyRoute.js} +40 -44
  109. package/dist/model/PutDeviceFleetsRequest.js +8 -8
  110. package/dist/model/QubitroRoute.js +159 -0
  111. package/dist/model/{Radresponder.js → RadRoute.js} +57 -45
  112. package/dist/model/Repository.js +22 -22
  113. package/dist/model/Role.js +9 -9
  114. package/dist/model/RouteLog.js +38 -38
  115. package/dist/model/{SlackTransform.js → RouteTransformSettings.js} +31 -31
  116. package/dist/model/S3ArchiveRoute.js +271 -0
  117. package/dist/model/SatellitePlan.js +26 -26
  118. package/dist/model/SchemaProperty.js +38 -36
  119. package/dist/model/SimUsage.js +19 -19
  120. package/dist/model/SlackBearerNotification.js +25 -25
  121. package/dist/model/SlackRoute.js +195 -0
  122. package/dist/model/SlackWebHookNotification.js +20 -20
  123. package/dist/model/SnowflakeRoute.js +187 -0
  124. package/dist/model/{Thingworx.js → ThingworxRoute.js} +53 -58
  125. package/dist/model/TowerLocation.js +54 -54
  126. package/dist/model/TwilioRoute.js +181 -0
  127. package/dist/model/UpdateFleetRequest.js +25 -25
  128. package/dist/model/UploadMetadata.js +64 -64
  129. package/dist/model/UsageData.js +18 -18
  130. package/dist/model/UsageEventsData.js +24 -24
  131. package/dist/model/UsageEventsResponse.js +12 -11
  132. package/dist/model/UsageRouteLogsData.js +29 -29
  133. package/dist/model/UsageSessionsData.js +24 -24
  134. package/dist/model/UserDfuStateMachine.js +20 -20
  135. package/dist/model/UserDfuStateMachineStatus.js +20 -20
  136. package/dist/model/UserFirmwareInfo.js +12 -12
  137. package/dist/model/WebhookSettings.js +15 -15
  138. package/package.json +3 -3
  139. package/dist/api/UsageApi.js +0 -285
  140. package/dist/model/Aws.js +0 -243
  141. package/dist/model/AwsTransform.js +0 -148
  142. package/dist/model/Azure.js +0 -189
  143. package/dist/model/Mqtt.js +0 -248
  144. package/dist/model/NotehubRouteSchema.js +0 -506
  145. package/dist/model/Slack.js +0 -218
  146. package/dist/model/Snowflake.js +0 -194
  147. package/dist/model/Twilio.js +0 -190
  148. package/dist/model/UsageRouteLogsResponse.js +0 -131
  149. package/dist/model/UsageSessionsResponse.js +0 -131
@@ -1,148 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
- function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
11
- function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
12
- function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
13
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
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
- * Notehub API
16
- * The OpenAPI definition for the Notehub.io API.
17
- *
18
- * The version of the OpenAPI document: 1.2.0
19
- * Contact: engineering@blues.io
20
- *
21
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
22
- * https://openapi-generator.tech
23
- * Do not edit the class manually.
24
- *
25
- */
26
- /**
27
- * The AwsTransform model module.
28
- * @module model/AwsTransform
29
- * @version 2.1.0
30
- */
31
- var AwsTransform = /*#__PURE__*/function () {
32
- /**
33
- * Constructs a new <code>AwsTransform</code>.
34
- * @alias module:model/AwsTransform
35
- */
36
- function AwsTransform() {
37
- _classCallCheck(this, AwsTransform);
38
- AwsTransform.initialize(this);
39
- }
40
-
41
- /**
42
- * Initializes the fields of this object.
43
- * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
44
- * Only for internal use.
45
- */
46
- return _createClass(AwsTransform, null, [{
47
- key: "initialize",
48
- value: function initialize(obj) {}
49
-
50
- /**
51
- * Constructs a <code>AwsTransform</code> from a plain JavaScript object, optionally creating a new instance.
52
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
53
- * @param {Object} data The plain JavaScript object bearing properties of interest.
54
- * @param {module:model/AwsTransform} obj Optional instance to populate.
55
- * @return {module:model/AwsTransform} The populated <code>AwsTransform</code> instance.
56
- */
57
- }, {
58
- key: "constructFromObject",
59
- value: function constructFromObject(data, obj) {
60
- if (data) {
61
- obj = obj || new AwsTransform();
62
- if (data.hasOwnProperty("format")) {
63
- obj["format"] = _ApiClient["default"].convertToType(data["format"], "String");
64
- }
65
- if (data.hasOwnProperty("jsonata")) {
66
- obj["jsonata"] = _ApiClient["default"].convertToType(data["jsonata"], "String");
67
- }
68
- } else if (data === null) {
69
- return null;
70
- }
71
- return obj;
72
- }
73
-
74
- /**
75
- * Validates the JSON data with respect to <code>AwsTransform</code>.
76
- * @param {Object} data The plain JavaScript object bearing properties of interest.
77
- * @return {boolean} to indicate whether the JSON data is valid with respect to <code>AwsTransform</code>.
78
- */
79
- }, {
80
- key: "validateJSON",
81
- value: function validateJSON(data) {
82
- // ensure the json data is a string
83
- if (data["format"] && !(typeof data["format"] === "string" || data["format"] instanceof String)) {
84
- throw new Error("Expected the field `format` to be a primitive type in the JSON string but got " + data["format"]);
85
- }
86
- // ensure the json data is a string
87
- if (data["jsonata"] && !(typeof data["jsonata"] === "string" || data["jsonata"] instanceof String)) {
88
- throw new Error("Expected the field `jsonata` to be a primitive type in the JSON string but got " + data["jsonata"]);
89
- }
90
- return true;
91
- }
92
- }]);
93
- }();
94
- /**
95
- * Data transformation to apply. Options of \"\" for none, \"bridge\" for Azure IoT, \"jsonata\" for JSONata expression, or \"flatten\", \"simple\", \"body\" or \"payload\"
96
- * @member {module:model/AwsTransform.FormatEnum} format
97
- */
98
- AwsTransform.prototype["format"] = undefined;
99
-
100
- /**
101
- * JSONata transformation, if JSONata
102
- * @member {String} jsonata
103
- */
104
- AwsTransform.prototype["jsonata"] = undefined;
105
-
106
- /**
107
- * Allowed values for the <code>format</code> property.
108
- * @enum {String}
109
- * @readonly
110
- */
111
- AwsTransform["FormatEnum"] = {
112
- /**
113
- * value: ""
114
- * @const
115
- */
116
- empty: "",
117
- /**
118
- * value: "bridge"
119
- * @const
120
- */
121
- bridge: "bridge",
122
- /**
123
- * value: "jsonata"
124
- * @const
125
- */
126
- jsonata: "jsonata",
127
- /**
128
- * value: "flatten"
129
- * @const
130
- */
131
- flatten: "flatten",
132
- /**
133
- * value: "simple"
134
- * @const
135
- */
136
- simple: "simple",
137
- /**
138
- * value: "body"
139
- * @const
140
- */
141
- body: "body",
142
- /**
143
- * value: "payload"
144
- * @const
145
- */
146
- payload: "payload"
147
- };
148
- var _default = exports["default"] = AwsTransform;
@@ -1,189 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
- var _AwsFilter = _interopRequireDefault(require("./AwsFilter"));
9
- var _AwsTransform = _interopRequireDefault(require("./AwsTransform"));
10
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
12
- function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
13
- function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
14
- function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
15
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
16
- 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); } /**
17
- * Notehub API
18
- * The OpenAPI definition for the Notehub.io API.
19
- *
20
- * The version of the OpenAPI document: 1.2.0
21
- * Contact: engineering@blues.io
22
- *
23
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
24
- * https://openapi-generator.tech
25
- * Do not edit the class manually.
26
- *
27
- */
28
- /**
29
- * The Azure model module.
30
- * @module model/Azure
31
- * @version 2.1.0
32
- */
33
- var Azure = /*#__PURE__*/function () {
34
- /**
35
- * Constructs a new <code>Azure</code>.
36
- * Route settings specific to Azure routes. Only used for Azure route types
37
- * @alias module:model/Azure
38
- */
39
- function Azure() {
40
- _classCallCheck(this, Azure);
41
- Azure.initialize(this);
42
- }
43
-
44
- /**
45
- * Initializes the fields of this object.
46
- * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
47
- * Only for internal use.
48
- */
49
- return _createClass(Azure, null, [{
50
- key: "initialize",
51
- value: function initialize(obj) {}
52
-
53
- /**
54
- * Constructs a <code>Azure</code> from a plain JavaScript object, optionally creating a new instance.
55
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
56
- * @param {Object} data The plain JavaScript object bearing properties of interest.
57
- * @param {module:model/Azure} obj Optional instance to populate.
58
- * @return {module:model/Azure} The populated <code>Azure</code> instance.
59
- */
60
- }, {
61
- key: "constructFromObject",
62
- value: function constructFromObject(data, obj) {
63
- if (data) {
64
- obj = obj || new Azure();
65
- if (data.hasOwnProperty("filter")) {
66
- obj["filter"] = _AwsFilter["default"].constructFromObject(data["filter"]);
67
- }
68
- if (data.hasOwnProperty("fleets")) {
69
- obj["fleets"] = _ApiClient["default"].convertToType(data["fleets"], ["String"]);
70
- }
71
- if (data.hasOwnProperty("functions_key_secret")) {
72
- obj["functions_key_secret"] = _ApiClient["default"].convertToType(data["functions_key_secret"], "String");
73
- }
74
- if (data.hasOwnProperty("sas_policy_key")) {
75
- obj["sas_policy_key"] = _ApiClient["default"].convertToType(data["sas_policy_key"], "String");
76
- }
77
- if (data.hasOwnProperty("sas_policy_name")) {
78
- obj["sas_policy_name"] = _ApiClient["default"].convertToType(data["sas_policy_name"], "String");
79
- }
80
- if (data.hasOwnProperty("throttle_ms")) {
81
- obj["throttle_ms"] = _ApiClient["default"].convertToType(data["throttle_ms"], "Number");
82
- }
83
- if (data.hasOwnProperty("timeout")) {
84
- obj["timeout"] = _ApiClient["default"].convertToType(data["timeout"], "Number");
85
- }
86
- if (data.hasOwnProperty("transform")) {
87
- obj["transform"] = _AwsTransform["default"].constructFromObject(data["transform"]);
88
- }
89
- if (data.hasOwnProperty("url")) {
90
- obj["url"] = _ApiClient["default"].convertToType(data["url"], "String");
91
- }
92
- } else if (data === null) {
93
- return null;
94
- }
95
- return obj;
96
- }
97
-
98
- /**
99
- * Validates the JSON data with respect to <code>Azure</code>.
100
- * @param {Object} data The plain JavaScript object bearing properties of interest.
101
- * @return {boolean} to indicate whether the JSON data is valid with respect to <code>Azure</code>.
102
- */
103
- }, {
104
- key: "validateJSON",
105
- value: function validateJSON(data) {
106
- // validate the optional field `filter`
107
- if (data["filter"]) {
108
- // data not null
109
- _AwsFilter["default"].validateJSON(data["filter"]);
110
- }
111
- // ensure the json data is an array
112
- if (!Array.isArray(data["fleets"])) {
113
- throw new Error("Expected the field `fleets` to be an array in the JSON data but got " + data["fleets"]);
114
- }
115
- // ensure the json data is a string
116
- if (data["functions_key_secret"] && !(typeof data["functions_key_secret"] === "string" || data["functions_key_secret"] instanceof String)) {
117
- throw new Error("Expected the field `functions_key_secret` to be a primitive type in the JSON string but got " + data["functions_key_secret"]);
118
- }
119
- // ensure the json data is a string
120
- if (data["sas_policy_key"] && !(typeof data["sas_policy_key"] === "string" || data["sas_policy_key"] instanceof String)) {
121
- throw new Error("Expected the field `sas_policy_key` to be a primitive type in the JSON string but got " + data["sas_policy_key"]);
122
- }
123
- // ensure the json data is a string
124
- if (data["sas_policy_name"] && !(typeof data["sas_policy_name"] === "string" || data["sas_policy_name"] instanceof String)) {
125
- throw new Error("Expected the field `sas_policy_name` to be a primitive type in the JSON string but got " + data["sas_policy_name"]);
126
- }
127
- // validate the optional field `transform`
128
- if (data["transform"]) {
129
- // data not null
130
- _AwsTransform["default"].validateJSON(data["transform"]);
131
- }
132
- // ensure the json data is a string
133
- if (data["url"] && !(typeof data["url"] === "string" || data["url"] instanceof String)) {
134
- throw new Error("Expected the field `url` to be a primitive type in the JSON string but got " + data["url"]);
135
- }
136
- return true;
137
- }
138
- }]);
139
- }();
140
- /**
141
- * @member {module:model/AwsFilter} filter
142
- */
143
- Azure.prototype["filter"] = undefined;
144
-
145
- /**
146
- * list of Fleet UIDs to apply route to, if any. If empty, applies to all Fleets
147
- * @member {Array.<String>} fleets
148
- */
149
- Azure.prototype["fleets"] = undefined;
150
-
151
- /**
152
- * This value is input-only and will be omitted from the response and replaced with a placeholder
153
- * @member {String} functions_key_secret
154
- */
155
- Azure.prototype["functions_key_secret"] = undefined;
156
-
157
- /**
158
- * This value is input-only and will be omitted from the response and replaced with a placeholder
159
- * @member {String} sas_policy_key
160
- */
161
- Azure.prototype["sas_policy_key"] = undefined;
162
-
163
- /**
164
- * @member {String} sas_policy_name
165
- */
166
- Azure.prototype["sas_policy_name"] = undefined;
167
-
168
- /**
169
- * @member {Number} throttle_ms
170
- */
171
- Azure.prototype["throttle_ms"] = undefined;
172
-
173
- /**
174
- * Timeout in seconds for each request
175
- * @member {Number} timeout
176
- * @default 15
177
- */
178
- Azure.prototype["timeout"] = 15;
179
-
180
- /**
181
- * @member {module:model/AwsTransform} transform
182
- */
183
- Azure.prototype["transform"] = undefined;
184
-
185
- /**
186
- * @member {String} url
187
- */
188
- Azure.prototype["url"] = undefined;
189
- var _default = exports["default"] = Azure;
@@ -1,248 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
- var _AwsFilter = _interopRequireDefault(require("./AwsFilter"));
9
- var _AwsTransform = _interopRequireDefault(require("./AwsTransform"));
10
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
12
- function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
13
- function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
14
- function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
15
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
16
- 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); } /**
17
- * Notehub API
18
- * The OpenAPI definition for the Notehub.io API.
19
- *
20
- * The version of the OpenAPI document: 1.2.0
21
- * Contact: engineering@blues.io
22
- *
23
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
24
- * https://openapi-generator.tech
25
- * Do not edit the class manually.
26
- *
27
- */
28
- /**
29
- * The Mqtt model module.
30
- * @module model/Mqtt
31
- * @version 2.1.0
32
- */
33
- var Mqtt = /*#__PURE__*/function () {
34
- /**
35
- * Constructs a new <code>Mqtt</code>.
36
- * Route settings specific to MQTT routes. Only used for MQTT route types
37
- * @alias module:model/Mqtt
38
- */
39
- function Mqtt() {
40
- _classCallCheck(this, Mqtt);
41
- Mqtt.initialize(this);
42
- }
43
-
44
- /**
45
- * Initializes the fields of this object.
46
- * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
47
- * Only for internal use.
48
- */
49
- return _createClass(Mqtt, null, [{
50
- key: "initialize",
51
- value: function initialize(obj) {}
52
-
53
- /**
54
- * Constructs a <code>Mqtt</code> from a plain JavaScript object, optionally creating a new instance.
55
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
56
- * @param {Object} data The plain JavaScript object bearing properties of interest.
57
- * @param {module:model/Mqtt} obj Optional instance to populate.
58
- * @return {module:model/Mqtt} The populated <code>Mqtt</code> instance.
59
- */
60
- }, {
61
- key: "constructFromObject",
62
- value: function constructFromObject(data, obj) {
63
- if (data) {
64
- obj = obj || new Mqtt();
65
- if (data.hasOwnProperty("broker")) {
66
- obj["broker"] = _ApiClient["default"].convertToType(data["broker"], "String");
67
- }
68
- if (data.hasOwnProperty("certificate")) {
69
- obj["certificate"] = _ApiClient["default"].convertToType(data["certificate"], "String");
70
- }
71
- if (data.hasOwnProperty("certificate_name")) {
72
- obj["certificate_name"] = _ApiClient["default"].convertToType(data["certificate_name"], "String");
73
- }
74
- if (data.hasOwnProperty("filter")) {
75
- obj["filter"] = _AwsFilter["default"].constructFromObject(data["filter"]);
76
- }
77
- if (data.hasOwnProperty("fleets")) {
78
- obj["fleets"] = _ApiClient["default"].convertToType(data["fleets"], ["String"]);
79
- }
80
- if (data.hasOwnProperty("key")) {
81
- obj["key"] = _ApiClient["default"].convertToType(data["key"], "String");
82
- }
83
- if (data.hasOwnProperty("password")) {
84
- obj["password"] = _ApiClient["default"].convertToType(data["password"], "String");
85
- }
86
- if (data.hasOwnProperty("port")) {
87
- obj["port"] = _ApiClient["default"].convertToType(data["port"], "Number");
88
- }
89
- if (data.hasOwnProperty("private_key_name")) {
90
- obj["private_key_name"] = _ApiClient["default"].convertToType(data["private_key_name"], "String");
91
- }
92
- if (data.hasOwnProperty("throttle_ms")) {
93
- obj["throttle_ms"] = _ApiClient["default"].convertToType(data["throttle_ms"], "Number");
94
- }
95
- if (data.hasOwnProperty("timeout")) {
96
- obj["timeout"] = _ApiClient["default"].convertToType(data["timeout"], "Number");
97
- }
98
- if (data.hasOwnProperty("topic")) {
99
- obj["topic"] = _ApiClient["default"].convertToType(data["topic"], "String");
100
- }
101
- if (data.hasOwnProperty("transform")) {
102
- obj["transform"] = _AwsTransform["default"].constructFromObject(data["transform"]);
103
- }
104
- if (data.hasOwnProperty("username")) {
105
- obj["username"] = _ApiClient["default"].convertToType(data["username"], "String");
106
- }
107
- } else if (data === null) {
108
- return null;
109
- }
110
- return obj;
111
- }
112
-
113
- /**
114
- * Validates the JSON data with respect to <code>Mqtt</code>.
115
- * @param {Object} data The plain JavaScript object bearing properties of interest.
116
- * @return {boolean} to indicate whether the JSON data is valid with respect to <code>Mqtt</code>.
117
- */
118
- }, {
119
- key: "validateJSON",
120
- value: function validateJSON(data) {
121
- // ensure the json data is a string
122
- if (data["broker"] && !(typeof data["broker"] === "string" || data["broker"] instanceof String)) {
123
- throw new Error("Expected the field `broker` to be a primitive type in the JSON string but got " + data["broker"]);
124
- }
125
- // ensure the json data is a string
126
- if (data["certificate"] && !(typeof data["certificate"] === "string" || data["certificate"] instanceof String)) {
127
- throw new Error("Expected the field `certificate` to be a primitive type in the JSON string but got " + data["certificate"]);
128
- }
129
- // ensure the json data is a string
130
- if (data["certificate_name"] && !(typeof data["certificate_name"] === "string" || data["certificate_name"] instanceof String)) {
131
- throw new Error("Expected the field `certificate_name` to be a primitive type in the JSON string but got " + data["certificate_name"]);
132
- }
133
- // validate the optional field `filter`
134
- if (data["filter"]) {
135
- // data not null
136
- _AwsFilter["default"].validateJSON(data["filter"]);
137
- }
138
- // ensure the json data is an array
139
- if (!Array.isArray(data["fleets"])) {
140
- throw new Error("Expected the field `fleets` to be an array in the JSON data but got " + data["fleets"]);
141
- }
142
- // ensure the json data is a string
143
- if (data["key"] && !(typeof data["key"] === "string" || data["key"] instanceof String)) {
144
- throw new Error("Expected the field `key` to be a primitive type in the JSON string but got " + data["key"]);
145
- }
146
- // ensure the json data is a string
147
- if (data["password"] && !(typeof data["password"] === "string" || data["password"] instanceof String)) {
148
- throw new Error("Expected the field `password` to be a primitive type in the JSON string but got " + data["password"]);
149
- }
150
- // ensure the json data is a string
151
- if (data["private_key_name"] && !(typeof data["private_key_name"] === "string" || data["private_key_name"] instanceof String)) {
152
- throw new Error("Expected the field `private_key_name` to be a primitive type in the JSON string but got " + data["private_key_name"]);
153
- }
154
- // ensure the json data is a string
155
- if (data["topic"] && !(typeof data["topic"] === "string" || data["topic"] instanceof String)) {
156
- throw new Error("Expected the field `topic` to be a primitive type in the JSON string but got " + data["topic"]);
157
- }
158
- // validate the optional field `transform`
159
- if (data["transform"]) {
160
- // data not null
161
- _AwsTransform["default"].validateJSON(data["transform"]);
162
- }
163
- // ensure the json data is a string
164
- if (data["username"] && !(typeof data["username"] === "string" || data["username"] instanceof String)) {
165
- throw new Error("Expected the field `username` to be a primitive type in the JSON string but got " + data["username"]);
166
- }
167
- return true;
168
- }
169
- }]);
170
- }();
171
- /**
172
- * @member {String} broker
173
- */
174
- Mqtt.prototype["broker"] = undefined;
175
-
176
- /**
177
- * Certificate with \\n newlines. This value is input-only and will be omitted from the response and replaced with a placeholder
178
- * @member {String} certificate
179
- */
180
- Mqtt.prototype["certificate"] = undefined;
181
-
182
- /**
183
- * Name of certificate.
184
- * @member {String} certificate_name
185
- */
186
- Mqtt.prototype["certificate_name"] = undefined;
187
-
188
- /**
189
- * @member {module:model/AwsFilter} filter
190
- */
191
- Mqtt.prototype["filter"] = undefined;
192
-
193
- /**
194
- * list of Fleet UIDs to apply route to, if any. If empty, applies to all Fleets
195
- * @member {Array.<String>} fleets
196
- */
197
- Mqtt.prototype["fleets"] = undefined;
198
-
199
- /**
200
- * Key with \\n newlines. This value is input-only and will be omitted from the response and replaced with a placeholder
201
- * @member {String} key
202
- */
203
- Mqtt.prototype["key"] = undefined;
204
-
205
- /**
206
- * This value is input-only and will be omitted from the response and replaced with a placeholder
207
- * @member {String} password
208
- */
209
- Mqtt.prototype["password"] = undefined;
210
-
211
- /**
212
- * @member {Number} port
213
- */
214
- Mqtt.prototype["port"] = undefined;
215
-
216
- /**
217
- * Name of key
218
- * @member {String} private_key_name
219
- */
220
- Mqtt.prototype["private_key_name"] = undefined;
221
-
222
- /**
223
- * @member {Number} throttle_ms
224
- */
225
- Mqtt.prototype["throttle_ms"] = undefined;
226
-
227
- /**
228
- * Timeout in seconds for each request
229
- * @member {Number} timeout
230
- * @default 15
231
- */
232
- Mqtt.prototype["timeout"] = 15;
233
-
234
- /**
235
- * @member {String} topic
236
- */
237
- Mqtt.prototype["topic"] = undefined;
238
-
239
- /**
240
- * @member {module:model/AwsTransform} transform
241
- */
242
- Mqtt.prototype["transform"] = undefined;
243
-
244
- /**
245
- * @member {String} username
246
- */
247
- Mqtt.prototype["username"] = undefined;
248
- var _default = exports["default"] = Mqtt;