tencentcloud-sdk-nodejs 4.0.916 → 4.0.918

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 (118) hide show
  1. package/CHANGELOG.md +465 -0
  2. package/SERVICE_CHANGELOG.md +545 -13
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +64 -5
  7. package/src/services/btoe/index.ts +2 -2
  8. package/src/services/chdfs/index.ts +2 -2
  9. package/src/services/dbbrain/index.ts +2 -2
  10. package/src/services/dlc/v20210125/dlc_models.ts +54 -1
  11. package/src/services/dts/index.ts +2 -2
  12. package/src/services/eis/index.ts +2 -2
  13. package/src/services/es/v20180416/es_client.ts +3 -2
  14. package/src/services/es/v20180416/es_models.ts +39 -1
  15. package/src/services/ess/v20201111/ess_client.ts +68 -32
  16. package/src/services/ess/v20201111/ess_models.ts +232 -99
  17. package/src/services/essbasic/index.ts +2 -2
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +21 -3
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +517 -464
  20. package/src/services/faceid/v20180301/faceid_models.ts +2 -0
  21. package/src/services/goosefs/v20220519/goosefs_models.ts +24 -3
  22. package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
  23. package/src/services/iai/index.ts +2 -2
  24. package/src/services/iotcloud/index.ts +2 -2
  25. package/src/services/iotvideo/index.ts +2 -2
  26. package/src/services/irp/index.ts +2 -2
  27. package/src/services/iss/v20230517/iss_models.ts +27 -0
  28. package/src/services/mgobe/index.ts +2 -2
  29. package/src/services/mna/v20210119/mna_client.ts +12 -0
  30. package/src/services/mna/v20210119/mna_models.ts +42 -0
  31. package/src/services/mongodb/v20190725/mongodb_models.ts +83 -64
  32. package/src/services/ms/v20180408/ms_client.ts +88 -42
  33. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  34. package/src/services/organization/v20210331/organization_client.ts +992 -396
  35. package/src/services/organization/v20210331/organization_models.ts +4192 -1603
  36. package/src/services/tat/v20201028/tat_client.ts +13 -0
  37. package/src/services/tat/v20201028/tat_models.ts +78 -1
  38. package/src/services/tem/index.ts +2 -2
  39. package/src/services/teo/index.ts +2 -2
  40. package/src/services/teo/v20220901/teo_models.ts +2 -3
  41. package/src/services/thpc/index.ts +4 -4
  42. package/src/services/trocket/v20230308/trocket_models.ts +31 -7
  43. package/src/services/trtc/v20190722/trtc_models.ts +10 -0
  44. package/src/services/tsw/index.ts +2 -2
  45. package/src/services/vm/index.ts +2 -2
  46. package/src/services/yunsou/index.ts +2 -2
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +64 -5
  50. package/tencentcloud/services/btoe/index.d.ts +4 -4
  51. package/tencentcloud/services/btoe/index.js +2 -2
  52. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  53. package/tencentcloud/services/chdfs/index.js +2 -2
  54. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  55. package/tencentcloud/services/dbbrain/index.js +2 -2
  56. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +54 -1
  57. package/tencentcloud/services/dts/index.d.ts +4 -4
  58. package/tencentcloud/services/dts/index.js +2 -2
  59. package/tencentcloud/services/eis/index.d.ts +4 -4
  60. package/tencentcloud/services/eis/index.js +2 -2
  61. package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -0
  62. package/tencentcloud/services/es/v20180416/es_client.js +1 -0
  63. package/tencentcloud/services/es/v20180416/es_models.d.ts +39 -1
  64. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +40 -20
  65. package/tencentcloud/services/ess/v20201111/ess_client.js +47 -23
  66. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +228 -99
  67. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  68. package/tencentcloud/services/essbasic/index.js +2 -2
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -1
  70. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -0
  71. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +521 -470
  72. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -0
  73. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +24 -3
  74. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
  75. package/tencentcloud/services/iai/index.d.ts +4 -4
  76. package/tencentcloud/services/iai/index.js +2 -2
  77. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  78. package/tencentcloud/services/iotcloud/index.js +2 -2
  79. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  80. package/tencentcloud/services/iotvideo/index.js +2 -2
  81. package/tencentcloud/services/irp/index.d.ts +4 -4
  82. package/tencentcloud/services/irp/index.js +2 -2
  83. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +27 -0
  84. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  85. package/tencentcloud/services/mgobe/index.js +2 -2
  86. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
  87. package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
  88. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +40 -0
  89. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +83 -64
  90. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +69 -23
  91. package/tencentcloud/services/ms/v20180408/ms_client.js +69 -23
  92. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  93. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +313 -121
  94. package/tencentcloud/services/organization/v20210331/organization_client.js +468 -180
  95. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4093 -1620
  96. package/tencentcloud/services/tat/v20201028/tat_client.d.ts +5 -1
  97. package/tencentcloud/services/tat/v20201028/tat_client.js +6 -0
  98. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -1
  99. package/tencentcloud/services/tem/index.d.ts +4 -4
  100. package/tencentcloud/services/tem/index.js +2 -2
  101. package/tencentcloud/services/teo/index.d.ts +4 -4
  102. package/tencentcloud/services/teo/index.js +2 -2
  103. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -3
  104. package/tencentcloud/services/thpc/index.d.ts +6 -6
  105. package/tencentcloud/services/thpc/index.js +4 -4
  106. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +31 -7
  107. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -0
  108. package/tencentcloud/services/tsw/index.d.ts +4 -4
  109. package/tencentcloud/services/tsw/index.js +2 -2
  110. package/tencentcloud/services/vm/index.d.ts +4 -4
  111. package/tencentcloud/services/vm/index.js +2 -2
  112. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  113. package/tencentcloud/services/yunsou/index.js +2 -2
  114. package/test/ess.v20201111.test.js +22 -2
  115. package/test/essbasic.v20210526.test.js +10 -0
  116. package/test/mna.v20210119.test.js +10 -0
  117. package/test/organization.v20210331.test.js +605 -125
  118. package/test/tat.v20201028.test.js +10 -0
