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
|
@@ -6643,6 +6643,27 @@ export interface ChannelCreateBatchQuickSignUrlResponse {
|
|
|
6643
6643
|
*/
|
|
6644
6644
|
RequestId?: string;
|
|
6645
6645
|
}
|
|
6646
|
+
/**
|
|
6647
|
+
* CreateBatchOrganizationAuthorizationUrl返回参数结构体
|
|
6648
|
+
*/
|
|
6649
|
+
export interface CreateBatchOrganizationAuthorizationUrlResponse {
|
|
6650
|
+
/**
|
|
6651
|
+
* 批量企业注册链接-单链接包含多条认证流,根据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,否则链接将被转义`
|
|
6652
|
+
*/
|
|
6653
|
+
AuthUrl?: string;
|
|
6654
|
+
/**
|
|
6655
|
+
* 认证流认证失败信息
|
|
6656
|
+
*/
|
|
6657
|
+
ErrorMessages?: Array<string>;
|
|
6658
|
+
/**
|
|
6659
|
+
* 链接过期时间,为 7 天后,创建时间,格式为Unix标准时间戳(秒)。
|
|
6660
|
+
*/
|
|
6661
|
+
ExpireTime?: number;
|
|
6662
|
+
/**
|
|
6663
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6664
|
+
*/
|
|
6665
|
+
RequestId?: string;
|
|
6666
|
+
}
|
|
6646
6667
|
/**
|
|
6647
6668
|
* CreatePartnerAutoSignAuthUrl请求参数结构体
|
|
6648
6669
|
*/
|
|
@@ -8463,6 +8484,43 @@ export interface EmbedUrlOption {
|
|
|
8463
8484
|
*/
|
|
8464
8485
|
SkipUploadFile?: string;
|
|
8465
8486
|
}
|
|
8487
|
+
/**
|
|
8488
|
+
* CreateBatchOrganizationAuthorizationUrl请求参数结构体
|
|
8489
|
+
*/
|
|
8490
|
+
export interface CreateBatchOrganizationAuthorizationUrlRequest {
|
|
8491
|
+
/**
|
|
8492
|
+
* 应用相关信息。 此接口Agent.AppId 必填。
|
|
8493
|
+
*/
|
|
8494
|
+
Agent: Agent;
|
|
8495
|
+
/**
|
|
8496
|
+
* 组织机构超管姓名。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)中 AdminName 保持一致。
|
|
8497
|
+
*/
|
|
8498
|
+
AdminName?: string;
|
|
8499
|
+
/**
|
|
8500
|
+
* 组织机构超管手机号。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)中 Admin Mobile保持一致。
|
|
8501
|
+
*/
|
|
8502
|
+
AdminMobile?: string;
|
|
8503
|
+
/**
|
|
8504
|
+
* 企业批量认证链接的子任务 SubTaskId,该 SubTaskId 是通过接口 查询企业批量认证链接 DescribeBatchOrganizationRegistrationUrls 获得。此参数需与超管个人三要素(AdminName,AdminMobile,AdminIdCardNumber)配合使用。若 SubTaskId 不属于传入的超级管理员,将进行筛选。
|
|
8505
|
+
*/
|
|
8506
|
+
SubTaskIds?: Array<string>;
|
|
8507
|
+
/**
|
|
8508
|
+
* 组织机构超管证件类型支持以下类型
|
|
8509
|
+
- ID_CARD : 居民身份证 (默认值)
|
|
8510
|
+
- HONGKONG_AND_MACAO : 港澳居民来往内地通行证
|
|
8511
|
+
- HONGKONG_MACAO_AND_TAIWAN : 港澳台居民居住证(格式同居民身份证)
|
|
8512
|
+
此参数需要跟[创建子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)中 AdminIdCardType保持一致。
|
|
8513
|
+
*/
|
|
8514
|
+
AdminIdCardType?: string;
|
|
8515
|
+
/**
|
|
8516
|
+
* 组织机构超管证件号。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)中 AdminIdCardNumber保持一致。
|
|
8517
|
+
*/
|
|
8518
|
+
AdminIdCardNumber?: string;
|
|
8519
|
+
/**
|
|
8520
|
+
* 要跳转的链接类型<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>
|
|
8521
|
+
*/
|
|
8522
|
+
Endpoint?: string;
|
|
8523
|
+
}
|
|
8466
8524
|
/**
|
|
8467
8525
|
* 用量明细
|
|
8468
8526
|
*/
|
|
@@ -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";
|
|
@@ -410,6 +410,8 @@ var tcb_1 = require("./tcb");
|
|
|
410
410
|
Object.defineProperty(exports, "tcb", { enumerable: true, get: function () { return tcb_1.tcb; } });
|
|
411
411
|
var tcbr_1 = require("./tcbr");
|
|
412
412
|
Object.defineProperty(exports, "tcbr", { enumerable: true, get: function () { return tcbr_1.tcbr; } });
|
|
413
|
+
var tccatalog_1 = require("./tccatalog");
|
|
414
|
+
Object.defineProperty(exports, "tccatalog", { enumerable: true, get: function () { return tccatalog_1.tccatalog; } });
|
|
413
415
|
var tcex_1 = require("./tcex");
|
|
414
416
|
Object.defineProperty(exports, "tcex", { enumerable: true, get: function () { return tcex_1.tcex; } });
|
|
415
417
|
var tchd_1 = require("./tchd");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeCertificateBindResourceTaskDetailRequest, DescribeHostDdosInstanceListRequest, CompleteCertificateRequest, DownloadCertificateResponse, DescribeHostDeployRecordDetailResponse, CancelCertificateOrderRequest, ModifyCertificateProjectResponse, VerifyManagerResponse, DescribeCertificateDetailRequest, CreateCertificateBindResourceSyncTaskResponse, DescribeDeployedResourcesRequest, UploadRevokeLetterRequest, DescribeCompaniesResponse, CheckCertificateChainResponse, DescribeHostCosInstanceListResponse, ModifyCertificateAliasRequest, DescribeManagerDetailRequest, SubmitCertificateInformationRequest, DescribeCertificateOperateLogsRequest, CancelCertificateOrderResponse, ModifyCertificatesExpiringNotificationSwitchResponse, DescribeHostLiveInstanceListRequest, DescribeHostDdosInstanceListResponse, DeployCertificateRecordRetryRequest, ModifyCertificateResubmitRequest, DescribeCertificateResponse, DownloadCertificateRequest, DescribeHostTkeInstanceListResponse, DescribeCertificateBindResourceTaskResultRequest, ApplyCertificateResponse, DescribeHostDeployRecordRequest, CreateCertificateBindResourceSyncTaskRequest, UploadConfirmLetterResponse, DescribeHostUpdateRecordDetailRequest, ReplaceCertificateResponse, DescribeManagersResponse, DeleteCertificatesResponse, DescribeDeleteCertificatesTaskResultResponse, DeleteManagerRequest, DescribeHostUpdateRecordResponse, UpdateCertificateRecordRollbackResponse, DescribeHostVodInstanceListRequest, DescribeCertificateBindResourceTaskDetailResponse, DeployCertificateRecordRetryResponse, CheckCertificateDomainVerificationRequest, UpdateCertificateRecordRetryRequest, DescribeHostWafInstanceListResponse, DescribeDeployedResourcesResponse, CreateCertificateRequest, DescribeCertificatesResponse, CommitCertificateInformationResponse, DeleteManagerResponse, SubmitAuditManagerRequest, UploadCertificateResponse, DeployCertificateInstanceResponse, CreateCertificateByPackageResponse, DescribeCertificatesRequest, UpdateCertificateRecordRollbackRequest, DescribeHostClbInstanceListResponse, RevokeCertificateRequest, DescribeManagerDetailResponse, UploadCertificateRequest, CreateCertificateByPackageRequest, CommitCertificateInformationRequest, DescribeHostDeployRecordDetailRequest, UpdateCertificateInstanceRequest, ReplaceCertificateRequest, DescribeHostDeployRecordResponse, CheckCertificateDomainVerificationResponse, DescribeDownloadCertificateUrlResponse, DescribeHostTkeInstanceListRequest, DeployCertificateRecordRollbackRequest, DeleteCertificateResponse, RevokeCertificateResponse, ModifyCertificateProjectRequest, DeleteCertificatesRequest, DescribeHostVodInstanceListResponse, ModifyCertificatesExpiringNotificationSwitchRequest, DescribeHostUpdateRecordDetailResponse, DescribeDeleteCertificatesTaskResultRequest, DescribeHostUpdateRecordRequest, DescribeHostClbInstanceListRequest, VerifyManagerRequest, DescribeHostLiveInstanceListResponse, DescribeHostApiGatewayInstanceListRequest, DescribeDownloadCertificateUrlRequest, DeployCertificateRecordRollbackResponse, DescribeHostCosInstanceListRequest, DescribeHostCdnInstanceListResponse, DeployCertificateInstanceRequest, DeleteCertificateRequest, DescribeCertificateOperateLogsResponse, DescribeHostLighthouseInstanceListRequest, DescribeHostCdnInstanceListRequest, DescribeHostTeoInstanceListResponse, DescribeHostWafInstanceListRequest, UploadRevokeLetterResponse, CancelAuditCertificateRequest, ModifyCertificateResubmitResponse, SubmitAuditManagerResponse, UpdateCertificateInstanceResponse, DescribeCertificateRequest, ModifyCertificateAliasResponse, ApplyCertificateRequest, CreateCertificateResponse, DescribeHostApiGatewayInstanceListResponse, DescribeCertificateDetailResponse, DescribeCertificateBindResourceTaskResultResponse, DescribeHostTeoInstanceListRequest, UploadConfirmLetterRequest, SubmitCertificateInformationResponse, UpdateCertificateRecordRetryResponse, DescribePackagesRequest, CheckCertificateChainRequest, DescribeCompaniesRequest, CancelAuditCertificateResponse, DescribePackagesResponse, DescribeManagersRequest, DescribeHostLighthouseInstanceListResponse, CompleteCertificateResponse } from "./ssl_models";
|
|
3
|
+
import { DescribeCertificateBindResourceTaskDetailRequest, DescribeHostDdosInstanceListRequest, CompleteCertificateRequest, DownloadCertificateResponse, DescribeHostDeployRecordDetailResponse, CancelCertificateOrderRequest, ModifyCertificateProjectResponse, VerifyManagerResponse, DescribeCertificateDetailRequest, CreateCertificateBindResourceSyncTaskResponse, DescribeDeployedResourcesRequest, UploadRevokeLetterRequest, DescribeCompaniesResponse, CheckCertificateChainResponse, DescribeHostCosInstanceListResponse, ModifyCertificateAliasRequest, DescribeManagerDetailRequest, SubmitCertificateInformationRequest, DescribeCertificateOperateLogsRequest, CancelCertificateOrderResponse, ModifyCertificatesExpiringNotificationSwitchResponse, DescribeHostLiveInstanceListRequest, DescribeHostDdosInstanceListResponse, DeployCertificateRecordRetryRequest, ModifyCertificateResubmitRequest, DescribeCertificateResponse, DownloadCertificateRequest, DescribeHostTkeInstanceListResponse, DescribeCertificateBindResourceTaskResultRequest, ApplyCertificateResponse, DescribeHostDeployRecordRequest, CreateCertificateBindResourceSyncTaskRequest, UploadConfirmLetterResponse, DescribeHostUpdateRecordDetailRequest, ReplaceCertificateResponse, DescribeManagersResponse, DeleteCertificatesResponse, DescribeDeleteCertificatesTaskResultResponse, DeleteManagerRequest, DescribeHostUpdateRecordResponse, UpdateCertificateRecordRollbackResponse, DescribeHostVodInstanceListRequest, DescribeCertificateBindResourceTaskDetailResponse, DeployCertificateRecordRetryResponse, CheckCertificateDomainVerificationRequest, UpdateCertificateRecordRetryRequest, DescribeHostWafInstanceListResponse, DescribeDeployedResourcesResponse, CreateCertificateRequest, DescribeCertificatesResponse, CommitCertificateInformationResponse, DeleteManagerResponse, SubmitAuditManagerRequest, UploadCertificateResponse, DeployCertificateInstanceResponse, CreateCertificateByPackageResponse, DescribeCertificatesRequest, UpdateCertificateRecordRollbackRequest, DescribeHostClbInstanceListResponse, RevokeCertificateRequest, DescribeManagerDetailResponse, UploadCertificateRequest, CreateCertificateByPackageRequest, CommitCertificateInformationRequest, DescribeHostDeployRecordDetailRequest, UpdateCertificateInstanceRequest, ReplaceCertificateRequest, DescribeHostDeployRecordResponse, CheckCertificateDomainVerificationResponse, DescribeDownloadCertificateUrlResponse, DescribeHostTkeInstanceListRequest, DeployCertificateRecordRollbackRequest, DeleteCertificateResponse, RevokeCertificateResponse, ModifyCertificateProjectRequest, DeleteCertificatesRequest, DescribeHostVodInstanceListResponse, ModifyCertificatesExpiringNotificationSwitchRequest, DescribeHostUpdateRecordDetailResponse, DescribeDeleteCertificatesTaskResultRequest, DescribeHostUpdateRecordRequest, DescribeHostClbInstanceListRequest, VerifyManagerRequest, DescribeHostLiveInstanceListResponse, CheckCertificateExistResponse, DescribeHostApiGatewayInstanceListRequest, DescribeDownloadCertificateUrlRequest, DeployCertificateRecordRollbackResponse, DescribeHostCosInstanceListRequest, DescribeHostCdnInstanceListResponse, DeployCertificateInstanceRequest, DeleteCertificateRequest, DescribeCertificateOperateLogsResponse, DescribeHostLighthouseInstanceListRequest, DescribeHostCdnInstanceListRequest, DescribeHostTeoInstanceListResponse, DescribeHostWafInstanceListRequest, UploadRevokeLetterResponse, CancelAuditCertificateRequest, ModifyCertificateResubmitResponse, SubmitAuditManagerResponse, UpdateCertificateInstanceResponse, DescribeCertificateRequest, ModifyCertificateAliasResponse, ApplyCertificateRequest, CreateCertificateResponse, DescribeHostApiGatewayInstanceListResponse, DescribeCertificateDetailResponse, DescribeCertificateBindResourceTaskResultResponse, DescribeHostTeoInstanceListRequest, UploadConfirmLetterRequest, SubmitCertificateInformationResponse, UpdateCertificateRecordRetryResponse, DescribePackagesRequest, CheckCertificateChainRequest, CheckCertificateExistRequest, DescribeCompaniesRequest, CancelAuditCertificateResponse, DescribePackagesResponse, DescribeManagersRequest, DescribeHostLighthouseInstanceListResponse, CompleteCertificateResponse } from "./ssl_models";
|
|
4
4
|
/**
|
|
5
5
|
* ssl client
|
|
6
6
|
* @class
|
|
@@ -32,9 +32,9 @@ export declare class Client extends AbstractClient {
|
|
|
32
32
|
*/
|
|
33
33
|
DescribeHostUpdateRecord(req: DescribeHostUpdateRecordRequest, cb?: (error: string, rep: DescribeHostUpdateRecordResponse) => void): Promise<DescribeHostUpdateRecordResponse>;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* 查询证书云资源部署记录列表
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
DescribeHostDeployRecord(req: DescribeHostDeployRecordRequest, cb?: (error: string, rep: DescribeHostDeployRecordResponse) => void): Promise<DescribeHostDeployRecordResponse>;
|
|
38
38
|
/**
|
|
39
39
|
* 删除管理人
|
|
40
40
|
*/
|
|
@@ -146,6 +146,10 @@ export declare class Client extends AbstractClient {
|
|
|
146
146
|
* 查询管理人详情
|
|
147
147
|
*/
|
|
148
148
|
DescribeManagerDetail(req: DescribeManagerDetailRequest, cb?: (error: string, rep: DescribeManagerDetailResponse) => void): Promise<DescribeManagerDetailResponse>;
|
|
149
|
+
/**
|
|
150
|
+
* 本接口(UploadRevokeLetter)用于上传证书吊销确认函。
|
|
151
|
+
*/
|
|
152
|
+
UploadRevokeLetter(req: UploadRevokeLetterRequest, cb?: (error: string, rep: UploadRevokeLetterResponse) => void): Promise<UploadRevokeLetterResponse>;
|
|
149
153
|
/**
|
|
150
154
|
* 查询证书云资源部署记录详情列表
|
|
151
155
|
*/
|
|
@@ -167,9 +171,9 @@ export declare class Client extends AbstractClient {
|
|
|
167
171
|
*/
|
|
168
172
|
CancelAuditCertificate(req: CancelAuditCertificateRequest, cb?: (error: string, rep: CancelAuditCertificateResponse) => void): Promise<CancelAuditCertificateResponse>;
|
|
169
173
|
/**
|
|
170
|
-
*
|
|
174
|
+
* 根据证书内容检测当前账号下是否存在一致的证书, 存在则返回证书ID, 不存在则返回空
|
|
171
175
|
*/
|
|
172
|
-
|
|
176
|
+
CheckCertificateExist(req: CheckCertificateExistRequest, cb?: (error: string, rep: CheckCertificateExistResponse) => void): Promise<CheckCertificateExistResponse>;
|
|
173
177
|
/**
|
|
174
178
|
* 批量删除证书,删除证书前支持查询证书是否关联了腾讯云云资源 (需自定义配置参数,参数名称:IsSync)
|
|
175
179
|
*/
|
|
@@ -191,9 +195,9 @@ export declare class Client extends AbstractClient {
|
|
|
191
195
|
*/
|
|
192
196
|
DescribeDeployedResources(req: DescribeDeployedResourcesRequest, cb?: (error: string, rep: DescribeDeployedResourcesResponse) => void): Promise<DescribeDeployedResourcesResponse>;
|
|
193
197
|
/**
|
|
194
|
-
*
|
|
198
|
+
* 使用权益点创建证书
|
|
195
199
|
*/
|
|
196
|
-
|
|
200
|
+
CreateCertificateByPackage(req: CreateCertificateByPackageRequest, cb?: (error: string, rep: CreateCertificateByPackageResponse) => void): Promise<CreateCertificateByPackageResponse>;
|
|
197
201
|
/**
|
|
198
202
|
* 本接口(UploadConfirmLetter)用于上传证书确认函。
|
|
199
203
|
*/
|
|
@@ -219,9 +223,9 @@ export declare class Client extends AbstractClient {
|
|
|
219
223
|
*/
|
|
220
224
|
DescribeHostApiGatewayInstanceList(req: DescribeHostApiGatewayInstanceListRequest, cb?: (error: string, rep: DescribeHostApiGatewayInstanceListResponse) => void): Promise<DescribeHostApiGatewayInstanceListResponse>;
|
|
221
225
|
/**
|
|
222
|
-
*
|
|
226
|
+
* 本接口(CreateCertificate)用于创建付费证书。
|
|
223
227
|
*/
|
|
224
|
-
|
|
228
|
+
CreateCertificate(req: CreateCertificateRequest, cb?: (error: string, rep: CreateCertificateResponse) => void): Promise<CreateCertificateResponse>;
|
|
225
229
|
/**
|
|
226
230
|
* 创建证书绑定关联云资源异步任务, 该接口用于查询证书关联云资源。 若证书ID已存在查询云资源任务,则结果返回该任务ID。关联云资源类型,支持以下云资源:clb、cdn、waf、live、vod、ddos、tke、apigateway、tcb、teo(edgeOne)、cos。查询关联云资源结果使用DescribeCertificateBindResourceTaskResult接口
|
|
227
231
|
*/
|
|
@@ -64,10 +64,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
64
64
|
return this.request("DescribeHostUpdateRecord", req, cb);
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* 查询证书云资源部署记录列表
|
|
68
68
|
*/
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
69
|
+
async DescribeHostDeployRecord(req, cb) {
|
|
70
|
+
return this.request("DescribeHostDeployRecord", req, cb);
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* 删除管理人
|
|
@@ -232,6 +232,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
232
232
|
async DescribeManagerDetail(req, cb) {
|
|
233
233
|
return this.request("DescribeManagerDetail", req, cb);
|
|
234
234
|
}
|
|
235
|
+
/**
|
|
236
|
+
* 本接口(UploadRevokeLetter)用于上传证书吊销确认函。
|
|
237
|
+
*/
|
|
238
|
+
async UploadRevokeLetter(req, cb) {
|
|
239
|
+
return this.request("UploadRevokeLetter", req, cb);
|
|
240
|
+
}
|
|
235
241
|
/**
|
|
236
242
|
* 查询证书云资源部署记录详情列表
|
|
237
243
|
*/
|
|
@@ -263,10 +269,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
263
269
|
return this.request("CancelAuditCertificate", req, cb);
|
|
264
270
|
}
|
|
265
271
|
/**
|
|
266
|
-
*
|
|
272
|
+
* 根据证书内容检测当前账号下是否存在一致的证书, 存在则返回证书ID, 不存在则返回空
|
|
267
273
|
*/
|
|
268
|
-
async
|
|
269
|
-
return this.request("
|
|
274
|
+
async CheckCertificateExist(req, cb) {
|
|
275
|
+
return this.request("CheckCertificateExist", req, cb);
|
|
270
276
|
}
|
|
271
277
|
/**
|
|
272
278
|
* 批量删除证书,删除证书前支持查询证书是否关联了腾讯云云资源 (需自定义配置参数,参数名称:IsSync)
|
|
@@ -299,10 +305,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
299
305
|
return this.request("DescribeDeployedResources", req, cb);
|
|
300
306
|
}
|
|
301
307
|
/**
|
|
302
|
-
*
|
|
308
|
+
* 使用权益点创建证书
|
|
303
309
|
*/
|
|
304
|
-
async
|
|
305
|
-
return this.request("
|
|
310
|
+
async CreateCertificateByPackage(req, cb) {
|
|
311
|
+
return this.request("CreateCertificateByPackage", req, cb);
|
|
306
312
|
}
|
|
307
313
|
/**
|
|
308
314
|
* 本接口(UploadConfirmLetter)用于上传证书确认函。
|
|
@@ -341,10 +347,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
341
347
|
return this.request("DescribeHostApiGatewayInstanceList", req, cb);
|
|
342
348
|
}
|
|
343
349
|
/**
|
|
344
|
-
*
|
|
350
|
+
* 本接口(CreateCertificate)用于创建付费证书。
|
|
345
351
|
*/
|
|
346
|
-
async
|
|
347
|
-
return this.request("
|
|
352
|
+
async CreateCertificate(req, cb) {
|
|
353
|
+
return this.request("CreateCertificate", req, cb);
|
|
348
354
|
}
|
|
349
355
|
/**
|
|
350
356
|
* 创建证书绑定关联云资源异步任务, 该接口用于查询证书关联云资源。 若证书ID已存在查询云资源任务,则结果返回该任务ID。关联云资源类型,支持以下云资源:clb、cdn、waf、live、vod、ddos、tke、apigateway、tcb、teo(edgeOne)、cos。查询关联云资源结果使用DescribeCertificateBindResourceTaskResult接口
|
|
@@ -3807,6 +3807,20 @@ export interface DescribeHostLiveInstanceListResponse {
|
|
|
3807
3807
|
*/
|
|
3808
3808
|
RequestId?: string;
|
|
3809
3809
|
}
|
|
3810
|
+
/**
|
|
3811
|
+
* CheckCertificateExist返回参数结构体
|
|
3812
|
+
*/
|
|
3813
|
+
export interface CheckCertificateExistResponse {
|
|
3814
|
+
/**
|
|
3815
|
+
* 重复的证书ID
|
|
3816
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3817
|
+
*/
|
|
3818
|
+
RepeatCertId?: string;
|
|
3819
|
+
/**
|
|
3820
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3821
|
+
*/
|
|
3822
|
+
RequestId?: string;
|
|
3823
|
+
}
|
|
3810
3824
|
/**
|
|
3811
3825
|
* DescribeHostApiGatewayInstanceList请求参数结构体
|
|
3812
3826
|
*/
|
|
@@ -5188,6 +5202,15 @@ export interface CheckCertificateChainRequest {
|
|
|
5188
5202
|
*/
|
|
5189
5203
|
CertificateChain: string;
|
|
5190
5204
|
}
|
|
5205
|
+
/**
|
|
5206
|
+
* CheckCertificateExist请求参数结构体
|
|
5207
|
+
*/
|
|
5208
|
+
export interface CheckCertificateExistRequest {
|
|
5209
|
+
/**
|
|
5210
|
+
* 证书公钥内容, 包含证书链
|
|
5211
|
+
*/
|
|
5212
|
+
CertificatePublicKey: string;
|
|
5213
|
+
}
|
|
5191
5214
|
/**
|
|
5192
5215
|
* DescribeCompanies请求参数结构体
|
|
5193
5216
|
*/
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.v20241024 = void 0;
|
|
4
|
+
const Models = require("./tccatalog_models");
|
|
5
|
+
const tccatalog_client_1 = require("./tccatalog_client");
|
|
6
|
+
exports.v20241024 = {
|
|
7
|
+
Client: tccatalog_client_1.Client,
|
|
8
|
+
Models: Models
|
|
9
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
|
+
import { ClientConfig } from "../../../common/interface";
|
|
3
|
+
import { DescribeTccCatalogRequest, DescribeTccCatalogsRequest, BindTccVpcEndPointServiceWhiteListResponse, AcceptTccVpcEndPointConnectResponse, BindTccVpcEndPointServiceWhiteListRequest, AcceptTccVpcEndPointConnectRequest, DescribeTccCatalogsResponse, DescribeTccCatalogResponse } from "./tccatalog_models";
|
|
4
|
+
/**
|
|
5
|
+
* tccatalog client
|
|
6
|
+
* @class
|
|
7
|
+
*/
|
|
8
|
+
export declare class Client extends AbstractClient {
|
|
9
|
+
constructor(clientConfig: ClientConfig);
|
|
10
|
+
/**
|
|
11
|
+
* 获取Tcc数据目录列表
|
|
12
|
+
*/
|
|
13
|
+
DescribeTccCatalogs(req: DescribeTccCatalogsRequest, cb?: (error: string, rep: DescribeTccCatalogsResponse) => void): Promise<DescribeTccCatalogsResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* 获取Tcc数据目录详情
|
|
16
|
+
*/
|
|
17
|
+
DescribeTccCatalog(req: DescribeTccCatalogRequest, cb?: (error: string, rep: DescribeTccCatalogResponse) => void): Promise<DescribeTccCatalogResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* 绑定终端节点服务白名单用户
|
|
20
|
+
*/
|
|
21
|
+
BindTccVpcEndPointServiceWhiteList(req: BindTccVpcEndPointServiceWhiteListRequest, cb?: (error: string, rep: BindTccVpcEndPointServiceWhiteListResponse) => void): Promise<BindTccVpcEndPointServiceWhiteListResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* 接受终端节点连接
|
|
24
|
+
*/
|
|
25
|
+
AcceptTccVpcEndPointConnect(req: AcceptTccVpcEndPointConnectRequest, cb?: (error: string, rep: AcceptTccVpcEndPointConnectResponse) => void): Promise<AcceptTccVpcEndPointConnectResponse>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Client = void 0;
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
5
|
+
/*
|
|
6
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
|
+
* you may not use this file except in compliance with the License.
|
|
10
|
+
* You may obtain a copy of the License at
|
|
11
|
+
*
|
|
12
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
13
|
+
*
|
|
14
|
+
* Unless required by applicable law or agreed to in writing,
|
|
15
|
+
* software distributed under the License is distributed on an
|
|
16
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
17
|
+
* KIND, either express or implied. See the License for the
|
|
18
|
+
* specific language governing permissions and limitations
|
|
19
|
+
* under the License.
|
|
20
|
+
*/
|
|
21
|
+
const abstract_client_1 = require("../../../common/abstract_client");
|
|
22
|
+
/**
|
|
23
|
+
* tccatalog client
|
|
24
|
+
* @class
|
|
25
|
+
*/
|
|
26
|
+
class Client extends abstract_client_1.AbstractClient {
|
|
27
|
+
constructor(clientConfig) {
|
|
28
|
+
super("tccatalog.tencentcloudapi.com", "2024-10-24", clientConfig);
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* 获取Tcc数据目录列表
|
|
32
|
+
*/
|
|
33
|
+
async DescribeTccCatalogs(req, cb) {
|
|
34
|
+
return this.request("DescribeTccCatalogs", req, cb);
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* 获取Tcc数据目录详情
|
|
38
|
+
*/
|
|
39
|
+
async DescribeTccCatalog(req, cb) {
|
|
40
|
+
return this.request("DescribeTccCatalog", req, cb);
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* 绑定终端节点服务白名单用户
|
|
44
|
+
*/
|
|
45
|
+
async BindTccVpcEndPointServiceWhiteList(req, cb) {
|
|
46
|
+
return this.request("BindTccVpcEndPointServiceWhiteList", req, cb);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* 接受终端节点连接
|
|
50
|
+
*/
|
|
51
|
+
async AcceptTccVpcEndPointConnect(req, cb) {
|
|
52
|
+
return this.request("AcceptTccVpcEndPointConnect", req, cb);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
exports.Client = Client;
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DescribeTccCatalog请求参数结构体
|
|
3
|
+
*/
|
|
4
|
+
export interface DescribeTccCatalogRequest {
|
|
5
|
+
/**
|
|
6
|
+
* 数据目录Id
|
|
7
|
+
*/
|
|
8
|
+
CatalogId?: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* 网络配置信息
|
|
12
|
+
*/
|
|
13
|
+
export interface NetWork {
|
|
14
|
+
/**
|
|
15
|
+
* vpc实例id
|
|
16
|
+
*/
|
|
17
|
+
VpcId?: string;
|
|
18
|
+
/**
|
|
19
|
+
* vpc网段
|
|
20
|
+
*/
|
|
21
|
+
VpcCidrBlock?: string;
|
|
22
|
+
/**
|
|
23
|
+
* 子网实例id
|
|
24
|
+
*/
|
|
25
|
+
SubnetId?: string;
|
|
26
|
+
/**
|
|
27
|
+
* 子网网段
|
|
28
|
+
*/
|
|
29
|
+
SubnetCidrBlock?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Tcc数据目录信息集合
|
|
33
|
+
*/
|
|
34
|
+
export interface TccCatalogSet {
|
|
35
|
+
/**
|
|
36
|
+
* 数据目录唯一id
|
|
37
|
+
*/
|
|
38
|
+
Id?: string;
|
|
39
|
+
/**
|
|
40
|
+
* 数据目录名字
|
|
41
|
+
*/
|
|
42
|
+
Name?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 数据目录类型,当前支持:TCC-HIVE
|
|
45
|
+
*/
|
|
46
|
+
Type?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 状态信息:注册中0,待测试1,连接成功2,连接失败3,删除中4,已删除5
|
|
49
|
+
*/
|
|
50
|
+
Status?: number;
|
|
51
|
+
/**
|
|
52
|
+
* 操作人uin
|
|
53
|
+
*/
|
|
54
|
+
Operator?: string;
|
|
55
|
+
/**
|
|
56
|
+
* 创建时间
|
|
57
|
+
*/
|
|
58
|
+
CreateTime?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 更新时间
|
|
61
|
+
*/
|
|
62
|
+
UpdateTime?: string;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Tcc数据目录信息
|
|
66
|
+
*/
|
|
67
|
+
export interface TccCatalogConfig {
|
|
68
|
+
/**
|
|
69
|
+
* 数据目录唯一id
|
|
70
|
+
*/
|
|
71
|
+
Id?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 数据目录名字
|
|
74
|
+
*/
|
|
75
|
+
Name?: string;
|
|
76
|
+
/**
|
|
77
|
+
* 数据目录类型,当前支持:TCC-HIVE
|
|
78
|
+
*/
|
|
79
|
+
Type?: string;
|
|
80
|
+
/**
|
|
81
|
+
* 描述信息
|
|
82
|
+
*/
|
|
83
|
+
Comment?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 状态信息:注册中0,待测试1,连接成功2,连接失败3,删除中4,已删除5
|
|
86
|
+
*/
|
|
87
|
+
Status?: number;
|
|
88
|
+
/**
|
|
89
|
+
* Tcc数据目录连接信息
|
|
90
|
+
*/
|
|
91
|
+
Connection?: TccConnectionConfig;
|
|
92
|
+
/**
|
|
93
|
+
* 操作人uin
|
|
94
|
+
*/
|
|
95
|
+
Operator?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 创建时间
|
|
98
|
+
*/
|
|
99
|
+
CreateTime?: string;
|
|
100
|
+
/**
|
|
101
|
+
* 更新时间
|
|
102
|
+
*/
|
|
103
|
+
UpdateTime?: string;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Tcc数据目录连接配置
|
|
107
|
+
*/
|
|
108
|
+
export interface TccConnection {
|
|
109
|
+
/**
|
|
110
|
+
* 终端节点服务Id
|
|
111
|
+
*/
|
|
112
|
+
EndpointServiceId?: string;
|
|
113
|
+
/**
|
|
114
|
+
* 元数据连接串
|
|
115
|
+
*/
|
|
116
|
+
MetaStoreUrl?: string;
|
|
117
|
+
/**
|
|
118
|
+
* 网络信息
|
|
119
|
+
*/
|
|
120
|
+
NetWork?: NetWork;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* DescribeTccCatalogs请求参数结构体
|
|
124
|
+
*/
|
|
125
|
+
export interface DescribeTccCatalogsRequest {
|
|
126
|
+
/**
|
|
127
|
+
* 数据目录Id
|
|
128
|
+
*/
|
|
129
|
+
CatalogId?: string;
|
|
130
|
+
/**
|
|
131
|
+
* 数据目录名称
|
|
132
|
+
*/
|
|
133
|
+
Name?: string;
|
|
134
|
+
/**
|
|
135
|
+
* 数据目录类型,当前支持:TCC-HIVE
|
|
136
|
+
*/
|
|
137
|
+
Type?: string;
|
|
138
|
+
/**
|
|
139
|
+
* 状态信息:注册中0,待测试1,连接成功2,连接失败3,删除中4,已删除5
|
|
140
|
+
*/
|
|
141
|
+
Status?: number;
|
|
142
|
+
/**
|
|
143
|
+
* 操作人uin
|
|
144
|
+
*/
|
|
145
|
+
Operator?: string;
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* BindTccVpcEndPointServiceWhiteList返回参数结构体
|
|
149
|
+
*/
|
|
150
|
+
export interface BindTccVpcEndPointServiceWhiteListResponse {
|
|
151
|
+
/**
|
|
152
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
153
|
+
*/
|
|
154
|
+
RequestId?: string;
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* AcceptTccVpcEndPointConnect返回参数结构体
|
|
158
|
+
*/
|
|
159
|
+
export interface AcceptTccVpcEndPointConnectResponse {
|
|
160
|
+
/**
|
|
161
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
162
|
+
*/
|
|
163
|
+
RequestId?: string;
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* BindTccVpcEndPointServiceWhiteList请求参数结构体
|
|
167
|
+
*/
|
|
168
|
+
export interface BindTccVpcEndPointServiceWhiteListRequest {
|
|
169
|
+
/**
|
|
170
|
+
* 终端节点服务Id
|
|
171
|
+
*/
|
|
172
|
+
EndPointServiceId?: string;
|
|
173
|
+
/**
|
|
174
|
+
* 需要开白的用户Uin
|
|
175
|
+
*/
|
|
176
|
+
UserUin?: string;
|
|
177
|
+
/**
|
|
178
|
+
* 用户描述
|
|
179
|
+
*/
|
|
180
|
+
Description?: string;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* AcceptTccVpcEndPointConnect请求参数结构体
|
|
184
|
+
*/
|
|
185
|
+
export interface AcceptTccVpcEndPointConnectRequest {
|
|
186
|
+
/**
|
|
187
|
+
* 终端节点服务Id
|
|
188
|
+
*/
|
|
189
|
+
EndPointServiceId?: string;
|
|
190
|
+
/**
|
|
191
|
+
* 终端节点id
|
|
192
|
+
*/
|
|
193
|
+
EndPointId?: Array<string>;
|
|
194
|
+
/**
|
|
195
|
+
* 是否接受连接
|
|
196
|
+
*/
|
|
197
|
+
AcceptFlag?: boolean;
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* Tcc数据目录连接信息
|
|
201
|
+
*/
|
|
202
|
+
export interface TccConnectionConfig {
|
|
203
|
+
/**
|
|
204
|
+
* Tcc数据目录连接配置
|
|
205
|
+
*/
|
|
206
|
+
TccHive?: TccConnection;
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* DescribeTccCatalogs返回参数结构体
|
|
210
|
+
*/
|
|
211
|
+
export interface DescribeTccCatalogsResponse {
|
|
212
|
+
/**
|
|
213
|
+
* 数据目录列表
|
|
214
|
+
*/
|
|
215
|
+
TccCatalogSet?: Array<TccCatalogSet>;
|
|
216
|
+
/**
|
|
217
|
+
* 总数
|
|
218
|
+
*/
|
|
219
|
+
Total?: number;
|
|
220
|
+
/**
|
|
221
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
222
|
+
*/
|
|
223
|
+
RequestId?: string;
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* DescribeTccCatalog返回参数结构体
|
|
227
|
+
*/
|
|
228
|
+
export interface DescribeTccCatalogResponse {
|
|
229
|
+
/**
|
|
230
|
+
* Tcc数据目录信息
|
|
231
|
+
*/
|
|
232
|
+
TccCatalog?: TccCatalogConfig;
|
|
233
|
+
/**
|
|
234
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
235
|
+
*/
|
|
236
|
+
RequestId?: string;
|
|
237
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|