tencentcloud-sdk-nodejs 4.0.488 → 4.0.490
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 +363 -0
- package/SERVICE_CHANGELOG.md +435 -152
- package/package.json +1 -1
- package/products.md +15 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +31 -0
- package/src/services/cdwch/index.ts +5 -0
- package/src/services/cdwch/v20200915/cdwch_client.ts +118 -0
- package/src/services/cdwch/v20200915/cdwch_models.ts +314 -0
- package/src/services/cdwch/v20200915/index.ts +6 -0
- package/src/services/cfw/v20190904/cfw_client.ts +4 -4
- package/src/services/cfw/v20190904/cfw_models.ts +2 -2
- package/src/services/cpdp/v20190820/cpdp_models.ts +14 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +14 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +96 -40
- package/src/services/ess/v20201111/ess_client.ts +26 -0
- package/src/services/ess/v20201111/ess_models.ts +100 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +38 -12
- package/src/services/essbasic/v20210526/essbasic_models.ts +174 -82
- package/src/services/index.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +19 -4
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +3 -3
- package/src/services/tcss/v20201101/tcss_client.ts +287 -100
- package/src/services/tcss/v20201101/tcss_models.ts +1780 -817
- package/src/services/tdmq/v20200217/tdmq_models.ts +6 -0
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/vod/v20180717/vod_client.ts +0 -6
- package/src/services/vod/v20180717/vod_models.ts +156 -5
- 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 +26 -0
- package/tencentcloud/services/cdwch/index.d.ts +6 -0
- package/tencentcloud/services/cdwch/index.js +7 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +38 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +73 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +255 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.js +18 -0
- package/tencentcloud/services/cdwch/v20200915/index.d.ts +6 -0
- package/tencentcloud/services/cdwch/v20200915/index.js +9 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +4 -4
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +4 -4
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +12 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +6 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +7 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +88 -40
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +11 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +14 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +85 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +153 -74
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +16 -4
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +87 -27
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +129 -39
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1499 -681
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -6
- package/tencentcloud/services/vod/v20180717/vod_client.js +0 -6
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +126 -5
- package/test/cdwch.v20200915.test.js +91 -0
- package/test/dnspod.v20210323.test.js +10 -0
- package/test/ess.v20201111.test.js +20 -0
- package/test/essbasic.v20210526.test.js +22 -2
- package/test/tcss.v20201101.test.js +176 -26
|
@@ -235,7 +235,7 @@ export interface ModifySubdomainStatusRequest {
|
|
|
235
235
|
*/
|
|
236
236
|
Status: string;
|
|
237
237
|
/**
|
|
238
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
238
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
239
239
|
*/
|
|
240
240
|
DomainId?: number;
|
|
241
241
|
/**
|
|
@@ -377,7 +377,7 @@ export interface ModifyRecordGroupRequest {
|
|
|
377
377
|
*/
|
|
378
378
|
export interface DescribeBatchTaskRequest {
|
|
379
379
|
/**
|
|
380
|
-
* 任务ID
|
|
380
|
+
* 任务ID。操作批量接口时会返回JobId
|
|
381
381
|
*/
|
|
382
382
|
JobId: number;
|
|
383
383
|
}
|
|
@@ -408,6 +408,20 @@ export interface CreateSnapshotResponse {
|
|
|
408
408
|
*/
|
|
409
409
|
RequestId?: string;
|
|
410
410
|
}
|
|
411
|
+
/**
|
|
412
|
+
* 键值对
|
|
413
|
+
*/
|
|
414
|
+
export interface KeyValue {
|
|
415
|
+
/**
|
|
416
|
+
* 键
|
|
417
|
+
*/
|
|
418
|
+
Key: string;
|
|
419
|
+
/**
|
|
420
|
+
* 值
|
|
421
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
422
|
+
*/
|
|
423
|
+
Value?: string;
|
|
424
|
+
}
|
|
411
425
|
/**
|
|
412
426
|
* DeleteRecordGroup请求参数结构体
|
|
413
427
|
*/
|
|
@@ -633,7 +647,7 @@ export interface DescribeDomainShareInfoRequest {
|
|
|
633
647
|
*/
|
|
634
648
|
Domain: string;
|
|
635
649
|
/**
|
|
636
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
650
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
637
651
|
*/
|
|
638
652
|
DomainId?: number;
|
|
639
653
|
}
|
|
@@ -888,11 +902,11 @@ export interface ModifyRecordRequest {
|
|
|
888
902
|
*/
|
|
889
903
|
Value: string;
|
|
890
904
|
/**
|
|
891
|
-
* 记录 ID
|
|
905
|
+
* 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
|
|
892
906
|
*/
|
|
893
907
|
RecordId: number;
|
|
894
908
|
/**
|
|
895
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
909
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
896
910
|
*/
|
|
897
911
|
DomainId?: number;
|
|
898
912
|
/**
|
|
@@ -1014,7 +1028,7 @@ export interface DeleteDomainRequest {
|
|
|
1014
1028
|
*/
|
|
1015
1029
|
Domain: string;
|
|
1016
1030
|
/**
|
|
1017
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1031
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1018
1032
|
*/
|
|
1019
1033
|
DomainId?: number;
|
|
1020
1034
|
}
|
|
@@ -1031,7 +1045,7 @@ export interface ModifyDomainOwnerRequest {
|
|
|
1031
1045
|
*/
|
|
1032
1046
|
Account: string;
|
|
1033
1047
|
/**
|
|
1034
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1048
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1035
1049
|
*/
|
|
1036
1050
|
DomainId?: number;
|
|
1037
1051
|
}
|
|
@@ -1040,7 +1054,7 @@ export interface ModifyDomainOwnerRequest {
|
|
|
1040
1054
|
*/
|
|
1041
1055
|
export interface ModifyPackageAutoRenewRequest {
|
|
1042
1056
|
/**
|
|
1043
|
-
* 资源ID
|
|
1057
|
+
* 资源ID。可以在控制台查看所有的资源
|
|
1044
1058
|
*/
|
|
1045
1059
|
ResourceId: string;
|
|
1046
1060
|
/**
|
|
@@ -1106,7 +1120,7 @@ export interface DescribeRecordLineListRequest {
|
|
|
1106
1120
|
*/
|
|
1107
1121
|
DomainGrade: string;
|
|
1108
1122
|
/**
|
|
1109
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1123
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1110
1124
|
*/
|
|
1111
1125
|
DomainId?: number;
|
|
1112
1126
|
}
|
|
@@ -1145,7 +1159,7 @@ export interface CreateRecordBatchRequest {
|
|
|
1145
1159
|
*/
|
|
1146
1160
|
export interface DeleteDomainAliasRequest {
|
|
1147
1161
|
/**
|
|
1148
|
-
* 域名别名ID
|
|
1162
|
+
* 域名别名ID。可以通过接口DescribeDomainAliasList查到所有的域名别名列表以及对应的ID
|
|
1149
1163
|
*/
|
|
1150
1164
|
DomainAliasId: number;
|
|
1151
1165
|
/**
|
|
@@ -1153,7 +1167,7 @@ export interface DeleteDomainAliasRequest {
|
|
|
1153
1167
|
*/
|
|
1154
1168
|
Domain: string;
|
|
1155
1169
|
/**
|
|
1156
|
-
* 域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1170
|
+
* 域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1157
1171
|
*/
|
|
1158
1172
|
DomainId?: number;
|
|
1159
1173
|
}
|
|
@@ -1234,7 +1248,7 @@ export interface ModifyDomainLockRequest {
|
|
|
1234
1248
|
*/
|
|
1235
1249
|
LockDays: number;
|
|
1236
1250
|
/**
|
|
1237
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1251
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1238
1252
|
*/
|
|
1239
1253
|
DomainId?: number;
|
|
1240
1254
|
}
|
|
@@ -1251,7 +1265,7 @@ export interface ModifyDomainStatusRequest {
|
|
|
1251
1265
|
*/
|
|
1252
1266
|
Status: string;
|
|
1253
1267
|
/**
|
|
1254
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1268
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1255
1269
|
*/
|
|
1256
1270
|
DomainId?: number;
|
|
1257
1271
|
}
|
|
@@ -1336,7 +1350,7 @@ export interface DescribeRecordRequest {
|
|
|
1336
1350
|
*/
|
|
1337
1351
|
RecordId: number;
|
|
1338
1352
|
/**
|
|
1339
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1353
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1340
1354
|
*/
|
|
1341
1355
|
DomainId?: number;
|
|
1342
1356
|
}
|
|
@@ -1378,7 +1392,7 @@ export interface DescribeSubdomainAnalyticsRequest {
|
|
|
1378
1392
|
*/
|
|
1379
1393
|
DnsFormat?: string;
|
|
1380
1394
|
/**
|
|
1381
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1395
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1382
1396
|
*/
|
|
1383
1397
|
DomainId?: number;
|
|
1384
1398
|
}
|
|
@@ -1391,11 +1405,11 @@ export interface DeleteRecordRequest {
|
|
|
1391
1405
|
*/
|
|
1392
1406
|
Domain: string;
|
|
1393
1407
|
/**
|
|
1394
|
-
* 记录 ID
|
|
1408
|
+
* 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
|
|
1395
1409
|
*/
|
|
1396
1410
|
RecordId: number;
|
|
1397
1411
|
/**
|
|
1398
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1412
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1399
1413
|
*/
|
|
1400
1414
|
DomainId?: number;
|
|
1401
1415
|
}
|
|
@@ -1408,7 +1422,7 @@ export interface DescribeDomainRequest {
|
|
|
1408
1422
|
*/
|
|
1409
1423
|
Domain: string;
|
|
1410
1424
|
/**
|
|
1411
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1425
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1412
1426
|
*/
|
|
1413
1427
|
DomainId?: number;
|
|
1414
1428
|
}
|
|
@@ -1442,7 +1456,7 @@ export interface ModifyRecordStatusRequest {
|
|
|
1442
1456
|
*/
|
|
1443
1457
|
Domain: string;
|
|
1444
1458
|
/**
|
|
1445
|
-
* 记录 ID
|
|
1459
|
+
* 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
|
|
1446
1460
|
*/
|
|
1447
1461
|
RecordId: number;
|
|
1448
1462
|
/**
|
|
@@ -1450,7 +1464,7 @@ export interface ModifyRecordStatusRequest {
|
|
|
1450
1464
|
*/
|
|
1451
1465
|
Status: string;
|
|
1452
1466
|
/**
|
|
1453
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1467
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1454
1468
|
*/
|
|
1455
1469
|
DomainId?: number;
|
|
1456
1470
|
}
|
|
@@ -1709,7 +1723,7 @@ export interface DescribeDomainLogListRequest {
|
|
|
1709
1723
|
*/
|
|
1710
1724
|
Domain: string;
|
|
1711
1725
|
/**
|
|
1712
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1726
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1713
1727
|
*/
|
|
1714
1728
|
DomainId?: number;
|
|
1715
1729
|
/**
|
|
@@ -1743,7 +1757,7 @@ export interface DescribeDomainListResponse {
|
|
|
1743
1757
|
*/
|
|
1744
1758
|
export interface ModifyRecordBatchRequest {
|
|
1745
1759
|
/**
|
|
1746
|
-
* 记录ID
|
|
1760
|
+
* 记录ID数组。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
|
|
1747
1761
|
*/
|
|
1748
1762
|
RecordIdList: Array<number>;
|
|
1749
1763
|
/**
|
|
@@ -2306,7 +2320,7 @@ export interface CreateDomainRequest {
|
|
|
2306
2320
|
*/
|
|
2307
2321
|
Domain: string;
|
|
2308
2322
|
/**
|
|
2309
|
-
* 域名分组ID
|
|
2323
|
+
* 域名分组ID。可以通过接口DescribeDomainGroupList查看当前域名分组信息
|
|
2310
2324
|
*/
|
|
2311
2325
|
GroupId?: number;
|
|
2312
2326
|
/**
|
|
@@ -2362,7 +2376,7 @@ export interface ModifyDomainRemarkRequest {
|
|
|
2362
2376
|
*/
|
|
2363
2377
|
Domain: string;
|
|
2364
2378
|
/**
|
|
2365
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2379
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2366
2380
|
*/
|
|
2367
2381
|
DomainId?: number;
|
|
2368
2382
|
/**
|
|
@@ -2392,7 +2406,7 @@ export interface DescribeRecordListRequest {
|
|
|
2392
2406
|
*/
|
|
2393
2407
|
Domain: string;
|
|
2394
2408
|
/**
|
|
2395
|
-
* 要获取的解析记录所属的域名Id,如果传了DomainId,系统将会忽略Domain
|
|
2409
|
+
* 要获取的解析记录所属的域名Id,如果传了DomainId,系统将会忽略Domain参数。 可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2396
2410
|
*/
|
|
2397
2411
|
DomainId?: number;
|
|
2398
2412
|
/**
|
|
@@ -2404,15 +2418,15 @@ export interface DescribeRecordListRequest {
|
|
|
2404
2418
|
*/
|
|
2405
2419
|
RecordType?: string;
|
|
2406
2420
|
/**
|
|
2407
|
-
*
|
|
2421
|
+
* 获取某条线路名称的解析记录。可以通过接口DescribeRecordLineList查看当前域名允许的线路信息
|
|
2408
2422
|
*/
|
|
2409
2423
|
RecordLine?: string;
|
|
2410
2424
|
/**
|
|
2411
|
-
* 获取某个线路Id对应的解析记录,如果传RecordLineId,系统会忽略RecordLine
|
|
2425
|
+
* 获取某个线路Id对应的解析记录,如果传RecordLineId,系统会忽略RecordLine参数。可以通过接口DescribeRecordLineList查看当前域名允许的线路信息
|
|
2412
2426
|
*/
|
|
2413
2427
|
RecordLineId?: string;
|
|
2414
2428
|
/**
|
|
2415
|
-
* 获取某个分组下的解析记录时,传这个分组Id
|
|
2429
|
+
* 获取某个分组下的解析记录时,传这个分组Id。
|
|
2416
2430
|
*/
|
|
2417
2431
|
GroupId?: number;
|
|
2418
2432
|
/**
|
|
@@ -2445,7 +2459,7 @@ export interface PayOrderWithBalanceRequest {
|
|
|
2445
2459
|
*/
|
|
2446
2460
|
BigDealIdList: Array<string>;
|
|
2447
2461
|
/**
|
|
2448
|
-
* 代金券ID
|
|
2462
|
+
* 代金券ID数组。可以从控制台查到拥有的代金券
|
|
2449
2463
|
*/
|
|
2450
2464
|
VoucherIdList?: Array<string>;
|
|
2451
2465
|
}
|
|
@@ -2471,6 +2485,27 @@ export interface DescribeRecordResponse {
|
|
|
2471
2485
|
*/
|
|
2472
2486
|
RequestId?: string;
|
|
2473
2487
|
}
|
|
2488
|
+
/**
|
|
2489
|
+
* ModifyRecordFields请求参数结构体
|
|
2490
|
+
*/
|
|
2491
|
+
export interface ModifyRecordFieldsRequest {
|
|
2492
|
+
/**
|
|
2493
|
+
* 域名
|
|
2494
|
+
*/
|
|
2495
|
+
Domain: string;
|
|
2496
|
+
/**
|
|
2497
|
+
* 记录 ID 。
|
|
2498
|
+
*/
|
|
2499
|
+
RecordId: number;
|
|
2500
|
+
/**
|
|
2501
|
+
* 要修改的记录属性和值,支持:sub_domain,record_line,record_line_id,record_type,value,ttl,status,mx,weight
|
|
2502
|
+
*/
|
|
2503
|
+
FieldList: Array<KeyValue>;
|
|
2504
|
+
/**
|
|
2505
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
|
|
2506
|
+
*/
|
|
2507
|
+
DomainId?: number;
|
|
2508
|
+
}
|
|
2474
2509
|
/**
|
|
2475
2510
|
* DeleteSnapshot返回参数结构体
|
|
2476
2511
|
*/
|
|
@@ -2706,7 +2741,7 @@ export interface DescribeDomainAliasListRequest {
|
|
|
2706
2741
|
*/
|
|
2707
2742
|
Domain: string;
|
|
2708
2743
|
/**
|
|
2709
|
-
* 域名ID,域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2744
|
+
* 域名ID,域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2710
2745
|
*/
|
|
2711
2746
|
DomainId?: number;
|
|
2712
2747
|
}
|
|
@@ -2723,7 +2758,7 @@ export interface CreateDomainAliasRequest {
|
|
|
2723
2758
|
*/
|
|
2724
2759
|
Domain: string;
|
|
2725
2760
|
/**
|
|
2726
|
-
* 域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2761
|
+
* 域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2727
2762
|
*/
|
|
2728
2763
|
DomainId?: number;
|
|
2729
2764
|
}
|
|
@@ -2740,7 +2775,7 @@ export interface DeleteShareDomainRequest {
|
|
|
2740
2775
|
*/
|
|
2741
2776
|
Account: string;
|
|
2742
2777
|
/**
|
|
2743
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2778
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2744
2779
|
*/
|
|
2745
2780
|
DomainId?: number;
|
|
2746
2781
|
}
|
|
@@ -2782,7 +2817,7 @@ export interface ModifyDynamicDNSRequest {
|
|
|
2782
2817
|
*/
|
|
2783
2818
|
Domain: string;
|
|
2784
2819
|
/**
|
|
2785
|
-
* 记录ID。
|
|
2820
|
+
* 记录ID。 可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
|
|
2786
2821
|
*/
|
|
2787
2822
|
RecordId: number;
|
|
2788
2823
|
/**
|
|
@@ -2794,7 +2829,7 @@ export interface ModifyDynamicDNSRequest {
|
|
|
2794
2829
|
*/
|
|
2795
2830
|
Value: string;
|
|
2796
2831
|
/**
|
|
2797
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2832
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2798
2833
|
*/
|
|
2799
2834
|
DomainId?: number;
|
|
2800
2835
|
/**
|
|
@@ -2831,6 +2866,19 @@ export interface DescribeRecordGroupListRequest {
|
|
|
2831
2866
|
*/
|
|
2832
2867
|
Limit?: number;
|
|
2833
2868
|
}
|
|
2869
|
+
/**
|
|
2870
|
+
* ModifyRecordFields返回参数结构体
|
|
2871
|
+
*/
|
|
2872
|
+
export interface ModifyRecordFieldsResponse {
|
|
2873
|
+
/**
|
|
2874
|
+
* 记录ID
|
|
2875
|
+
*/
|
|
2876
|
+
RecordId: number;
|
|
2877
|
+
/**
|
|
2878
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2879
|
+
*/
|
|
2880
|
+
RequestId?: string;
|
|
2881
|
+
}
|
|
2834
2882
|
/**
|
|
2835
2883
|
* 域名权限项
|
|
2836
2884
|
*/
|
|
@@ -2853,11 +2901,11 @@ export interface ModifyRecordRemarkRequest {
|
|
|
2853
2901
|
*/
|
|
2854
2902
|
Domain: string;
|
|
2855
2903
|
/**
|
|
2856
|
-
* 记录 ID
|
|
2904
|
+
* 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
|
|
2857
2905
|
*/
|
|
2858
2906
|
RecordId: number;
|
|
2859
2907
|
/**
|
|
2860
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2908
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2861
2909
|
*/
|
|
2862
2910
|
DomainId?: number;
|
|
2863
2911
|
/**
|
|
@@ -2946,7 +2994,7 @@ export interface DescribeDomainPurviewRequest {
|
|
|
2946
2994
|
*/
|
|
2947
2995
|
Domain: string;
|
|
2948
2996
|
/**
|
|
2949
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2997
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2950
2998
|
*/
|
|
2951
2999
|
DomainId?: number;
|
|
2952
3000
|
}
|
|
@@ -3002,7 +3050,7 @@ export interface ModifyDomainUnlockRequest {
|
|
|
3002
3050
|
*/
|
|
3003
3051
|
LockCode: string;
|
|
3004
3052
|
/**
|
|
3005
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
3053
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
3006
3054
|
*/
|
|
3007
3055
|
DomainId?: number;
|
|
3008
3056
|
}
|
|
@@ -3058,7 +3106,7 @@ export interface CreateDealResponse {
|
|
|
3058
3106
|
*/
|
|
3059
3107
|
export interface ModifyVasAutoRenewStatusRequest {
|
|
3060
3108
|
/**
|
|
3061
|
-
* 资源ID
|
|
3109
|
+
* 资源ID。可以从控制台查看所有的资源
|
|
3062
3110
|
*/
|
|
3063
3111
|
ResourceId: string;
|
|
3064
3112
|
/**
|
|
@@ -3171,7 +3219,7 @@ export interface DescribeDomainAnalyticsRequest {
|
|
|
3171
3219
|
*/
|
|
3172
3220
|
DnsFormat?: string;
|
|
3173
3221
|
/**
|
|
3174
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
3222
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
3175
3223
|
*/
|
|
3176
3224
|
DomainId?: number;
|
|
3177
3225
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CancelFlowResponse, CreateSchemeUrlRequest, CreateFlowApproversResponse, UploadFilesRequest, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, CreateIntegrationEmployeesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateConvertTaskApiRequest, DescribeFlowTemplatesRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, CreateFlowRequest, DescribeThirdPartyAuthCodeRequest, DescribeFlowInfoRequest, CreateBatchCancelFlowUrlResponse, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateFlowByFilesRequest, DescribeFileUrlsRequest, CreateFlowApproversRequest, CreateFlowEvidenceReportResponse, DescribeFileUrlsResponse, CreateDocumentRequest, DescribeOrganizationSealsResponse, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, CreateIntegrationEmployeesResponse, CreateFlowByFilesResponse, UploadFilesResponse, VerifyPdfRequest, CreateFlowSignReviewResponse, CreateSchemeUrlResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, StartFlowRequest, DeleteIntegrationEmployeesResponse, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeFlowBriefsRequest, VerifyPdfResponse, DescribeFlowBriefsResponse, DescribeFlowTemplatesResponse, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, DescribeFlowInfoResponse, CreateFlowResponse, CancelMultiFlowSignQRCodeResponse } from "./ess_models";
|
|
3
|
+
import { CancelFlowResponse, DescribeFlowEvidenceReportRequest, CreateSchemeUrlRequest, CreateFlowApproversResponse, UploadFilesRequest, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, CreateIntegrationEmployeesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateConvertTaskApiRequest, DescribeFlowTemplatesRequest, DescribeFlowEvidenceReportResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, CreateFlowRequest, DescribeThirdPartyAuthCodeRequest, DescribeFlowInfoRequest, CreateBatchCancelFlowUrlResponse, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateFlowByFilesRequest, DescribeFileUrlsRequest, CreateFlowApproversRequest, CreateFlowEvidenceReportResponse, DescribeFileUrlsResponse, CreateDocumentRequest, DescribeOrganizationSealsResponse, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, CreateIntegrationEmployeesResponse, CreateFlowByFilesResponse, UploadFilesResponse, VerifyPdfRequest, CreateFlowSignReviewResponse, CreateSchemeUrlResponse, CreatePrepareFlowResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, StartFlowRequest, CreatePrepareFlowRequest, DeleteIntegrationEmployeesResponse, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeFlowBriefsRequest, VerifyPdfResponse, DescribeFlowBriefsResponse, DescribeFlowTemplatesResponse, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, DescribeFlowInfoResponse, CreateFlowResponse, CancelMultiFlowSignQRCodeResponse } from "./ess_models";
|
|
4
4
|
/**
|
|
5
5
|
* ess client
|
|
6
6
|
* @class
|
|
@@ -54,6 +54,12 @@ export declare class Client extends AbstractClient {
|
|
|
54
54
|
|
|
55
55
|
*/
|
|
56
56
|
CreateFlowSignReview(req: CreateFlowSignReviewRequest, cb?: (error: string, rep: CreateFlowSignReviewResponse) => void): Promise<CreateFlowSignReviewResponse>;
|
|
57
|
+
/**
|
|
58
|
+
* 创建快速发起流程
|
|
59
|
+
适用场景:用户通过API 合同文件及签署信息,并可通过我们返回的URL在页面完成签署控件等信息的编辑与确认,快速发起合同.
|
|
60
|
+
注:该接口文件的resourceId 是通过上传文件之后获取的。
|
|
61
|
+
*/
|
|
62
|
+
CreatePrepareFlow(req: CreatePrepareFlowRequest, cb?: (error: string, rep: CreatePrepareFlowResponse) => void): Promise<CreatePrepareFlowResponse>;
|
|
57
63
|
/**
|
|
58
64
|
* 创建签署流程电子文档
|
|
59
65
|
适用场景:见创建签署流程接口。
|
|
@@ -187,6 +193,10 @@ export declare class Client extends AbstractClient {
|
|
|
187
193
|
注:该接口是通过模板生成合同流程的前置接口,先创建一个不包含签署文件的流程。配合“创建电子文档”接口和“发起流程”接口使用。
|
|
188
194
|
*/
|
|
189
195
|
CreateFlow(req: CreateFlowRequest, cb?: (error: string, rep: CreateFlowResponse) => void): Promise<CreateFlowResponse>;
|
|
196
|
+
/**
|
|
197
|
+
* 查询出证报告,返回报告 URL。
|
|
198
|
+
*/
|
|
199
|
+
DescribeFlowEvidenceReport(req: DescribeFlowEvidenceReportRequest, cb?: (error: string, rep: DescribeFlowEvidenceReportResponse) => void): Promise<DescribeFlowEvidenceReportResponse>;
|
|
190
200
|
/**
|
|
191
201
|
* 此接口(CreateFlowByFiles)用来通过上传后的pdf资源编号来创建待签署的合同流程。
|
|
192
202
|
适用场景1:适用非制式的合同文件签署。一般开发者自己有完整的签署文件,可以通过该接口传入完整的PDF文件及流程信息生成待签署的合同流程。
|
|
@@ -90,6 +90,14 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
90
90
|
async CreateFlowSignReview(req, cb) {
|
|
91
91
|
return this.request("CreateFlowSignReview", req, cb);
|
|
92
92
|
}
|
|
93
|
+
/**
|
|
94
|
+
* 创建快速发起流程
|
|
95
|
+
适用场景:用户通过API 合同文件及签署信息,并可通过我们返回的URL在页面完成签署控件等信息的编辑与确认,快速发起合同.
|
|
96
|
+
注:该接口文件的resourceId 是通过上传文件之后获取的。
|
|
97
|
+
*/
|
|
98
|
+
async CreatePrepareFlow(req, cb) {
|
|
99
|
+
return this.request("CreatePrepareFlow", req, cb);
|
|
100
|
+
}
|
|
93
101
|
/**
|
|
94
102
|
* 创建签署流程电子文档
|
|
95
103
|
适用场景:见创建签署流程接口。
|
|
@@ -231,6 +239,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
231
239
|
async CreateFlow(req, cb) {
|
|
232
240
|
return this.request("CreateFlow", req, cb);
|
|
233
241
|
}
|
|
242
|
+
/**
|
|
243
|
+
* 查询出证报告,返回报告 URL。
|
|
244
|
+
*/
|
|
245
|
+
async DescribeFlowEvidenceReport(req, cb) {
|
|
246
|
+
return this.request("DescribeFlowEvidenceReport", req, cb);
|
|
247
|
+
}
|
|
234
248
|
/**
|
|
235
249
|
* 此接口(CreateFlowByFiles)用来通过上传后的pdf资源编号来创建待签署的合同流程。
|
|
236
250
|
适用场景1:适用非制式的合同文件签署。一般开发者自己有完整的签署文件,可以通过该接口传入完整的PDF文件及流程信息生成待签署的合同流程。
|
|
@@ -7,6 +7,19 @@ export interface CancelFlowResponse {
|
|
|
7
7
|
*/
|
|
8
8
|
RequestId?: string;
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* DescribeFlowEvidenceReport请求参数结构体
|
|
12
|
+
*/
|
|
13
|
+
export interface DescribeFlowEvidenceReportRequest {
|
|
14
|
+
/**
|
|
15
|
+
* 调用方用户信息,userId 必填
|
|
16
|
+
*/
|
|
17
|
+
Operator: UserInfo;
|
|
18
|
+
/**
|
|
19
|
+
* 出证报告编号
|
|
20
|
+
*/
|
|
21
|
+
ReportId: string;
|
|
22
|
+
}
|
|
10
23
|
/**
|
|
11
24
|
* 集成版员工部门信息
|
|
12
25
|
*/
|
|
@@ -280,7 +293,7 @@ HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
|
|
280
293
|
*/
|
|
281
294
|
export interface CreateConvertTaskApiRequest {
|
|
282
295
|
/**
|
|
283
|
-
* 资源类型 取值范围doc,docx,html,
|
|
296
|
+
* 资源类型 取值范围doc,docx,html,xls,xlsx之一
|
|
284
297
|
*/
|
|
285
298
|
ResourceType: string;
|
|
286
299
|
/**
|
|
@@ -415,6 +428,26 @@ export interface DescribeFlowTemplatesRequest {
|
|
|
415
428
|
*/
|
|
416
429
|
Agent?: Agent;
|
|
417
430
|
}
|
|
431
|
+
/**
|
|
432
|
+
* DescribeFlowEvidenceReport返回参数结构体
|
|
433
|
+
*/
|
|
434
|
+
export interface DescribeFlowEvidenceReportResponse {
|
|
435
|
+
/**
|
|
436
|
+
* 报告 URL
|
|
437
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
438
|
+
*/
|
|
439
|
+
ReportUrl: string;
|
|
440
|
+
/**
|
|
441
|
+
* 执行中:EvidenceStatusExecuting
|
|
442
|
+
成功:EvidenceStatusSuccess
|
|
443
|
+
失败:EvidenceStatusFailed
|
|
444
|
+
*/
|
|
445
|
+
Status: string;
|
|
446
|
+
/**
|
|
447
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
448
|
+
*/
|
|
449
|
+
RequestId?: string;
|
|
450
|
+
}
|
|
418
451
|
/**
|
|
419
452
|
* 二期接口返回的模板的信息结构
|
|
420
453
|
*/
|
|
@@ -1608,6 +1641,19 @@ export interface ApproverRestriction {
|
|
|
1608
1641
|
*/
|
|
1609
1642
|
IdCardNumber?: string;
|
|
1610
1643
|
}
|
|
1644
|
+
/**
|
|
1645
|
+
* CreatePrepareFlow返回参数结构体
|
|
1646
|
+
*/
|
|
1647
|
+
export interface CreatePrepareFlowResponse {
|
|
1648
|
+
/**
|
|
1649
|
+
* 快速发起预览链接
|
|
1650
|
+
*/
|
|
1651
|
+
Url: string;
|
|
1652
|
+
/**
|
|
1653
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1654
|
+
*/
|
|
1655
|
+
RequestId?: string;
|
|
1656
|
+
}
|
|
1611
1657
|
/**
|
|
1612
1658
|
* GetTaskResultApi返回参数结构体
|
|
1613
1659
|
*/
|
|
@@ -1683,6 +1729,44 @@ export interface StartFlowRequest {
|
|
|
1683
1729
|
*/
|
|
1684
1730
|
Agent?: Agent;
|
|
1685
1731
|
}
|
|
1732
|
+
/**
|
|
1733
|
+
* CreatePrepareFlow请求参数结构体
|
|
1734
|
+
*/
|
|
1735
|
+
export interface CreatePrepareFlowRequest {
|
|
1736
|
+
/**
|
|
1737
|
+
* 调用方用户信息,userId 必填
|
|
1738
|
+
*/
|
|
1739
|
+
Operator: UserInfo;
|
|
1740
|
+
/**
|
|
1741
|
+
* 资源Id,通过上传uploadfile接口获得
|
|
1742
|
+
*/
|
|
1743
|
+
ResourceId: string;
|
|
1744
|
+
/**
|
|
1745
|
+
* 合同名称
|
|
1746
|
+
*/
|
|
1747
|
+
FlowName: string;
|
|
1748
|
+
/**
|
|
1749
|
+
* 是否顺序签署(true:无序签,false:顺序签)
|
|
1750
|
+
*/
|
|
1751
|
+
Unordered?: boolean;
|
|
1752
|
+
/**
|
|
1753
|
+
* 签署流程的签署截止时间。
|
|
1754
|
+
值为unix时间戳,精确到秒,不传默认为当前时间一年后
|
|
1755
|
+
*/
|
|
1756
|
+
Deadline?: number;
|
|
1757
|
+
/**
|
|
1758
|
+
* 用户自定义合同类型
|
|
1759
|
+
*/
|
|
1760
|
+
UserFlowTypeId?: string;
|
|
1761
|
+
/**
|
|
1762
|
+
* 签署流程参与者信息,最大限制50方
|
|
1763
|
+
*/
|
|
1764
|
+
Approvers?: Array<FlowCreateApprover>;
|
|
1765
|
+
/**
|
|
1766
|
+
* 打开智能添加填写区(默认开启,打开:"OPEN" 关闭:"CLOSE")
|
|
1767
|
+
*/
|
|
1768
|
+
IntelligentStatus?: string;
|
|
1769
|
+
}
|
|
1686
1770
|
/**
|
|
1687
1771
|
* 签署人个性化能力信息
|
|
1688
1772
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { SyncProxyOrganizationResponse, ChannelCreateConvertTaskApiResponse, ChannelBatchCancelFlowsResponse, ChannelCreateFlowSignReviewRequest, DescribeFlowDetailInfoRequest, UploadFilesRequest, DescribeResourceUrlsByFlowsRequest, CreateSealByImageResponse, OperateChannelTemplateResponse, CreateConsoleLoginUrlResponse, SyncProxyOrganizationRequest, CreateSealByImageRequest, PrepareFlowsRequest, ChannelCancelFlowResponse, ChannelCreateConvertTaskApiRequest, ChannelCreateFlowByFilesRequest, ChannelCreateFlowGroupByFilesRequest, PrepareFlowsResponse, GetDownloadFlowUrlResponse, DescribeTemplatesResponse, ChannelVerifyPdfRequest, ChannelVerifyPdfResponse, CreateConsoleLoginUrlRequest, ChannelCancelMultiFlowSignQRCodeRequest, ChannelDescribeOrganizationSealsRequest,
|
|
3
|
+
import { SyncProxyOrganizationResponse, ChannelCreateConvertTaskApiResponse, ChannelBatchCancelFlowsResponse, ChannelCreateFlowSignReviewRequest, DescribeFlowDetailInfoRequest, UploadFilesRequest, DescribeResourceUrlsByFlowsRequest, CreateSealByImageResponse, OperateChannelTemplateResponse, CreateConsoleLoginUrlResponse, SyncProxyOrganizationRequest, CreateSealByImageRequest, PrepareFlowsRequest, ChannelCancelFlowResponse, ChannelCreateConvertTaskApiRequest, ChannelCreateFlowByFilesRequest, ChannelCreateFlowGroupByFilesRequest, DescribeFlowDetailInfoResponse, PrepareFlowsResponse, GetDownloadFlowUrlResponse, DescribeTemplatesResponse, ChannelVerifyPdfRequest, CreateChannelFlowEvidenceReportRequest, ChannelVerifyPdfResponse, CreateConsoleLoginUrlRequest, ChannelCancelMultiFlowSignQRCodeRequest, ChannelDescribeOrganizationSealsRequest, DescribeUsageResponse, ChannelCreateBoundFlowsRequest, ChannelDescribeEmployeesRequest, DescribeResourceUrlsByFlowsResponse, SyncProxyOrganizationOperatorsRequest, CreateSignUrlsRequest, ChannelCreateMultiFlowSignQRCodeRequest, ChannelGetTaskResultApiRequest, CreateFlowsByTemplatesResponse, SyncProxyOrganizationOperatorsResponse, DescribeUsageRequest, CreateSignUrlsResponse, UploadFilesResponse, ChannelCreateBatchCancelFlowUrlRequest, DescribeChannelFlowEvidenceReportRequest, ChannelCreateFlowByFilesResponse, ChannelCreateFlowSignReviewResponse, ChannelDescribeOrganizationSealsResponse, ChannelCancelMultiFlowSignQRCodeResponse, ChannelCreateFlowGroupByFilesResponse, ChannelCreateMultiFlowSignQRCodeResponse, ChannelCreateBoundFlowsResponse, ChannelGetTaskResultApiResponse, GetDownloadFlowUrlRequest, ChannelBatchCancelFlowsRequest, ChannelCancelFlowRequest, DescribeTemplatesRequest, CreateFlowsByTemplatesRequest, ChannelCreateBatchCancelFlowUrlResponse, OperateChannelTemplateRequest, CreateChannelFlowEvidenceReportResponse, ChannelDescribeEmployeesResponse, DescribeChannelFlowEvidenceReportResponse } from "./essbasic_models";
|
|
4
4
|
/**
|
|
5
5
|
* essbasic client
|
|
6
6
|
* @class
|
|
@@ -98,9 +98,10 @@ export declare class Client extends AbstractClient {
|
|
|
98
98
|
*/
|
|
99
99
|
ChannelGetTaskResultApi(req: ChannelGetTaskResultApiRequest, cb?: (error: string, rep: ChannelGetTaskResultApiResponse) => void): Promise<ChannelGetTaskResultApiResponse>;
|
|
100
100
|
/**
|
|
101
|
-
*
|
|
101
|
+
* 创建出证报告,返回报告 ID
|
|
102
|
+
|
|
102
103
|
*/
|
|
103
|
-
|
|
104
|
+
CreateChannelFlowEvidenceReport(req: CreateChannelFlowEvidenceReportRequest, cb?: (error: string, rep: CreateChannelFlowEvidenceReportResponse) => void): Promise<CreateChannelFlowEvidenceReportResponse>;
|
|
104
105
|
/**
|
|
105
106
|
* 合同文件验签
|
|
106
107
|
*/
|
|
@@ -150,11 +151,20 @@ HttpProfile httpProfile = new HttpProfile();
|
|
|
150
151
|
httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
151
152
|
*/
|
|
152
153
|
UploadFiles(req: UploadFilesRequest, cb?: (error: string, rep: UploadFilesResponse) => void): Promise<UploadFilesResponse>;
|
|
154
|
+
/**
|
|
155
|
+
* 此接口(SyncProxyOrganization)用于同步渠道子客企业信息,主要是子客企业的营业执照,便于子客企业开通过程中不用手动上传。若有需要调用此接口,需要在创建控制链接CreateConsoleLoginUrl之后即刻进行调用。
|
|
156
|
+
*/
|
|
157
|
+
SyncProxyOrganization(req: SyncProxyOrganizationRequest, cb?: (error: string, rep: SyncProxyOrganizationResponse) => void): Promise<SyncProxyOrganizationResponse>;
|
|
153
158
|
/**
|
|
154
159
|
* 此接口(SyncProxyOrganizationOperators)用于同步渠道子客企业经办人列表,主要是同步经办人的离职状态。子客Web控制台的组织架构管理,是依赖于渠道平台的,无法针对员工做新增/更新/离职等操作。
|
|
155
160
|
若经办人信息有误,或者需要修改,也可以先将之前的经办人做离职操作,然后重新使用控制台链接CreateConsoleLoginUrl让经办人重新实名。
|
|
156
161
|
*/
|
|
157
162
|
SyncProxyOrganizationOperators(req: SyncProxyOrganizationOperatorsRequest, cb?: (error: string, rep: SyncProxyOrganizationOperatorsResponse) => void): Promise<SyncProxyOrganizationOperatorsResponse>;
|
|
163
|
+
/**
|
|
164
|
+
* 查询出证报告,返回报告 URL。
|
|
165
|
+
|
|
166
|
+
*/
|
|
167
|
+
DescribeChannelFlowEvidenceReport(req: DescribeChannelFlowEvidenceReportRequest, cb?: (error: string, rep: DescribeChannelFlowEvidenceReportResponse) => void): Promise<DescribeChannelFlowEvidenceReportResponse>;
|
|
158
168
|
/**
|
|
159
169
|
* 此接口(OperateChannelTemplate)用于针对渠道模板库中的模板对子客企业可见性的查询和设置,不会直接分配渠道模板给子客企业。
|
|
160
170
|
1、OperateType=select时:
|
|
@@ -146,10 +146,11 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
146
146
|
return this.request("ChannelGetTaskResultApi", req, cb);
|
|
147
147
|
}
|
|
148
148
|
/**
|
|
149
|
-
*
|
|
149
|
+
* 创建出证报告,返回报告 ID
|
|
150
|
+
|
|
150
151
|
*/
|
|
151
|
-
async
|
|
152
|
-
return this.request("
|
|
152
|
+
async CreateChannelFlowEvidenceReport(req, cb) {
|
|
153
|
+
return this.request("CreateChannelFlowEvidenceReport", req, cb);
|
|
153
154
|
}
|
|
154
155
|
/**
|
|
155
156
|
* 合同文件验签
|
|
@@ -218,6 +219,12 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
218
219
|
async UploadFiles(req, cb) {
|
|
219
220
|
return this.request("UploadFiles", req, cb);
|
|
220
221
|
}
|
|
222
|
+
/**
|
|
223
|
+
* 此接口(SyncProxyOrganization)用于同步渠道子客企业信息,主要是子客企业的营业执照,便于子客企业开通过程中不用手动上传。若有需要调用此接口,需要在创建控制链接CreateConsoleLoginUrl之后即刻进行调用。
|
|
224
|
+
*/
|
|
225
|
+
async SyncProxyOrganization(req, cb) {
|
|
226
|
+
return this.request("SyncProxyOrganization", req, cb);
|
|
227
|
+
}
|
|
221
228
|
/**
|
|
222
229
|
* 此接口(SyncProxyOrganizationOperators)用于同步渠道子客企业经办人列表,主要是同步经办人的离职状态。子客Web控制台的组织架构管理,是依赖于渠道平台的,无法针对员工做新增/更新/离职等操作。
|
|
223
230
|
若经办人信息有误,或者需要修改,也可以先将之前的经办人做离职操作,然后重新使用控制台链接CreateConsoleLoginUrl让经办人重新实名。
|
|
@@ -225,6 +232,13 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
225
232
|
async SyncProxyOrganizationOperators(req, cb) {
|
|
226
233
|
return this.request("SyncProxyOrganizationOperators", req, cb);
|
|
227
234
|
}
|
|
235
|
+
/**
|
|
236
|
+
* 查询出证报告,返回报告 URL。
|
|
237
|
+
|
|
238
|
+
*/
|
|
239
|
+
async DescribeChannelFlowEvidenceReport(req, cb) {
|
|
240
|
+
return this.request("DescribeChannelFlowEvidenceReport", req, cb);
|
|
241
|
+
}
|
|
228
242
|
/**
|
|
229
243
|
* 此接口(OperateChannelTemplate)用于针对渠道模板库中的模板对子客企业可见性的查询和设置,不会直接分配渠道模板给子客企业。
|
|
230
244
|
1、OperateType=select时:
|