tencentcloud-sdk-nodejs 4.0.758 → 4.0.759
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 +25 -0
- package/SERVICE_CHANGELOG.md +68 -99
- package/package.json +1 -1
- package/products.md +3 -3
- package/src/common/sdk_version.ts +1 -1
- package/src/services/domain/v20180808/domain_client.ts +4 -6
- package/src/services/domain/v20180808/domain_models.ts +34 -13
- package/src/services/essbasic/v20210526/essbasic_client.ts +46 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +169 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +15 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +102 -19
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -2
- package/tencentcloud/services/domain/v20180808/domain_client.js +0 -2
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +34 -13
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +29 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +32 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +163 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +99 -19
- package/test/essbasic.v20210526.test.js +20 -0
- package/test/tdmq.v20200217.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# Release 4.0.759
|
|
2
|
+
|
|
3
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
4
|
+
|
|
5
|
+
### 第 29 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-12-15 01:10:52
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
|
|
16
|
+
|
|
17
|
+
* 新增成员:Action, BigDealId
|
|
18
|
+
|
|
19
|
+
* [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
|
|
20
|
+
|
|
21
|
+
* 新增成员:Success, Doing, Failed
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
1
26
|
# Release 4.0.758
|
|
2
27
|
|
|
3
28
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,108 +1,24 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 141 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-12-14 01:47:26
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [CreateSeal](https://cloud.tencent.com/document/api/1323/94136)
|
|
16
|
-
|
|
17
|
-
* 新增入参:TaxIdentifyCode
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
23
|
-
|
|
24
|
-
### 第 142 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2023-12-14 01:49:14
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
修改接口:
|
|
33
|
-
|
|
34
|
-
* [CreateSealByImage](https://cloud.tencent.com/document/api/1420/73067)
|
|
35
|
-
|
|
36
|
-
* 新增入参:TaxIdentifyCode
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
46
|
-
|
|
47
|
-
### 第 2 次发布
|
|
48
|
-
|
|
49
|
-
发布时间:2023-12-14 12:16:14
|
|
50
|
-
|
|
51
|
-
本次发布包含了以下内容:
|
|
52
|
-
|
|
53
|
-
改善已有的文档。
|
|
54
|
-
|
|
55
|
-
修改接口:
|
|
56
|
-
|
|
57
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)
|
|
58
|
-
|
|
59
|
-
* 新增入参:Condition, GroupId, OsType, OnlineStatus, Filters, Sort, PageNum, PageSize, Status
|
|
60
|
-
|
|
61
|
-
* 新增出参:Data
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
新增数据结构:
|
|
65
|
-
|
|
66
|
-
* [Condition](https://cloud.tencent.com/document/api/1092/102488#Condition)
|
|
67
|
-
* [DescribeDevicesPageRsp](https://cloud.tencent.com/document/api/1092/102488#DescribeDevicesPageRsp)
|
|
68
|
-
* [Filter](https://cloud.tencent.com/document/api/1092/102488#Filter)
|
|
69
|
-
* [FilterGroup](https://cloud.tencent.com/document/api/1092/102488#FilterGroup)
|
|
70
|
-
* [Paging](https://cloud.tencent.com/document/api/1092/102488#Paging)
|
|
71
|
-
* [Sort](https://cloud.tencent.com/document/api/1092/102488#Sort)
|
|
72
|
-
|
|
73
|
-
### 第 1 次发布
|
|
74
|
-
|
|
75
|
-
发布时间:2023-12-13 17:22:42
|
|
76
|
-
|
|
77
|
-
本次发布包含了以下内容:
|
|
78
|
-
|
|
79
|
-
改善已有的文档。
|
|
80
|
-
|
|
81
|
-
新增接口:
|
|
82
|
-
|
|
83
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)
|
|
84
|
-
|
|
85
|
-
|
|
3
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
86
4
|
|
|
87
|
-
|
|
5
|
+
### 第 29 次发布
|
|
88
6
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
发布时间:2023-12-14 02:03:05
|
|
7
|
+
发布时间:2023-12-15 01:10:52
|
|
92
8
|
|
|
93
9
|
本次发布包含了以下内容:
|
|
94
10
|
|
|
95
11
|
改善已有的文档。
|
|
96
12
|
|
|
97
|
-
|
|
13
|
+
修改数据结构:
|
|
98
14
|
|
|
99
|
-
* [
|
|
15
|
+
* [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
|
|
100
16
|
|
|
101
|
-
*
|
|
17
|
+
* 新增成员:Action, BigDealId
|
|
102
18
|
|
|
103
|
-
* [
|
|
19
|
+
* [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
|
|
104
20
|
|
|
105
|
-
*
|
|
21
|
+
* 新增成员:Success, Doing, Failed
|
|
106
22
|
|
|
107
23
|
|
|
108
24
|
|
|
@@ -49234,6 +49150,25 @@
|
|
|
49234
49150
|
|
|
49235
49151
|
## 域名注册(domain) 版本:2018-08-08
|
|
49236
49152
|
|
|
49153
|
+
### 第 29 次发布
|
|
49154
|
+
|
|
49155
|
+
发布时间:2023-12-15 01:10:52
|
|
49156
|
+
|
|
49157
|
+
本次发布包含了以下内容:
|
|
49158
|
+
|
|
49159
|
+
改善已有的文档。
|
|
49160
|
+
|
|
49161
|
+
修改数据结构:
|
|
49162
|
+
|
|
49163
|
+
* [DomainBatchDetailSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchDetailSet)
|
|
49164
|
+
|
|
49165
|
+
* 新增成员:Action, BigDealId
|
|
49166
|
+
|
|
49167
|
+
* [DomainBatchLogSet](https://cloud.tencent.com/document/api/242/38895#DomainBatchLogSet)
|
|
49168
|
+
|
|
49169
|
+
* 新增成员:Success, Doing, Failed
|
|
49170
|
+
|
|
49171
|
+
|
|
49237
49172
|
### 第 28 次发布
|
|
49238
49173
|
|
|
49239
49174
|
发布时间:2023-12-12 01:41:31
|
|
@@ -59305,6 +59240,24 @@
|
|
|
59305
59240
|
|
|
59306
59241
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
59307
59242
|
|
|
59243
|
+
### 第 143 次发布
|
|
59244
|
+
|
|
59245
|
+
发布时间:2023-12-14 16:39:27
|
|
59246
|
+
|
|
59247
|
+
本次发布包含了以下内容:
|
|
59248
|
+
|
|
59249
|
+
改善已有的文档。
|
|
59250
|
+
|
|
59251
|
+
新增接口:
|
|
59252
|
+
|
|
59253
|
+
* [CreateBatchOrganizationRegistrationTasks](https://cloud.tencent.com/document/api/1420/102492)
|
|
59254
|
+
* [DescribeBatchOrganizationRegistrationUrls](https://cloud.tencent.com/document/api/1420/102491)
|
|
59255
|
+
|
|
59256
|
+
新增数据结构:
|
|
59257
|
+
|
|
59258
|
+
* [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1420/61525#OrganizationAuthUrl)
|
|
59259
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
59260
|
+
|
|
59308
59261
|
### 第 142 次发布
|
|
59309
59262
|
|
|
59310
59263
|
发布时间:2023-12-14 01:49:14
|
|
@@ -68700,12 +68653,12 @@
|
|
|
68700
68653
|
|
|
68701
68654
|
新增数据结构:
|
|
68702
68655
|
|
|
68703
|
-
* [
|
|
68704
|
-
* [
|
|
68705
|
-
* [
|
|
68706
|
-
* [
|
|
68707
|
-
* [
|
|
68708
|
-
* [
|
|
68656
|
+
* [Condition](https://cloud.tencent.com/document/api/1092/102488#Condition)
|
|
68657
|
+
* [DescribeDevicesPageRsp](https://cloud.tencent.com/document/api/1092/102488#DescribeDevicesPageRsp)
|
|
68658
|
+
* [Filter](https://cloud.tencent.com/document/api/1092/102488#Filter)
|
|
68659
|
+
* [FilterGroup](https://cloud.tencent.com/document/api/1092/102488#FilterGroup)
|
|
68660
|
+
* [Paging](https://cloud.tencent.com/document/api/1092/102488#Paging)
|
|
68661
|
+
* [Sort](https://cloud.tencent.com/document/api/1092/102488#Sort)
|
|
68709
68662
|
|
|
68710
68663
|
### 第 1 次发布
|
|
68711
68664
|
|
|
@@ -68717,7 +68670,7 @@
|
|
|
68717
68670
|
|
|
68718
68671
|
新增接口:
|
|
68719
68672
|
|
|
68720
|
-
* [
|
|
68673
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)
|
|
68721
68674
|
|
|
68722
68675
|
|
|
68723
68676
|
|
|
@@ -110558,6 +110511,22 @@
|
|
|
110558
110511
|
|
|
110559
110512
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
110560
110513
|
|
|
110514
|
+
### 第 98 次发布
|
|
110515
|
+
|
|
110516
|
+
发布时间:2023-12-14 16:31:17
|
|
110517
|
+
|
|
110518
|
+
本次发布包含了以下内容:
|
|
110519
|
+
|
|
110520
|
+
改善已有的文档。
|
|
110521
|
+
|
|
110522
|
+
新增接口:
|
|
110523
|
+
|
|
110524
|
+
* [DescribeRocketMQConsumerConnectionDetail](https://cloud.tencent.com/document/api/1179/102490)
|
|
110525
|
+
|
|
110526
|
+
新增数据结构:
|
|
110527
|
+
|
|
110528
|
+
* [RocketMQConsumerTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQConsumerTopic)
|
|
110529
|
+
|
|
110561
110530
|
### 第 97 次发布
|
|
110562
110531
|
|
|
110563
110532
|
发布时间:2023-12-13 02:31:49
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-07 01:38:53 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-15 01:33:00 |
|
|
85
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-
|
|
85
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-15 01:10:52 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-07 01:47:01 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
|
|
99
99
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-14 01:47:26 |
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-14
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-14 16:39:27 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-06 01:49:35 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-29 02:03:30 |
|
|
202
202
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
203
203
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
204
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-
|
|
204
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-14 16:31:17 |
|
|
205
205
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
206
206
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
207
207
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-14 02:34:26 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.759"
|
|
@@ -178,9 +178,8 @@ export class Client extends AbstractClient {
|
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
*/
|
|
181
|
+
* 本接口 ( DescribeDomainNameList ) 我的域名列表。
|
|
182
|
+
*/
|
|
184
183
|
async DescribeDomainNameList(
|
|
185
184
|
req: DescribeDomainNameListRequest,
|
|
186
185
|
cb?: (error: string, rep: DescribeDomainNameListResponse) => void
|
|
@@ -209,9 +208,8 @@ export class Client extends AbstractClient {
|
|
|
209
208
|
}
|
|
210
209
|
|
|
211
210
|
/**
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
*/
|
|
211
|
+
* 本接口 ( DescribeDomainBaseInfo) 获取域名基本信息。
|
|
212
|
+
*/
|
|
215
213
|
async DescribeDomainBaseInfo(
|
|
216
214
|
req: DescribeDomainBaseInfoRequest,
|
|
217
215
|
cb?: (error: string, rep: DescribeDomainBaseInfoResponse) => void
|
|
@@ -311,7 +311,7 @@ export interface CreateDomainBatchResponse {
|
|
|
311
311
|
* 批量日志ID
|
|
312
312
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
313
313
|
*/
|
|
314
|
-
LogId
|
|
314
|
+
LogId?: number
|
|
315
315
|
/**
|
|
316
316
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
317
317
|
*/
|
|
@@ -326,6 +326,10 @@ export interface DomainBatchDetailSet {
|
|
|
326
326
|
* 详情ID
|
|
327
327
|
*/
|
|
328
328
|
Id: number
|
|
329
|
+
/**
|
|
330
|
+
* 类型 new: 注册域名 batch_transfer_prohibition_on:开启禁止转移 batch_transfer_prohibition_off:关闭禁止转移 batch_update_prohibition_on:开启禁止更新 batch_update_prohibition_off:关闭禁止更新
|
|
331
|
+
*/
|
|
332
|
+
Action: string
|
|
329
333
|
/**
|
|
330
334
|
* 域名
|
|
331
335
|
*/
|
|
@@ -350,6 +354,11 @@ success 操作成功。
|
|
|
350
354
|
* 更新时间
|
|
351
355
|
*/
|
|
352
356
|
UpdatedOn: string
|
|
357
|
+
/**
|
|
358
|
+
* 订单号
|
|
359
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
360
|
+
*/
|
|
361
|
+
BigDealId?: string
|
|
353
362
|
}
|
|
354
363
|
|
|
355
364
|
/**
|
|
@@ -384,11 +393,11 @@ export interface DescribeCustomDnsHostSetResponse {
|
|
|
384
393
|
* 自定义DNS Host 列表
|
|
385
394
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
386
395
|
*/
|
|
387
|
-
DnsHostSet
|
|
396
|
+
DnsHostSet?: Array<CustomDnsHost>
|
|
388
397
|
/**
|
|
389
398
|
* 自定义DNS Host总数
|
|
390
399
|
*/
|
|
391
|
-
TotalCount
|
|
400
|
+
TotalCount?: number
|
|
392
401
|
/**
|
|
393
402
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
394
403
|
*/
|
|
@@ -711,12 +720,12 @@ export interface DescribeDomainBaseInfoResponse {
|
|
|
711
720
|
/**
|
|
712
721
|
* 域名信息
|
|
713
722
|
*/
|
|
714
|
-
DomainInfo
|
|
723
|
+
DomainInfo?: DomainBaseInfo
|
|
715
724
|
/**
|
|
716
725
|
* 用户Uin
|
|
717
726
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
718
727
|
*/
|
|
719
|
-
Uin
|
|
728
|
+
Uin?: string
|
|
720
729
|
/**
|
|
721
730
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
722
731
|
*/
|
|
@@ -1429,11 +1438,11 @@ export interface DescribeDomainNameListResponse {
|
|
|
1429
1438
|
* 域名信息集合
|
|
1430
1439
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1431
1440
|
*/
|
|
1432
|
-
DomainSet
|
|
1441
|
+
DomainSet?: Array<DomainList>
|
|
1433
1442
|
/**
|
|
1434
1443
|
* 域名总数量
|
|
1435
1444
|
*/
|
|
1436
|
-
TotalCount
|
|
1445
|
+
TotalCount?: number
|
|
1437
1446
|
/**
|
|
1438
1447
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1439
1448
|
*/
|
|
@@ -1499,12 +1508,12 @@ export interface DescribeBatchOperationLogsResponse {
|
|
|
1499
1508
|
/**
|
|
1500
1509
|
* 总数量
|
|
1501
1510
|
*/
|
|
1502
|
-
TotalCount
|
|
1511
|
+
TotalCount?: number
|
|
1503
1512
|
/**
|
|
1504
1513
|
* 日志列表
|
|
1505
1514
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1506
1515
|
*/
|
|
1507
|
-
DomainBatchLogSet
|
|
1516
|
+
DomainBatchLogSet?: Array<DomainBatchLogSet>
|
|
1508
1517
|
/**
|
|
1509
1518
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1510
1519
|
*/
|
|
@@ -1624,12 +1633,12 @@ export interface DescribeBatchOperationLogDetailsResponse {
|
|
|
1624
1633
|
/**
|
|
1625
1634
|
* 总数量。
|
|
1626
1635
|
*/
|
|
1627
|
-
TotalCount
|
|
1636
|
+
TotalCount?: number
|
|
1628
1637
|
/**
|
|
1629
1638
|
* 日志详情列表。
|
|
1630
1639
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1631
1640
|
*/
|
|
1632
|
-
DomainBatchDetailSet
|
|
1641
|
+
DomainBatchDetailSet?: Array<DomainBatchDetailSet>
|
|
1633
1642
|
/**
|
|
1634
1643
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1635
1644
|
*/
|
|
@@ -1675,7 +1684,7 @@ export interface CheckBatchStatusResponse {
|
|
|
1675
1684
|
/**
|
|
1676
1685
|
* 批量任务状态集
|
|
1677
1686
|
*/
|
|
1678
|
-
StatusSet
|
|
1687
|
+
StatusSet?: Array<BatchStatus>
|
|
1679
1688
|
/**
|
|
1680
1689
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1681
1690
|
*/
|
|
@@ -1763,7 +1772,7 @@ export interface ModifyIntlCustomDnsHostResponse {
|
|
|
1763
1772
|
/**
|
|
1764
1773
|
* 任务ID
|
|
1765
1774
|
*/
|
|
1766
|
-
LogId
|
|
1775
|
+
LogId?: number
|
|
1767
1776
|
/**
|
|
1768
1777
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1769
1778
|
*/
|
|
@@ -1792,4 +1801,16 @@ done 执行完成。
|
|
|
1792
1801
|
* 提交时间
|
|
1793
1802
|
*/
|
|
1794
1803
|
CreatedOn: string
|
|
1804
|
+
/**
|
|
1805
|
+
* 批量操作成功个数
|
|
1806
|
+
*/
|
|
1807
|
+
Success?: number
|
|
1808
|
+
/**
|
|
1809
|
+
* 批量操作处理中个数
|
|
1810
|
+
*/
|
|
1811
|
+
Doing?: number
|
|
1812
|
+
/**
|
|
1813
|
+
* 批量操作失败个数
|
|
1814
|
+
*/
|
|
1815
|
+
Failed?: number
|
|
1795
1816
|
}
|
|
@@ -72,6 +72,7 @@ import {
|
|
|
72
72
|
DescribeFlowDetailInfoResponse,
|
|
73
73
|
RecipientComponentInfo,
|
|
74
74
|
ChannelDescribeRolesRequest,
|
|
75
|
+
DescribeBatchOrganizationRegistrationUrlsRequest,
|
|
75
76
|
PrepareFlowsResponse,
|
|
76
77
|
ChannelCancelFlowRequest,
|
|
77
78
|
TemplateInfo,
|
|
@@ -82,12 +83,14 @@ import {
|
|
|
82
83
|
DescribeTemplatesResponse,
|
|
83
84
|
AutoSignConfig,
|
|
84
85
|
StaffRole,
|
|
86
|
+
CreateBatchOrganizationRegistrationTasksResponse,
|
|
85
87
|
ChannelVerifyPdfRequest,
|
|
86
88
|
CreateChannelFlowEvidenceReportRequest,
|
|
87
89
|
ChannelDescribeBillUsageDetailRequest,
|
|
88
90
|
ChannelCancelUserAutoSignEnableUrlRequest,
|
|
89
91
|
Permission,
|
|
90
92
|
DescribeTemplatesRequest,
|
|
93
|
+
OrganizationAuthUrl,
|
|
91
94
|
Staff,
|
|
92
95
|
ComponentLimit,
|
|
93
96
|
ChannelVerifyPdfResponse,
|
|
@@ -123,6 +126,7 @@ import {
|
|
|
123
126
|
DescribeBillUsageDetailResponse,
|
|
124
127
|
DescribeUsageResponse,
|
|
125
128
|
CreateSignUrlsRequest,
|
|
129
|
+
RegistrationOrganizationInfo,
|
|
126
130
|
ChannelCreateMultiFlowSignQRCodeRequest,
|
|
127
131
|
SignQrCode,
|
|
128
132
|
FlowApproverInfo,
|
|
@@ -149,6 +153,7 @@ import {
|
|
|
149
153
|
ChannelOrganizationInfo,
|
|
150
154
|
CreateSignUrlsResponse,
|
|
151
155
|
ChannelDeleteRoleRequest,
|
|
156
|
+
CreateBatchOrganizationRegistrationTasksRequest,
|
|
152
157
|
ChannelCreateBatchQuickSignUrlResponse,
|
|
153
158
|
ChannelCreateBatchCancelFlowUrlRequest,
|
|
154
159
|
ApproverRestriction,
|
|
@@ -189,6 +194,7 @@ import {
|
|
|
189
194
|
ChannelCreateSealPolicyRequest,
|
|
190
195
|
OccupiedSeal,
|
|
191
196
|
CreateFlowsByTemplatesRequest,
|
|
197
|
+
DescribeBatchOrganizationRegistrationUrlsResponse,
|
|
192
198
|
UploadFilesRequest,
|
|
193
199
|
DescribeChannelOrganizationsResponse,
|
|
194
200
|
ChannelCreateOrganizationBatchSignUrlResponse,
|
|
@@ -387,6 +393,20 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
|
|
|
387
393
|
return this.request("ChannelCreateFlowByFiles", req, cb)
|
|
388
394
|
}
|
|
389
395
|
|
|
396
|
+
/**
|
|
397
|
+
* 此接口用于获取企业批量认证异步任务的状态及结果。
|
|
398
|
+
|
|
399
|
+
前提条件:已调用 CreateBatchOrganizationRegistrationTasks创建企业批量认证链接任务接口,并得到了任务Id。
|
|
400
|
+
|
|
401
|
+
异步任务的处理完成时间视当前已提交的任务量、任务的复杂程度等因素决定,正常情况下 3~5 秒即可完成,但也可能需要更长的时间
|
|
402
|
+
*/
|
|
403
|
+
async DescribeBatchOrganizationRegistrationUrls(
|
|
404
|
+
req: DescribeBatchOrganizationRegistrationUrlsRequest,
|
|
405
|
+
cb?: (error: string, rep: DescribeBatchOrganizationRegistrationUrlsResponse) => void
|
|
406
|
+
): Promise<DescribeBatchOrganizationRegistrationUrlsResponse> {
|
|
407
|
+
return this.request("DescribeBatchOrganizationRegistrationUrls", req, cb)
|
|
408
|
+
}
|
|
409
|
+
|
|
390
410
|
/**
|
|
391
411
|
* 1. 可以**通过图片**为子客企业代创建印章,图片最大5MB
|
|
392
412
|
|
|
@@ -683,6 +703,32 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
|
|
|
683
703
|
return this.request("DescribeTemplates", req, cb)
|
|
684
704
|
}
|
|
685
705
|
|
|
706
|
+
/**
|
|
707
|
+
* 本接口(CreateBatchOrganizationRegistrationTasks)用于批量创建企业认证链接
|
|
708
|
+
该接口为异步提交任务接口,需要跟查询企业批量认证链接(DescribeBatchOrganizationRegistrationUrls) 配合使用.
|
|
709
|
+
|
|
710
|
+
批量创建链接有以下限制:
|
|
711
|
+
1. 单次最多创建10个子客。
|
|
712
|
+
2. 一天同一家企业最多创建8000个子客。
|
|
713
|
+
3. 同一批创建的子客不能重复 其中包括 企业名称,企业统一信用代码,子客经办人openId。
|
|
714
|
+
4. 跳转到小程序的实现,参考微信官方文档(分为全屏、半屏两种方式),如何配置也可以请参考: 跳转电子签小程序配置
|
|
715
|
+
|
|
716
|
+
注: 1. 如果生成的链接是APP链接,跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
|
|
717
|
+
|
|
718
|
+
**腾讯电子签小程序的AppID 和 原始Id如下:**
|
|
719
|
+
|
|
720
|
+
| 小程序 | AppID | 原始ID |
|
|
721
|
+
| ------------ | ------------ | ------------ |
|
|
722
|
+
| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |
|
|
723
|
+
| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |
|
|
724
|
+
*/
|
|
725
|
+
async CreateBatchOrganizationRegistrationTasks(
|
|
726
|
+
req: CreateBatchOrganizationRegistrationTasksRequest,
|
|
727
|
+
cb?: (error: string, rep: CreateBatchOrganizationRegistrationTasksResponse) => void
|
|
728
|
+
): Promise<CreateBatchOrganizationRegistrationTasksResponse> {
|
|
729
|
+
return this.request("CreateBatchOrganizationRegistrationTasks", req, cb)
|
|
730
|
+
}
|
|
731
|
+
|
|
686
732
|
/**
|
|
687
733
|
* 此接口(UploadFiles)文件上传。<br/>
|
|
688
734
|
|