tencentcloud-sdk-nodejs-iotexplorer 4.1.11 → 4.1.12

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.11",
3
+ "version": "4.1.12",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2677,12 +2677,10 @@ export interface CloudStorageEvent {
2677
2677
  EventId: string;
2678
2678
  /**
2679
2679
  * 事件录像上传状态,Finished: 全部上传成功 Partial: 部分上传成功 Failed: 上传失败
2680
- 注意:此字段可能返回 null,表示取不到有效值。
2681
2680
  */
2682
2681
  UploadStatus?: string;
2683
2682
  /**
2684
2683
  * 事件自定义数据
2685
- 注意:此字段可能返回 null,表示取不到有效值。
2686
2684
  */
2687
2685
  Data?: string;
2688
2686
  }
@@ -3778,19 +3776,19 @@ export interface DevicePositionItem {
3778
3776
  /**
3779
3777
  * 设备名称
3780
3778
  */
3781
- DeviceName: string;
3779
+ DeviceName?: string;
3782
3780
  /**
3783
3781
  * 位置信息时间
3784
3782
  */
3785
- CreateTime: number;
3783
+ CreateTime?: number;
3786
3784
  /**
3787
3785
  * 设备经度信息
3788
3786
  */
3789
- Longitude: number;
3787
+ Longitude?: number;
3790
3788
  /**
3791
3789
  * 设备纬度信息
3792
3790
  */
3793
- Latitude: number;
3791
+ Latitude?: number;
3794
3792
  }
3795
3793
  /**
3796
3794
  * GetDeviceLocationHistory请求参数结构体
@@ -4735,11 +4733,11 @@ export interface DeviceSignatureInfo {
4735
4733
  /**
4736
4734
  * 设备名
4737
4735
  */
4738
- DeviceName: string;
4736
+ DeviceName?: string;
4739
4737
  /**
4740
4738
  * 设备签名
4741
4739
  */
4742
- DeviceSignature: string;
4740
+ DeviceSignature?: string;
4743
4741
  }
4744
4742
  /**
4745
4743
  * TWeCall信息