tencentcloud-sdk-nodejs-lke 4.1.78 → 4.1.79

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.78",
3
+ "version": "4.1.79",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4541,11 +4541,11 @@ export interface RateMsgRecordRequest {
4541
4541
  */
4542
4542
  RecordId: string;
4543
4543
  /**
4544
- * 1点赞2点踩
4544
+ * 1: 点赞, 2: 点踩
4545
4545
  */
4546
4546
  Score: number;
4547
4547
  /**
4548
- * 原因
4548
+ * 原因,只有Score参数为2即点踩的时候才需要输入
4549
4549
  */
4550
4550
  Reasons?: Array<string>;
4551
4551
  }