tencentcloud-sdk-nodejs-lke 4.1.44 → 4.1.48

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.44",
3
+ "version": "4.1.48",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3065,11 +3065,11 @@ export interface SaveDocRequest {
3065
3065
  */
3066
3066
  AttrRange?: number;
3067
3067
  /**
3068
- * 来源(0 源文件导入 1 网页导入)
3068
+ * 来源(0 从本地文档导入),默认值为0
3069
3069
  */
3070
3070
  Source?: number;
3071
3071
  /**
3072
- * 网页(或自定义链接)地址
3072
+ * 自定义链接地址, IsRefer为true的时候,该值才有意义
3073
3073
  */
3074
3074
  WebUrl?: string;
3075
3075
  /**