tencentcloud-sdk-nodejs 4.0.528 → 4.0.530

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.
Files changed (82) hide show
  1. package/CHANGELOG.md +304 -0
  2. package/SERVICE_CHANGELOG.md +379 -37
  3. package/package.json +1 -1
  4. package/products.md +42 -41
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  7. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  8. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  9. package/src/services/clb/v20180317/clb_client.ts +1 -1
  10. package/src/services/clb/v20180317/clb_models.ts +31 -1
  11. package/src/services/cynosdb/v20190107/cynosdb_client.ts +18 -6
  12. package/src/services/cynosdb/v20190107/cynosdb_models.ts +25 -0
  13. package/src/services/es/v20180416/es_models.ts +5 -0
  14. package/src/services/ess/v20201111/ess_client.ts +23 -8
  15. package/src/services/ess/v20201111/ess_models.ts +58 -8
  16. package/src/services/essbasic/v20210526/essbasic_client.ts +39 -24
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +209 -153
  18. package/src/services/fmu/v20191213/fmu_models.ts +8 -6
  19. package/src/services/gme/v20180711/gme_models.ts +20 -14
  20. package/src/services/goosefs/index.ts +5 -0
  21. package/src/services/goosefs/v20220519/goosefs_client.ts +40 -0
  22. package/src/services/goosefs/v20220519/goosefs_models.ts +61 -0
  23. package/src/services/goosefs/v20220519/index.ts +6 -0
  24. package/src/services/index.ts +1 -0
  25. package/src/services/lcic/v20220817/lcic_client.ts +32 -6
  26. package/src/services/lcic/v20220817/lcic_models.ts +188 -7
  27. package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
  28. package/src/services/monitor/v20180724/monitor_client.ts +241 -55
  29. package/src/services/monitor/v20180724/monitor_models.ts +998 -339
  30. package/src/services/mps/v20190612/mps_models.ts +16 -1
  31. package/src/services/tcb/v20180608/tcb_models.ts +54 -30
  32. package/src/services/vpc/v20170312/vpc_client.ts +3 -2
  33. package/src/services/vpc/v20170312/vpc_models.ts +35 -2
  34. package/src/services/waf/v20180125/waf_models.ts +10 -10
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  38. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  39. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  40. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  41. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
  42. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +26 -1
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
  44. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
  45. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +22 -0
  46. package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
  47. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -3
  48. package/tencentcloud/services/ess/v20201111/ess_client.js +11 -3
  49. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +51 -8
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -8
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -9
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +180 -131
  53. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +4 -2
  54. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +18 -13
  55. package/tencentcloud/services/goosefs/index.d.ts +6 -0
  56. package/tencentcloud/services/goosefs/index.js +7 -0
  57. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +14 -0
  58. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +37 -0
  59. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +38 -0
  60. package/tencentcloud/services/goosefs/v20220519/goosefs_models.js +18 -0
  61. package/tencentcloud/services/goosefs/v20220519/index.d.ts +6 -0
  62. package/tencentcloud/services/goosefs/v20220519/index.js +9 -0
  63. package/tencentcloud/services/index.d.ts +1 -0
  64. package/tencentcloud/services/index.js +2 -0
  65. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +11 -3
  66. package/tencentcloud/services/lcic/v20220817/lcic_client.js +15 -3
  67. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +163 -6
  68. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
  69. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +75 -15
  70. package/tencentcloud/services/monitor/v20180724/monitor_client.js +111 -21
  71. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +807 -243
  72. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +13 -1
  73. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +50 -30
  74. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  75. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +32 -2
  76. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +10 -10
  77. package/test/cynosdb.v20190107.test.js +12 -2
  78. package/test/ess.v20201111.test.js +12 -2
  79. package/test/essbasic.v20210526.test.js +14 -4
  80. package/test/goosefs.v20220519.test.js +31 -0
  81. package/test/lcic.v20220817.test.js +22 -2
  82. package/test/monitor.v20180724.test.js +164 -14
