tencentcloud-sdk-nodejs-lke 4.1.56 → 4.1.58
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
|
@@ -54,11 +54,11 @@ export interface ListUsageCallDetailRequest {
|
|
|
54
54
|
*/
|
|
55
55
|
EndTime: string;
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* 页码(从1开始)
|
|
58
58
|
*/
|
|
59
59
|
PageNumber: number;
|
|
60
60
|
/**
|
|
61
|
-
* 分页数量
|
|
61
|
+
* 分页数量(最大值1000)
|
|
62
62
|
*/
|
|
63
63
|
PageSize: number;
|
|
64
64
|
/**
|
|
@@ -81,6 +81,10 @@ export interface ListUsageCallDetailRequest {
|
|
|
81
81
|
* 应用类型(knowledge_qa应用管理, shared_knowlege 共享知识库)
|
|
82
82
|
*/
|
|
83
83
|
AppType?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 账单明细对应的自定义tag
|
|
86
|
+
*/
|
|
87
|
+
BillingTag?: string;
|
|
84
88
|
}
|
|
85
89
|
/**
|
|
86
90
|
* CheckAttributeLabelExist请求参数结构体
|
|
@@ -3681,6 +3685,10 @@ export interface CallDetail {
|
|
|
3681
3685
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3682
3686
|
*/
|
|
3683
3687
|
SubScene?: string;
|
|
3688
|
+
/**
|
|
3689
|
+
* 账单明细对应的自定义tag
|
|
3690
|
+
*/
|
|
3691
|
+
BillingTag?: string;
|
|
3684
3692
|
}
|
|
3685
3693
|
/**
|
|
3686
3694
|
* 文档列表筛选标识位
|
|
@@ -7409,6 +7417,10 @@ export interface DescribeAppResponse {
|
|
|
7409
7417
|
* 状态说明
|
|
7410
7418
|
*/
|
|
7411
7419
|
AppStatusDesc?: string;
|
|
7420
|
+
/**
|
|
7421
|
+
* 应用是否在复制中
|
|
7422
|
+
*/
|
|
7423
|
+
IsCopying?: boolean;
|
|
7412
7424
|
/**
|
|
7413
7425
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7414
7426
|
*/
|