tencentcloud-sdk-nodejs 4.0.1032 → 4.0.1033
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 +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_client.ts +7 -51
- package/src/services/billing/v20180709/billing_models.ts +0 -229
- package/src/services/domain/v20180808/domain_models.ts +4 -4
- package/src/services/facefusion/v20220927/facefusion_client.ts +0 -1
- package/src/services/gme/v20180711/gme_models.ts +5 -11
- package/src/services/keewidb/v20220308/keewidb_client.ts +3 -2
- package/src/services/keewidb/v20220308/keewidb_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +0 -2
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -8
- package/src/services/lkeap/v20240522/lkeap_client.ts +4 -4
- package/src/services/lkeap/v20240522/lkeap_models.ts +2 -3
- package/src/services/mna/v20210119/mna_client.ts +28 -3
- package/src/services/mna/v20210119/mna_models.ts +158 -40
- package/src/services/monitor/index.ts +2 -0
- package/src/services/monitor/v20230616/index.ts +6 -0
- package/src/services/monitor/v20230616/monitor_client.ts +53 -0
- package/src/services/monitor/v20230616/monitor_models.ts +143 -0
- package/src/services/mqtt/v20240516/mqtt_client.ts +150 -52
- package/src/services/mqtt/v20240516/mqtt_models.ts +378 -30
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +0 -3
- package/src/services/vclm/v20240523/vclm_client.ts +7 -80
- package/src/services/vclm/v20240523/vclm_models.ts +103 -347
- package/src/services/wedata/v20210820/wedata_client.ts +22 -10
- package/src/services/wedata/v20210820/wedata_models.ts +125 -110
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +3 -21
- package/tencentcloud/services/billing/v20180709/billing_client.js +3 -27
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +0 -221
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +4 -4
- package/tencentcloud/services/facefusion/v20220927/facefusion_client.d.ts +0 -1
- package/tencentcloud/services/facefusion/v20220927/facefusion_client.js +0 -1
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -11
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +1 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +1 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +0 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -8
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +4 -4
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +4 -4
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +2 -3
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +9 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +12 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +153 -40
- package/tencentcloud/services/monitor/index.d.ts +4 -0
- package/tencentcloud/services/monitor/index.js +2 -0
- package/tencentcloud/services/monitor/v20230616/index.d.ts +6 -0
- package/tencentcloud/services/monitor/v20230616/index.js +9 -0
- package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +20 -0
- package/tencentcloud/services/monitor/v20230616/monitor_client.js +43 -0
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +121 -0
- package/tencentcloud/services/monitor/v20230616/monitor_models.js +18 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +53 -20
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +75 -26
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +361 -30
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -3
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +1 -48
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +0 -53
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +101 -337
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +7 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +9 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +123 -110
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.1033"
|
|
@@ -49,7 +49,6 @@ import {
|
|
|
49
49
|
DescribeDosageCosDetailByDateRequest,
|
|
50
50
|
DeleteAllocationTagRequest,
|
|
51
51
|
DescribeBillSummaryByProductRequest,
|
|
52
|
-
DescribeSavingPlanOverviewResponse,
|
|
53
52
|
BillDistributionResourceSummary,
|
|
54
53
|
BusinessSummaryInfo,
|
|
55
54
|
DescribeDosageDetailListResponse,
|
|
@@ -87,8 +86,6 @@ import {
|
|
|
87
86
|
ConsumptionSummaryTrend,
|
|
88
87
|
DescribeBillDownloadUrlRequest,
|
|
89
88
|
DescribeAllocationSummaryByBusinessRequest,
|
|
90
|
-
CreateSavingPlanOrderResponse,
|
|
91
|
-
SavingPlanOverviewDetail,
|
|
92
89
|
DescribeBillSummaryByPayModeRequest,
|
|
93
90
|
DescribeAllocationBillConditionsRequest,
|
|
94
91
|
ApplicableProducts,
|
|
@@ -100,7 +97,6 @@ import {
|
|
|
100
97
|
DescribeSavingPlanCoverageRequest,
|
|
101
98
|
PayDealsResponse,
|
|
102
99
|
BillDetail,
|
|
103
|
-
CreateSavingPlanOrderRequest,
|
|
104
100
|
DescribeBillDetailResponse,
|
|
105
101
|
Deal,
|
|
106
102
|
DescribeDealsByCondResponse,
|
|
@@ -134,7 +130,6 @@ import {
|
|
|
134
130
|
VoucherInfos,
|
|
135
131
|
DescribeBillSummaryForOrganizationRequest,
|
|
136
132
|
AllocationSummaryByBusiness,
|
|
137
|
-
DescribeSavingPlanOverviewRequest,
|
|
138
133
|
AllocationStat,
|
|
139
134
|
BillProject,
|
|
140
135
|
ActionSummaryOverviewItem,
|
|
@@ -164,7 +159,6 @@ import {
|
|
|
164
159
|
AnalyseConditions,
|
|
165
160
|
CostDetail,
|
|
166
161
|
DescribeBillSummaryByProductResponse,
|
|
167
|
-
SavingPlanUsageDetail,
|
|
168
162
|
DescribeBillSummaryByRegionResponse,
|
|
169
163
|
CreateAllocationTagResponse,
|
|
170
164
|
DescribeBillDownloadUrlResponse,
|
|
@@ -179,14 +173,12 @@ import {
|
|
|
179
173
|
DescribeAccountBalanceResponse,
|
|
180
174
|
DescribeAllocationBillDetailResponse,
|
|
181
175
|
BusinessSummaryOverviewItem,
|
|
182
|
-
DescribeSavingPlanUsageResponse,
|
|
183
176
|
BillTag,
|
|
184
177
|
DescribeAllocateConditionsResponse,
|
|
185
178
|
DescribeDosageDetailListRequest,
|
|
186
179
|
BillComponent,
|
|
187
180
|
DescribeVoucherInfoRequest,
|
|
188
181
|
BillActionType,
|
|
189
|
-
DescribeSavingPlanUsageRequest,
|
|
190
182
|
GatherResourceSummary,
|
|
191
183
|
DescribeSavingPlanResourceInfoResponse,
|
|
192
184
|
DescribeDealsByCondRequest,
|
|
@@ -297,18 +289,6 @@ export class Client extends AbstractClient {
|
|
|
297
289
|
return this.request("DescribeAllocateConditions", req, cb)
|
|
298
290
|
}
|
|
299
291
|
|
|
300
|
-
/**
|
|
301
|
-
* 接口迁移到其他业务
|
|
302
|
-
|
|
303
|
-
查用当前用户明细节省计划总览查询时段内的使用情况
|
|
304
|
-
*/
|
|
305
|
-
async DescribeSavingPlanOverview(
|
|
306
|
-
req: DescribeSavingPlanOverviewRequest,
|
|
307
|
-
cb?: (error: string, rep: DescribeSavingPlanOverviewResponse) => void
|
|
308
|
-
): Promise<DescribeSavingPlanOverviewResponse> {
|
|
309
|
-
return this.request("DescribeSavingPlanOverview", req, cb)
|
|
310
|
-
}
|
|
311
|
-
|
|
312
292
|
/**
|
|
313
293
|
* 查询分账账单日概览
|
|
314
294
|
*/
|
|
@@ -482,18 +462,6 @@ export class Client extends AbstractClient {
|
|
|
482
462
|
return this.request("DescribeDosageDetailByDate", req, cb)
|
|
483
463
|
}
|
|
484
464
|
|
|
485
|
-
/**
|
|
486
|
-
* 接口迁移到其他业务
|
|
487
|
-
|
|
488
|
-
查用当前用户明细节省计划查询时段内的使用情况
|
|
489
|
-
*/
|
|
490
|
-
async DescribeSavingPlanUsage(
|
|
491
|
-
req: DescribeSavingPlanUsageRequest,
|
|
492
|
-
cb?: (error: string, rep: DescribeSavingPlanUsageResponse) => void
|
|
493
|
-
): Promise<DescribeSavingPlanUsageResponse> {
|
|
494
|
-
return this.request("DescribeSavingPlanUsage", req, cb)
|
|
495
|
-
}
|
|
496
|
-
|
|
497
465
|
/**
|
|
498
466
|
* 可以通过API获取当前UIN是否有调账,客户可以更快地主动地获取调账情况。
|
|
499
467
|
*/
|
|
@@ -615,15 +583,13 @@ export class Client extends AbstractClient {
|
|
|
615
583
|
}
|
|
616
584
|
|
|
617
585
|
/**
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
): Promise<CreateSavingPlanOrderResponse> {
|
|
626
|
-
return this.request("CreateSavingPlanOrder", req, cb)
|
|
586
|
+
* 获取按产品汇总消耗详情
|
|
587
|
+
*/
|
|
588
|
+
async DescribeCostSummaryByProduct(
|
|
589
|
+
req: DescribeCostSummaryByProductRequest,
|
|
590
|
+
cb?: (error: string, rep: DescribeCostSummaryByProductResponse) => void
|
|
591
|
+
): Promise<DescribeCostSummaryByProductResponse> {
|
|
592
|
+
return this.request("DescribeCostSummaryByProduct", req, cb)
|
|
627
593
|
}
|
|
628
594
|
|
|
629
595
|
/**
|
|
@@ -646,16 +612,6 @@ export class Client extends AbstractClient {
|
|
|
646
612
|
return this.request("DescribeDealsByCond", req, cb)
|
|
647
613
|
}
|
|
648
614
|
|
|
649
|
-
/**
|
|
650
|
-
* 获取按产品汇总消耗详情
|
|
651
|
-
*/
|
|
652
|
-
async DescribeCostSummaryByProduct(
|
|
653
|
-
req: DescribeCostSummaryByProductRequest,
|
|
654
|
-
cb?: (error: string, rep: DescribeCostSummaryByProductResponse) => void
|
|
655
|
-
): Promise<DescribeCostSummaryByProductResponse> {
|
|
656
|
-
return this.request("DescribeCostSummaryByProduct", req, cb)
|
|
657
|
-
}
|
|
658
|
-
|
|
659
615
|
/**
|
|
660
616
|
* 查询分账账单按组件汇总
|
|
661
617
|
*/
|
|
@@ -1251,24 +1251,6 @@ adjustment-调账
|
|
|
1251
1251
|
PayType?: string
|
|
1252
1252
|
}
|
|
1253
1253
|
|
|
1254
|
-
/**
|
|
1255
|
-
* DescribeSavingPlanOverview返回参数结构体
|
|
1256
|
-
*/
|
|
1257
|
-
export interface DescribeSavingPlanOverviewResponse {
|
|
1258
|
-
/**
|
|
1259
|
-
* 节省计划总览明细数据
|
|
1260
|
-
*/
|
|
1261
|
-
Overviews?: Array<SavingPlanOverviewDetail>
|
|
1262
|
-
/**
|
|
1263
|
-
* 查询命中的节省计划总览明细数据总条数
|
|
1264
|
-
*/
|
|
1265
|
-
Total?: number
|
|
1266
|
-
/**
|
|
1267
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1268
|
-
*/
|
|
1269
|
-
RequestId?: string
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
1254
|
/**
|
|
1273
1255
|
* 经销账单资源汇总数据对象
|
|
1274
1256
|
*/
|
|
@@ -2728,62 +2710,6 @@ Trend - 环比(折后总额)
|
|
|
2728
2710
|
SearchKey?: string
|
|
2729
2711
|
}
|
|
2730
2712
|
|
|
2731
|
-
/**
|
|
2732
|
-
* CreateSavingPlanOrder返回参数结构体
|
|
2733
|
-
*/
|
|
2734
|
-
export interface CreateSavingPlanOrderResponse {
|
|
2735
|
-
/**
|
|
2736
|
-
* 订单号
|
|
2737
|
-
*/
|
|
2738
|
-
BigDealId?: string
|
|
2739
|
-
/**
|
|
2740
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2741
|
-
*/
|
|
2742
|
-
RequestId?: string
|
|
2743
|
-
}
|
|
2744
|
-
|
|
2745
|
-
/**
|
|
2746
|
-
* 节省计划总览明细数据
|
|
2747
|
-
*/
|
|
2748
|
-
export interface SavingPlanOverviewDetail {
|
|
2749
|
-
/**
|
|
2750
|
-
* 节省计划类型
|
|
2751
|
-
*/
|
|
2752
|
-
SpType?: string
|
|
2753
|
-
/**
|
|
2754
|
-
* 支付类型
|
|
2755
|
-
*/
|
|
2756
|
-
PayType?: number
|
|
2757
|
-
/**
|
|
2758
|
-
* 支付金额(单位:元)
|
|
2759
|
-
*/
|
|
2760
|
-
PayAmount?: string
|
|
2761
|
-
/**
|
|
2762
|
-
* 开始时间 yyyy-mm-dd HH:mm:ss格式
|
|
2763
|
-
*/
|
|
2764
|
-
StartTime?: string
|
|
2765
|
-
/**
|
|
2766
|
-
* 结束时间 yyyy-mm-dd HH:mm:ss格式
|
|
2767
|
-
*/
|
|
2768
|
-
EndTime?: string
|
|
2769
|
-
/**
|
|
2770
|
-
* 购买时间 yyyy-mm-dd HH:mm:ss格式
|
|
2771
|
-
*/
|
|
2772
|
-
BuyTime?: string
|
|
2773
|
-
/**
|
|
2774
|
-
* 状态
|
|
2775
|
-
*/
|
|
2776
|
-
Status?: number
|
|
2777
|
-
/**
|
|
2778
|
-
* 累计节省金额(单位:元)
|
|
2779
|
-
*/
|
|
2780
|
-
SavingAmount?: string
|
|
2781
|
-
/**
|
|
2782
|
-
* 地域
|
|
2783
|
-
*/
|
|
2784
|
-
Region?: Array<string>
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2787
2713
|
/**
|
|
2788
2714
|
* DescribeBillSummaryByPayMode请求参数结构体
|
|
2789
2715
|
*/
|
|
@@ -3433,48 +3359,6 @@ export interface BillDetail {
|
|
|
3433
3359
|
DiscountContent?: string
|
|
3434
3360
|
}
|
|
3435
3361
|
|
|
3436
|
-
/**
|
|
3437
|
-
* CreateSavingPlanOrder请求参数结构体
|
|
3438
|
-
*/
|
|
3439
|
-
export interface CreateSavingPlanOrderRequest {
|
|
3440
|
-
/**
|
|
3441
|
-
* 地域编码
|
|
3442
|
-
*/
|
|
3443
|
-
RegionId: number
|
|
3444
|
-
/**
|
|
3445
|
-
* 区域编码
|
|
3446
|
-
*/
|
|
3447
|
-
ZoneId: number
|
|
3448
|
-
/**
|
|
3449
|
-
* 预付费类型
|
|
3450
|
-
*/
|
|
3451
|
-
PrePayType: string
|
|
3452
|
-
/**
|
|
3453
|
-
* 时长
|
|
3454
|
-
*/
|
|
3455
|
-
TimeSpan: number
|
|
3456
|
-
/**
|
|
3457
|
-
* 时长单位
|
|
3458
|
-
*/
|
|
3459
|
-
TimeUnit: string
|
|
3460
|
-
/**
|
|
3461
|
-
* 商品唯一标识
|
|
3462
|
-
*/
|
|
3463
|
-
CommodityCode: string
|
|
3464
|
-
/**
|
|
3465
|
-
* 承诺时长内的小额金额(单位:元)
|
|
3466
|
-
*/
|
|
3467
|
-
PromiseUseAmount: number
|
|
3468
|
-
/**
|
|
3469
|
-
* 节省计划的指定生效时间,若不传则为当前下单时间。传参数格式:"2023-10-01 00:00:00",仅支持指定日期的0点时刻
|
|
3470
|
-
*/
|
|
3471
|
-
SpecifyEffectTime?: string
|
|
3472
|
-
/**
|
|
3473
|
-
* 可重入ID
|
|
3474
|
-
*/
|
|
3475
|
-
ClientToken?: string
|
|
3476
|
-
}
|
|
3477
|
-
|
|
3478
3362
|
/**
|
|
3479
3363
|
* DescribeBillDetail返回参数结构体
|
|
3480
3364
|
*/
|
|
@@ -5050,28 +4934,6 @@ none - 平稳
|
|
|
5050
4934
|
AllocationRealTotalCost?: string
|
|
5051
4935
|
}
|
|
5052
4936
|
|
|
5053
|
-
/**
|
|
5054
|
-
* DescribeSavingPlanOverview请求参数结构体
|
|
5055
|
-
*/
|
|
5056
|
-
export interface DescribeSavingPlanOverviewRequest {
|
|
5057
|
-
/**
|
|
5058
|
-
* 开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月
|
|
5059
|
-
*/
|
|
5060
|
-
StartDate: string
|
|
5061
|
-
/**
|
|
5062
|
-
* 结束时间,格式yyyy-MM-dd
|
|
5063
|
-
*/
|
|
5064
|
-
EndDate: string
|
|
5065
|
-
/**
|
|
5066
|
-
* 分页偏移量
|
|
5067
|
-
*/
|
|
5068
|
-
Offset: number
|
|
5069
|
-
/**
|
|
5070
|
-
* 每页数量,最大值为200
|
|
5071
|
-
*/
|
|
5072
|
-
Limit: number
|
|
5073
|
-
}
|
|
5074
|
-
|
|
5075
4937
|
/**
|
|
5076
4938
|
* 分账账单趋势图
|
|
5077
4939
|
*/
|
|
@@ -6164,53 +6026,6 @@ export interface DescribeBillSummaryByProductResponse {
|
|
|
6164
6026
|
RequestId?: string
|
|
6165
6027
|
}
|
|
6166
6028
|
|
|
6167
|
-
/**
|
|
6168
|
-
* 节省计划使用率数据
|
|
6169
|
-
*/
|
|
6170
|
-
export interface SavingPlanUsageDetail {
|
|
6171
|
-
/**
|
|
6172
|
-
* 节省计划类型
|
|
6173
|
-
*/
|
|
6174
|
-
SpType?: string
|
|
6175
|
-
/**
|
|
6176
|
-
* 节省计划状态
|
|
6177
|
-
*/
|
|
6178
|
-
Status?: number
|
|
6179
|
-
/**
|
|
6180
|
-
* 累计抵扣的金额(单位:元)
|
|
6181
|
-
*/
|
|
6182
|
-
DeductAmount?: string
|
|
6183
|
-
/**
|
|
6184
|
-
* 累计承诺消费金额(单位:元)
|
|
6185
|
-
*/
|
|
6186
|
-
PromiseAmount?: string
|
|
6187
|
-
/**
|
|
6188
|
-
* 累计净节省金额(单位:元)
|
|
6189
|
-
*/
|
|
6190
|
-
NetSavings?: string
|
|
6191
|
-
/**
|
|
6192
|
-
* 使用率
|
|
6193
|
-
*/
|
|
6194
|
-
UtilizationRate?: number
|
|
6195
|
-
/**
|
|
6196
|
-
* 累计流失金额(单位:元)
|
|
6197
|
-
*/
|
|
6198
|
-
LossAmount?: string
|
|
6199
|
-
/**
|
|
6200
|
-
* 累计按量计费预期金额(单位:元)
|
|
6201
|
-
*/
|
|
6202
|
-
DosageAmount?: string
|
|
6203
|
-
/**
|
|
6204
|
-
* 累计成本金额(单位:元)
|
|
6205
|
-
*/
|
|
6206
|
-
CostAmount?: string
|
|
6207
|
-
/**
|
|
6208
|
-
* 地域
|
|
6209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6210
|
-
*/
|
|
6211
|
-
Region?: Array<string>
|
|
6212
|
-
}
|
|
6213
|
-
|
|
6214
6029
|
/**
|
|
6215
6030
|
* DescribeBillSummaryByRegion返回参数结构体
|
|
6216
6031
|
*/
|
|
@@ -6841,24 +6656,6 @@ export interface BusinessSummaryOverviewItem {
|
|
|
6841
6656
|
TotalCost?: string
|
|
6842
6657
|
}
|
|
6843
6658
|
|
|
6844
|
-
/**
|
|
6845
|
-
* DescribeSavingPlanUsage返回参数结构体
|
|
6846
|
-
*/
|
|
6847
|
-
export interface DescribeSavingPlanUsageResponse {
|
|
6848
|
-
/**
|
|
6849
|
-
* 节省计划使用率数据
|
|
6850
|
-
*/
|
|
6851
|
-
Usages?: Array<SavingPlanUsageDetail>
|
|
6852
|
-
/**
|
|
6853
|
-
* 查询命中的节省计划总览明细数据总条数
|
|
6854
|
-
*/
|
|
6855
|
-
Total?: number
|
|
6856
|
-
/**
|
|
6857
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6858
|
-
*/
|
|
6859
|
-
RequestId?: string
|
|
6860
|
-
}
|
|
6861
|
-
|
|
6862
6659
|
/**
|
|
6863
6660
|
* 标签筛选列表
|
|
6864
6661
|
*/
|
|
@@ -7110,32 +6907,6 @@ export interface BillActionType {
|
|
|
7110
6907
|
ActionTypeName: string
|
|
7111
6908
|
}
|
|
7112
6909
|
|
|
7113
|
-
/**
|
|
7114
|
-
* DescribeSavingPlanUsage请求参数结构体
|
|
7115
|
-
*/
|
|
7116
|
-
export interface DescribeSavingPlanUsageRequest {
|
|
7117
|
-
/**
|
|
7118
|
-
* 开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月
|
|
7119
|
-
*/
|
|
7120
|
-
StartDate: string
|
|
7121
|
-
/**
|
|
7122
|
-
* 结束时间,格式yyyy-MM-dd
|
|
7123
|
-
*/
|
|
7124
|
-
EndDate: string
|
|
7125
|
-
/**
|
|
7126
|
-
* 分页偏移量
|
|
7127
|
-
*/
|
|
7128
|
-
Offset: number
|
|
7129
|
-
/**
|
|
7130
|
-
* 每页数量,最大值为200
|
|
7131
|
-
*/
|
|
7132
|
-
Limit: number
|
|
7133
|
-
/**
|
|
7134
|
-
* 查询结果数据的时间间隔
|
|
7135
|
-
*/
|
|
7136
|
-
TimeInterval: string
|
|
7137
|
-
}
|
|
7138
|
-
|
|
7139
6910
|
/**
|
|
7140
6911
|
* 资源归集汇总
|
|
7141
6912
|
*/
|
|
@@ -1176,19 +1176,19 @@ export interface PhoneEmailData {
|
|
|
1176
1176
|
/**
|
|
1177
1177
|
* 手机号或者邮箱
|
|
1178
1178
|
*/
|
|
1179
|
-
Code
|
|
1179
|
+
Code?: string
|
|
1180
1180
|
/**
|
|
1181
1181
|
* 1:手机 2:邮箱
|
|
1182
1182
|
*/
|
|
1183
|
-
Type
|
|
1183
|
+
Type?: number
|
|
1184
1184
|
/**
|
|
1185
1185
|
* 创建时间
|
|
1186
1186
|
*/
|
|
1187
|
-
CreatedOn
|
|
1187
|
+
CreatedOn?: string
|
|
1188
1188
|
/**
|
|
1189
1189
|
* 1=控制台校验,2=第三方校验
|
|
1190
1190
|
*/
|
|
1191
|
-
CheckStatus
|
|
1191
|
+
CheckStatus?: number
|
|
1192
1192
|
}
|
|
1193
1193
|
|
|
1194
1194
|
/**
|
|
@@ -58,7 +58,6 @@ export class Client extends AbstractClient {
|
|
|
58
58
|
/**
|
|
59
59
|
* 本接口用于单脸、多脸、选脸融合,上传人脸图片,得到与素材模板融合后的人脸图片。支持为融合结果图添加标识。查看 <a href="https://cloud.tencent.com/document/product/670/38247" target="_blank">融合接入指引</a>。
|
|
60
60
|
|
|
61
|
-
请求频率限制为20次/秒。
|
|
62
61
|
>
|
|
63
62
|
- 公共参数中的签名方式必须指定为V3版本,即配置SignatureMethod参数为TC3-HMAC-SHA256。
|
|
64
63
|
*/
|
|
@@ -908,32 +908,26 @@ export interface ScanVoiceResult {
|
|
|
908
908
|
export interface ServiceStatus {
|
|
909
909
|
/**
|
|
910
910
|
* 实时语音服务开关状态
|
|
911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
912
911
|
*/
|
|
913
|
-
RealTimeSpeech
|
|
912
|
+
RealTimeSpeech?: StatusInfo
|
|
914
913
|
/**
|
|
915
914
|
* 语音消息服务开关状态
|
|
916
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
917
915
|
*/
|
|
918
|
-
VoiceMessage
|
|
916
|
+
VoiceMessage?: StatusInfo
|
|
919
917
|
/**
|
|
920
918
|
* 语音内容安全服务开关状态
|
|
921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
922
919
|
*/
|
|
923
|
-
Porn
|
|
920
|
+
Porn?: StatusInfo
|
|
924
921
|
/**
|
|
925
922
|
* 语音录制服务开关状态
|
|
926
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
927
923
|
*/
|
|
928
|
-
Live
|
|
924
|
+
Live?: StatusInfo
|
|
929
925
|
/**
|
|
930
926
|
* 语音转文本服务开关状态
|
|
931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
932
927
|
*/
|
|
933
|
-
RealTimeAsr
|
|
928
|
+
RealTimeAsr?: StatusInfo
|
|
934
929
|
/**
|
|
935
930
|
* 文本翻译服务开关状态
|
|
936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
937
931
|
*/
|
|
938
932
|
TextTranslate?: StatusInfo
|
|
939
933
|
}
|
|
@@ -453,8 +453,9 @@ export class Client extends AbstractClient {
|
|
|
453
453
|
}
|
|
454
454
|
|
|
455
455
|
/**
|
|
456
|
-
|
|
457
|
-
|
|
456
|
+
* 本接口(ClearInstance)用于清空实例数据。
|
|
457
|
+
> **说明**:在清空数据流程中,系统将自动进行数据备份,耗时较长,请您耐心等待并提前做好时间规划。
|
|
458
|
+
*/
|
|
458
459
|
async ClearInstance(
|
|
459
460
|
req: ClearInstanceRequest,
|
|
460
461
|
cb?: (error: string, rep: ClearInstanceResponse) => void
|
|
@@ -2252,12 +2252,10 @@ export interface BatchUserInfo {
|
|
|
2252
2252
|
SdkAppId?: number
|
|
2253
2253
|
/**
|
|
2254
2254
|
* 用户ID。
|
|
2255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2256
2255
|
*/
|
|
2257
2256
|
UserId?: string
|
|
2258
2257
|
/**
|
|
2259
2258
|
* 用户在客户系统的Id。 若用户注册时该字段为空,则默认为 UserId 值一致。
|
|
2260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2261
2259
|
*/
|
|
2262
2260
|
OriginId?: string
|
|
2263
2261
|
}
|
|
@@ -432,7 +432,6 @@ export interface ModifyBundle {
|
|
|
432
432
|
Bundle?: Bundle
|
|
433
433
|
/**
|
|
434
434
|
* 不支持套餐变更原因信息。变更套餐状态为"AVAILABLE"时, 该信息为空
|
|
435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
436
435
|
*/
|
|
437
436
|
NotSupportModifyMessage?: string
|
|
438
437
|
}
|
|
@@ -1198,7 +1197,6 @@ export interface KeyPair {
|
|
|
1198
1197
|
PublicKey?: string
|
|
1199
1198
|
/**
|
|
1200
1199
|
* 密钥对关联的实例 ID 列表。
|
|
1201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1202
1200
|
*/
|
|
1203
1201
|
AssociatedInstanceIds?: Array<string>
|
|
1204
1202
|
/**
|
|
@@ -1223,11 +1221,11 @@ export type DescribeFirewallRulesTemplateRequest = null
|
|
|
1223
1221
|
*/
|
|
1224
1222
|
export interface DescribeDockerContainerConfigurationRequest {
|
|
1225
1223
|
/**
|
|
1226
|
-
* 实例ID
|
|
1224
|
+
* 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
|
|
1227
1225
|
*/
|
|
1228
1226
|
InstanceId: string
|
|
1229
1227
|
/**
|
|
1230
|
-
* 容器ID
|
|
1228
|
+
* 容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
|
|
1231
1229
|
*/
|
|
1232
1230
|
ContainerId: string
|
|
1233
1231
|
}
|
|
@@ -3725,7 +3723,6 @@ export interface Snapshot {
|
|
|
3725
3723
|
/**
|
|
3726
3724
|
* 快照的最新操作,只有创建、回滚快照时记录。
|
|
3727
3725
|
取值如 CreateInstanceSnapshot,RollbackInstanceSnapshot。
|
|
3728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3729
3726
|
*/
|
|
3730
3727
|
LatestOperation?: string
|
|
3731
3728
|
/**
|
|
@@ -3734,17 +3731,14 @@ export interface Snapshot {
|
|
|
3734
3731
|
<li>SUCCESS:表示操作成功</li>
|
|
3735
3732
|
<li>OPERATING:表示操作执行中</li>
|
|
3736
3733
|
<li>FAILED:表示操作失败</li>
|
|
3737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3738
3734
|
*/
|
|
3739
3735
|
LatestOperationState?: string
|
|
3740
3736
|
/**
|
|
3741
3737
|
* 快照最新操作的唯一请求 ID,只有创建、回滚快照时记录。
|
|
3742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3743
3738
|
*/
|
|
3744
3739
|
LatestOperationRequestId?: string
|
|
3745
3740
|
/**
|
|
3746
3741
|
* 快照的创建时间。
|
|
3747
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3748
3742
|
*/
|
|
3749
3743
|
CreatedTime?: string
|
|
3750
3744
|
}
|
|
@@ -364,15 +364,15 @@ export class Client extends AbstractClient {
|
|
|
364
364
|
* #### 接口功能
|
|
365
365
|
|
|
366
366
|
调用接口,发起一次对话请求。
|
|
367
|
-
如需使用OpenAI兼容接口, 请参考文档:[OpenAI
|
|
367
|
+
如需使用OpenAI兼容接口, 请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)
|
|
368
368
|
|
|
369
369
|
#### 已支持的模型
|
|
370
370
|
- DeepSeek-V3(model 参数值为**deepseek-v3**)
|
|
371
371
|
- DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。
|
|
372
|
-
- 支持64K
|
|
372
|
+
- 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。
|
|
373
373
|
- DeepSeek-R1(model 参数值为**deepseek-r1**)
|
|
374
374
|
- DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。
|
|
375
|
-
-
|
|
375
|
+
- 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。
|
|
376
376
|
|
|
377
377
|
#### 计费说明
|
|
378
378
|
- 限时免费
|
|
@@ -383,7 +383,7 @@ export class Client extends AbstractClient {
|
|
|
383
383
|

|
|
384
384
|
|
|
385
385
|
### Openai兼容协议接口
|
|
386
|
-
知识引擎原子能力大模型对话 API 兼容了 OpenAI 的接口规范,这意味着您可以直接使用 OpenAI 官方提供的 SDK 来调用大模型对话接口。您仅需要将 base_url 和 [api_key](https://cloud.tencent.com/document/product/1772/115970) 替换成相关配置,不需要对应用做额外修改,即可无缝将您的应用切换到相应的大模型。请参考文档:[OpenAI
|
|
386
|
+
知识引擎原子能力大模型对话 API 兼容了 OpenAI 的接口规范,这意味着您可以直接使用 OpenAI 官方提供的 SDK 来调用大模型对话接口。您仅需要将 base_url 和 [api_key](https://cloud.tencent.com/document/product/1772/115970) 替换成相关配置,不需要对应用做额外修改,即可无缝将您的应用切换到相应的大模型。请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)。
|
|
387
387
|
> base_url: https://api.lkeap.cloud.tencent.com/v1
|
|
388
388
|
|
|
389
389
|
> api_key的获取请参考[API KEY管理](https://cloud.tencent.com/document/product/1772/115970)
|
|
@@ -714,10 +714,9 @@ export interface RetrieveKnowledgeRequest {
|
|
|
714
714
|
*/
|
|
715
715
|
export interface Choice {
|
|
716
716
|
/**
|
|
717
|
-
* 结束标志位,可能为 stop、
|
|
717
|
+
* 结束标志位,可能为 stop、 content_filter。
|
|
718
718
|
stop 表示输出正常结束。
|
|
719
|
-
|
|
720
|
-
tool_calls 标识函数调用。
|
|
719
|
+
content_filter 只在开启流式输出审核时会出现,表示安全审核未通过。
|
|
721
720
|
*/
|
|
722
721
|
FinishReason?: string
|
|
723
722
|
/**
|