tencentcloud-sdk-nodejs 4.0.757 → 4.0.758
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 +109 -0
- package/README.md +3 -2
- package/SERVICE_CHANGELOG.md +135 -60
- package/package.json +1 -1
- package/products.md +9 -8
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +2 -2
- package/src/services/eb/v20210416/eb_models.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +9 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -3
- package/src/services/index.ts +1 -0
- package/src/services/ioa/index.ts +5 -0
- package/src/services/ioa/v20220601/index.ts +6 -0
- package/src/services/ioa/v20220601/ioa_client.ts +49 -0
- package/src/services/ioa/v20220601/ioa_models.ts +213 -0
- package/src/services/lcic/v20220817/lcic_models.ts +8 -0
- package/src/services/teo/v20220901/teo_models.ts +27 -16
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +5 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +2 -2
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -3
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ioa/index.d.ts +6 -0
- package/tencentcloud/services/ioa/index.js +7 -0
- package/tencentcloud/services/ioa/v20220601/index.d.ts +6 -0
- package/tencentcloud/services/ioa/v20220601/index.js +9 -0
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +14 -0
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +37 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +189 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.js +18 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +27 -16
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +5 -5
- package/test/ioa.v20220601.test.js +31 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,112 @@
|
|
|
1
|
+
# Release 4.0.758
|
|
2
|
+
|
|
3
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
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
|
+
|
|
86
|
+
|
|
87
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
88
|
+
|
|
89
|
+
### 第 48 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2023-12-14 02:03:05
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
97
|
+
修改接口:
|
|
98
|
+
|
|
99
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
100
|
+
|
|
101
|
+
* 新增入参:RecordBackground
|
|
102
|
+
|
|
103
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
104
|
+
|
|
105
|
+
* 新增出参:RecordBackground
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
1
110
|
# Release 4.0.757
|
|
2
111
|
|
|
3
112
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
package/README.md
CHANGED
|
@@ -25,8 +25,9 @@
|
|
|
25
25
|
## 通过源码包安装
|
|
26
26
|
|
|
27
27
|
1. 前往 [Github 仓库](https://github.com/tencentcloud/tencentcloud-sdk-nodejs) 或者 [Gitee 仓库](https://gitee.com/tencentcloud/tencentcloud-sdk-nodejs) 下载源码压缩包。
|
|
28
|
-
2.
|
|
29
|
-
3.
|
|
28
|
+
2. 解压源码包到您项目合适的位置,例如 `sdk/tencentcloud-sdk-nodejs`。
|
|
29
|
+
3. 执行 `npm install ./sdk/tencentcloud-sdk-nodejs`。
|
|
30
|
+
4. 使用 `require("tencentcloud-sdk-nodejs")` 的方式引入sdk,具体可参考示例。
|
|
30
31
|
|
|
31
32
|
# 示例
|
|
32
33
|
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,30 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 141 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-12-
|
|
7
|
+
发布时间:2023-12-14 01:47:26
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateSeal](https://cloud.tencent.com/document/api/1323/94136)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增入参:TaxIdentifyCode
|
|
18
18
|
|
|
19
|
-
* [IpBlockData](https://cloud.tencent.com/document/api/297/95396#IpBlockData)
|
|
20
19
|
|
|
21
20
|
|
|
22
21
|
|
|
23
|
-
##
|
|
22
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
24
23
|
|
|
25
|
-
### 第
|
|
24
|
+
### 第 142 次发布
|
|
26
25
|
|
|
27
|
-
发布时间:2023-12-
|
|
26
|
+
发布时间:2023-12-14 01:49:14
|
|
28
27
|
|
|
29
28
|
本次发布包含了以下内容:
|
|
30
29
|
|
|
@@ -32,35 +31,22 @@
|
|
|
32
31
|
|
|
33
32
|
修改接口:
|
|
34
33
|
|
|
35
|
-
* [
|
|
36
|
-
|
|
37
|
-
* 新增入参:BackupType
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## 高性能应用服务(hai) 版本:2023-08-12
|
|
34
|
+
* [CreateSealByImage](https://cloud.tencent.com/document/api/1420/73067)
|
|
43
35
|
|
|
44
|
-
|
|
36
|
+
* 新增入参:TaxIdentifyCode
|
|
45
37
|
|
|
46
|
-
发布时间:2023-12-13 01:52:48
|
|
47
38
|
|
|
48
|
-
本次发布包含了以下内容:
|
|
49
39
|
|
|
50
|
-
改善已有的文档。
|
|
51
40
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
* [StartInstance](https://cloud.tencent.com/document/api/1721/102449)
|
|
55
|
-
* [StopInstance](https://cloud.tencent.com/document/api/1721/102448)
|
|
41
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
56
42
|
|
|
57
43
|
|
|
58
44
|
|
|
59
|
-
##
|
|
45
|
+
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
60
46
|
|
|
61
|
-
### 第
|
|
47
|
+
### 第 2 次发布
|
|
62
48
|
|
|
63
|
-
发布时间:2023-12-
|
|
49
|
+
发布时间:2023-12-14 12:16:14
|
|
64
50
|
|
|
65
51
|
本次发布包含了以下内容:
|
|
66
52
|
|
|
@@ -68,58 +54,55 @@
|
|
|
68
54
|
|
|
69
55
|
修改接口:
|
|
70
56
|
|
|
71
|
-
* [
|
|
57
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)
|
|
72
58
|
|
|
73
|
-
* 新增入参:
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
修改数据结构:
|
|
77
|
-
|
|
78
|
-
* [InstancePrice](https://cloud.tencent.com/document/api/1207/47576#InstancePrice)
|
|
59
|
+
* 新增入参:Condition, GroupId, OsType, OnlineStatus, Filters, Sort, PageNum, PageSize, Status
|
|
79
60
|
|
|
80
|
-
*
|
|
61
|
+
* 新增出参:Data
|
|
81
62
|
|
|
82
63
|
|
|
64
|
+
新增数据结构:
|
|
83
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)
|
|
84
72
|
|
|
85
|
-
|
|
73
|
+
### 第 1 次发布
|
|
86
74
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
发布时间:2023-12-13 02:14:02
|
|
75
|
+
发布时间:2023-12-13 17:22:42
|
|
90
76
|
|
|
91
77
|
本次发布包含了以下内容:
|
|
92
78
|
|
|
93
79
|
改善已有的文档。
|
|
94
80
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
* [GetRunMetadataFile](https://cloud.tencent.com/document/api/1643/100858)
|
|
98
|
-
|
|
99
|
-
* 新增入参:Keys
|
|
100
|
-
|
|
101
|
-
* <font color="#dd0000">**修改入参**:</font>Key
|
|
102
|
-
|
|
103
|
-
* 新增出参:CosSignedUrls
|
|
81
|
+
新增接口:
|
|
104
82
|
|
|
83
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)
|
|
105
84
|
|
|
106
85
|
|
|
107
86
|
|
|
108
|
-
##
|
|
87
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
109
88
|
|
|
110
|
-
### 第
|
|
89
|
+
### 第 48 次发布
|
|
111
90
|
|
|
112
|
-
发布时间:2023-12-
|
|
91
|
+
发布时间:2023-12-14 02:03:05
|
|
113
92
|
|
|
114
93
|
本次发布包含了以下内容:
|
|
115
94
|
|
|
116
95
|
改善已有的文档。
|
|
117
96
|
|
|
118
|
-
|
|
97
|
+
修改接口:
|
|
119
98
|
|
|
120
|
-
* [
|
|
99
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
121
100
|
|
|
122
|
-
*
|
|
101
|
+
* 新增入参:RecordBackground
|
|
102
|
+
|
|
103
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
104
|
+
|
|
105
|
+
* 新增出参:RecordBackground
|
|
123
106
|
|
|
124
107
|
|
|
125
108
|
|
|
@@ -1877,11 +1860,11 @@
|
|
|
1877
1860
|
|
|
1878
1861
|
新增接口:
|
|
1879
1862
|
|
|
1880
|
-
* [
|
|
1863
|
+
* [DescribeIpBlockList](https://cloud.tencent.com/document/api/297/102444)
|
|
1881
1864
|
|
|
1882
1865
|
新增数据结构:
|
|
1883
1866
|
|
|
1884
|
-
* [
|
|
1867
|
+
* [IpBlockData](https://cloud.tencent.com/document/api/297/95396#IpBlockData)
|
|
1885
1868
|
|
|
1886
1869
|
### 第 61 次发布
|
|
1887
1870
|
|
|
@@ -56592,6 +56575,21 @@
|
|
|
56592
56575
|
|
|
56593
56576
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
56594
56577
|
|
|
56578
|
+
### 第 141 次发布
|
|
56579
|
+
|
|
56580
|
+
发布时间:2023-12-14 01:47:26
|
|
56581
|
+
|
|
56582
|
+
本次发布包含了以下内容:
|
|
56583
|
+
|
|
56584
|
+
改善已有的文档。
|
|
56585
|
+
|
|
56586
|
+
修改接口:
|
|
56587
|
+
|
|
56588
|
+
* [CreateSeal](https://cloud.tencent.com/document/api/1323/94136)
|
|
56589
|
+
|
|
56590
|
+
* 新增入参:TaxIdentifyCode
|
|
56591
|
+
|
|
56592
|
+
|
|
56595
56593
|
### 第 140 次发布
|
|
56596
56594
|
|
|
56597
56595
|
发布时间:2023-12-12 01:48:23
|
|
@@ -59307,6 +59305,21 @@
|
|
|
59307
59305
|
|
|
59308
59306
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
59309
59307
|
|
|
59308
|
+
### 第 142 次发布
|
|
59309
|
+
|
|
59310
|
+
发布时间:2023-12-14 01:49:14
|
|
59311
|
+
|
|
59312
|
+
本次发布包含了以下内容:
|
|
59313
|
+
|
|
59314
|
+
改善已有的文档。
|
|
59315
|
+
|
|
59316
|
+
修改接口:
|
|
59317
|
+
|
|
59318
|
+
* [CreateSealByImage](https://cloud.tencent.com/document/api/1420/73067)
|
|
59319
|
+
|
|
59320
|
+
* 新增入参:TaxIdentifyCode
|
|
59321
|
+
|
|
59322
|
+
|
|
59310
59323
|
### 第 141 次发布
|
|
59311
59324
|
|
|
59312
59325
|
发布时间:2023-12-12 01:49:27
|
|
@@ -66572,8 +66585,8 @@
|
|
|
66572
66585
|
|
|
66573
66586
|
新增接口:
|
|
66574
66587
|
|
|
66575
|
-
* [
|
|
66576
|
-
* [
|
|
66588
|
+
* [StartInstance](https://cloud.tencent.com/document/api/1721/102449)
|
|
66589
|
+
* [StopInstance](https://cloud.tencent.com/document/api/1721/102448)
|
|
66577
66590
|
|
|
66578
66591
|
### 第 4 次发布
|
|
66579
66592
|
|
|
@@ -68666,6 +68679,49 @@
|
|
|
68666
68679
|
|
|
68667
68680
|
|
|
68668
68681
|
|
|
68682
|
+
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
68683
|
+
|
|
68684
|
+
### 第 2 次发布
|
|
68685
|
+
|
|
68686
|
+
发布时间:2023-12-14 12:16:14
|
|
68687
|
+
|
|
68688
|
+
本次发布包含了以下内容:
|
|
68689
|
+
|
|
68690
|
+
改善已有的文档。
|
|
68691
|
+
|
|
68692
|
+
修改接口:
|
|
68693
|
+
|
|
68694
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)
|
|
68695
|
+
|
|
68696
|
+
* 新增入参:Condition, GroupId, OsType, OnlineStatus, Filters, Sort, PageNum, PageSize, Status
|
|
68697
|
+
|
|
68698
|
+
* 新增出参:Data
|
|
68699
|
+
|
|
68700
|
+
|
|
68701
|
+
新增数据结构:
|
|
68702
|
+
|
|
68703
|
+
* [[Condition](https://cloud.tencent.com/document/api/1092/102488#Condition)](https://cloud.tencent.com/document/api/1092/102488#[Condition](https://cloud.tencent.com/document/api/1092/102488#Condition))
|
|
68704
|
+
* [[DescribeDevicesPageRsp](https://cloud.tencent.com/document/api/1092/102488#DescribeDevicesPageRsp)](https://cloud.tencent.com/document/api/1092/102488#[DescribeDevicesPageRsp](https://cloud.tencent.com/document/api/1092/102488#DescribeDevicesPageRsp))
|
|
68705
|
+
* [[Filter](https://cloud.tencent.com/document/api/1092/102488#Filter)](https://cloud.tencent.com/document/api/1092/102488#[Filter](https://cloud.tencent.com/document/api/1092/102488#Filter))
|
|
68706
|
+
* [[FilterGroup](https://cloud.tencent.com/document/api/1092/102488#FilterGroup)](https://cloud.tencent.com/document/api/1092/102488#[FilterGroup](https://cloud.tencent.com/document/api/1092/102488#FilterGroup))
|
|
68707
|
+
* [[Paging](https://cloud.tencent.com/document/api/1092/102488#Paging)](https://cloud.tencent.com/document/api/1092/102488#[Paging](https://cloud.tencent.com/document/api/1092/102488#Paging))
|
|
68708
|
+
* [[Sort](https://cloud.tencent.com/document/api/1092/102488#Sort)](https://cloud.tencent.com/document/api/1092/102488#[Sort](https://cloud.tencent.com/document/api/1092/102488#Sort))
|
|
68709
|
+
|
|
68710
|
+
### 第 1 次发布
|
|
68711
|
+
|
|
68712
|
+
发布时间:2023-12-13 17:22:42
|
|
68713
|
+
|
|
68714
|
+
本次发布包含了以下内容:
|
|
68715
|
+
|
|
68716
|
+
改善已有的文档。
|
|
68717
|
+
|
|
68718
|
+
新增接口:
|
|
68719
|
+
|
|
68720
|
+
* [[DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)](https://cloud.tencent.com/document/api/#/#)
|
|
68721
|
+
|
|
68722
|
+
|
|
68723
|
+
|
|
68724
|
+
|
|
68669
68725
|
## 加速物联网套件(iot) 版本:2018-01-23
|
|
68670
68726
|
|
|
68671
68727
|
### 第 7 次发布
|
|
@@ -74319,6 +74375,25 @@
|
|
|
74319
74375
|
|
|
74320
74376
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
74321
74377
|
|
|
74378
|
+
### 第 48 次发布
|
|
74379
|
+
|
|
74380
|
+
发布时间:2023-12-14 02:03:05
|
|
74381
|
+
|
|
74382
|
+
本次发布包含了以下内容:
|
|
74383
|
+
|
|
74384
|
+
改善已有的文档。
|
|
74385
|
+
|
|
74386
|
+
修改接口:
|
|
74387
|
+
|
|
74388
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
74389
|
+
|
|
74390
|
+
* 新增入参:RecordBackground
|
|
74391
|
+
|
|
74392
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
74393
|
+
|
|
74394
|
+
* 新增出参:RecordBackground
|
|
74395
|
+
|
|
74396
|
+
|
|
74322
74397
|
### 第 47 次发布
|
|
74323
74398
|
|
|
74324
74399
|
发布时间:2023-12-12 02:02:36
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-12-11 00:15:21 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-14 01:20:10 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-24 01:08:56 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
90
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-12-05 01:42:47 |
|
|
91
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-
|
|
91
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-12-14 01:43:37 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
94
94
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-11-29 01:54:46 |
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
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
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-
|
|
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 01:49:14 |
|
|
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 |
|
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2023-05-18 01:30:55 |
|
|
121
121
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
122
122
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-09-14 01:52:37 |
|
|
123
|
+
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2023-12-14 12:16:14 |
|
|
123
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
124
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-11-06 00:11:14 |
|
|
125
126
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-10-16 01:17:51 |
|
|
@@ -131,7 +132,7 @@
|
|
|
131
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
132
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
|
|
133
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
134
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-
|
|
135
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-14 02:03:05 |
|
|
135
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-13 02:03:09 |
|
|
136
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-11-21 01:21:33 |
|
|
137
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -203,7 +204,7 @@
|
|
|
203
204
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-13 02:31:49 |
|
|
204
205
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
205
206
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
206
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-
|
|
207
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-14 02:34:26 |
|
|
207
208
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
|
|
208
209
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
209
210
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -224,7 +225,7 @@
|
|
|
224
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
225
226
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-05 02:34:27 |
|
|
226
227
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-11-23 01:30:34 |
|
|
227
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-12-
|
|
228
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-12-14 02:42:40 |
|
|
228
229
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
229
230
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
|
|
230
231
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
@@ -236,7 +237,7 @@
|
|
|
236
237
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-12 02:52:40 |
|
|
237
238
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
238
239
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-07 02:52:47 |
|
|
239
|
-
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-
|
|
240
|
+
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-14 02:56:46 |
|
|
240
241
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
241
242
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
242
243
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.758"
|
|
@@ -417,11 +417,11 @@ export interface DescribeInstancesResponse {
|
|
|
417
417
|
/**
|
|
418
418
|
* 实例总数
|
|
419
419
|
*/
|
|
420
|
-
TotalCount
|
|
420
|
+
TotalCount?: number
|
|
421
421
|
/**
|
|
422
422
|
* 实例数组
|
|
423
423
|
*/
|
|
424
|
-
InstancesList
|
|
424
|
+
InstancesList?: Array<InstanceInfo>
|
|
425
425
|
/**
|
|
426
426
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
427
427
|
*/
|
|
@@ -532,7 +532,7 @@ export interface CreateConnectionResponse {
|
|
|
532
532
|
/**
|
|
533
533
|
* 连接器ID
|
|
534
534
|
*/
|
|
535
|
-
ConnectionId
|
|
535
|
+
ConnectionId?: string
|
|
536
536
|
/**
|
|
537
537
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
538
538
|
*/
|
|
@@ -1745,7 +1745,7 @@ export interface CreateConnectionRequest {
|
|
|
1745
1745
|
*/
|
|
1746
1746
|
Enable?: boolean
|
|
1747
1747
|
/**
|
|
1748
|
-
*
|
|
1748
|
+
* 连接器类型,目前支持以下类型:apigw/ckafka/dts/tdmq
|
|
1749
1749
|
*/
|
|
1750
1750
|
Type?: string
|
|
1751
1751
|
}
|
|
@@ -148,6 +148,7 @@ export interface CreateSealRequest {
|
|
|
148
148
|
<li>**CONTRACT**: 合同专用章;</li>
|
|
149
149
|
<li>**FINANCE**: 财务专用章;</li>
|
|
150
150
|
<li>**PERSONNEL**: 人事专用章</li>
|
|
151
|
+
<li>**INVOICE**: 发票专用章</li>
|
|
151
152
|
</ul>
|
|
152
153
|
注: `同企业下只能有一个公章, 重复创建会报错`
|
|
153
154
|
*/
|
|
@@ -211,9 +212,16 @@ export interface CreateSealRequest {
|
|
|
211
212
|
* 印章尺寸取值描述, 可以选择的尺寸如下:
|
|
212
213
|
<ul><li> **42_42**: 圆形企业公章直径42mm, 当SealStyle是圆形的时候才有效</li>
|
|
213
214
|
<li> **40_40**: 圆形企业印章直径40mm, 当SealStyle是圆形的时候才有效</li>
|
|
214
|
-
<li> **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效</li
|
|
215
|
+
<li> **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效</li>
|
|
216
|
+
<li> **40_30**: 椭圆形印章40mm x 30mm, 当SealStyle是椭圆的时候才有效</li></ul>
|
|
215
217
|
*/
|
|
216
218
|
SealSize?: string
|
|
219
|
+
/**
|
|
220
|
+
* 企业税号
|
|
221
|
+
注: `1.印章类型SealType是INVOICE类型时,此参数才会生效`
|
|
222
|
+
`2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号`
|
|
223
|
+
*/
|
|
224
|
+
TaxIdentifyCode?: string
|
|
217
225
|
}
|
|
218
226
|
|
|
219
227
|
/**
|
|
@@ -1158,7 +1158,7 @@ export interface ReleasedApprover {
|
|
|
1158
1158
|
export interface CreateConsoleLoginUrlResponse {
|
|
1159
1159
|
/**
|
|
1160
1160
|
* 跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表
|
|
1161
|
-
<table> <thead> <tr> <th>子客企业状态</th> <th>子客企业员工状态</th> <th>Endpoint</th> <th>链接有效期限</th> </tr> </thead> <tbody> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>PC/CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>PC</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>CHANNEL/APP</td> <td>一年</td> </tr> </tbody> </table>
|
|
1161
|
+
<table> <thead> <tr> <th>子客企业状态</th> <th>子客企业员工状态</th> <th>Endpoint</th> <th>链接有效期限</th> </tr> </thead> <tbody> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>PC</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>CHANNEL/APP</td> <td>一年</td> </tr> </tbody> </table>
|
|
1162
1162
|
注:
|
|
1163
1163
|
`1.链接仅单次有效,每次登录需要需要重新创建新的链接`
|
|
1164
1164
|
`2.创建的链接应避免被转义,如:&被转义为\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义`
|
|
@@ -3139,9 +3139,9 @@ export interface CreateConsoleLoginUrlRequest {
|
|
|
3139
3139
|
MenuStatus?: string
|
|
3140
3140
|
/**
|
|
3141
3141
|
* 生成链接的类型:
|
|
3142
|
-
生成链接的类型
|
|
3143
3142
|
<ul><li>**PC**:(默认)web控制台链接, 需要在PC浏览器中打开</li>
|
|
3144
|
-
<li>**CHANNEL**:H5跳转到电子签小程序链接,
|
|
3143
|
+
<li>**CHANNEL**:H5跳转到电子签小程序链接, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序</li>
|
|
3144
|
+
<li>**SHORT_URL**:H5跳转到电子签小程序链接的短链形式, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序</li>
|
|
3145
3145
|
<li>**APP**:第三方APP或小程序跳转电子签小程序链接, 一般用于贵方小程序或者APP跳转过来, 打开后进入腾讯电子签小程序</li></ul>
|
|
3146
3146
|
*/
|
|
3147
3147
|
Endpoint?: string
|
|
@@ -6930,6 +6930,7 @@ export interface CreateSealByImageRequest {
|
|
|
6930
6930
|
<li>**CONTRACT**: 合同专用章;</li>
|
|
6931
6931
|
<li>**FINANCE**: 财务专用章;</li>
|
|
6932
6932
|
<li>**PERSONNEL**: 人事专用章</li>
|
|
6933
|
+
<li>**INVOICE**: 发票专用章</li>
|
|
6933
6934
|
</ul>
|
|
6934
6935
|
注: `同企业下只能有一个公章, 重复创建会报错`
|
|
6935
6936
|
*/
|
|
@@ -6955,6 +6956,12 @@ export interface CreateSealByImageRequest {
|
|
|
6955
6956
|
<li> **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效</li></ul>
|
|
6956
6957
|
*/
|
|
6957
6958
|
SealSize?: string
|
|
6959
|
+
/**
|
|
6960
|
+
* 企业税号
|
|
6961
|
+
注: `1.印章类型SealType是INVOICE类型时,此参数才会生效`
|
|
6962
|
+
`2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号`
|
|
6963
|
+
*/
|
|
6964
|
+
TaxIdentifyCode?: string
|
|
6958
6965
|
}
|
|
6959
6966
|
|
|
6960
6967
|
/**
|
package/src/services/index.ts
CHANGED
|
@@ -118,6 +118,7 @@ export { ie } from "./ie"
|
|
|
118
118
|
export { iecp } from "./iecp"
|
|
119
119
|
export { iir } from "./iir"
|
|
120
120
|
export { ims } from "./ims"
|
|
121
|
+
export { ioa } from "./ioa"
|
|
121
122
|
export { iot } from "./iot"
|
|
122
123
|
export { iotcloud } from "./iotcloud"
|
|
123
124
|
export { iotexplorer } from "./iotexplorer"
|