tencentcloud-sdk-nodejs-lowcode 4.0.1047 → 4.0.1050

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,7 +1,7 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-lowcode",
3
- "version": "4.0.1047",
4
- "description": "Tencent Cloud API NODEJS SDK",
3
+ "version": "4.0.1050",
4
+ "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
7
7
  "test": "mocha -t 10000",
@@ -22,7 +22,7 @@
22
22
  "author": "tencentcloudapi",
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "tencentcloud-sdk-nodejs-common": "^4.0.488",
25
+ "tencentcloud-sdk-nodejs-common": "*",
26
26
  "tslib": "1.13.0"
27
27
  },
28
28
  "directories": {
@@ -35,14 +35,19 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/form-data": "^2.5.0",
38
+ "@types/json-bigint": "^1.0.1",
38
39
  "@types/node": "^14.0.26",
39
40
  "@types/node-fetch": "^2.5.7",
41
+ "@types/uuid": "^9.0.8",
40
42
  "@typescript-eslint/eslint-plugin": "^2.34.0",
41
43
  "@typescript-eslint/parser": "^2.34.0",
44
+ "babel-eslint": "^10.0.2",
42
45
  "chai": "^4.2.0",
43
46
  "eslint": "^6.8.0",
47
+ "eslint-plugin-react": "^7.17.0",
44
48
  "mocha": "^8.1.1",
49
+ "prettier": "^2.3.0",
45
50
  "ts-node": "^8.10.2",
46
51
  "typescript": "^3.9.7"
47
52
  }
