tencentcloud-sdk-nodejs 4.0.751 → 4.0.753

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 (60) hide show
  1. package/CHANGELOG.md +275 -0
  2. package/SERVICE_CHANGELOG.md +321 -34
  3. package/examples/hunyuan/v20230901/chat_std.js +40 -0
  4. package/examples/hunyuan/v20230901/chat_std.ts +42 -0
  5. package/package.json +1 -1
  6. package/products.md +18 -18
  7. package/src/common/sdk_version.ts +1 -1
  8. package/src/services/bi/v20220105/bi_models.ts +17 -0
  9. package/src/services/clb/v20180317/clb_models.ts +1 -2
  10. package/src/services/cls/v20201016/cls_models.ts +4 -3
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -0
  12. package/src/services/dc/v20180410/dc_client.ts +1 -1
  13. package/src/services/dc/v20180410/dc_models.ts +25 -32
  14. package/src/services/dlc/v20210125/dlc_models.ts +48 -38
  15. package/src/services/ess/v20201111/ess_models.ts +2 -2
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -115
  17. package/src/services/faceid/v20180301/faceid_client.ts +15 -3
  18. package/src/services/faceid/v20180301/faceid_models.ts +123 -73
  19. package/src/services/gme/v20180711/gme_client.ts +7 -3
  20. package/src/services/monitor/v20180724/monitor_client.ts +3 -3
  21. package/src/services/monitor/v20180724/monitor_models.ts +30 -30
  22. package/src/services/mps/v20190612/mps_client.ts +7 -2
  23. package/src/services/mps/v20190612/mps_models.ts +162 -68
  24. package/src/services/privatedns/v20201028/privatedns_models.ts +18 -0
  25. package/src/services/teo/v20220901/teo_client.ts +22 -9
  26. package/src/services/teo/v20220901/teo_models.ts +133 -52
  27. package/src/services/tmt/v20180321/tmt_models.ts +28 -28
  28. package/src/services/waf/v20180125/waf_client.ts +1 -0
  29. package/src/services/waf/v20180125/waf_models.ts +89 -18
  30. package/src/services/wedata/v20210820/wedata_models.ts +16 -0
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +17 -0
  34. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -2
  35. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -3
  36. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -0
  37. package/tencentcloud/services/dc/v20180410/dc_client.d.ts +1 -1
  38. package/tencentcloud/services/dc/v20180410/dc_client.js +1 -1
  39. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +25 -32
  40. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +48 -38
  41. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -115
  43. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
  44. package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
  45. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +121 -73
  46. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +6 -2
  47. package/tencentcloud/services/gme/v20180711/gme_client.js +6 -2
  48. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -3
  49. package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -3
  50. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +30 -30
  51. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +157 -68
  52. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
  53. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +7 -3
  54. package/tencentcloud/services/teo/v20220901/teo_client.js +9 -3
  55. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +130 -52
  56. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +28 -28
  57. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +88 -18
  58. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +16 -0
  59. package/test/faceid.v20180301.test.js +10 -0
  60. package/test/teo.v20220901.test.js +12 -2
@@ -1,26 +1,37 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## Elasticsearch Service(es) 版本:2018-04-16
3
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
4
4
 
5
- ### 第 51 次发布
5
+ ### 第 78 次发布
6
6
 
7
- 发布时间:2023-12-05 01:46:13
7
+ 发布时间:2023-12-07 01:38:53
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增接口:
13
+ 修改数据结构:
14
14
 
