tencentcloud-sdk-nodejs-lowcode 4.1.33 → 4.1.52

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-lowcode",
3
- "version": "4.1.33",
3
+ "version": "4.1.52",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -787,6 +787,18 @@ export interface QureyKnowledgeDocumentSet {
787
787
  * 作者
788
788
  */
789
789
  Author?: string;
790
+ /**
791
+ * 文档上传状态
792
+ */
793
+ DocStatus?: string;
794
+ /**
795
+ * 上传文件失败时具体的错误消息
796
+ */
797
+ ErrMsg?: string;
798
+ /**
799
+ * Cos存储文件ID
800
+ */
801
+ FileId?: string;
790
802
  }
791
803
  /**
792
804
  * DescribeKnowledgeSetList返回参数结构体
@@ -986,6 +998,18 @@ export interface KnowledgeDocumentSet {
986
998
  * 作者
987
999
  */
988
1000
  Author?: string;
1001
+ /**
1002
+ * 上传文件状态
1003
+ */
1004
+ DocStatus?: string;
1005
+ /**
1006
+ * 文件上传失败的具体原因
1007
+ */
1008
+ ErrMsg?: string;
1009
+ /**
1010
+ * Cos存储文件ID
1011
+ */
1012
+ FileId?: string;
989
1013
  }
990
1014
  /**
991
1015
  * DescribeKnowledgeDocumentSetDetail返回参数结构体