tencentcloud-sdk-nodejs 4.0.462 → 4.0.463
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 +168 -0
- package/SERVICE_CHANGELOG.md +214 -67
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_client.ts +14 -2
- package/src/services/bma/v20210624/bma_models.ts +96 -1
- package/src/services/captcha/v20190722/captcha_client.ts +8 -4
- package/src/services/captcha/v20190722/captcha_models.ts +214 -42
- package/src/services/cpdp/v20190820/cpdp_client.ts +18 -2
- package/src/services/cpdp/v20190820/cpdp_models.ts +358 -33
- package/src/services/essbasic/v20210526/essbasic_client.ts +11 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +18 -13
- package/src/services/lcic/v20220817/lcic_client.ts +74 -25
- package/src/services/lcic/v20220817/lcic_models.ts +333 -137
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +29 -0
- package/src/services/ses/v20201002/ses_client.ts +2 -2
- package/src/services/soe/v20180724/soe_models.ts +2 -2
- package/src/services/tcb/v20180608/tcb_client.ts +12 -0
- package/src/services/tcb/v20180608/tcb_models.ts +25 -0
- package/src/services/trp/v20210515/trp_models.ts +7 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +7 -3
- package/tencentcloud/services/bma/v20210624/bma_client.js +8 -2
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +79 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +182 -38
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +5 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +6 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +298 -29
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -11
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +21 -5
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +30 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +299 -133
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +25 -0
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +2 -2
- package/tencentcloud/services/ses/v20201002/ses_client.js +2 -2
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +2 -2
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +6 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +22 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +7 -7
- package/test/bma.v20210624.test.js +10 -0
- package/test/cpdp.v20190820.test.js +10 -0
- package/test/lcic.v20220817.test.js +44 -4
- package/test/tcb.v20180608.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,171 @@
|
|
|
1
|
+
# Release 4.0.463
|
|
2
|
+
|
|
3
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
4
|
+
|
|
5
|
+
### 第 12 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-10-19 06:10:00
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeCRObtainDetail](https://cloud.tencent.com/document/api/1296/81541)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 验证码(captcha) 版本:2019-07-22
|
|
20
|
+
|
|
21
|
+
### 第 12 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2022-10-19 06:11:45
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
修改接口:
|
|
30
|
+
|
|
31
|
+
* [GetTotalTicketStatistics](https://cloud.tencent.com/document/api/1110/81517)
|
|
32
|
+
|
|
33
|
+
* 新增入参:StartTimeStr, EndTimeStr, Dimension
|
|
34
|
+
|
|
35
|
+
* 新增出参:Data, CaptchaCode, CaptchaMsg
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
新增数据结构:
|
|
39
|
+
|
|
40
|
+
* [CaptchaStatisticObj](https://cloud.tencent.com/document/api/1110/40481#CaptchaStatisticObj)
|
|
41
|
+
* [InterceptPerTrendObj](https://cloud.tencent.com/document/api/1110/40481#InterceptPerTrendObj)
|
|
42
|
+
* [RequestTrendObj](https://cloud.tencent.com/document/api/1110/40481#RequestTrendObj)
|
|
43
|
+
* [TicketCheckTrendObj](https://cloud.tencent.com/document/api/1110/40481#TicketCheckTrendObj)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
48
|
+
|
|
49
|
+
### 第 89 次发布
|
|
50
|
+
|
|
51
|
+
发布时间:2022-10-19 06:17:23
|
|
52
|
+
|
|
53
|
+
本次发布包含了以下内容:
|
|
54
|
+
|
|
55
|
+
改善已有的文档。
|
|
56
|
+
|
|
57
|
+
新增接口:
|
|
58
|
+
|
|
59
|
+
* [CreateOpenBankGlobalPaymentOrder](https://cloud.tencent.com/document/api/1122/81542)
|
|
60
|
+
|
|
61
|
+
新增数据结构:
|
|
62
|
+
|
|
63
|
+
* [CreateOpenBankUnifiedOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankUnifiedOrderPaymentResult)
|
|
64
|
+
* [OpenBankBillingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankBillingInfo)
|
|
65
|
+
* [OpenBankOrderRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankOrderRedirectInfo)
|
|
66
|
+
* [OpenBankShippingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankShippingInfo)
|
|
67
|
+
|
|
68
|
+
修改数据结构:
|
|
69
|
+
|
|
70
|
+
* [OpenBankGoodsInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankGoodsInfo)
|
|
71
|
+
|
|
72
|
+
* 新增成员:Sku, Price, Quantity, ProductImage, ProductUrl
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
78
|
+
|
|
79
|
+
### 第 34 次发布
|
|
80
|
+
|
|
81
|
+
发布时间:2022-10-18 16:02:52
|
|
82
|
+
|
|
83
|
+
本次发布包含了以下内容:
|
|
84
|
+
|
|
85
|
+
改善已有的文档。
|
|
86
|
+
|
|
87
|
+
修改数据结构:
|
|
88
|
+
|
|
89
|
+
* [Component](https://cloud.tencent.com/document/api/1420/61525#Component)
|
|
90
|
+
|
|
91
|
+
* 新增成员:ComponentRecipientId
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
101
|
+
|
|
102
|
+
### 第 5 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2022-10-19 06:31:50
|
|
105
|
+
|
|
106
|
+
本次发布包含了以下内容:
|
|
107
|
+
|
|
108
|
+
改善已有的文档。
|
|
109
|
+
|
|
110
|
+
新增接口:
|
|
111
|
+
|
|
112
|
+
* [BindDocumentToRoom](https://cloud.tencent.com/document/api/1639/81544)
|
|
113
|
+
* [DescribeRoomStatistics](https://cloud.tencent.com/document/api/1639/81545)
|
|
114
|
+
* [ModifyApp](https://cloud.tencent.com/document/api/1639/81546)
|
|
115
|
+
* [UnbindDocumentFromRoom](https://cloud.tencent.com/document/api/1639/81543)
|
|
116
|
+
|
|
117
|
+
修改接口:
|
|
118
|
+
|
|
119
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
120
|
+
|
|
121
|
+
* 新增出参:RecordUrl
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
新增数据结构:
|
|
125
|
+
|
|
126
|
+
* [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
131
|
+
|
|
132
|
+
### 第 66 次发布
|
|
133
|
+
|
|
134
|
+
发布时间:2022-10-19 06:34:09
|
|
135
|
+
|
|
136
|
+
本次发布包含了以下内容:
|
|
137
|
+
|
|
138
|
+
改善已有的文档。
|
|
139
|
+
|
|
140
|
+
新增数据结构:
|
|
141
|
+
|
|
142
|
+
* [AlarmHierarchicalValue](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalValue)
|
|
143
|
+
|
|
144
|
+
修改数据结构:
|
|
145
|
+
|
|
146
|
+
* [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
|
|
147
|
+
|
|
148
|
+
* 新增成员:HierarchicalValue
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
154
|
+
|
|
155
|
+
### 第 87 次发布
|
|
156
|
+
|
|
157
|
+
发布时间:2022-10-19 06:42:09
|
|
158
|
+
|
|
159
|
+
本次发布包含了以下内容:
|
|
160
|
+
|
|
161
|
+
改善已有的文档。
|
|
162
|
+
|
|
163
|
+
新增接口:
|
|
164
|
+
|
|
165
|
+
* [ModifyClsTopic](https://cloud.tencent.com/document/api/876/81547)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
1
169
|
# Release 4.0.462
|
|
2
170
|
|
|
3
171
|
## 验证码(captcha) 版本:2019-07-22
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 12 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-10-
|
|
7
|
+
发布时间:2022-10-19 06:10:00
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,50 +12,43 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeCRObtainDetail](https://cloud.tencent.com/document/api/1296/81541)
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## 验证码(captcha) 版本:2019-07-22
|
|
20
20
|
|
|
21
|
-
### 第
|
|
21
|
+
### 第 12 次发布
|
|
22
22
|
|
|
23
|
-
发布时间:2022-10-
|
|
23
|
+
发布时间:2022-10-19 06:11:45
|
|
24
24
|
|
|
25
25
|
本次发布包含了以下内容:
|
|
26
26
|
|
|
27
27
|
改善已有的文档。
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
* [DeleteRoom](https://cloud.tencent.com/document/api/1639/81518)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
36
|
-
|
|
37
|
-
### 第 57 次发布
|
|
38
|
-
|
|
39
|
-
发布时间:2022-10-18 06:44:04
|
|
29
|
+
修改接口:
|
|
40
30
|
|
|
41
|
-
|
|
31
|
+
* [GetTotalTicketStatistics](https://cloud.tencent.com/document/api/1110/81517)
|
|
42
32
|
|
|
43
|
-
|
|
33
|
+
* 新增入参:StartTimeStr, EndTimeStr, Dimension
|
|
44
34
|
|
|
45
|
-
|
|
35
|
+
* 新增出参:Data, CaptchaCode, CaptchaMsg
|
|
46
36
|
|
|
47
|
-
* [DescribeInstances](https://cloud.tencent.com/document/api/239/20018)
|
|
48
37
|
|
|
49
|
-
|
|
38
|
+
新增数据结构:
|
|
50
39
|
|
|
40
|
+
* [CaptchaStatisticObj](https://cloud.tencent.com/document/api/1110/40481#CaptchaStatisticObj)
|
|
41
|
+
* [InterceptPerTrendObj](https://cloud.tencent.com/document/api/1110/40481#InterceptPerTrendObj)
|
|
42
|
+
* [RequestTrendObj](https://cloud.tencent.com/document/api/1110/40481#RequestTrendObj)
|
|
43
|
+
* [TicketCheckTrendObj](https://cloud.tencent.com/document/api/1110/40481#TicketCheckTrendObj)
|
|
51
44
|
|
|
52
45
|
|
|
53
46
|
|
|
54
|
-
##
|
|
47
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
55
48
|
|
|
56
|
-
### 第
|
|
49
|
+
### 第 89 次发布
|
|
57
50
|
|
|
58
|
-
发布时间:2022-10-
|
|
51
|
+
发布时间:2022-10-19 06:17:23
|
|
59
52
|
|
|
60
53
|
本次发布包含了以下内容:
|
|
61
54
|
|
|
@@ -63,47 +56,52 @@
|
|
|
63
56
|
|
|
64
57
|
新增接口:
|
|
65
58
|
|
|
66
|
-
* [
|
|
59
|
+
* [CreateOpenBankGlobalPaymentOrder](https://cloud.tencent.com/document/api/1122/81542)
|
|
67
60
|
|
|
68
61
|
新增数据结构:
|
|
69
62
|
|
|
70
|
-
* [
|
|
71
|
-
* [
|
|
63
|
+
* [CreateOpenBankUnifiedOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankUnifiedOrderPaymentResult)
|
|
64
|
+
* [OpenBankBillingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankBillingInfo)
|
|
65
|
+
* [OpenBankOrderRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankOrderRedirectInfo)
|
|
66
|
+
* [OpenBankShippingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankShippingInfo)
|
|
72
67
|
|
|
68
|
+
修改数据结构:
|
|
73
69
|
|
|
70
|
+
* [OpenBankGoodsInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankGoodsInfo)
|
|
74
71
|
|
|
75
|
-
|
|
72
|
+
* 新增成员:Sku, Price, Quantity, ProductImage, ProductUrl
|
|
76
73
|
|
|
77
|
-
### 第 125 次发布
|
|
78
74
|
|
|
79
|
-
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
78
|
+
|
|
79
|
+
### 第 34 次发布
|
|
80
|
+
|
|
81
|
+
发布时间:2022-10-18 16:02:52
|
|
80
82
|
|
|
81
83
|
本次发布包含了以下内容:
|
|
82
84
|
|
|
83
85
|
改善已有的文档。
|
|
84
86
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
* [DescribeClusterAuthenticationOptions](https://cloud.tencent.com/document/api/457/62278)
|
|
87
|
+
修改数据结构:
|
|
88
88
|
|
|
89
|
-
|
|
89
|
+
* [Component](https://cloud.tencent.com/document/api/1420/61525#Component)
|
|
90
90
|
|
|
91
|
-
*
|
|
91
|
+
* 新增成员:ComponentRecipientId
|
|
92
92
|
|
|
93
|
-
* 新增入参:OIDCConfig
|
|
94
93
|
|
|
95
94
|
|
|
96
|
-
新增数据结构:
|
|
97
95
|
|
|
98
|
-
|
|
96
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
99
97
|
|
|
100
98
|
|
|
101
99
|
|
|
102
|
-
##
|
|
100
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
103
101
|
|
|
104
|
-
### 第
|
|
102
|
+
### 第 5 次发布
|
|
105
103
|
|
|
106
|
-
发布时间:2022-10-
|
|
104
|
+
发布时间:2022-10-19 06:31:50
|
|
107
105
|
|
|
108
106
|
本次发布包含了以下内容:
|
|
109
107
|
|
|
@@ -111,46 +109,61 @@
|
|
|
111
109
|
|
|
112
110
|
新增接口:
|
|
113
111
|
|
|
114
|
-
* [
|
|
112
|
+
* [BindDocumentToRoom](https://cloud.tencent.com/document/api/1639/81544)
|
|
113
|
+
* [DescribeRoomStatistics](https://cloud.tencent.com/document/api/1639/81545)
|
|
114
|
+
* [ModifyApp](https://cloud.tencent.com/document/api/1639/81546)
|
|
115
|
+
* [UnbindDocumentFromRoom](https://cloud.tencent.com/document/api/1639/81543)
|
|
115
116
|
|
|
116
117
|
修改接口:
|
|
117
118
|
|
|
118
|
-
* [
|
|
119
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
119
120
|
|
|
120
|
-
*
|
|
121
|
+
* 新增出参:RecordUrl
|
|
121
122
|
|
|
122
|
-
* [DescribeCodePackStatus](https://cloud.tencent.com/document/api/1458/81457)
|
|
123
123
|
|
|
124
|
-
|
|
124
|
+
新增数据结构:
|
|
125
125
|
|
|
126
|
-
* [
|
|
126
|
+
* [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
|
|
127
127
|
|
|
128
|
-
* 新增出参:ImgUrl, FileKey
|
|
129
128
|
|
|
130
|
-
* [DescribeCodePacks](https://cloud.tencent.com/document/api/1458/75016)
|
|
131
129
|
|
|
132
|
-
|
|
130
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
133
131
|
|
|
134
|
-
|
|
132
|
+
### 第 66 次发布
|
|
135
133
|
|
|
136
|
-
|
|
134
|
+
发布时间:2022-10-19 06:34:09
|
|
137
135
|
|
|
136
|
+
本次发布包含了以下内容:
|
|
137
|
+
|
|
138
|
+
改善已有的文档。
|
|
138
139
|
|
|
139
140
|
新增数据结构:
|
|
140
141
|
|
|
141
|
-
* [
|
|
142
|
+
* [AlarmHierarchicalValue](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalValue)
|
|
142
143
|
|
|
143
144
|
修改数据结构:
|
|
144
145
|
|
|
145
|
-
* [
|
|
146
|
+
* [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
|
|
146
147
|
|
|
147
|
-
* 新增成员:
|
|
148
|
+
* 新增成员:HierarchicalValue
|
|
148
149
|
|
|
149
|
-
* [TraceData](https://cloud.tencent.com/document/api/1458/75030#TraceData)
|
|
150
150
|
|
|
151
|
-
* 新增成员:PhaseData, Status
|
|
152
151
|
|
|
153
152
|
|
|
153
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
154
|
+
|
|
155
|
+
### 第 87 次发布
|
|
156
|
+
|
|
157
|
+
发布时间:2022-10-19 06:42:09
|
|
158
|
+
|
|
159
|
+
本次发布包含了以下内容:
|
|
160
|
+
|
|
161
|
+
改善已有的文档。
|
|
162
|
+
|
|
163
|
+
新增接口:
|
|
164
|
+
|
|
165
|
+
* [ModifyClsTopic](https://cloud.tencent.com/document/api/876/81547)
|
|
166
|
+
|
|
154
167
|
|
|
155
168
|
|
|
156
169
|
# 历次版本更新如下:
|
|
@@ -7895,6 +7908,18 @@
|
|
|
7895
7908
|
|
|
7896
7909
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
7897
7910
|
|
|
7911
|
+
### 第 12 次发布
|
|
7912
|
+
|
|
7913
|
+
发布时间:2022-10-19 06:10:00
|
|
7914
|
+
|
|
7915
|
+
本次发布包含了以下内容:
|
|
7916
|
+
|
|
7917
|
+
改善已有的文档。
|
|
7918
|
+
|
|
7919
|
+
新增接口:
|
|
7920
|
+
|
|
7921
|
+
* [[DescribeCRObtainDetail](https://cloud.tencent.com/document/api/1296/81541)](https://cloud.tencent.com/document/api/#/#)
|
|
7922
|
+
|
|
7898
7923
|
### 第 11 次发布
|
|
7899
7924
|
|
|
7900
7925
|
发布时间:2022-10-17 06:09:59
|
|
@@ -9744,6 +9769,30 @@
|
|
|
9744
9769
|
|
|
9745
9770
|
## 验证码(captcha) 版本:2019-07-22
|
|
9746
9771
|
|
|
9772
|
+
### 第 12 次发布
|
|
9773
|
+
|
|
9774
|
+
发布时间:2022-10-19 06:11:45
|
|
9775
|
+
|
|
9776
|
+
本次发布包含了以下内容:
|
|
9777
|
+
|
|
9778
|
+
改善已有的文档。
|
|
9779
|
+
|
|
9780
|
+
修改接口:
|
|
9781
|
+
|
|
9782
|
+
* [GetTotalTicketStatistics](https://cloud.tencent.com/document/api/1110/81517)
|
|
9783
|
+
|
|
9784
|
+
* 新增入参:StartTimeStr, EndTimeStr, Dimension
|
|
9785
|
+
|
|
9786
|
+
* 新增出参:Data, CaptchaCode, CaptchaMsg
|
|
9787
|
+
|
|
9788
|
+
|
|
9789
|
+
新增数据结构:
|
|
9790
|
+
|
|
9791
|
+
* [[CaptchaStatisticObj](https://cloud.tencent.com/document/api/1110/40481#CaptchaStatisticObj)](https://cloud.tencent.com/document/api/1110/40481#[CaptchaStatisticObj](https://cloud.tencent.com/document/api/1110/40481#CaptchaStatisticObj))
|
|
9792
|
+
* [[InterceptPerTrendObj](https://cloud.tencent.com/document/api/1110/40481#InterceptPerTrendObj)](https://cloud.tencent.com/document/api/1110/40481#[InterceptPerTrendObj](https://cloud.tencent.com/document/api/1110/40481#InterceptPerTrendObj))
|
|
9793
|
+
* [[RequestTrendObj](https://cloud.tencent.com/document/api/1110/40481#RequestTrendObj)](https://cloud.tencent.com/document/api/1110/40481#[RequestTrendObj](https://cloud.tencent.com/document/api/1110/40481#RequestTrendObj))
|
|
9794
|
+
* [[TicketCheckTrendObj](https://cloud.tencent.com/document/api/1110/40481#TicketCheckTrendObj)](https://cloud.tencent.com/document/api/1110/40481#[TicketCheckTrendObj](https://cloud.tencent.com/document/api/1110/40481#TicketCheckTrendObj))
|
|
9795
|
+
|
|
9747
9796
|
### 第 11 次发布
|
|
9748
9797
|
|
|
9749
9798
|
发布时间:2022-10-18 06:13:00
|
|
@@ -9754,7 +9803,7 @@
|
|
|
9754
9803
|
|
|
9755
9804
|
新增接口:
|
|
9756
9805
|
|
|
9757
|
-
* [
|
|
9806
|
+
* [GetTotalTicketStatistics](https://cloud.tencent.com/document/api/1110/81517)
|
|
9758
9807
|
|
|
9759
9808
|
### 第 10 次发布
|
|
9760
9809
|
|
|
@@ -23655,6 +23704,32 @@
|
|
|
23655
23704
|
|
|
23656
23705
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
23657
23706
|
|
|
23707
|
+
### 第 89 次发布
|
|
23708
|
+
|
|
23709
|
+
发布时间:2022-10-19 06:17:23
|
|
23710
|
+
|
|
23711
|
+
本次发布包含了以下内容:
|
|
23712
|
+
|
|
23713
|
+
改善已有的文档。
|
|
23714
|
+
|
|
23715
|
+
新增接口:
|
|
23716
|
+
|
|
23717
|
+
* [[CreateOpenBankGlobalPaymentOrder](https://cloud.tencent.com/document/api/1122/81542)](https://cloud.tencent.com/document/api/#/#)
|
|
23718
|
+
|
|
23719
|
+
新增数据结构:
|
|
23720
|
+
|
|
23721
|
+
* [[CreateOpenBankUnifiedOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankUnifiedOrderPaymentResult)](https://cloud.tencent.com/document/api/1122/40683#[CreateOpenBankUnifiedOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankUnifiedOrderPaymentResult))
|
|
23722
|
+
* [[OpenBankBillingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankBillingInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankBillingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankBillingInfo))
|
|
23723
|
+
* [[OpenBankOrderRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankOrderRedirectInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankOrderRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankOrderRedirectInfo))
|
|
23724
|
+
* [[OpenBankShippingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankShippingInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankShippingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankShippingInfo))
|
|
23725
|
+
|
|
23726
|
+
修改数据结构:
|
|
23727
|
+
|
|
23728
|
+
* [OpenBankGoodsInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankGoodsInfo)
|
|
23729
|
+
|
|
23730
|
+
* 新增成员:Sku, Price, Quantity, ProductImage, ProductUrl
|
|
23731
|
+
|
|
23732
|
+
|
|
23658
23733
|
### 第 88 次发布
|
|
23659
23734
|
|
|
23660
23735
|
发布时间:2022-10-14 06:19:40
|
|
@@ -39575,6 +39650,21 @@
|
|
|
39575
39650
|
|
|
39576
39651
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
39577
39652
|
|
|
39653
|
+
### 第 34 次发布
|
|
39654
|
+
|
|
39655
|
+
发布时间:2022-10-18 16:02:52
|
|
39656
|
+
|
|
39657
|
+
本次发布包含了以下内容:
|
|
39658
|
+
|
|
39659
|
+
改善已有的文档。
|
|
39660
|
+
|
|
39661
|
+
修改数据结构:
|
|
39662
|
+
|
|
39663
|
+
* [Component](https://cloud.tencent.com/document/api/1420/61525#Component)
|
|
39664
|
+
|
|
39665
|
+
* 新增成员:ComponentRecipientId
|
|
39666
|
+
|
|
39667
|
+
|
|
39578
39668
|
### 第 33 次发布
|
|
39579
39669
|
|
|
39580
39670
|
发布时间:2022-10-14 10:03:19
|
|
@@ -50047,6 +50137,32 @@
|
|
|
50047
50137
|
|
|
50048
50138
|
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
50049
50139
|
|
|
50140
|
+
### 第 5 次发布
|
|
50141
|
+
|
|
50142
|
+
发布时间:2022-10-19 06:31:50
|
|
50143
|
+
|
|
50144
|
+
本次发布包含了以下内容:
|
|
50145
|
+
|
|
50146
|
+
改善已有的文档。
|
|
50147
|
+
|
|
50148
|
+
新增接口:
|
|
50149
|
+
|
|
50150
|
+
* [[BindDocumentToRoom](https://cloud.tencent.com/document/api/1639/81544)](https://cloud.tencent.com/document/api/#/#)
|
|
50151
|
+
* [[DescribeRoomStatistics](https://cloud.tencent.com/document/api/1639/81545)](https://cloud.tencent.com/document/api/#/#)
|
|
50152
|
+
* [[ModifyApp](https://cloud.tencent.com/document/api/1639/81546)](https://cloud.tencent.com/document/api/#/#)
|
|
50153
|
+
* [[UnbindDocumentFromRoom](https://cloud.tencent.com/document/api/1639/81543)](https://cloud.tencent.com/document/api/#/#)
|
|
50154
|
+
|
|
50155
|
+
修改接口:
|
|
50156
|
+
|
|
50157
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
50158
|
+
|
|
50159
|
+
* 新增出参:RecordUrl
|
|
50160
|
+
|
|
50161
|
+
|
|
50162
|
+
新增数据结构:
|
|
50163
|
+
|
|
50164
|
+
* [[MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)](https://cloud.tencent.com/document/api/1639/81423#[MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord))
|
|
50165
|
+
|
|
50050
50166
|
### 第 4 次发布
|
|
50051
50167
|
|
|
50052
50168
|
发布时间:2022-10-18 06:36:52
|
|
@@ -50057,7 +50173,7 @@
|
|
|
50057
50173
|
|
|
50058
50174
|
新增接口:
|
|
50059
50175
|
|
|
50060
|
-
* [
|
|
50176
|
+
* [DeleteRoom](https://cloud.tencent.com/document/api/1639/81518)
|
|
50061
50177
|
|
|
50062
50178
|
### 第 3 次发布
|
|
50063
50179
|
|
|
@@ -54590,6 +54706,25 @@
|
|
|
54590
54706
|
|
|
54591
54707
|
## 云监控(monitor) 版本:2018-07-24
|
|
54592
54708
|
|
|
54709
|
+
### 第 66 次发布
|
|
54710
|
+
|
|
54711
|
+
发布时间:2022-10-19 06:34:09
|
|
54712
|
+
|
|
54713
|
+
本次发布包含了以下内容:
|
|
54714
|
+
|
|
54715
|
+
改善已有的文档。
|
|
54716
|
+
|
|
54717
|
+
新增数据结构:
|
|
54718
|
+
|
|
54719
|
+
* [[AlarmHierarchicalValue](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalValue)](https://cloud.tencent.com/document/api/248/30354#[AlarmHierarchicalValue](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalValue))
|
|
54720
|
+
|
|
54721
|
+
修改数据结构:
|
|
54722
|
+
|
|
54723
|
+
* [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
|
|
54724
|
+
|
|
54725
|
+
* 新增成员:HierarchicalValue
|
|
54726
|
+
|
|
54727
|
+
|
|
54593
54728
|
### 第 65 次发布
|
|
54594
54729
|
|
|
54595
54730
|
发布时间:2022-10-11 06:43:21
|
|
@@ -67065,12 +67200,12 @@
|
|
|
67065
67200
|
|
|
67066
67201
|
新增接口:
|
|
67067
67202
|
|
|
67068
|
-
* [
|
|
67203
|
+
* [DescribePackages](https://cloud.tencent.com/document/api/400/81519)
|
|
67069
67204
|
|
|
67070
67205
|
新增数据结构:
|
|
67071
67206
|
|
|
67072
|
-
* [
|
|
67073
|
-
* [
|
|
67207
|
+
* [PackageInfo](https://cloud.tencent.com/document/api/400/41679#PackageInfo)
|
|
67208
|
+
* [PackageTransferOutInfo](https://cloud.tencent.com/document/api/400/41679#PackageTransferOutInfo)
|
|
67074
67209
|
|
|
67075
67210
|
### 第 19 次发布
|
|
67076
67211
|
|
|
@@ -69783,6 +69918,18 @@
|
|
|
69783
69918
|
|
|
69784
69919
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
69785
69920
|
|
|
69921
|
+
### 第 87 次发布
|
|
69922
|
+
|
|
69923
|
+
发布时间:2022-10-19 06:42:09
|
|
69924
|
+
|
|
69925
|
+
本次发布包含了以下内容:
|
|
69926
|
+
|
|
69927
|
+
改善已有的文档。
|
|
69928
|
+
|
|
69929
|
+
新增接口:
|
|
69930
|
+
|
|
69931
|
+
* [[ModifyClsTopic](https://cloud.tencent.com/document/api/876/81547)](https://cloud.tencent.com/document/api/#/#)
|
|
69932
|
+
|
|
69786
69933
|
### 第 86 次发布
|
|
69787
69934
|
|
|
69788
69935
|
发布时间:2022-08-23 06:50:01
|
|
@@ -79473,7 +79620,7 @@
|
|
|
79473
79620
|
|
|
79474
79621
|
新增数据结构:
|
|
79475
79622
|
|
|
79476
|
-
* [
|
|
79623
|
+
* [OIDCConfigAuthenticationOptions](https://cloud.tencent.com/document/api/457/31866#OIDCConfigAuthenticationOptions)
|
|
79477
79624
|
|
|
79478
79625
|
### 第 124 次发布
|
|
79479
79626
|
|
|
@@ -82326,7 +82473,7 @@
|
|
|
82326
82473
|
|
|
82327
82474
|
新增接口:
|
|
82328
82475
|
|
|
82329
|
-
* [
|
|
82476
|
+
* [DescribeTmpToken](https://cloud.tencent.com/document/api/1458/81515)
|
|
82330
82477
|
|
|
82331
82478
|
修改接口:
|
|
82332
82479
|
|
|
@@ -82353,7 +82500,7 @@
|
|
|
82353
82500
|
|
|
82354
82501
|
新增数据结构:
|
|
82355
82502
|
|
|
82356
|
-
* [
|
|
82503
|
+
* [CodePack](https://cloud.tencent.com/document/api/1458/75030#CodePack)
|
|
82357
82504
|
|
|
82358
82505
|
修改数据结构:
|
|
82359
82506
|
|