tencentcloud-sdk-nodejs-iotexplorer 4.1.56 → 4.1.58

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-iotexplorer",
3
- "version": "4.1.56",
3
+ "version": "4.1.58",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2186,7 +2186,7 @@ export interface GenSingleDeviceSignatureOfPublicResponse {
2186
2186
  /**
2187
2187
  * 设备签名
2188
2188
  */
2189
- DeviceSignature: DeviceSignatureInfo;
2189
+ DeviceSignature?: DeviceSignatureInfo;
2190
2190
  /**
2191
2191
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2192
2192
  */
@@ -7002,7 +7002,7 @@ export interface GetDeviceLocationHistoryResponse {
7002
7002
  /**
7003
7003
  * 历史位置列表
7004
7004
  */
7005
- Positions: Array<PositionItem>;
7005
+ Positions?: Array<PositionItem>;
7006
7006
  /**
7007
7007
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7008
7008
  */