tencentcloud-sdk-nodejs 4.0.632 → 4.0.633

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.
Files changed (104) hide show
  1. package/CHANGELOG.md +151 -0
  2. package/SERVICE_CHANGELOG.md +185 -204
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/billing/v20180709/billing_models.ts +34 -24
  8. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  9. package/src/services/chdfs/index.ts +2 -2
  10. package/src/services/cii/index.ts +2 -2
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +14 -15
  12. package/src/services/cme/v20191029/cme_client.ts +11 -11
  13. package/src/services/cme/v20191029/cme_models.ts +2 -2
  14. package/src/services/dbbrain/index.ts +2 -2
  15. package/src/services/dlc/v20210125/dlc_models.ts +3 -2
  16. package/src/services/dnspod/v20210323/dnspod_client.ts +27 -14
  17. package/src/services/dnspod/v20210323/dnspod_models.ts +71 -12
  18. package/src/services/eis/index.ts +2 -2
  19. package/src/services/ess/v20201111/ess_models.ts +16 -0
  20. package/src/services/essbasic/index.ts +2 -2
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +21 -5
  22. package/src/services/facefusion/index.ts +2 -2
  23. package/src/services/faceid/v20180301/faceid_models.ts +4 -4
  24. package/src/services/iai/index.ts +2 -2
  25. package/src/services/ims/index.ts +2 -2
  26. package/src/services/iotvideo/index.ts +2 -2
  27. package/src/services/irp/index.ts +2 -2
  28. package/src/services/live/v20180801/live_models.ts +6 -6
  29. package/src/services/mgobe/index.ts +2 -2
  30. package/src/services/mongodb/index.ts +2 -2
  31. package/src/services/postgres/v20170312/postgres_models.ts +1 -1
  32. package/src/services/scf/v20180416/scf_models.ts +1 -1
  33. package/src/services/tbp/index.ts +2 -2
  34. package/src/services/teo/index.ts +2 -2
  35. package/src/services/thpc/index.ts +2 -2
  36. package/src/services/tms/index.ts +2 -2
  37. package/src/services/tsw/index.ts +2 -2
  38. package/src/services/vm/index.ts +2 -2
  39. package/src/services/wav/v20210129/wav_client.ts +100 -74
  40. package/src/services/wav/v20210129/wav_models.ts +1445 -1142
  41. package/src/services/yunsou/index.ts +2 -2
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/ams/index.d.ts +4 -4
  45. package/tencentcloud/services/ams/index.js +2 -2
  46. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -24
  47. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  48. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  49. package/tencentcloud/services/chdfs/index.js +2 -2
  50. package/tencentcloud/services/cii/index.d.ts +4 -4
  51. package/tencentcloud/services/cii/index.js +2 -2
  52. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +14 -15
  53. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +11 -11
  54. package/tencentcloud/services/cme/v20191029/cme_client.js +11 -11
  55. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +2 -2
  56. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  57. package/tencentcloud/services/dbbrain/index.js +2 -2
  58. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +3 -2
  59. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -5
  60. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -6
  61. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +68 -12
  62. package/tencentcloud/services/eis/index.d.ts +4 -4
  63. package/tencentcloud/services/eis/index.js +2 -2
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -0
  65. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  66. package/tencentcloud/services/essbasic/index.js +2 -2
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +21 -5
  68. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  69. package/tencentcloud/services/facefusion/index.js +2 -2
  70. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -4
  71. package/tencentcloud/services/iai/index.d.ts +4 -4
  72. package/tencentcloud/services/iai/index.js +2 -2
  73. package/tencentcloud/services/ims/index.d.ts +4 -4
  74. package/tencentcloud/services/ims/index.js +2 -2
  75. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  76. package/tencentcloud/services/iotvideo/index.js +2 -2
  77. package/tencentcloud/services/irp/index.d.ts +4 -4
  78. package/tencentcloud/services/irp/index.js +2 -2
  79. package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -6
  80. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  81. package/tencentcloud/services/mgobe/index.js +2 -2
  82. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  83. package/tencentcloud/services/mongodb/index.js +2 -2
  84. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
  85. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  86. package/tencentcloud/services/tbp/index.d.ts +4 -4
  87. package/tencentcloud/services/tbp/index.js +2 -2
  88. package/tencentcloud/services/teo/index.d.ts +4 -4
  89. package/tencentcloud/services/teo/index.js +2 -2
  90. package/tencentcloud/services/thpc/index.d.ts +4 -4
  91. package/tencentcloud/services/thpc/index.js +2 -2
  92. package/tencentcloud/services/tms/index.d.ts +4 -4
  93. package/tencentcloud/services/tms/index.js +2 -2
  94. package/tencentcloud/services/tsw/index.d.ts +4 -4
  95. package/tencentcloud/services/tsw/index.js +2 -2
  96. package/tencentcloud/services/vm/index.d.ts +4 -4
  97. package/tencentcloud/services/vm/index.js +2 -2
  98. package/tencentcloud/services/wav/v20210129/wav_client.d.ts +13 -5
  99. package/tencentcloud/services/wav/v20210129/wav_client.js +18 -6
  100. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1413 -1116
  101. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  102. package/tencentcloud/services/yunsou/index.js +2 -2
  103. package/test/dnspod.v20210323.test.js +14 -4
  104. package/test/wav.v20210129.test.js +24 -4
