tencentcloud-sdk-nodejs-teo 4.1.55 → 4.1.61

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-teo",
3
- "version": "4.1.55",
3
+ "version": "4.1.61",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7286,7 +7286,7 @@ export interface OriginInfo {
7286
7286
  /**
7287
7287
  * 自定义回源 HOST 头,该参数仅当 OriginType=IP_DOMAIN 时生效。
7288
7288
  如果 OriginType=COS 或 AWS_S3 时,回源 HOST 头将与源站域名保持一致。
7289
- 如果OriginType=ORIGIN_GROUP 或 LB 时,回源 HOST 头遵循源站组内配置,如果没有配置则默认为加速域名。
7289
+ 如果OriginType=ORIGIN_GROUP 时,回源 HOST 头遵循源站组内配置,如果没有配置则默认为加速域名。
7290
7290
  如果 OriginType=VOD 或 SPACE 时,无需配置该头部,按对应的回源域名生效。
7291
7291
  */
7292
7292
  HostHeader?: string;