@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.
Files changed (151) hide show
  1. package/README.md +249 -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 +370 -382
  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/UsageApi.js +51 -51
  13. package/dist/api/WebhookApi.js +51 -51
  14. package/dist/index.js +85 -64
  15. package/dist/model/Alert.js +76 -74
  16. package/dist/model/AlertDataInner.js +35 -35
  17. package/dist/model/AlertNotificationsInner.js +18 -18
  18. package/dist/model/AwsRoute.js +237 -0
  19. package/dist/model/AzureRoute.js +183 -0
  20. package/dist/model/BillingAccount.js +21 -21
  21. package/dist/model/BillingAccountRole.js +9 -9
  22. package/dist/model/BlynkRoute.js +147 -0
  23. package/dist/model/Body.js +5 -5
  24. package/dist/model/CellularPlan.js +34 -34
  25. package/dist/model/CloneProjectRequest.js +20 -20
  26. package/dist/model/Contact.js +22 -22
  27. package/dist/model/CreateFleetRequest.js +26 -12
  28. package/dist/model/CreateMonitor.js +126 -125
  29. package/dist/model/CreateProductRequest.js +22 -22
  30. package/dist/model/CreateProjectRequest.js +16 -16
  31. package/dist/model/CreateUpdateRepository.js +17 -17
  32. package/dist/model/CurrentFirmware.js +12 -12
  33. package/dist/model/DFUEnv.js +12 -12
  34. package/dist/model/DFUState.js +65 -65
  35. package/dist/model/DataField.js +7 -7
  36. package/dist/model/DataSetField.js +19 -19
  37. package/dist/model/DataUsage.js +14 -14
  38. package/dist/model/DatacakeRoute.js +165 -0
  39. package/dist/model/DeleteDeviceFleetsRequest.js +8 -8
  40. package/dist/model/Device.js +102 -101
  41. package/dist/model/DeviceDfuHistory.js +20 -19
  42. package/dist/model/DeviceDfuHistoryCurrent.js +32 -32
  43. package/dist/model/DeviceDfuHistoryPage.js +13 -12
  44. package/dist/model/DeviceDfuStateMachine.js +25 -24
  45. package/dist/model/DeviceDfuStateMachineNode.js +22 -22
  46. package/dist/model/DeviceDfuStatus.js +20 -20
  47. package/dist/model/DeviceDfuStatusPage.js +13 -12
  48. package/dist/model/DeviceSession.js +221 -221
  49. package/dist/model/DeviceTowerInfo.js +14 -14
  50. package/dist/model/DeviceUsage.js +32 -32
  51. package/dist/model/DfuActionRequest.js +7 -7
  52. package/dist/model/EmailNotification.js +7 -7
  53. package/dist/model/EnvTreeJsonNode.js +69 -67
  54. package/dist/model/EnvVar.js +18 -18
  55. package/dist/model/EnvironmentVariables.js +8 -8
  56. package/dist/model/Error.js +31 -31
  57. package/dist/model/Event.js +248 -248
  58. package/dist/model/{AwsFilter.js → Filter.js} +36 -58
  59. package/dist/model/Firmware.js +49 -49
  60. package/dist/model/FirmwareInfo.js +60 -60
  61. package/dist/model/Fleet.js +45 -31
  62. package/dist/model/FleetConnectivityAssurance.js +111 -0
  63. package/dist/model/GetAlerts200Response.js +15 -14
  64. package/dist/model/GetBillingAccounts200Response.js +10 -9
  65. package/dist/model/GetDataUsage200Response.js +10 -9
  66. package/dist/model/GetDataUsage200ResponseDataInner.js +41 -40
  67. package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +16 -16
  68. package/dist/model/GetDeviceFleets200Response.js +12 -11
  69. package/dist/model/GetDeviceHealthLog200Response.js +12 -11
  70. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +19 -19
  71. package/dist/model/GetDeviceLatest200Response.js +10 -9
  72. package/dist/model/GetDevicePlans200Response.js +10 -9
  73. package/dist/model/GetDevicePublicKey200Response.js +16 -16
  74. package/dist/model/GetDeviceSessions200Response.js +17 -16
  75. package/dist/model/GetProducts200Response.js +10 -9
  76. package/dist/model/GetProjectDevicePublicKeys200Response.js +17 -16
  77. package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +12 -12
  78. package/dist/model/GetProjectDevices200Response.js +17 -16
  79. package/dist/model/GetProjectEvents200Response.js +21 -20
  80. package/dist/model/GetProjectEventsByCursor200Response.js +24 -23
  81. package/dist/model/GetProjectMembers200Response.js +12 -11
  82. package/dist/model/GetProjects200Response.js +10 -9
  83. package/dist/model/GetSessionsUsage200Response.js +12 -11
  84. package/dist/model/GetWebhooks200Response.js +10 -9
  85. package/dist/model/{Google.js → GoogleRoute.js} +53 -58
  86. package/dist/model/HandleNoteChanges200Response.js +11 -11
  87. package/dist/model/HandleNoteGet200Response.js +13 -13
  88. package/dist/model/HandleNoteSignal200Response.js +5 -5
  89. package/dist/model/HandleNotefileChanges200Response.js +11 -11
  90. package/dist/model/HandleNotefileChangesPending200Response.js +14 -14
  91. package/dist/model/HandleNotefileDeleteRequest.js +7 -7
  92. package/dist/model/{Http.js → HttpRoute.js} +56 -62
  93. package/dist/model/Location.js +40 -40
  94. package/dist/model/Login200Response.js +7 -7
  95. package/dist/model/LoginRequest.js +12 -12
  96. package/dist/model/Monitor.js +100 -99
  97. package/dist/model/MonitorAlertRoutesInner.js +9 -10
  98. package/dist/model/MqttRoute.js +243 -0
  99. package/dist/model/Note.js +10 -10
  100. package/dist/model/NotefileSchema.js +19 -18
  101. package/dist/model/NotehubRoute.js +229 -149
  102. package/dist/model/{UserDbRoute.js → NotehubRouteSummary.js} +40 -45
  103. package/dist/model/OAuth2Error.js +20 -20
  104. package/dist/model/OAuth2TokenResponse.js +23 -23
  105. package/dist/model/PersonalAccessToken.js +34 -34
  106. package/dist/model/PersonalAccessTokenCreatedBy.js +17 -17
  107. package/dist/model/PersonalAccessTokenInfo.js +18 -18
  108. package/dist/model/PersonalAccessTokenSecret.js +12 -12
  109. package/dist/model/PostProvisionProjectDeviceRequest.js +18 -18
  110. package/dist/model/Product.js +26 -26
  111. package/dist/model/Project.js +34 -34
  112. package/dist/model/ProjectMember.js +22 -22
  113. package/dist/model/{Proxy.js → ProxyRoute.js} +54 -44
  114. package/dist/model/PutDeviceFleetsRequest.js +8 -8
  115. package/dist/model/QubitroRoute.js +159 -0
  116. package/dist/model/{Radresponder.js → RadRoute.js} +57 -45
  117. package/dist/model/Repository.js +22 -22
  118. package/dist/model/Role.js +9 -9
  119. package/dist/model/RouteLog.js +38 -38
  120. package/dist/model/{SlackTransform.js → RouteTransformSettings.js} +44 -31
  121. package/dist/model/S3ArchiveRoute.js +271 -0
  122. package/dist/model/SatellitePlan.js +26 -26
  123. package/dist/model/SchemaProperty.js +38 -36
  124. package/dist/model/SimUsage.js +19 -19
  125. package/dist/model/SlackBearerNotification.js +25 -25
  126. package/dist/model/SlackRoute.js +195 -0
  127. package/dist/model/SlackWebHookNotification.js +20 -20
  128. package/dist/model/SnowflakeRoute.js +187 -0
  129. package/dist/model/{Thingworx.js → ThingworxRoute.js} +53 -58
  130. package/dist/model/TowerLocation.js +54 -54
  131. package/dist/model/TwilioRoute.js +181 -0
  132. package/dist/model/UpdateFleetRequest.js +39 -25
  133. package/dist/model/UploadMetadata.js +64 -64
  134. package/dist/model/UsageData.js +18 -18
  135. package/dist/model/UsageEventsData.js +44 -31
  136. package/dist/model/UsageEventsResponse.js +12 -11
  137. package/dist/model/UsageRouteLogsData.js +28 -28
  138. package/dist/model/UsageSessionsData.js +27 -27
  139. package/dist/model/UserDfuStateMachine.js +20 -20
  140. package/dist/model/UserDfuStateMachineStatus.js +20 -20
  141. package/dist/model/UserFirmwareInfo.js +12 -12
  142. package/dist/model/WebhookSettings.js +15 -15
  143. package/package.json +3 -3
  144. package/dist/model/Aws.js +0 -243
  145. package/dist/model/AwsTransform.js +0 -148
  146. package/dist/model/Azure.js +0 -189
  147. package/dist/model/Mqtt.js +0 -248
  148. package/dist/model/NotehubRouteSchema.js +0 -506
  149. package/dist/model/Slack.js +0 -218
  150. package/dist/model/Snowflake.js +0 -194
  151. 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.0
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("disabled")) {
63
- obj["disabled"] = _ApiClient["default"].convertToType(data["disabled"], "Boolean");
62
+ if (data.hasOwnProperty('disabled')) {
63
+ obj['disabled'] = _ApiClient["default"].convertToType(data['disabled'], 'Boolean');
64
64
  }
65
- if (data.hasOwnProperty("id")) {
66
- obj["id"] = _ApiClient["default"].convertToType(data["id"], "String");
65
+ if (data.hasOwnProperty('id')) {
66
+ obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
67
67
  }
68
- if (data.hasOwnProperty("transform")) {
69
- obj["transform"] = _ApiClient["default"].convertToType(data["transform"], "String");
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["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"]);
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["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"]);
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["disabled"] = undefined;
101
+ WebhookSettings.prototype['disabled'] = undefined;
102
102
 
103
103
  /**
104
104
  * Webhook ID
105
105
  * @member {String} id
106
106
  */
107
- WebhookSettings.prototype["id"] = undefined;
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["transform"] = undefined;
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.0",
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": "https://registry.npmjs.org"
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;
@@ -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;