@@ -1,72 +1,31 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云呼叫中心(ccc) 版本:2020-02-10
4
-
5
- ### 第 51 次发布
6
-
7
- 发布时间:2023-06-30 01:11:07
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改接口:
14
-
15
- * [CreateExtension](https://cloud.tencent.com/document/api/679/82130)
16
-
17
- * 新增入参:SkillGroupIds, Relation
18
-
19
-
20
- 修改数据结构:
21
-
22
- * [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
23
-
24
- * 新增成员:VoicemailAsrURL
25
-
26
- * <font color="#dd0000">**修改成员**:</font>Caller, Callee, Time, Direction, Duration, RecordURL, SeatUser, EndStatus, SkillGroup, CallerLocation, IVRDuration, RingTimestamp, AcceptTimestamp, EndedTimestamp, IVRKeyPressed, HungUpSide, ServeParticipants, SkillGroupId, EndStatusString, StartTimestamp, QueuedTimestamp, PostIVRKeyPressed, QueuedSkillGroupId, SessionId, ProtectedCaller, ProtectedCallee, Uui, IVRKeyPressedEx, AsrUrl, CustomRecordURL, Remark, QueuedSkillGroupName, VoicemailRecordURL
27
-
28
-
29
-
3
+ ## 费用中心(billing) 版本:2018-07-09
30
4
 
31
- ## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
5
+ ### 44 次发布
32
6
 
33
- ### 第 12 次发布
34
-
35
- 发布时间:2023-06-30 01:12:59
7
+ 发布时间:2023-07-03 01:04:02
36
8
 
37
9
  本次发布包含了以下内容:
38
10
 
39
11
  改善已有的文档。
40
12
 
41
- 修改接口:
42
-
43
- * [DescribeBackUpSchedule](https://cloud.tencent.com/document/api/1299/86155)
44
-
45
- * 新增出参:ErrorMsg
46
-
47
- * [DescribeInstancesNew](https://cloud.tencent.com/document/api/1299/93328)
48
-
49
- * 新增入参:IsSimple
50
-
51
-
52
13
  修改数据结构:
53
14
 
54
- * [BackupTableContent](https://cloud.tencent.com/document/api/1299/83429#BackupTableContent)
15
+ * [BillDetailComponent](https://cloud.tencent.com/document/api/555/19183#BillDetailComponent)
55
16
 
56
- * 新增成员:ZooPath, Rip
17
+ * 新增成员:RealTotalMeasure, DeductedMeasure
57
18
 
58
- * [ScheduleStrategy](https://cloud.tencent.com/document/api/1299/83429#ScheduleStrategy)
59
-
60
- * 新增成员:NextBackupTime
19
+ * <font color="#dd0000">**修改成员**:</font>SpecifiedPrice, TransferPayAmount, SPDeduction
61
20
 
62
21
 
63
22
 
64
23
 
65
- ## 云防火墙(cfw) 版本:2019-09-04
24
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
66
25
 
67
- ### 第 39 次发布
26
+ ### 第 53 次发布
68
27
 
69
- 发布时间:2023-06-30 01:13:38
28
+ 发布时间:2023-07-03 01:18:43
70
29
 
71
30
  本次发布包含了以下内容:
72
31
 
@@ -74,59 +33,36 @@
74
33
 
75
34
  修改接口:
76
35
 
77
- * [DescribeBlockIgnoreList](https://cloud.tencent.com/document/api/1132/86691)
78
-
79
- * 新增出参:SourceList
80
-
81
-
82
- 修改数据结构:
83
-
84
- * [InstanceInfo](https://cloud.tencent.com/document/api/1132/49071#InstanceInfo)
85
-
86
- * 新增成员:RegionKey
87
-
88
-
89
-
90
-
91
- ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
92
-
93
- ### 第 60 次发布
94
-
95
- 发布时间:2023-06-29 14:25:48
96
-
97
- 本次发布包含了以下内容:
98
-
99
- 改善已有的文档。
36
+ * [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
100
37
 
101
- 修改接口:
102
38
 
103
- * [CreateProxyEndPoint](https://cloud.tencent.com/document/api/1003/94133)
104
39
 
105
- * 新增出参:ProxyGroupId
106
40
 
41
+ ## DNSPod(dnspod) 版本:2021-03-23
107
42
 
108
- ### 第 59 次发布
43
+ ### 第 20 次发布
109
44
 
110
- 发布时间:2023-06-29 11:34:47
45
+ 发布时间:2023-07-03 01:19:17
111
46
 
112
47
  本次发布包含了以下内容:
113
48
 
114
49
  改善已有的文档。
115
50
 
116
- 修改接口:
51
+ 新增接口:
117
52
 
118
- * [CreateProxy](https://cloud.tencent.com/document/api/1003/94134)
53
+ * [DeleteRecordBatch](https://cloud.tencent.com/document/api/1427/94422)
119
54
 
120
- * 新增出参:ProxyGroupId
55
+ 新增数据结构:
121
56
 
57
+ * [DeleteRecordBatchDetail](https://cloud.tencent.com/document/api/1427/56185#DeleteRecordBatchDetail)
122
58
 
123
59
 
124
60
 
125
61
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
126
62
 
127
- ### 第 82 次发布
63
+ ### 第 83 次发布
128
64
 
129
- 发布时间:2023-06-30 01:25:52
65
+ 发布时间:2023-06-30 18:46:08
130
66
 
131
67
  本次发布包含了以下内容:
132
68
 
@@ -134,69 +70,55 @@
134
70
 
135
71
  修改接口:
136
72
 
137
- * [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
138
-
139
- * 新增入参:Agent
140
-
141
- * [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
73
+ * [CreateReleaseFlow](https://cloud.tencent.com/document/api/1323/88045)
142
74
 
143
- * 新增入参:Agent
75
+ * 新增入参:Deadline
144
76
 
145
- * [CreateFlowReminds](https://cloud.tencent.com/document/api/1323/86002)
146
77
 
147
- * 新增入参:Agent
78
+ 修改数据结构:
148
79
 
149
- * [DescribeFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/83441)
80
+ * [ReleasedApprover](https://cloud.tencent.com/document/api/1323/70369#ReleasedApprover)
150
81
 
151
- * 新增入参:Agent
82
+ * 新增成员:ApproverSignComponentType, ApproverSignRole
152
83
 
153
84
 
154
85
 
155
86
 
156
- ## 集团账号管理(organization) 版本:2021-03-31
87
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
157
88
 
158
- ### 第 20 次发布
89
+ ### 第 87 次发布
159
90
 
160
- 发布时间:2023-06-30 01:38:16
91
+ 发布时间:2023-06-30 17:26:03
161
92
 
162
93
  本次发布包含了以下内容:
163
94
 
164
95
  改善已有的文档。
165
96
 
166
- 新增接口:
167
-
168
- * [UpdateOrganizationMember](https://cloud.tencent.com/document/api/850/94392)
169
-
170
-
171
-
172
- ## 集团账号管理(organization) 版本:2018-12-25
173
-
97
+ 修改接口:
174
98
 
99
+ * [ChannelCreateReleaseFlow](https://cloud.tencent.com/document/api/1420/83461)
175
100
 
176
- ## 云函数(scf) 版本:2018-04-16
101
+ * 新增入参:Deadline
177
102
 
178
- ### 第 56 次发布
179
103
 
180
- 发布时间:2023-06-30 01:40:45
104
+ 修改数据结构:
181
105
 
182
- 本次发布包含了以下内容:
106
+ * [ReleasedApprover](https://cloud.tencent.com/document/api/1420/61525#ReleasedApprover)
183
107
 
184
- 改善已有的文档。
108
+ * 新增成员:ApproverSignComponentType, ApproverSignRole
185
109
 
186
- 修改接口:
187
110
 
188
- * [CreateFunction](https://cloud.tencent.com/document/api/583/18586)
189
111
 
190
- * 新增入参:AutoDeployClsTopicIndex, AutoCreateClsTopic
191
112
 
113
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
192
114
 
193
115
 
194
116
 
195
- ## 云开发 CloudBase(tcb) 版本:2018-06-08
117
+ ## 企业微信汽车行业版(wav) 版本:2021-01-29
196
118
 
197
- ### 第 96 次发布
119
+ ### 第 14 次发布
198
120
 
199
- 发布时间:2023-06-29 18:45:40
121
+ 发布时间:2023-06-30 12:15:39
200
122
 
201
123
  本次发布包含了以下内容:
202
124
 
@@ -204,87 +126,25 @@
204
126
 
205
127
  新增接口:
206
128
 
207
- * [DeleteGatewayVersion](https://cloud.tencent.com/document/api/876/94391)
208
- * [DescribeBillingInfo](https://cloud.tencent.com/document/api/876/94390)
209
- * [DescribeCbrServerVersion](https://cloud.tencent.com/document/api/876/94389)
210
- * [DescribeGatewayVersions](https://cloud.tencent.com/document/api/876/94388)
211
- * [DescribeGraphData](https://cloud.tencent.com/document/api/876/59512)
212
- * [DescribeWxGatewayRoutes](https://cloud.tencent.com/document/api/876/94387)
213
- * [DescribeWxGateways](https://cloud.tencent.com/document/api/876/94386)
214
- * [ModifyGatewayVersionTraffic](https://cloud.tencent.com/document/api/876/94385)
129
+ * [QueryArrivalList](https://cloud.tencent.com/document/api/1318/94396)
130
+ * [QueryFollowList](https://cloud.tencent.com/document/api/1318/94395)
215
131
 
216
132
  新增数据结构:
217
133
 
218
- * [BanConfig](https://cloud.tencent.com/document/api/876/34822#BanConfig)
219
- * [CbrPackageInfo](https://cloud.tencent.com/document/api/876/34822#CbrPackageInfo)
220
- * [CbrRepoInfo](https://cloud.tencent.com/document/api/876/34822#CbrRepoInfo)
221
- * [CustomLogConfig](https://cloud.tencent.com/document/api/876/34822#CustomLogConfig)
222
- * [FrequencyLimitConfig](https://cloud.tencent.com/document/api/876/34822#FrequencyLimitConfig)
223
- * [GatewayItem](https://cloud.tencent.com/document/api/876/34822#GatewayItem)
224
- * [GatewayVersionItem](https://cloud.tencent.com/document/api/876/34822#GatewayVersionItem)
225
- * [WxGatewayCustomConfig](https://cloud.tencent.com/document/api/876/34822#WxGatewayCustomConfig)
226
- * [WxGatewayRountItem](https://cloud.tencent.com/document/api/876/34822#WxGatewayRountItem)
134
+ * [ArrivalInfo](https://cloud.tencent.com/document/api/1318/56791#ArrivalInfo)
135
+ * [FollowInfo](https://cloud.tencent.com/document/api/1318/56791#FollowInfo)
227
136
 
228
137
  修改数据结构:
229
138
 
230
- * [EnvInfo](https://cloud.tencent.com/document/api/876/34822#EnvInfo)
231
-
232
- * 新增成员:ArchitectureType, Recycle
233
-
234
-
235
-
236
-
237
- ## 容器镜像服务(tcr) 版本:2019-09-24
238
-
239
- ### 第 57 次发布
240
-
241
- 发布时间:2023-06-30 01:44:37
242
-
243
- 本次发布包含了以下内容:
244
-
245
- 改善已有的文档。
246
-
247
- <font color="#dd0000">**删除接口**:</font>
248
-
249
- * CreateImageLifecyclePersonal
250
- * DeleteImageLifecyclePersonal
251
-
252
-
253
-
254
- ## 容器安全服务(tcss) 版本:2020-11-01
255
-
256
- ### 第 47 次发布
257
-
258
- 发布时间:2023-06-30 01:45:16
259
-
260
- 本次发布包含了以下内容:
261
-
262
- 改善已有的文档。
263
-
264
- 修改数据结构:
265
-
266
- * [ComplianceHostDetailInfo](https://cloud.tencent.com/document/api/1285/65614#ComplianceHostDetailInfo)
267
-
268
- * 新增成员:ContainerdVersion
269
-
270
-
271
-
272
-
273
- ## 容器服务(tke) 版本:2018-05-25
274
-
275
- ### 第 155 次发布
276
-
277
- 发布时间:2023-06-30 01:49:36
139
+ * [ClueInfoDetail](https://cloud.tencent.com/document/api/1318/56791#ClueInfoDetail)
278
140
 
279
- 本次发布包含了以下内容:
141
+ * 新增成员:WxId, BrandCode, BuildTime, OrderTime, ArrivalTime, DeliveryTime, FollowTime, NextFollowTime, OrgId, OrgName, Introducer, IntroducerPhone, IsBindWx, IsMerge, IsInvalid, InvalidType, InvalidTypeName, InvalidRemark, InvalidTime, DealerName, ShopId, ShopName, Position
280
142
 
281
- 改善已有的文档。
143
+ * <font color="#dd0000">**修改成员**:</font>LeadUserType, LeadType, ChannelId, ChannelName, SourceChannelName, Gender, CreateTime, LeadStatus, LevelCode, ImportAtTime, DistributeTime, CreateAtTime
282
144
 
283
- 修改数据结构:
284
-
285
- * [KMSConfiguration](https://cloud.tencent.com/document/api/457/31866#KMSConfiguration)
145
+ * [CorpUserInfo](https://cloud.tencent.com/document/api/1318/56791#CorpUserInfo)
286
146
 
287
- * 新增成员:KeyId, KmsRegion
147
+ * 新增成员:JobNumber
288
148
 
289
149
 
290
150
 
@@ -7872,6 +7732,23 @@
7872
7732
 
7873
7733
  ## 费用中心(billing) 版本:2018-07-09
7874
7734
 
7735
+ ### 第 44 次发布
7736
+
7737
+ 发布时间:2023-07-03 01:04:02
7738
+
7739
+ 本次发布包含了以下内容:
7740
+
7741
+ 改善已有的文档。
7742
+
7743
+ 修改数据结构:
7744
+
7745
+ * [BillDetailComponent](https://cloud.tencent.com/document/api/555/19183#BillDetailComponent)
7746
+
7747
+ * 新增成员:RealTotalMeasure, DeductedMeasure
7748
+
7749
+ * <font color="#dd0000">**修改成员**:</font>SpecifiedPrice, TransferPayAmount, SPDeduction
7750
+
7751
+
7875
7752
  ### 第 43 次发布
7876
7753
 
7877
7754
  发布时间:2023-06-28 01:03:11
@@ -41627,6 +41504,19 @@
41627
41504
 
41628
41505
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
41629
41506
 
41507
+ ### 第 53 次发布
41508
+
41509
+ 发布时间:2023-07-03 01:18:43
41510
+
41511
+ 本次发布包含了以下内容:
41512
+
41513
+ 改善已有的文档。
41514
+
41515
+ 修改接口:
41516
+
41517
+ * [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
41518
+
41519
+
41630
41520
  ### 第 52 次发布
41631
41521
 
41632
41522
  发布时间:2023-06-20 01:28:13
@@ -42850,6 +42740,22 @@
42850
42740
 
42851
42741
  ## DNSPod(dnspod) 版本:2021-03-23
42852
42742
 
42743
+ ### 第 20 次发布
42744
+
42745
+ 发布时间:2023-07-03 01:19:17
42746
+
42747
+ 本次发布包含了以下内容:
42748
+
42749
+ 改善已有的文档。
42750
+
42751
+ 新增接口:
42752
+
42753
+ * [[DeleteRecordBatch](https://cloud.tencent.com/document/api/1427/94422)](https://cloud.tencent.com/document/api/#/#)
42754
+
42755
+ 新增数据结构:
42756
+
42757
+ * [[DeleteRecordBatchDetail](https://cloud.tencent.com/document/api/1427/56185#DeleteRecordBatchDetail)](https://cloud.tencent.com/document/api/1427/56185#[DeleteRecordBatchDetail](https://cloud.tencent.com/document/api/1427/56185#DeleteRecordBatchDetail))
42758
+
42853
42759
  ### 第 19 次发布
42854
42760
 
42855
42761
  发布时间:2023-06-21 01:16:19
@@ -49395,6 +49301,28 @@
49395
49301
 
49396
49302
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
49397
49303
 
49304
+ ### 第 83 次发布
49305
+
49306
+ 发布时间:2023-06-30 18:46:08
49307
+
49308
+ 本次发布包含了以下内容:
49309
+
49310
+ 改善已有的文档。
49311
+
49312
+ 修改接口:
49313
+
49314
+ * [CreateReleaseFlow](https://cloud.tencent.com/document/api/1323/88045)
49315
+
49316
+ * 新增入参:Deadline
49317
+
49318
+
49319
+ 修改数据结构:
49320
+
49321
+ * [ReleasedApprover](https://cloud.tencent.com/document/api/1323/70369#ReleasedApprover)
49322
+
49323
+ * 新增成员:ApproverSignComponentType, ApproverSignRole
49324
+
49325
+
49398
49326
  ### 第 82 次发布
49399
49327
 
49400
49328
  发布时间:2023-06-30 01:25:52
@@ -50985,6 +50913,28 @@
50985
50913
 
50986
50914
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
50987
50915
 
50916
+ ### 第 87 次发布
50917
+
50918
+ 发布时间:2023-06-30 17:26:03
50919
+
50920
+ 本次发布包含了以下内容:
50921
+
50922
+ 改善已有的文档。
50923
+
50924
+ 修改接口:
50925
+
50926
+ * [ChannelCreateReleaseFlow](https://cloud.tencent.com/document/api/1420/83461)
50927
+
50928
+ * 新增入参:Deadline
50929
+
50930
+
50931
+ 修改数据结构:
50932
+
50933
+ * [ReleasedApprover](https://cloud.tencent.com/document/api/1420/61525#ReleasedApprover)
50934
+
50935
+ * 新增成员:ApproverSignComponentType, ApproverSignRole
50936
+
50937
+
50988
50938
  ### 第 86 次发布
50989
50939
 
50990
50940
  发布时间:2023-06-29 01:22:07
@@ -78003,7 +77953,7 @@
78003
77953
 
78004
77954
  新增接口:
78005
77955
 
78006
- * [[UpdateOrganizationMember](https://cloud.tencent.com/document/api/850/94392)](https://cloud.tencent.com/document/api/#/#)
77956
+ * [UpdateOrganizationMember](https://cloud.tencent.com/document/api/850/94392)
78007
77957
 
78008
77958
  ### 第 19 次发布
78009
77959
 
@@ -89545,26 +89495,26 @@
89545
89495
 
89546
89496
  新增接口:
89547
89497
 
89548
- * [[DeleteGatewayVersion](https://cloud.tencent.com/document/api/876/94391)](https://cloud.tencent.com/document/api/#/#)
89549
- * [[DescribeBillingInfo](https://cloud.tencent.com/document/api/876/94390)](https://cloud.tencent.com/document/api/#/#)
89550
- * [[DescribeCbrServerVersion](https://cloud.tencent.com/document/api/876/94389)](https://cloud.tencent.com/document/api/#/#)
89551
- * [[DescribeGatewayVersions](https://cloud.tencent.com/document/api/876/94388)](https://cloud.tencent.com/document/api/#/#)
89552
- * [[DescribeGraphData](https://cloud.tencent.com/document/api/876/59512)](https://cloud.tencent.com/document/api/#/#)
89553
- * [[DescribeWxGatewayRoutes](https://cloud.tencent.com/document/api/876/94387)](https://cloud.tencent.com/document/api/#/#)
89554
- * [[DescribeWxGateways](https://cloud.tencent.com/document/api/876/94386)](https://cloud.tencent.com/document/api/#/#)
89555
- * [[ModifyGatewayVersionTraffic](https://cloud.tencent.com/document/api/876/94385)](https://cloud.tencent.com/document/api/#/#)
89498
+ * [DeleteGatewayVersion](https://cloud.tencent.com/document/api/876/94391)
89499
+ * [DescribeBillingInfo](https://cloud.tencent.com/document/api/876/94390)
89500
+ * [DescribeCbrServerVersion](https://cloud.tencent.com/document/api/876/94389)
89501
+ * [DescribeGatewayVersions](https://cloud.tencent.com/document/api/876/94388)
89502
+ * [DescribeGraphData](https://cloud.tencent.com/document/api/876/59512)
89503
+ * [DescribeWxGatewayRoutes](https://cloud.tencent.com/document/api/876/94387)
89504
+ * [DescribeWxGateways](https://cloud.tencent.com/document/api/876/94386)
89505
+ * [ModifyGatewayVersionTraffic](https://cloud.tencent.com/document/api/876/94385)
89556
89506
 
89557
89507
  新增数据结构:
89558
89508
 
89559
- * [[BanConfig](https://cloud.tencent.com/document/api/876/34822#BanConfig)](https://cloud.tencent.com/document/api/876/34822#[BanConfig](https://cloud.tencent.com/document/api/876/34822#BanConfig))
89560
- * [[CbrPackageInfo](https://cloud.tencent.com/document/api/876/34822#CbrPackageInfo)](https://cloud.tencent.com/document/api/876/34822#[CbrPackageInfo](https://cloud.tencent.com/document/api/876/34822#CbrPackageInfo))
89561
- * [[CbrRepoInfo](https://cloud.tencent.com/document/api/876/34822#CbrRepoInfo)](https://cloud.tencent.com/document/api/876/34822#[CbrRepoInfo](https://cloud.tencent.com/document/api/876/34822#CbrRepoInfo))
89562
- * [[CustomLogConfig](https://cloud.tencent.com/document/api/876/34822#CustomLogConfig)](https://cloud.tencent.com/document/api/876/34822#[CustomLogConfig](https://cloud.tencent.com/document/api/876/34822#CustomLogConfig))
89563
- * [[FrequencyLimitConfig](https://cloud.tencent.com/document/api/876/34822#FrequencyLimitConfig)](https://cloud.tencent.com/document/api/876/34822#[FrequencyLimitConfig](https://cloud.tencent.com/document/api/876/34822#FrequencyLimitConfig))
89564
- * [[GatewayItem](https://cloud.tencent.com/document/api/876/34822#GatewayItem)](https://cloud.tencent.com/document/api/876/34822#[GatewayItem](https://cloud.tencent.com/document/api/876/34822#GatewayItem))
89565
- * [[GatewayVersionItem](https://cloud.tencent.com/document/api/876/34822#GatewayVersionItem)](https://cloud.tencent.com/document/api/876/34822#[GatewayVersionItem](https://cloud.tencent.com/document/api/876/34822#GatewayVersionItem))
89566
- * [[WxGatewayCustomConfig](https://cloud.tencent.com/document/api/876/34822#WxGatewayCustomConfig)](https://cloud.tencent.com/document/api/876/34822#[WxGatewayCustomConfig](https://cloud.tencent.com/document/api/876/34822#WxGatewayCustomConfig))
89567
- * [[WxGatewayRountItem](https://cloud.tencent.com/document/api/876/34822#WxGatewayRountItem)](https://cloud.tencent.com/document/api/876/34822#[WxGatewayRountItem](https://cloud.tencent.com/document/api/876/34822#WxGatewayRountItem))
89509
+ * [BanConfig](https://cloud.tencent.com/document/api/876/34822#BanConfig)
89510
+ * [CbrPackageInfo](https://cloud.tencent.com/document/api/876/34822#CbrPackageInfo)
89511
+ * [CbrRepoInfo](https://cloud.tencent.com/document/api/876/34822#CbrRepoInfo)
89512
+ * [CustomLogConfig](https://cloud.tencent.com/document/api/876/34822#CustomLogConfig)
89513
+ * [FrequencyLimitConfig](https://cloud.tencent.com/document/api/876/34822#FrequencyLimitConfig)
89514
+ * [GatewayItem](https://cloud.tencent.com/document/api/876/34822#GatewayItem)
89515
+ * [GatewayVersionItem](https://cloud.tencent.com/document/api/876/34822#GatewayVersionItem)
89516
+ * [WxGatewayCustomConfig](https://cloud.tencent.com/document/api/876/34822#WxGatewayCustomConfig)
89517
+ * [WxGatewayRountItem](https://cloud.tencent.com/document/api/876/34822#WxGatewayRountItem)
89568
89518
 
89569
89519
  修改数据结构:
89570
89520
 
@@ -121364,6 +121314,37 @@
121364
121314
 
121365
121315
  ## 企业微信汽车行业版(wav) 版本:2021-01-29
121366
121316
 
121317
+ ### 第 14 次发布
121318
+
121319
+ 发布时间:2023-06-30 12:15:39
121320
+
121321
+ 本次发布包含了以下内容:
121322
+
121323
+ 改善已有的文档。
121324
+
121325
+ 新增接口:
121326
+
121327
+ * [[QueryArrivalList](https://cloud.tencent.com/document/api/1318/94396)](https://cloud.tencent.com/document/api/#/#)
121328
+ * [[QueryFollowList](https://cloud.tencent.com/document/api/1318/94395)](https://cloud.tencent.com/document/api/#/#)
121329
+
121330
+ 新增数据结构:
121331
+
121332
+ * [[ArrivalInfo](https://cloud.tencent.com/document/api/1318/56791#ArrivalInfo)](https://cloud.tencent.com/document/api/1318/56791#[ArrivalInfo](https://cloud.tencent.com/document/api/1318/56791#ArrivalInfo))
121333
+ * [[FollowInfo](https://cloud.tencent.com/document/api/1318/56791#FollowInfo)](https://cloud.tencent.com/document/api/1318/56791#[FollowInfo](https://cloud.tencent.com/document/api/1318/56791#FollowInfo))
121334
+
121335
+ 修改数据结构:
121336
+
121337
+ * [ClueInfoDetail](https://cloud.tencent.com/document/api/1318/56791#ClueInfoDetail)
121338
+
121339
+ * 新增成员:WxId, BrandCode, BuildTime, OrderTime, ArrivalTime, DeliveryTime, FollowTime, NextFollowTime, OrgId, OrgName, Introducer, IntroducerPhone, IsBindWx, IsMerge, IsInvalid, InvalidType, InvalidTypeName, InvalidRemark, InvalidTime, DealerName, ShopId, ShopName, Position
121340
+
121341
+ * <font color="#dd0000">**修改成员**:</font>LeadUserType, LeadType, ChannelId, ChannelName, SourceChannelName, Gender, CreateTime, LeadStatus, LevelCode, ImportAtTime, DistributeTime, CreateAtTime
121342
+
121343
+ * [CorpUserInfo](https://cloud.tencent.com/document/api/1318/56791#CorpUserInfo)
121344
+
121345
+ * 新增成员:JobNumber
121346
+
121347
+
121367
121348
  ### 第 13 次发布
121368
121349
 
121369
121350
  发布时间:2023-03-14 12:01:08
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.632",
3
+ "version": "4.0.633",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {