tencentcloud-sdk-nodejs-lke 4.1.187 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-lke",
3
- "version": "4.1.187",
3
+ "version": "4.1.199",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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;