@blues-inc/notehub-js 2.2.0-beta.29 → 2.2.0-beta.30
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.
- package/README.md +62 -65
- package/dist/ApiClient.js +2 -2
- package/dist/api/AlertApi.js +1 -1
- package/dist/api/AuthorizationApi.js +1 -1
- package/dist/api/BillingAccountApi.js +1 -1
- package/dist/api/DeviceApi.js +773 -773
- package/dist/api/EventApi.js +83 -83
- package/dist/api/ExternalDevicesApi.js +1 -1
- package/dist/api/MonitorApi.js +1 -1
- package/dist/api/ProjectApi.js +282 -282
- package/dist/api/RouteApi.js +10 -10
- package/dist/api/UsageApi.js +8 -8
- package/dist/api/WebhookApi.js +1 -1
- package/dist/index.js +135 -156
- package/dist/model/Alert.js +1 -1
- package/dist/model/AlertDataInner.js +1 -1
- package/dist/model/AlertNotificationsInner.js +1 -1
- package/dist/model/{AwsRoute.js → Aws.js} +45 -39
- package/dist/model/{Filter.js → AwsFilter.js} +47 -25
- package/dist/model/AwsTransform.js +148 -0
- package/dist/model/{AzureRoute.js → Azure.js} +40 -34
- package/dist/model/BillingAccount.js +1 -1
- package/dist/model/Body.js +1 -1
- package/dist/model/CellularPlan.js +1 -1
- package/dist/model/CloneProjectRequest.js +1 -1
- package/dist/model/Contact.js +1 -1
- package/dist/model/CreateFleetRequest.js +1 -15
- package/dist/model/CreateMonitor.js +1 -1
- package/dist/model/CreateProductRequest.js +1 -1
- package/dist/model/CreateProjectRequest.js +1 -1
- package/dist/model/CreateUpdateRepository.js +1 -1
- package/dist/model/CurrentFirmware.js +1 -1
- package/dist/model/DFUEnv.js +1 -1
- package/dist/model/DFUState.js +1 -1
- package/dist/model/DataField.js +1 -1
- package/dist/model/DataSetField.js +1 -1
- package/dist/model/DataUsage.js +1 -1
- package/dist/model/{DeleteDeviceFromFleetsRequest.js → DeleteDeviceFleetsRequest.js} +20 -20
- package/dist/model/Device.js +1 -1
- package/dist/model/DeviceDfuHistory.js +1 -1
- package/dist/model/DeviceDfuHistoryCurrent.js +1 -1
- package/dist/model/DeviceDfuHistoryPage.js +1 -1
- package/dist/model/DeviceDfuStateMachine.js +1 -1
- package/dist/model/DeviceDfuStateMachineNode.js +1 -1
- package/dist/model/DeviceDfuStatus.js +1 -1
- package/dist/model/DeviceDfuStatusPage.js +1 -1
- package/dist/model/DeviceSession.js +1 -1
- package/dist/model/DeviceTowerInfo.js +1 -1
- package/dist/model/DeviceUsage.js +1 -1
- package/dist/model/DfuActionRequest.js +1 -1
- package/dist/model/EmailNotification.js +1 -1
- package/dist/model/EnvTreeJsonNode.js +1 -1
- package/dist/model/EnvVar.js +1 -1
- package/dist/model/EnvironmentVariables.js +1 -1
- package/dist/model/Error.js +1 -1
- package/dist/model/Event.js +1 -1
- package/dist/model/Firmware.js +1 -1
- package/dist/model/FirmwareInfo.js +1 -1
- package/dist/model/Fleet.js +2 -16
- package/dist/model/GetAlerts200Response.js +1 -1
- package/dist/model/GetBillingAccounts200Response.js +1 -1
- package/dist/model/GetDataUsage200Response.js +1 -1
- package/dist/model/GetDataUsage200ResponseDataInner.js +1 -1
- package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +1 -1
- package/dist/model/GetDeviceFleets200Response.js +1 -1
- package/dist/model/GetDeviceHealthLog200Response.js +1 -1
- package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +1 -1
- package/dist/model/{GetDeviceLatestEvents200Response.js → GetDeviceLatest200Response.js} +18 -18
- package/dist/model/GetDevicePlans200Response.js +1 -1
- package/dist/model/GetDevicePublicKey200Response.js +1 -1
- package/dist/model/GetDeviceSessions200Response.js +1 -1
- package/dist/model/GetProducts200Response.js +1 -1
- package/dist/model/{GetDevicePublicKeys200Response.js → GetProjectDevicePublicKeys200Response.js} +26 -26
- package/dist/model/{GetDevicePublicKeys200ResponseDevicePublicKeysInner.js → GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js} +19 -19
- package/dist/model/{GetDevices200Response.js → GetProjectDevices200Response.js} +21 -21
- package/dist/model/{GetEvents200Response.js → GetProjectEvents200Response.js} +22 -22
- package/dist/model/{GetEventsByCursor200Response.js → GetProjectEventsByCursor200Response.js} +22 -22
- package/dist/model/GetProjectMembers200Response.js +1 -1
- package/dist/model/GetProjects200Response.js +1 -1
- package/dist/model/GetSessionsUsage200Response.js +1 -1
- package/dist/model/GetWebhooks200Response.js +1 -1
- package/dist/model/{GoogleRoute.js → Google.js} +37 -32
- package/dist/model/{GetNotefile200Response.js → HandleNoteChanges200Response.js} +20 -20
- package/dist/model/{GetDbNote200Response.js → HandleNoteGet200Response.js} +20 -20
- package/dist/model/{SignalDevice200Response.js → HandleNoteSignal200Response.js} +18 -18
- package/dist/model/HandleNotefileChanges200Response.js +106 -0
- package/dist/model/{ListPendingNotefiles200Response.js → HandleNotefileChangesPending200Response.js} +21 -21
- package/dist/model/{DeleteNotefilesRequest.js → HandleNotefileDeleteRequest.js} +19 -19
- package/dist/model/{HttpRoute.js → Http.js} +40 -34
- package/dist/model/Location.js +1 -1
- package/dist/model/Login200Response.js +1 -1
- package/dist/model/LoginRequest.js +1 -1
- package/dist/model/Monitor.js +1 -1
- package/dist/model/MonitorAlertRoutesInner.js +1 -1
- package/dist/model/{MqttRoute.js → Mqtt.js} +50 -45
- package/dist/model/Note.js +10 -90
- package/dist/model/NotefileSchema.js +1 -1
- package/dist/model/NotehubRoute.js +134 -214
- package/dist/model/NotehubRouteSchema.js +505 -0
- package/dist/model/OAuth2Error.js +1 -1
- package/dist/model/OAuth2TokenResponse.js +1 -1
- package/dist/model/PersonalAccessToken.js +1 -1
- package/dist/model/PersonalAccessTokenCreatedBy.js +1 -1
- package/dist/model/PersonalAccessTokenInfo.js +1 -1
- package/dist/model/PersonalAccessTokenSecret.js +1 -1
- package/dist/model/{ProvisionDeviceRequest.js → PostProvisionProjectDeviceRequest.js} +22 -22
- package/dist/model/Product.js +1 -1
- package/dist/model/Project.js +1 -1
- package/dist/model/ProjectMember.js +1 -1
- package/dist/model/{ProxyRoute.js → Proxy.js} +26 -22
- package/dist/model/{AddDeviceToFleetsRequest.js → PutDeviceFleetsRequest.js} +20 -20
- package/dist/model/{RadRoute.js → Radresponder.js} +26 -38
- package/dist/model/Repository.js +1 -1
- package/dist/model/RouteLog.js +1 -1
- package/dist/model/SatellitePlan.js +1 -1
- package/dist/model/SchemaProperty.js +1 -1
- package/dist/model/SimUsage.js +1 -1
- package/dist/model/{SlackRoute.js → Slack.js} +58 -35
- package/dist/model/SlackBearerNotification.js +1 -1
- package/dist/model/{RouteTransformSettings.js → SlackTransform.js} +22 -22
- package/dist/model/SlackWebHookNotification.js +1 -1
- package/dist/model/{SnowflakeRoute.js → Snowflake.js} +41 -34
- package/dist/model/{ThingworxRoute.js → Thingworx.js} +37 -32
- package/dist/model/TowerLocation.js +1 -1
- package/dist/model/{TwilioRoute.js → Twilio.js} +39 -30
- package/dist/model/UpdateFleetRequest.js +1 -15
- package/dist/model/UploadMetadata.js +1 -1
- package/dist/model/UsageData.js +1 -1
- package/dist/model/UsageEventsData.js +7 -20
- package/dist/model/UsageEventsResponse.js +1 -1
- package/dist/model/UsageRouteLogsData.js +2 -2
- package/dist/model/UsageSessionsData.js +1 -1
- package/dist/model/{NotehubRouteSummary.js → UserDbRoute.js} +29 -24
- package/dist/model/UserDfuStateMachine.js +1 -1
- package/dist/model/UserDfuStateMachineStatus.js +1 -1
- package/dist/model/UserFirmwareInfo.js +1 -1
- package/dist/model/WebhookSettings.js +1 -1
- package/package.json +1 -1
- package/dist/model/BlynkRoute.js +0 -147
- package/dist/model/DatacakeRoute.js +0 -165
- package/dist/model/FleetConnectivityAssurance.js +0 -111
- package/dist/model/Notefile.js +0 -147
- package/dist/model/QubitroRoute.js +0 -159
- package/dist/model/S3ArchiveRoute.js +0 -271
|
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
-
var
|
|
9
|
-
var
|
|
8
|
+
var _AwsFilter = _interopRequireDefault(require("./AwsFilter"));
|
|
9
|
+
var _AwsTransform = _interopRequireDefault(require("./AwsTransform"));
|
|
10
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
11
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
12
|
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
@@ -26,18 +26,19 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
/**
|
|
29
|
-
* The
|
|
30
|
-
* @module model/
|
|
31
|
-
* @version 2.2.0-beta.
|
|
29
|
+
* The Aws model module.
|
|
30
|
+
* @module model/Aws
|
|
31
|
+
* @version 2.2.0-beta.30
|
|
32
32
|
*/
|
|
33
|
-
var
|
|
33
|
+
var Aws = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
35
|
-
* Constructs a new <code>
|
|
36
|
-
*
|
|
35
|
+
* Constructs a new <code>Aws</code>.
|
|
36
|
+
* Route settings specific to AWS routes.
|
|
37
|
+
* @alias module:model/Aws
|
|
37
38
|
*/
|
|
38
|
-
function
|
|
39
|
-
_classCallCheck(this,
|
|
40
|
-
|
|
39
|
+
function Aws() {
|
|
40
|
+
_classCallCheck(this, Aws);
|
|
41
|
+
Aws.initialize(this);
|
|
41
42
|
}
|
|
42
43
|
|
|
43
44
|
/**
|
|
@@ -45,22 +46,22 @@ var AwsRoute = /*#__PURE__*/function () {
|
|
|
45
46
|
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
46
47
|
* Only for internal use.
|
|
47
48
|
*/
|
|
48
|
-
return _createClass(
|
|
49
|
+
return _createClass(Aws, null, [{
|
|
49
50
|
key: "initialize",
|
|
50
51
|
value: function initialize(obj) {}
|
|
51
52
|
|
|
52
53
|
/**
|
|
53
|
-
* Constructs a <code>
|
|
54
|
+
* Constructs a <code>Aws</code> from a plain JavaScript object, optionally creating a new instance.
|
|
54
55
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
55
56
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
56
|
-
* @param {module:model/
|
|
57
|
-
* @return {module:model/
|
|
57
|
+
* @param {module:model/Aws} obj Optional instance to populate.
|
|
58
|
+
* @return {module:model/Aws} The populated <code>Aws</code> instance.
|
|
58
59
|
*/
|
|
59
60
|
}, {
|
|
60
61
|
key: "constructFromObject",
|
|
61
62
|
value: function constructFromObject(data, obj) {
|
|
62
63
|
if (data) {
|
|
63
|
-
obj = obj || new
|
|
64
|
+
obj = obj || new Aws();
|
|
64
65
|
if (data.hasOwnProperty('access_key_id')) {
|
|
65
66
|
obj['access_key_id'] = _ApiClient["default"].convertToType(data['access_key_id'], 'String');
|
|
66
67
|
}
|
|
@@ -74,7 +75,7 @@ var AwsRoute = /*#__PURE__*/function () {
|
|
|
74
75
|
obj['disable_http_headers'] = _ApiClient["default"].convertToType(data['disable_http_headers'], 'Boolean');
|
|
75
76
|
}
|
|
76
77
|
if (data.hasOwnProperty('filter')) {
|
|
77
|
-
obj['filter'] =
|
|
78
|
+
obj['filter'] = _AwsFilter["default"].constructFromObject(data['filter']);
|
|
78
79
|
}
|
|
79
80
|
if (data.hasOwnProperty('fleets')) {
|
|
80
81
|
obj['fleets'] = _ApiClient["default"].convertToType(data['fleets'], ['String']);
|
|
@@ -100,7 +101,7 @@ var AwsRoute = /*#__PURE__*/function () {
|
|
|
100
101
|
obj['timeout'] = _ApiClient["default"].convertToType(data['timeout'], 'Number');
|
|
101
102
|
}
|
|
102
103
|
if (data.hasOwnProperty('transform')) {
|
|
103
|
-
obj['transform'] =
|
|
104
|
+
obj['transform'] = _AwsTransform["default"].constructFromObject(data['transform']);
|
|
104
105
|
}
|
|
105
106
|
if (data.hasOwnProperty('url')) {
|
|
106
107
|
obj['url'] = _ApiClient["default"].convertToType(data['url'], 'String');
|
|
@@ -112,9 +113,9 @@ var AwsRoute = /*#__PURE__*/function () {
|
|
|
112
113
|
}
|
|
113
114
|
|
|
114
115
|
/**
|
|
115
|
-
* Validates the JSON data with respect to <code>
|
|
116
|
+
* Validates the JSON data with respect to <code>Aws</code>.
|
|
116
117
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
117
|
-
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>
|
|
118
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>Aws</code>.
|
|
118
119
|
*/
|
|
119
120
|
}, {
|
|
120
121
|
key: "validateJSON",
|
|
@@ -134,7 +135,7 @@ var AwsRoute = /*#__PURE__*/function () {
|
|
|
134
135
|
// validate the optional field `filter`
|
|
135
136
|
if (data['filter']) {
|
|
136
137
|
// data not null
|
|
137
|
-
|
|
138
|
+
_AwsFilter["default"].validateJSON(data['filter']);
|
|
138
139
|
}
|
|
139
140
|
// ensure the json data is an array
|
|
140
141
|
if (!Array.isArray(data['fleets'])) {
|
|
@@ -155,7 +156,7 @@ var AwsRoute = /*#__PURE__*/function () {
|
|
|
155
156
|
// validate the optional field `transform`
|
|
156
157
|
if (data['transform']) {
|
|
157
158
|
// data not null
|
|
158
|
-
|
|
159
|
+
_AwsTransform["default"].validateJSON(data['transform']);
|
|
159
160
|
}
|
|
160
161
|
// ensure the json data is a string
|
|
161
162
|
if (data['url'] && !(typeof data['url'] === 'string' || data['url'] instanceof String)) {
|
|
@@ -168,70 +169,75 @@ var AwsRoute = /*#__PURE__*/function () {
|
|
|
168
169
|
/**
|
|
169
170
|
* @member {String} access_key_id
|
|
170
171
|
*/
|
|
171
|
-
|
|
172
|
+
Aws.prototype['access_key_id'] = undefined;
|
|
172
173
|
|
|
173
174
|
/**
|
|
175
|
+
* This value is input-only and will be omitted from the response and replaced with a placeholder
|
|
174
176
|
* @member {String} access_key_secret
|
|
175
177
|
*/
|
|
176
|
-
|
|
178
|
+
Aws.prototype['access_key_secret'] = undefined;
|
|
177
179
|
|
|
178
180
|
/**
|
|
179
181
|
* @member {String} channel
|
|
180
182
|
*/
|
|
181
|
-
|
|
183
|
+
Aws.prototype['channel'] = undefined;
|
|
182
184
|
|
|
183
185
|
/**
|
|
184
186
|
* @member {Boolean} disable_http_headers
|
|
187
|
+
* @default false
|
|
185
188
|
*/
|
|
186
|
-
|
|
189
|
+
Aws.prototype['disable_http_headers'] = false;
|
|
187
190
|
|
|
188
191
|
/**
|
|
189
|
-
* @member {module:model/
|
|
192
|
+
* @member {module:model/AwsFilter} filter
|
|
190
193
|
*/
|
|
191
|
-
|
|
194
|
+
Aws.prototype['filter'] = undefined;
|
|
192
195
|
|
|
193
196
|
/**
|
|
197
|
+
* list of Fleet UIDs to apply route to, if any. If empty, applies to all Fleets
|
|
194
198
|
* @member {Array.<String>} fleets
|
|
195
199
|
*/
|
|
196
|
-
|
|
200
|
+
Aws.prototype['fleets'] = undefined;
|
|
197
201
|
|
|
198
202
|
/**
|
|
199
203
|
* @member {Object.<String, String>} http_headers
|
|
200
204
|
*/
|
|
201
|
-
|
|
205
|
+
Aws.prototype['http_headers'] = undefined;
|
|
202
206
|
|
|
203
207
|
/**
|
|
204
208
|
* @member {String} message_deduplication_id
|
|
205
209
|
*/
|
|
206
|
-
|
|
210
|
+
Aws.prototype['message_deduplication_id'] = undefined;
|
|
207
211
|
|
|
208
212
|
/**
|
|
209
213
|
* @member {String} message_group_id
|
|
210
214
|
*/
|
|
211
|
-
|
|
215
|
+
Aws.prototype['message_group_id'] = undefined;
|
|
212
216
|
|
|
213
217
|
/**
|
|
214
218
|
* @member {String} region
|
|
215
219
|
*/
|
|
216
|
-
|
|
220
|
+
Aws.prototype['region'] = undefined;
|
|
217
221
|
|
|
218
222
|
/**
|
|
219
223
|
* @member {Number} throttle_ms
|
|
220
224
|
*/
|
|
221
|
-
|
|
225
|
+
Aws.prototype['throttle_ms'] = undefined;
|
|
222
226
|
|
|
223
227
|
/**
|
|
228
|
+
* Timeout in seconds for each request
|
|
224
229
|
* @member {Number} timeout
|
|
230
|
+
* @default 15
|
|
225
231
|
*/
|
|
226
|
-
|
|
232
|
+
Aws.prototype['timeout'] = 15;
|
|
227
233
|
|
|
228
234
|
/**
|
|
229
|
-
* @member {module:model/
|
|
235
|
+
* @member {module:model/AwsTransform} transform
|
|
230
236
|
*/
|
|
231
|
-
|
|
237
|
+
Aws.prototype['transform'] = undefined;
|
|
232
238
|
|
|
233
239
|
/**
|
|
234
240
|
* @member {String} url
|
|
235
241
|
*/
|
|
236
|
-
|
|
237
|
-
var _default = exports["default"] =
|
|
242
|
+
Aws.prototype['url'] = undefined;
|
|
243
|
+
var _default = exports["default"] = Aws;
|
|
@@ -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
|
|
28
|
-
* @module model/
|
|
29
|
-
* @version 2.2.0-beta.
|
|
27
|
+
* The AwsFilter model module.
|
|
28
|
+
* @module model/AwsFilter
|
|
29
|
+
* @version 2.2.0-beta.30
|
|
30
30
|
*/
|
|
31
|
-
var
|
|
31
|
+
var AwsFilter = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
33
|
-
* Constructs a new <code>
|
|
34
|
-
*
|
|
35
|
-
* @alias module:model/
|
|
33
|
+
* Constructs a new <code>AwsFilter</code>.
|
|
34
|
+
* Route filtering settings
|
|
35
|
+
* @alias module:model/AwsFilter
|
|
36
36
|
*/
|
|
37
|
-
function
|
|
38
|
-
_classCallCheck(this,
|
|
39
|
-
|
|
37
|
+
function AwsFilter() {
|
|
38
|
+
_classCallCheck(this, AwsFilter);
|
|
39
|
+
AwsFilter.initialize(this);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
/**
|
|
@@ -44,22 +44,22 @@ var Filter = /*#__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(
|
|
47
|
+
return _createClass(AwsFilter, null, [{
|
|
48
48
|
key: "initialize",
|
|
49
49
|
value: function initialize(obj) {}
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
|
-
* Constructs a <code>
|
|
52
|
+
* Constructs a <code>AwsFilter</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/
|
|
56
|
-
* @return {module:model/
|
|
55
|
+
* @param {module:model/AwsFilter} obj Optional instance to populate.
|
|
56
|
+
* @return {module:model/AwsFilter} The populated <code>AwsFilter</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
|
|
62
|
+
obj = obj || new AwsFilter();
|
|
63
63
|
if (data.hasOwnProperty('files')) {
|
|
64
64
|
obj['files'] = _ApiClient["default"].convertToType(data['files'], ['String']);
|
|
65
65
|
}
|
|
@@ -76,9 +76,9 @@ var Filter = /*#__PURE__*/function () {
|
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
/**
|
|
79
|
-
* Validates the JSON data with respect to <code>
|
|
79
|
+
* Validates the JSON data with respect to <code>AwsFilter</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>
|
|
81
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>AwsFilter</code>.
|
|
82
82
|
*/
|
|
83
83
|
}, {
|
|
84
84
|
key: "validateJSON",
|
|
@@ -96,20 +96,42 @@ var Filter = /*#__PURE__*/function () {
|
|
|
96
96
|
}]);
|
|
97
97
|
}();
|
|
98
98
|
/**
|
|
99
|
-
* List of notefile names or patterns to filter on.
|
|
100
99
|
* @member {Array.<String>} files
|
|
101
100
|
*/
|
|
102
|
-
|
|
101
|
+
AwsFilter.prototype['files'] = undefined;
|
|
103
102
|
|
|
104
103
|
/**
|
|
105
|
-
* Whether system notefiles should be
|
|
104
|
+
* Whether system notefiles should be affected by this route
|
|
106
105
|
* @member {Boolean} system_notefiles
|
|
107
106
|
*/
|
|
108
|
-
|
|
107
|
+
AwsFilter.prototype['system_notefiles'] = undefined;
|
|
109
108
|
|
|
110
109
|
/**
|
|
111
|
-
*
|
|
112
|
-
* @member {
|
|
110
|
+
* What notefiles this route applies to.
|
|
111
|
+
* @member {module:model/AwsFilter.TypeEnum} type
|
|
113
112
|
*/
|
|
114
|
-
|
|
115
|
-
|
|
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;
|
|
@@ -0,0 +1,148 @@
|
|
|
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.2.0-beta.30
|
|
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;
|
|
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
-
var
|
|
9
|
-
var
|
|
8
|
+
var _AwsFilter = _interopRequireDefault(require("./AwsFilter"));
|
|
9
|
+
var _AwsTransform = _interopRequireDefault(require("./AwsTransform"));
|
|
10
10
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
11
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
12
|
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
@@ -26,18 +26,19 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
/**
|
|
29
|
-
* The
|
|
30
|
-
* @module model/
|
|
31
|
-
* @version 2.2.0-beta.
|
|
29
|
+
* The Azure model module.
|
|
30
|
+
* @module model/Azure
|
|
31
|
+
* @version 2.2.0-beta.30
|
|
32
32
|
*/
|
|
33
|
-
var
|
|
33
|
+
var Azure = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
35
|
-
* Constructs a new <code>
|
|
36
|
-
*
|
|
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
|
|
37
38
|
*/
|
|
38
|
-
function
|
|
39
|
-
_classCallCheck(this,
|
|
40
|
-
|
|
39
|
+
function Azure() {
|
|
40
|
+
_classCallCheck(this, Azure);
|
|
41
|
+
Azure.initialize(this);
|
|
41
42
|
}
|
|
42
43
|
|
|
43
44
|
/**
|
|
@@ -45,24 +46,24 @@ var AzureRoute = /*#__PURE__*/function () {
|
|
|
45
46
|
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
46
47
|
* Only for internal use.
|
|
47
48
|
*/
|
|
48
|
-
return _createClass(
|
|
49
|
+
return _createClass(Azure, null, [{
|
|
49
50
|
key: "initialize",
|
|
50
51
|
value: function initialize(obj) {}
|
|
51
52
|
|
|
52
53
|
/**
|
|
53
|
-
* Constructs a <code>
|
|
54
|
+
* Constructs a <code>Azure</code> from a plain JavaScript object, optionally creating a new instance.
|
|
54
55
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
55
56
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
56
|
-
* @param {module:model/
|
|
57
|
-
* @return {module:model/
|
|
57
|
+
* @param {module:model/Azure} obj Optional instance to populate.
|
|
58
|
+
* @return {module:model/Azure} The populated <code>Azure</code> instance.
|
|
58
59
|
*/
|
|
59
60
|
}, {
|
|
60
61
|
key: "constructFromObject",
|
|
61
62
|
value: function constructFromObject(data, obj) {
|
|
62
63
|
if (data) {
|
|
63
|
-
obj = obj || new
|
|
64
|
+
obj = obj || new Azure();
|
|
64
65
|
if (data.hasOwnProperty('filter')) {
|
|
65
|
-
obj['filter'] =
|
|
66
|
+
obj['filter'] = _AwsFilter["default"].constructFromObject(data['filter']);
|
|
66
67
|
}
|
|
67
68
|
if (data.hasOwnProperty('fleets')) {
|
|
68
69
|
obj['fleets'] = _ApiClient["default"].convertToType(data['fleets'], ['String']);
|
|
@@ -83,7 +84,7 @@ var AzureRoute = /*#__PURE__*/function () {
|
|
|
83
84
|
obj['timeout'] = _ApiClient["default"].convertToType(data['timeout'], 'Number');
|
|
84
85
|
}
|
|
85
86
|
if (data.hasOwnProperty('transform')) {
|
|
86
|
-
obj['transform'] =
|
|
87
|
+
obj['transform'] = _AwsTransform["default"].constructFromObject(data['transform']);
|
|
87
88
|
}
|
|
88
89
|
if (data.hasOwnProperty('url')) {
|
|
89
90
|
obj['url'] = _ApiClient["default"].convertToType(data['url'], 'String');
|
|
@@ -95,9 +96,9 @@ var AzureRoute = /*#__PURE__*/function () {
|
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
/**
|
|
98
|
-
* Validates the JSON data with respect to <code>
|
|
99
|
+
* Validates the JSON data with respect to <code>Azure</code>.
|
|
99
100
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
100
|
-
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>
|
|
101
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>Azure</code>.
|
|
101
102
|
*/
|
|
102
103
|
}, {
|
|
103
104
|
key: "validateJSON",
|
|
@@ -105,7 +106,7 @@ var AzureRoute = /*#__PURE__*/function () {
|
|
|
105
106
|
// validate the optional field `filter`
|
|
106
107
|
if (data['filter']) {
|
|
107
108
|
// data not null
|
|
108
|
-
|
|
109
|
+
_AwsFilter["default"].validateJSON(data['filter']);
|
|
109
110
|
}
|
|
110
111
|
// ensure the json data is an array
|
|
111
112
|
if (!Array.isArray(data['fleets'])) {
|
|
@@ -126,7 +127,7 @@ var AzureRoute = /*#__PURE__*/function () {
|
|
|
126
127
|
// validate the optional field `transform`
|
|
127
128
|
if (data['transform']) {
|
|
128
129
|
// data not null
|
|
129
|
-
|
|
130
|
+
_AwsTransform["default"].validateJSON(data['transform']);
|
|
130
131
|
}
|
|
131
132
|
// ensure the json data is a string
|
|
132
133
|
if (data['url'] && !(typeof data['url'] === 'string' || data['url'] instanceof String)) {
|
|
@@ -137,47 +138,52 @@ var AzureRoute = /*#__PURE__*/function () {
|
|
|
137
138
|
}]);
|
|
138
139
|
}();
|
|
139
140
|
/**
|
|
140
|
-
* @member {module:model/
|
|
141
|
+
* @member {module:model/AwsFilter} filter
|
|
141
142
|
*/
|
|
142
|
-
|
|
143
|
+
Azure.prototype['filter'] = undefined;
|
|
143
144
|
|
|
144
145
|
/**
|
|
146
|
+
* list of Fleet UIDs to apply route to, if any. If empty, applies to all Fleets
|
|
145
147
|
* @member {Array.<String>} fleets
|
|
146
148
|
*/
|
|
147
|
-
|
|
149
|
+
Azure.prototype['fleets'] = undefined;
|
|
148
150
|
|
|
149
151
|
/**
|
|
152
|
+
* This value is input-only and will be omitted from the response and replaced with a placeholder
|
|
150
153
|
* @member {String} functions_key_secret
|
|
151
154
|
*/
|
|
152
|
-
|
|
155
|
+
Azure.prototype['functions_key_secret'] = undefined;
|
|
153
156
|
|
|
154
157
|
/**
|
|
158
|
+
* This value is input-only and will be omitted from the response and replaced with a placeholder
|
|
155
159
|
* @member {String} sas_policy_key
|
|
156
160
|
*/
|
|
157
|
-
|
|
161
|
+
Azure.prototype['sas_policy_key'] = undefined;
|
|
158
162
|
|
|
159
163
|
/**
|
|
160
164
|
* @member {String} sas_policy_name
|
|
161
165
|
*/
|
|
162
|
-
|
|
166
|
+
Azure.prototype['sas_policy_name'] = undefined;
|
|
163
167
|
|
|
164
168
|
/**
|
|
165
169
|
* @member {Number} throttle_ms
|
|
166
170
|
*/
|
|
167
|
-
|
|
171
|
+
Azure.prototype['throttle_ms'] = undefined;
|
|
168
172
|
|
|
169
173
|
/**
|
|
174
|
+
* Timeout in seconds for each request
|
|
170
175
|
* @member {Number} timeout
|
|
176
|
+
* @default 15
|
|
171
177
|
*/
|
|
172
|
-
|
|
178
|
+
Azure.prototype['timeout'] = 15;
|
|
173
179
|
|
|
174
180
|
/**
|
|
175
|
-
* @member {module:model/
|
|
181
|
+
* @member {module:model/AwsTransform} transform
|
|
176
182
|
*/
|
|
177
|
-
|
|
183
|
+
Azure.prototype['transform'] = undefined;
|
|
178
184
|
|
|
179
185
|
/**
|
|
180
186
|
* @member {String} url
|
|
181
187
|
*/
|
|
182
|
-
|
|
183
|
-
var _default = exports["default"] =
|
|
188
|
+
Azure.prototype['url'] = undefined;
|
|
189
|
+
var _default = exports["default"] = Azure;
|
|
@@ -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 2.2.0-beta.
|
|
33
|
+
* @version 2.2.0-beta.30
|
|
34
34
|
*/
|
|
35
35
|
var BillingAccount = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/model/Body.js
CHANGED