tencentcloud-sdk-nodejs-bh 4.1.48 → 4.1.54

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-bh",
3
- "version": "4.1.48",
3
+ "version": "4.1.54",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -157,6 +157,10 @@ export interface SearchSessionRequest {
157
157
  * 应用资产Url
158
158
  */
159
159
  AppAssetUrl?: string;
160
+ /**
161
+ * 资产类型
162
+ */
163
+ DeviceKind?: string;
160
164
  }
161
165
  /**
162
166
  * ModifyOperationTask请求参数结构体