@blues-inc/notehub-js 1.0.22 → 1.0.23
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 +2 -2
- package/dist/ApiClient.js +2 -2
- package/dist/api/AlertApi.js +4 -4
- package/dist/api/AuthorizationApi.js +1 -1
- package/dist/api/BillingAccountApi.js +1 -1
- package/dist/api/DeviceApi.js +54 -3
- package/dist/api/EventApi.js +1 -1
- package/dist/api/MonitorApi.js +1 -1
- package/dist/api/ProjectApi.js +1 -1
- package/dist/api/RouteApi.js +1 -1
- package/dist/model/Alert.js +1 -1
- package/dist/model/AlertDataInner.js +1 -1
- package/dist/model/AlertNotificationsInner.js +1 -1
- package/dist/model/Aws.js +1 -1
- package/dist/model/Azure.js +1 -1
- package/dist/model/BillingAccount.js +1 -1
- package/dist/model/Body.js +1 -1
- package/dist/model/CloneProjectRequest.js +1 -1
- package/dist/model/Contact.js +1 -1
- package/dist/model/CreateFleetRequest.js +1 -1
- package/dist/model/CreateMonitor.js +1 -1
- package/dist/model/CreateProductRequest.js +1 -1
- package/dist/model/CreateProjectRequest.js +1 -1
- package/dist/model/DFUEnv.js +1 -1
- package/dist/model/DFUState.js +1 -1
- package/dist/model/DeleteDeviceFleetsRequest.js +1 -1
- package/dist/model/Device.js +1 -1
- package/dist/model/DeviceSession.js +1 -1
- package/dist/model/DeviceTowerInfo.js +1 -1
- package/dist/model/DeviceUsage.js +1 -1
- package/dist/model/EmailNotification.js +1 -1
- package/dist/model/EnvironmentVariables.js +1 -1
- package/dist/model/Error.js +1 -1
- package/dist/model/Event.js +1 -1
- package/dist/model/FirmwareInfo.js +1 -1
- package/dist/model/FirmwareStatus.js +1 -1
- package/dist/model/Fleet.js +1 -1
- package/dist/model/GetAlerts200Response.js +1 -1
- package/dist/model/GetBillingAccounts200Response.js +1 -1
- package/dist/model/GetDeviceEnvironmentVariables200Response.js +1 -1
- package/dist/model/GetDeviceHealthLog200Response.js +1 -1
- package/dist/model/GetDeviceHealthLog200ResponseHealthLogInner.js +1 -1
- package/dist/model/GetDeviceLatest200Response.js +1 -1
- package/dist/model/GetDevicePublicKey200Response.js +1 -1
- package/dist/model/GetDeviceSessions200Response.js +1 -1
- package/dist/model/GetProjectDevicePublicKeys200Response.js +1 -1
- package/dist/model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner.js +1 -1
- package/dist/model/GetProjectDevices200Response.js +1 -1
- package/dist/model/GetProjectEvents200Response.js +1 -1
- package/dist/model/GetProjectEventsByCursor200Response.js +1 -1
- package/dist/model/GetProjectFleets200Response.js +1 -1
- package/dist/model/GetProjectMembers200Response.js +1 -1
- package/dist/model/GetProjectProducts200Response.js +1 -1
- package/dist/model/GetProjects200Response.js +1 -1
- package/dist/model/GetRouteLogsByRoute200ResponseInner.js +1 -1
- package/dist/model/Google.js +1 -1
- package/dist/model/HandleNoteChanges200Response.js +1 -1
- package/dist/model/HandleNoteGet200Response.js +1 -1
- package/dist/model/HandleNoteSignal200Response.js +1 -1
- package/dist/model/HandleNotefileChanges200Response.js +1 -1
- package/dist/model/HandleNotefileChangesPending200Response.js +1 -1
- package/dist/model/HandleNotefileDeleteRequest.js +1 -1
- package/dist/model/Http.js +1 -1
- package/dist/model/HttpFilter.js +1 -1
- package/dist/model/HttpTransform.js +1 -1
- package/dist/model/Location.js +1 -1
- package/dist/model/Login200Response.js +1 -1
- package/dist/model/LoginRequest.js +1 -1
- package/dist/model/Monitor.js +1 -1
- package/dist/model/MonitorAlertRoutesInner.js +1 -1
- package/dist/model/Mqtt.js +1 -1
- package/dist/model/Note.js +1 -1
- package/dist/model/OTAStatus.js +1 -1
- package/dist/model/OTAStatusList.js +1 -1
- package/dist/model/OTAUpdateRequest.js +1 -1
- package/dist/model/OTAUpdateStatus.js +1 -1
- package/dist/model/PostProvisionProjectDeviceRequest.js +1 -1
- package/dist/model/Product.js +1 -1
- package/dist/model/Project.js +1 -1
- package/dist/model/ProjectMember.js +1 -1
- package/dist/model/Proxy.js +1 -1
- package/dist/model/PutDeviceFleetsRequest.js +1 -1
- package/dist/model/Radresponder.js +1 -1
- package/dist/model/Route.js +1 -1
- package/dist/model/RouteSchema.js +1 -1
- package/dist/model/Slack.js +1 -1
- package/dist/model/SlackBearerNotification.js +1 -1
- package/dist/model/SlackWebHookNotification.js +1 -1
- package/dist/model/Snowflake.js +1 -1
- package/dist/model/SnowflakeTransform.js +1 -1
- package/dist/model/Thingworx.js +1 -1
- package/dist/model/TowerLocation.js +1 -1
- package/dist/model/Twilio.js +1 -1
- package/dist/model/UpdateFleetRequest.js +1 -1
- package/dist/model/UserDbRoute.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The OpenAPI definition for the Notehub.io API.
|
|
|
6
6
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
7
7
|
|
|
8
8
|
- API version: 1.1.0
|
|
9
|
-
- Package version: 1.0.
|
|
9
|
+
- Package version: 1.0.23
|
|
10
10
|
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
|
|
11
11
|
For more information, please visit [https://dev.blues.io/support/](https://dev.blues.io/support/)
|
|
12
12
|
|
|
@@ -112,7 +112,7 @@ var projectUID = app:2606f411-dea6-44a0-9743-1130f57d77d8; // {String}
|
|
|
112
112
|
var opts = {
|
|
113
113
|
'pageSize': 50, // {Number}
|
|
114
114
|
'pageNum': 1, // {Number}
|
|
115
|
-
'monitorUID': "
|
|
115
|
+
'monitorUID': ["null"] // {[String]}
|
|
116
116
|
};
|
|
117
117
|
api.getAlerts(projectUID, opts).then(function(data) {
|
|
118
118
|
console.log('API called successfully. Returned data: ' + JSON.stringify(data));
|
package/dist/ApiClient.js
CHANGED
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
*/
|
|
27
27
|
/**
|
|
28
28
|
* @module ApiClient
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
/**
|
|
32
32
|
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
@@ -74,7 +74,7 @@ var ApiClient = /*#__PURE__*/function () {
|
|
|
74
74
|
* @default {}
|
|
75
75
|
*/
|
|
76
76
|
this.defaultHeaders = {
|
|
77
|
-
"User-Agent": "OpenAPI-Generator/1.0.
|
|
77
|
+
"User-Agent": "OpenAPI-Generator/1.0.23/Javascript"
|
|
78
78
|
};
|
|
79
79
|
|
|
80
80
|
/**
|
package/dist/api/AlertApi.js
CHANGED
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Alert service.
|
|
30
30
|
* @module api/AlertApi
|
|
31
|
-
* @version 1.0.
|
|
31
|
+
* @version 1.0.23
|
|
32
32
|
*/
|
|
33
33
|
var AlertApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -49,7 +49,7 @@ var AlertApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
49
49
|
* @param {Object} opts Optional parameters
|
|
50
50
|
* @param {Number} opts.pageSize (default to 50)
|
|
51
51
|
* @param {Number} opts.pageNum (default to 1)
|
|
52
|
-
* @param {String} opts.monitorUID
|
|
52
|
+
* @param {Array.<String>} opts.monitorUID
|
|
53
53
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetAlerts200Response} and HTTP response
|
|
54
54
|
*/
|
|
55
55
|
return _createClass(AlertApi, [{
|
|
@@ -67,7 +67,7 @@ var AlertApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
67
67
|
var queryParams = {
|
|
68
68
|
pageSize: opts["pageSize"],
|
|
69
69
|
pageNum: opts["pageNum"],
|
|
70
|
-
monitorUID: opts["monitorUID"]
|
|
70
|
+
monitorUID: this.apiClient.buildCollectionParam(opts["monitorUID"], "multi")
|
|
71
71
|
};
|
|
72
72
|
var headerParams = {};
|
|
73
73
|
var formParams = {};
|
|
@@ -84,7 +84,7 @@ var AlertApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
84
84
|
* @param {Object} opts Optional parameters
|
|
85
85
|
* @param {Number} opts.pageSize (default to 50)
|
|
86
86
|
* @param {Number} opts.pageNum (default to 1)
|
|
87
|
-
* @param {String} opts.monitorUID
|
|
87
|
+
* @param {Array.<String>} opts.monitorUID
|
|
88
88
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetAlerts200Response}
|
|
89
89
|
*/
|
|
90
90
|
}, {
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Authorization service.
|
|
30
30
|
* @module api/AuthorizationApi
|
|
31
|
-
* @version 1.0.
|
|
31
|
+
* @version 1.0.23
|
|
32
32
|
*/
|
|
33
33
|
var AuthorizationApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* BillingAccount service.
|
|
30
30
|
* @module api/BillingAccountApi
|
|
31
|
-
* @version 1.0.
|
|
31
|
+
* @version 1.0.23
|
|
32
32
|
*/
|
|
33
33
|
var BillingAccountApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
package/dist/api/DeviceApi.js
CHANGED
|
@@ -45,7 +45,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
45
45
|
/**
|
|
46
46
|
* Device service.
|
|
47
47
|
* @module api/DeviceApi
|
|
48
|
-
* @version 1.0.
|
|
48
|
+
* @version 1.0.23
|
|
49
49
|
*/
|
|
50
50
|
var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
51
51
|
/**
|
|
@@ -738,6 +738,15 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
738
738
|
* @param {Object} opts Optional parameters
|
|
739
739
|
* @param {Number} opts.pageSize (default to 50)
|
|
740
740
|
* @param {Number} opts.pageNum (default to 1)
|
|
741
|
+
* @param {Array.<String>} opts.deviceUID A Device UID.
|
|
742
|
+
* @param {Array.<String>} opts.tag Tag filter
|
|
743
|
+
* @param {Array.<String>} opts.serialNumber Serial number filter
|
|
744
|
+
* @param {String} opts.fleetUID
|
|
745
|
+
* @param {Array.<String>} opts.notecardFirmware Firmware version filter
|
|
746
|
+
* @param {Array.<String>} opts.location Location filter
|
|
747
|
+
* @param {Array.<String>} opts.hostFirmware Host firmware filter
|
|
748
|
+
* @param {Array.<String>} opts.productUID
|
|
749
|
+
* @param {Array.<String>} opts.sku SKU filter
|
|
741
750
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetProjectDevices200Response} and HTTP response
|
|
742
751
|
*/
|
|
743
752
|
}, {
|
|
@@ -754,7 +763,16 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
754
763
|
};
|
|
755
764
|
var queryParams = {
|
|
756
765
|
pageSize: opts["pageSize"],
|
|
757
|
-
pageNum: opts["pageNum"]
|
|
766
|
+
pageNum: opts["pageNum"],
|
|
767
|
+
deviceUID: this.apiClient.buildCollectionParam(opts["deviceUID"], "multi"),
|
|
768
|
+
tag: this.apiClient.buildCollectionParam(opts["tag"], "multi"),
|
|
769
|
+
serialNumber: this.apiClient.buildCollectionParam(opts["serialNumber"], "multi"),
|
|
770
|
+
fleetUID: opts["fleetUID"],
|
|
771
|
+
notecardFirmware: this.apiClient.buildCollectionParam(opts["notecardFirmware"], "multi"),
|
|
772
|
+
location: this.apiClient.buildCollectionParam(opts["location"], "multi"),
|
|
773
|
+
hostFirmware: this.apiClient.buildCollectionParam(opts["hostFirmware"], "multi"),
|
|
774
|
+
productUID: this.apiClient.buildCollectionParam(opts["productUID"], "multi"),
|
|
775
|
+
sku: this.apiClient.buildCollectionParam(opts["sku"], "multi")
|
|
758
776
|
};
|
|
759
777
|
var headerParams = {};
|
|
760
778
|
var formParams = {};
|
|
@@ -771,6 +789,15 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
771
789
|
* @param {Object} opts Optional parameters
|
|
772
790
|
* @param {Number} opts.pageSize (default to 50)
|
|
773
791
|
* @param {Number} opts.pageNum (default to 1)
|
|
792
|
+
* @param {Array.<String>} opts.deviceUID A Device UID.
|
|
793
|
+
* @param {Array.<String>} opts.tag Tag filter
|
|
794
|
+
* @param {Array.<String>} opts.serialNumber Serial number filter
|
|
795
|
+
* @param {String} opts.fleetUID
|
|
796
|
+
* @param {Array.<String>} opts.notecardFirmware Firmware version filter
|
|
797
|
+
* @param {Array.<String>} opts.location Location filter
|
|
798
|
+
* @param {Array.<String>} opts.hostFirmware Host firmware filter
|
|
799
|
+
* @param {Array.<String>} opts.productUID
|
|
800
|
+
* @param {Array.<String>} opts.sku SKU filter
|
|
774
801
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetProjectDevices200Response}
|
|
775
802
|
*/
|
|
776
803
|
}, {
|
|
@@ -788,6 +815,14 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
788
815
|
* @param {Object} opts Optional parameters
|
|
789
816
|
* @param {Number} opts.pageSize (default to 50)
|
|
790
817
|
* @param {Number} opts.pageNum (default to 1)
|
|
818
|
+
* @param {Array.<String>} opts.deviceUID A Device UID.
|
|
819
|
+
* @param {Array.<String>} opts.tag Tag filter
|
|
820
|
+
* @param {Array.<String>} opts.serialNumber Serial number filter
|
|
821
|
+
* @param {Array.<String>} opts.notecardFirmware Firmware version filter
|
|
822
|
+
* @param {Array.<String>} opts.location Location filter
|
|
823
|
+
* @param {Array.<String>} opts.hostFirmware Host firmware filter
|
|
824
|
+
* @param {Array.<String>} opts.productUID
|
|
825
|
+
* @param {Array.<String>} opts.sku SKU filter
|
|
791
826
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetProjectDevices200Response} and HTTP response
|
|
792
827
|
*/
|
|
793
828
|
}, {
|
|
@@ -809,7 +844,15 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
809
844
|
};
|
|
810
845
|
var queryParams = {
|
|
811
846
|
pageSize: opts["pageSize"],
|
|
812
|
-
pageNum: opts["pageNum"]
|
|
847
|
+
pageNum: opts["pageNum"],
|
|
848
|
+
deviceUID: this.apiClient.buildCollectionParam(opts["deviceUID"], "multi"),
|
|
849
|
+
tag: this.apiClient.buildCollectionParam(opts["tag"], "multi"),
|
|
850
|
+
serialNumber: this.apiClient.buildCollectionParam(opts["serialNumber"], "multi"),
|
|
851
|
+
notecardFirmware: this.apiClient.buildCollectionParam(opts["notecardFirmware"], "multi"),
|
|
852
|
+
location: this.apiClient.buildCollectionParam(opts["location"], "multi"),
|
|
853
|
+
hostFirmware: this.apiClient.buildCollectionParam(opts["hostFirmware"], "multi"),
|
|
854
|
+
productUID: this.apiClient.buildCollectionParam(opts["productUID"], "multi"),
|
|
855
|
+
sku: this.apiClient.buildCollectionParam(opts["sku"], "multi")
|
|
813
856
|
};
|
|
814
857
|
var headerParams = {};
|
|
815
858
|
var formParams = {};
|
|
@@ -827,6 +870,14 @@ var DeviceApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
827
870
|
* @param {Object} opts Optional parameters
|
|
828
871
|
* @param {Number} opts.pageSize (default to 50)
|
|
829
872
|
* @param {Number} opts.pageNum (default to 1)
|
|
873
|
+
* @param {Array.<String>} opts.deviceUID A Device UID.
|
|
874
|
+
* @param {Array.<String>} opts.tag Tag filter
|
|
875
|
+
* @param {Array.<String>} opts.serialNumber Serial number filter
|
|
876
|
+
* @param {Array.<String>} opts.notecardFirmware Firmware version filter
|
|
877
|
+
* @param {Array.<String>} opts.location Location filter
|
|
878
|
+
* @param {Array.<String>} opts.hostFirmware Host firmware filter
|
|
879
|
+
* @param {Array.<String>} opts.productUID
|
|
880
|
+
* @param {Array.<String>} opts.sku SKU filter
|
|
830
881
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetProjectDevices200Response}
|
|
831
882
|
*/
|
|
832
883
|
}, {
|
package/dist/api/EventApi.js
CHANGED
package/dist/api/MonitorApi.js
CHANGED
package/dist/api/ProjectApi.js
CHANGED
package/dist/api/RouteApi.js
CHANGED
package/dist/model/Alert.js
CHANGED
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The AlertDataInner model module.
|
|
28
28
|
* @module model/AlertDataInner
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var AlertDataInner = /*#__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 AlertNotificationsInner model module.
|
|
28
28
|
* @module model/AlertNotificationsInner
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var AlertNotificationsInner = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Aws.js
CHANGED
package/dist/model/Azure.js
CHANGED
|
@@ -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 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var BillingAccount = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/model/Body.js
CHANGED
|
@@ -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 1.0.
|
|
32
|
+
* @version 1.0.23
|
|
33
33
|
*/
|
|
34
34
|
var CloneProjectRequest = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/model/Contact.js
CHANGED
|
@@ -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 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
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 1.0.
|
|
34
|
+
* @version 1.0.23
|
|
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 1.0.
|
|
32
|
+
* @version 1.0.23
|
|
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 1.0.
|
|
32
|
+
* @version 1.0.23
|
|
33
33
|
*/
|
|
34
34
|
var CreateProjectRequest = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/model/DFUEnv.js
CHANGED
package/dist/model/DFUState.js
CHANGED
|
@@ -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 1.0.
|
|
32
|
+
* @version 1.0.23
|
|
33
33
|
*/
|
|
34
34
|
var DeleteDeviceFleetsRequest = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/model/Device.js
CHANGED
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* The DeviceSession model module.
|
|
30
30
|
* @module model/DeviceSession
|
|
31
|
-
* @version 1.0.
|
|
31
|
+
* @version 1.0.23
|
|
32
32
|
*/
|
|
33
33
|
var DeviceSession = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The DeviceTowerInfo model module.
|
|
28
28
|
* @module model/DeviceTowerInfo
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var DeviceTowerInfo = /*#__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 EmailNotification model module.
|
|
28
28
|
* @module model/EmailNotification
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var EmailNotification = /*#__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 EnvironmentVariables model module.
|
|
31
31
|
* @module model/EnvironmentVariables
|
|
32
|
-
* @version 1.0.
|
|
32
|
+
* @version 1.0.23
|
|
33
33
|
*/
|
|
34
34
|
var EnvironmentVariables = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/model/Error.js
CHANGED
package/dist/model/Event.js
CHANGED
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The FirmwareStatus model module.
|
|
28
28
|
* @module model/FirmwareStatus
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var FirmwareStatus = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Fleet.js
CHANGED
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The GetAlerts200Response model module.
|
|
32
32
|
* @module model/GetAlerts200Response
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var GetAlerts200Response = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The GetBillingAccounts200Response model module.
|
|
32
32
|
* @module model/GetBillingAccounts200Response
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var GetBillingAccounts200Response = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The GetDeviceEnvironmentVariables200Response model module.
|
|
31
31
|
* @module model/GetDeviceEnvironmentVariables200Response
|
|
32
|
-
* @version 1.0.
|
|
32
|
+
* @version 1.0.23
|
|
33
33
|
*/
|
|
34
34
|
var GetDeviceEnvironmentVariables200Response = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The GetDeviceHealthLog200Response model module.
|
|
32
32
|
* @module model/GetDeviceHealthLog200Response
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var GetDeviceHealthLog200Response = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The GetDeviceHealthLog200ResponseHealthLogInner model module.
|
|
31
31
|
* @module model/GetDeviceHealthLog200ResponseHealthLogInner
|
|
32
|
-
* @version 1.0.
|
|
32
|
+
* @version 1.0.23
|
|
33
33
|
*/
|
|
34
34
|
var GetDeviceHealthLog200ResponseHealthLogInner = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The GetDeviceLatest200Response model module.
|
|
32
32
|
* @module model/GetDeviceLatest200Response
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var GetDeviceLatest200Response = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The GetDevicePublicKey200Response model module.
|
|
31
31
|
* @module model/GetDevicePublicKey200Response
|
|
32
|
-
* @version 1.0.
|
|
32
|
+
* @version 1.0.23
|
|
33
33
|
*/
|
|
34
34
|
var GetDevicePublicKey200Response = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The GetDeviceSessions200Response model module.
|
|
32
32
|
* @module model/GetDeviceSessions200Response
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var GetDeviceSessions200Response = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The GetProjectDevicePublicKeys200Response model module.
|
|
32
32
|
* @module model/GetProjectDevicePublicKeys200Response
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var GetProjectDevicePublicKeys200Response = /*#__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 GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner model module.
|
|
28
28
|
* @module model/GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var GetProjectDevicePublicKeys200ResponseDevicePublicKeysInner = /*#__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 GetProjectDevices200Response model module.
|
|
32
32
|
* @module model/GetProjectDevices200Response
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var GetProjectDevices200Response = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The GetProjectEvents200Response model module.
|
|
32
32
|
* @module model/GetProjectEvents200Response
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var GetProjectEvents200Response = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The GetProjectEventsByCursor200Response model module.
|
|
32
32
|
* @module model/GetProjectEventsByCursor200Response
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var GetProjectEventsByCursor200Response = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The GetProjectFleets200Response model module.
|
|
32
32
|
* @module model/GetProjectFleets200Response
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var GetProjectFleets200Response = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The GetProjectMembers200Response model module.
|
|
32
32
|
* @module model/GetProjectMembers200Response
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var GetProjectMembers200Response = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The GetProjectProducts200Response model module.
|
|
32
32
|
* @module model/GetProjectProducts200Response
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var GetProjectProducts200Response = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The GetProjects200Response model module.
|
|
32
32
|
* @module model/GetProjects200Response
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var GetProjects200Response = /*#__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 GetRouteLogsByRoute200ResponseInner model module.
|
|
28
28
|
* @module model/GetRouteLogsByRoute200ResponseInner
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var GetRouteLogsByRoute200ResponseInner = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Google.js
CHANGED
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The HandleNoteChanges200Response model module.
|
|
28
28
|
* @module model/HandleNoteChanges200Response
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var HandleNoteChanges200Response = /*#__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 HandleNoteGet200Response model module.
|
|
28
28
|
* @module model/HandleNoteGet200Response
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var HandleNoteGet200Response = /*#__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 HandleNoteSignal200Response model module.
|
|
28
28
|
* @module model/HandleNoteSignal200Response
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var HandleNoteSignal200Response = /*#__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 HandleNotefileChanges200Response model module.
|
|
28
28
|
* @module model/HandleNotefileChanges200Response
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var HandleNotefileChanges200Response = /*#__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 HandleNotefileChangesPending200Response model module.
|
|
28
28
|
* @module model/HandleNotefileChangesPending200Response
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var HandleNotefileChangesPending200Response = /*#__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 HandleNotefileDeleteRequest model module.
|
|
28
28
|
* @module model/HandleNotefileDeleteRequest
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var HandleNotefileDeleteRequest = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Http.js
CHANGED
package/dist/model/HttpFilter.js
CHANGED
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The HttpTransform model module.
|
|
28
28
|
* @module model/HttpTransform
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var HttpTransform = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Location.js
CHANGED
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The Login200Response model module.
|
|
28
28
|
* @module model/Login200Response
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var Login200Response = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Monitor.js
CHANGED
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* The MonitorAlertRoutesInner model module.
|
|
33
33
|
* @module model/MonitorAlertRoutesInner
|
|
34
|
-
* @version 1.0.
|
|
34
|
+
* @version 1.0.23
|
|
35
35
|
*/
|
|
36
36
|
var MonitorAlertRoutesInner = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/model/Mqtt.js
CHANGED
package/dist/model/Note.js
CHANGED
package/dist/model/OTAStatus.js
CHANGED
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The OTAStatusList model module.
|
|
32
32
|
* @module model/OTAStatusList
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var OTAStatusList = /*#__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 OTAUpdateRequest model module.
|
|
28
28
|
* @module model/OTAUpdateRequest
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var OTAUpdateRequest = /*#__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 OTAUpdateStatus model module.
|
|
28
28
|
* @module model/OTAUpdateStatus
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var OTAUpdateStatus = /*#__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 PostProvisionProjectDeviceRequest model module.
|
|
31
31
|
* @module model/PostProvisionProjectDeviceRequest
|
|
32
|
-
* @version 1.0.
|
|
32
|
+
* @version 1.0.23
|
|
33
33
|
*/
|
|
34
34
|
var PostProvisionProjectDeviceRequest = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/model/Product.js
CHANGED
package/dist/model/Project.js
CHANGED
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The ProjectMember model module.
|
|
32
32
|
* @module model/ProjectMember
|
|
33
|
-
* @version 1.0.
|
|
33
|
+
* @version 1.0.23
|
|
34
34
|
*/
|
|
35
35
|
var ProjectMember = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/model/Proxy.js
CHANGED
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The PutDeviceFleetsRequest model module.
|
|
31
31
|
* @module model/PutDeviceFleetsRequest
|
|
32
|
-
* @version 1.0.
|
|
32
|
+
* @version 1.0.23
|
|
33
33
|
*/
|
|
34
34
|
var PutDeviceFleetsRequest = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/model/Route.js
CHANGED
package/dist/model/Slack.js
CHANGED
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The SlackBearerNotification model module.
|
|
28
28
|
* @module model/SlackBearerNotification
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var SlackBearerNotification = /*#__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 SlackWebHookNotification model module.
|
|
28
28
|
* @module model/SlackWebHookNotification
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var SlackWebHookNotification = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Snowflake.js
CHANGED
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The SnowflakeTransform model module.
|
|
28
28
|
* @module model/SnowflakeTransform
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var SnowflakeTransform = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Thingworx.js
CHANGED
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The TowerLocation model module.
|
|
28
28
|
* @module model/TowerLocation
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var TowerLocation = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Twilio.js
CHANGED
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The UpdateFleetRequest model module.
|
|
28
28
|
* @module model/UpdateFleetRequest
|
|
29
|
-
* @version 1.0.
|
|
29
|
+
* @version 1.0.23
|
|
30
30
|
*/
|
|
31
31
|
var UpdateFleetRequest = /*#__PURE__*/function () {
|
|
32
32
|
/**
|