@@ -194,14 +194,20 @@ export interface DescribeApplicationDataRequest {
194
194
  */
195
195
  export interface UserMicStatus {
196
196
  /**
197
- * 客户端用于标识用户的Openid。
197
+ * 开麦状态。1表示关闭麦克风,2表示打开麦克风。
198
198
  */
199
- Uid: number
199
+ EnableMic: number
200
200
 
201
201
  /**
202
- * 开麦状态。1表示关闭麦克风,2表示打开麦克风。
202
+ * 客户端用于标识用户的Openid。(Uid、StrUid必须填一个,优先处理StrUid。)
203
203
  */
204
- EnableMic: number
204
+ Uid?: number
205
+
206
+ /**
207
+ * 客户端用于标识字符串型用户的Openid。(Uid、StrUid必须填一个,优先处理StrUid。)
208
+ 注意:此字段可能返回 null,表示取不到有效值。
209
+ */
210
+ StrUid?: string
205
211
  }
206
212
 
207
213
  /**
@@ -358,11 +364,6 @@ export interface DeleteRoomMemberRequest {
358
364
  */
359
365
  RoomId: string
360
366
 
361
- /**
362
- * 要剔除的用户列表
363
- */
364
- Uids: Array<string>
365
-
366
367
  /**
367
368
  * 剔除类型 1-删除房间 2-剔除用户
368
369
  */
@@ -372,6 +373,11 @@ export interface DeleteRoomMemberRequest {
372
373
  * 应用id
373
374
  */
374
375
  BizId: number
376
+
377
+ /**
378
+ * 要剔除的用户列表
379
+ */
380
+ Uids?: Array<string>
375
381
  }
376
382
 
377
383
  /**
@@ -921,7 +927,7 @@ export interface DeleteRoomMemberResponse {
921
927
  /**
922
928
  * 剔除房间或成员的操作结果
923
929
  */
924
- DeleteResult: DeleteResult
930
+ DeleteResult?: DeleteResult
925
931
 
926
932
  /**
927
933
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1042,13 +1048,13 @@ export interface DescribeRoomInfoResponse {
1042
1048
  * 操作结果, 0成功, 非0失败
1043
1049
  注意:此字段可能返回 null,表示取不到有效值。
1044
1050
  */
1045
- Result: number
1051
+ Result?: number
1046
1052
 
1047
1053
  /**
1048
1054
  * 房间用户信息
1049
1055
  注意:此字段可能返回 null,表示取不到有效值。
1050
1056
  */
1051
- RoomUsers: Array<RoomUser>
1057
+ RoomUsers?: Array<RoomUser>
1052
1058
 
1053
1059
  /**
1054
1060
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1093,12 +1099,12 @@ export interface ModifyUserMicStatusResponse {
1093
1099
  /**
1094
1100
  * 返回结果:0为成功,非0为失败。
1095
1101
  */
1096
- Result: number
1102
+ Result?: number
1097
1103
 
1098
1104
  /**
1099
1105
  * 错误信息。
1100
1106
  */
1101
- ErrMsg: string
1107
+ ErrMsg?: string
1102
1108
 
1103
1109
  /**
1104
1110
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -0,0 +1,5 @@
1
+ import { v20220519 } from "./v20220519"
2
+
3
+ export const goosefs = {
4
+ v20220519: v20220519,
5
+ }
@@ -0,0 +1,40 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import { CreateDataRepositoryTaskRequest, CreateDataRepositoryTaskResponse } from "./goosefs_models"
21
+
22
+ /**
23
+ * goosefs client
24
+ * @class
25
+ */
26
+ export class Client extends AbstractClient {
27
+ constructor(clientConfig: ClientConfig) {
28
+ super("goosefs.tencentcloudapi.com", "2022-05-19", clientConfig)
29
+ }
30
+
31
+ /**
32
+ * 创建数据流通任务,包括从将文件系统的数据上传到存储桶下, 以及从存储桶下载到文件系统里。
33
+ */
34
+ async CreateDataRepositoryTask(
35
+ req: CreateDataRepositoryTaskRequest,
36
+ cb?: (error: string, rep: CreateDataRepositoryTaskResponse) => void
37
+ ): Promise<CreateDataRepositoryTaskResponse> {
38
+ return this.request("CreateDataRepositoryTask", req, cb)
39
+ }
40
+ }
@@ -0,0 +1,61 @@
1
+ /*
2
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing,
11
+ * software distributed under the License is distributed on an
12
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13
+ * KIND, either express or implied. See the License for the
14
+ * specific language governing permissions and limitations
15
+ * under the License.
16
+ */
17
+
18
+ /**
19
+ * CreateDataRepositoryTask请求参数结构体
20
+ */
21
+ export interface CreateDataRepositoryTaskRequest {
22
+ /**
23
+ * 数据流通任务类型, FS_TO_COS(文件系统到COS Bucket),或者Bucket到文件系统(COS_TO_FS)
24
+ */
25
+ TaskType: string
26
+
27
+ /**
28
+ * bucket名
29
+ */
30
+ Bucket: string
31
+
32
+ /**
33
+ * 文件系统ID
34
+ */
35
+ FileSystemId: string
36
+
37
+ /**
38
+ * 对于FS_TO_COS, TaskPath是Bucket映射目录的相对路径, 对于COS_TO_FS是COS上的路径。如果置位空, 则表示全部数据
39
+ */
40
+ TaskPath: string
41
+
42
+ /**
43
+ * 任务名称
44
+ */
45
+ TaskName: string
46
+ }
47
+
48
+ /**
49
+ * CreateDataRepositoryTask返回参数结构体
50
+ */
51
+ export interface CreateDataRepositoryTaskResponse {
52
+ /**
53
+ * 任务ID
54
+ */
55
+ TaskId: string
56
+
57
+ /**
58
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
59
+ */
60
+ RequestId?: string
61
+ }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./goosefs_models"
2
+ import { Client } from "./goosefs_client"
3
+ export const v20220519 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -96,6 +96,7 @@ export { fmu } from "./fmu"
96
96
  export { ft } from "./ft"
97
97
  export { gaap } from "./gaap"
98
98
  export { gme } from "./gme"
99
+ export { goosefs } from "./goosefs"
99
100
  export { gpm } from "./gpm"
100
101
  export { gs } from "./gs"
101
102
  export { gse } from "./gse"
@@ -20,17 +20,22 @@ import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  CreateRoomRequest,
22
22
  SetAppCustomContentRequest,
23
+ ModifyRoomResponse,
23
24
  UnbindDocumentFromRoomResponse,
24
25
  DescribeUserRequest,
25
26
  CreateDocumentResponse,
26
27
  DescribeRoomStatisticsRequest,
27
28
  BindDocumentToRoomRequest,
28
29
  CreateDocumentRequest,
30
+ ModifyRoomRequest,
31
+ BatchUserInfo,
29
32
  SetAppCustomContentResponse,
30
33
  LoginOriginIdResponse,
34
+ BatchUserRequest,
31
35
  LoginUserResponse,
32
36
  DescribeAppDetailRequest,
33
37
  ModifyAppResponse,
38
+ BatchRegisterRequest,
34
39
  DescribeRoomResponse,
35
40
  DeleteRoomResponse,
36
41
  AppCustomContent,
@@ -46,6 +51,7 @@ import {
46
51
  UnbindDocumentFromRoomRequest,
47
52
  LoginOriginIdRequest,
48
53
  AppConfig,
54
+ BatchRegisterResponse,
49
55
  LoginUserRequest,
50
56
  BindDocumentToRoomResponse,
51
57
  CreateRoomResponse,
@@ -83,6 +89,16 @@ export class Client extends AbstractClient {
83
89
  return this.request("CreateDocument", req, cb)
84
90
  }
85
91
 
92
+ /**
93
+ * 修改应用
94
+ */
95
+ async ModifyApp(
96
+ req: ModifyAppRequest,
97
+ cb?: (error: string, rep: ModifyAppResponse) => void
98
+ ): Promise<ModifyAppResponse> {
99
+ return this.request("ModifyApp", req, cb)
100
+ }
101
+
86
102
  /**
87
103
  * 设置应用的自定义内容,包括应用图标,自定义的代码等。如果已存在,则为更新。更新js、css内容后,要生效也需要调用该接口
88
104
  */
@@ -113,6 +129,16 @@ export class Client extends AbstractClient {
113
129
  return this.request("DeleteRoom", req, cb)
114
130
  }
115
131
 
132
+ /**
133
+ * 修改房间
134
+ */
135
+ async ModifyRoom(
136
+ req: ModifyRoomRequest,
137
+ cb?: (error: string, rep: ModifyRoomResponse) => void
138
+ ): Promise<ModifyRoomResponse> {
139
+ return this.request("ModifyRoom", req, cb)
140
+ }
141
+
116
142
  /**
117
143
  * 文档从房间解绑
118
144
  */
@@ -154,13 +180,13 @@ export class Client extends AbstractClient {
154
180
  }
155
181
 
156
182
  /**
157
- * 修改应用
183
+ * 如果批量注册的用户已存在,则会被覆盖。一次最多注册1000个用户。默认请求频率限制:10次/秒
158
184
  */
159
- async ModifyApp(
160
- req: ModifyAppRequest,
161
- cb?: (error: string, rep: ModifyAppResponse) => void
162
- ): Promise<ModifyAppResponse> {
163
- return this.request("ModifyApp", req, cb)
185
+ async BatchRegister(
186
+ req: BatchRegisterRequest,
187
+ cb?: (error: string, rep: BatchRegisterResponse) => void
188
+ ): Promise<BatchRegisterResponse> {
189
+ return this.request("BatchRegister", req, cb)
164
190
  }
165
191
 
166
192
  /**
@@ -61,7 +61,7 @@ coteaching 双师
61
61
  SubType: string
62
62
 
63
63
  /**
64
- * 老师ID。通过[注册用户]接口获取的UserId
64
+ * 老师ID。通过[注册用户]接口获取的UserId。指定后该用户在房间内拥有老师权限。
65
65
  */
66
66
  TeacherId?: string
67
67
 
@@ -88,7 +88,7 @@ coteaching 双师
88
88
  DisableRecord?: number
89
89
 
90
90
  /**
91
- * 助教Id列表。通过[注册用户]接口获取的UserId
91
+ * 助教Id列表。通过[注册用户]接口获取的UserId。指定后该用户在房间内拥有助教权限。
92
92
  */
93
93
  Assistants?: Array<string>
94
94
 
@@ -113,6 +113,16 @@ export interface SetAppCustomContentRequest {
113
113
  SdkAppId: number
114
114
  }
115
115
 
116
+ /**
117
+ * ModifyRoom返回参数结构体
118
+ */
119
+ export interface ModifyRoomResponse {
120
+ /**
121
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
122
+ */
123
+ RequestId?: string
124
+ }
125
+
116
126
  /**
117
127
  * UnbindDocumentFromRoom返回参数结构体
118
128
  */
@@ -239,6 +249,117 @@ export interface CreateDocumentRequest {
239
249
  DocumentSize?: number
240
250
  }
241
251
 
252
+ /**
253
+ * ModifyRoom请求参数结构体
254
+ */
255
+ export interface ModifyRoomRequest {
256
+ /**
257
+ * 房间ID。
258
+ */
259
+ RoomId: number
260
+
261
+ /**
262
+ * 低代码互动课堂的SdkAppId
263
+ */
264
+ SdkAppId: number
265
+
266
+ /**
267
+ * 预定的房间开始时间,unix时间戳。直播开始后不允许修改。
268
+ */
269
+ StartTime?: number
270
+
271
+ /**
272
+ * 预定的房间结束时间,unix时间戳。直播开始后不允许修改。
273
+ */
274
+ EndTime?: number
275
+
276
+ /**
277
+ * 老师ID。直播开始后不允许修改。
278
+ */
279
+ TeacherId?: string
280
+
281
+ /**
282
+ * 房间名称。
283
+ */
284
+ Name?: string
285
+
286
+ /**
287
+ * 分辨率。可以有如下取值:
288
+ 1 标清
289
+ 2 高清
290
+ 3 全高清
291
+ 直播开始后不允许修改。
292
+ */
293
+ Resolution?: number
294
+
295
+ /**
296
+ * 最大连麦人数(不包括老师)。取值范围[0, 17)
297
+ 直播开始后不允许修改。
298
+ */
299
+ MaxMicNumber?: number
300
+
301
+ /**
302
+ * 进入房间时是否自动连麦。可以有以下取值:
303
+ 0 不自动连麦(默认值)
304
+ 1 自动连麦
305
+ 直播开始后不允许修改。
306
+ */
307
+ AutoMic?: number
308
+
309
+ /**
310
+ * 高音质模式。可以有以下取值:
311
+ 0 不开启高音质(默认值)
312
+ 1 开启高音质
313
+ 直播开始后不允许修改。
314
+ */
315
+ AudioQuality?: number
316
+
317
+ /**
318
+ * 房间子类型,可以有以下取值:
319
+ videodoc 文档+视频
320
+ video 纯视频
321
+ coteaching 双师
322
+ 直播开始后不允许修改。
323
+ */
324
+ SubType?: string
325
+
326
+ /**
327
+ * 禁止录制。可以有以下取值:
328
+ 0 不禁止录制(默认值)
329
+ 1 禁止录制
330
+ 直播开始后不允许修改。
331
+ */
332
+ DisableRecord?: number
333
+
334
+ /**
335
+ * 助教Id列表。直播开始后不允许修改。
336
+ */
337
+ Assistants?: Array<string>
338
+ }
339
+
340
+ /**
341
+ * 批量注册用户信息
342
+ */
343
+ export interface BatchUserInfo {
344
+ /**
345
+ * 低代码互动课堂的SdkAppId。
346
+
347
+ */
348
+ SdkAppId?: number
349
+
350
+ /**
351
+ * 用户ID。
352
+ 注意:此字段可能返回 null,表示取不到有效值。
353
+ */
354
+ UserId?: string
355
+
356
+ /**
357
+ * 用户在客户系统的Id。 若用户注册时该字段为空,则默认为 UserId 值一致。
358
+ 注意:此字段可能返回 null,表示取不到有效值。
359
+ */
360
+ OriginId?: string
361
+ }
362
+
242
363
  /**
243
364
  * SetAppCustomContent返回参数结构体
244
365
  */
@@ -269,6 +390,39 @@ export interface LoginOriginIdResponse {
269
390
  RequestId?: string
270
391
  }
271
392
 
393
+ /**
394
+ * 用户注册请求信息
395
+ */
396
+ export interface BatchUserRequest {
397
+ /**
398
+ * 低代码互动课堂的SdkAppId。
399
+
400
+ 注意:此字段可能返回 null,表示取不到有效值。
401
+ */
402
+ SdkAppId: number
403
+
404
+ /**
405
+ * 用户名称。
406
+
407
+ 注意:此字段可能返回 null,表示取不到有效值。
408
+ */
409
+ Name?: string
410
+
411
+ /**
412
+ * 用户在客户系统的Id,需要在同一应用下唯一。
413
+
414
+ 注意:此字段可能返回 null,表示取不到有效值。
415
+ */
416
+ OriginId?: string
417
+
418
+ /**
419
+ * 用户头像。
420
+
421
+ 注意:此字段可能返回 null,表示取不到有效值。
422
+ */
423
+ Avatar?: string
424
+ }
425
+
272
426
  /**
273
427
  * LoginUser返回参数结构体
274
428
  */
@@ -294,8 +448,9 @@ export interface LoginUserResponse {
294
448
  */
295
449
  export interface DescribeAppDetailRequest {
296
450
  /**
297
- * 应用ID
298
- */
451
+ * 应用ID。低代码互动课堂的SdkAppId。
452
+
453
+ */
299
454
  ApplicationId: string
300
455
 
301
456
  /**
@@ -314,6 +469,16 @@ export interface ModifyAppResponse {
314
469
  RequestId?: string
315
470
  }
316
471
 
472
+ /**
473
+ * BatchRegister请求参数结构体
474
+ */
475
+ export interface BatchRegisterRequest {
476
+ /**
477
+ * 批量注册用户信息列表
478
+ */
479
+ Users: Array<BatchUserRequest>
480
+ }
481
+
317
482
  /**
318
483
  * DescribeRoom返回参数结构体
319
484
  */
@@ -334,7 +499,7 @@ export interface DescribeRoomResponse {
334
499
  EndTime?: number
335
500
 
336
501
  /**
337
- * 老师ID
502
+ * 老师的UserId
338
503
  */
339
504
  TeacherId?: string
340
505
 
@@ -387,7 +552,7 @@ coteaching 双师
387
552
  DisableRecord?: number
388
553
 
389
554
  /**
390
- * 助教Id列表。
555
+ * 助教UserId列表。
391
556
  注意:此字段可能返回 null,表示取不到有效值。
392
557
  */
393
558
  Assistants?: Array<string>
@@ -524,7 +689,7 @@ export interface RegisterUserResponse {
524
689
  */
525
690
  export interface DescribeAppDetailResponse {
526
691
  /**
527
- * SdkAppId
692
+ * SDK 对应的AppId
528
693
  */
529
694
  SdkAppId?: string
530
695
 
@@ -664,6 +829,22 @@ export interface LoginOriginIdRequest {
664
829
  */
665
830
  export type AppConfig = null
666
831
 
832
+ /**
833
+ * BatchRegister返回参数结构体
834
+ */
835
+ export interface BatchRegisterResponse {
836
+ /**
837
+ * 注册成功的用户列表
838
+ 注意:此字段可能返回 null,表示取不到有效值。
839
+ */
840
+ Users?: Array<BatchUserInfo>
841
+
842
+ /**
843
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
844
+ */
845
+ RequestId?: string
846
+ }
847
+
667
848
  /**
668
849
  * LoginUser请求参数结构体
669
850
  */
@@ -1699,12 +1699,12 @@ export interface DescribeDisksResponse {
1699
1699
  /**
1700
1700
  * 云硬盘信息列表。
1701
1701
  */
1702
- DiskSet: Array<Disk>
1702
+ DiskSet?: Array<Disk>
1703
1703
 
1704
1704
  /**
1705
1705
  * 符合条件的云硬盘信息数量。
1706
1706
  */
1707
- TotalCount: number
1707
+ TotalCount?: number
1708
1708
 
1709
1709
  /**
1710
1710
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。