tencentcloud-sdk-nodejs-dlc 4.0.1045 → 4.0.1047

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-dlc",
3
- "version": "4.0.1045",
3
+ "version": "4.0.1047",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -1962,6 +1962,11 @@ export interface Policy {
1962
1962
  注意:此字段可能返回 null,表示取不到有效值。
1963
1963
  */
1964
1964
  Id?: number
1965
+ /**
1966
+ * 引擎类型
1967
+
1968
+ */
1969
+ EngineGeneration?: string
1965
1970
  }
1966
1971
 
1967
1972
  /**
@@ -1876,6 +1876,11 @@ export interface Policy {
1876
1876
  注意:此字段可能返回 null,表示取不到有效值。
1877
1877
  */
1878
1878
  Id?: number;
1879
+ /**
1880
+ * 引擎类型
1881
+
1882
+ */
1883
+ EngineGeneration?: string;
1879
1884
  }
1880
1885
  /**
1881
1886
  * DescribeTaskLog请求参数结构体