tencentcloud-sdk-nodejs-cdn 4.1.146 → 4.1.157

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.146",
3
+ "version": "4.1.157",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7283,10 +7283,12 @@ export interface DescribeCdnDataRequest {
7283
7283
  all:所有协议
7284
7284
  http:指定查询 HTTP 对应指标
7285
7285
  https:指定查询 HTTPS 对应指标
7286
+ quic:指定查询 QUIC 对应指标
7286
7287
  */
7287
7288
  Protocol?: string;
7288
7289
  /**
7289
- * 指定数据源查询,白名单功能
7290
+ * 指定数据源查询
7291
+ monitor:监控数据
7290
7292
  */
7291
7293
  DataSource?: string;
7292
7294
  /**