tencentcloud-sdk-nodejs-lke 4.1.80 → 4.1.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-lke",
3
- "version": "4.1.80",
3
+ "version": "4.1.82",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4541,7 +4541,10 @@ export interface RateMsgRecordRequest {
4541
4541
  */
4542
4542
  RecordId: string;
4543
4543
  /**
4544
- * 1: 点赞, 2: 点踩
4544
+ * 1: 点赞; 2: 点踩;
4545
+ 注:
4546
+ 1) 评测端不支持点赞、点踩
4547
+ 2) 消息回复类型为欢迎语、并发超限、实时文档,不支持点赞、点踩
4545
4548
  */
4546
4549
  Score: number;
4547
4550
  /**