tencentcloud-sdk-nodejs-lcic 4.0.708 → 4.0.710
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/CHANGELOG.md +441 -0
- package/SERVICE_CHANGELOG.md +424 -202
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/services/lcic/v20220817/lcic_client.ts +30 -1
- package/src/services/lcic/v20220817/lcic_models.ts +191 -23
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +9 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +182 -23
|
@@ -182,6 +182,36 @@ export interface DeleteUserRequest {
|
|
|
182
182
|
*/
|
|
183
183
|
UserId: string;
|
|
184
184
|
}
|
|
185
|
+
/**
|
|
186
|
+
* 水印配置
|
|
187
|
+
*/
|
|
188
|
+
export interface WatermarkConfig {
|
|
189
|
+
/**
|
|
190
|
+
* 水印图片的url
|
|
191
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
192
|
+
*/
|
|
193
|
+
Url?: string;
|
|
194
|
+
/**
|
|
195
|
+
* 水印宽。为比例值
|
|
196
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
197
|
+
*/
|
|
198
|
+
Width?: number;
|
|
199
|
+
/**
|
|
200
|
+
* 水印高。为比例值
|
|
201
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
202
|
+
*/
|
|
203
|
+
Height?: number;
|
|
204
|
+
/**
|
|
205
|
+
* 水印X偏移, 取值:0-100, 表示区域X方向的百分比。比如50,则表示位于X轴中间。
|
|
206
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
207
|
+
*/
|
|
208
|
+
LocationX?: number;
|
|
209
|
+
/**
|
|
210
|
+
* 水印Y偏移, 取值:0-100, 表示区域Y方向的百分比。比如50,则表示位于Y轴中间。
|
|
211
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
212
|
+
*/
|
|
213
|
+
LocationY?: number;
|
|
214
|
+
}
|
|
185
215
|
/**
|
|
186
216
|
* DescribeSupervisors返回参数结构体
|
|
187
217
|
*/
|
|
@@ -465,6 +495,15 @@ export interface DeleteAppCustomContentRequest {
|
|
|
465
495
|
*/
|
|
466
496
|
Scenes?: Array<string>;
|
|
467
497
|
}
|
|
498
|
+
/**
|
|
499
|
+
* SendRoomNotificationMessage返回参数结构体
|
|
500
|
+
*/
|
|
501
|
+
export interface SendRoomNotificationMessageResponse {
|
|
502
|
+
/**
|
|
503
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
504
|
+
*/
|
|
505
|
+
RequestId?: string;
|
|
506
|
+
}
|
|
468
507
|
/**
|
|
469
508
|
* BatchAddGroupMember返回参数结构体
|
|
470
509
|
*/
|
|
@@ -1582,34 +1621,17 @@ export interface BatchDeleteRecordResponse {
|
|
|
1582
1621
|
RequestId?: string;
|
|
1583
1622
|
}
|
|
1584
1623
|
/**
|
|
1585
|
-
*
|
|
1624
|
+
* 表情消息
|
|
1586
1625
|
*/
|
|
1587
|
-
export interface
|
|
1588
|
-
/**
|
|
1589
|
-
* 水印图片的url
|
|
1590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1591
|
-
*/
|
|
1592
|
-
Url?: string;
|
|
1593
|
-
/**
|
|
1594
|
-
* 水印宽。为比例值
|
|
1595
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1596
|
-
*/
|
|
1597
|
-
Width?: number;
|
|
1598
|
-
/**
|
|
1599
|
-
* 水印高。为比例值
|
|
1600
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1601
|
-
*/
|
|
1602
|
-
Height?: number;
|
|
1626
|
+
export interface FaceMsgContent {
|
|
1603
1627
|
/**
|
|
1604
|
-
*
|
|
1605
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1628
|
+
* 表情索引,用户自定义。
|
|
1606
1629
|
*/
|
|
1607
|
-
|
|
1630
|
+
Index: number;
|
|
1608
1631
|
/**
|
|
1609
|
-
*
|
|
1610
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1632
|
+
* 额外数据。
|
|
1611
1633
|
*/
|
|
1612
|
-
|
|
1634
|
+
Data?: string;
|
|
1613
1635
|
}
|
|
1614
1636
|
/**
|
|
1615
1637
|
* SetAppCustomContent请求参数结构体
|
|
@@ -1913,6 +1935,24 @@ export interface DescribeCurrentMemberListRequest {
|
|
|
1913
1935
|
*/
|
|
1914
1936
|
Limit: number;
|
|
1915
1937
|
}
|
|
1938
|
+
/**
|
|
1939
|
+
* SendRoomNotificationMessage请求参数结构体
|
|
1940
|
+
*/
|
|
1941
|
+
export interface SendRoomNotificationMessageRequest {
|
|
1942
|
+
/**
|
|
1943
|
+
* 低代码互动课堂的SdkAppId。
|
|
1944
|
+
*/
|
|
1945
|
+
SdkAppId: number;
|
|
1946
|
+
/**
|
|
1947
|
+
* 房间ID。
|
|
1948
|
+
|
|
1949
|
+
*/
|
|
1950
|
+
RoomId: number;
|
|
1951
|
+
/**
|
|
1952
|
+
* 消息。
|
|
1953
|
+
*/
|
|
1954
|
+
MsgContent: string;
|
|
1955
|
+
}
|
|
1916
1956
|
/**
|
|
1917
1957
|
* DescribeSdkAppIdUsers返回参数结构体
|
|
1918
1958
|
*/
|
|
@@ -2150,6 +2190,35 @@ export interface BatchDeleteGroupMemberRequest {
|
|
|
2150
2190
|
*/
|
|
2151
2191
|
MemberIds: Array<string>;
|
|
2152
2192
|
}
|
|
2193
|
+
/**
|
|
2194
|
+
* 单张图片信息
|
|
2195
|
+
*/
|
|
2196
|
+
export interface ImageInfo {
|
|
2197
|
+
/**
|
|
2198
|
+
* 图片类型:
|
|
2199
|
+
1-原图
|
|
2200
|
+
2-大图
|
|
2201
|
+
3-缩略图
|
|
2202
|
+
|
|
2203
|
+
*/
|
|
2204
|
+
Type: number;
|
|
2205
|
+
/**
|
|
2206
|
+
* 图片数据大小,单位:字节。
|
|
2207
|
+
*/
|
|
2208
|
+
Size: number;
|
|
2209
|
+
/**
|
|
2210
|
+
* 图片宽度,单位为像素。
|
|
2211
|
+
*/
|
|
2212
|
+
Width: number;
|
|
2213
|
+
/**
|
|
2214
|
+
* 图片高度,单位为像素。
|
|
2215
|
+
*/
|
|
2216
|
+
Height: number;
|
|
2217
|
+
/**
|
|
2218
|
+
* 图片下载地址。
|
|
2219
|
+
*/
|
|
2220
|
+
URL: string;
|
|
2221
|
+
}
|
|
2153
2222
|
/**
|
|
2154
2223
|
* ModifyApp请求参数结构体
|
|
2155
2224
|
*/
|
|
@@ -2223,6 +2292,29 @@ export interface LoginUserRequest {
|
|
|
2223
2292
|
*/
|
|
2224
2293
|
UserId: string;
|
|
2225
2294
|
}
|
|
2295
|
+
/**
|
|
2296
|
+
* 图片消息
|
|
2297
|
+
*/
|
|
2298
|
+
export interface ImageMsgContent {
|
|
2299
|
+
/**
|
|
2300
|
+
* 图片的唯一标识,客户端用于索引图片的键值。
|
|
2301
|
+
*/
|
|
2302
|
+
UUID: string;
|
|
2303
|
+
/**
|
|
2304
|
+
* 图片格式。
|
|
2305
|
+
JPG = 1
|
|
2306
|
+
GIF = 2
|
|
2307
|
+
PNG = 3
|
|
2308
|
+
BMP = 4
|
|
2309
|
+
其他 = 255
|
|
2310
|
+
|
|
2311
|
+
*/
|
|
2312
|
+
ImageFormat: number;
|
|
2313
|
+
/**
|
|
2314
|
+
* 图片信息
|
|
2315
|
+
*/
|
|
2316
|
+
ImageInfoList: Array<ImageInfo>;
|
|
2317
|
+
}
|
|
2226
2318
|
/**
|
|
2227
2319
|
* 每个选项答题人数统计
|
|
2228
2320
|
*/
|
|
@@ -2236,6 +2328,15 @@ export interface AnswerStat {
|
|
|
2236
2328
|
*/
|
|
2237
2329
|
Count?: number;
|
|
2238
2330
|
}
|
|
2331
|
+
/**
|
|
2332
|
+
* SendRoomNormalMessage返回参数结构体
|
|
2333
|
+
*/
|
|
2334
|
+
export interface SendRoomNormalMessageResponse {
|
|
2335
|
+
/**
|
|
2336
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2337
|
+
*/
|
|
2338
|
+
RequestId?: string;
|
|
2339
|
+
}
|
|
2239
2340
|
/**
|
|
2240
2341
|
* DeleteSupervisor返回参数结构体
|
|
2241
2342
|
*/
|
|
@@ -2712,6 +2813,31 @@ export interface GetRoomsRequest {
|
|
|
2712
2813
|
*/
|
|
2713
2814
|
Status?: Array<number | bigint>;
|
|
2714
2815
|
}
|
|
2816
|
+
/**
|
|
2817
|
+
* SendRoomNormalMessage请求参数结构体
|
|
2818
|
+
*/
|
|
2819
|
+
export interface SendRoomNormalMessageRequest {
|
|
2820
|
+
/**
|
|
2821
|
+
* 低代码互动课堂的SdkAppId。
|
|
2822
|
+
*/
|
|
2823
|
+
SdkAppId: number;
|
|
2824
|
+
/**
|
|
2825
|
+
* 房间ID。
|
|
2826
|
+
*/
|
|
2827
|
+
RoomId: number;
|
|
2828
|
+
/**
|
|
2829
|
+
* 管理员指定消息发送方账号(若需设置 FromAccount 信息,则该参数取值不能为空)
|
|
2830
|
+
*/
|
|
2831
|
+
FromAccount: string;
|
|
2832
|
+
/**
|
|
2833
|
+
* 自定义消息
|
|
2834
|
+
*/
|
|
2835
|
+
MsgBody: Array<MsgBody>;
|
|
2836
|
+
/**
|
|
2837
|
+
* 消息自定义数据(云端保存,会发送到对端,程序卸载重装后还能拉取到)。
|
|
2838
|
+
*/
|
|
2839
|
+
CloudCustomData?: string;
|
|
2840
|
+
}
|
|
2715
2841
|
/**
|
|
2716
2842
|
* DescribeDeveloper请求参数结构体
|
|
2717
2843
|
*/
|
|
@@ -2794,6 +2920,30 @@ export interface AddGroupMemberResponse {
|
|
|
2794
2920
|
*/
|
|
2795
2921
|
RequestId?: string;
|
|
2796
2922
|
}
|
|
2923
|
+
/**
|
|
2924
|
+
* 自定义消息结构
|
|
2925
|
+
*/
|
|
2926
|
+
export interface MsgBody {
|
|
2927
|
+
/**
|
|
2928
|
+
* TIM 消息对象类型,目前支持的消息对象包括:
|
|
2929
|
+
TIMTextElem(文本消息)
|
|
2930
|
+
TIMFaceElem(表情消息)
|
|
2931
|
+
TIMImageElem(图像消息)
|
|
2932
|
+
*/
|
|
2933
|
+
MsgType: string;
|
|
2934
|
+
/**
|
|
2935
|
+
* 文本消息,当MsgType 为TIMTextElem(文本消息)必选。
|
|
2936
|
+
*/
|
|
2937
|
+
TextMsgContent?: TextMsgContent;
|
|
2938
|
+
/**
|
|
2939
|
+
* 表情消息,当MsgType 为TIMFaceElem(表情消息)必选。
|
|
2940
|
+
*/
|
|
2941
|
+
FaceMsgContent?: FaceMsgContent;
|
|
2942
|
+
/**
|
|
2943
|
+
* 图像消息,当MsgType为TIMImageElem(图像消息)必选。
|
|
2944
|
+
*/
|
|
2945
|
+
ImageMsgContent?: ImageMsgContent;
|
|
2946
|
+
}
|
|
2797
2947
|
/**
|
|
2798
2948
|
* CreateSupervisor返回参数结构体
|
|
2799
2949
|
*/
|
|
@@ -2952,6 +3102,15 @@ export interface DescribeDeveloperResponse {
|
|
|
2952
3102
|
*/
|
|
2953
3103
|
RequestId?: string;
|
|
2954
3104
|
}
|
|
3105
|
+
/**
|
|
3106
|
+
* 文本消息
|
|
3107
|
+
*/
|
|
3108
|
+
export interface TextMsgContent {
|
|
3109
|
+
/**
|
|
3110
|
+
* 文本消息。
|
|
3111
|
+
*/
|
|
3112
|
+
Text: string;
|
|
3113
|
+
}
|
|
2955
3114
|
/**
|
|
2956
3115
|
* 文字水印配置
|
|
2957
3116
|
*/
|