@blues-inc/notehub-js 2.2.0 → 2.2.1-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.
- package/README.md +249 -238
- package/dist/ApiClient.js +154 -154
- package/dist/api/AlertApi.js +22 -22
- package/dist/api/AuthorizationApi.js +31 -31
- package/dist/api/BillingAccountApi.js +14 -14
- package/dist/api/DeviceApi.js +370 -382
- package/dist/api/EventApi.js +118 -118
- package/dist/api/ExternalDevicesApi.js +41 -41
- package/dist/api/MonitorApi.js +52 -52
- package/dist/api/ProjectApi.js +381 -381
- package/dist/api/RouteApi.js +86 -86
- package/dist/api/UsageApi.js +51 -51
- package/dist/api/WebhookApi.js +51 -51
- package/dist/index.js +85 -64
- package/dist/model/Alert.js +76 -74
- package/dist/model/AlertDataInner.js +35 -35
- package/dist/model/AlertNotificationsInner.js +18 -18
- package/dist/model/AwsRoute.js +237 -0
- package/dist/model/AzureRoute.js +183 -0
- package/dist/model/BillingAccount.js +21 -21
- package/dist/model/BillingAccountRole.js +9 -9
- package/dist/model/BlynkRoute.js +147 -0
- package/dist/model/Body.js +5 -5
- package/dist/model/CellularPlan.js +34 -34
- package/dist/model/CloneProjectRequest.js +20 -20
- package/dist/model/Contact.js +22 -22
- package/dist/model/CreateFleetRequest.js +26 -12
- package/dist/model/CreateMonitor.js +126 -125
- package/dist/model/CreateProductRequest.js +22 -22
- package/dist/model/CreateProjectRequest.js +16 -16
- package/dist/model/CreateUpdateRepository.js +17 -17
- package/dist/model/CurrentFirmware.js +12 -12
- package/dist/model/DFUEnv.js +12 -12
- package/dist/model/DFUState.js +65 -65
- package/dist/model/DataField.js +7 -7
- package/dist/model/DataSetField.js +19 -19
- package/dist/model/DataUsage.js +14 -14
- package/dist/model/DatacakeRoute.js +165 -0
- package/dist/model/DeleteDeviceFleetsRequest.js +8 -8
- package/dist/model/Device.js +102 -101
- package/dist/model/DeviceDfuHistory.js +20 -19
- package/dist/model/DeviceDfuHistoryCurrent.js +32 -32
- package/dist/model/DeviceDfuHistoryPage.js +13 -12
- package/dist/model/DeviceDfuStateMachine.js +25 -24
- package/dist/model/DeviceDfuStateMachineNode.js +22 -22
- package/dist/model/DeviceDfuStatus.js +20 -20
- package/dist/model/DeviceDfuStatusPage.js +13 -12
- package/dist/model/DeviceSession.js +221 -221
- package/dist/model/DeviceTowerInfo.js +14 -14
- package/dist/model/DeviceUsage.js +32 -32
- package/dist/model/DfuActionRequest.js +7 -7
- package/dist/model/EmailNotification.js +7 -7
- package/dist/model/EnvTreeJsonNode.js +69 -67
- package/dist/model/EnvVar.js +18 -18
- package/dist/model/EnvironmentVariables.js +8 -8
- package/dist/model/Error.js +31 -31
- package/dist/model/Event.js +248 -248
- package/dist/model/{AwsFilter.js → Filter.js} +36 -58
- package/dist/model/Firmware.js +49 -49
- package/dist/model/FirmwareInfo.js +60 -60
- package/dist/model/Fleet.js +45 -31
- package/dist/model/FleetConnectivityAssurance.js +111 -0
- package/dist/model/GetAlerts200Response.js +15 -14
- package/dist/model/GetBillingAccounts200Response.js +10 -9
- package/dist/model/GetDataUsage200Response.js +10 -9
- package/dist/model/GetDataUsage200ResponseDataInner.js +41 -40
- package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +16 -16
- package/dist/model/GetDeviceFleets200Response.js +12 -11
- package/dist/model/GetDeviceHealthLog200Response.js +12 -11
- package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +19 -19
- package/dist/model/GetDeviceLatest200Response.js +10 -9
- package/dist/model/GetDevicePlans200Response.js +10 -9
- package/dist/model/GetDevicePublicKey200Response.js +16 -16
- package/dist/model/GetDeviceSessions200Response.js +17 -16
- package/dist/model/GetProducts200Response.js +10 -9
- package/dist/model/GetProjectDevicePublicKeys200Response.js +17 -16
- package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +12 -12
- package/dist/model/GetProjectDevices200Response.js +17 -16
- package/dist/model/GetProjectEvents200Response.js +21 -20
- package/dist/model/GetProjectEventsByCursor200Response.js +24 -23
- package/dist/model/GetProjectMembers200Response.js +12 -11
- package/dist/model/GetProjects200Response.js +10 -9
- package/dist/model/GetSessionsUsage200Response.js +12 -11
- package/dist/model/GetWebhooks200Response.js +10 -9
- package/dist/model/{Google.js → GoogleRoute.js} +53 -58
- package/dist/model/HandleNoteChanges200Response.js +11 -11
- package/dist/model/HandleNoteGet200Response.js +13 -13
- package/dist/model/HandleNoteSignal200Response.js +5 -5
- package/dist/model/HandleNotefileChanges200Response.js +11 -11
- package/dist/model/HandleNotefileChangesPending200Response.js +14 -14
- package/dist/model/HandleNotefileDeleteRequest.js +7 -7
- package/dist/model/{Http.js → HttpRoute.js} +56 -62
- package/dist/model/Location.js +40 -40
- package/dist/model/Login200Response.js +7 -7
- package/dist/model/LoginRequest.js +12 -12
- package/dist/model/Monitor.js +100 -99
- package/dist/model/MonitorAlertRoutesInner.js +9 -10
- package/dist/model/MqttRoute.js +243 -0
- package/dist/model/Note.js +10 -10
- package/dist/model/NotefileSchema.js +19 -18
- package/dist/model/NotehubRoute.js +229 -149
- package/dist/model/{UserDbRoute.js → NotehubRouteSummary.js} +40 -45
- package/dist/model/OAuth2Error.js +20 -20
- package/dist/model/OAuth2TokenResponse.js +23 -23
- package/dist/model/PersonalAccessToken.js +34 -34
- package/dist/model/PersonalAccessTokenCreatedBy.js +17 -17
- package/dist/model/PersonalAccessTokenInfo.js +18 -18
- package/dist/model/PersonalAccessTokenSecret.js +12 -12
- package/dist/model/PostProvisionProjectDeviceRequest.js +18 -18
- package/dist/model/Product.js +26 -26
- package/dist/model/Project.js +34 -34
- package/dist/model/ProjectMember.js +22 -22
- package/dist/model/{Proxy.js → ProxyRoute.js} +54 -44
- package/dist/model/PutDeviceFleetsRequest.js +8 -8
- package/dist/model/QubitroRoute.js +159 -0
- package/dist/model/{Radresponder.js → RadRoute.js} +57 -45
- package/dist/model/Repository.js +22 -22
- package/dist/model/Role.js +9 -9
- package/dist/model/RouteLog.js +38 -38
- package/dist/model/{SlackTransform.js → RouteTransformSettings.js} +44 -31
- package/dist/model/S3ArchiveRoute.js +271 -0
- package/dist/model/SatellitePlan.js +26 -26
- package/dist/model/SchemaProperty.js +38 -36
- package/dist/model/SimUsage.js +19 -19
- package/dist/model/SlackBearerNotification.js +25 -25
- package/dist/model/SlackRoute.js +195 -0
- package/dist/model/SlackWebHookNotification.js +20 -20
- package/dist/model/SnowflakeRoute.js +187 -0
- package/dist/model/{Thingworx.js → ThingworxRoute.js} +53 -58
- package/dist/model/TowerLocation.js +54 -54
- package/dist/model/TwilioRoute.js +181 -0
- package/dist/model/UpdateFleetRequest.js +39 -25
- package/dist/model/UploadMetadata.js +64 -64
- package/dist/model/UsageData.js +18 -18
- package/dist/model/UsageEventsData.js +44 -31
- package/dist/model/UsageEventsResponse.js +12 -11
- package/dist/model/UsageRouteLogsData.js +28 -28
- package/dist/model/UsageSessionsData.js +27 -27
- package/dist/model/UserDfuStateMachine.js +20 -20
- package/dist/model/UserDfuStateMachineStatus.js +20 -20
- package/dist/model/UserFirmwareInfo.js +12 -12
- package/dist/model/WebhookSettings.js +15 -15
- package/package.json +3 -3
- package/dist/model/Aws.js +0 -243
- package/dist/model/AwsTransform.js +0 -148
- package/dist/model/Azure.js +0 -189
- package/dist/model/Mqtt.js +0 -248
- package/dist/model/NotehubRouteSchema.js +0 -506
- package/dist/model/Slack.js +0 -218
- package/dist/model/Snowflake.js +0 -194
- package/dist/model/Twilio.js +0 -190
|
@@ -13,7 +13,7 @@ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r),
|
|
|
13
13
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
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
15
|
* Notehub API
|
|
16
|
-
* The OpenAPI definition for the Notehub.io API.
|
|
16
|
+
* The OpenAPI definition for the Notehub.io API.
|
|
17
17
|
*
|
|
18
18
|
* The version of the OpenAPI document: 1.2.0
|
|
19
19
|
* Contact: engineering@blues.io
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The WebhookSettings model module.
|
|
28
28
|
* @module model/WebhookSettings
|
|
29
|
-
* @version 2.2.
|
|
29
|
+
* @version 2.2.1-beta.1
|
|
30
30
|
*/
|
|
31
31
|
var WebhookSettings = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -59,14 +59,14 @@ var WebhookSettings = /*#__PURE__*/function () {
|
|
|
59
59
|
value: function constructFromObject(data, obj) {
|
|
60
60
|
if (data) {
|
|
61
61
|
obj = obj || new WebhookSettings();
|
|
62
|
-
if (data.hasOwnProperty(
|
|
63
|
-
obj[
|
|
62
|
+
if (data.hasOwnProperty('disabled')) {
|
|
63
|
+
obj['disabled'] = _ApiClient["default"].convertToType(data['disabled'], 'Boolean');
|
|
64
64
|
}
|
|
65
|
-
if (data.hasOwnProperty(
|
|
66
|
-
obj[
|
|
65
|
+
if (data.hasOwnProperty('id')) {
|
|
66
|
+
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
|
|
67
67
|
}
|
|
68
|
-
if (data.hasOwnProperty(
|
|
69
|
-
obj[
|
|
68
|
+
if (data.hasOwnProperty('transform')) {
|
|
69
|
+
obj['transform'] = _ApiClient["default"].convertToType(data['transform'], 'String');
|
|
70
70
|
}
|
|
71
71
|
} else if (data === null) {
|
|
72
72
|
return null;
|
|
@@ -83,12 +83,12 @@ var WebhookSettings = /*#__PURE__*/function () {
|
|
|
83
83
|
key: "validateJSON",
|
|
84
84
|
value: function validateJSON(data) {
|
|
85
85
|
// ensure the json data is a string
|
|
86
|
-
if (data[
|
|
87
|
-
throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data[
|
|
86
|
+
if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
|
|
87
|
+
throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
|
|
88
88
|
}
|
|
89
89
|
// ensure the json data is a string
|
|
90
|
-
if (data[
|
|
91
|
-
throw new Error("Expected the field `transform` to be a primitive type in the JSON string but got " + data[
|
|
90
|
+
if (data['transform'] && !(typeof data['transform'] === 'string' || data['transform'] instanceof String)) {
|
|
91
|
+
throw new Error("Expected the field `transform` to be a primitive type in the JSON string but got " + data['transform']);
|
|
92
92
|
}
|
|
93
93
|
return true;
|
|
94
94
|
}
|
|
@@ -98,17 +98,17 @@ var WebhookSettings = /*#__PURE__*/function () {
|
|
|
98
98
|
* Flag indicating if the webhook is disabled
|
|
99
99
|
* @member {Boolean} disabled
|
|
100
100
|
*/
|
|
101
|
-
WebhookSettings.prototype[
|
|
101
|
+
WebhookSettings.prototype['disabled'] = undefined;
|
|
102
102
|
|
|
103
103
|
/**
|
|
104
104
|
* Webhook ID
|
|
105
105
|
* @member {String} id
|
|
106
106
|
*/
|
|
107
|
-
WebhookSettings.prototype[
|
|
107
|
+
WebhookSettings.prototype['id'] = undefined;
|
|
108
108
|
|
|
109
109
|
/**
|
|
110
110
|
* Transformation to be applied to the event
|
|
111
111
|
* @member {String} transform
|
|
112
112
|
*/
|
|
113
|
-
WebhookSettings.prototype[
|
|
113
|
+
WebhookSettings.prototype['transform'] = undefined;
|
|
114
114
|
var _default = exports["default"] = WebhookSettings;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blues-inc/notehub-js",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1-beta.1",
|
|
4
4
|
"description": "The OpenAPI definition for the Notehub.io API. ",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"browser": {
|
|
18
18
|
"fs": false
|
|
19
19
|
},
|
|
20
|
-
"publishConfig":
|
|
21
|
-
"registry":
|
|
20
|
+
"publishConfig":{
|
|
21
|
+
"registry":"https://registry.npmjs.org"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@babel/cli": "7.28.3",
|
package/dist/model/Aws.js
DELETED
|
@@ -1,243 +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 Aws model module.
|
|
30
|
-
* @module model/Aws
|
|
31
|
-
* @version 2.2.0
|
|
32
|
-
*/
|
|
33
|
-
var Aws = /*#__PURE__*/function () {
|
|
34
|
-
/**
|
|
35
|
-
* Constructs a new <code>Aws</code>.
|
|
36
|
-
* Route settings specific to AWS routes.
|
|
37
|
-
* @alias module:model/Aws
|
|
38
|
-
*/
|
|
39
|
-
function Aws() {
|
|
40
|
-
_classCallCheck(this, Aws);
|
|
41
|
-
Aws.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(Aws, null, [{
|
|
50
|
-
key: "initialize",
|
|
51
|
-
value: function initialize(obj) {}
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* Constructs a <code>Aws</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/Aws} obj Optional instance to populate.
|
|
58
|
-
* @return {module:model/Aws} The populated <code>Aws</code> instance.
|
|
59
|
-
*/
|
|
60
|
-
}, {
|
|
61
|
-
key: "constructFromObject",
|
|
62
|
-
value: function constructFromObject(data, obj) {
|
|
63
|
-
if (data) {
|
|
64
|
-
obj = obj || new Aws();
|
|
65
|
-
if (data.hasOwnProperty("access_key_id")) {
|
|
66
|
-
obj["access_key_id"] = _ApiClient["default"].convertToType(data["access_key_id"], "String");
|
|
67
|
-
}
|
|
68
|
-
if (data.hasOwnProperty("access_key_secret")) {
|
|
69
|
-
obj["access_key_secret"] = _ApiClient["default"].convertToType(data["access_key_secret"], "String");
|
|
70
|
-
}
|
|
71
|
-
if (data.hasOwnProperty("channel")) {
|
|
72
|
-
obj["channel"] = _ApiClient["default"].convertToType(data["channel"], "String");
|
|
73
|
-
}
|
|
74
|
-
if (data.hasOwnProperty("disable_http_headers")) {
|
|
75
|
-
obj["disable_http_headers"] = _ApiClient["default"].convertToType(data["disable_http_headers"], "Boolean");
|
|
76
|
-
}
|
|
77
|
-
if (data.hasOwnProperty("filter")) {
|
|
78
|
-
obj["filter"] = _AwsFilter["default"].constructFromObject(data["filter"]);
|
|
79
|
-
}
|
|
80
|
-
if (data.hasOwnProperty("fleets")) {
|
|
81
|
-
obj["fleets"] = _ApiClient["default"].convertToType(data["fleets"], ["String"]);
|
|
82
|
-
}
|
|
83
|
-
if (data.hasOwnProperty("http_headers")) {
|
|
84
|
-
obj["http_headers"] = _ApiClient["default"].convertToType(data["http_headers"], {
|
|
85
|
-
String: "String"
|
|
86
|
-
});
|
|
87
|
-
}
|
|
88
|
-
if (data.hasOwnProperty("message_deduplication_id")) {
|
|
89
|
-
obj["message_deduplication_id"] = _ApiClient["default"].convertToType(data["message_deduplication_id"], "String");
|
|
90
|
-
}
|
|
91
|
-
if (data.hasOwnProperty("message_group_id")) {
|
|
92
|
-
obj["message_group_id"] = _ApiClient["default"].convertToType(data["message_group_id"], "String");
|
|
93
|
-
}
|
|
94
|
-
if (data.hasOwnProperty("region")) {
|
|
95
|
-
obj["region"] = _ApiClient["default"].convertToType(data["region"], "String");
|
|
96
|
-
}
|
|
97
|
-
if (data.hasOwnProperty("throttle_ms")) {
|
|
98
|
-
obj["throttle_ms"] = _ApiClient["default"].convertToType(data["throttle_ms"], "Number");
|
|
99
|
-
}
|
|
100
|
-
if (data.hasOwnProperty("timeout")) {
|
|
101
|
-
obj["timeout"] = _ApiClient["default"].convertToType(data["timeout"], "Number");
|
|
102
|
-
}
|
|
103
|
-
if (data.hasOwnProperty("transform")) {
|
|
104
|
-
obj["transform"] = _AwsTransform["default"].constructFromObject(data["transform"]);
|
|
105
|
-
}
|
|
106
|
-
if (data.hasOwnProperty("url")) {
|
|
107
|
-
obj["url"] = _ApiClient["default"].convertToType(data["url"], "String");
|
|
108
|
-
}
|
|
109
|
-
} else if (data === null) {
|
|
110
|
-
return null;
|
|
111
|
-
}
|
|
112
|
-
return obj;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* Validates the JSON data with respect to <code>Aws</code>.
|
|
117
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
118
|
-
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>Aws</code>.
|
|
119
|
-
*/
|
|
120
|
-
}, {
|
|
121
|
-
key: "validateJSON",
|
|
122
|
-
value: function validateJSON(data) {
|
|
123
|
-
// ensure the json data is a string
|
|
124
|
-
if (data["access_key_id"] && !(typeof data["access_key_id"] === "string" || data["access_key_id"] instanceof String)) {
|
|
125
|
-
throw new Error("Expected the field `access_key_id` to be a primitive type in the JSON string but got " + data["access_key_id"]);
|
|
126
|
-
}
|
|
127
|
-
// ensure the json data is a string
|
|
128
|
-
if (data["access_key_secret"] && !(typeof data["access_key_secret"] === "string" || data["access_key_secret"] instanceof String)) {
|
|
129
|
-
throw new Error("Expected the field `access_key_secret` to be a primitive type in the JSON string but got " + data["access_key_secret"]);
|
|
130
|
-
}
|
|
131
|
-
// ensure the json data is a string
|
|
132
|
-
if (data["channel"] && !(typeof data["channel"] === "string" || data["channel"] instanceof String)) {
|
|
133
|
-
throw new Error("Expected the field `channel` to be a primitive type in the JSON string but got " + data["channel"]);
|
|
134
|
-
}
|
|
135
|
-
// validate the optional field `filter`
|
|
136
|
-
if (data["filter"]) {
|
|
137
|
-
// data not null
|
|
138
|
-
_AwsFilter["default"].validateJSON(data["filter"]);
|
|
139
|
-
}
|
|
140
|
-
// ensure the json data is an array
|
|
141
|
-
if (!Array.isArray(data["fleets"])) {
|
|
142
|
-
throw new Error("Expected the field `fleets` to be an array in the JSON data but got " + data["fleets"]);
|
|
143
|
-
}
|
|
144
|
-
// ensure the json data is a string
|
|
145
|
-
if (data["message_deduplication_id"] && !(typeof data["message_deduplication_id"] === "string" || data["message_deduplication_id"] instanceof String)) {
|
|
146
|
-
throw new Error("Expected the field `message_deduplication_id` to be a primitive type in the JSON string but got " + data["message_deduplication_id"]);
|
|
147
|
-
}
|
|
148
|
-
// ensure the json data is a string
|
|
149
|
-
if (data["message_group_id"] && !(typeof data["message_group_id"] === "string" || data["message_group_id"] instanceof String)) {
|
|
150
|
-
throw new Error("Expected the field `message_group_id` to be a primitive type in the JSON string but got " + data["message_group_id"]);
|
|
151
|
-
}
|
|
152
|
-
// ensure the json data is a string
|
|
153
|
-
if (data["region"] && !(typeof data["region"] === "string" || data["region"] instanceof String)) {
|
|
154
|
-
throw new Error("Expected the field `region` to be a primitive type in the JSON string but got " + data["region"]);
|
|
155
|
-
}
|
|
156
|
-
// validate the optional field `transform`
|
|
157
|
-
if (data["transform"]) {
|
|
158
|
-
// data not null
|
|
159
|
-
_AwsTransform["default"].validateJSON(data["transform"]);
|
|
160
|
-
}
|
|
161
|
-
// ensure the json data is a string
|
|
162
|
-
if (data["url"] && !(typeof data["url"] === "string" || data["url"] instanceof String)) {
|
|
163
|
-
throw new Error("Expected the field `url` to be a primitive type in the JSON string but got " + data["url"]);
|
|
164
|
-
}
|
|
165
|
-
return true;
|
|
166
|
-
}
|
|
167
|
-
}]);
|
|
168
|
-
}();
|
|
169
|
-
/**
|
|
170
|
-
* @member {String} access_key_id
|
|
171
|
-
*/
|
|
172
|
-
Aws.prototype["access_key_id"] = undefined;
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* This value is input-only and will be omitted from the response and replaced with a placeholder
|
|
176
|
-
* @member {String} access_key_secret
|
|
177
|
-
*/
|
|
178
|
-
Aws.prototype["access_key_secret"] = undefined;
|
|
179
|
-
|
|
180
|
-
/**
|
|
181
|
-
* @member {String} channel
|
|
182
|
-
*/
|
|
183
|
-
Aws.prototype["channel"] = undefined;
|
|
184
|
-
|
|
185
|
-
/**
|
|
186
|
-
* @member {Boolean} disable_http_headers
|
|
187
|
-
* @default false
|
|
188
|
-
*/
|
|
189
|
-
Aws.prototype["disable_http_headers"] = false;
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* @member {module:model/AwsFilter} filter
|
|
193
|
-
*/
|
|
194
|
-
Aws.prototype["filter"] = undefined;
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
* list of Fleet UIDs to apply route to, if any. If empty, applies to all Fleets
|
|
198
|
-
* @member {Array.<String>} fleets
|
|
199
|
-
*/
|
|
200
|
-
Aws.prototype["fleets"] = undefined;
|
|
201
|
-
|
|
202
|
-
/**
|
|
203
|
-
* @member {Object.<String, String>} http_headers
|
|
204
|
-
*/
|
|
205
|
-
Aws.prototype["http_headers"] = undefined;
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
* @member {String} message_deduplication_id
|
|
209
|
-
*/
|
|
210
|
-
Aws.prototype["message_deduplication_id"] = undefined;
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
* @member {String} message_group_id
|
|
214
|
-
*/
|
|
215
|
-
Aws.prototype["message_group_id"] = undefined;
|
|
216
|
-
|
|
217
|
-
/**
|
|
218
|
-
* @member {String} region
|
|
219
|
-
*/
|
|
220
|
-
Aws.prototype["region"] = undefined;
|
|
221
|
-
|
|
222
|
-
/**
|
|
223
|
-
* @member {Number} throttle_ms
|
|
224
|
-
*/
|
|
225
|
-
Aws.prototype["throttle_ms"] = undefined;
|
|
226
|
-
|
|
227
|
-
/**
|
|
228
|
-
* Timeout in seconds for each request
|
|
229
|
-
* @member {Number} timeout
|
|
230
|
-
* @default 15
|
|
231
|
-
*/
|
|
232
|
-
Aws.prototype["timeout"] = 15;
|
|
233
|
-
|
|
234
|
-
/**
|
|
235
|
-
* @member {module:model/AwsTransform} transform
|
|
236
|
-
*/
|
|
237
|
-
Aws.prototype["transform"] = undefined;
|
|
238
|
-
|
|
239
|
-
/**
|
|
240
|
-
* @member {String} url
|
|
241
|
-
*/
|
|
242
|
-
Aws.prototype["url"] = undefined;
|
|
243
|
-
var _default = exports["default"] = Aws;
|
|
@@ -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.2.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;
|
package/dist/model/Azure.js
DELETED
|
@@ -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.2.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;
|