tencentcloud-sdk-nodejs 4.0.742 → 4.0.744

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 (103) hide show
  1. package/CHANGELOG.md +472 -0
  2. package/SERVICE_CHANGELOG.md +508 -19
  3. package/package.json +1 -1
  4. package/products.md +31 -31
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +1 -1
  7. package/src/services/cam/v20190116/cam_models.ts +3 -2
  8. package/src/services/cat/v20180409/cat_client.ts +20 -7
  9. package/src/services/cat/v20180409/cat_models.ts +114 -30
  10. package/src/services/cfg/v20210820/cfg_models.ts +14 -0
  11. package/src/services/cls/v20201016/cls_client.ts +33 -19
  12. package/src/services/cls/v20201016/cls_models.ts +224 -94
  13. package/src/services/config/v20220802/config_client.ts +15 -2
  14. package/src/services/config/v20220802/config_models.ts +88 -33
  15. package/src/services/cwp/v20180228/cwp_client.ts +1 -1
  16. package/src/services/cwp/v20180228/cwp_models.ts +26 -18
  17. package/src/services/dts/v20211206/dts_models.ts +1 -1
  18. package/src/services/eb/v20210416/eb_client.ts +1 -0
  19. package/src/services/eb/v20210416/eb_models.ts +36 -1
  20. package/src/services/ess/v20201111/ess_models.ts +37 -29
  21. package/src/services/essbasic/v20210526/essbasic_client.ts +20 -7
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +162 -72
  23. package/src/services/hunyuan/v20230901/hunyuan_client.ts +10 -4
  24. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
  25. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
  26. package/src/services/mna/v20210119/mna_models.ts +2 -2
  27. package/src/services/oceanus/v20190422/oceanus_client.ts +0 -2
  28. package/src/services/oceanus/v20190422/oceanus_models.ts +29 -19
  29. package/src/services/scf/v20180416/scf_client.ts +1 -0
  30. package/src/services/scf/v20180416/scf_models.ts +34 -2
  31. package/src/services/ssl/v20191205/ssl_models.ts +51 -6
  32. package/src/services/tcr/v20190924/tcr_client.ts +21 -63
  33. package/src/services/tcr/v20190924/tcr_models.ts +115 -243
  34. package/src/services/tdmq/v20200217/tdmq_client.ts +4 -2
  35. package/src/services/tdmq/v20200217/tdmq_models.ts +15 -15
  36. package/src/services/teo/v20220901/teo_client.ts +113 -38
  37. package/src/services/teo/v20220901/teo_models.ts +402 -73
  38. package/src/services/thpc/v20230321/thpc_models.ts +6 -6
  39. package/src/services/tione/v20211111/tione_client.ts +12 -0
  40. package/src/services/tione/v20211111/tione_models.ts +64 -0
  41. package/src/services/trtc/v20190722/trtc_client.ts +45 -7
  42. package/src/services/trtc/v20190722/trtc_models.ts +167 -9
  43. package/src/services/tts/v20190823/tts_models.ts +10 -10
  44. package/src/services/weilingwith/v20230427/weilingwith_client.ts +2 -2
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
  48. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +3 -2
  49. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +7 -3
  50. package/tencentcloud/services/cat/v20180409/cat_client.js +9 -3
  51. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +111 -30
  52. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +14 -0
  53. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +11 -7
  54. package/tencentcloud/services/cls/v20201016/cls_client.js +14 -8
  55. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +220 -94
  56. package/tencentcloud/services/config/v20220802/config_client.d.ts +5 -1
  57. package/tencentcloud/services/config/v20220802/config_client.js +6 -0
  58. package/tencentcloud/services/config/v20220802/config_models.d.ts +85 -33
  59. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  60. package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
  61. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +26 -18
  62. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  63. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +35 -1
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +37 -29
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +20 -7
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -7
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +162 -72
  68. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +6 -0
  69. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +6 -0
  70. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
  71. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
  72. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +2 -2
  73. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +0 -2
  74. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +0 -2
  75. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +29 -19
  76. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +33 -2
  77. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +51 -6
  78. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +5 -23
  79. package/tencentcloud/services/tcr/v20190924/tcr_client.js +6 -30
  80. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +113 -235
  81. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +3 -1
  82. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +3 -1
  83. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -15
  84. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +35 -11
  85. package/tencentcloud/services/teo/v20220901/teo_client.js +51 -15
  86. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +387 -73
  87. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +6 -6
  88. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
  89. package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
  90. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +62 -0
  91. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +15 -3
  92. package/tencentcloud/services/trtc/v20190722/trtc_client.js +21 -3
  93. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +159 -9
  94. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +10 -10
  95. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +2 -2
  96. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.js +2 -2
  97. package/test/cat.v20180409.test.js +12 -2
  98. package/test/cls.v20201016.test.js +14 -4
  99. package/test/config.v20220802.test.js +10 -0
  100. package/test/tcr.v20190924.test.js +4 -34
  101. package/test/teo.v20220901.test.js +70 -10
  102. package/test/tione.v20211111.test.js +10 -0
  103. package/test/trtc.v20190722.test.js +32 -2
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
3
+ ## 日志服务(cls) 版本:2020-10-16
4
4
 
