tencentcloud-sdk-nodejs-teo 4.1.27 → 4.1.34

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-teo",
3
- "version": "4.1.27",
3
+ "version": "4.1.34",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6539,7 +6539,7 @@ export interface DescribeOriginGroupRequest {
6539
6539
  Limit?: number;
6540
6540
  /**
6541
6541
  * 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
6542
- <li>origin-group-id<br>   按照【<strong>源站组ID</strong>】进行过滤。源站组ID形如:origin-2ccgtb24-7dc5-46s2-9r3e-95825d53dwe3a<br>   模糊查询:不支持</li><li>origin-group-name<br>   按照【<strong>源站组名称</strong>】进行过滤<br>   模糊查询:支持。使用模糊查询时,仅支持填写一个源站组名称</li>
6542
+ <li>origin-group-id:按照源站组 ID 进行过滤,不支持模糊查询。源站组 ID 形如:origin-2ccgtb24-7dc5-46s2-9r3e-95825d53dwe3a;</li><li>origin-group-name: 按照源站组名称进行过滤,使用模糊查询时,仅支持填写一个源站组名称。</li>
6543
6543
  */
6544
6544
  Filters?: Array<AdvancedFilter>;
6545
6545
  }
@@ -6666,7 +6666,7 @@ export interface CustomEndpoint {
6666
6666
  */
6667
6667
  export interface VerifyOwnershipRequest {
6668
6668
  /**
6669
- * 站点或者加速域名。
6669
+ * 站点域名或者站点下的加速域名。
6670
6670
  */
6671
6671
  Domain: string;
6672
6672
  }