tencentcloud-sdk-nodejs-lke 4.1.180 → 4.1.182
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
|
@@ -1518,13 +1518,12 @@ export interface AttrLabelDetail {
|
|
|
1518
1518
|
*/
|
|
1519
1519
|
export interface QAQuery {
|
|
1520
1520
|
/**
|
|
1521
|
-
* 页码
|
|
1522
|
-
|
|
1521
|
+
* 页码 从1开始
|
|
1523
1522
|
|
|
1524
1523
|
*/
|
|
1525
1524
|
PageNumber: number;
|
|
1526
1525
|
/**
|
|
1527
|
-
*
|
|
1526
|
+
* 页大小 默认15 最大100
|
|
1528
1527
|
|
|
1529
1528
|
*/
|
|
1530
1529
|
PageSize: number;
|
|
@@ -1543,12 +1542,12 @@ export interface QAQuery {
|
|
|
1543
1542
|
*/
|
|
1544
1543
|
CateBizId?: string;
|
|
1545
1544
|
/**
|
|
1546
|
-
*
|
|
1545
|
+
* 校验状态的枚举值
|
|
1547
1546
|
|
|
1548
1547
|
*/
|
|
1549
1548
|
AcceptStatus?: Array<number | bigint>;
|
|
1550
1549
|
/**
|
|
1551
|
-
*
|
|
1550
|
+
* 发布状态的枚举值
|
|
1552
1551
|
|
|
1553
1552
|
*/
|
|
1554
1553
|
ReleaseStatus?: Array<number | bigint>;
|
|
@@ -1576,6 +1575,11 @@ export interface QAQuery {
|
|
|
1576
1575
|
* 查询类型 filename 名称、 attribute 标签
|
|
1577
1576
|
*/
|
|
1578
1577
|
QueryType?: string;
|
|
1578
|
+
/**
|
|
1579
|
+
* 问答生效域检索,不检索不传。枚举值如下:
|
|
1580
|
+
1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效。
|
|
1581
|
+
*/
|
|
1582
|
+
EnableScope?: number;
|
|
1579
1583
|
}
|
|
1580
1584
|
/**
|
|
1581
1585
|
* DescribeKnowledgeUsage请求参数结构体
|