tencentcloud-sdk-nodejs-cdn 4.1.199 → 4.1.249

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.199",
3
+ "version": "4.1.249",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1503,7 +1503,7 @@ export interface DescribeBillingDataRequest {
1503
1503
  */
1504
1504
  Area?: string;
1505
1505
  /**
1506
- * <p>Area 为 overseas 时,指定国家/地区查询<br>省份、国家/地区编码可以查看 <a href="https://cloud.tencent.com/document/product/228/6316#.E7.9C.81.E4.BB.BD.E6.98.A0.E5.B0.84">省份编码映射</a><br>不填充时,查询所有国家/地区</p>
1506
+ * <p>Area 为 overseas 时,仅支持地区查询<br>省份、国家/地区编码可以查看 <a href="https://cloud.tencent.com/document/product/228/6316#.E7.9C.81.E4.BB.BD.E6.98.A0.E5.B0.84">省份编码映射</a><br>不填充时,查询所有国家/地区</p>
1507
1507
  */
1508
1508
  District?: number;
1509
1509
  /**