tencentcloud-sdk-nodejs-lke 4.1.87 → 4.1.89

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-lke",
3
- "version": "4.1.87",
3
+ "version": "4.1.89",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3517,11 +3517,11 @@ export interface SaveDocRequest {
3517
3517
  */
3518
3518
  ReferUrlType?: number;
3519
3519
  /**
3520
- * 有效开始时间,unix时间戳
3520
+ * 有效开始时间,unix秒级时间戳
3521
3521
  */
3522
3522
  ExpireStart?: string;
3523
3523
  /**
3524
- * 有效结束时间,unix时间戳,0代表永久有效
3524
+ * 有效结束时间,unix秒级时间戳,0代表永久有效
3525
3525
  */
3526
3526
  ExpireEnd?: string;
3527
3527
  /**