tencentcloud-sdk-nodejs-lke 4.1.186 → 4.1.199
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
|
@@ -262,7 +262,8 @@ export interface CreateSharedKnowledgeRequest {
|
|
|
262
262
|
*/
|
|
263
263
|
export interface AttrLabelRefer {
|
|
264
264
|
/**
|
|
265
|
-
* 标签来源,1
|
|
265
|
+
* 标签来源,1:标签。
|
|
266
|
+
使用标签引用信息时,Source、AttributeBizId和LabelBizIds都需填写。
|
|
266
267
|
*/
|
|
267
268
|
Source?: number;
|
|
268
269
|
/**
|
|
@@ -4912,6 +4913,10 @@ export interface ReleaseConfigs {
|
|
|
4912
4913
|
UpdateTime?: string;
|
|
4913
4914
|
/**
|
|
4914
4915
|
* 状态
|
|
4916
|
+
2:待发布
|
|
4917
|
+
3:发布中
|
|
4918
|
+
4:已发布
|
|
4919
|
+
5:发布失败
|
|
4915
4920
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4916
4921
|
*/
|
|
4917
4922
|
Action?: number;
|