tencentcloud-sdk-nodejs-vpc 4.1.178 → 4.1.184

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-vpc",
3
- "version": "4.1.178",
3
+ "version": "4.1.184",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -10288,7 +10288,7 @@ export interface CreateDirectConnectGatewayRequest {
10288
10288
  * <li>NetworkType 为 VPC 时,这里传值为私有网络实例ID</li>
10289
10289
  <li>NetworkType 为 CCN 时,这里传值为云联网实例ID</li>
10290
10290
  */
10291
- NetworkInstanceId: string;
10291
+ NetworkInstanceId?: string;
10292
10292
  /**
10293
10293
  * 网关类型,可选值:
10294
10294
  <li>NORMAL - (默认)标准型,注:云联网只支持标准型</li>