tencentcloud-sdk-nodejs-tsf 4.1.58 → 4.1.62

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-tsf",
3
- "version": "4.1.58",
3
+ "version": "4.1.62",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7296,10 +7296,12 @@ export interface CreateApplicationRequest {
7296
7296
  ApplicationDesc?: string;
7297
7297
  /**
7298
7298
  * 应用日志配置项,废弃参数
7299
+ * @deprecated
7299
7300
  */
7300
7301
  ApplicationLogConfig?: string;
7301
7302
  /**
7302
7303
  * 应用资源类型,废弃参数
7304
+ * @deprecated
7303
7305
  */
7304
7306
  ApplicationResourceType?: string;
7305
7307
  /**