tencentcloud-sdk-nodejs-lcic 4.1.99 → 4.1.119
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-lcic",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.119",
|
|
4
4
|
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "./tencentcloud/index.js",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"build:es": "tsc -p tsconfig.es.json",
|
|
13
13
|
"build:slim": "node ./scripts/build_slim.js",
|
|
14
14
|
"prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'",
|
|
15
|
-
"clean": "rimraf tencentcloud es"
|
|
15
|
+
"clean": "rimraf tencentcloud es",
|
|
16
|
+
"test:common": "vitest run"
|
|
16
17
|
},
|
|
17
18
|
"engines": {
|
|
18
19
|
"node": ">=10"
|
|
@@ -44,9 +45,8 @@
|
|
|
44
45
|
"url": "https://github.com/tencentcloud/tencentcloud-sdk-nodejs"
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
|
-
"@types/form-data": "^2.5.0",
|
|
48
48
|
"@types/json-bigint": "^1.0.1",
|
|
49
|
-
"@types/node": "^
|
|
49
|
+
"@types/node": "^18.0.0",
|
|
50
50
|
"@types/node-fetch": "^2.5.7",
|
|
51
51
|
"@types/uuid": "^9.0.8",
|
|
52
52
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"prettier": "^2.3.0",
|
|
62
62
|
"rimraf": "^5.0.10",
|
|
63
63
|
"ts-node": "^8.10.2",
|
|
64
|
-
"typescript": "^
|
|
64
|
+
"typescript": "^5.9.2",
|
|
65
|
+
"vitest": "2.1.9"
|
|
65
66
|
}
|
|
66
67
|
}
|
|
@@ -155,6 +155,10 @@ export interface CreateRoomRequest {
|
|
|
155
155
|
* 字幕转写功能开关:0关闭,1开启,默认关闭
|
|
156
156
|
*/
|
|
157
157
|
SubtitlesTranscription?: number;
|
|
158
|
+
/**
|
|
159
|
+
* 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
|
160
|
+
*/
|
|
161
|
+
RecordMerge?: number;
|
|
158
162
|
}
|
|
159
163
|
/**
|
|
160
164
|
* DescribeQuestionList请求参数结构体
|
|
@@ -2332,6 +2336,10 @@ export interface DescribeRoomResponse {
|
|
|
2332
2336
|
* 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
|
2333
2337
|
*/
|
|
2334
2338
|
Guests?: Array<string>;
|
|
2339
|
+
/**
|
|
2340
|
+
* 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
|
2341
|
+
*/
|
|
2342
|
+
RecordMerge?: number;
|
|
2335
2343
|
/**
|
|
2336
2344
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2337
2345
|
*/
|
|
@@ -2994,6 +3002,10 @@ export interface RoomInfo {
|
|
|
2994
3002
|
* 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
|
2995
3003
|
*/
|
|
2996
3004
|
Guests?: Array<string>;
|
|
3005
|
+
/**
|
|
3006
|
+
* 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
|
3007
|
+
*/
|
|
3008
|
+
RecordMerge?: number;
|
|
2997
3009
|
}
|
|
2998
3010
|
/**
|
|
2999
3011
|
* DescribeMarquee返回参数结构体
|
|
@@ -3402,7 +3414,7 @@ export interface DescribeRecordTaskRequest {
|
|
|
3402
3414
|
/**
|
|
3403
3415
|
* DescribeDeveloper请求参数结构体
|
|
3404
3416
|
*/
|
|
3405
|
-
export
|
|
3417
|
+
export type DescribeDeveloperRequest = null;
|
|
3406
3418
|
/**
|
|
3407
3419
|
* 应用自定义内容
|
|
3408
3420
|
*/
|
|
@@ -3836,6 +3848,14 @@ export interface ModifyRoomRequest {
|
|
|
3836
3848
|
* 字幕转写功能开关:0关闭,1开启,默认关闭
|
|
3837
3849
|
*/
|
|
3838
3850
|
SubtitlesTranscription?: number;
|
|
3851
|
+
/**
|
|
3852
|
+
* 嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效
|
|
3853
|
+
*/
|
|
3854
|
+
Guests?: Array<string>;
|
|
3855
|
+
/**
|
|
3856
|
+
* 录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效
|
|
3857
|
+
*/
|
|
3858
|
+
RecordMerge?: number;
|
|
3839
3859
|
}
|
|
3840
3860
|
/**
|
|
3841
3861
|
* 自定义录制信息
|