48
- }
53
+ }
@@ -51,17 +51,14 @@ export interface DescribeKnowledgeSetListRequest {
51
51
  export interface KnowledgeDocumentSetInfo {
52
52
  /**
53
53
  * 文件的字符数。
54
- 注意:此字段可能返回 null,表示取不到有效值。
55
54
  */
56
55
  TextLength?: number
57
56
  /**
58
57
  * 文件的字节数。
59
- 注意:此字段可能返回 null,表示取不到有效值。
60
58
  */
61
59
  ByteLength?: number
62
60
  /**
63
61
  * 文件被预处理、Embedding 向量化的进度。
64
- 注意:此字段可能返回 null,表示取不到有效值。
65
62
  */
66
63
  IndexedProgress?: number
67
64
  /**
@@ -71,22 +68,18 @@ Loading:文件解析中。
71
68
  Failure:文件解析、写入出错。
72
69
  Ready:文件解析、写入完成。
73
70
 
74
- 注意:此字段可能返回 null,表示取不到有效值。
75
71
  */
76
72
  IndexedStatus?: string
77
73
  /**
78
74
  * 文件创建时间。
79
- 注意:此字段可能返回 null,表示取不到有效值。
80
75
  */
81
76
  CreateTime?: string
82
77
  /**
83
78
  * 文件最后更新时间。
84
- 注意:此字段可能返回 null,表示取不到有效值。
85
79
  */
86
80
  LastUpdateTime?: string
87
81
  /**
88
82
  * 文件关键字。
89
- 注意:此字段可能返回 null,表示取不到有效值。
90
83
  */
91
84
  Keywords?: string
92
85
  }
@@ -97,7 +90,6 @@ Ready:文件解析、写入完成。
97
90
  export interface DeleteKnowledgeDocumentSetRsp {
98
91
  /**
99
92
  * 删除文档数量。
100
- 注意:此字段可能返回 null,表示取不到有效值。
101
93
  */
102
94
  AffectedCount?: number
103
95
  }
@@ -204,22 +196,18 @@ export interface DescribeKnowledgeDocumentSetListResponse {
204
196
  export interface UploadKnowledgeDocumentSetRsp {
205
197
  /**
206
198
  * 给文件分配的 ID 信息。
207
- 注意:此字段可能返回 null,表示取不到有效值。
208
199
  */
209
200
  DocumentSetId?: string
210
201
  /**
211
202
  * 文件名
212
- 注意:此字段可能返回 null,表示取不到有效值。
213
203
  */
214
204
  DocumentSetName?: string
215
205
  /**
216
206
  * 文件标题
217
- 注意:此字段可能返回 null,表示取不到有效值。
218
207
  */
219
208
  FileTitle?: string
220
209
  /**
221
210
  * 文件元信息,为jsonstring
222
- 注意:此字段可能返回 null,表示取不到有效值。
223
211
  */
224
212
  FileMetaData?: string
225
213
  }
@@ -569,34 +557,28 @@ export interface DataSourceDetail {
569
557
  export interface KnowledgeSet {
570
558
  /**
571
559
  * 知识库标识
572
- 注意:此字段可能返回 null,表示取不到有效值。
573
560
  */
574
561
  Name?: string
575
562
  /**
576
563
  * 知识库名称
577
- 注意:此字段可能返回 null,表示取不到有效值。
578
564
  */
579
565
  Title?: string
580
566
  /**
581
567
  * 描述
582
- 注意:此字段可能返回 null,表示取不到有效值。
583
568
  */
584
569
  Desc?: string
585
570
  /**
586
571
  * 状态,
587
572
  NOT_ENABLED未启用
588
573
  ENABLED 已启用
589
- 注意:此字段可能返回 null,表示取不到有效值。
590
574
  */
591
575
  Active?: string
592
576
  /**
593
577
  * 创建时间
594
- 注意:此字段可能返回 null,表示取不到有效值。
595
578
  */
596
579
  CreateTime?: string
597
580
  /**
598
581
  * 更新时间
599
- 注意:此字段可能返回 null,表示取不到有效值。
600
582
  */
601
583
  UpdateTime?: string
602
584
  /**
@@ -614,7 +596,6 @@ export interface KnowledgeSplitterPreprocess {
614
596
  false:不追加。
615
597
  true:将段落 Title 追加到切分后的段落。
616
598
 
617
- 注意:此字段可能返回 null,表示取不到有效值。
618
599
  */
619
600
  AppendTitleToChunk?: boolean
620
601
  /**
@@ -622,7 +603,6 @@ true:将段落 Title 追加到切分后的段落。
622
603
  false:不追加。
623
604
  true:将全文的 keywords 追加到切分后的段落。
624
605
 
625
- 注意:此字段可能返回 null,表示取不到有效值。
626
606
  */
627
607
  AppendKeywordsToChunk?: boolean
628
608
  }
@@ -811,47 +791,38 @@ export interface DeleteKnowledgeDocumentSetRequest {
811
791
  export interface QureyKnowledgeDocumentSet {
812
792
  /**
813
793
  * 文件id
814
- 注意:此字段可能返回 null,表示取不到有效值。
815
794
  */
816
795
  DocumentSetId?: string
817
796
  /**
818
797
  * 文件名
819
- 注意:此字段可能返回 null,表示取不到有效值。
820
798
  */
821
799
  DocumentSetName?: string
822
800
  /**
823
801
  * 文件内容前 200个字符。
824
- 注意:此字段可能返回 null,表示取不到有效值。
825
802
  */
826
803
  TextPrefix?: string
827
804
  /**
828
805
  * 文件拆分信息
829
- 注意:此字段可能返回 null,表示取不到有效值。
830
806
  */
831
807
  SplitterPreprocess?: KnowledgeSplitterPreprocess
832
808
  /**
833
809
  * 文件详情
834
- 注意:此字段可能返回 null,表示取不到有效值。
835
810
  */
836
811
  DocumentSetInfo?: QureyKnowledgeDocumentSetInfo
837
812
  /**
838
813
  * 文件标题
839
- 注意:此字段可能返回 null,表示取不到有效值。
840
814
  */
841
815
  FileTitle?: string
842
816
  /**
843
817
  * 文件元信息,必须为jsonstring
844
- 注意:此字段可能返回 null,表示取不到有效值。
845
818
  */
846
819
  FileMetaData?: string
847
820
  /**
848
821
  * name
849
- 注意:此字段可能返回 null,表示取不到有效值。
850
822
  */
851
823
  Name?: string
852
824
  /**
853
825
  * 作者
854
- 注意:此字段可能返回 null,表示取不到有效值。
855
826
  */
856
827
  Author?: string
857
828
  }
@@ -955,12 +926,10 @@ export interface CreateKnowledgeSetRequest {
955
926
  export interface DescribeKnowledgeDocumentSetDetailRsp {
956
927
  /**
957
928
  * 获取的数量。
958
- 注意:此字段可能返回 null,表示取不到有效值。
959
929
  */
960
930
  Count?: number
961
931
  /**
962
932
  * 文档信息
963
- 注意:此字段可能返回 null,表示取不到有效值。
964
933
  */
965
934
  DocumentSet?: KnowledgeDocumentSet
966
935
  }
@@ -971,17 +940,14 @@ export interface DescribeKnowledgeDocumentSetDetailRsp {
971
940
  export interface QureyKnowledgeDocumentSetInfo {
972
941
  /**
973
942
  * 文件的字符数。
974
- 注意:此字段可能返回 null,表示取不到有效值。
975
943
  */
976
944
  TextLength?: number
977
945
  /**
978
946
  * 文件的字节数。
979
- 注意:此字段可能返回 null,表示取不到有效值。
980
947
  */
981
948
  ByteLength?: number
982
949
  /**
983
950
  * 文件被预处理、Embedding 向量化的进度。
984
- 注意:此字段可能返回 null,表示取不到有效值。
985
951
  */
986
952
  IndexedProgress?: number
987
953
  /**
@@ -991,27 +957,22 @@ Loading:文件解析中。
991
957
  Failure:文件解析、写入出错。
992
958
  Ready:文件解析、写入完成。
993
959
 
994
- 注意:此字段可能返回 null,表示取不到有效值。
995
960
  */
996
961
  IndexedStatus?: string
997
962
  /**
998
963
  * 错误信息
999
- 注意:此字段可能返回 null,表示取不到有效值。
1000
964
  */
1001
965
  IndexedErrorMsg?: string
1002
966
  /**
1003
967
  * 文件创建时间。
1004
- 注意:此字段可能返回 null,表示取不到有效值。
1005
968
  */
1006
969
  CreateTime?: string
1007
970
  /**
1008
971
  * 文件最后更新时间。
1009
- 注意:此字段可能返回 null,表示取不到有效值。
1010
972
  */
1011
973
  LastUpdateTime?: string
1012
974
  /**
1013
975
  * 文件关键字。
1014
- 注意:此字段可能返回 null,表示取不到有效值。
1015
976
  */
1016
977
  Keywords?: string
1017
978
  }
@@ -1022,12 +983,10 @@ Ready:文件解析、写入完成。
1022
983
  export interface DescribeKnowledgeDocumentSetListRsp {
1023
984
  /**
1024
985
  * 文件集
1025
- 注意:此字段可能返回 null,表示取不到有效值。
1026
986
  */
1027
987
  DocumentSets?: Array<QureyKnowledgeDocumentSet>
1028
988
  /**
1029
989
  * 条数
1030
- 注意:此字段可能返回 null,表示取不到有效值。
1031
990
  */
1032
991
  Count?: number
1033
992
  }
@@ -1038,52 +997,42 @@ export interface DescribeKnowledgeDocumentSetListRsp {
1038
997
  export interface KnowledgeDocumentSet {
1039
998
  /**
1040
999
  * 文档id
1041
- 注意:此字段可能返回 null,表示取不到有效值。
1042
1000
  */
1043
1001
  DocumentSetId?: string
1044
1002
  /**
1045
1003
  * 文档名
1046
- 注意:此字段可能返回 null,表示取不到有效值。
1047
1004
  */
1048
1005
  DocumentSetName?: string
1049
1006
  /**
1050
1007
  * 文件完整内容。
1051
- 注意:此字段可能返回 null,表示取不到有效值。
1052
1008
  */
1053
1009
  Text?: string
1054
1010
  /**
1055
1011
  * 文件内容前 200个字符。
1056
- 注意:此字段可能返回 null,表示取不到有效值。
1057
1012
  */
1058
1013
  TextPrefix?: string
1059
1014
  /**
1060
1015
  * 文件详情
1061
- 注意:此字段可能返回 null,表示取不到有效值。
1062
1016
  */
1063
1017
  DocumentSetInfo?: KnowledgeDocumentSetInfo
1064
1018
  /**
1065
1019
  * 文件拆分信息
1066
- 注意:此字段可能返回 null,表示取不到有效值。
1067
1020
  */
1068
1021
  SplitterPreprocess?: KnowledgeSplitterPreprocess
1069
1022
  /**
1070
1023
  * 未使用
1071
- 注意:此字段可能返回 null,表示取不到有效值。
1072
1024
  */
1073
1025
  Name?: string
1074
1026
  /**
1075
1027
  * 文档标题
1076
- 注意:此字段可能返回 null,表示取不到有效值。
1077
1028
  */
1078
1029
  FileTitle?: string
1079
1030
  /**
1080
1031
  * 文档元信息,必须为jsonstring
1081
- 注意:此字段可能返回 null,表示取不到有效值。
1082
1032
  */
1083
1033
  FileMetaData?: string
1084
1034
  /**
1085
1035
  * 作者
1086
- 注意:此字段可能返回 null,表示取不到有效值。
1087
1036
  */
1088
1037
  Author?: string
1089
1038
  }
@@ -1152,12 +1101,10 @@ export interface SearchDocRsp {
1152
1101
  export interface KnowledgeSetRsp {
1153
1102
  /**
1154
1103
  * 总数
1155
- 注意:此字段可能返回 null,表示取不到有效值。
1156
1104
  */
1157
1105
  Total?: number
1158
1106
  /**
1159
1107
  * 知识库列表
1160
- 注意:此字段可能返回 null,表示取不到有效值。
1161
1108
  */
1162
1109
  KnowledgeSets?: Array<KnowledgeSet>
1163
1110
  }
@@ -33,17 +33,14 @@ export interface DescribeKnowledgeSetListRequest {
33
33
  export interface KnowledgeDocumentSetInfo {
34
34
  /**
35
35
  * 文件的字符数。
36
- 注意:此字段可能返回 null,表示取不到有效值。
37
36
  */
38
37
  TextLength?: number;
39
38
  /**
40
39
  * 文件的字节数。
41
- 注意:此字段可能返回 null,表示取不到有效值。
42
40
  */
43
41
  ByteLength?: number;
44
42
  /**
45
43
  * 文件被预处理、Embedding 向量化的进度。
46
- 注意:此字段可能返回 null,表示取不到有效值。
47
44
  */
48
45
  IndexedProgress?: number;
49
46
  /**
@@ -53,22 +50,18 @@ export interface KnowledgeDocumentSetInfo {
53
50
  Failure:文件解析、写入出错。
54
51
  Ready:文件解析、写入完成。
55
52
 
56
- 注意:此字段可能返回 null,表示取不到有效值。
57
53
  */
58
54
  IndexedStatus?: string;
59
55
  /**
60
56
  * 文件创建时间。
61
- 注意:此字段可能返回 null,表示取不到有效值。
62
57
  */
63
58
  CreateTime?: string;
64
59
  /**
65
60
  * 文件最后更新时间。
66
- 注意:此字段可能返回 null,表示取不到有效值。
67
61
  */
68
62
  LastUpdateTime?: string;
69
63
  /**
70
64
  * 文件关键字。
71
- 注意:此字段可能返回 null,表示取不到有效值。
72
65
  */
73
66
  Keywords?: string;
74
67
  }
@@ -78,7 +71,6 @@ export interface KnowledgeDocumentSetInfo {
78
71
  export interface DeleteKnowledgeDocumentSetRsp {
79
72
  /**
80
73
  * 删除文档数量。
81
- 注意:此字段可能返回 null,表示取不到有效值。
82
74
  */
83
75
  AffectedCount?: number;
84
76
  }
@@ -180,22 +172,18 @@ export interface DescribeKnowledgeDocumentSetListResponse {
180
172
  export interface UploadKnowledgeDocumentSetRsp {
181
173
  /**
182
174
  * 给文件分配的 ID 信息。
183
- 注意:此字段可能返回 null,表示取不到有效值。
184
175
  */
185
176
  DocumentSetId?: string;
186
177
  /**
187
178
  * 文件名
188
- 注意:此字段可能返回 null,表示取不到有效值。
189
179
  */
190
180
  DocumentSetName?: string;
191
181
  /**
192
182
  * 文件标题
193
- 注意:此字段可能返回 null,表示取不到有效值。
194
183
  */
195
184
  FileTitle?: string;
196
185
  /**
197
186
  * 文件元信息,为jsonstring
198
- 注意:此字段可能返回 null,表示取不到有效值。
199
187
  */
200
188
  FileMetaData?: string;
201
189
  }
@@ -536,34 +524,28 @@ export interface DataSourceDetail {
536
524
  export interface KnowledgeSet {
537
525
  /**
538
526
  * 知识库标识
539
- 注意:此字段可能返回 null,表示取不到有效值。
540
527
  */
541
528
  Name?: string;
542
529
  /**
543
530
  * 知识库名称
544
- 注意:此字段可能返回 null,表示取不到有效值。
545
531
  */
546
532
  Title?: string;
547
533
  /**
548
534
  * 描述
549
- 注意:此字段可能返回 null,表示取不到有效值。
550
535
  */
551
536
  Desc?: string;
552
537
  /**
553
538
  * 状态,
554
539
  NOT_ENABLED未启用
555
540
  ENABLED 已启用
556
- 注意:此字段可能返回 null,表示取不到有效值。
557
541
  */
558
542
  Active?: string;
559
543
  /**
560
544
  * 创建时间
561
- 注意:此字段可能返回 null,表示取不到有效值。
562
545
  */
563
546
  CreateTime?: string;
564
547
  /**
565
548
  * 更新时间
566
- 注意:此字段可能返回 null,表示取不到有效值。
567
549
  */
568
550
  UpdateTime?: string;
569
551
  /**
@@ -580,7 +562,6 @@ export interface KnowledgeSplitterPreprocess {
580
562
  false:不追加。
581
563
  true:将段落 Title 追加到切分后的段落。
582
564
 
583
- 注意:此字段可能返回 null,表示取不到有效值。
584
565
  */
585
566
  AppendTitleToChunk?: boolean;
586
567
  /**
@@ -588,7 +569,6 @@ export interface KnowledgeSplitterPreprocess {
588
569
  false:不追加。
589
570
  true:将全文的 keywords 追加到切分后的段落。
590
571
 
591
- 注意:此字段可能返回 null,表示取不到有效值。
592
572
  */
593
573
  AppendKeywordsToChunk?: boolean;
594
574
  }
@@ -769,47 +749,38 @@ export interface DeleteKnowledgeDocumentSetRequest {
769
749
  export interface QureyKnowledgeDocumentSet {
770
750
  /**
771
751
  * 文件id
772
- 注意:此字段可能返回 null,表示取不到有效值。
773
752
  */
774
753
  DocumentSetId?: string;
775
754
  /**
776
755
  * 文件名
777
- 注意:此字段可能返回 null,表示取不到有效值。
778
756
  */
779
757
  DocumentSetName?: string;
780
758
  /**
781
759
  * 文件内容前 200个字符。
782
- 注意:此字段可能返回 null,表示取不到有效值。
783
760
  */
784
761
  TextPrefix?: string;
785
762
  /**
786
763
  * 文件拆分信息
787
- 注意:此字段可能返回 null,表示取不到有效值。
788
764
  */
789
765
  SplitterPreprocess?: KnowledgeSplitterPreprocess;
790
766
  /**
791
767
  * 文件详情
792
- 注意:此字段可能返回 null,表示取不到有效值。
793
768
  */
794
769
  DocumentSetInfo?: QureyKnowledgeDocumentSetInfo;
795
770
  /**
796
771
  * 文件标题
797
- 注意:此字段可能返回 null,表示取不到有效值。
798
772
  */
799
773
  FileTitle?: string;
800
774
  /**
801
775
  * 文件元信息,必须为jsonstring
802
- 注意:此字段可能返回 null,表示取不到有效值。
803
776
  */
804
777
  FileMetaData?: string;
805
778
  /**
806
779
  * name
807
- 注意:此字段可能返回 null,表示取不到有效值。
808
780
  */
809
781
  Name?: string;
810
782
  /**
811
783
  * 作者
812
- 注意:此字段可能返回 null,表示取不到有效值。
813
784
  */
814
785
  Author?: string;
815
786
  }
@@ -906,12 +877,10 @@ export interface CreateKnowledgeSetRequest {
906
877
  export interface DescribeKnowledgeDocumentSetDetailRsp {
907
878
  /**
908
879
  * 获取的数量。
909
- 注意:此字段可能返回 null,表示取不到有效值。
910
880
  */
911
881
  Count?: number;
912
882
  /**
913
883
  * 文档信息
914
- 注意:此字段可能返回 null,表示取不到有效值。
915
884
  */
916
885
  DocumentSet?: KnowledgeDocumentSet;
917
886
  }
@@ -921,17 +890,14 @@ export interface DescribeKnowledgeDocumentSetDetailRsp {
921
890
  export interface QureyKnowledgeDocumentSetInfo {
922
891
  /**
923
892
  * 文件的字符数。
924
- 注意:此字段可能返回 null,表示取不到有效值。
925
893
  */
926
894
  TextLength?: number;
927
895
  /**
928
896
  * 文件的字节数。
929
- 注意:此字段可能返回 null,表示取不到有效值。
930
897
  */
931
898
  ByteLength?: number;
932
899
  /**
933
900
  * 文件被预处理、Embedding 向量化的进度。
934
- 注意:此字段可能返回 null,表示取不到有效值。
935
901
  */
936
902
  IndexedProgress?: number;
937
903
  /**
@@ -941,27 +907,22 @@ export interface QureyKnowledgeDocumentSetInfo {
941
907
  Failure:文件解析、写入出错。
942
908
  Ready:文件解析、写入完成。
943
909
 
944
- 注意:此字段可能返回 null,表示取不到有效值。
945
910
  */
946
911
  IndexedStatus?: string;
947
912
  /**
948
913
  * 错误信息
949
- 注意:此字段可能返回 null,表示取不到有效值。
950
914
  */
951
915
  IndexedErrorMsg?: string;
952
916
  /**
953
917
  * 文件创建时间。
954
- 注意:此字段可能返回 null,表示取不到有效值。
955
918
  */
956
919
  CreateTime?: string;
957
920
  /**
958
921
  * 文件最后更新时间。
959
- 注意:此字段可能返回 null,表示取不到有效值。
960
922
  */
961
923
  LastUpdateTime?: string;
962
924
  /**
963
925
  * 文件关键字。
964
- 注意:此字段可能返回 null,表示取不到有效值。
965
926
  */
966
927
  Keywords?: string;
967
928
  }
@@ -971,12 +932,10 @@ export interface QureyKnowledgeDocumentSetInfo {
971
932
  export interface DescribeKnowledgeDocumentSetListRsp {
972
933
  /**
973
934
  * 文件集
974
- 注意:此字段可能返回 null,表示取不到有效值。
975
935
  */
976
936
  DocumentSets?: Array<QureyKnowledgeDocumentSet>;
977
937
  /**
978
938
  * 条数
979
- 注意:此字段可能返回 null,表示取不到有效值。
980
939
  */
981
940
  Count?: number;
982
941
  }
@@ -986,52 +945,42 @@ export interface DescribeKnowledgeDocumentSetListRsp {
986
945
  export interface KnowledgeDocumentSet {
987
946
  /**
988
947
  * 文档id
989
- 注意:此字段可能返回 null,表示取不到有效值。
990
948
  */
991
949
  DocumentSetId?: string;
992
950
  /**
993
951
  * 文档名
994
- 注意:此字段可能返回 null,表示取不到有效值。
995
952
  */
996
953
  DocumentSetName?: string;
997
954
  /**
998
955
  * 文件完整内容。
999
- 注意:此字段可能返回 null,表示取不到有效值。
1000
956
  */
1001
957
  Text?: string;
1002
958
  /**
1003
959
  * 文件内容前 200个字符。
1004
- 注意:此字段可能返回 null,表示取不到有效值。
1005
960
  */
1006
961
  TextPrefix?: string;
1007
962
  /**
1008
963
  * 文件详情
1009
- 注意:此字段可能返回 null,表示取不到有效值。
1010
964
  */
1011
965
  DocumentSetInfo?: KnowledgeDocumentSetInfo;
1012
966
  /**
1013
967
  * 文件拆分信息
1014
- 注意:此字段可能返回 null,表示取不到有效值。
1015
968
  */
1016
969
  SplitterPreprocess?: KnowledgeSplitterPreprocess;
1017
970
  /**
1018
971
  * 未使用
1019
- 注意:此字段可能返回 null,表示取不到有效值。
1020
972
  */
1021
973
  Name?: string;
1022
974
  /**
1023
975
  * 文档标题
1024
- 注意:此字段可能返回 null,表示取不到有效值。
1025
976
  */
1026
977
  FileTitle?: string;
1027
978
  /**
1028
979
  * 文档元信息,必须为jsonstring
1029
- 注意:此字段可能返回 null,表示取不到有效值。
1030
980
  */
1031
981
  FileMetaData?: string;
1032
982
  /**
1033
983
  * 作者
1034
- 注意:此字段可能返回 null,表示取不到有效值。
1035
984
  */
1036
985
  Author?: string;
1037
986
  }
@@ -1096,12 +1045,10 @@ export interface SearchDocRsp {
1096
1045
  export interface KnowledgeSetRsp {
1097
1046
  /**
1098
1047
  * 总数
1099
- 注意:此字段可能返回 null,表示取不到有效值。
1100
1048
  */
1101
1049
  Total?: number;
1102
1050
  /**
1103
1051
  * 知识库列表
1104
- 注意:此字段可能返回 null,表示取不到有效值。
1105
1052
  */
1106
1053
  KnowledgeSets?: Array<KnowledgeSet>;
1107
1054
  }