tencentcloud-sdk-nodejs 4.1.27 → 4.1.28
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/es/common/sdk_version.js +1 -1
- package/es/services/hai/v20230812/hai_client.js +3 -0
- package/es/services/iss/v20230517/iss_client.js +19 -4
- package/es/services/tione/v20211111/tione_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +25 -9
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +25 -9
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
- package/tencentcloud/services/chc/v20230418/chc_models.d.ts +4 -0
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +9 -6
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +165 -17
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +4 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +0 -4
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +18 -6
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +18 -6
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +5 -1
- package/tencentcloud/services/hai/v20230812/hai_client.js +6 -0
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +30 -0
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +7 -1
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +25 -5
- package/tencentcloud/services/iss/v20230517/iss_client.js +36 -6
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +484 -188
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +20 -2
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +49 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +89 -89
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -2
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +15 -5
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +15 -5
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
- package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +25 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -3
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.28";
|
|
@@ -48,8 +48,8 @@ export class Client extends AbstractClient {
|
|
|
48
48
|
async ListTasks(req, cb) {
|
|
49
49
|
return this.request("ListTasks", req, cb);
|
|
50
50
|
}
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async AddStreamAuth(req, cb) {
|
|
52
|
+
return this.request("AddStreamAuth", req, cb);
|
|
53
53
|
}
|
|
54
54
|
async DeleteRecordBackupPlan(req, cb) {
|
|
55
55
|
return this.request("DeleteRecordBackupPlan", req, cb);
|
|
@@ -57,8 +57,8 @@ export class Client extends AbstractClient {
|
|
|
57
57
|
async PlayRecord(req, cb) {
|
|
58
58
|
return this.request("PlayRecord", req, cb);
|
|
59
59
|
}
|
|
60
|
-
async
|
|
61
|
-
return this.request("
|
|
60
|
+
async UpdateRecordTemplate(req, cb) {
|
|
61
|
+
return this.request("UpdateRecordTemplate", req, cb);
|
|
62
62
|
}
|
|
63
63
|
async DeleteRecordTemplate(req, cb) {
|
|
64
64
|
return this.request("DeleteRecordTemplate", req, cb);
|
|
@@ -84,6 +84,9 @@ export class Client extends AbstractClient {
|
|
|
84
84
|
async DescribeVideoBitRate(req, cb) {
|
|
85
85
|
return this.request("DescribeVideoBitRate", req, cb);
|
|
86
86
|
}
|
|
87
|
+
async CreateVideoDownloadTask(req, cb) {
|
|
88
|
+
return this.request("CreateVideoDownloadTask", req, cb);
|
|
89
|
+
}
|
|
87
90
|
async DescribeRecordBackupPlan(req, cb) {
|
|
88
91
|
return this.request("DescribeRecordBackupPlan", req, cb);
|
|
89
92
|
}
|
|
@@ -156,6 +159,9 @@ export class Client extends AbstractClient {
|
|
|
156
159
|
async DescribeDevicePreset(req, cb) {
|
|
157
160
|
return this.request("DescribeDevicePreset", req, cb);
|
|
158
161
|
}
|
|
162
|
+
async BatchDeleteVideoDownloadTask(req, cb) {
|
|
163
|
+
return this.request("BatchDeleteVideoDownloadTask", req, cb);
|
|
164
|
+
}
|
|
159
165
|
async ListSubTasks(req, cb) {
|
|
160
166
|
return this.request("ListSubTasks", req, cb);
|
|
161
167
|
}
|
|
@@ -165,12 +171,18 @@ export class Client extends AbstractClient {
|
|
|
165
171
|
async DescribeAITaskResult(req, cb) {
|
|
166
172
|
return this.request("DescribeAITaskResult", req, cb);
|
|
167
173
|
}
|
|
174
|
+
async DescribeGBDeviceAddr(req, cb) {
|
|
175
|
+
return this.request("DescribeGBDeviceAddr", req, cb);
|
|
176
|
+
}
|
|
168
177
|
async ListRecordPlanChannels(req, cb) {
|
|
169
178
|
return this.request("ListRecordPlanChannels", req, cb);
|
|
170
179
|
}
|
|
171
180
|
async AddUserDevice(req, cb) {
|
|
172
181
|
return this.request("AddUserDevice", req, cb);
|
|
173
182
|
}
|
|
183
|
+
async DeleteTask(req, cb) {
|
|
184
|
+
return this.request("DeleteTask", req, cb);
|
|
185
|
+
}
|
|
174
186
|
async DeleteOrganization(req, cb) {
|
|
175
187
|
return this.request("DeleteOrganization", req, cb);
|
|
176
188
|
}
|
|
@@ -210,6 +222,9 @@ export class Client extends AbstractClient {
|
|
|
210
222
|
async DeleteUserDevice(req, cb) {
|
|
211
223
|
return this.request("DeleteUserDevice", req, cb);
|
|
212
224
|
}
|
|
225
|
+
async ListVideoDownloadTask(req, cb) {
|
|
226
|
+
return this.request("ListVideoDownloadTask", req, cb);
|
|
227
|
+
}
|
|
213
228
|
async DescribeGatewayVersion(req, cb) {
|
|
214
229
|
return this.request("DescribeGatewayVersion", req, cb);
|
|
215
230
|
}
|
|
@@ -54,6 +54,9 @@ export class Client extends AbstractClient {
|
|
|
54
54
|
async ChatCompletion(req, cb) {
|
|
55
55
|
return this.request("ChatCompletion", req, cb);
|
|
56
56
|
}
|
|
57
|
+
async ModifyNotebookTags(req, cb) {
|
|
58
|
+
return this.request("ModifyNotebookTags", req, cb);
|
|
59
|
+
}
|
|
57
60
|
async DeleteTrainingModel(req, cb) {
|
|
58
61
|
return this.request("DeleteTrainingModel", req, cb);
|
|
59
62
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.28";
|
|
@@ -40,7 +40,9 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
40
40
|
*/
|
|
41
41
|
VerifyDomainRecord(req: VerifyDomainRecordRequest, cb?: (error: string, rep: VerifyDomainRecordResponse) => void): Promise<VerifyDomainRecordResponse>;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* SCDN平台下线,接口开始预下线处理
|
|
44
|
+
|
|
45
|
+
获取Waf攻击Top数据
|
|
44
46
|
*/
|
|
45
47
|
ListTopWafData(req: ListTopWafDataRequest, cb?: (error: string, rep: ListTopWafDataResponse) => void): Promise<ListTopWafDataResponse>;
|
|
46
48
|
/**
|
|
@@ -109,7 +111,9 @@ GetDisableRecords 用于查询资源禁用历史,及 URL 当前状态。
|
|
|
109
111
|
*/
|
|
110
112
|
CreateVerifyRecord(req: CreateVerifyRecordRequest, cb?: (error: string, rep: CreateVerifyRecordResponse) => void): Promise<CreateVerifyRecordResponse>;
|
|
111
113
|
/**
|
|
112
|
-
*
|
|
114
|
+
* SCDN平台下线,接口开始预下线处理
|
|
115
|
+
|
|
116
|
+
CC统计数据查询
|
|
113
117
|
*/
|
|
114
118
|
DescribeCcData(req: DescribeCcDataRequest, cb?: (error: string, rep: DescribeCcDataResponse) => void): Promise<DescribeCcDataResponse>;
|
|
115
119
|
/**
|
|
@@ -141,7 +145,9 @@ DescribeDiagnoseReport 用于获取指定报告id的内容。
|
|
|
141
145
|
*/
|
|
142
146
|
DescribeDiagnoseReport(req: DescribeDiagnoseReportRequest, cb?: (error: string, rep: DescribeDiagnoseReportResponse) => void): Promise<DescribeDiagnoseReportResponse>;
|
|
143
147
|
/**
|
|
144
|
-
*
|
|
148
|
+
* SCDN平台下线,接口开始预下线处理
|
|
149
|
+
|
|
150
|
+
DDoS统计数据查询
|
|
145
151
|
*/
|
|
146
152
|
DescribeDDoSData(req: DescribeDDoSDataRequest, cb?: (error: string, rep: DescribeDDoSDataResponse) => void): Promise<DescribeDDoSDataResponse>;
|
|
147
153
|
/**
|
|
@@ -155,7 +161,9 @@ ListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要
|
|
|
155
161
|
*/
|
|
156
162
|
ListDiagnoseReport(req: ListDiagnoseReportRequest, cb?: (error: string, rep: ListDiagnoseReportResponse) => void): Promise<ListDiagnoseReportResponse>;
|
|
157
163
|
/**
|
|
158
|
-
*
|
|
164
|
+
* SCDN平台下线,接口开始预下线处理
|
|
165
|
+
|
|
166
|
+
获取CC攻击Top数据
|
|
159
167
|
*/
|
|
160
168
|
ListTopCcData(req: ListTopCcDataRequest, cb?: (error: string, rep: ListTopCcDataResponse) => void): Promise<ListTopCcDataResponse>;
|
|
161
169
|
/**
|
|
@@ -181,7 +189,9 @@ ListScdnLogTasks 用于查询SCDN日志下载任务列表,以及展示下载任
|
|
|
181
189
|
*/
|
|
182
190
|
ListScdnLogTasks(req: ListScdnLogTasksRequest, cb?: (error: string, rep: ListScdnLogTasksResponse) => void): Promise<ListScdnLogTasksResponse>;
|
|
183
191
|
/**
|
|
184
|
-
*
|
|
192
|
+
* SCDN平台下线,接口开始预下线处理
|
|
193
|
+
|
|
194
|
+
获取Bot攻击的Top信息
|
|
185
195
|
*/
|
|
186
196
|
ListTopBotData(req: ListTopBotDataRequest, cb?: (error: string, rep: ListTopBotDataResponse) => void): Promise<ListTopBotDataResponse>;
|
|
187
197
|
/**
|
|
@@ -261,15 +271,19 @@ StartScdnDomain 用于开启域名的安全防护配置
|
|
|
261
271
|
ListTopClsLogData(req: ListTopClsLogDataRequest, cb?: (error: string, rep: ListTopClsLogDataResponse) => void): Promise<ListTopClsLogDataResponse>;
|
|
262
272
|
/**
|
|
263
273
|
* DescribeUrlViolations 用于查询被 CDN 系统扫描到的域名违规 URL 列表及当前状态。
|
|
264
|
-
|
|
274
|
+
对应内容分发网络控制台【内容合规】页面。
|
|
265
275
|
*/
|
|
266
276
|
DescribeUrlViolations(req: DescribeUrlViolationsRequest, cb?: (error: string, rep: DescribeUrlViolationsResponse) => void): Promise<DescribeUrlViolationsResponse>;
|
|
267
277
|
/**
|
|
268
|
-
*
|
|
278
|
+
* SCDN平台下线,接口开始预下线处理
|
|
279
|
+
|
|
280
|
+
Waf统计数据查询
|
|
269
281
|
*/
|
|
270
282
|
DescribeWafData(req: DescribeWafDataRequest, cb?: (error: string, rep: DescribeWafDataResponse) => void): Promise<DescribeWafDataResponse>;
|
|
271
283
|
/**
|
|
272
|
-
*
|
|
284
|
+
* SCDN平台下线,接口开始预下线处理
|
|
285
|
+
|
|
286
|
+
获取DDoS攻击Top数据
|
|
273
287
|
*/
|
|
274
288
|
ListTopDDoSData(req: ListTopDDoSDataRequest, cb?: (error: string, rep: ListTopDDoSDataResponse) => void): Promise<ListTopDDoSDataResponse>;
|
|
275
289
|
/**
|
|
@@ -304,7 +318,9 @@ StartScdnDomain 用于开启域名的安全防护配置
|
|
|
304
318
|
*/
|
|
305
319
|
DescribeCertDomains(req: DescribeCertDomainsRequest, cb?: (error: string, rep: DescribeCertDomainsResponse) => void): Promise<DescribeCertDomainsResponse>;
|
|
306
320
|
/**
|
|
307
|
-
*
|
|
321
|
+
* SCDN平台下线,接口开始预下线处理
|
|
322
|
+
|
|
323
|
+
DescribeEventLogData 用于查询事件日志统计曲线
|
|
308
324
|
*/
|
|
309
325
|
DescribeEventLogData(req: DescribeEventLogDataRequest, cb?: (error: string, rep: DescribeEventLogDataResponse) => void): Promise<DescribeEventLogDataResponse>;
|
|
310
326
|
/**
|
|
@@ -72,7 +72,9 @@ Value 字段,使用 json 进行序列化,其中固定 update 作为 key,
|
|
|
72
72
|
return this.request("VerifyDomainRecord", req, cb);
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* SCDN平台下线,接口开始预下线处理
|
|
76
|
+
|
|
77
|
+
获取Waf攻击Top数据
|
|
76
78
|
*/
|
|
77
79
|
async ListTopWafData(req, cb) {
|
|
78
80
|
return this.request("ListTopWafData", req, cb);
|
|
@@ -165,7 +167,9 @@ GetDisableRecords 用于查询资源禁用历史,及 URL 当前状态。
|
|
|
165
167
|
return this.request("CreateVerifyRecord", req, cb);
|
|
166
168
|
}
|
|
167
169
|
/**
|
|
168
|
-
*
|
|
170
|
+
* SCDN平台下线,接口开始预下线处理
|
|
171
|
+
|
|
172
|
+
CC统计数据查询
|
|
169
173
|
*/
|
|
170
174
|
async DescribeCcData(req, cb) {
|
|
171
175
|
return this.request("DescribeCcData", req, cb);
|
|
@@ -211,7 +215,9 @@ DescribeDiagnoseReport 用于获取指定报告id的内容。
|
|
|
211
215
|
return this.request("DescribeDiagnoseReport", req, cb);
|
|
212
216
|
}
|
|
213
217
|
/**
|
|
214
|
-
*
|
|
218
|
+
* SCDN平台下线,接口开始预下线处理
|
|
219
|
+
|
|
220
|
+
DDoS统计数据查询
|
|
215
221
|
*/
|
|
216
222
|
async DescribeDDoSData(req, cb) {
|
|
217
223
|
return this.request("DescribeDDoSData", req, cb);
|
|
@@ -231,7 +237,9 @@ ListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要
|
|
|
231
237
|
return this.request("ListDiagnoseReport", req, cb);
|
|
232
238
|
}
|
|
233
239
|
/**
|
|
234
|
-
*
|
|
240
|
+
* SCDN平台下线,接口开始预下线处理
|
|
241
|
+
|
|
242
|
+
获取CC攻击Top数据
|
|
235
243
|
*/
|
|
236
244
|
async ListTopCcData(req, cb) {
|
|
237
245
|
return this.request("ListTopCcData", req, cb);
|
|
@@ -267,7 +275,9 @@ ListScdnLogTasks 用于查询SCDN日志下载任务列表,以及展示下载任
|
|
|
267
275
|
return this.request("ListScdnLogTasks", req, cb);
|
|
268
276
|
}
|
|
269
277
|
/**
|
|
270
|
-
*
|
|
278
|
+
* SCDN平台下线,接口开始预下线处理
|
|
279
|
+
|
|
280
|
+
获取Bot攻击的Top信息
|
|
271
281
|
*/
|
|
272
282
|
async ListTopBotData(req, cb) {
|
|
273
283
|
return this.request("ListTopBotData", req, cb);
|
|
@@ -373,19 +383,23 @@ StartScdnDomain 用于开启域名的安全防护配置
|
|
|
373
383
|
}
|
|
374
384
|
/**
|
|
375
385
|
* DescribeUrlViolations 用于查询被 CDN 系统扫描到的域名违规 URL 列表及当前状态。
|
|
376
|
-
|
|
386
|
+
对应内容分发网络控制台【内容合规】页面。
|
|
377
387
|
*/
|
|
378
388
|
async DescribeUrlViolations(req, cb) {
|
|
379
389
|
return this.request("DescribeUrlViolations", req, cb);
|
|
380
390
|
}
|
|
381
391
|
/**
|
|
382
|
-
*
|
|
392
|
+
* SCDN平台下线,接口开始预下线处理
|
|
393
|
+
|
|
394
|
+
Waf统计数据查询
|
|
383
395
|
*/
|
|
384
396
|
async DescribeWafData(req, cb) {
|
|
385
397
|
return this.request("DescribeWafData", req, cb);
|
|
386
398
|
}
|
|
387
399
|
/**
|
|
388
|
-
*
|
|
400
|
+
* SCDN平台下线,接口开始预下线处理
|
|
401
|
+
|
|
402
|
+
获取DDoS攻击Top数据
|
|
389
403
|
*/
|
|
390
404
|
async ListTopDDoSData(req, cb) {
|
|
391
405
|
return this.request("ListTopDDoSData", req, cb);
|
|
@@ -436,7 +450,9 @@ StartScdnDomain 用于开启域名的安全防护配置
|
|
|
436
450
|
return this.request("DescribeCertDomains", req, cb);
|
|
437
451
|
}
|
|
438
452
|
/**
|
|
439
|
-
*
|
|
453
|
+
* SCDN平台下线,接口开始预下线处理
|
|
454
|
+
|
|
455
|
+
DescribeEventLogData 用于查询事件日志统计曲线
|
|
440
456
|
*/
|
|
441
457
|
async DescribeEventLogData(req, cb) {
|
|
442
458
|
return this.request("DescribeEventLogData", req, cb);
|
|
@@ -6786,7 +6786,7 @@ export interface ListTopClsLogDataRequest {
|
|
|
6786
6786
|
*/
|
|
6787
6787
|
Channel?: string;
|
|
6788
6788
|
/**
|
|
6789
|
-
* 要查询的Top
|
|
6789
|
+
* 要查询的Top条数,建议最大值100,默认为10
|
|
6790
6790
|
*/
|
|
6791
6791
|
Limit?: number;
|
|
6792
6792
|
/**
|
|
@@ -8785,7 +8785,7 @@ export interface DescribeCertDomainsRequest {
|
|
|
8785
8785
|
*/
|
|
8786
8786
|
Cert?: string;
|
|
8787
8787
|
/**
|
|
8788
|
-
* 托管证书ID,Cert和CertId不能均未空,都填写时以
|
|
8788
|
+
* 托管证书ID,Cert和CertId不能均未空,都填写时以CertId为准。
|
|
8789
8789
|
*/
|
|
8790
8790
|
CertId?: string;
|
|
8791
8791
|
/**
|
|
@@ -9,7 +9,7 @@ export interface BgpPeer {
|
|
|
9
9
|
/**
|
|
10
10
|
* 腾讯侧BGP ASN
|
|
11
11
|
*/
|
|
12
|
-
CloudAsn?:
|
|
12
|
+
CloudAsn?: number;
|
|
13
13
|
/**
|
|
14
14
|
* 用户侧BGP ASN
|
|
15
15
|
*/
|
|
@@ -284,6 +284,10 @@ export interface DirectConnect {
|
|
|
284
284
|
* 物理专线的接入点名称
|
|
285
285
|
*/
|
|
286
286
|
AccessPointName?: string;
|
|
287
|
+
/**
|
|
288
|
+
* 是否三层架构
|
|
289
|
+
*/
|
|
290
|
+
IsThreeArch?: boolean;
|
|
287
291
|
}
|
|
288
292
|
/**
|
|
289
293
|
* 互联网地址详细信息
|
|
@@ -374,7 +378,7 @@ export interface DeleteDirectConnectTunnelRequest {
|
|
|
374
378
|
*/
|
|
375
379
|
export interface AcceptDirectConnectTunnelRequest {
|
|
376
380
|
/**
|
|
377
|
-
* 专用通道ID。可以通过[
|
|
381
|
+
* 专用通道ID。可以通过[DescribeDirectConnectTunnels](https://cloud.tencent.com/document/product/216/19819)接口获取。
|
|
378
382
|
*/
|
|
379
383
|
DirectConnectTunnelId: string;
|
|
380
384
|
}
|
|
@@ -863,8 +867,7 @@ export interface DescribeDirectConnectsResponse {
|
|
|
863
867
|
*/
|
|
864
868
|
export interface DescribeAccessPointsRequest {
|
|
865
869
|
/**
|
|
866
|
-
*
|
|
867
|
-
您可以通过调用 DescribeRegions接口获取地域ID。
|
|
870
|
+
* 接入点所在的地域。你可以通过调用[DescribeRegions](https://cloud.tencent.com/document/product/1596/77930)接口获取地域ID。
|
|
868
871
|
*/
|
|
869
872
|
RegionId?: string;
|
|
870
873
|
/**
|
|
@@ -1074,7 +1077,7 @@ export interface CreateDirectConnectRequest {
|
|
|
1074
1077
|
DirectConnectName: string;
|
|
1075
1078
|
/**
|
|
1076
1079
|
* 物理专线所在的接入点。
|
|
1077
|
-
您可以通过调用
|
|
1080
|
+
您可以通过调用[DescribeAccessPoints](https://cloud.tencent.com/document/product/216/34827)接口获取接入点ID。
|
|
1078
1081
|
*/
|
|
1079
1082
|
AccessPointId: string;
|
|
1080
1083
|
/**
|
|
@@ -1279,7 +1282,7 @@ export interface CreateDirectConnectTunnelResponse {
|
|
|
1279
1282
|
*/
|
|
1280
1283
|
export interface DescribeDirectConnectsRequest {
|
|
1281
1284
|
/**
|
|
1282
|
-
* 过滤条件。
|
|
1285
|
+
* 过滤条件。direct-connect-id:物理专线ID,states:物理专线状态(AVAILABLE-就绪,PENDING-申请中,REJECTED-申请被拒绝,PENDINGPAY-待付款,PAID-付款完成,BUILDING-建设中,STOPED-建设终止,DELETED-删除完成)。
|
|
1283
1286
|
*/
|
|
1284
1287
|
Filters?: Array<Filter>;
|
|
1285
1288
|
/**
|
|
@@ -1165,15 +1165,15 @@ export interface PreReleaseInfo {
|
|
|
1165
1165
|
*/
|
|
1166
1166
|
Domain?: string;
|
|
1167
1167
|
/**
|
|
1168
|
-
* 预订倒计时
|
|
1168
|
+
* 预订倒计时(YYYY-MM-DD hh:mm:ss)
|
|
1169
1169
|
*/
|
|
1170
1170
|
ReservationTime?: string;
|
|
1171
1171
|
/**
|
|
1172
|
-
* 域名注册时间
|
|
1172
|
+
* 域名注册时间(YYYY-MM-DD hh:mm:ss)
|
|
1173
1173
|
*/
|
|
1174
1174
|
RegTime?: string;
|
|
1175
1175
|
/**
|
|
1176
|
-
* 域名删除时间
|
|
1176
|
+
* 域名删除时间(YYYY-MM-DD hh:mm:ss)
|
|
1177
1177
|
*/
|
|
1178
1178
|
DelTime?: string;
|
|
1179
1179
|
/**
|
|
@@ -1186,10 +1186,14 @@ export interface PreReleaseInfo {
|
|
|
1186
1186
|
Price?: number;
|
|
1187
1187
|
/**
|
|
1188
1188
|
* 是否收藏
|
|
1189
|
+
true:收藏
|
|
1190
|
+
false:未收藏
|
|
1189
1191
|
*/
|
|
1190
1192
|
IsFollow?: boolean;
|
|
1191
1193
|
/**
|
|
1192
1194
|
* 是否已经预约
|
|
1195
|
+
true:预约
|
|
1196
|
+
false:未预约
|
|
1193
1197
|
*/
|
|
1194
1198
|
IsAppoint?: boolean;
|
|
1195
1199
|
/**
|
|
@@ -1198,6 +1202,8 @@ export interface PreReleaseInfo {
|
|
|
1198
1202
|
BusinessId?: string;
|
|
1199
1203
|
/**
|
|
1200
1204
|
* 是否为原持有者
|
|
1205
|
+
true:是原持有人
|
|
1206
|
+
false:非原持有人
|
|
1201
1207
|
*/
|
|
1202
1208
|
IsDomainUser?: boolean;
|
|
1203
1209
|
}
|
|
@@ -2250,7 +2256,8 @@ export interface DescribeBiddingDetailRequest {
|
|
|
2250
2256
|
*/
|
|
2251
2257
|
export interface DescribeTemplateRequest {
|
|
2252
2258
|
/**
|
|
2253
|
-
* 模板ID
|
|
2259
|
+
* 模板ID
|
|
2260
|
+
通过DescribeTemplateList接口获取:https://cloud.tencent.com/document/api/242/48940
|
|
2254
2261
|
*/
|
|
2255
2262
|
TemplateId: string;
|
|
2256
2263
|
}
|
|
@@ -2941,19 +2948,34 @@ export interface SyncCustomDnsHostResponse {
|
|
|
2941
2948
|
*/
|
|
2942
2949
|
export interface DescribePreReleaseListRequest {
|
|
2943
2950
|
/**
|
|
2944
|
-
*
|
|
2951
|
+
* 单独使用Keywords:使用域名关键词进行搜索
|
|
2952
|
+
Keywords+DomainStart(true):使用域名开头关键词进行搜索
|
|
2953
|
+
Keywords+DomainEnd(true):使用域名结尾关键词进行搜索
|
|
2954
|
+
Keywords+DomainStart(true)+DomainEnd(true):使用域名开头或结尾关键词进行搜索
|
|
2945
2955
|
*/
|
|
2946
2956
|
Keywords?: string;
|
|
2947
2957
|
/**
|
|
2948
|
-
*
|
|
2958
|
+
* 是否以域名开头关键词进行搜索
|
|
2959
|
+
true:是
|
|
2960
|
+
false:否
|
|
2949
2961
|
*/
|
|
2950
2962
|
DomainStart?: boolean;
|
|
2951
2963
|
/**
|
|
2952
|
-
*
|
|
2964
|
+
* 是否以域名结尾关键词进行搜索
|
|
2965
|
+
true:是
|
|
2966
|
+
false:否
|
|
2953
2967
|
*/
|
|
2954
2968
|
DomainEnd?: boolean;
|
|
2955
2969
|
/**
|
|
2956
|
-
*
|
|
2970
|
+
* 不同排序规则:
|
|
2971
|
+
1: 价格升序
|
|
2972
|
+
2: 价格降序
|
|
2973
|
+
3: 域名升序
|
|
2974
|
+
4: 结束时间升序
|
|
2975
|
+
5: 店铺推荐升序
|
|
2976
|
+
6: 结束时间降序
|
|
2977
|
+
15: 创建时间升序
|
|
2978
|
+
其他:结束时间升序
|
|
2957
2979
|
*/
|
|
2958
2980
|
Sort?: number;
|
|
2959
2981
|
/**
|
|
@@ -2973,59 +2995,185 @@ export interface DescribePreReleaseListRequest {
|
|
|
2973
2995
|
*/
|
|
2974
2996
|
LengthEnd?: number;
|
|
2975
2997
|
/**
|
|
2976
|
-
*
|
|
2998
|
+
* 页码(默认为1)
|
|
2977
2999
|
*/
|
|
2978
3000
|
PageNumber?: number;
|
|
2979
3001
|
/**
|
|
2980
|
-
*
|
|
3002
|
+
* 每页显示数(默认为20)
|
|
2981
3003
|
*/
|
|
2982
3004
|
PageSize?: number;
|
|
2983
3005
|
/**
|
|
2984
3006
|
* 后缀
|
|
3007
|
+
1="com"
|
|
3008
|
+
2="net"
|
|
3009
|
+
4="biz"
|
|
3010
|
+
6="info"
|
|
3011
|
+
7="co"
|
|
3012
|
+
9="cn"
|
|
3013
|
+
10="com.cn"
|
|
3014
|
+
11="wang"
|
|
3015
|
+
12="vip"
|
|
3016
|
+
13="cc"
|
|
3017
|
+
14="net.cn"
|
|
3018
|
+
15="org.cn"
|
|
3019
|
+
16="top"
|
|
3020
|
+
17="asia"
|
|
3021
|
+
18="tv"
|
|
3022
|
+
19="club"
|
|
3023
|
+
20="shop"
|
|
3024
|
+
21 ="中国"
|
|
3025
|
+
23="online"
|
|
3026
|
+
24="xyz"
|
|
3027
|
+
25="网店"
|
|
3028
|
+
26="网址"
|
|
3029
|
+
27="在线"
|
|
3030
|
+
28="ltd"
|
|
3031
|
+
29="fans"
|
|
3032
|
+
30="ren"
|
|
3033
|
+
31="icu"
|
|
2985
3034
|
*/
|
|
2986
3035
|
Suffix?: Array<number | bigint>;
|
|
2987
3036
|
/**
|
|
2988
3037
|
* 一级分类
|
|
3038
|
+
1:"纯数字"
|
|
3039
|
+
2:"单数字"
|
|
3040
|
+
3:"双数字"
|
|
3041
|
+
4:"三数字"
|
|
3042
|
+
5:"四数字"
|
|
3043
|
+
6:"五数字"
|
|
3044
|
+
7:"六数字"
|
|
3045
|
+
9:"单字母"
|
|
3046
|
+
10:"双字母"
|
|
3047
|
+
11:"三字母"
|
|
3048
|
+
12:"四字母"
|
|
3049
|
+
13:"五字母"
|
|
3050
|
+
14:"单拼"
|
|
3051
|
+
15:"双拼"
|
|
3052
|
+
16:"三拼"
|
|
3053
|
+
17:"杂米"
|
|
3054
|
+
18:"两杂"
|
|
3055
|
+
19:"三杂"
|
|
3056
|
+
20:"四杂"
|
|
3057
|
+
|
|
2989
3058
|
*/
|
|
2990
3059
|
ClassOne?: number;
|
|
2991
3060
|
/**
|
|
2992
3061
|
* 二级分类
|
|
3062
|
+
13:"0开或带4"
|
|
3063
|
+
14:"非0开不带4"
|
|
3064
|
+
15:"不带0,4"
|
|
3065
|
+
0:"非全声母"
|
|
3066
|
+
6:"全声母"
|
|
3067
|
+
16:"不带0,4"
|
|
3068
|
+
32:"全声母"
|
|
3069
|
+
5010:"CVCV"
|
|
2993
3070
|
*/
|
|
2994
3071
|
ClassTwo?: Array<number | bigint>;
|
|
2995
3072
|
/**
|
|
2996
3073
|
* 三级分类
|
|
3074
|
+
111:"AAA"
|
|
3075
|
+
401:"3A及以上"
|
|
3076
|
+
402:"AA结尾"
|
|
3077
|
+
1122:"AABB"
|
|
3078
|
+
1123:"AABC"
|
|
3079
|
+
1212:"ABAB"
|
|
3080
|
+
1221:"ABBA"
|
|
3081
|
+
1233:"ABCC"
|
|
3082
|
+
501:"4A及以上"
|
|
3083
|
+
502:"3A及以上"
|
|
3084
|
+
503:"AAA开头"
|
|
3085
|
+
504:"AAA结尾"
|
|
3086
|
+
505:"AA开头"
|
|
3087
|
+
506:"AA结尾"
|
|
3088
|
+
507:"三顺子开头"
|
|
3089
|
+
508:"三顺子结尾"
|
|
3090
|
+
11223:"AABBC"
|
|
3091
|
+
12233:"ABBCC"
|
|
3092
|
+
601:"5A及以上"
|
|
3093
|
+
602:"4A及以上"
|
|
3094
|
+
603:"3A及以上"
|
|
3095
|
+
604:"4A开头"
|
|
3096
|
+
605:"4A结尾"
|
|
3097
|
+
606:"AAA开头"
|
|
3098
|
+
607:"AAA结尾"
|
|
3099
|
+
608:"AA开头"
|
|
3100
|
+
609:"AA结尾"
|
|
3101
|
+
610:"ABAB开头"
|
|
3102
|
+
611:"ABAB结尾"
|
|
3103
|
+
612:"AABB开头"
|
|
3104
|
+
613:"AABB结尾"
|
|
3105
|
+
614:"四顺子开头"
|
|
3106
|
+
615:"四顺子结尾"
|
|
3107
|
+
616:"三顺子开头"
|
|
3108
|
+
617:"三顺子结尾"
|
|
3109
|
+
121212:"ABABAB"
|
|
3110
|
+
112233:"AABBCC"
|
|
3111
|
+
123123:"ABCABC"
|
|
3112
|
+
211:"LNN"
|
|
3113
|
+
221:"LLN"
|
|
3114
|
+
121:"NLN"
|
|
3115
|
+
212:"LNL"
|
|
3116
|
+
122:"NLL"
|
|
3117
|
+
1112:"NNNL"
|
|
3118
|
+
2111:"LNNN"
|
|
3119
|
+
1212:"NLNL"
|
|
3120
|
+
2121:"LNLN"
|
|
3121
|
+
1222:"NLLL"
|
|
3122
|
+
2221:"LLLN"
|
|
3123
|
+
1122:"NNLL"
|
|
3124
|
+
2211:"LLNN"
|
|
3125
|
+
31:"W结尾"
|
|
3126
|
+
112:"AAB"
|
|
3127
|
+
122:"ABB"
|
|
3128
|
+
121:"ABA"
|
|
3129
|
+
41:"W结尾"
|
|
3130
|
+
1112:"AAAB"
|
|
3131
|
+
1222:"ABBB"
|
|
3132
|
+
1122:"AABB"
|
|
3133
|
+
1212:"ABAB"
|
|
2997
3134
|
*/
|
|
2998
3135
|
ClassThree?: Array<number | bigint>;
|
|
2999
3136
|
/**
|
|
3000
3137
|
* 四级分类
|
|
3138
|
+
1:"仅含2种数字"
|
|
3139
|
+
1:"仅含2种数字"
|
|
3140
|
+
2:"仅含3种数字"
|
|
3141
|
+
4:"仅含1种字母"
|
|
3142
|
+
8:"仅含1种数字"
|
|
3143
|
+
|
|
3001
3144
|
*/
|
|
3002
3145
|
ClassFour?: Array<number | bigint>;
|
|
3003
3146
|
/**
|
|
3004
|
-
*
|
|
3147
|
+
* 是否以域名开头排除关键词进行搜索
|
|
3005
3148
|
*/
|
|
3006
3149
|
FilterStart?: boolean;
|
|
3007
3150
|
/**
|
|
3008
|
-
*
|
|
3151
|
+
* 是否以域名结尾排除关键词进行搜索
|
|
3009
3152
|
*/
|
|
3010
3153
|
FilterEnd?: boolean;
|
|
3011
3154
|
/**
|
|
3012
|
-
*
|
|
3155
|
+
* 域名排除关键词
|
|
3156
|
+
单独使用FilterWords:使用排除关键词进行搜索
|
|
3157
|
+
FilterWords+FilterStart(true):使用域名开头排除关键词进行搜索
|
|
3158
|
+
FilterWords+FilterEnd(true):使用域名结尾排除关键词进行搜索
|
|
3159
|
+
FilterWords+FilterStart(true)+FilterEnd(true):使用域名开头或结尾排除关键词进行搜索
|
|
3013
3160
|
*/
|
|
3014
3161
|
FilterWords?: string;
|
|
3015
3162
|
/**
|
|
3016
|
-
*
|
|
3163
|
+
* 交易类型(目前只支持10)
|
|
3164
|
+
10: 预释放域名
|
|
3017
3165
|
*/
|
|
3018
3166
|
TransType?: number;
|
|
3019
3167
|
/**
|
|
3020
|
-
*
|
|
3168
|
+
* 是否搜索白金域名
|
|
3021
3169
|
*/
|
|
3022
3170
|
IsTop?: boolean;
|
|
3023
3171
|
/**
|
|
3024
|
-
*
|
|
3172
|
+
* 结束时间排序 desc:倒序 asc:正序
|
|
3025
3173
|
*/
|
|
3026
3174
|
EndTimeSort?: string;
|
|
3027
3175
|
/**
|
|
3028
|
-
*
|
|
3176
|
+
* 结束时间(YYYY-MM-DD)
|
|
3029
3177
|
*/
|
|
3030
3178
|
EndTime?: string;
|
|
3031
3179
|
}
|