tencentcloud-sdk-nodejs-cdwch 4.1.154 → 4.1.157

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-cdwch",
3
- "version": "4.1.154",
3
+ "version": "4.1.157",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -317,6 +317,14 @@ export interface CnInstanceInfo {
317
317
  * 无
318
318
  */
319
319
  Resources?: Array<CNResource>;
320
+ /**
321
+ * desc
322
+ */
323
+ IsSecondaryZone?: string;
324
+ /**
325
+ * desc
326
+ */
327
+ SecondaryZoneInfo?: string;
320
328
  }
321
329
  /**
322
330
  * 标签描述
@@ -372,6 +380,10 @@ export interface CkUserAlterInfo {
372
380
  * 描述
373
381
  */
374
382
  Describe?: string;
383
+ /**
384
+ * 账户的当前密码
385
+ */
386
+ OriginalPassword?: string;
375
387
  }
376
388
  /**
377
389
  * DescribeInstanceNodes请求参数结构体