tencentcloud-sdk-nodejs-teo 4.1.28 → 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
|
@@ -6539,7 +6539,7 @@ export interface DescribeOriginGroupRequest {
|
|
|
6539
6539
|
Limit?: number;
|
|
6540
6540
|
/**
|
|
6541
6541
|
* 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
|
|
6542
|
-
<li>origin-group-id
|
|
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
|
}
|