tencentcloud-sdk-nodejs-cdwdoris 4.1.158 → 4.1.159

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-cdwdoris",
3
- "version": "4.1.158",
3
+ "version": "4.1.159",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2612,6 +2612,10 @@ export interface InstanceInfo {
2612
2612
  * 对应备集群
2613
2613
  */
2614
2614
  SlaveInstances?: Array<string>;
2615
+ /**
2616
+ * ccr服务部署节点ip
2617
+ */
2618
+ SyncerIp?: string;
2615
2619
  }
2616
2620
  /**
2617
2621
  * DescribeUserBindWorkloadGroup请求参数结构体