tencentcloud-sdk-nodejs 4.0.569 → 4.0.571
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 +508 -0
- package/SERVICE_CHANGELOG.md +602 -73
- package/package.json +1 -1
- package/products.md +190 -190
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +13 -11
- package/src/services/bma/v20221115/bma_models.ts +5 -0
- package/src/services/car/v20220110/car_client.ts +24 -0
- package/src/services/car/v20220110/car_models.ts +40 -0
- package/src/services/cbs/v20170312/cbs_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +52 -2
- package/src/services/cdwch/v20200915/cdwch_client.ts +13 -1
- package/src/services/cdwch/v20200915/cdwch_models.ts +79 -19
- package/src/services/cls/v20201016/cls_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +46 -20
- package/src/services/cwp/v20180228/cwp_models.ts +378 -8
- package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +8 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +5 -0
- package/src/services/lcic/v20220817/lcic_client.ts +55 -16
- package/src/services/lcic/v20220817/lcic_models.ts +325 -111
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_client.ts +1 -1
- package/src/services/mongodb/v20190725/mongodb_models.ts +24 -24
- package/src/services/ocr/v20181119/ocr_client.ts +4 -2
- package/src/services/ocr/v20181119/ocr_models.ts +37 -17
- package/src/services/redis/v20180412/redis_models.ts +35 -12
- package/src/services/smop/v20201203/smop_models.ts +8 -2
- package/src/services/ssl/v20191205/ssl_models.ts +3 -3
- package/src/services/tcss/v20201101/tcss_models.ts +44 -34
- package/src/services/thpc/index.ts +2 -0
- package/src/services/thpc/v20230321/index.ts +6 -0
- package/src/services/thpc/v20230321/thpc_client.ts +250 -0
- package/src/services/thpc/v20230321/thpc_models.ts +1558 -0
- package/src/services/trtc/v20190722/trtc_client.ts +3 -3
- package/src/services/tse/v20201207/tse_models.ts +30 -0
- package/src/services/tts/v20190823/tts_models.ts +4 -4
- package/src/services/vod/v20180717/vod_models.ts +5 -0
- package/src/services/vpc/v20170312/vpc_client.ts +11 -10
- package/src/services/vpc/v20170312/vpc_models.ts +191 -72
- package/src/services/wedata/v20210820/wedata_models.ts +11 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +13 -11
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +4 -0
- package/tencentcloud/services/car/v20220110/car_client.d.ts +9 -1
- package/tencentcloud/services/car/v20220110/car_client.js +12 -0
- package/tencentcloud/services/car/v20220110/car_models.d.ts +36 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +44 -2
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +67 -16
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +15 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +21 -9
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +315 -8
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +17 -5
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +24 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +274 -93
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +24 -24
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +34 -17
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +33 -10
- package/tencentcloud/services/smop/v20201203/smop_models.d.ts +7 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +42 -34
- package/tencentcloud/services/thpc/index.d.ts +4 -0
- package/tencentcloud/services/thpc/index.js +2 -0
- package/tencentcloud/services/thpc/v20230321/index.d.ts +6 -0
- package/tencentcloud/services/thpc/v20230321/index.js +9 -0
- package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +77 -0
- package/tencentcloud/services/thpc/v20230321/thpc_client.js +128 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1314 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.js +18 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +25 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -4
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +8 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +170 -70
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +10 -5
- package/test/car.v20220110.test.js +20 -0
- package/test/cdwch.v20200915.test.js +10 -0
- package/test/cwp.v20180228.test.js +26 -6
- package/test/lcic.v20220817.test.js +34 -4
- package/test/thpc.v20230321.test.js +171 -0
|
@@ -71,6 +71,23 @@ video 纯视频
|
|
|
71
71
|
*/
|
|
72
72
|
GroupId?: string;
|
|
73
73
|
}
|
|
74
|
+
/**
|
|
75
|
+
* DescribeQuestionList请求参数结构体
|
|
76
|
+
*/
|
|
77
|
+
export interface DescribeQuestionListRequest {
|
|
78
|
+
/**
|
|
79
|
+
* 房间ID
|
|
80
|
+
*/
|
|
81
|
+
RoomId: number;
|
|
82
|
+
/**
|
|
83
|
+
* 分页查询当前页数,从1开始递增,默认值为1
|
|
84
|
+
*/
|
|
85
|
+
Page?: number;
|
|
86
|
+
/**
|
|
87
|
+
* 分页查询当前页数,从1开始递增,默认值为1
|
|
88
|
+
*/
|
|
89
|
+
Limit?: number;
|
|
90
|
+
}
|
|
74
91
|
/**
|
|
75
92
|
* ModifyRoom返回参数结构体
|
|
76
93
|
*/
|
|
@@ -101,6 +118,31 @@ export interface DescribeAppDetailResponse {
|
|
|
101
118
|
*/
|
|
102
119
|
RequestId?: string;
|
|
103
120
|
}
|
|
121
|
+
/**
|
|
122
|
+
* DescribeSupervisors返回参数结构体
|
|
123
|
+
*/
|
|
124
|
+
export interface DescribeSupervisorsResponse {
|
|
125
|
+
/**
|
|
126
|
+
* 数据总量
|
|
127
|
+
*/
|
|
128
|
+
Total?: number;
|
|
129
|
+
/**
|
|
130
|
+
* 分页查询当前页数
|
|
131
|
+
*/
|
|
132
|
+
Page?: number;
|
|
133
|
+
/**
|
|
134
|
+
* 当前页数据量
|
|
135
|
+
*/
|
|
136
|
+
Limit?: number;
|
|
137
|
+
/**
|
|
138
|
+
* 巡课列表
|
|
139
|
+
*/
|
|
140
|
+
UserIds?: Array<string>;
|
|
141
|
+
/**
|
|
142
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
143
|
+
*/
|
|
144
|
+
RequestId?: string;
|
|
145
|
+
}
|
|
104
146
|
/**
|
|
105
147
|
* BatchDeleteRecord请求参数结构体
|
|
106
148
|
*/
|
|
@@ -226,15 +268,6 @@ export interface BatchCreateGroupWithMembersResponse {
|
|
|
226
268
|
*/
|
|
227
269
|
RequestId?: string;
|
|
228
270
|
}
|
|
229
|
-
/**
|
|
230
|
-
* AddGroupMember返回参数结构体
|
|
231
|
-
*/
|
|
232
|
-
export interface AddGroupMemberResponse {
|
|
233
|
-
/**
|
|
234
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
235
|
-
*/
|
|
236
|
-
RequestId?: string;
|
|
237
|
-
}
|
|
238
271
|
/**
|
|
239
272
|
* GetRoomEvent返回参数结构体
|
|
240
273
|
*/
|
|
@@ -254,17 +287,74 @@ export interface GetRoomEventResponse {
|
|
|
254
287
|
RequestId?: string;
|
|
255
288
|
}
|
|
256
289
|
/**
|
|
257
|
-
*
|
|
290
|
+
* 成员记录信息。
|
|
258
291
|
*/
|
|
259
|
-
export interface
|
|
292
|
+
export interface MemberRecord {
|
|
260
293
|
/**
|
|
261
|
-
*
|
|
294
|
+
* 用户ID。
|
|
262
295
|
*/
|
|
263
|
-
|
|
296
|
+
UserId: string;
|
|
264
297
|
/**
|
|
265
|
-
*
|
|
298
|
+
* 用户名称。
|
|
266
299
|
*/
|
|
267
|
-
|
|
300
|
+
UserName: string;
|
|
301
|
+
/**
|
|
302
|
+
* 在线时长,单位秒。
|
|
303
|
+
*/
|
|
304
|
+
PresentTime: number;
|
|
305
|
+
/**
|
|
306
|
+
* 是否开启摄像头。
|
|
307
|
+
*/
|
|
308
|
+
Camera: number;
|
|
309
|
+
/**
|
|
310
|
+
* 是否开启麦克风。
|
|
311
|
+
*/
|
|
312
|
+
Mic: number;
|
|
313
|
+
/**
|
|
314
|
+
* 是否禁言。
|
|
315
|
+
*/
|
|
316
|
+
Silence: number;
|
|
317
|
+
/**
|
|
318
|
+
* 回答问题数量。
|
|
319
|
+
*/
|
|
320
|
+
AnswerQuestions: number;
|
|
321
|
+
/**
|
|
322
|
+
* 举手数量。
|
|
323
|
+
*/
|
|
324
|
+
HandUps: number;
|
|
325
|
+
/**
|
|
326
|
+
* 首次进入房间的unix时间戳。
|
|
327
|
+
*/
|
|
328
|
+
FirstJoinTimestamp: number;
|
|
329
|
+
/**
|
|
330
|
+
* 最后一次退出房间的unix时间戳。
|
|
331
|
+
*/
|
|
332
|
+
LastQuitTimestamp: number;
|
|
333
|
+
/**
|
|
334
|
+
* 奖励次数。
|
|
335
|
+
*/
|
|
336
|
+
Rewords: number;
|
|
337
|
+
/**
|
|
338
|
+
* 用户IP。
|
|
339
|
+
*/
|
|
340
|
+
IPAddress?: string;
|
|
341
|
+
/**
|
|
342
|
+
* 用户位置信息。
|
|
343
|
+
*/
|
|
344
|
+
Location?: string;
|
|
345
|
+
/**
|
|
346
|
+
* 用户设备平台信息。0:unknown 1:windows 2:mac 3:android 4:ios 5:web 6:h5 7:miniprogram (小程序)
|
|
347
|
+
*/
|
|
348
|
+
Device?: number;
|
|
349
|
+
/**
|
|
350
|
+
* 每个成员上麦次数。
|
|
351
|
+
*/
|
|
352
|
+
PerMemberMicCount?: number;
|
|
353
|
+
/**
|
|
354
|
+
* 每个成员发送消息数量。
|
|
355
|
+
|
|
356
|
+
*/
|
|
357
|
+
PerMemberMessageCount?: number;
|
|
268
358
|
}
|
|
269
359
|
/**
|
|
270
360
|
* DeleteAppCustomContent请求参数结构体
|
|
@@ -804,6 +894,26 @@ export interface CreateGroupWithSubGroupResponse {
|
|
|
804
894
|
*/
|
|
805
895
|
RequestId?: string;
|
|
806
896
|
}
|
|
897
|
+
/**
|
|
898
|
+
* 单条消息体内容
|
|
899
|
+
*/
|
|
900
|
+
export interface MessageItem {
|
|
901
|
+
/**
|
|
902
|
+
* 消息类型。0表示文本消息,1表示图片消息
|
|
903
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
904
|
+
*/
|
|
905
|
+
MessageType?: number;
|
|
906
|
+
/**
|
|
907
|
+
* 文本消息内容。message type为0时有效。
|
|
908
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
909
|
+
*/
|
|
910
|
+
TextMessage?: string;
|
|
911
|
+
/**
|
|
912
|
+
* 图片消息URL。 message type为1时有效。
|
|
913
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
914
|
+
*/
|
|
915
|
+
ImageMessage?: string;
|
|
916
|
+
}
|
|
807
917
|
/**
|
|
808
918
|
* 获取群组列表返回的群组信息
|
|
809
919
|
*/
|
|
@@ -990,6 +1100,23 @@ export interface DeleteRecordResponse {
|
|
|
990
1100
|
*/
|
|
991
1101
|
RequestId?: string;
|
|
992
1102
|
}
|
|
1103
|
+
/**
|
|
1104
|
+
* DescribeAnswerList请求参数结构体
|
|
1105
|
+
*/
|
|
1106
|
+
export interface DescribeAnswerListRequest {
|
|
1107
|
+
/**
|
|
1108
|
+
* 问题ID
|
|
1109
|
+
*/
|
|
1110
|
+
QuestionId: string;
|
|
1111
|
+
/**
|
|
1112
|
+
* 1
|
|
1113
|
+
*/
|
|
1114
|
+
Page?: number;
|
|
1115
|
+
/**
|
|
1116
|
+
* 100
|
|
1117
|
+
*/
|
|
1118
|
+
Limit?: number;
|
|
1119
|
+
}
|
|
993
1120
|
/**
|
|
994
1121
|
* BatchCreateRoom请求参数结构体
|
|
995
1122
|
*/
|
|
@@ -1411,6 +1538,24 @@ export interface EventDataInfo {
|
|
|
1411
1538
|
*/
|
|
1412
1539
|
UserId?: string;
|
|
1413
1540
|
}
|
|
1541
|
+
/**
|
|
1542
|
+
* DescribeAnswerList返回参数结构体
|
|
1543
|
+
*/
|
|
1544
|
+
export interface DescribeAnswerListResponse {
|
|
1545
|
+
/**
|
|
1546
|
+
* 符合查询条件的房间答案总数
|
|
1547
|
+
*/
|
|
1548
|
+
Total?: number;
|
|
1549
|
+
/**
|
|
1550
|
+
* 房间提问答案列表
|
|
1551
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1552
|
+
*/
|
|
1553
|
+
AnswerInfo?: Array<AnswerInfo>;
|
|
1554
|
+
/**
|
|
1555
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1556
|
+
*/
|
|
1557
|
+
RequestId?: string;
|
|
1558
|
+
}
|
|
1414
1559
|
/**
|
|
1415
1560
|
* DescribeRoomStatistics返回参数结构体
|
|
1416
1561
|
*/
|
|
@@ -1463,6 +1608,24 @@ export interface DeleteDocumentRequest {
|
|
|
1463
1608
|
*/
|
|
1464
1609
|
DocumentId: string;
|
|
1465
1610
|
}
|
|
1611
|
+
/**
|
|
1612
|
+
* DescribeSupervisors请求参数结构体
|
|
1613
|
+
*/
|
|
1614
|
+
export interface DescribeSupervisorsRequest {
|
|
1615
|
+
/**
|
|
1616
|
+
* 低代码互动课堂的SdkAppId。
|
|
1617
|
+
|
|
1618
|
+
*/
|
|
1619
|
+
SdkAppId: number;
|
|
1620
|
+
/**
|
|
1621
|
+
* 每页数据量,最大100。 不填默认20.
|
|
1622
|
+
*/
|
|
1623
|
+
Limit?: number;
|
|
1624
|
+
/**
|
|
1625
|
+
* 分页查询当前页数,从1开始递增,不填默认为1。
|
|
1626
|
+
*/
|
|
1627
|
+
Page?: number;
|
|
1628
|
+
}
|
|
1466
1629
|
/**
|
|
1467
1630
|
* 历史消息列表
|
|
1468
1631
|
*/
|
|
@@ -1516,74 +1679,17 @@ export interface GetWatermarkRequest {
|
|
|
1516
1679
|
SdkAppId: number;
|
|
1517
1680
|
}
|
|
1518
1681
|
/**
|
|
1519
|
-
*
|
|
1682
|
+
* CreateGroupWithMembers返回参数结构体
|
|
1520
1683
|
*/
|
|
1521
|
-
export interface
|
|
1522
|
-
/**
|
|
1523
|
-
* 用户ID。
|
|
1524
|
-
*/
|
|
1525
|
-
UserId: string;
|
|
1526
|
-
/**
|
|
1527
|
-
* 用户名称。
|
|
1528
|
-
*/
|
|
1529
|
-
UserName: string;
|
|
1530
|
-
/**
|
|
1531
|
-
* 在线时长,单位秒。
|
|
1532
|
-
*/
|
|
1533
|
-
PresentTime: number;
|
|
1534
|
-
/**
|
|
1535
|
-
* 是否开启摄像头。
|
|
1536
|
-
*/
|
|
1537
|
-
Camera: number;
|
|
1538
|
-
/**
|
|
1539
|
-
* 是否开启麦克风。
|
|
1540
|
-
*/
|
|
1541
|
-
Mic: number;
|
|
1542
|
-
/**
|
|
1543
|
-
* 是否禁言。
|
|
1544
|
-
*/
|
|
1545
|
-
Silence: number;
|
|
1546
|
-
/**
|
|
1547
|
-
* 回答问题数量。
|
|
1548
|
-
*/
|
|
1549
|
-
AnswerQuestions: number;
|
|
1550
|
-
/**
|
|
1551
|
-
* 举手数量。
|
|
1552
|
-
*/
|
|
1553
|
-
HandUps: number;
|
|
1554
|
-
/**
|
|
1555
|
-
* 首次进入房间的unix时间戳。
|
|
1556
|
-
*/
|
|
1557
|
-
FirstJoinTimestamp: number;
|
|
1558
|
-
/**
|
|
1559
|
-
* 最后一次退出房间的unix时间戳。
|
|
1560
|
-
*/
|
|
1561
|
-
LastQuitTimestamp: number;
|
|
1562
|
-
/**
|
|
1563
|
-
* 奖励次数。
|
|
1564
|
-
*/
|
|
1565
|
-
Rewords: number;
|
|
1566
|
-
/**
|
|
1567
|
-
* 用户IP。
|
|
1568
|
-
*/
|
|
1569
|
-
IPAddress?: string;
|
|
1570
|
-
/**
|
|
1571
|
-
* 用户位置信息。
|
|
1572
|
-
*/
|
|
1573
|
-
Location?: string;
|
|
1574
|
-
/**
|
|
1575
|
-
* 用户设备平台信息。0:unknown 1:windows 2:mac 3:android 4:ios 5:web 6:h5 7:miniprogram (小程序)
|
|
1576
|
-
*/
|
|
1577
|
-
Device?: number;
|
|
1684
|
+
export interface CreateGroupWithMembersResponse {
|
|
1578
1685
|
/**
|
|
1579
|
-
*
|
|
1686
|
+
* 创建成功群组ID
|
|
1580
1687
|
*/
|
|
1581
|
-
|
|
1688
|
+
GroupId?: string;
|
|
1582
1689
|
/**
|
|
1583
|
-
*
|
|
1584
|
-
|
|
1690
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1585
1691
|
*/
|
|
1586
|
-
|
|
1692
|
+
RequestId?: string;
|
|
1587
1693
|
}
|
|
1588
1694
|
/**
|
|
1589
1695
|
* BatchDeleteGroupMember请求参数结构体
|
|
@@ -1675,6 +1781,19 @@ export interface LoginUserRequest {
|
|
|
1675
1781
|
*/
|
|
1676
1782
|
UserId: string;
|
|
1677
1783
|
}
|
|
1784
|
+
/**
|
|
1785
|
+
* 每个选项答题人数统计
|
|
1786
|
+
*/
|
|
1787
|
+
export interface AnswerStat {
|
|
1788
|
+
/**
|
|
1789
|
+
* 选项(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB)
|
|
1790
|
+
*/
|
|
1791
|
+
Answer?: number;
|
|
1792
|
+
/**
|
|
1793
|
+
* 答题人数
|
|
1794
|
+
*/
|
|
1795
|
+
Count?: number;
|
|
1796
|
+
}
|
|
1678
1797
|
/**
|
|
1679
1798
|
* SetWatermark返回参数结构体
|
|
1680
1799
|
*/
|
|
@@ -1832,6 +1951,31 @@ coteaching 双师
|
|
|
1832
1951
|
*/
|
|
1833
1952
|
GroupId?: string;
|
|
1834
1953
|
}
|
|
1954
|
+
/**
|
|
1955
|
+
* 房间问答问题详情
|
|
1956
|
+
*/
|
|
1957
|
+
export interface AnswerInfo {
|
|
1958
|
+
/**
|
|
1959
|
+
* 用户名
|
|
1960
|
+
*/
|
|
1961
|
+
Name?: string;
|
|
1962
|
+
/**
|
|
1963
|
+
* 答案(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB)
|
|
1964
|
+
*/
|
|
1965
|
+
Answer?: number;
|
|
1966
|
+
/**
|
|
1967
|
+
* 答题用时
|
|
1968
|
+
*/
|
|
1969
|
+
CostTime?: number;
|
|
1970
|
+
/**
|
|
1971
|
+
* 用户ID
|
|
1972
|
+
*/
|
|
1973
|
+
UserId?: string;
|
|
1974
|
+
/**
|
|
1975
|
+
* 答案是否正确(1正确0错误)
|
|
1976
|
+
*/
|
|
1977
|
+
IsCorrect?: number;
|
|
1978
|
+
}
|
|
1835
1979
|
/**
|
|
1836
1980
|
* DescribeRoomStatistics请求参数结构体
|
|
1837
1981
|
*/
|
|
@@ -1884,6 +2028,50 @@ export interface LoginOriginIdResponse {
|
|
|
1884
2028
|
*/
|
|
1885
2029
|
RequestId?: string;
|
|
1886
2030
|
}
|
|
2031
|
+
/**
|
|
2032
|
+
* DescribeQuestionList返回参数结构体
|
|
2033
|
+
*/
|
|
2034
|
+
export interface DescribeQuestionListResponse {
|
|
2035
|
+
/**
|
|
2036
|
+
* 符合查询条件的房间问答问题总数
|
|
2037
|
+
*/
|
|
2038
|
+
Total?: number;
|
|
2039
|
+
/**
|
|
2040
|
+
* 房间问答问题列表
|
|
2041
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2042
|
+
*/
|
|
2043
|
+
QuestionInfo?: Array<QuestionInfo>;
|
|
2044
|
+
/**
|
|
2045
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2046
|
+
*/
|
|
2047
|
+
RequestId?: string;
|
|
2048
|
+
}
|
|
2049
|
+
/**
|
|
2050
|
+
* 房间问答答案详情
|
|
2051
|
+
*/
|
|
2052
|
+
export interface QuestionInfo {
|
|
2053
|
+
/**
|
|
2054
|
+
* 问题ID
|
|
2055
|
+
*/
|
|
2056
|
+
QuestionId?: string;
|
|
2057
|
+
/**
|
|
2058
|
+
* 问题内容
|
|
2059
|
+
*/
|
|
2060
|
+
QuestionContent?: string;
|
|
2061
|
+
/**
|
|
2062
|
+
* 倒计时答题设置的秒数(0 表示不计时)
|
|
2063
|
+
*/
|
|
2064
|
+
Duration?: number;
|
|
2065
|
+
/**
|
|
2066
|
+
* 正确答案(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB)
|
|
2067
|
+
*/
|
|
2068
|
+
CorrectAnswer?: number;
|
|
2069
|
+
/**
|
|
2070
|
+
* 每个选项答题人数统计
|
|
2071
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2072
|
+
*/
|
|
2073
|
+
AnswerStats?: Array<AnswerStat>;
|
|
2074
|
+
}
|
|
1887
2075
|
/**
|
|
1888
2076
|
* DescribeDeveloper请求参数结构体
|
|
1889
2077
|
*/
|
|
@@ -1940,24 +2128,13 @@ export interface DescribeSdkAppIdUsersRequest {
|
|
|
1940
2128
|
Limit?: number;
|
|
1941
2129
|
}
|
|
1942
2130
|
/**
|
|
1943
|
-
*
|
|
2131
|
+
* AddGroupMember返回参数结构体
|
|
1944
2132
|
*/
|
|
1945
|
-
export interface
|
|
1946
|
-
/**
|
|
1947
|
-
* 消息类型。0表示文本消息,1表示图片消息
|
|
1948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1949
|
-
*/
|
|
1950
|
-
MessageType?: number;
|
|
1951
|
-
/**
|
|
1952
|
-
* 文本消息内容。message type为0时有效。
|
|
1953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1954
|
-
*/
|
|
1955
|
-
TextMessage?: string;
|
|
2133
|
+
export interface AddGroupMemberResponse {
|
|
1956
2134
|
/**
|
|
1957
|
-
*
|
|
1958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2135
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1959
2136
|
*/
|
|
1960
|
-
|
|
2137
|
+
RequestId?: string;
|
|
1961
2138
|
}
|
|
1962
2139
|
/**
|
|
1963
2140
|
* CreateSupervisor返回参数结构体
|
|
@@ -2104,6 +2281,10 @@ export interface CreateRoomResponse {
|
|
|
2104
2281
|
* DescribeDeveloper返回参数结构体
|
|
2105
2282
|
*/
|
|
2106
2283
|
export interface DescribeDeveloperResponse {
|
|
2284
|
+
/**
|
|
2285
|
+
* 服务商ID
|
|
2286
|
+
*/
|
|
2287
|
+
DeveloperId?: string;
|
|
2107
2288
|
/**
|
|
2108
2289
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2109
2290
|
*/
|
|
@@ -128,11 +128,11 @@ export interface AttachCcnRequest {
|
|
|
128
128
|
*/
|
|
129
129
|
export interface CreateInstancesRequest {
|
|
130
130
|
/**
|
|
131
|
-
* 套餐ID
|
|
131
|
+
* 套餐ID。可以通过调用 [查询套餐](https://cloud.tencent.com/document/api/1207/47575) 接口获取。
|
|
132
132
|
*/
|
|
133
133
|
BundleId: string;
|
|
134
134
|
/**
|
|
135
|
-
* 镜像ID
|
|
135
|
+
* 镜像ID。可以通过调用 [查询镜像信息](https://cloud.tencent.com/document/api/1207/47689) 接口获取。
|
|
136
136
|
*/
|
|
137
137
|
BlueprintId: string;
|
|
138
138
|
/**
|
|
@@ -1639,7 +1639,7 @@ export interface CreateInstancesResponse {
|
|
|
1639
1639
|
|
|
1640
1640
|
可根据 DescribeInstances 接口查询返回的InstancesSet中对应实例的ID的状态来判断创建是否完成;如果实例状态由“启动中”变为“运行中”,则为创建成功。
|
|
1641
1641
|
*/
|
|
1642
|
-
InstanceIdSet
|
|
1642
|
+
InstanceIdSet?: Array<string>;
|
|
1643
1643
|
/**
|
|
1644
1644
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1645
1645
|
*/
|
|
@@ -52,7 +52,7 @@ export declare class Client extends AbstractClient {
|
|
|
52
52
|
*/
|
|
53
53
|
IsolateDBInstance(req: IsolateDBInstanceRequest, cb?: (error: string, rep: IsolateDBInstanceResponse) => void): Promise<IsolateDBInstanceResponse>;
|
|
54
54
|
/**
|
|
55
|
-
* 本接口 (InquirePriceModifyDBInstanceSpec)
|
|
55
|
+
* 本接口 (InquirePriceModifyDBInstanceSpec) 用于查询实例配置变更后的价格。
|
|
56
56
|
*/
|
|
57
57
|
InquirePriceModifyDBInstanceSpec(req: InquirePriceModifyDBInstanceSpecRequest, cb?: (error: string, rep: InquirePriceModifyDBInstanceSpecResponse) => void): Promise<InquirePriceModifyDBInstanceSpecResponse>;
|
|
58
58
|
/**
|
|
@@ -94,7 +94,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
94
94
|
return this.request("IsolateDBInstance", req, cb);
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
|
-
* 本接口 (InquirePriceModifyDBInstanceSpec)
|
|
97
|
+
* 本接口 (InquirePriceModifyDBInstanceSpec) 用于查询实例配置变更后的价格。
|
|
98
98
|
*/
|
|
99
99
|
async InquirePriceModifyDBInstanceSpec(req, cb) {
|
|
100
100
|
return this.request("InquirePriceModifyDBInstanceSpec", req, cb);
|
|
@@ -240,7 +240,7 @@ export interface DescribeSlowLogsRequest {
|
|
|
240
240
|
*/
|
|
241
241
|
Limit?: number;
|
|
242
242
|
/**
|
|
243
|
-
*
|
|
243
|
+
* 慢日志返回格式。默认返回原生慢日志格式,4.4及以上版本可设置为json。
|
|
244
244
|
*/
|
|
245
245
|
Format?: string;
|
|
246
246
|
}
|
|
@@ -678,12 +678,12 @@ export interface DescribeSlowLogsResponse {
|
|
|
678
678
|
/**
|
|
679
679
|
* 慢日志总数
|
|
680
680
|
*/
|
|
681
|
-
Count
|
|
681
|
+
Count?: number;
|
|
682
682
|
/**
|
|
683
683
|
* 慢日志详情
|
|
684
684
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
685
685
|
*/
|
|
686
|
-
SlowLogs
|
|
686
|
+
SlowLogs?: Array<string>;
|
|
687
687
|
/**
|
|
688
688
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
689
689
|
*/
|
|
@@ -694,7 +694,7 @@ export interface DescribeSlowLogsResponse {
|
|
|
694
694
|
*/
|
|
695
695
|
export interface InquirePriceModifyDBInstanceSpecRequest {
|
|
696
696
|
/**
|
|
697
|
-
* 实例ID,格式如:cmgo-
|
|
697
|
+
* 实例 ID,格式如:cmgo-p8vn****。与云数据库控制台页面中显示的实例ID相同。
|
|
698
698
|
*/
|
|
699
699
|
InstanceId: string;
|
|
700
700
|
/**
|
|
@@ -706,11 +706,11 @@ export interface InquirePriceModifyDBInstanceSpecRequest {
|
|
|
706
706
|
*/
|
|
707
707
|
Volume: number;
|
|
708
708
|
/**
|
|
709
|
-
*
|
|
709
|
+
* 实例节点数。默认为不变更节点数,暂不支持变更。
|
|
710
710
|
*/
|
|
711
711
|
NodeNum?: number;
|
|
712
712
|
/**
|
|
713
|
-
*
|
|
713
|
+
* 实例分片数。默认为不变更分片数,暂不支持变更。
|
|
714
714
|
*/
|
|
715
715
|
ReplicateSetNum?: number;
|
|
716
716
|
}
|
|
@@ -764,61 +764,61 @@ export interface BackupInfo {
|
|
|
764
764
|
*/
|
|
765
765
|
export interface DescribeDBInstancesRequest {
|
|
766
766
|
/**
|
|
767
|
-
* 实例ID列表,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID
|
|
767
|
+
* 实例ID列表,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同。
|
|
768
768
|
*/
|
|
769
769
|
InstanceIds?: Array<string>;
|
|
770
770
|
/**
|
|
771
|
-
*
|
|
771
|
+
* 实例类型。取值范围如下:<ul><li>0:所有实例。</li><li>1:正式实例。</li><li>2:临时实例。</li><li>3:只读实例。</li><li>-1:正式实例、只读、灾备实例。</li></ul>
|
|
772
772
|
*/
|
|
773
773
|
InstanceType?: number;
|
|
774
774
|
/**
|
|
775
|
-
*
|
|
775
|
+
* 集群类型,取值范围如下:<ul><li>0:副本集实例。</li><li>1:分片实例。</li><li>-1:所有实例。</li></ul>
|
|
776
776
|
*/
|
|
777
777
|
ClusterType?: number;
|
|
778
778
|
/**
|
|
779
|
-
*
|
|
779
|
+
* 实例状态,取值范围如下所示:<ul><li>0:待初始化。</li><li>1:流程执行中。</li><li>2:实例有效。</li><li>-2:已隔离(包年包月实例)。</li><li>-3:已隔离(按量计费实例)。</li></ul>
|
|
780
780
|
*/
|
|
781
781
|
Status?: Array<number>;
|
|
782
782
|
/**
|
|
783
|
-
* 私有网络的ID
|
|
783
|
+
* 私有网络的ID,基础网络则不传该参数。
|
|
784
784
|
*/
|
|
785
785
|
VpcId?: string;
|
|
786
786
|
/**
|
|
787
|
-
* 私有网络的子网ID,基础网络则不传该参数。入参设置该参数的同时,必须设置相应的VpcId
|
|
787
|
+
* 私有网络的子网ID,基础网络则不传该参数。入参设置该参数的同时,必须设置相应的VpcId。
|
|
788
788
|
*/
|
|
789
789
|
SubnetId?: string;
|
|
790
790
|
/**
|
|
791
|
-
*
|
|
791
|
+
* 付费类型,取值范围如下:<ul><li>0:查询按量计费实例。</li><li>1:查询包年包月实例。</li><li>-1:查询按量计费与包年包月实例。</li></ul>
|
|
792
792
|
*/
|
|
793
793
|
PayMode?: number;
|
|
794
794
|
/**
|
|
795
|
-
*
|
|
795
|
+
* 单次请求返回的数量。默认值为20,取值范围为[1,100]。
|
|
796
796
|
*/
|
|
797
797
|
Limit?: number;
|
|
798
798
|
/**
|
|
799
|
-
* 偏移量,默认值为0
|
|
799
|
+
* 偏移量,默认值为0。
|
|
800
800
|
*/
|
|
801
801
|
Offset?: number;
|
|
802
802
|
/**
|
|
803
|
-
* 返回结果集排序的字段,目前支持:"ProjectId"
|
|
803
|
+
* 返回结果集排序的字段,目前支持:"ProjectId"、"InstanceName"、"CreateTime",默认为升序排序。
|
|
804
804
|
*/
|
|
805
805
|
OrderBy?: string;
|
|
806
806
|
/**
|
|
807
|
-
* 返回结果集排序方式,目前支持:"ASC"或者"DESC"
|
|
807
|
+
* 返回结果集排序方式,目前支持:"ASC"或者"DESC"。
|
|
808
808
|
*/
|
|
809
809
|
OrderByType?: string;
|
|
810
810
|
/**
|
|
811
|
-
* 项目 ID
|
|
811
|
+
* 项目 ID。
|
|
812
812
|
*/
|
|
813
813
|
ProjectIds?: Array<number>;
|
|
814
814
|
/**
|
|
815
|
-
* 搜索关键词,支持实例ID、实例名称、完整IP
|
|
815
|
+
* 搜索关键词,支持实例ID、实例名称、完整IP。
|
|
816
816
|
*/
|
|
817
817
|
SearchKey?: string;
|
|
818
818
|
/**
|
|
819
|
-
* Tag
|
|
819
|
+
* Tag信息。
|
|
820
820
|
*/
|
|
821
|
-
Tags?: TagInfo
|
|
821
|
+
Tags?: Array<TagInfo>;
|
|
822
822
|
}
|
|
823
823
|
/**
|
|
824
824
|
* 云数据库实例当前操作
|
|
@@ -1406,7 +1406,7 @@ export interface InquirePriceModifyDBInstanceSpecResponse {
|
|
|
1406
1406
|
/**
|
|
1407
1407
|
* 价格。
|
|
1408
1408
|
*/
|
|
1409
|
-
Price
|
|
1409
|
+
Price?: DBInstancePrice;
|
|
1410
1410
|
/**
|
|
1411
1411
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1412
1412
|
*/
|
|
@@ -2085,11 +2085,11 @@ export interface TagInfo {
|
|
|
2085
2085
|
*/
|
|
2086
2086
|
export interface DescribeDBInstancesResponse {
|
|
2087
2087
|
/**
|
|
2088
|
-
*
|
|
2088
|
+
* 符合查询条件的实例总数。
|
|
2089
2089
|
*/
|
|
2090
2090
|
TotalCount: number;
|
|
2091
2091
|
/**
|
|
2092
|
-
*
|
|
2092
|
+
* 实例详细信息列表。
|
|
2093
2093
|
*/
|
|
2094
2094
|
InstanceDetails: Array<InstanceDetail>;
|
|
2095
2095
|
/**
|
|
@@ -681,6 +681,8 @@ export declare class Client extends AbstractClient {
|
|
|
681
681
|
MixedInvoiceOCR(req: MixedInvoiceOCRRequest, cb?: (error: string, rep: MixedInvoiceOCRResponse) => void): Promise<MixedInvoiceOCRResponse>;
|
|
682
682
|
/**
|
|
683
683
|
* 印尼身份证识别
|
|
684
|
+
|
|
685
|
+
默认接口请求频率限制:20次/秒。
|
|
684
686
|
*/
|
|
685
687
|
RecognizeIndonesiaIDCardOCR(req: RecognizeIndonesiaIDCardOCRRequest, cb?: (error: string, rep: RecognizeIndonesiaIDCardOCRResponse) => void): Promise<RecognizeIndonesiaIDCardOCRResponse>;
|
|
686
688
|
/**
|