5
- ### 第 1 次发布
5
+ ### 第 78 次发布
6
6
 
7
- 发布时间:2023-11-23 11:01:12
7
+ 发布时间:2023-11-27 00:05:31
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,17 +12,130 @@
12
12
 
13
13
  新增接口:
14
14
 
15
- * [ChatPro](https://cloud.tencent.com/document/api/1729/101837)
16
- * [ChatStd](https://cloud.tencent.com/document/api/1729/101836)
17
- * [GetTokenCount](https://cloud.tencent.com/document/api/1729/101835)
15
+ * [CreateDeliverCloudFunction](https://cloud.tencent.com/document/api/614/101967)
16
+
17
+
18
+
19
+ ## 配置审计(config) 版本:2022-08-02
20
+
21
+ ### 第 2 次发布
22
+
23
+ 发布时间:2023-11-27 00:06:03
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 新增接口:
30
+
31
+ * [PutEvaluations](https://cloud.tencent.com/document/api/1579/101968)
18
32
 
19
33
  新增数据结构:
20
34
 
21
- * [Choice](https://cloud.tencent.com/document/api/1729/101838#Choice)
22
- * [Delta](https://cloud.tencent.com/document/api/1729/101838#Delta)
23
- * [ErrorMsg](https://cloud.tencent.com/document/api/1729/101838#ErrorMsg)
24
- * [Message](https://cloud.tencent.com/document/api/1729/101838#Message)
25
- * [Usage](https://cloud.tencent.com/document/api/1729/101838#Usage)
35
+ * [Evaluation](https://cloud.tencent.com/document/api/1579/101783#Evaluation)
36
+
37
+
38
+
39
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
40
+
41
+ ### 第 134 次发布
42
+
43
+ 发布时间:2023-11-27 00:10:25
44
+
45
+ 本次发布包含了以下内容:
46
+
47
+ 改善已有的文档。
48
+
49
+ 修改数据结构:
50
+
51
+ * [CommonFlowApprover](https://cloud.tencent.com/document/api/1420/61525#CommonFlowApprover)
52
+
53
+ * 新增成员:ApproverIdCardType, ApproverIdCardNumber
54
+
55
+ * [CreateFlowOption](https://cloud.tencent.com/document/api/1420/61525#CreateFlowOption)
56
+
57
+ * 新增成员:ForbidEditFillComponent
58
+
59
+
60
+
61
+
62
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
63
+
64
+
65
+
66
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
67
+
68
+ ### 第 46 次发布
69
+
70
+ 发布时间:2023-11-27 00:14:59
71
+
72
+ 本次发布包含了以下内容:
73
+
74
+ 改善已有的文档。
75
+
76
+ 修改数据结构:
77
+
78
+ * [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
79
+
80
+ * 新增成员:EsServerlessIndex, EsServerlessSpace
81
+
82
+
83
+
84
+
85
+ ## 容器镜像服务(tcr) 版本:2019-09-24
86
+
87
+ ### 第 63 次发布
88
+
89
+ 发布时间:2023-11-27 00:18:18
90
+
91
+ 本次发布包含了以下内容:
92
+
93
+ 改善已有的文档。
94
+
95
+ <font color="#dd0000">**删除接口**:</font>
96
+
97
+ * CreateCustomAccount
98
+ * DeleteCustomAccount
99
+ * ModifyCustomAccount
100
+
101
+
102
+
103
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
104
+
105
+ ### 第 45 次发布
106
+
107
+ 发布时间:2023-11-27 00:20:30
108
+
109
+ 本次发布包含了以下内容:
110
+
111
+ 改善已有的文档。
112
+
113
+ 新增接口:
114
+
115
+ * [DescribeBillingResourceGroup](https://cloud.tencent.com/document/api/851/101969)
116
+
117
+
118
+
119
+ ## TI-ONE 训练平台(tione) 版本:2019-10-22
120
+
121
+
122
+
123
+ ## 语音合成(tts) 版本:2019-08-23
124
+
125
+ ### 第 13 次发布
126
+
127
+ 发布时间:2023-11-27 00:22:20
128
+
129
+ 本次发布包含了以下内容:
130
+
131
+ 改善已有的文档。
132
+
133
+ 修改数据结构:
134
+
135
+ * [Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle)
136
+
137
+ * <font color="#dd0000">**修改成员**:</font>Phoneme
138
+
26
139
 
27
140
 
28
141
 
@@ -12690,6 +12803,40 @@
12690
12803
 
12691
12804
  ## 云拨测(cat) 版本:2018-04-09
12692
12805
 
12806
+ ### 第 15 次发布
12807
+
12808
+ 发布时间:2023-11-24 01:07:54
12809
+
12810
+ 本次发布包含了以下内容:
12811
+
12812
+ 改善已有的文档。
12813
+
12814
+ 新增接口:
12815
+
12816
+ * [DescribeInstantTasks](https://cloud.tencent.com/document/api/280/101869)
12817
+
12818
+ 修改接口:
12819
+
12820
+ * [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
12821
+
12822
+ * 新增入参:NodeIpType
12823
+
12824
+ * [UpdateProbeTaskConfigurationList](https://cloud.tencent.com/document/api/280/66201)
12825
+
12826
+ * 新增入参:NodeIpType
12827
+
12828
+
12829
+ 新增数据结构:
12830
+
12831
+ * [SingleInstantTask](https://cloud.tencent.com/document/api/280/40931#SingleInstantTask)
12832
+
12833
+ 修改数据结构:
12834
+
12835
+ * [ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask)
12836
+
12837
+ * 新增成员:NodeIpType
12838
+
12839
+
12693
12840
  ### 第 14 次发布
12694
12841
 
12695
12842
  发布时间:2023-10-25 01:08:41
@@ -21544,6 +21691,29 @@
21544
21691
 
21545
21692
  ## 混沌演练平台(cfg) 版本:2021-08-20
21546
21693
 
21694
+ ### 第 14 次发布
21695
+
21696
+ 发布时间:2023-11-24 01:09:00
21697
+
21698
+ 本次发布包含了以下内容:
21699
+
21700
+ 改善已有的文档。
21701
+
21702
+ 修改数据结构:
21703
+
21704
+ * [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
21705
+
21706
+ * 新增成员:PolicyDealType
21707
+
21708
+ * [TaskConfig](https://cloud.tencent.com/document/api/1500/71784#TaskConfig)
21709
+
21710
+ * 新增成员:PolicyDealType
21711
+
21712
+ * [Template](https://cloud.tencent.com/document/api/1500/71784#Template)
21713
+
21714
+ * 新增成员:PolicyDealType
21715
+
21716
+
21547
21717
  ### 第 13 次发布
21548
21718
 
21549
21719
  发布时间:2023-11-22 01:45:21
@@ -28843,6 +29013,57 @@
28843
29013
 
28844
29014
  ## 日志服务(cls) 版本:2020-10-16
28845
29015
 
29016
+ ### 第 78 次发布
29017
+
29018
+ 发布时间:2023-11-27 00:05:31
29019
+
29020
+ 本次发布包含了以下内容:
29021
+
29022
+ 改善已有的文档。
29023
+
29024
+ 新增接口:
29025
+
29026
+ * [[CreateDeliverCloudFunction](https://cloud.tencent.com/document/api/614/101967)](https://cloud.tencent.com/document/api/#/#)
29027
+
29028
+ ### 第 77 次发布
29029
+
29030
+ 发布时间:2023-11-24 01:10:04
29031
+
29032
+ 本次发布包含了以下内容:
29033
+
29034
+ 改善已有的文档。
29035
+
29036
+ 修改接口:
29037
+
29038
+ * [CreateAlarm](https://cloud.tencent.com/document/api/614/56466)
29039
+
29040
+ * 新增入参:Enable, Classifications
29041
+
29042
+ * [ModifyAlarm](https://cloud.tencent.com/document/api/614/56459)
29043
+
29044
+ * 新增入参:Enable, Tags, Classifications
29045
+
29046
+
29047
+ 新增数据结构:
29048
+
29049
+ * [AlarmClassification](https://cloud.tencent.com/document/api/614/56471#AlarmClassification)
29050
+ * [MetricLabel](https://cloud.tencent.com/document/api/614/56471#MetricLabel)
29051
+
29052
+ 修改数据结构:
29053
+
29054
+ * [LogContextInfo](https://cloud.tencent.com/document/api/614/56471#LogContextInfo)
29055
+
29056
+ * <font color="#dd0000">**修改成员**:</font>RawLog, IndexStatus
29057
+
29058
+ * [ScheduledSqlResouceInfo](https://cloud.tencent.com/document/api/614/56471#ScheduledSqlResouceInfo)
29059
+
29060
+ * 新增成员:MetricNames, MetricLabels, CustomTime, CustomMetricLabels
29061
+
29062
+ * [TopicInfo](https://cloud.tencent.com/document/api/614/56471#TopicInfo)
29063
+
29064
+ * 新增成员:BizType, IsWebTracking
29065
+
29066
+
28846
29067
  ### 第 76 次发布
28847
29068
 
28848
29069
  发布时间:2023-11-08 01:21:44
@@ -32160,6 +32381,22 @@
32160
32381
 
32161
32382
  ## 配置审计(config) 版本:2022-08-02
32162
32383
 
32384
+ ### 第 2 次发布
32385
+
32386
+ 发布时间:2023-11-27 00:06:03
32387
+
32388
+ 本次发布包含了以下内容:
32389
+
32390
+ 改善已有的文档。
32391
+
32392
+ 新增接口:
32393
+
32394
+ * [[PutEvaluations](https://cloud.tencent.com/document/api/1579/101968)](https://cloud.tencent.com/document/api/#/#)
32395
+
32396
+ 新增数据结构:
32397
+
32398
+ * [[Evaluation](https://cloud.tencent.com/document/api/1579/101783#Evaluation)](https://cloud.tencent.com/document/api/1579/101783#[Evaluation](https://cloud.tencent.com/document/api/1579/101783#Evaluation))
32399
+
32163
32400
  ### 第 1 次发布
32164
32401
 
32165
32402
  发布时间:2023-11-21 15:26:06
@@ -37759,6 +37996,25 @@
37759
37996
 
37760
37997
  ## 主机安全(cwp) 版本:2018-02-28
37761
37998
 
37999
+ ### 第 104 次发布
38000
+
38001
+ 发布时间:2023-11-24 01:11:01
38002
+
38003
+ 本次发布包含了以下内容:
38004
+
38005
+ 改善已有的文档。
38006
+
38007
+ 修改接口:
38008
+
38009
+ * [DescribeLicenseGeneral](https://cloud.tencent.com/document/api/296/80398)
38010
+
38011
+ * 新增出参:RepurchaseRenewSwitch
38012
+
38013
+ * [ModifyAutoOpenProVersionConfig](https://cloud.tencent.com/document/api/296/19863)
38014
+
38015
+ * 新增入参:RepurchaseRenewSwitch
38016
+
38017
+
37762
38018
  ### 第 103 次发布
37763
38019
 
37764
38020
  发布时间:2023-10-27 01:29:35
@@ -50761,6 +51017,29 @@
50761
51017
 
50762
51018
  ## 事件总线(eb) 版本:2021-04-16
50763
51019
 
51020
+ ### 第 13 次发布
51021
+
51022
+ 发布时间:2023-11-24 01:14:11
51023
+
51024
+ 本次发布包含了以下内容:
51025
+
51026
+ 改善已有的文档。
51027
+
51028
+ 新增数据结构:
51029
+
51030
+ * [TDMQParams](https://cloud.tencent.com/document/api/1359/67704#TDMQParams)
51031
+
51032
+ 修改数据结构:
51033
+
51034
+ * [ConnectionDescription](https://cloud.tencent.com/document/api/1359/67704#ConnectionDescription)
51035
+
51036
+ * 新增成员:TDMQParams
51037
+
51038
+ * [DTSParams](https://cloud.tencent.com/document/api/1359/67704#DTSParams)
51039
+
51040
+ * 新增成员:ConsumerGroupName, Account, Password
51041
+
51042
+
50764
51043
  ### 第 12 次发布
50765
51044
 
50766
51045
  发布时间:2023-09-08 01:48:45
@@ -55957,6 +56236,32 @@
55957
56236
 
55958
56237
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
55959
56238
 
56239
+ ### 第 137 次发布
56240
+
56241
+ 发布时间:2023-11-24 01:14:56
56242
+
56243
+ 本次发布包含了以下内容:
56244
+
56245
+ 改善已有的文档。
56246
+
56247
+ 修改接口:
56248
+
56249
+ * [CreatePersonAuthCertificateImage](https://cloud.tencent.com/document/api/1323/95783)
56250
+
56251
+ * 新增入参:SceneKey
56252
+
56253
+ * [CreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1323/89386)
56254
+
56255
+ * 新增入参:SceneKey
56256
+
56257
+
56258
+ 修改数据结构:
56259
+
56260
+ * [HasAuthUser](https://cloud.tencent.com/document/api/1323/70369#HasAuthUser)
56261
+
56262
+ * 新增成员:MainOrganizationId
56263
+
56264
+
55960
56265
  ### 第 136 次发布
55961
56266
 
55962
56267
  发布时间:2023-11-23 01:18:49
@@ -58599,6 +58904,25 @@
58599
58904
 
58600
58905
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
58601
58906
 
58907
+ ### 第 134 次发布
58908
+
58909
+ 发布时间:2023-11-27 00:10:25
58910
+
58911
+ 本次发布包含了以下内容:
58912
+
58913
+ 改善已有的文档。
58914
+
58915
+ 修改数据结构:
58916
+
58917
+ * [CommonFlowApprover](https://cloud.tencent.com/document/api/1420/61525#CommonFlowApprover)
58918
+
58919
+ * 新增成员:ApproverIdCardType, ApproverIdCardNumber
58920
+
58921
+ * [CreateFlowOption](https://cloud.tencent.com/document/api/1420/61525#CreateFlowOption)
58922
+
58923
+ * 新增成员:ForbidEditFillComponent
58924
+
58925
+
58602
58926
  ### 第 133 次发布
58603
58927
 
58604
58928
  发布时间:2023-11-23 01:19:06
@@ -66018,17 +66342,17 @@
66018
66342
 
66019
66343
  新增接口:
66020
66344
 
66021
- * [[ChatPro](https://cloud.tencent.com/document/api/1729/101837)](https://cloud.tencent.com/document/api/#/#)
66022
- * [[ChatStd](https://cloud.tencent.com/document/api/1729/101836)](https://cloud.tencent.com/document/api/#/#)
66023
- * [[GetTokenCount](https://cloud.tencent.com/document/api/1729/101835)](https://cloud.tencent.com/document/api/#/#)
66345
+ * [ChatPro](https://cloud.tencent.com/document/api/1729/101837)
66346
+ * [ChatStd](https://cloud.tencent.com/document/api/1729/101836)
66347
+ * [GetTokenCount](https://cloud.tencent.com/document/api/1729/101835)
66024
66348
 
66025
66349
  新增数据结构:
66026
66350
 
66027
- * [[Choice](https://cloud.tencent.com/document/api/1729/101838#Choice)](https://cloud.tencent.com/document/api/1729/101838#[Choice](https://cloud.tencent.com/document/api/1729/101838#Choice))
66028
- * [[Delta](https://cloud.tencent.com/document/api/1729/101838#Delta)](https://cloud.tencent.com/document/api/1729/101838#[Delta](https://cloud.tencent.com/document/api/1729/101838#Delta))
66029
- * [[ErrorMsg](https://cloud.tencent.com/document/api/1729/101838#ErrorMsg)](https://cloud.tencent.com/document/api/1729/101838#[ErrorMsg](https://cloud.tencent.com/document/api/1729/101838#ErrorMsg))
66030
- * [[Message](https://cloud.tencent.com/document/api/1729/101838#Message)](https://cloud.tencent.com/document/api/1729/101838#[Message](https://cloud.tencent.com/document/api/1729/101838#Message))
66031
- * [[Usage](https://cloud.tencent.com/document/api/1729/101838#Usage)](https://cloud.tencent.com/document/api/1729/101838#[Usage](https://cloud.tencent.com/document/api/1729/101838#Usage))
66351
+ * [Choice](https://cloud.tencent.com/document/api/1729/101838#Choice)
66352
+ * [Delta](https://cloud.tencent.com/document/api/1729/101838#Delta)
66353
+ * [ErrorMsg](https://cloud.tencent.com/document/api/1729/101838#ErrorMsg)
66354
+ * [Message](https://cloud.tencent.com/document/api/1729/101838#Message)
66355
+ * [Usage](https://cloud.tencent.com/document/api/1729/101838#Usage)
66032
66356
 
66033
66357
 
66034
66358
 
@@ -86497,6 +86821,21 @@
86497
86821
 
86498
86822
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
86499
86823
 
86824
+ ### 第 46 次发布
86825
+
86826
+ 发布时间:2023-11-27 00:14:59
86827
+
86828
+ 本次发布包含了以下内容:
86829
+
86830
+ 改善已有的文档。
86831
+
86832
+ 修改数据结构:
86833
+
86834
+ * [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
86835
+
86836
+ * 新增成员:EsServerlessIndex, EsServerlessSpace
86837
+
86838
+
86500
86839
  ### 第 45 次发布
86501
86840
 
86502
86841
  发布时间:2023-11-16 01:25:38
@@ -94703,6 +95042,25 @@
94703
95042
 
94704
95043
  ## 云函数(scf) 版本:2018-04-16
94705
95044
 
95045
+ ### 第 61 次发布
95046
+
95047
+ 发布时间:2023-11-24 01:21:32
95048
+
95049
+ 本次发布包含了以下内容:
95050
+
95051
+ 改善已有的文档。
95052
+
95053
+ 修改接口:
95054
+
95055
+ * [GetFunction](https://cloud.tencent.com/document/api/583/18584)
95056
+
95057
+ * 新增出参:ImageConfig, DnsCache, IntranetConfig
95058
+
95059
+
95060
+ 新增数据结构:
95061
+
95062
+ * [IntranetConfigOut](https://cloud.tencent.com/document/api/583/17244#IntranetConfigOut)
95063
+
94706
95064
  ### 第 60 次发布
94707
95065
 
94708
95066
  发布时间:2023-08-22 01:18:21
@@ -98905,6 +99263,27 @@
98905
99263
 
98906
99264
  ## SSL 证书(ssl) 版本:2019-12-05
98907
99265
 
99266
+ ### 第 48 次发布
99267
+
99268
+ 发布时间:2023-11-24 01:22:20
99269
+
99270
+ 本次发布包含了以下内容:
99271
+
99272
+ 改善已有的文档。
99273
+
99274
+ 修改数据结构:
99275
+
99276
+ * [CertificateExtra](https://cloud.tencent.com/document/api/400/41679#CertificateExtra)
99277
+
99278
+ * 新增成员:CompanyType
99279
+
99280
+ * <font color="#dd0000">**修改成员**:</font>SMCert
99281
+
99282
+ * [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
99283
+
99284
+ * 新增成员:HasRenewOrder, ReplaceOriCertIsDelete, IsExpiring, DVAuthDeadline, ValidationPassedTime, CertSANs, AwaitingValidationMsg, AllowDownload
99285
+
99286
+
98908
99287
  ### 第 47 次发布
98909
99288
 
98910
99289
  发布时间:2023-10-23 00:18:24
@@ -105421,6 +105800,20 @@
105421
105800
 
105422
105801
  ## 容器镜像服务(tcr) 版本:2019-09-24
105423
105802
 
105803
+ ### 第 63 次发布
105804
+
105805
+ 发布时间:2023-11-27 00:18:18
105806
+
105807
+ 本次发布包含了以下内容:
105808
+
105809
+ 改善已有的文档。
105810
+
105811
+ <font color="#dd0000">**删除接口**:</font>
105812
+
105813
+ * CreateCustomAccount
105814
+ * DeleteCustomAccount
105815
+ * ModifyCustomAccount
105816
+
105424
105817
  ### 第 62 次发布
105425
105818
 
105426
105819
  发布时间:2023-11-23 01:27:00
@@ -108973,6 +109366,18 @@
108973
109366
 
108974
109367
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
108975
109368
 
109369
+ ### 第 94 次发布
109370
+
109371
+ 发布时间:2023-11-24 01:24:16
109372
+
109373
+ 本次发布包含了以下内容:
109374
+
109375
+ 改善已有的文档。
109376
+
109377
+ <font color="#dd0000">**预下线接口**:</font>
109378
+
109379
+ * DeleteProClusters
109380
+
108976
109381
  ### 第 93 次发布
108977
109382
 
108978
109383
  发布时间:2023-11-22 06:38:54
@@ -113317,6 +113722,29 @@
113317
113722
 
113318
113723
  ## 边缘安全加速平台(teo) 版本:2022-09-01
113319
113724
 
113725
+ ### 第 65 次发布
113726
+
113727
+ 发布时间:2023-11-23 17:11:36
113728
+
113729
+ 本次发布包含了以下内容:
113730
+
113731
+ 改善已有的文档。
113732
+
113733
+ 新增接口:
113734
+
113735
+ * [CreateConfigGroupVersion](https://cloud.tencent.com/document/api/1552/101867)
113736
+ * [DeployConfigGroupVersion](https://cloud.tencent.com/document/api/1552/101866)
113737
+ * [DescribeConfigGroupVersionDetail](https://cloud.tencent.com/document/api/1552/101865)
113738
+ * [DescribeConfigGroupVersions](https://cloud.tencent.com/document/api/1552/101864)
113739
+ * [DescribeDeployHistory](https://cloud.tencent.com/document/api/1552/101863)
113740
+ * [DescribeEnvironments](https://cloud.tencent.com/document/api/1552/101862)
113741
+
113742
+ 新增数据结构:
113743
+
113744
+ * [ConfigGroupVersionInfo](https://cloud.tencent.com/document/api/1552/80721#ConfigGroupVersionInfo)
113745
+ * [DeployRecord](https://cloud.tencent.com/document/api/1552/80721#DeployRecord)
113746
+ * [EnvInfo](https://cloud.tencent.com/document/api/1552/80721#EnvInfo)
113747
+
113320
113748
  ### 第 64 次发布
113321
113749
 
113322
113750
  发布时间:2023-11-22 06:42:38
@@ -117271,6 +117699,33 @@
117271
117699
 
117272
117700
  ## TI-ONE 训练平台(tione) 版本:2021-11-11
117273
117701
 
117702
+ ### 第 45 次发布
117703
+
117704
+ 发布时间:2023-11-27 00:20:30
117705
+
117706
+ 本次发布包含了以下内容:
117707
+
117708
+ 改善已有的文档。
117709
+
117710
+ 新增接口:
117711
+
117712
+ * [[DescribeBillingResourceGroup](https://cloud.tencent.com/document/api/851/101969)](https://cloud.tencent.com/document/api/#/#)
117713
+
117714
+ ### 第 44 次发布
117715
+
117716
+ 发布时间:2023-11-24 01:25:14
117717
+
117718
+ 本次发布包含了以下内容:
117719
+
117720
+ 改善已有的文档。
117721
+
117722
+ 修改数据结构:
117723
+
117724
+ * [Instance](https://cloud.tencent.com/document/api/851/75051#Instance)
117725
+
117726
+ * 新增成员:CvmInstanceId
117727
+
117728
+
117274
117729
  ### 第 43 次发布
117275
117730
 
117276
117731
  发布时间:2023-11-17 01:26:29
@@ -123704,6 +124159,25 @@
123704
124159
 
123705
124160
  ## 实时音视频(trtc) 版本:2019-07-22
123706
124161
 
124162
+ ### 第 61 次发布
124163
+
124164
+ 发布时间:2023-11-24 01:26:16
124165
+
124166
+ 本次发布包含了以下内容:
124167
+
124168
+ 改善已有的文档。
124169
+
124170
+ 新增接口:
124171
+
124172
+ * [DescribeStreamIngest](https://cloud.tencent.com/document/api/647/101873)
124173
+ * [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
124174
+ * [StopStreamIngest](https://cloud.tencent.com/document/api/647/101871)
124175
+
124176
+ 新增数据结构:
124177
+
124178
+ * [AudioEncodeParams](https://cloud.tencent.com/document/api/647/44055#AudioEncodeParams)
124179
+ * [VideoEncodeParams](https://cloud.tencent.com/document/api/647/44055#VideoEncodeParams)
124180
+
123707
124181
  ### 第 60 次发布
123708
124182
 
123709
124183
  发布时间:2023-11-16 01:34:14
@@ -128582,6 +129056,21 @@
128582
129056
 
128583
129057
  ## 语音合成(tts) 版本:2019-08-23
128584
129058
 
129059
+ ### 第 13 次发布
129060
+
129061
+ 发布时间:2023-11-27 00:22:20
129062
+
129063
+ 本次发布包含了以下内容:
129064
+
129065
+ 改善已有的文档。
129066
+
129067
+ 修改数据结构:
129068
+
129069
+ * [Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle)
129070
+
129071
+ * <font color="#dd0000">**修改成员**:</font>Phoneme
129072
+
129073
+
128585
129074
  ### 第 12 次发布
128586
129075
 
128587
129076
  发布时间:2023-09-19 01:29:02
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.742",
3
+ "version": "4.0.744",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {