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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/README.md +17 -19
  2. package/dist/ApiClient.js +2 -2
  3. package/dist/api/AlertApi.js +1 -1
  4. package/dist/api/AuthorizationApi.js +1 -1
  5. package/dist/api/BillingAccountApi.js +1 -1
  6. package/dist/api/DeviceApi.js +2 -2
  7. package/dist/api/EventApi.js +1 -1
  8. package/dist/api/ExternalDevicesApi.js +1 -1
  9. package/dist/api/MonitorApi.js +1 -1
  10. package/dist/api/ProjectApi.js +1 -1
  11. package/dist/api/RouteApi.js +10 -10
  12. package/dist/api/UsageApi.js +2 -2
  13. package/dist/api/WebhookApi.js +1 -1
  14. package/dist/index.js +64 -78
  15. package/dist/model/Alert.js +1 -1
  16. package/dist/model/AlertDataInner.js +1 -1
  17. package/dist/model/AlertNotificationsInner.js +1 -1
  18. package/dist/model/{AwsRoute.js → Aws.js} +45 -39
  19. package/dist/model/{Filter.js → AwsFilter.js} +47 -25
  20. package/dist/model/AwsTransform.js +148 -0
  21. package/dist/model/{AzureRoute.js → Azure.js} +40 -34
  22. package/dist/model/BillingAccount.js +1 -1
  23. package/dist/model/Body.js +1 -1
  24. package/dist/model/CellularPlan.js +1 -1
  25. package/dist/model/CloneProjectRequest.js +1 -1
  26. package/dist/model/Contact.js +1 -1
  27. package/dist/model/CreateFleetRequest.js +1 -1
  28. package/dist/model/CreateMonitor.js +1 -1
  29. package/dist/model/CreateProductRequest.js +1 -1
  30. package/dist/model/CreateProjectRequest.js +1 -1
  31. package/dist/model/CreateUpdateRepository.js +1 -1
  32. package/dist/model/CurrentFirmware.js +1 -1
  33. package/dist/model/DFUEnv.js +1 -1
  34. package/dist/model/DFUState.js +1 -1
  35. package/dist/model/DataField.js +1 -1
  36. package/dist/model/DataSetField.js +1 -1
  37. package/dist/model/DataUsage.js +1 -1
  38. package/dist/model/DeleteDeviceFleetsRequest.js +1 -1
  39. package/dist/model/Device.js +1 -1
  40. package/dist/model/DeviceDfuHistory.js +1 -1
  41. package/dist/model/DeviceDfuHistoryCurrent.js +1 -1
  42. package/dist/model/DeviceDfuHistoryPage.js +1 -1
  43. package/dist/model/DeviceDfuStateMachine.js +1 -1
  44. package/dist/model/DeviceDfuStateMachineNode.js +1 -1
  45. package/dist/model/DeviceDfuStatus.js +1 -1
  46. package/dist/model/DeviceDfuStatusPage.js +1 -1
  47. package/dist/model/DeviceSession.js +1 -1
  48. package/dist/model/DeviceTowerInfo.js +1 -1
  49. package/dist/model/DeviceUsage.js +1 -1
  50. package/dist/model/DfuActionRequest.js +1 -1
  51. package/dist/model/EmailNotification.js +1 -1
  52. package/dist/model/EnvTreeJsonNode.js +1 -1
  53. package/dist/model/EnvVar.js +1 -1
  54. package/dist/model/EnvironmentVariables.js +1 -1
  55. package/dist/model/Error.js +1 -1
  56. package/dist/model/Event.js +1 -1
  57. package/dist/model/Firmware.js +1 -1
  58. package/dist/model/FirmwareInfo.js +1 -1
  59. package/dist/model/Fleet.js +1 -1
  60. package/dist/model/GetAlerts200Response.js +1 -1
  61. package/dist/model/GetBillingAccounts200Response.js +1 -1
  62. package/dist/model/GetDataUsage200Response.js +1 -1
  63. package/dist/model/GetDataUsage200ResponseDataInner.js +1 -1
  64. package/dist/model/GetDeviceEnvironmentVariablesByPin200Response.js +1 -1
  65. package/dist/model/GetDeviceFleets200Response.js +1 -1
  66. package/dist/model/GetDeviceHealthLog200Response.js +1 -1
  67. package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +1 -1
  68. package/dist/model/GetDeviceLatest200Response.js +1 -1
  69. package/dist/model/GetDevicePlans200Response.js +1 -1
  70. package/dist/model/GetDevicePublicKey200Response.js +1 -1
  71. package/dist/model/GetDeviceSessions200Response.js +1 -1
  72. package/dist/model/GetProducts200Response.js +1 -1
  73. package/dist/model/GetProjectDevicePublicKeys200Response.js +1 -1
  74. package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +1 -1
  75. package/dist/model/GetProjectDevices200Response.js +1 -1
  76. package/dist/model/GetProjectEvents200Response.js +1 -1
  77. package/dist/model/GetProjectEventsByCursor200Response.js +1 -1
  78. package/dist/model/GetProjectMembers200Response.js +1 -1
  79. package/dist/model/GetProjects200Response.js +1 -1
  80. package/dist/model/GetSessionsUsage200Response.js +1 -1
  81. package/dist/model/GetWebhooks200Response.js +1 -1
  82. package/dist/model/{GoogleRoute.js → Google.js} +37 -32
  83. package/dist/model/HandleNoteChanges200Response.js +1 -1
  84. package/dist/model/HandleNoteGet200Response.js +1 -1
  85. package/dist/model/HandleNoteSignal200Response.js +1 -1
  86. package/dist/model/HandleNotefileChanges200Response.js +1 -1
  87. package/dist/model/HandleNotefileChangesPending200Response.js +1 -1
  88. package/dist/model/HandleNotefileDeleteRequest.js +1 -1
  89. package/dist/model/{HttpRoute.js → Http.js} +40 -34
  90. package/dist/model/Location.js +1 -1
  91. package/dist/model/Login200Response.js +1 -1
  92. package/dist/model/LoginRequest.js +1 -1
  93. package/dist/model/Monitor.js +1 -1
  94. package/dist/model/MonitorAlertRoutesInner.js +1 -1
  95. package/dist/model/{MqttRoute.js → Mqtt.js} +50 -45
  96. package/dist/model/Note.js +1 -1
  97. package/dist/model/NotefileSchema.js +1 -1
  98. package/dist/model/NotehubRoute.js +134 -214
  99. package/dist/model/NotehubRouteSchema.js +505 -0
  100. package/dist/model/OAuth2Error.js +1 -1
  101. package/dist/model/OAuth2TokenResponse.js +1 -1
  102. package/dist/model/PersonalAccessToken.js +1 -1
  103. package/dist/model/PersonalAccessTokenCreatedBy.js +1 -1
  104. package/dist/model/PersonalAccessTokenInfo.js +1 -1
  105. package/dist/model/PersonalAccessTokenSecret.js +1 -1
  106. package/dist/model/PostProvisionProjectDeviceRequest.js +1 -1
  107. package/dist/model/Product.js +1 -1
  108. package/dist/model/Project.js +1 -1
  109. package/dist/model/ProjectMember.js +1 -1
  110. package/dist/model/{ProxyRoute.js → Proxy.js} +26 -22
  111. package/dist/model/PutDeviceFleetsRequest.js +1 -1
  112. package/dist/model/{RadRoute.js → Radresponder.js} +26 -38
  113. package/dist/model/Repository.js +1 -1
  114. package/dist/model/RouteLog.js +1 -1
  115. package/dist/model/SatellitePlan.js +1 -1
  116. package/dist/model/SchemaProperty.js +1 -1
  117. package/dist/model/SimUsage.js +1 -1
  118. package/dist/model/{SlackRoute.js → Slack.js} +58 -35
  119. package/dist/model/SlackBearerNotification.js +1 -1
  120. package/dist/model/{RouteTransformSettings.js → SlackTransform.js} +22 -22
  121. package/dist/model/SlackWebHookNotification.js +1 -1
  122. package/dist/model/{SnowflakeRoute.js → Snowflake.js} +41 -34
  123. package/dist/model/{ThingworxRoute.js → Thingworx.js} +37 -32
  124. package/dist/model/TowerLocation.js +1 -1
  125. package/dist/model/{TwilioRoute.js → Twilio.js} +39 -30
  126. package/dist/model/UpdateFleetRequest.js +1 -1
  127. package/dist/model/UploadMetadata.js +1 -1
  128. package/dist/model/UsageData.js +1 -1
  129. package/dist/model/UsageEventsData.js +1 -1
  130. package/dist/model/UsageEventsResponse.js +1 -1
  131. package/dist/model/UsageRouteLogsData.js +2 -2
  132. package/dist/model/UsageSessionsData.js +1 -1
  133. package/dist/model/{NotehubRouteSummary.js → UserDbRoute.js} +29 -24
  134. package/dist/model/UserDfuStateMachine.js +1 -1
  135. package/dist/model/UserDfuStateMachineStatus.js +1 -1
  136. package/dist/model/UserFirmwareInfo.js +1 -1
  137. package/dist/model/WebhookSettings.js +1 -1
  138. package/package.json +1 -1
  139. package/dist/model/BlynkRoute.js +0 -147
  140. package/dist/model/DatacakeRoute.js +0 -165
  141. package/dist/model/QubitroRoute.js +0 -159
  142. package/dist/model/S3ArchiveRoute.js +0 -271
