tencentcloud-sdk-nodejs 4.0.1018 → 4.0.1019
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/CHANGELOG.md +107 -0
- package/SERVICE_CHANGELOG.md +194 -390
- package/package.json +1 -1
- package/products.md +8 -7
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +2 -0
- package/src/services/bi/v20220105/bi_models.ts +18 -18
- package/src/services/cmq/v20190304/cmq_models.ts +48 -48
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +4 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +1251 -1234
- package/src/services/essbasic/v20210526/essbasic_models.ts +60 -0
- package/src/services/index.ts +1 -0
- package/src/services/ssl/v20191205/ssl_client.ts +36 -24
- package/src/services/ssl/v20191205/ssl_models.ts +25 -0
- package/src/services/tccatalog/index.ts +5 -0
- package/src/services/tccatalog/v20241024/index.ts +6 -0
- package/src/services/tccatalog/v20241024/tccatalog_client.ts +84 -0
- package/src/services/tccatalog/v20241024/tccatalog_models.ts +266 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -0
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +18 -18
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +48 -48
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +769 -760
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +946 -935
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +58 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +13 -9
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +18 -12
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +23 -0
- package/tencentcloud/services/tccatalog/index.d.ts +6 -0
- package/tencentcloud/services/tccatalog/index.js +7 -0
- package/tencentcloud/services/tccatalog/v20241024/index.d.ts +6 -0
- package/tencentcloud/services/tccatalog/v20241024/index.js +9 -0
- package/tencentcloud/services/tccatalog/v20241024/tccatalog_client.d.ts +26 -0
- package/tencentcloud/services/tccatalog/v20241024/tccatalog_client.js +55 -0
- package/tencentcloud/services/tccatalog/v20241024/tccatalog_models.d.ts +237 -0
- package/tencentcloud/services/tccatalog/v20241024/tccatalog_models.js +18 -0
- package/test/essbasic.v20210526.test.js +176 -166
- package/test/ssl.v20191205.test.js +18 -8
- package/test/tccatalog.v20241024.test.js +61 -0
|
@@ -6841,6 +6841,28 @@ export interface ChannelCreateBatchQuickSignUrlResponse {
|
|
|
6841
6841
|
RequestId?: string
|
|
6842
6842
|
}
|
|
6843
6843
|
|
|
6844
|
+
/**
|
|
6845
|
+
* CreateBatchOrganizationAuthorizationUrl返回参数结构体
|
|
6846
|
+
*/
|
|
6847
|
+
export interface CreateBatchOrganizationAuthorizationUrlResponse {
|
|
6848
|
+
/**
|
|
6849
|
+
* 批量企业注册链接-单链接包含多条认证流,根据Endpoint的不同设置,返回不同的链接地址。失效时间:7天跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表<table> <thead> <tr> <th>Endpoint</th> <th>示例</th> <th>链接有效期限</th> </tr> </thead> <tbody> <tr> <td>HTTP</td> <td>https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfBxSB2rj2Bfa</td> <td>7天</td> </tr> <tr> <td>HTTP_SHORT_URL</td> <td>https://test.essurl.cn/8gDKUBAWK8</td> <td>7天</td> </tr> <tr> <td>APP</td> <td>pages/guide/index?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHpURDfR6iEkdpsDde</td> <td>7天</td> </tr><tr> <td>QR_CODE</td> <td>https://dyn.test.ess.tencent.cn/imgs/qrcode_urls/authorization_enterprise_for_batch_submit/yDCHHUUckpbdauq9UEjnoFDCCumAMmv1.png</td> <td>7天</td> </tr> </tbody> </table>注: `1.创建的链接应避免被转义,如:&被转义为\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义`
|
|
6850
|
+
*/
|
|
6851
|
+
AuthUrl?: string
|
|
6852
|
+
/**
|
|
6853
|
+
* 认证流认证失败信息
|
|
6854
|
+
*/
|
|
6855
|
+
ErrorMessages?: Array<string>
|
|
6856
|
+
/**
|
|
6857
|
+
* 链接过期时间,为 7 天后,创建时间,格式为Unix标准时间戳(秒)。
|
|
6858
|
+
*/
|
|
6859
|
+
ExpireTime?: number
|
|
6860
|
+
/**
|
|
6861
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6862
|
+
*/
|
|
6863
|
+
RequestId?: string
|
|
6864
|
+
}
|
|
6865
|
+
|
|
6844
6866
|
/**
|
|
6845
6867
|
* CreatePartnerAutoSignAuthUrl请求参数结构体
|
|
6846
6868
|
*/
|
|
@@ -8718,6 +8740,44 @@ export interface EmbedUrlOption {
|
|
|
8718
8740
|
SkipUploadFile?: string
|
|
8719
8741
|
}
|
|
8720
8742
|
|
|
8743
|
+
/**
|
|
8744
|
+
* CreateBatchOrganizationAuthorizationUrl请求参数结构体
|
|
8745
|
+
*/
|
|
8746
|
+
export interface CreateBatchOrganizationAuthorizationUrlRequest {
|
|
8747
|
+
/**
|
|
8748
|
+
* 应用相关信息。 此接口Agent.AppId 必填。
|
|
8749
|
+
*/
|
|
8750
|
+
Agent: Agent
|
|
8751
|
+
/**
|
|
8752
|
+
* 组织机构超管姓名。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)中 AdminName 保持一致。
|
|
8753
|
+
*/
|
|
8754
|
+
AdminName?: string
|
|
8755
|
+
/**
|
|
8756
|
+
* 组织机构超管手机号。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)中 Admin Mobile保持一致。
|
|
8757
|
+
*/
|
|
8758
|
+
AdminMobile?: string
|
|
8759
|
+
/**
|
|
8760
|
+
* 企业批量认证链接的子任务 SubTaskId,该 SubTaskId 是通过接口 查询企业批量认证链接 DescribeBatchOrganizationRegistrationUrls 获得。此参数需与超管个人三要素(AdminName,AdminMobile,AdminIdCardNumber)配合使用。若 SubTaskId 不属于传入的超级管理员,将进行筛选。
|
|
8761
|
+
*/
|
|
8762
|
+
SubTaskIds?: Array<string>
|
|
8763
|
+
/**
|
|
8764
|
+
* 组织机构超管证件类型支持以下类型
|
|
8765
|
+
- ID_CARD : 居民身份证 (默认值)
|
|
8766
|
+
- HONGKONG_AND_MACAO : 港澳居民来往内地通行证
|
|
8767
|
+
- HONGKONG_MACAO_AND_TAIWAN : 港澳台居民居住证(格式同居民身份证)
|
|
8768
|
+
此参数需要跟[创建子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)中 AdminIdCardType保持一致。
|
|
8769
|
+
*/
|
|
8770
|
+
AdminIdCardType?: string
|
|
8771
|
+
/**
|
|
8772
|
+
* 组织机构超管证件号。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)中 AdminIdCardNumber保持一致。
|
|
8773
|
+
*/
|
|
8774
|
+
AdminIdCardNumber?: string
|
|
8775
|
+
/**
|
|
8776
|
+
* 要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**QR_CODE**: 跳转电子签小程序的http_url的二维码形式, 可以在页面展示适合此类型</li></ul>
|
|
8777
|
+
*/
|
|
8778
|
+
Endpoint?: string
|
|
8779
|
+
}
|
|
8780
|
+
|
|
8721
8781
|
/**
|
|
8722
8782
|
* 用量明细
|
|
8723
8783
|
*/
|
package/src/services/index.ts
CHANGED
|
@@ -203,6 +203,7 @@ export { tbp } from "./tbp"
|
|
|
203
203
|
export { tcaplusdb } from "./tcaplusdb"
|
|
204
204
|
export { tcb } from "./tcb"
|
|
205
205
|
export { tcbr } from "./tcbr"
|
|
206
|
+
export { tccatalog } from "./tccatalog"
|
|
206
207
|
export { tcex } from "./tcex"
|
|
207
208
|
export { tchd } from "./tchd"
|
|
208
209
|
export { tci } from "./tci"
|
|
@@ -154,6 +154,7 @@ import {
|
|
|
154
154
|
VerifyManagerRequest,
|
|
155
155
|
CertTaskId,
|
|
156
156
|
DescribeHostLiveInstanceListResponse,
|
|
157
|
+
CheckCertificateExistResponse,
|
|
157
158
|
DescribeHostApiGatewayInstanceListRequest,
|
|
158
159
|
TCBAccessService,
|
|
159
160
|
DdosInstanceList,
|
|
@@ -202,6 +203,7 @@ import {
|
|
|
202
203
|
DescribePackagesRequest,
|
|
203
204
|
TCBHostService,
|
|
204
205
|
CheckCertificateChainRequest,
|
|
206
|
+
CheckCertificateExistRequest,
|
|
205
207
|
DescribeCompaniesRequest,
|
|
206
208
|
ManagerStatusInfo,
|
|
207
209
|
CancelAuditCertificateResponse,
|
|
@@ -284,13 +286,13 @@ export class Client extends AbstractClient {
|
|
|
284
286
|
}
|
|
285
287
|
|
|
286
288
|
/**
|
|
287
|
-
*
|
|
289
|
+
* 查询证书云资源部署记录列表
|
|
288
290
|
*/
|
|
289
|
-
async
|
|
290
|
-
req:
|
|
291
|
-
cb?: (error: string, rep:
|
|
292
|
-
): Promise<
|
|
293
|
-
return this.request("
|
|
291
|
+
async DescribeHostDeployRecord(
|
|
292
|
+
req: DescribeHostDeployRecordRequest,
|
|
293
|
+
cb?: (error: string, rep: DescribeHostDeployRecordResponse) => void
|
|
294
|
+
): Promise<DescribeHostDeployRecordResponse> {
|
|
295
|
+
return this.request("DescribeHostDeployRecord", req, cb)
|
|
294
296
|
}
|
|
295
297
|
|
|
296
298
|
/**
|
|
@@ -560,6 +562,16 @@ export class Client extends AbstractClient {
|
|
|
560
562
|
return this.request("DescribeManagerDetail", req, cb)
|
|
561
563
|
}
|
|
562
564
|
|
|
565
|
+
/**
|
|
566
|
+
* 本接口(UploadRevokeLetter)用于上传证书吊销确认函。
|
|
567
|
+
*/
|
|
568
|
+
async UploadRevokeLetter(
|
|
569
|
+
req: UploadRevokeLetterRequest,
|
|
570
|
+
cb?: (error: string, rep: UploadRevokeLetterResponse) => void
|
|
571
|
+
): Promise<UploadRevokeLetterResponse> {
|
|
572
|
+
return this.request("UploadRevokeLetter", req, cb)
|
|
573
|
+
}
|
|
574
|
+
|
|
563
575
|
/**
|
|
564
576
|
* 查询证书云资源部署记录详情列表
|
|
565
577
|
*/
|
|
@@ -611,13 +623,13 @@ export class Client extends AbstractClient {
|
|
|
611
623
|
}
|
|
612
624
|
|
|
613
625
|
/**
|
|
614
|
-
*
|
|
626
|
+
* 根据证书内容检测当前账号下是否存在一致的证书, 存在则返回证书ID, 不存在则返回空
|
|
615
627
|
*/
|
|
616
|
-
async
|
|
617
|
-
req:
|
|
618
|
-
cb?: (error: string, rep:
|
|
619
|
-
): Promise<
|
|
620
|
-
return this.request("
|
|
628
|
+
async CheckCertificateExist(
|
|
629
|
+
req: CheckCertificateExistRequest,
|
|
630
|
+
cb?: (error: string, rep: CheckCertificateExistResponse) => void
|
|
631
|
+
): Promise<CheckCertificateExistResponse> {
|
|
632
|
+
return this.request("CheckCertificateExist", req, cb)
|
|
621
633
|
}
|
|
622
634
|
|
|
623
635
|
/**
|
|
@@ -671,13 +683,13 @@ export class Client extends AbstractClient {
|
|
|
671
683
|
}
|
|
672
684
|
|
|
673
685
|
/**
|
|
674
|
-
*
|
|
686
|
+
* 使用权益点创建证书
|
|
675
687
|
*/
|
|
676
|
-
async
|
|
677
|
-
req:
|
|
678
|
-
cb?: (error: string, rep:
|
|
679
|
-
): Promise<
|
|
680
|
-
return this.request("
|
|
688
|
+
async CreateCertificateByPackage(
|
|
689
|
+
req: CreateCertificateByPackageRequest,
|
|
690
|
+
cb?: (error: string, rep: CreateCertificateByPackageResponse) => void
|
|
691
|
+
): Promise<CreateCertificateByPackageResponse> {
|
|
692
|
+
return this.request("CreateCertificateByPackage", req, cb)
|
|
681
693
|
}
|
|
682
694
|
|
|
683
695
|
/**
|
|
@@ -741,13 +753,13 @@ export class Client extends AbstractClient {
|
|
|
741
753
|
}
|
|
742
754
|
|
|
743
755
|
/**
|
|
744
|
-
*
|
|
756
|
+
* 本接口(CreateCertificate)用于创建付费证书。
|
|
745
757
|
*/
|
|
746
|
-
async
|
|
747
|
-
req:
|
|
748
|
-
cb?: (error: string, rep:
|
|
749
|
-
): Promise<
|
|
750
|
-
return this.request("
|
|
758
|
+
async CreateCertificate(
|
|
759
|
+
req: CreateCertificateRequest,
|
|
760
|
+
cb?: (error: string, rep: CreateCertificateResponse) => void
|
|
761
|
+
): Promise<CreateCertificateResponse> {
|
|
762
|
+
return this.request("CreateCertificate", req, cb)
|
|
751
763
|
}
|
|
752
764
|
|
|
753
765
|
/**
|
|
@@ -3960,6 +3960,21 @@ export interface DescribeHostLiveInstanceListResponse {
|
|
|
3960
3960
|
RequestId?: string
|
|
3961
3961
|
}
|
|
3962
3962
|
|
|
3963
|
+
/**
|
|
3964
|
+
* CheckCertificateExist返回参数结构体
|
|
3965
|
+
*/
|
|
3966
|
+
export interface CheckCertificateExistResponse {
|
|
3967
|
+
/**
|
|
3968
|
+
* 重复的证书ID
|
|
3969
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3970
|
+
*/
|
|
3971
|
+
RepeatCertId?: string
|
|
3972
|
+
/**
|
|
3973
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3974
|
+
*/
|
|
3975
|
+
RequestId?: string
|
|
3976
|
+
}
|
|
3977
|
+
|
|
3963
3978
|
/**
|
|
3964
3979
|
* DescribeHostApiGatewayInstanceList请求参数结构体
|
|
3965
3980
|
*/
|
|
@@ -5389,6 +5404,16 @@ export interface CheckCertificateChainRequest {
|
|
|
5389
5404
|
CertificateChain: string
|
|
5390
5405
|
}
|
|
5391
5406
|
|
|
5407
|
+
/**
|
|
5408
|
+
* CheckCertificateExist请求参数结构体
|
|
5409
|
+
*/
|
|
5410
|
+
export interface CheckCertificateExistRequest {
|
|
5411
|
+
/**
|
|
5412
|
+
* 证书公钥内容, 包含证书链
|
|
5413
|
+
*/
|
|
5414
|
+
CertificatePublicKey: string
|
|
5415
|
+
}
|
|
5416
|
+
|
|
5392
5417
|
/**
|
|
5393
5418
|
* DescribeCompanies请求参数结构体
|
|
5394
5419
|
*/
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
|
+
import { ClientConfig } from "../../../common/interface"
|
|
20
|
+
import {
|
|
21
|
+
DescribeTccCatalogRequest,
|
|
22
|
+
NetWork,
|
|
23
|
+
TccCatalogSet,
|
|
24
|
+
TccCatalogConfig,
|
|
25
|
+
TccConnection,
|
|
26
|
+
DescribeTccCatalogsRequest,
|
|
27
|
+
BindTccVpcEndPointServiceWhiteListResponse,
|
|
28
|
+
AcceptTccVpcEndPointConnectResponse,
|
|
29
|
+
BindTccVpcEndPointServiceWhiteListRequest,
|
|
30
|
+
AcceptTccVpcEndPointConnectRequest,
|
|
31
|
+
TccConnectionConfig,
|
|
32
|
+
DescribeTccCatalogsResponse,
|
|
33
|
+
DescribeTccCatalogResponse,
|
|
34
|
+
} from "./tccatalog_models"
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* tccatalog client
|
|
38
|
+
* @class
|
|
39
|
+
*/
|
|
40
|
+
export class Client extends AbstractClient {
|
|
41
|
+
constructor(clientConfig: ClientConfig) {
|
|
42
|
+
super("tccatalog.tencentcloudapi.com", "2024-10-24", clientConfig)
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* 获取Tcc数据目录列表
|
|
47
|
+
*/
|
|
48
|
+
async DescribeTccCatalogs(
|
|
49
|
+
req: DescribeTccCatalogsRequest,
|
|
50
|
+
cb?: (error: string, rep: DescribeTccCatalogsResponse) => void
|
|
51
|
+
): Promise<DescribeTccCatalogsResponse> {
|
|
52
|
+
return this.request("DescribeTccCatalogs", req, cb)
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* 获取Tcc数据目录详情
|
|
57
|
+
*/
|
|
58
|
+
async DescribeTccCatalog(
|
|
59
|
+
req: DescribeTccCatalogRequest,
|
|
60
|
+
cb?: (error: string, rep: DescribeTccCatalogResponse) => void
|
|
61
|
+
): Promise<DescribeTccCatalogResponse> {
|
|
62
|
+
return this.request("DescribeTccCatalog", req, cb)
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* 绑定终端节点服务白名单用户
|
|
67
|
+
*/
|
|
68
|
+
async BindTccVpcEndPointServiceWhiteList(
|
|
69
|
+
req: BindTccVpcEndPointServiceWhiteListRequest,
|
|
70
|
+
cb?: (error: string, rep: BindTccVpcEndPointServiceWhiteListResponse) => void
|
|
71
|
+
): Promise<BindTccVpcEndPointServiceWhiteListResponse> {
|
|
72
|
+
return this.request("BindTccVpcEndPointServiceWhiteList", req, cb)
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* 接受终端节点连接
|
|
77
|
+
*/
|
|
78
|
+
async AcceptTccVpcEndPointConnect(
|
|
79
|
+
req: AcceptTccVpcEndPointConnectRequest,
|
|
80
|
+
cb?: (error: string, rep: AcceptTccVpcEndPointConnectResponse) => void
|
|
81
|
+
): Promise<AcceptTccVpcEndPointConnectResponse> {
|
|
82
|
+
return this.request("AcceptTccVpcEndPointConnect", req, cb)
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing,
|
|
11
|
+
* software distributed under the License is distributed on an
|
|
12
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
13
|
+
* KIND, either express or implied. See the License for the
|
|
14
|
+
* specific language governing permissions and limitations
|
|
15
|
+
* under the License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* DescribeTccCatalog请求参数结构体
|
|
20
|
+
*/
|
|
21
|
+
export interface DescribeTccCatalogRequest {
|
|
22
|
+
/**
|
|
23
|
+
* 数据目录Id
|
|
24
|
+
*/
|
|
25
|
+
CatalogId?: string
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* 网络配置信息
|
|
30
|
+
*/
|
|
31
|
+
export interface NetWork {
|
|
32
|
+
/**
|
|
33
|
+
* vpc实例id
|
|
34
|
+
*/
|
|
35
|
+
VpcId?: string
|
|
36
|
+
/**
|
|
37
|
+
* vpc网段
|
|
38
|
+
*/
|
|
39
|
+
VpcCidrBlock?: string
|
|
40
|
+
/**
|
|
41
|
+
* 子网实例id
|
|
42
|
+
*/
|
|
43
|
+
SubnetId?: string
|
|
44
|
+
/**
|
|
45
|
+
* 子网网段
|
|
46
|
+
*/
|
|
47
|
+
SubnetCidrBlock?: string
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Tcc数据目录信息集合
|
|
52
|
+
*/
|
|
53
|
+
export interface TccCatalogSet {
|
|
54
|
+
/**
|
|
55
|
+
* 数据目录唯一id
|
|
56
|
+
*/
|
|
57
|
+
Id?: string
|
|
58
|
+
/**
|
|
59
|
+
* 数据目录名字
|
|
60
|
+
*/
|
|
61
|
+
Name?: string
|
|
62
|
+
/**
|
|
63
|
+
* 数据目录类型,当前支持:TCC-HIVE
|
|
64
|
+
*/
|
|
65
|
+
Type?: string
|
|
66
|
+
/**
|
|
67
|
+
* 状态信息:注册中0,待测试1,连接成功2,连接失败3,删除中4,已删除5
|
|
68
|
+
*/
|
|
69
|
+
Status?: number
|
|
70
|
+
/**
|
|
71
|
+
* 操作人uin
|
|
72
|
+
*/
|
|
73
|
+
Operator?: string
|
|
74
|
+
/**
|
|
75
|
+
* 创建时间
|
|
76
|
+
*/
|
|
77
|
+
CreateTime?: string
|
|
78
|
+
/**
|
|
79
|
+
* 更新时间
|
|
80
|
+
*/
|
|
81
|
+
UpdateTime?: string
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Tcc数据目录信息
|
|
86
|
+
*/
|
|
87
|
+
export interface TccCatalogConfig {
|
|
88
|
+
/**
|
|
89
|
+
* 数据目录唯一id
|
|
90
|
+
*/
|
|
91
|
+
Id?: string
|
|
92
|
+
/**
|
|
93
|
+
* 数据目录名字
|
|
94
|
+
*/
|
|
95
|
+
Name?: string
|
|
96
|
+
/**
|
|
97
|
+
* 数据目录类型,当前支持:TCC-HIVE
|
|
98
|
+
*/
|
|
99
|
+
Type?: string
|
|
100
|
+
/**
|
|
101
|
+
* 描述信息
|
|
102
|
+
*/
|
|
103
|
+
Comment?: string
|
|
104
|
+
/**
|
|
105
|
+
* 状态信息:注册中0,待测试1,连接成功2,连接失败3,删除中4,已删除5
|
|
106
|
+
*/
|
|
107
|
+
Status?: number
|
|
108
|
+
/**
|
|
109
|
+
* Tcc数据目录连接信息
|
|
110
|
+
*/
|
|
111
|
+
Connection?: TccConnectionConfig
|
|
112
|
+
/**
|
|
113
|
+
* 操作人uin
|
|
114
|
+
*/
|
|
115
|
+
Operator?: string
|
|
116
|
+
/**
|
|
117
|
+
* 创建时间
|
|
118
|
+
*/
|
|
119
|
+
CreateTime?: string
|
|
120
|
+
/**
|
|
121
|
+
* 更新时间
|
|
122
|
+
*/
|
|
123
|
+
UpdateTime?: string
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* Tcc数据目录连接配置
|
|
128
|
+
*/
|
|
129
|
+
export interface TccConnection {
|
|
130
|
+
/**
|
|
131
|
+
* 终端节点服务Id
|
|
132
|
+
*/
|
|
133
|
+
EndpointServiceId?: string
|
|
134
|
+
/**
|
|
135
|
+
* 元数据连接串
|
|
136
|
+
*/
|
|
137
|
+
MetaStoreUrl?: string
|
|
138
|
+
/**
|
|
139
|
+
* 网络信息
|
|
140
|
+
*/
|
|
141
|
+
NetWork?: NetWork
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* DescribeTccCatalogs请求参数结构体
|
|
146
|
+
*/
|
|
147
|
+
export interface DescribeTccCatalogsRequest {
|
|
148
|
+
/**
|
|
149
|
+
* 数据目录Id
|
|
150
|
+
*/
|
|
151
|
+
CatalogId?: string
|
|
152
|
+
/**
|
|
153
|
+
* 数据目录名称
|
|
154
|
+
*/
|
|
155
|
+
Name?: string
|
|
156
|
+
/**
|
|
157
|
+
* 数据目录类型,当前支持:TCC-HIVE
|
|
158
|
+
*/
|
|
159
|
+
Type?: string
|
|
160
|
+
/**
|
|
161
|
+
* 状态信息:注册中0,待测试1,连接成功2,连接失败3,删除中4,已删除5
|
|
162
|
+
*/
|
|
163
|
+
Status?: number
|
|
164
|
+
/**
|
|
165
|
+
* 操作人uin
|
|
166
|
+
*/
|
|
167
|
+
Operator?: string
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* BindTccVpcEndPointServiceWhiteList返回参数结构体
|
|
172
|
+
*/
|
|
173
|
+
export interface BindTccVpcEndPointServiceWhiteListResponse {
|
|
174
|
+
/**
|
|
175
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
176
|
+
*/
|
|
177
|
+
RequestId?: string
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* AcceptTccVpcEndPointConnect返回参数结构体
|
|
182
|
+
*/
|
|
183
|
+
export interface AcceptTccVpcEndPointConnectResponse {
|
|
184
|
+
/**
|
|
185
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
186
|
+
*/
|
|
187
|
+
RequestId?: string
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* BindTccVpcEndPointServiceWhiteList请求参数结构体
|
|
192
|
+
*/
|
|
193
|
+
export interface BindTccVpcEndPointServiceWhiteListRequest {
|
|
194
|
+
/**
|
|
195
|
+
* 终端节点服务Id
|
|
196
|
+
*/
|
|
197
|
+
EndPointServiceId?: string
|
|
198
|
+
/**
|
|
199
|
+
* 需要开白的用户Uin
|
|
200
|
+
*/
|
|
201
|
+
UserUin?: string
|
|
202
|
+
/**
|
|
203
|
+
* 用户描述
|
|
204
|
+
*/
|
|
205
|
+
Description?: string
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* AcceptTccVpcEndPointConnect请求参数结构体
|
|
210
|
+
*/
|
|
211
|
+
export interface AcceptTccVpcEndPointConnectRequest {
|
|
212
|
+
/**
|
|
213
|
+
* 终端节点服务Id
|
|
214
|
+
*/
|
|
215
|
+
EndPointServiceId?: string
|
|
216
|
+
/**
|
|
217
|
+
* 终端节点id
|
|
218
|
+
*/
|
|
219
|
+
EndPointId?: Array<string>
|
|
220
|
+
/**
|
|
221
|
+
* 是否接受连接
|
|
222
|
+
*/
|
|
223
|
+
AcceptFlag?: boolean
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* Tcc数据目录连接信息
|
|
228
|
+
*/
|
|
229
|
+
export interface TccConnectionConfig {
|
|
230
|
+
/**
|
|
231
|
+
* Tcc数据目录连接配置
|
|
232
|
+
*/
|
|
233
|
+
TccHive?: TccConnection
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* DescribeTccCatalogs返回参数结构体
|
|
238
|
+
*/
|
|
239
|
+
export interface DescribeTccCatalogsResponse {
|
|
240
|
+
/**
|
|
241
|
+
* 数据目录列表
|
|
242
|
+
*/
|
|
243
|
+
TccCatalogSet?: Array<TccCatalogSet>
|
|
244
|
+
/**
|
|
245
|
+
* 总数
|
|
246
|
+
*/
|
|
247
|
+
Total?: number
|
|
248
|
+
/**
|
|
249
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
250
|
+
*/
|
|
251
|
+
RequestId?: string
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* DescribeTccCatalog返回参数结构体
|
|
256
|
+
*/
|
|
257
|
+
export interface DescribeTccCatalogResponse {
|
|
258
|
+
/**
|
|
259
|
+
* Tcc数据目录信息
|
|
260
|
+
*/
|
|
261
|
+
TccCatalog?: TccCatalogConfig
|
|
262
|
+
/**
|
|
263
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
264
|
+
*/
|
|
265
|
+
RequestId?: string
|
|
266
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.1019";
|
|
@@ -968,9 +968,11 @@ export interface CreateRecTaskRequest {
|
|
|
968
968
|
• **16k_zh_large:**普方英大模型引擎【大模型版】。当前模型同时支持中文、英文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比中文普通话常规版本与普方英大模型版本的识别效果;
|
|
969
969
|
• **16k_multi_lang:**多语种大模型引擎【大模型版】。当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别);
|
|
970
970
|
• **16k_zh_dialect:**中文普通话+多方言混合引擎,除普通话外支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
|
|
971
|
+
• **16k_zh_en**:中英大模型引擎【大模型版】。当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升;
|
|
971
972
|
• **16k_en:**英语;
|
|
972
973
|
• **16k_yue:**粤语;
|
|
973
974
|
• **16k_zh-PY:**中英粤混合引擎,使用一个引擎同时识别中文普通话、英语、粤语三个语言;
|
|
975
|
+
• **16k_zh-TW**:中文繁体;
|
|
974
976
|
• **16k_ja:**日语;
|
|
975
977
|
• **16k_ko:**韩语;
|
|
976
978
|
• **16k_vi:**越南语;
|