tencentcloud-sdk-nodejs-lke 4.1.45 → 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
|
@@ -3065,11 +3065,11 @@ export interface SaveDocRequest {
|
|
|
3065
3065
|
*/
|
|
3066
3066
|
AttrRange?: number;
|
|
3067
3067
|
/**
|
|
3068
|
-
*
|
|
3068
|
+
* 来源(0 从本地文档导入),默认值为0
|
|
3069
3069
|
*/
|
|
3070
3070
|
Source?: number;
|
|
3071
3071
|
/**
|
|
3072
|
-
*
|
|
3072
|
+
* 自定义链接地址, IsRefer为true的时候,该值才有意义
|
|
3073
3073
|
*/
|
|
3074
3074
|
WebUrl?: string;
|
|
3075
3075
|
/**
|