tencentcloud-sdk-nodejs-batch 4.1.298 → 4.1.307

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-batch",
3
- "version": "4.1.298",
3
+ "version": "4.1.307",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -49,7 +49,6 @@
49
49
  "@types/json-bigint": "^1.0.1",
50
50
  "@types/node": "^18.0.0",
51
51
  "@types/node-fetch": "^2.5.7",
52
- "@types/uuid": "^9.0.8",
53
52
  "@typescript-eslint/eslint-plugin": "^2.34.0",
54
53
  "@typescript-eslint/parser": "^2.34.0",
55
54
  "babel-eslint": "^10.0.2",
@@ -2710,7 +2710,7 @@ export interface ModifyComputeEnvRequest {
2710
2710
  EnvData?: ComputeEnvData;
2711
2711
  }
2712
2712
  /**
2713
- * 描述了实例的公网可访问性,声明了实例的公网使用计费模式,最大带宽等
2713
+ * 描述了实例的主网卡公网可访问性,声明了实例的公网使用计费模式,最大带宽等
2714
2714
  */
2715
2715
  export interface InternetAccessible {
2716
2716
  /**