tencentcloud-sdk-nodejs-clb 4.1.304 → 4.1.306

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-clb",
3
- "version": "4.1.304",
3
+ "version": "4.1.306",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2608,9 +2608,13 @@ export interface ModifyModelAttributesRequest {
2608
2608
  */
2609
2609
  ServiceProviderId: string;
2610
2610
  /**
2611
- * <p>BYOK的自定义名字</p><p>入参限制:1~256个字符</p>
2611
+ * <p>BYOK的自定义名字</p><p>入参限制:1~255个字符</p>
2612
2612
  */
2613
2613
  ServiceProviderName?: string;
2614
+ /**
2615
+ * <p>多协议 Api Base URL</p>
2616
+ */
2617
+ ApiBases?: Array<ApiBaseItem>;
2614
2618
  }
2615
2619
  /**
2616
2620
  * ModifyUserGroupAttributes请求参数结构体