tencentcloud-sdk-nodejs 4.1.41 → 4.1.42
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/ess/v20201111/ess_client.js +3 -0
- package/es/services/lkeap/v20240522/lkeap_client.js +3 -3
- package/es/services/postgres/v20170312/postgres_client.js +4 -7
- 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/batch/v20170312/batch_models.d.ts +5 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -3
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -3
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +62 -43
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +12 -12
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +10 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +52 -52
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -6
- package/tencentcloud/services/es/v20180416/es_models.d.ts +21 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +78 -19
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +1 -1
- package/tencentcloud/services/hai/v20230812/hai_client.js +1 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +11 -5
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +5 -6
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +6 -7
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +46 -45
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +89 -0
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +12 -0
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -11
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -14
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +0 -34
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +2 -2
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +3 -3
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +0 -8
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +30 -7
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +32 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +32 -9
|
@@ -7,11 +7,11 @@ export interface CreateRecordRequest {
|
|
|
7
7
|
*/
|
|
8
8
|
Domain: string;
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* 记录类型,可通过接口DescribeRecordType获得,大写英文,比如:A 。
|
|
11
11
|
*/
|
|
12
12
|
RecordType: string;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* 记录线路,可以通过接口DescribeRecordLineList查看当前域名允许的线路信息,中文,比如:默认。
|
|
15
15
|
*/
|
|
16
16
|
RecordLine: string;
|
|
17
17
|
/**
|
|
@@ -27,11 +27,11 @@ export interface CreateRecordRequest {
|
|
|
27
27
|
*/
|
|
28
28
|
SubDomain?: string;
|
|
29
29
|
/**
|
|
30
|
-
* 线路的 ID
|
|
30
|
+
* 线路的 ID,可以通过接口DescribeRecordLineList查看当前域名允许的线路信息,英文字符串,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。
|
|
31
31
|
*/
|
|
32
32
|
RecordLineId?: string;
|
|
33
33
|
/**
|
|
34
|
-
* MX 优先级,当记录类型是 MX
|
|
34
|
+
* MX 优先级,当记录类型是 MX、HTTPS、SVCB 时必填,范围1-65535。
|
|
35
35
|
*/
|
|
36
36
|
MX?: number;
|
|
37
37
|
/**
|
|
@@ -272,7 +272,7 @@ export interface ModifySubdomainStatusRequest {
|
|
|
272
272
|
*/
|
|
273
273
|
Status: string;
|
|
274
274
|
/**
|
|
275
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
275
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
|
|
276
276
|
*/
|
|
277
277
|
DomainId?: number;
|
|
278
278
|
/**
|
|
@@ -411,11 +411,11 @@ export interface ModifyRecordGroupRequest {
|
|
|
411
411
|
*/
|
|
412
412
|
GroupName: string;
|
|
413
413
|
/**
|
|
414
|
-
* 要修改的分组 ID
|
|
414
|
+
* 要修改的分组 ID,可通过DescribeRecordGroupList接口获取所有记录分组
|
|
415
415
|
*/
|
|
416
416
|
GroupId: number;
|
|
417
417
|
/**
|
|
418
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
418
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
419
419
|
*/
|
|
420
420
|
DomainId?: number;
|
|
421
421
|
}
|
|
@@ -490,7 +490,7 @@ export interface DescribeDomainCustomLineListRequest {
|
|
|
490
490
|
*/
|
|
491
491
|
Domain: string;
|
|
492
492
|
/**
|
|
493
|
-
* 域名ID
|
|
493
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
494
494
|
*/
|
|
495
495
|
DomainId?: number;
|
|
496
496
|
}
|
|
@@ -503,11 +503,11 @@ export interface DeleteRecordGroupRequest {
|
|
|
503
503
|
*/
|
|
504
504
|
Domain: string;
|
|
505
505
|
/**
|
|
506
|
-
* 分组 ID
|
|
506
|
+
* 分组 ID,可通过DescribeRecordGroupList接口获取所有记录分组
|
|
507
507
|
*/
|
|
508
508
|
GroupId: number;
|
|
509
509
|
/**
|
|
510
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
510
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
511
511
|
*/
|
|
512
512
|
DomainId?: number;
|
|
513
513
|
}
|
|
@@ -567,7 +567,7 @@ export interface DescribeSnapshotListRequest {
|
|
|
567
567
|
*/
|
|
568
568
|
Domain: string;
|
|
569
569
|
/**
|
|
570
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
570
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
571
571
|
*/
|
|
572
572
|
DomainId?: number;
|
|
573
573
|
}
|
|
@@ -1122,11 +1122,11 @@ export interface DeleteSnapshotRequest {
|
|
|
1122
1122
|
*/
|
|
1123
1123
|
Domain: string;
|
|
1124
1124
|
/**
|
|
1125
|
-
*
|
|
1125
|
+
* 快照 ID。可以通过接口DescribeSnapshotList查询快照 ID
|
|
1126
1126
|
*/
|
|
1127
1127
|
SnapshotId: string;
|
|
1128
1128
|
/**
|
|
1129
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1129
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1130
1130
|
*/
|
|
1131
1131
|
DomainId?: number;
|
|
1132
1132
|
}
|
|
@@ -1194,7 +1194,7 @@ export interface RollbackRecordSnapshotRequest {
|
|
|
1194
1194
|
*/
|
|
1195
1195
|
Domain: string;
|
|
1196
1196
|
/**
|
|
1197
|
-
* 快照 ID
|
|
1197
|
+
* 快照 ID。可以通过接口DescribeSnapshotList查询快照 ID
|
|
1198
1198
|
*/
|
|
1199
1199
|
SnapshotId: string;
|
|
1200
1200
|
/**
|
|
@@ -1202,11 +1202,11 @@ export interface RollbackRecordSnapshotRequest {
|
|
|
1202
1202
|
*/
|
|
1203
1203
|
RecordList: Array<SnapshotRecord>;
|
|
1204
1204
|
/**
|
|
1205
|
-
* 之前的快照回滚任务 ID
|
|
1205
|
+
* 之前的快照回滚任务 ID。可从RollbackSnapshot接口获取
|
|
1206
1206
|
*/
|
|
1207
1207
|
TaskId: number;
|
|
1208
1208
|
/**
|
|
1209
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1209
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1210
1210
|
*/
|
|
1211
1211
|
DomainId?: number;
|
|
1212
1212
|
}
|
|
@@ -1219,15 +1219,15 @@ export interface ModifyRecordToGroupRequest {
|
|
|
1219
1219
|
*/
|
|
1220
1220
|
Domain: string;
|
|
1221
1221
|
/**
|
|
1222
|
-
* 分组 ID
|
|
1222
|
+
* 分组 ID,可通过DescribeRecordGroupList接口获取所有记录分组
|
|
1223
1223
|
*/
|
|
1224
1224
|
GroupId: number;
|
|
1225
1225
|
/**
|
|
1226
|
-
* 记录 ID,多个 ID
|
|
1226
|
+
* 记录 ID,多个 ID 用竖线“|”分割,可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
|
|
1227
1227
|
*/
|
|
1228
1228
|
RecordId: string;
|
|
1229
1229
|
/**
|
|
1230
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1230
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1231
1231
|
*/
|
|
1232
1232
|
DomainId?: number;
|
|
1233
1233
|
}
|
|
@@ -1494,7 +1494,7 @@ export interface DescribeSnapshotConfigRequest {
|
|
|
1494
1494
|
*/
|
|
1495
1495
|
Domain: string;
|
|
1496
1496
|
/**
|
|
1497
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1497
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1498
1498
|
*/
|
|
1499
1499
|
DomainId?: number;
|
|
1500
1500
|
}
|
|
@@ -1559,7 +1559,7 @@ export interface DescribeRecordListResponse {
|
|
|
1559
1559
|
*/
|
|
1560
1560
|
export interface CreateRecordBatchRequest {
|
|
1561
1561
|
/**
|
|
1562
|
-
* 域名ID
|
|
1562
|
+
* 域名ID,多个域名ID用英文逗号进行分割。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1563
1563
|
*/
|
|
1564
1564
|
DomainIdList: Array<string>;
|
|
1565
1565
|
/**
|
|
@@ -1678,7 +1678,7 @@ export interface ModifyDomainLockRequest {
|
|
|
1678
1678
|
*/
|
|
1679
1679
|
Domain: string;
|
|
1680
1680
|
/**
|
|
1681
|
-
*
|
|
1681
|
+
* 域名要锁定的天数,最多可锁定的天数可以通过DescribeDomainPurview接口获取。
|
|
1682
1682
|
*/
|
|
1683
1683
|
LockDays: number;
|
|
1684
1684
|
/**
|
|
@@ -1712,11 +1712,11 @@ export interface ModifyTXTRecordRequest {
|
|
|
1712
1712
|
*/
|
|
1713
1713
|
Value: string;
|
|
1714
1714
|
/**
|
|
1715
|
-
* 记录 ID
|
|
1715
|
+
* 记录 ID 。
|
|
1716
1716
|
*/
|
|
1717
1717
|
RecordId: number;
|
|
1718
1718
|
/**
|
|
1719
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1719
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
|
|
1720
1720
|
*/
|
|
1721
1721
|
DomainId?: number;
|
|
1722
1722
|
/**
|
|
@@ -2208,7 +2208,7 @@ export interface DescribeRecordLineCategoryListRequest {
|
|
|
2208
2208
|
*/
|
|
2209
2209
|
Domain: string;
|
|
2210
2210
|
/**
|
|
2211
|
-
* 要查询线路列表的域名 ID。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2211
|
+
* 要查询线路列表的域名 ID。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain。
|
|
2212
2212
|
*/
|
|
2213
2213
|
DomainId?: number;
|
|
2214
2214
|
}
|
|
@@ -2363,7 +2363,7 @@ export interface ModifyRecordBatchRequest {
|
|
|
2363
2363
|
*/
|
|
2364
2364
|
Value?: string;
|
|
2365
2365
|
/**
|
|
2366
|
-
* MX
|
|
2366
|
+
* MX 优先级,当记录类型是 MX、HTTPS、SVCB 时必填,范围1-65535。
|
|
2367
2367
|
*/
|
|
2368
2368
|
MX?: string;
|
|
2369
2369
|
}
|
|
@@ -2656,7 +2656,7 @@ export interface ModifyRecordBatchResponse {
|
|
|
2656
2656
|
*/
|
|
2657
2657
|
JobId?: number;
|
|
2658
2658
|
/**
|
|
2659
|
-
* 见
|
|
2659
|
+
* 见ModifyRecordBatchDetail
|
|
2660
2660
|
*/
|
|
2661
2661
|
DetailList?: Array<ModifyRecordBatchDetail>;
|
|
2662
2662
|
/**
|
|
@@ -3047,7 +3047,7 @@ export interface DescribeDomainShareUserListRequest {
|
|
|
3047
3047
|
*/
|
|
3048
3048
|
Domain: string;
|
|
3049
3049
|
/**
|
|
3050
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
3050
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
|
|
3051
3051
|
*/
|
|
3052
3052
|
DomainId?: number;
|
|
3053
3053
|
}
|
|
@@ -3276,11 +3276,11 @@ export interface CreateDomainAliasResponse {
|
|
|
3276
3276
|
*/
|
|
3277
3277
|
export interface DescribeRecordListRequest {
|
|
3278
3278
|
/**
|
|
3279
|
-
*
|
|
3279
|
+
* 域名
|
|
3280
3280
|
*/
|
|
3281
3281
|
Domain: string;
|
|
3282
3282
|
/**
|
|
3283
|
-
*
|
|
3283
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
3284
3284
|
*/
|
|
3285
3285
|
DomainId?: number;
|
|
3286
3286
|
/**
|
|
@@ -3300,7 +3300,7 @@ export interface DescribeRecordListRequest {
|
|
|
3300
3300
|
*/
|
|
3301
3301
|
RecordLineId?: string;
|
|
3302
3302
|
/**
|
|
3303
|
-
* 获取某个分组下的解析记录时,传这个分组Id
|
|
3303
|
+
* 获取某个分组下的解析记录时,传这个分组Id。可通过DescribeRecordGroupList接口获取所有分组
|
|
3304
3304
|
*/
|
|
3305
3305
|
GroupId?: number;
|
|
3306
3306
|
/**
|
|
@@ -3346,7 +3346,7 @@ export interface CreateTXTRecordRequest {
|
|
|
3346
3346
|
*/
|
|
3347
3347
|
Domain: string;
|
|
3348
3348
|
/**
|
|
3349
|
-
*
|
|
3349
|
+
* 记录线路
|
|
3350
3350
|
*/
|
|
3351
3351
|
RecordLine: string;
|
|
3352
3352
|
/**
|
|
@@ -3362,7 +3362,7 @@ export interface CreateTXTRecordRequest {
|
|
|
3362
3362
|
*/
|
|
3363
3363
|
SubDomain?: string;
|
|
3364
3364
|
/**
|
|
3365
|
-
* 线路的 ID
|
|
3365
|
+
* 线路的 ID,英文字符串,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。
|
|
3366
3366
|
*/
|
|
3367
3367
|
RecordLineId?: string;
|
|
3368
3368
|
/**
|
|
@@ -3378,7 +3378,7 @@ export interface CreateTXTRecordRequest {
|
|
|
3378
3378
|
*/
|
|
3379
3379
|
Remark?: string;
|
|
3380
3380
|
/**
|
|
3381
|
-
* 记录分组 Id
|
|
3381
|
+
* 记录分组 Id。
|
|
3382
3382
|
*/
|
|
3383
3383
|
GroupId?: number;
|
|
3384
3384
|
}
|
|
@@ -3395,7 +3395,7 @@ export interface DescribeRecordFilterListRequest {
|
|
|
3395
3395
|
*/
|
|
3396
3396
|
Domain: string;
|
|
3397
3397
|
/**
|
|
3398
|
-
* 要获取的解析记录所属的域名 Id,如果传了 DomainId,系统将会忽略 Domain 参数。
|
|
3398
|
+
* 要获取的解析记录所属的域名 Id,如果传了 DomainId,系统将会忽略 Domain 参数。
|
|
3399
3399
|
*/
|
|
3400
3400
|
DomainId?: number;
|
|
3401
3401
|
/**
|
|
@@ -3407,11 +3407,11 @@ export interface DescribeRecordFilterListRequest {
|
|
|
3407
3407
|
*/
|
|
3408
3408
|
RecordType?: Array<string>;
|
|
3409
3409
|
/**
|
|
3410
|
-
* 获取某些线路ID
|
|
3410
|
+
* 获取某些线路ID的解析记录。
|
|
3411
3411
|
*/
|
|
3412
3412
|
RecordLine?: Array<string>;
|
|
3413
3413
|
/**
|
|
3414
|
-
* 获取某些分组下的解析记录时,传这个分组 Id
|
|
3414
|
+
* 获取某些分组下的解析记录时,传这个分组 Id。
|
|
3415
3415
|
*/
|
|
3416
3416
|
GroupId?: Array<number | bigint>;
|
|
3417
3417
|
/**
|
|
@@ -3436,7 +3436,7 @@ export interface DescribeRecordFilterListRequest {
|
|
|
3436
3436
|
*/
|
|
3437
3437
|
SortType?: string;
|
|
3438
3438
|
/**
|
|
3439
|
-
* 偏移量,默认值为0。如果入参携带"Domain","
|
|
3439
|
+
* 偏移量,默认值为0。如果入参携带"Domain","offset","Limit" 这3个以外的参数,记录结果限制最大3000条
|
|
3440
3440
|
*/
|
|
3441
3441
|
Offset?: number;
|
|
3442
3442
|
/**
|
|
@@ -3687,7 +3687,7 @@ export interface CreateRecordGroupRequest {
|
|
|
3687
3687
|
*/
|
|
3688
3688
|
GroupName: string;
|
|
3689
3689
|
/**
|
|
3690
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
3690
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
3691
3691
|
*/
|
|
3692
3692
|
DomainId?: number;
|
|
3693
3693
|
}
|
|
@@ -4062,11 +4062,11 @@ export interface ModifyDynamicDNSRequest {
|
|
|
4062
4062
|
*/
|
|
4063
4063
|
RecordId: number;
|
|
4064
4064
|
/**
|
|
4065
|
-
*
|
|
4065
|
+
* 记录线路,中文,比如:默认。
|
|
4066
4066
|
*/
|
|
4067
4067
|
RecordLine: string;
|
|
4068
4068
|
/**
|
|
4069
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
4069
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
|
|
4070
4070
|
*/
|
|
4071
4071
|
DomainId?: number;
|
|
4072
4072
|
/**
|
|
@@ -4074,7 +4074,7 @@ export interface ModifyDynamicDNSRequest {
|
|
|
4074
4074
|
*/
|
|
4075
4075
|
SubDomain?: string;
|
|
4076
4076
|
/**
|
|
4077
|
-
* 线路的 ID
|
|
4077
|
+
* 线路的 ID,英文字符串,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。
|
|
4078
4078
|
*/
|
|
4079
4079
|
RecordLineId?: string;
|
|
4080
4080
|
/**
|
|
@@ -4095,7 +4095,7 @@ export interface DescribeRecordGroupListRequest {
|
|
|
4095
4095
|
*/
|
|
4096
4096
|
Domain: string;
|
|
4097
4097
|
/**
|
|
4098
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
4098
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
4099
4099
|
*/
|
|
4100
4100
|
DomainId?: number;
|
|
4101
4101
|
/**
|
|
@@ -4158,7 +4158,7 @@ export interface DescribeDomainFilterListRequest {
|
|
|
4158
4158
|
*/
|
|
4159
4159
|
Limit?: number;
|
|
4160
4160
|
/**
|
|
4161
|
-
* 根据域名分组 id
|
|
4161
|
+
* 根据域名分组 id 获取域名
|
|
4162
4162
|
*/
|
|
4163
4163
|
GroupId?: Array<number | bigint>;
|
|
4164
4164
|
/**
|
|
@@ -4270,7 +4270,7 @@ export interface DescribeRecordExistExceptDefaultNSRequest {
|
|
|
4270
4270
|
*/
|
|
4271
4271
|
Domain: string;
|
|
4272
4272
|
/**
|
|
4273
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
4273
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
|
|
4274
4274
|
*/
|
|
4275
4275
|
DomainId?: number;
|
|
4276
4276
|
}
|
|
@@ -4356,7 +4356,7 @@ export interface DescribeDomainListRequest {
|
|
|
4356
4356
|
*/
|
|
4357
4357
|
Limit?: number;
|
|
4358
4358
|
/**
|
|
4359
|
-
* 分组ID,
|
|
4359
|
+
* 分组ID, 获取指定分组的域名,可以通过接口DescribeDomainGroupList查看当前域名分组信息
|
|
4360
4360
|
*/
|
|
4361
4361
|
GroupId?: number;
|
|
4362
4362
|
/**
|
|
@@ -4897,7 +4897,7 @@ export interface CheckRecordSnapshotRollbackRequest {
|
|
|
4897
4897
|
*/
|
|
4898
4898
|
Domain: string;
|
|
4899
4899
|
/**
|
|
4900
|
-
*
|
|
4900
|
+
* 快照记录 ID
|
|
4901
4901
|
*/
|
|
4902
4902
|
SnapshotId: string;
|
|
4903
4903
|
/**
|
|
@@ -4939,7 +4939,7 @@ export interface DescribeDomainAnalyticsRequest {
|
|
|
4939
4939
|
*/
|
|
4940
4940
|
DnsFormat?: string;
|
|
4941
4941
|
/**
|
|
4942
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
4942
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
|
|
4943
4943
|
*/
|
|
4944
4944
|
DomainId?: number;
|
|
4945
4945
|
}
|
|
@@ -4965,11 +4965,11 @@ export interface ModifyRecordRequest {
|
|
|
4965
4965
|
*/
|
|
4966
4966
|
Domain: string;
|
|
4967
4967
|
/**
|
|
4968
|
-
*
|
|
4968
|
+
* 记录类型,可通过接口DescribeRecordType获得,大写英文,比如:A 。
|
|
4969
4969
|
*/
|
|
4970
4970
|
RecordType: string;
|
|
4971
4971
|
/**
|
|
4972
|
-
*
|
|
4972
|
+
* 记录线路,可以通过接口DescribeRecordLineList查看当前域名允许的线路信息。比如:默认。
|
|
4973
4973
|
*/
|
|
4974
4974
|
RecordLine: string;
|
|
4975
4975
|
/**
|
|
@@ -4989,11 +4989,11 @@ export interface ModifyRecordRequest {
|
|
|
4989
4989
|
*/
|
|
4990
4990
|
SubDomain?: string;
|
|
4991
4991
|
/**
|
|
4992
|
-
* 线路的 ID
|
|
4992
|
+
* 线路的 ID,可以通过接口DescribeRecordLineList查看当前域名允许的线路信息,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。
|
|
4993
4993
|
*/
|
|
4994
4994
|
RecordLineId?: string;
|
|
4995
4995
|
/**
|
|
4996
|
-
* MX 优先级,当记录类型是 MX
|
|
4996
|
+
* MX 优先级,当记录类型是 MX、HTTPS、SVCB 时必填,范围1-65535。
|
|
4997
4997
|
*/
|
|
4998
4998
|
MX?: number;
|
|
4999
4999
|
/**
|
|
@@ -321,7 +321,7 @@ export interface DescribeBiddingAppointDetailRequest {
|
|
|
321
321
|
export interface DescribeCustomDnsHostSetRequest {
|
|
322
322
|
/**
|
|
323
323
|
* 域名实例ID
|
|
324
|
-
可通过DescribeDomainNameList
|
|
324
|
+
可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
|
|
325
325
|
*/
|
|
326
326
|
DomainId: string;
|
|
327
327
|
/**
|
|
@@ -2098,7 +2098,7 @@ export interface DescribeBiddingListRequest {
|
|
|
2098
2098
|
export interface ModifyCustomDnsHostRequest {
|
|
2099
2099
|
/**
|
|
2100
2100
|
* 域名实例ID
|
|
2101
|
-
可通过DescribeDomainNameList
|
|
2101
|
+
可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
|
|
2102
2102
|
*/
|
|
2103
2103
|
DomainId: string;
|
|
2104
2104
|
/**
|
|
@@ -2499,7 +2499,7 @@ export interface DescribeDomainNameListResponse {
|
|
|
2499
2499
|
export interface SyncCustomDnsHostRequest {
|
|
2500
2500
|
/**
|
|
2501
2501
|
* 域名实例ID
|
|
2502
|
-
可通过DescribeDomainNameList
|
|
2502
|
+
可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
|
|
2503
2503
|
*/
|
|
2504
2504
|
DomainId: string;
|
|
2505
2505
|
}
|
|
@@ -2946,7 +2946,7 @@ export interface CreateCustomDnsHostRequest {
|
|
|
2946
2946
|
export interface DeleteCustomDnsHostRequest {
|
|
2947
2947
|
/**
|
|
2948
2948
|
* 域名实例ID
|
|
2949
|
-
可通过DescribeDomainNameList
|
|
2949
|
+
可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
|
|
2950
2950
|
*/
|
|
2951
2951
|
DomainId: string;
|
|
2952
2952
|
/**
|
|
@@ -3201,7 +3201,6 @@ export interface DescribePreReleaseListRequest {
|
|
|
3201
3201
|
/**
|
|
3202
3202
|
* 四级分类
|
|
3203
3203
|
1:"仅含2种数字"
|
|
3204
|
-
1:"仅含2种数字"
|
|
3205
3204
|
2:"仅含3种数字"
|
|
3206
3205
|
4:"仅含1种字母"
|
|
3207
3206
|
8:"仅含1种数字"
|
|
@@ -3230,7 +3229,7 @@ export interface DescribePreReleaseListRequest {
|
|
|
3230
3229
|
*/
|
|
3231
3230
|
TransType?: number;
|
|
3232
3231
|
/**
|
|
3233
|
-
*
|
|
3232
|
+
* 是否搜索白金域名(默认值为false)
|
|
3234
3233
|
*/
|
|
3235
3234
|
IsTop?: boolean;
|
|
3236
3235
|
/**
|
|
@@ -228,6 +228,14 @@ export interface LogstashInstanceInfo {
|
|
|
228
228
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
229
229
|
*/
|
|
230
230
|
MemSize?: number;
|
|
231
|
+
/**
|
|
232
|
+
* 部署模式,0:单可用区、1:多可用区
|
|
233
|
+
*/
|
|
234
|
+
DeployMode?: number;
|
|
235
|
+
/**
|
|
236
|
+
* 多可用区部署时可用区的详细信息
|
|
237
|
+
*/
|
|
238
|
+
MultiZoneInfo?: Array<ZoneDetail>;
|
|
231
239
|
}
|
|
232
240
|
/**
|
|
233
241
|
* 操作详情
|
|
@@ -3071,6 +3079,14 @@ export interface CreateLogstashInstanceRequest {
|
|
|
3071
3079
|
* 可维护时间段
|
|
3072
3080
|
*/
|
|
3073
3081
|
OperationDuration?: OperationDuration;
|
|
3082
|
+
/**
|
|
3083
|
+
* 多可用区部署时可用区的详细信息
|
|
3084
|
+
*/
|
|
3085
|
+
MultiZoneInfo?: Array<ZoneDetail>;
|
|
3086
|
+
/**
|
|
3087
|
+
* 部署模式,0:单可用区、1:多可用区
|
|
3088
|
+
*/
|
|
3089
|
+
DeployMode?: number;
|
|
3074
3090
|
}
|
|
3075
3091
|
/**
|
|
3076
3092
|
* UpdateServerlessInstance返回参数结构体
|
|
@@ -4424,6 +4440,11 @@ export interface ZoneDetail {
|
|
|
4424
4440
|
* 子网ID
|
|
4425
4441
|
*/
|
|
4426
4442
|
SubnetId: string;
|
|
4443
|
+
/**
|
|
4444
|
+
* 是否为隐藏可用区
|
|
4445
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4446
|
+
*/
|
|
4447
|
+
Hidden?: boolean;
|
|
4427
4448
|
}
|
|
4428
4449
|
/**
|
|
4429
4450
|
* DescribeClusterSnapshot返回参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeUserFlowTypeResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowForwardsRequest, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, OperateTemplateRequest, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, ModifyApplicationCallbackInfoRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, CreateWebThemeConfigRequest, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DeleteSealPoliciesRequest, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreatePrepareFlowGroupResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, OperateTemplateResponse, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, VerifyDigitFileResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, DescribeUserAutoSignStatusRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateEmployeeChangeUrlRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateFlowForwardsResponse, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, DescribeBillUsageRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, CreatePrepareFlowGroupRequest, CreateFileCounterSignResponse,
|
|
3
|
+
import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeUserFlowTypeResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowForwardsRequest, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, OperateTemplateRequest, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, ModifyApplicationCallbackInfoRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, CreateWebThemeConfigRequest, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateUserNameChangeUrlRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DeleteSealPoliciesRequest, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreatePrepareFlowGroupResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, OperateTemplateResponse, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, VerifyDigitFileResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, DescribeUserAutoSignStatusRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateEmployeeChangeUrlRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, StartFlowRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateFlowForwardsResponse, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, DescribeBillUsageRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, CreatePrepareFlowGroupRequest, CreateFileCounterSignResponse, CreateUserNameChangeUrlResponse, CreateSealResponse, CreatePrepareFlowRequest, DescribeUserFlowTypeRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeFileCounterSignResultResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateExtendedServiceAuthInfosRequest, VerifyDigitFileRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserMobileChangeUrlResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribeOrganizationSealsRequest, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeExtendedServiceAuthInfosResponse, CreateBatchOrganizationAuthorizationUrlResponse, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, CreateOrganizationGroupInvitationLinkResponse } from "./ess_models";
|
|
4
4
|
/**
|
|
5
5
|
* ess client
|
|
6
6
|
* @class
|
|
@@ -378,6 +378,12 @@ export declare class Client extends AbstractClient {
|
|
|
378
378
|
<li>如果此用户在开通时候绑定过个人自动签账号许可, 关闭此用户的自动签不会归还个人自动签账号许可的额度。</li></ul>
|
|
379
379
|
*/
|
|
380
380
|
DisableUserAutoSign(req: DisableUserAutoSignRequest, cb?: (error: string, rep: DisableUserAutoSignResponse) => void): Promise<DisableUserAutoSignResponse>;
|
|
381
|
+
/**
|
|
382
|
+
* 生成个人用户实名更名链接,个人用户点击此链接进入更名流程(若用户未完成实名认证,则直接进入实名页面实名后再进行更名)。此链接为通用链接,任何点击生成链接的用户将会被引导至小程序个人更名页面完成更名。
|
|
383
|
+
|
|
384
|
+
注: 调用此接口需要购买<font color="red"><b>单独的实名套餐包</b></font>。使用前请联系对接的客户经理沟通。
|
|
385
|
+
*/
|
|
386
|
+
CreateUserNameChangeUrl(req: CreateUserNameChangeUrlRequest, cb?: (error: string, rep: CreateUserNameChangeUrlResponse) => void): Promise<CreateUserNameChangeUrlResponse>;
|
|
381
387
|
/**
|
|
382
388
|
* 该接口(DeleteIntegrationEmployees)用于离职本企业员工,同时可选择是否进行离职交接。
|
|
383
389
|
|
|
@@ -448,6 +448,14 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
448
448
|
async DisableUserAutoSign(req, cb) {
|
|
449
449
|
return this.request("DisableUserAutoSign", req, cb);
|
|
450
450
|
}
|
|
451
|
+
/**
|
|
452
|
+
* 生成个人用户实名更名链接,个人用户点击此链接进入更名流程(若用户未完成实名认证,则直接进入实名页面实名后再进行更名)。此链接为通用链接,任何点击生成链接的用户将会被引导至小程序个人更名页面完成更名。
|
|
453
|
+
|
|
454
|
+
注: 调用此接口需要购买<font color="red"><b>单独的实名套餐包</b></font>。使用前请联系对接的客户经理沟通。
|
|
455
|
+
*/
|
|
456
|
+
async CreateUserNameChangeUrl(req, cb) {
|
|
457
|
+
return this.request("CreateUserNameChangeUrl", req, cb);
|
|
458
|
+
}
|
|
451
459
|
/**
|
|
452
460
|
* 该接口(DeleteIntegrationEmployees)用于离职本企业员工,同时可选择是否进行离职交接。
|
|
453
461
|
|