@@ -1,42 +1,189 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 主机安全(cwp) 版本:2018-02-28
3
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
4
4
 
5
- ### 第 120 次发布
5
+ ### 第 100 次发布
6
6
 
7
- 发布时间:2024-08-13 01:26:39
7
+ 发布时间:2024-08-15 01:32:44
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- <font color="#dd0000">**预下线接口**:</font>
13
+ 修改数据结构:
14
14
 
15
- * DescribeCloudProtectServiceOrderList
15
+ * [LakeFsInfo](https://cloud.tencent.com/document/api/1342/53778#LakeFsInfo)
16
16
 
17
+ * 新增成员:DefaultBucket, ShortName, Description, Status
17
18
 
19
+ * [SmartOptimizerLifecyclePolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerLifecyclePolicy)
18
20
 
19
- ## 私有网络(vpc) 版本:2017-03-12
21
+ * 新增成员:ExpiredField, ExpiredFieldFormat
20
22
 
21
- ### 第 200 次发布
23
+ * [SmartOptimizerWrittenPolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerWrittenPolicy)
22
24
 
23
- 发布时间:2024-08-13 02:46:47
25
+ * 新增成员:WrittenEnable
26
+
27
+ * [TColumn](https://cloud.tencent.com/document/api/1342/53778#TColumn)
28
+
29
+ * 新增成员:Position, IsPartition
30
+
31
+
32
+
33
+
34
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
35
+
36
+ ### 第 183 次发布
37
+
38
+ 发布时间:2024-08-15 01:41:24
24
39
 
25
40
  本次发布包含了以下内容:
26
41
 
27
42
  改善已有的文档。
28
43
 
44
+ 新增接口:
45
+
46
+ * [CreateBatchOrganizationAuthorizationUrl](https://cloud.tencent.com/document/api/1323/109987)
47
+
29
48
  修改数据结构:
30
49
 
31
- * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
50
+ * [Recipient](https://cloud.tencent.com/document/api/1323/70369#Recipient)
32
51
 
33
- * 新增成员:Ipv6Flag
52
+ * 新增成员:NoTransfer
34
53
 
35
- * [CcnRoute](https://cloud.tencent.com/document/api/215/15824#CcnRoute)
36
54
 
37
- * 新增成员:AliasType, AliasInstanceId
38
55
 
39
- * <font color="#dd0000">**修改成员**:</font>RouteId
56
+
57
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
58
+
59
+ ### 第 179 次发布
60
+
61
+ 发布时间:2024-08-15 01:42:34
62
+
63
+ 本次发布包含了以下内容:
64
+
65
+ 改善已有的文档。
66
+
67
+ 修改数据结构:
68
+
69
+ * [Recipient](https://cloud.tencent.com/document/api/1420/61525#Recipient)
70
+
71
+ * 新增成员:NoTransfer
72
+
73
+
74
+
75
+
76
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
77
+
78
+
79
+
80
+ ## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
81
+
82
+ ### 第 10 次发布
83
+
84
+ 发布时间:2024-08-15 01:45:31
85
+
86
+ 本次发布包含了以下内容:
87
+
88
+ 改善已有的文档。
89
+
90
+ 修改数据结构:
91
+
92
+ * [ClientNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#ClientNodeAttribute)
93
+
94
+ * 新增成员:VpcId, SubnetId, InstanceId, MountPoint
95
+
96
+ * [LinuxNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#LinuxNodeAttribute)
97
+
98
+ * 新增成员:MountPoint
99
+
100
+
101
+
102
+
103
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
104
+
105
+ ### 第 17 次发布
106
+
107
+ 发布时间:2024-08-15 01:45:59
108
+
109
+ 本次发布包含了以下内容:
110
+
111
+ 改善已有的文档。
112
+
113
+ 修改接口:
114
+
115
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
116
+
117
+ * 新增入参:EnableSpeedSearch
118
+
119
+
120
+
121
+
122
+ ## 智能视图计算平台(iss) 版本:2023-05-17
123
+
124
+ ### 第 17 次发布
125
+
126
+ 发布时间:2024-08-14 19:42:55
127
+
128
+ 本次发布包含了以下内容:
129
+
130
+ 改善已有的文档。
131
+
132
+ 修改接口:
133
+
134
+ * [AddUserDevice](https://cloud.tencent.com/document/api/1344/95876)
135
+
136
+ * 新增入参:AppName, StreamName
137
+
138
+ * [DescribeCNAME](https://cloud.tencent.com/document/api/1344/95899)
139
+
140
+ * 新增入参:DomainType
141
+
142
+
143
+ 修改数据结构:
144
+
145
+ * [DescribeDeviceData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceData)
146
+
147
+ * 新增成员:AppName, StreamName
148
+
149
+ * [DescribeDomainData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainData)
150
+
151
+ * 新增成员:DomainType
152
+
153
+
154
+
155
+
156
+ ## 多网聚合加速(mna) 版本:2021-01-19
157
+
158
+ ### 第 22 次发布
159
+
160
+ 发布时间:2024-08-15 02:00:04
161
+
162
+ 本次发布包含了以下内容:
163
+
164
+ 改善已有的文档。
165
+
166
+ 新增接口:
167
+
168
+ * [OrderPerLicense](https://cloud.tencent.com/document/api/1385/109988)
169
+
170
+
171
+
172
+ ## 实时音视频(trtc) 版本:2019-07-22
173
+
174
+ ### 第 87 次发布
175
+
176
+ 发布时间:2024-08-15 02:31:34
177
+
178
+ 本次发布包含了以下内容:
179
+
180
+ 改善已有的文档。
181
+
182
+ 修改数据结构:
183
+
184
+ * [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
185
+
186
+ * 新增成员:InterruptMode, InterruptSpeechDuration
40
187
 
41
188
 
42
189
 
@@ -9215,6 +9362,25 @@
9215
9362
 
9216
9363
  ## 费用中心(billing) 版本:2018-07-09
9217
9364
 
9365
+ ### 第 61 次发布
9366
+
9367
+ 发布时间:2024-08-14 01:07:50
9368
+
9369
+ 本次发布包含了以下内容:
9370
+
9371
+ 改善已有的文档。
9372
+
9373
+ 修改数据结构:
9374
+
9375
+ * [UsageDetails](https://cloud.tencent.com/document/api/555/19183#UsageDetails)
9376
+
9377
+ * 新增成员:ProductCode, SubProductCode, BillingItemCode, SubBillingItemCode, ProductEnName, SubProductEnName, CalcUnit, Action
9378
+
9379
+ * [UsageRecords](https://cloud.tencent.com/document/api/555/19183#UsageRecords)
9380
+
9381
+ * 新增成员:PayMode, VoucherId, PayScene, SeqId
9382
+
9383
+
9218
9384
  ### 第 60 次发布
9219
9385
 
9220
9386
  发布时间:2024-06-21 01:11:19
@@ -52022,6 +52188,33 @@
52022
52188
 
52023
52189
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
52024
52190
 
52191
+ ### 第 100 次发布
52192
+
52193
+ 发布时间:2024-08-15 01:32:44
52194
+
52195
+ 本次发布包含了以下内容:
52196
+
52197
+ 改善已有的文档。
52198
+
52199
+ 修改数据结构:
52200
+
52201
+ * [LakeFsInfo](https://cloud.tencent.com/document/api/1342/53778#LakeFsInfo)
52202
+
52203
+ * 新增成员:DefaultBucket, ShortName, Description, Status
52204
+
52205
+ * [SmartOptimizerLifecyclePolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerLifecyclePolicy)
52206
+
52207
+ * 新增成员:ExpiredField, ExpiredFieldFormat
52208
+
52209
+ * [SmartOptimizerWrittenPolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerWrittenPolicy)
52210
+
52211
+ * 新增成员:WrittenEnable
52212
+
52213
+ * [TColumn](https://cloud.tencent.com/document/api/1342/53778#TColumn)
52214
+
52215
+ * 新增成员:Position, IsPartition
52216
+
52217
+
52025
52218
  ### 第 99 次发布
52026
52219
 
52027
52220
  发布时间:2024-08-08 01:33:40
@@ -62298,6 +62491,42 @@
62298
62491
 
62299
62492
  ## Elasticsearch Service(es) 版本:2018-04-16
62300
62493
 
62494
+ ### 第 65 次发布
62495
+
62496
+ 发布时间:2024-08-14 01:44:38
62497
+
62498
+ 本次发布包含了以下内容:
62499
+
62500
+ 改善已有的文档。
62501
+
62502
+ 修改接口:
62503
+
62504
+ * [CreateServerlessSpaceV2](https://cloud.tencent.com/document/api/845/104317)
62505
+
62506
+ * 新增入参:TagList
62507
+
62508
+ * [DescribeServerlessMetrics](https://cloud.tencent.com/document/api/845/108288)
62509
+
62510
+ * 新增入参:DurationType
62511
+
62512
+ * 新增出参:IndexTraffic, ReadReqTimes, WriteReqTimes, DocCount
62513
+
62514
+ * [DescribeServerlessSpaces](https://cloud.tencent.com/document/api/845/104313)
62515
+
62516
+ * 新增入参:TagList
62517
+
62518
+
62519
+ 修改数据结构:
62520
+
62521
+ * [ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)
62522
+
62523
+ * 新增成员:IndexTraffic
62524
+
62525
+ * [ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)
62526
+
62527
+ * 新增成员:TagList
62528
+
62529
+
62301
62530
  ### 第 64 次发布
62302
62531
 
62303
62532
  发布时间:2024-08-08 01:41:08
@@ -63709,6 +63938,37 @@
63709
63938
 
63710
63939
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
63711
63940
 
63941
+ ### 第 183 次发布
63942
+
63943
+ 发布时间:2024-08-15 01:41:24
63944
+
63945
+ 本次发布包含了以下内容:
63946
+
63947
+ 改善已有的文档。
63948
+
63949
+ 新增接口:
63950
+
63951
+ * [[CreateBatchOrganizationAuthorizationUrl](https://cloud.tencent.com/document/api/1323/109987)](https://cloud.tencent.com/document/api/#/#)
63952
+
63953
+ 修改数据结构:
63954
+
63955
+ * [Recipient](https://cloud.tencent.com/document/api/1323/70369#Recipient)
63956
+
63957
+ * 新增成员:NoTransfer
63958
+
63959
+
63960
+ ### 第 182 次发布
63961
+
63962
+ 发布时间:2024-08-14 01:45:25
63963
+
63964
+ 本次发布包含了以下内容:
63965
+
63966
+ 改善已有的文档。
63967
+
63968
+ 新增接口:
63969
+
63970
+ * [CreateBatchInitOrganizationUrl](https://cloud.tencent.com/document/api/1323/109910)
63971
+
63712
63972
  ### 第 181 次发布
63713
63973
 
63714
63974
  发布时间:2024-07-25 01:39:56
@@ -67160,6 +67420,33 @@
67160
67420
 
67161
67421
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
67162
67422
 
67423
+ ### 第 179 次发布
67424
+
67425
+ 发布时间:2024-08-15 01:42:34
67426
+
67427
+ 本次发布包含了以下内容:
67428
+
67429
+ 改善已有的文档。
67430
+
67431
+ 修改数据结构:
67432
+
67433
+ * [Recipient](https://cloud.tencent.com/document/api/1420/61525#Recipient)
67434
+
67435
+ * 新增成员:NoTransfer
67436
+
67437
+
67438
+ ### 第 178 次发布
67439
+
67440
+ 发布时间:2024-08-14 01:46:41
67441
+
67442
+ 本次发布包含了以下内容:
67443
+
67444
+ 改善已有的文档。
67445
+
67446
+ 新增接口:
67447
+
67448
+ * [CreateBatchInitOrganizationUrl](https://cloud.tencent.com/document/api/1420/109911)
67449
+
67163
67450
  ### 第 177 次发布
67164
67451
 
67165
67452
  发布时间:2024-07-31 01:36:50
@@ -74197,6 +74484,25 @@
74197
74484
 
74198
74485
  ## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
74199
74486
 
74487
+ ### 第 10 次发布
74488
+
74489
+ 发布时间:2024-08-15 01:45:31
74490
+
74491
+ 本次发布包含了以下内容:
74492
+
74493
+ 改善已有的文档。
74494
+
74495
+ 修改数据结构:
74496
+
74497
+ * [ClientNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#ClientNodeAttribute)
74498
+
74499
+ * 新增成员:VpcId, SubnetId, InstanceId, MountPoint
74500
+
74501
+ * [LinuxNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#LinuxNodeAttribute)
74502
+
74503
+ * 新增成员:MountPoint
74504
+
74505
+
74200
74506
  ### 第 9 次发布
74201
74507
 
74202
74508
  发布时间:2024-07-10 01:17:00
@@ -75786,6 +76092,21 @@
75786
76092
 
75787
76093
  ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
75788
76094
 
76095
+ ### 第 17 次发布
76096
+
76097
+ 发布时间:2024-08-15 01:45:59
76098
+
76099
+ 本次发布包含了以下内容:
76100
+
76101
+ 改善已有的文档。
76102
+
76103
+ 修改接口:
76104
+
76105
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
76106
+
76107
+ * 新增入参:EnableSpeedSearch
76108
+
76109
+
75789
76110
  ### 第 16 次发布
75790
76111
 
75791
76112
  发布时间:2024-08-07 01:45:31
@@ -82883,6 +83204,36 @@
82883
83204
 
82884
83205
  ## 智能视图计算平台(iss) 版本:2023-05-17
82885
83206
 
83207
+ ### 第 17 次发布
83208
+
83209
+ 发布时间:2024-08-14 19:42:55
83210
+
83211
+ 本次发布包含了以下内容:
83212
+
83213
+ 改善已有的文档。
83214
+
83215
+ 修改接口:
83216
+
83217
+ * [AddUserDevice](https://cloud.tencent.com/document/api/1344/95876)
83218
+
83219
+ * 新增入参:AppName, StreamName
83220
+
83221
+ * [DescribeCNAME](https://cloud.tencent.com/document/api/1344/95899)
83222
+
83223
+ * 新增入参:DomainType
83224
+
83225
+
83226
+ 修改数据结构:
83227
+
83228
+ * [DescribeDeviceData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceData)
83229
+
83230
+ * 新增成员:AppName, StreamName
83231
+
83232
+ * [DescribeDomainData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainData)
83233
+
83234
+ * 新增成员:DomainType
83235
+
83236
+
82886
83237
  ### 第 16 次发布
82887
83238
 
82888
83239
  发布时间:2024-06-28 15:23:39
@@ -91654,6 +92005,18 @@
91654
92005
 
91655
92006
  ## 多网聚合加速(mna) 版本:2021-01-19
91656
92007
 
92008
+ ### 第 22 次发布
92009
+
92010
+ 发布时间:2024-08-15 02:00:04
92011
+
92012
+ 本次发布包含了以下内容:
92013
+
92014
+ 改善已有的文档。
92015
+
92016
+ 新增接口:
92017
+
92018
+ * [[OrderPerLicense](https://cloud.tencent.com/document/api/1385/109988)](https://cloud.tencent.com/document/api/#/#)
92019
+
91657
92020
  ### 第 21 次发布
91658
92021
 
91659
92022
  发布时间:2024-07-22 01:55:24
@@ -99280,6 +99643,40 @@
99280
99643
 
99281
99644
  ## 移动应用安全(ms) 版本:2018-04-08
99282
99645
 
99646
+ ### 第 21 次发布
99647
+
99648
+ 发布时间:2024-08-14 02:10:26
99649
+
99650
+ 本次发布包含了以下内容:
99651
+
99652
+ 改善已有的文档。
99653
+
99654
+ <font color="#dd0000">**预下线接口**:</font>
99655
+
99656
+ * CancelEncryptTask
99657
+ * CreateBindInstance
99658
+ * CreateCosSecKeyInstance
99659
+ * CreateEncryptInstance
99660
+ * CreateOrderInstance
99661
+ * CreateResourceInstances
99662
+ * CreateShieldInstance
99663
+ * CreateShieldPlanInstance
99664
+ * DeleteShieldInstances
99665
+ * DescribeApkDetectionResult
99666
+ * DescribeEncryptInstances
99667
+ * DescribeEncryptPlan
99668
+ * DescribeOrderInstances
99669
+ * DescribeResourceInstances
99670
+ * DescribeShieldInstances
99671
+ * DescribeShieldPlanInstance
99672
+ * DescribeShieldResult
99673
+ * DescribeUrlDetectionResult
99674
+ * DescribeUserBaseInfoInstance
99675
+ * DestroyResourceInstances
99676
+ * RequestLocalTask
99677
+ * UpdateClientState
99678
+ * UpdateLocalTaskResult
99679
+
99283
99680
  ### 第 20 次发布
99284
99681
 
99285
99682
  发布时间:2023-12-05 02:07:42
@@ -104689,6 +105086,88 @@
104689
105086
 
104690
105087
  ## 集团账号管理(organization) 版本:2021-03-31
104691
105088
 
105089
+ ### 第 36 次发布
105090
+
105091
+ 发布时间:2024-08-14 02:13:26
105092
+
105093
+ 本次发布包含了以下内容:
105094
+
105095
+ 改善已有的文档。
105096
+
105097
+ 新增接口:
105098
+
105099
+ * [AddExternalSAMLIdPCertificate](https://cloud.tencent.com/document/api/850/109966)
105100
+ * [AddPermissionPolicyToRoleConfiguration](https://cloud.tencent.com/document/api/850/109938)
105101
+ * [AddUserToGroup](https://cloud.tencent.com/document/api/850/109921)
105102
+ * [ClearExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109965)
105103
+ * [CreateGroup](https://cloud.tencent.com/document/api/850/109920)
105104
+ * [CreateRoleAssignment](https://cloud.tencent.com/document/api/850/109958)
105105
+ * [CreateRoleConfiguration](https://cloud.tencent.com/document/api/850/109937)
105106
+ * [CreateUser](https://cloud.tencent.com/document/api/850/109928)
105107
+ * [CreateUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109950)
105108
+ * [DeleteGroup](https://cloud.tencent.com/document/api/850/109919)
105109
+ * [DeleteRoleAssignment](https://cloud.tencent.com/document/api/850/109957)
105110
+ * [DeleteRoleConfiguration](https://cloud.tencent.com/document/api/850/109936)
105111
+ * [DeleteUser](https://cloud.tencent.com/document/api/850/109927)
105112
+ * [DeleteUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109949)
105113
+ * [DescribeIdentityCenter](https://cloud.tencent.com/document/api/850/109943)
105114
+ * [DismantleRoleConfiguration](https://cloud.tencent.com/document/api/850/109956)
105115
+ * [GetExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109964)
105116
+ * [GetGroup](https://cloud.tencent.com/document/api/850/109918)
105117
+ * [GetProvisioningTaskStatus](https://cloud.tencent.com/document/api/850/109948)
105118
+ * [GetRoleConfiguration](https://cloud.tencent.com/document/api/850/109935)
105119
+ * [GetTaskStatus](https://cloud.tencent.com/document/api/850/109955)
105120
+ * [GetUser](https://cloud.tencent.com/document/api/850/109926)
105121
+ * [GetUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109947)
105122
+ * [GetZoneSAMLServiceProviderInfo](https://cloud.tencent.com/document/api/850/109963)
105123
+ * [GetZoneStatistics](https://cloud.tencent.com/document/api/850/109942)
105124
+ * [ListExternalSAMLIdPCertificates](https://cloud.tencent.com/document/api/850/109962)
105125
+ * [ListGroupMembers](https://cloud.tencent.com/document/api/850/109917)
105126
+ * [ListGroups](https://cloud.tencent.com/document/api/850/109916)
105127
+ * [ListJoinedGroupsForUser](https://cloud.tencent.com/document/api/850/109915)
105128
+ * [ListPermissionPoliciesInRoleConfiguration](https://cloud.tencent.com/document/api/850/109934)
105129
+ * [ListRoleAssignments](https://cloud.tencent.com/document/api/850/109954)
105130
+ * [ListRoleConfigurationProvisionings](https://cloud.tencent.com/document/api/850/109933)
105131
+ * [ListRoleConfigurations](https://cloud.tencent.com/document/api/850/109932)
105132
+ * [ListTasks](https://cloud.tencent.com/document/api/850/109953)
105133
+ * [ListUserSyncProvisionings](https://cloud.tencent.com/document/api/850/109946)
105134
+ * [ListUsers](https://cloud.tencent.com/document/api/850/109925)
105135
+ * [OpenIdentityCenter](https://cloud.tencent.com/document/api/850/109941)
105136
+ * [ProvisionRoleConfiguration](https://cloud.tencent.com/document/api/850/109952)
105137
+ * [RemoveExternalSAMLIdPCertificate](https://cloud.tencent.com/document/api/850/109961)
105138
+ * [RemovePermissionPolicyFromRoleConfiguration](https://cloud.tencent.com/document/api/850/109931)
105139
+ * [RemoveUserFromGroup](https://cloud.tencent.com/document/api/850/109914)
105140
+ * [SetExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109960)
105141
+ * [UpdateGroup](https://cloud.tencent.com/document/api/850/109913)
105142
+ * [UpdateRoleConfiguration](https://cloud.tencent.com/document/api/850/109930)
105143
+ * [UpdateUser](https://cloud.tencent.com/document/api/850/109924)
105144
+ * [UpdateUserStatus](https://cloud.tencent.com/document/api/850/109923)
105145
+ * [UpdateUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109945)
105146
+ * [UpdateZone](https://cloud.tencent.com/document/api/850/109940)
105147
+
105148
+ 新增数据结构:
105149
+
105150
+ * [GroupInfo](https://cloud.tencent.com/document/api/850/67060#GroupInfo)
105151
+ * [GroupMembers](https://cloud.tencent.com/document/api/850/67060#GroupMembers)
105152
+ * [JoinedGroups](https://cloud.tencent.com/document/api/850/67060#JoinedGroups)
105153
+ * [PolicyDetail](https://cloud.tencent.com/document/api/850/67060#PolicyDetail)
105154
+ * [RoleAssignmentInfo](https://cloud.tencent.com/document/api/850/67060#RoleAssignmentInfo)
105155
+ * [RoleAssignments](https://cloud.tencent.com/document/api/850/67060#RoleAssignments)
105156
+ * [RoleConfiguration](https://cloud.tencent.com/document/api/850/67060#RoleConfiguration)
105157
+ * [RoleConfigurationProvisionings](https://cloud.tencent.com/document/api/850/67060#RoleConfigurationProvisionings)
105158
+ * [RolePolicie](https://cloud.tencent.com/document/api/850/67060#RolePolicie)
105159
+ * [RoleProvisioningsTask](https://cloud.tencent.com/document/api/850/67060#RoleProvisioningsTask)
105160
+ * [SAMLIdPCertificate](https://cloud.tencent.com/document/api/850/67060#SAMLIdPCertificate)
105161
+ * [SAMLIdentityProviderConfiguration](https://cloud.tencent.com/document/api/850/67060#SAMLIdentityProviderConfiguration)
105162
+ * [SAMLServiceProvider](https://cloud.tencent.com/document/api/850/67060#SAMLServiceProvider)
105163
+ * [TaskInfo](https://cloud.tencent.com/document/api/850/67060#TaskInfo)
105164
+ * [TaskStatus](https://cloud.tencent.com/document/api/850/67060#TaskStatus)
105165
+ * [UserInfo](https://cloud.tencent.com/document/api/850/67060#UserInfo)
105166
+ * [UserProvisioning](https://cloud.tencent.com/document/api/850/67060#UserProvisioning)
105167
+ * [UserProvisioningsTask](https://cloud.tencent.com/document/api/850/67060#UserProvisioningsTask)
105168
+ * [UserSyncProvisioning](https://cloud.tencent.com/document/api/850/67060#UserSyncProvisioning)
105169
+ * [ZoneStatistics](https://cloud.tencent.com/document/api/850/67060#ZoneStatistics)
105170
+
104692
105171
  ### 第 35 次发布
104693
105172
 
104694
105173
  发布时间:2024-08-09 02:00:03
@@ -117106,6 +117585,22 @@
117106
117585
 
117107
117586
  ## 自动化助手(tat) 版本:2020-10-28
117108
117587
 
117588
+ ### 第 23 次发布
117589
+
117590
+ 发布时间:2024-08-14 02:23:52
117591
+
117592
+ 本次发布包含了以下内容:
117593
+
117594
+ 改善已有的文档。
117595
+
117596
+ 新增接口:
117597
+
117598
+ * [DescribeScenes](https://cloud.tencent.com/document/api/1340/109968)
117599
+
117600
+ 新增数据结构:
117601
+
117602
+ * [Scene](https://cloud.tencent.com/document/api/1340/52687#Scene)
117603
+
117109
117604
  ### 第 22 次发布
117110
117605
 
117111
117606
  发布时间:2023-12-15 20:16:37
@@ -141542,6 +142037,28 @@
141542
142037
 
141543
142038
  ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
141544
142039
 
142040
+ ### 第 19 次发布
142041
+
142042
+ 发布时间:2024-08-14 02:39:09
142043
+
142044
+ 本次发布包含了以下内容:
142045
+
142046
+ 改善已有的文档。
142047
+
142048
+ 修改接口:
142049
+
142050
+ * [CreateInstance](https://cloud.tencent.com/document/api/1493/97868)
142051
+
142052
+ * 新增入参:BillingFlow
142053
+
142054
+
142055
+ 修改数据结构:
142056
+
142057
+ * [SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)
142058
+
142059
+ * 新增成员:NamespaceV4, GroupNameV4, FullNamespaceV4, ConsumeMessageOrderly
142060
+
142061
+
141545
142062
  ### 第 18 次发布
141546
142063
 
141547
142064
  发布时间:2024-08-08 17:17:39
@@ -142908,6 +143425,21 @@
142908
143425
 
142909
143426
  ## 实时音视频(trtc) 版本:2019-07-22
142910
143427
 
143428
+ ### 第 87 次发布
143429
+
143430
+ 发布时间:2024-08-15 02:31:34
143431
+
143432
+ 本次发布包含了以下内容:
143433
+
143434
+ 改善已有的文档。
143435
+
143436
+ 修改数据结构:
143437
+
143438
+ * [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
143439
+
143440
+ * 新增成员:InterruptMode, InterruptSpeechDuration
143441
+
143442
+
142911
143443
  ### 第 86 次发布
142912
143444
 
142913
143445
  发布时间:2024-08-12 02:26:47
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.916",
3
+ "version": "4.0.918",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {