tencentcloud-sdk-nodejs-cdn 4.1.56 → 4.1.58

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.56",
3
+ "version": "4.1.58",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8536,7 +8536,7 @@ export interface DescribeOriginDataRequest {
8536
8536
  */
8537
8537
  Interval?: string;
8538
8538
  /**
8539
- * Domains 传入多个时,默认(false)返回多个域名的汇总数据
8539
+ * Domains 传入多个时,默认(false)返回多个域名的汇总数据
8540
8540
  可按需指定为 true,返回每一个 Domain 的明细数据(statusCode、2xx、3xx、4xx、5xx 指标暂不支持)
8541
8541
  */
8542
8542
  Detail?: boolean;
@@ -8785,7 +8785,7 @@ export interface DescribeCertDomainsRequest {
8785
8785
  */
8786
8786
  Cert?: string;
8787
8787
  /**
8788
- * 托管证书ID,Cert和CertId不能均未空,都填写时以CertId为准。
8788
+ * 托管证书ID,Cert和CertId不能均为空,都填写时以CertId为准。
8789
8789
  */
8790
8790
  CertId?: string;
8791
8791
  /**