tencentcloud-sdk-nodejs-cdn 4.1.288 → 4.1.307

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-cdn",
3
- "version": "4.1.288",
3
+ "version": "4.1.307",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -49,7 +49,6 @@
49
49
  "@types/json-bigint": "^1.0.1",
50
50
  "@types/node": "^18.0.0",
51
51
  "@types/node-fetch": "^2.5.7",
52
- "@types/uuid": "^9.0.8",
53
52
  "@typescript-eslint/eslint-plugin": "^2.34.0",
54
53
  "@typescript-eslint/parser": "^2.34.0",
55
54
  "babel-eslint": "^10.0.2",
@@ -5599,11 +5599,11 @@ export interface DescribeDistrictIspDataRequest {
5599
5599
  */
5600
5600
  Metric: string;
5601
5601
  /**
5602
- * <p>指定省份查询,不填充表示查询所有省份(注:指定条件查询只支持映射表范围)<br>省份、国家/地区编码可以查看 <a href="https://cloud.tencent.com/document/product/228/6316#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.A5.E5.95.86.E6.98.A0.E5.B0.84.E8.A1.A8">省份编码映射</a></p>
5602
+ * <p>指定省份/国家查询,最多支持指定10个省份/国家(注:指定条件查询只支持映射表范围)<br>省份/国家编码可以查看 <a href="https://cloud.tencent.com/document/product/228/6316#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.A5.E5.95.86.E6.98.A0.E5.B0.84.E8.A1.A8">省份编码映射</a><br>指定中国境内查询:不填充表示查询所有省份</p>
5603
5603
  */
5604
5604
  Districts?: Array<number | bigint>;
5605
5605
  /**
5606
- * <p>指定运营商查询,不填充表示查询所有运营商(注:指定条件查询只支持映射表范围)<br>运营商编码可以查看 <a href="https://cloud.tencent.com/document/product/228/6316#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.A5.E5.95.86.E6.98.A0.E5.B0.84.E8.A1.A8">运营商编码映射</a></p>
5606
+ * <p>指定运营商查询,只支持中国境内,不填充表示查询所有运营商(注:指定条件查询只支持映射表范围)<br>运营商编码可以查看 <a href="https://cloud.tencent.com/document/product/228/6316#.E5.8C.BA.E5.9F.9F-.2F-.E8.BF.90.E8.90.A5.E5.95.86.E6.98.A0.E5.B0.84.E8.A1.A8">运营商编码映射</a></p>
5607
5607
  */
5608
5608
  Isps?: Array<number | bigint>;
5609
5609
  /**
@@ -5611,7 +5611,7 @@ export interface DescribeDistrictIspDataRequest {
5611
5611
  */
5612
5612
  Protocol?: string;
5613
5613
  /**
5614
- * <p>指定IP协议查询,不填充表示查询所有协议<br>all:所有协议<br>ipv4:指定查询 ipv4 对应指标<br>ipv6:指定查询 ipv6 对应指标<br>指定IP协议查询时,不可同时指定省份、运营商查询</p>
5614
+ * <p>指定IP协议查询,不填充表示查询所有协议<br>all:所有协议<br>ipv4:指定查询 ipv4 对应指标<br>ipv6:指定查询 ipv6 对应指标</p>
5615
5615
  */
5616
5616
  IpProtocol?: string;
5617
5617
  /**