tencentcloud-sdk-nodejs-lcic 4.1.127 → 4.1.130

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-lcic",
3
- "version": "4.1.127",
3
+ "version": "4.1.130",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -560,7 +560,7 @@ export interface MemberRecord {
560
560
  */
561
561
  SubGroupId?: Array<string>;
562
562
  /**
563
- * 用户的上台状态
563
+ * 本堂课用户是否上过台。0 否;1 是
564
564
  */
565
565
  Stage?: number;
566
566
  /**