@@ -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 Filter model module.
28
- * @module model/Filter
29
- * @version 2.2.0-beta.2
27
+ * The AwsFilter model module.
28
+ * @module model/AwsFilter
29
+ * @version 2.2.0-beta.4
30
30
  */
31
- var Filter = /*#__PURE__*/function () {
31
+ var AwsFilter = /*#__PURE__*/function () {
32
32
  /**
33
- * Constructs a new <code>Filter</code>.
34
- * Filter applied to route data. Controls which notefiles are sent through the route.
35
- * @alias module:model/Filter
33
+ * Constructs a new <code>AwsFilter</code>.
34
+ * Route filtering settings
35
+ * @alias module:model/AwsFilter
36
36
  */
37
- function Filter() {
38
- _classCallCheck(this, Filter);
39
- Filter.initialize(this);
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(Filter, null, [{
47
+ return _createClass(AwsFilter, null, [{
48
48
  key: "initialize",
49
49
  value: function initialize(obj) {}
50
50
 
51
51
  /**
52
- * Constructs a <code>Filter</code> from a plain JavaScript object, optionally creating a new instance.
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/Filter} obj Optional instance to populate.
56
- * @return {module:model/Filter} The populated <code>Filter</code> instance.
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 Filter();
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>Filter</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>Filter</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
- Filter.prototype['files'] = undefined;
101
+ AwsFilter.prototype['files'] = undefined;
103
102
 
104
103
  /**
105
- * Whether system notefiles should be included.
104
+ * Whether system notefiles should be affected by this route
106
105
  * @member {Boolean} system_notefiles
107
106
  */
108
- Filter.prototype['system_notefiles'] = undefined;
107
+ AwsFilter.prototype['system_notefiles'] = undefined;
109
108
 
110
109
  /**
111
- * Type of filter to apply (corresponds to `hublib.NotefileFilterType`).
112
- * @member {String} type
110
+ * What notefiles this route applies to.
111
+ * @member {module:model/AwsFilter.TypeEnum} type
113
112
  */
114
- Filter.prototype['type'] = undefined;
115
- var _default = exports["default"] = Filter;
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.4
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 _Filter = _interopRequireDefault(require("./Filter"));
9
- var _RouteTransformSettings = _interopRequireDefault(require("./RouteTransformSettings"));
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 AzureRoute model module.
30
- * @module model/AzureRoute
31
- * @version 2.2.0-beta.2
29
+ * The Azure model module.
30
+ * @module model/Azure
31
+ * @version 2.2.0-beta.4
32
32
  */
33
- var AzureRoute = /*#__PURE__*/function () {
33
+ var Azure = /*#__PURE__*/function () {
34
34
  /**
35
- * Constructs a new <code>AzureRoute</code>.
36
- * @alias module:model/AzureRoute
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 AzureRoute() {
39
- _classCallCheck(this, AzureRoute);
40
- AzureRoute.initialize(this);
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(AzureRoute, null, [{
49
+ return _createClass(Azure, null, [{
49
50
  key: "initialize",
50
51
  value: function initialize(obj) {}
51
52
 
52
53
  /**
53
- * Constructs a <code>AzureRoute</code> from a plain JavaScript object, optionally creating a new instance.
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/AzureRoute} obj Optional instance to populate.
57
- * @return {module:model/AzureRoute} The populated <code>AzureRoute</code> instance.
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 AzureRoute();
64
+ obj = obj || new Azure();
64
65
  if (data.hasOwnProperty('filter')) {
65
- obj['filter'] = _Filter["default"].constructFromObject(data['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'] = _RouteTransformSettings["default"].constructFromObject(data['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>AzureRoute</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>AzureRoute</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
- _Filter["default"].validateJSON(data['filter']);
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
- _RouteTransformSettings["default"].validateJSON(data['transform']);
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/Filter} filter
141
+ * @member {module:model/AwsFilter} filter
141
142
  */
142
- AzureRoute.prototype['filter'] = undefined;
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
- AzureRoute.prototype['fleets'] = undefined;
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
- AzureRoute.prototype['functions_key_secret'] = undefined;
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
- AzureRoute.prototype['sas_policy_key'] = undefined;
161
+ Azure.prototype['sas_policy_key'] = undefined;
158
162
 
159
163
  /**
160
164
  * @member {String} sas_policy_name
161
165
  */
162
- AzureRoute.prototype['sas_policy_name'] = undefined;
166
+ Azure.prototype['sas_policy_name'] = undefined;
163
167
 
164
168
  /**
165
169
  * @member {Number} throttle_ms
166
170
  */
167
- AzureRoute.prototype['throttle_ms'] = undefined;
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
- AzureRoute.prototype['timeout'] = undefined;
178
+ Azure.prototype['timeout'] = 15;
173
179
 
174
180
  /**
175
- * @member {module:model/RouteTransformSettings} transform
181
+ * @member {module:model/AwsTransform} transform
176
182
  */
177
- AzureRoute.prototype['transform'] = undefined;
183
+ Azure.prototype['transform'] = undefined;
178
184
 
179
185
  /**
180
186
  * @member {String} url
181
187
  */
182
- AzureRoute.prototype['url'] = undefined;
183
- var _default = exports["default"] = AzureRoute;
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.2
33
+ * @version 2.2.0-beta.4
34
34
  */
35
35
  var BillingAccount = /*#__PURE__*/function () {
36
36
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The Body model module.
28
28
  * @module model/Body
29
- * @version 2.2.0-beta.2
29
+ * @version 2.2.0-beta.4
30
30
  */
31
31
  var Body = /*#__PURE__*/function () {
32
32
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The CellularPlan model module.
29
29
  * @module model/CellularPlan
30
- * @version 2.2.0-beta.2
30
+ * @version 2.2.0-beta.4
31
31
  */
32
32
  var CellularPlan = /*#__PURE__*/function () {
33
33
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The CloneProjectRequest model module.
31
31
  * @module model/CloneProjectRequest
32
- * @version 2.2.0-beta.2
32
+ * @version 2.2.0-beta.4
33
33
  */
34
34
  var CloneProjectRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The Contact model module.
28
28
  * @module model/Contact
29
- * @version 2.2.0-beta.2
29
+ * @version 2.2.0-beta.4
30
30
  */
31
31
  var Contact = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The CreateFleetRequest model module.
28
28
  * @module model/CreateFleetRequest
29
- * @version 2.2.0-beta.2
29
+ * @version 2.2.0-beta.4
30
30
  */
31
31
  var CreateFleetRequest = /*#__PURE__*/function () {
32
32
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The CreateMonitor model module.
33
33
  * @module model/CreateMonitor
34
- * @version 2.2.0-beta.2
34
+ * @version 2.2.0-beta.4
35
35
  */
36
36
  var CreateMonitor = /*#__PURE__*/function () {
37
37
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The CreateProductRequest model module.
31
31
  * @module model/CreateProductRequest
32
- * @version 2.2.0-beta.2
32
+ * @version 2.2.0-beta.4
33
33
  */
34
34
  var CreateProductRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The CreateProjectRequest model module.
31
31
  * @module model/CreateProjectRequest
32
- * @version 2.2.0-beta.2
32
+ * @version 2.2.0-beta.4
33
33
  */
34
34
  var CreateProjectRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The CreateUpdateRepository model module.
28
28
  * @module model/CreateUpdateRepository
29
- * @version 2.2.0-beta.2
29
+ * @version 2.2.0-beta.4
30
30
  */
31
31
  var CreateUpdateRepository = /*#__PURE__*/function () {
32
32
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The CurrentFirmware model module.
29
29
  * @module model/CurrentFirmware
30
- * @version 2.2.0-beta.2
30
+ * @version 2.2.0-beta.4
31
31
  */
32
32
  var CurrentFirmware = /*#__PURE__*/function () {
33
33
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The DFUEnv model module.
29
29
  * @module model/DFUEnv
30
- * @version 2.2.0-beta.2
30
+ * @version 2.2.0-beta.4
31
31
  */
32
32
  var DFUEnv = /*#__PURE__*/function () {
33
33
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The DFUState model module.
28
28
  * @module model/DFUState
29
- * @version 2.2.0-beta.2
29
+ * @version 2.2.0-beta.4
30
30
  */
31
31
  var DFUState = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The DataField model module.
28
28
  * @module model/DataField
29
- * @version 2.2.0-beta.2
29
+ * @version 2.2.0-beta.4
30
30
  */
31
31
  var DataField = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The DataSetField model module.
28
28
  * @module model/DataSetField
29
- * @version 2.2.0-beta.2
29
+ * @version 2.2.0-beta.4
30
30
  */
31
31
  var DataSetField = /*#__PURE__*/function () {
32
32
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The DataUsage model module.
31
31
  * @module model/DataUsage
32
- * @version 2.2.0-beta.2
32
+ * @version 2.2.0-beta.4
33
33
  */
34
34
  var DataUsage = /*#__PURE__*/function () {
35
35
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The DeleteDeviceFleetsRequest model module.
31
31
  * @module model/DeleteDeviceFleetsRequest
32
- * @version 2.2.0-beta.2
32
+ * @version 2.2.0-beta.4
33
33
  */
34
34
  var DeleteDeviceFleetsRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -34,7 +34,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
34
34
  /**
35
35
  * The Device model module.
36
36
  * @module model/Device
37
- * @version 2.2.0-beta.2
37
+ * @version 2.2.0-beta.4
38
38
  */
39
39
  var Device = /*#__PURE__*/function () {
40
40
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The DeviceDfuHistory model module.
33
33
  * @module model/DeviceDfuHistory
34
- * @version 2.2.0-beta.2
34
+ * @version 2.2.0-beta.4
35
35
  */
36
36
  var DeviceDfuHistory = /*#__PURE__*/function () {
37
37
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The DeviceDfuHistoryCurrent model module.
28
28
  * @module model/DeviceDfuHistoryCurrent
29
- * @version 2.2.0-beta.2
29
+ * @version 2.2.0-beta.4
30
30
  */
31
31
  var DeviceDfuHistoryCurrent = /*#__PURE__*/function () {
32
32
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The DeviceDfuHistoryPage model module.
32
32
  * @module model/DeviceDfuHistoryPage
33
- * @version 2.2.0-beta.2
33
+ * @version 2.2.0-beta.4
34
34
  */
35
35
  var DeviceDfuHistoryPage = /*#__PURE__*/function () {
36
36
  /**