15
- * [InquirePriceRenewInstance](https://cloud.tencent.com/document/api/845/102193)
15
+ * [NotebookSessionInfo](https://cloud.tencent.com/document/api/1342/53778#NotebookSessionInfo)
16
16
 
17
+ * <font color="#dd0000">**修改成员**:</font>ExecutorMaxNumbers
17
18
 
19
+ * [TableResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TableResponseInfo)
18
20
 
19
- ## 轻量应用服务器(lighthouse) 版本:2020-03-24
21
+ * 新增成员:HeatValue
20
22
 
21
- ### 第 56 次发布
23
+ * [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
22
24
 
23
- 发布时间:2023-12-05 01:59:59
25
+ * 新增成员:ResultFormat
26
+
27
+
28
+
29
+
30
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
31
+
32
+ ### 第 138 次发布
33
+
34
+ 发布时间:2023-12-07 01:49:40
24
35
 
25
36
  本次发布包含了以下内容:
26
37
 
@@ -28,66 +39,103 @@
28
39
 
29
40
  修改数据结构:
30
41
 
31
- * [PolicyDetail](https://cloud.tencent.com/document/api/1207/47576#PolicyDetail)
42
+ * [CreateFlowOption](https://cloud.tencent.com/document/api/1420/61525#CreateFlowOption)
32
43
 
33
- * <font color="#dd0000">**修改成员**:</font>UserDiscount, CommonDiscount, FinalDiscount, ActivityDiscount, DiscountType
44
+ * <font color="#dd0000">**修改成员**:</font>SkipUploadFile
34
45
 
35
46
 
36
47
 
37
48
 
38
- ## 腾讯云可观测平台(monitor) 版本:2018-07-24
49
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
39
50
 
40
- ### 第 97 次发布
41
51
 
42
- 发布时间:2023-12-05 02:04:16
52
+
53
+ ## 媒体处理(mps) 版本:2019-06-12
54
+
55
+ ### 第 77 次发布
56
+
57
+ 发布时间:2023-12-06 20:13:59
43
58
 
44
59
  本次发布包含了以下内容:
45
60
 
46
61
  改善已有的文档。
47
62
 
48
- 修改接口:
63
+ 新增数据结构:
49
64
 
50
- * [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
65
+ * [AiAnalysisTaskDescriptionInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionInput)
66
+ * [AiAnalysisTaskDescriptionOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionOutput)
67
+ * [AiAnalysisTaskDescriptionResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionResult)
68
+ * [AiParagraphInfo](https://cloud.tencent.com/document/api/862/37615#AiParagraphInfo)
69
+ * [MediaAiAnalysisDescriptionItem](https://cloud.tencent.com/document/api/862/37615#MediaAiAnalysisDescriptionItem)
51
70
 
52
- * <font color="#dd0000">**修改入参**:</font>OrgId
71
+ 修改数据结构:
53
72
 
54
- * [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
73
+ * [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
55
74
 
56
- * <font color="#dd0000">**修改入参**:</font>ChannelName
75
+ * 新增成员:DescriptionTask
57
76
 
58
77
 
59
- 修改数据结构:
60
78
 
61
- * [AlarmHistory](https://cloud.tencent.com/document/api/248/30354#AlarmHistory)
62
79
 
63
- * 新增成员:ShieldFlag, AlarmShieldingType, AlarmShieldingTime, AlarmShieldingShowType, AlarmShieldingShowTime, AlarmShieldReason, InternalDimensions, MetricName
80
+ ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
64
81
 
65
- * <font color="#dd0000">**修改成员**:</font>AlarmLevel
82
+ ### 15 次发布
66
83
 
84
+ 发布时间:2023-12-07 02:16:03
67
85
 
86
+ 本次发布包含了以下内容:
68
87
 
88
+ 改善已有的文档。
89
+
90
+ 修改接口:
91
+
92
+ * [AddSpecifyPrivateZoneVpc](https://cloud.tencent.com/document/api/1338/98675)
93
+
94
+ * 新增入参:Sync
95
+
96
+ * 新增出参:UniqId
97
+
98
+ * [DeleteSpecifyPrivateZoneVpc](https://cloud.tencent.com/document/api/1338/98674)
99
+
100
+ * 新增入参:Sync
101
+
102
+ * 新增出参:UniqId
69
103
 
70
- ## 移动应用安全(ms) 版本:2018-04-08
71
104
 
72
- ### 第 20 次发布
73
105
 
74
- 发布时间:2023-12-05 02:07:42
106
+
107
+ ## Web 应用防火墙(waf) 版本:2018-01-25
108
+
109
+ ### 第 76 次发布
110
+
111
+ 发布时间:2023-12-07 02:50:53
75
112
 
76
113
  本次发布包含了以下内容:
77
114
 
78
115
  改善已有的文档。
79
116
 
80
- 新增接口:
117
+ 新增数据结构:
81
118
 
82
- * [DestroyResourceInstances](https://cloud.tencent.com/document/api/283/102194)
119
+ * [MiniPkg](https://cloud.tencent.com/document/api/627/53609#MiniPkg)
120
+
121
+ 修改数据结构:
83
122
 
123
+ * [BotQPS](https://cloud.tencent.com/document/api/627/53609#BotQPS)
84
124
 
125
+ * <font color="#dd0000">**修改成员**:</font>RenewFlag
85
126
 
86
- ## 文字识别(ocr) 版本:2018-11-19
127
+ * [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
87
128
 
88
- ### 123 次发布
129
+ * 新增成员:MiniPkg, MiniQpsStandard, MiniMaxQPS
89
130
 
90
- 发布时间:2023-12-05 02:08:42
131
+
132
+
133
+
134
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
135
+
136
+ ### 第 62 次发布
137
+
138
+ 发布时间:2023-12-07 02:52:47
91
139
 
92
140
  本次发布包含了以下内容:
93
141
 
@@ -95,9 +143,13 @@
95
143
 
96
144
  修改接口:
97
145
 
98
- * [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
146
+ * [DescribeDsFolderTree](https://cloud.tencent.com/document/api/1267/100212)
99
147
 
100
- * 新增出参:Angle
148
+ * 新增入参:TaskFolderId, DisplayType, IncludeTaskFolder
149
+
150
+ * [DescribeDsParentFolderTree](https://cloud.tencent.com/document/api/1267/100211)
151
+
152
+ * 新增入参:DisplayType
101
153
 
102
154
 
103
155
 
@@ -8341,6 +8393,36 @@
8341
8393
 
8342
8394
  ## 商业智能分析 BI(bi) 版本:2022-01-05
8343
8395
 
8396
+ ### 第 7 次发布
8397
+
8398
+ 发布时间:2023-12-06 01:10:35
8399
+
8400
+ 本次发布包含了以下内容:
8401
+
8402
+ 改善已有的文档。
8403
+
8404
+ 修改接口:
8405
+
8406
+ * [CreateDatasourceCloud](https://cloud.tencent.com/document/api/590/98853)
8407
+
8408
+ * 新增入参:ClusterId
8409
+
8410
+ * [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
8411
+
8412
+ * 新增入参:TicketNum
8413
+
8414
+ * [ModifyDatasourceCloud](https://cloud.tencent.com/document/api/590/98850)
8415
+
8416
+ * 新增入参:ClusterId
8417
+
8418
+
8419
+ 修改数据结构:
8420
+
8421
+ * [EmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#EmbedTokenInfo)
8422
+
8423
+ * 新增成员:TicketNum
8424
+
8425
+
8344
8426
  ### 第 6 次发布
8345
8427
 
8346
8428
  发布时间:2023-10-20 01:06:54
@@ -41468,6 +41550,21 @@
41468
41550
 
41469
41551
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
41470
41552
 
41553
+ ### 第 75 次发布
41554
+
41555
+ 发布时间:2023-12-06 01:34:06
41556
+
41557
+ 本次发布包含了以下内容:
41558
+
41559
+ 改善已有的文档。
41560
+
41561
+ 修改数据结构:
41562
+
41563
+ * [Package](https://cloud.tencent.com/document/api/1003/48097#Package)
41564
+
41565
+ * 新增成员:HistoryBindResourceInfos
41566
+
41567
+
41471
41568
  ### 第 74 次发布
41472
41569
 
41473
41570
  发布时间:2023-11-14 01:12:41
@@ -46746,6 +46843,29 @@
46746
46843
 
46747
46844
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
46748
46845
 
46846
+ ### 第 78 次发布
46847
+
46848
+ 发布时间:2023-12-07 01:38:53
46849
+
46850
+ 本次发布包含了以下内容:
46851
+
46852
+ 改善已有的文档。
46853
+
46854
+ 修改数据结构:
46855
+
46856
+ * [NotebookSessionInfo](https://cloud.tencent.com/document/api/1342/53778#NotebookSessionInfo)
46857
+
46858
+ * <font color="#dd0000">**修改成员**:</font>ExecutorMaxNumbers
46859
+
46860
+ * [TableResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TableResponseInfo)
46861
+
46862
+ * 新增成员:HeatValue
46863
+
46864
+ * [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
46865
+
46866
+ * 新增成员:ResultFormat
46867
+
46868
+
46749
46869
  ### 第 77 次发布
46750
46870
 
46751
46871
  发布时间:2023-11-30 03:35:40
@@ -55233,7 +55353,7 @@
55233
55353
 
55234
55354
  新增接口:
55235
55355
 
55236
- * [[InquirePriceRenewInstance](https://cloud.tencent.com/document/api/845/102193)](https://cloud.tencent.com/document/api/#/#)
55356
+ * [InquirePriceRenewInstance](https://cloud.tencent.com/document/api/845/102193)
55237
55357
 
55238
55358
  ### 第 50 次发布
55239
55359
 
@@ -59038,6 +59158,21 @@
59038
59158
 
59039
59159
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
59040
59160
 
59161
+ ### 第 138 次发布
59162
+
59163
+ 发布时间:2023-12-07 01:49:40
59164
+
59165
+ 本次发布包含了以下内容:
59166
+
59167
+ 改善已有的文档。
59168
+
59169
+ 修改数据结构:
59170
+
59171
+ * [CreateFlowOption](https://cloud.tencent.com/document/api/1420/61525#CreateFlowOption)
59172
+
59173
+ * <font color="#dd0000">**修改成员**:</font>SkipUploadFile
59174
+
59175
+
59041
59176
  ### 第 137 次发布
59042
59177
 
59043
59178
  发布时间:2023-11-30 16:01:23
@@ -61797,6 +61932,18 @@
61797
61932
 
61798
61933
  ## 人脸核身(faceid) 版本:2018-03-01
61799
61934
 
61935
+ ### 第 67 次发布
61936
+
61937
+ 发布时间:2023-12-06 01:49:35
61938
+
61939
+ 本次发布包含了以下内容:
61940
+
61941
+ 改善已有的文档。
61942
+
61943
+ 新增接口:
61944
+
61945
+ * [ImageRecognitionV2](https://cloud.tencent.com/document/api/1007/102203)
61946
+
61800
61947
  ### 第 66 次发布
61801
61948
 
61802
61949
  发布时间:2023-11-14 01:16:39
@@ -64380,6 +64527,19 @@
64380
64527
 
64381
64528
  ## 游戏多媒体引擎(gme) 版本:2018-07-11
64382
64529
 
64530
+ ### 第 36 次发布
64531
+
64532
+ 发布时间:2023-12-06 01:51:28
64533
+
64534
+ 本次发布包含了以下内容:
64535
+
64536
+ 改善已有的文档。
64537
+
64538
+ <font color="#dd0000">**预下线接口**:</font>
64539
+
64540
+ * CreateAgeDetectTask
64541
+ * DescribeAgeDetectTask
64542
+
64383
64543
  ### 第 35 次发布
64384
64544
 
64385
64545
  发布时间:2023-08-24 01:19:31
@@ -82966,6 +83126,29 @@
82966
83126
 
82967
83127
  ## 媒体处理(mps) 版本:2019-06-12
82968
83128
 
83129
+ ### 第 77 次发布
83130
+
83131
+ 发布时间:2023-12-06 20:13:59
83132
+
83133
+ 本次发布包含了以下内容:
83134
+
83135
+ 改善已有的文档。
83136
+
83137
+ 新增数据结构:
83138
+
83139
+ * [[AiAnalysisTaskDescriptionInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionInput)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskDescriptionInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionInput))
83140
+ * [[AiAnalysisTaskDescriptionOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionOutput)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskDescriptionOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionOutput))
83141
+ * [[AiAnalysisTaskDescriptionResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionResult)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskDescriptionResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDescriptionResult))
83142
+ * [[AiParagraphInfo](https://cloud.tencent.com/document/api/862/37615#AiParagraphInfo)](https://cloud.tencent.com/document/api/862/37615#[AiParagraphInfo](https://cloud.tencent.com/document/api/862/37615#AiParagraphInfo))
83143
+ * [[MediaAiAnalysisDescriptionItem](https://cloud.tencent.com/document/api/862/37615#MediaAiAnalysisDescriptionItem)](https://cloud.tencent.com/document/api/862/37615#[MediaAiAnalysisDescriptionItem](https://cloud.tencent.com/document/api/862/37615#MediaAiAnalysisDescriptionItem))
83144
+
83145
+ 修改数据结构:
83146
+
83147
+ * [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
83148
+
83149
+ * 新增成员:DescriptionTask
83150
+
83151
+
82969
83152
  ### 第 76 次发布
82970
83153
 
82971
83154
  发布时间:2023-10-23 09:46:19
@@ -86165,7 +86348,7 @@
86165
86348
 
86166
86349
  新增接口:
86167
86350
 
86168
- * [[DestroyResourceInstances](https://cloud.tencent.com/document/api/283/102194)](https://cloud.tencent.com/document/api/#/#)
86351
+ * [DestroyResourceInstances](https://cloud.tencent.com/document/api/283/102194)
86169
86352
 
86170
86353
  ### 第 19 次发布
86171
86354
 
@@ -92764,6 +92947,29 @@
92764
92947
 
92765
92948
  ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
92766
92949
 
92950
+ ### 第 15 次发布
92951
+
92952
+ 发布时间:2023-12-07 02:16:03
92953
+
92954
+ 本次发布包含了以下内容:
92955
+
92956
+ 改善已有的文档。
92957
+
92958
+ 修改接口:
92959
+
92960
+ * [AddSpecifyPrivateZoneVpc](https://cloud.tencent.com/document/api/1338/98675)
92961
+
92962
+ * 新增入参:Sync
92963
+
92964
+ * 新增出参:UniqId
92965
+
92966
+ * [DeleteSpecifyPrivateZoneVpc](https://cloud.tencent.com/document/api/1338/98674)
92967
+
92968
+ * 新增入参:Sync
92969
+
92970
+ * 新增出参:UniqId
92971
+
92972
+
92767
92973
  ### 第 14 次发布
92768
92974
 
92769
92975
  发布时间:2023-09-19 01:22:56
@@ -114287,6 +114493,45 @@
114287
114493
 
114288
114494
  ## 边缘安全加速平台(teo) 版本:2022-09-01
114289
114495
 
114496
+ ### 第 68 次发布
114497
+
114498
+ 发布时间:2023-12-06 12:21:14
114499
+
114500
+ 本次发布包含了以下内容:
114501
+
114502
+ 改善已有的文档。
114503
+
114504
+ 新增接口:
114505
+
114506
+ * [DescribeIPRegion](https://cloud.tencent.com/document/api/1552/102227)
114507
+
114508
+ 新增数据结构:
114509
+
114510
+ * [IPRegionInfo](https://cloud.tencent.com/document/api/1552/80721#IPRegionInfo)
114511
+
114512
+ ### 第 67 次发布
114513
+
114514
+ 发布时间:2023-12-06 02:32:56
114515
+
114516
+ 本次发布包含了以下内容:
114517
+
114518
+ 改善已有的文档。
114519
+
114520
+ 修改数据结构:
114521
+
114522
+ * [OriginDetail](https://cloud.tencent.com/document/api/1552/80721#OriginDetail)
114523
+
114524
+ * 新增成员:VodeoSubAppId, VodeoDistributionRange, VodeoBucketId
114525
+
114526
+ * [OriginInfo](https://cloud.tencent.com/document/api/1552/80721#OriginInfo)
114527
+
114528
+ * 新增成员:VodeoSubAppId, VodeoDistributionRange, VodeoBucketId
114529
+
114530
+ * [Resource](https://cloud.tencent.com/document/api/1552/80721#Resource)
114531
+
114532
+ * 新增成员:Type
114533
+
114534
+
114290
114535
  ### 第 66 次发布
114291
114536
 
114292
114537
  发布时间:2023-11-28 01:26:13
@@ -139409,6 +139654,29 @@
139409
139654
 
139410
139655
  ## Web 应用防火墙(waf) 版本:2018-01-25
139411
139656
 
139657
+ ### 第 76 次发布
139658
+
139659
+ 发布时间:2023-12-07 02:50:53
139660
+
139661
+ 本次发布包含了以下内容:
139662
+
139663
+ 改善已有的文档。
139664
+
139665
+ 新增数据结构:
139666
+
139667
+ * [[MiniPkg](https://cloud.tencent.com/document/api/627/53609#MiniPkg)](https://cloud.tencent.com/document/api/627/53609#[MiniPkg](https://cloud.tencent.com/document/api/627/53609#MiniPkg))
139668
+
139669
+ 修改数据结构:
139670
+
139671
+ * [BotQPS](https://cloud.tencent.com/document/api/627/53609#BotQPS)
139672
+
139673
+ * <font color="#dd0000">**修改成员**:</font>RenewFlag
139674
+
139675
+ * [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
139676
+
139677
+ * 新增成员:MiniPkg, MiniQpsStandard, MiniMaxQPS
139678
+
139679
+
139412
139680
  ### 第 75 次发布
139413
139681
 
139414
139682
  发布时间:2023-11-21 01:41:48
@@ -141386,6 +141654,25 @@
141386
141654
 
141387
141655
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
141388
141656
 
141657
+ ### 第 62 次发布
141658
+
141659
+ 发布时间:2023-12-07 02:52:47
141660
+
141661
+ 本次发布包含了以下内容:
141662
+
141663
+ 改善已有的文档。
141664
+
141665
+ 修改接口:
141666
+
141667
+ * [DescribeDsFolderTree](https://cloud.tencent.com/document/api/1267/100212)
141668
+
141669
+ * 新增入参:TaskFolderId, DisplayType, IncludeTaskFolder
141670
+
141671
+ * [DescribeDsParentFolderTree](https://cloud.tencent.com/document/api/1267/100211)
141672
+
141673
+ * 新增入参:DisplayType
141674
+
141675
+
141389
141676
  ### 第 61 次发布
141390
141677
 
141391
141678
  发布时间:2023-12-01 01:30:04
@@ -0,0 +1,40 @@
1
+ const tencentcloud = require("../../../../tencentcloud-sdk-nodejs")
2
+
3
+ // 导入对应产品模块的client models
4
+ const HunyuanClient = tencentcloud.hunyuan.v20230901.Client
5
+
6
+ // 实例化要请求产品的client对象。profile可选。
7
+ const client = new HunyuanClient({
8
+ credential: {
9
+ secretId: process.env.secretId,
10
+ secretKey: process.env.secretKey,
11
+ },
12
+ region: "ap-guangzhou",
13
+ profile: {
14
+ httpProfile: {
15
+ endpoint: 'hunyuan.tencentcloudapi.com'
16
+ },
17
+ },
18
+ })
19
+
20
+ // 通过client对象调用想要访问的接口,需要传入请求对象以及响应回调函数
21
+
22
+ client.ChatStd({
23
+ Messages: [{
24
+ Role: 'user',
25
+ Content: '你好, 可以讲个笑话吗'
26
+ }]
27
+ }).then(
28
+ async (res) => {
29
+ res.on('message', (message) => {
30
+ console.log(message)
31
+ })
32
+ // 或者
33
+ for await (let message of res) {
34
+ console.log(message)
35
+ }
36
+ },
37
+ (err) => {
38
+ console.error('error', err)
39
+ }
40
+ )
@@ -0,0 +1,42 @@
1
+ import * as tencentcloud from "../../../../tencentcloud-sdk-nodejs"
2
+ import { SSEResponseModel } from "../../../tencentcloud/common/sse_response_model"
3
+ import { ChatProResponse } from "../../../tencentcloud/services/hunyuan/v20230901/hunyuan_models"
4
+
5
+ // 导入对应产品模块的client models
6
+ const HunyuanClient = tencentcloud.hunyuan.v20230901.Client
7
+
8
+ // 实例化要请求产品的client对象。profile可选。
9
+ const client = new HunyuanClient({
10
+ credential: {
11
+ secretId: process.env.secretId,
12
+ secretKey: process.env.secretKey,
13
+ },
14
+ region: "ap-guangzhou",
15
+ profile: {
16
+ httpProfile: {
17
+ endpoint: 'hunyuan.tencentcloudapi.com'
18
+ },
19
+ },
20
+ })
21
+
22
+ // 通过client对象调用想要访问的接口,需要传入请求对象以及响应回调函数
23
+
24
+ client.ChatStd({
25
+ Messages: [{
26
+ Role: 'user',
27
+ Content: '你好, 可以讲个笑话吗'
28
+ }]
29
+ }).then(
30
+ async (res) => {
31
+ res.on('message', (message) => {
32
+ console.log(message)
33
+ })
34
+ // 或者
35
+ for await (let message of res) {
36
+ console.log(message)
37
+ }
38
+ },
39
+ (err) => {
40
+ console.error('error', err)
41
+ }
42
+ )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.751",
3
+ "version": "4.0.753",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {