tencentcloud-sdk-nodejs 4.0.616 → 4.0.618

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 (74) hide show
  1. package/CHANGELOG.md +353 -0
  2. package/SERVICE_CHANGELOG.md +398 -196
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
  7. package/src/services/apigateway/v20180808/apigateway_client.ts +3 -1
  8. package/src/services/apigateway/v20180808/apigateway_models.ts +132 -5
  9. package/src/services/ccc/v20200210/ccc_models.ts +1 -1
  10. package/src/services/cdn/v20180606/cdn_models.ts +9 -0
  11. package/src/services/cdwch/v20200915/cdwch_client.ts +21 -8
  12. package/src/services/cdwch/v20200915/cdwch_models.ts +131 -61
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +3 -2
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +55 -27
  15. package/src/services/cls/v20201016/cls_client.ts +1 -1
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +10 -4
  17. package/src/services/dbbrain/v20191016/dbbrain_models.ts +5 -0
  18. package/src/services/dcdb/v20180411/dcdb_client.ts +1 -1
  19. package/src/services/dnspod/v20210323/dnspod_models.ts +42 -0
  20. package/src/services/dts/v20180330/dts_models.ts +1 -1
  21. package/src/services/ess/v20201111/ess_client.ts +110 -49
  22. package/src/services/ess/v20201111/ess_models.ts +292 -61
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +26 -13
  25. package/src/services/mariadb/v20170312/mariadb_client.ts +1 -1
  26. package/src/services/monitor/v20180724/monitor_models.ts +10 -0
  27. package/src/services/mps/v20190612/mps_client.ts +2 -0
  28. package/src/services/mps/v20190612/mps_models.ts +72 -5
  29. package/src/services/ocr/v20181119/ocr_models.ts +5 -4
  30. package/src/services/organization/v20210331/organization_client.ts +39 -3
  31. package/src/services/organization/v20210331/organization_models.ts +163 -14
  32. package/src/services/postgres/v20170312/postgres_models.ts +14 -6
  33. package/src/services/ses/v20201002/ses_models.ts +2 -2
  34. package/src/services/tke/v20180525/tke_models.ts +5 -0
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
  38. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  39. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +111 -5
  40. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
  41. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
  42. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +7 -3
  43. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +9 -3
  44. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +111 -52
  45. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  46. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +47 -23
  47. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  48. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  49. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +9 -4
  50. package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +4 -0
  51. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +1 -1
  52. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +1 -1
  53. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +35 -0
  54. package/tencentcloud/services/dts/v20180330/dts_models.d.ts +1 -1
  55. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +42 -22
  56. package/tencentcloud/services/ess/v20201111/ess_client.js +56 -26
  57. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +252 -55
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +19 -8
  61. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +1 -1
  62. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +1 -1
  63. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +8 -0
  64. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +62 -5
  65. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -4
  66. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +13 -1
  67. package/tencentcloud/services/organization/v20210331/organization_client.js +18 -0
  68. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +141 -14
  69. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +12 -5
  70. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
  71. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  72. package/test/cdwch.v20200915.test.js +12 -2
  73. package/test/ess.v20201111.test.js +60 -10
  74. package/test/organization.v20210331.test.js +30 -0
@@ -15,6 +15,16 @@
15
15
  * under the License.
16
16
  */
17
17
 
18
+ /**
19
+ * ModifyIntegrationDepartment返回参数结构体
20
+ */
21
+ export interface ModifyIntegrationDepartmentResponse {
22
+ /**
23
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
24
+ */
25
+ RequestId?: string
26
+ }
27
+
18
28
  /**
19
29
  * CancelFlow返回参数结构体
20
30
  */
@@ -157,6 +167,21 @@ true:做透明化处理和颜色增强。
157
167
  FileId?: string
158
168
  }
159
169
 
170
+ /**
171
+ * DescribeIntegrationDepartments返回参数结构体
172
+ */
173
+ export interface DescribeIntegrationDepartmentsResponse {
174
+ /**
175
+ * 部门列表
176
+ */
177
+ Departments?: Array<IntegrationDepartment>
178
+
179
+ /**
180
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
181
+ */
182
+ RequestId?: string
183
+ }
184
+
160
185
  /**
161
186
  * 模板中文件的信息结构
162
187
  */
@@ -365,6 +390,16 @@ export interface DisableUserAutoSignResponse {
365
390
  RequestId?: string
366
391
  }
367
392
 
393
+ /**
394
+ * CancelUserAutoSignEnableUrl返回参数结构体
395
+ */
396
+ export interface CancelUserAutoSignEnableUrlResponse {
397
+ /**
398
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
399
+ */
400
+ RequestId?: string
401
+ }
402
+
368
403
  /**
369
404
  * BindEmployeeUserIdWithClientOpenId返回参数结构体
370
405
  */
@@ -401,38 +436,36 @@ export interface CreateIntegrationEmployeesRequest {
401
436
  }
402
437
 
403
438
  /**
404
- * CreateConvertTaskApi请求参数结构体
439
+ * DescribeIntegrationRoles请求参数结构体
405
440
  */
406
- export interface CreateConvertTaskApiRequest {
407
- /**
408
- * 资源类型 取值范围doc,docx,html,xls,xlsx之一
409
- */
410
- ResourceType: string
411
-
441
+ export interface DescribeIntegrationRolesRequest {
412
442
  /**
413
- * 资源名称,长度限制为256字符
443
+ * 操作人信息
414
444
  */
415
- ResourceName: string
445
+ Operator: UserInfo
416
446
 
417
447
  /**
418
- * 资源Id,通过UploadFiles获取
448
+ * 返回最大数量,最大为200
419
449
  */
420
- ResourceId: string
450
+ Limit: number
421
451
 
422
452
  /**
423
- * 调用方用户信息,userId 必填
453
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
424
454
  */
425
- Operator?: UserInfo
455
+ Agent?: Agent
426
456
 
427
457
  /**
428
- * 应用号信息
429
- */
430
- Agent?: Agent
458
+ * 查询的关键字段:
459
+ Key:"RoleType",Values:["1"]查询系统角色,Values:["2"]查询自定义角色
460
+ Key:"RoleStatus",Values:["1"]查询启用角色,Values:["2"]查询禁用角色
461
+ Key:"IsGroupRole",Values:["0"],查询非集团角色,Values:["1"]表示查询集团角色
462
+ */
463
+ Filters?: Array<Filter>
431
464
 
432
465
  /**
433
- * 暂未开放
466
+ * 偏移量,默认为0,最大为2000
434
467
  */
435
- Organization?: OrganizationInfo
468
+ Offset?: number
436
469
  }
437
470
 
438
471
  /**
@@ -528,36 +561,38 @@ export interface AuthorizedUser {
528
561
  }
529
562
 
530
563
  /**
531
- * DescribeIntegrationRoles请求参数结构体
564
+ * CreateConvertTaskApi请求参数结构体
532
565
  */
533
- export interface DescribeIntegrationRolesRequest {
566
+ export interface CreateConvertTaskApiRequest {
534
567
  /**
535
- * 操作人信息
568
+ * 资源类型 支持doc,docx,html,xls,xlsx,jpg,jpeg,png,bmp文件类型
536
569
  */
537
- Operator: UserInfo
570
+ ResourceType: string
538
571
 
539
572
  /**
540
- * 返回最大数量,最大为200
573
+ * 资源名称,长度限制为256字符
541
574
  */
542
- Limit: number
575
+ ResourceName: string
543
576
 
544
577
  /**
545
- * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
578
+ * 资源Id,通过UploadFiles获取
546
579
  */
547
- Agent?: Agent
580
+ ResourceId: string
548
581
 
549
582
  /**
550
- * 查询的关键字段:
551
- Key:"RoleType",Values:["1"]查询系统角色,Values:["2"]查询自定义角色
552
- Key:"RoleStatus",Values:["1"]查询启用角色,Values:["2"]查询禁用角色
553
- Key:"IsGroupRole",Values:["0"],查询非集团角色,Values:["1"]表示查询集团角色
554
- */
555
- Filters?: Array<Filter>
583
+ * 调用方用户信息,userId 必填
584
+ */
585
+ Operator?: UserInfo
556
586
 
557
587
  /**
558
- * 偏移量,默认为0,最大为2000
588
+ * 应用号信息
559
589
  */
560
- Offset?: number
590
+ Agent?: Agent
591
+
592
+ /**
593
+ * 暂未开放
594
+ */
595
+ Organization?: OrganizationInfo
561
596
  }
562
597
 
563
598
  /**
@@ -1161,6 +1196,16 @@ APP:第三方APP或小程序跳转电子签小程序的path。
1161
1196
  Agent?: Agent
1162
1197
  }
1163
1198
 
1199
+ /**
1200
+ * DeleteIntegrationDepartment返回参数结构体
1201
+ */
1202
+ export interface DeleteIntegrationDepartmentResponse {
1203
+ /**
1204
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1205
+ */
1206
+ RequestId?: string
1207
+ }
1208
+
1164
1209
  /**
1165
1210
  * 自动签开启、签署相关配置
1166
1211
  */
@@ -1257,6 +1302,46 @@ export interface BindEmployeeUserIdWithClientOpenIdRequest {
1257
1302
  OpenId: string
1258
1303
  }
1259
1304
 
1305
+ /**
1306
+ * DescribeIntegrationDepartments请求参数结构体
1307
+ */
1308
+ export interface DescribeIntegrationDepartmentsRequest {
1309
+ /**
1310
+ * 操作人信息,UserId必填且需拥有组织架构管理权限
1311
+ */
1312
+ Operator: UserInfo
1313
+
1314
+ /**
1315
+ * 查询类型 0-查询单个部门节点 1-单个部门节点及一级子节点部门列表
1316
+ */
1317
+ QueryType: number
1318
+
1319
+ /**
1320
+ * 部门ID,与DeptOpenId二选一,优先DeptId,都为空时获取根节点数据
1321
+ */
1322
+ DeptId?: string
1323
+
1324
+ /**
1325
+ * 客户系统部门ID,与DeptId二选一,优先DeptId,都为空时获取根节点数据
1326
+ */
1327
+ DeptOpenId?: string
1328
+ }
1329
+
1330
+ /**
1331
+ * CreateIntegrationDepartment返回参数结构体
1332
+ */
1333
+ export interface CreateIntegrationDepartmentResponse {
1334
+ /**
1335
+ * 电子签部门ID
1336
+ */
1337
+ DeptId?: string
1338
+
1339
+ /**
1340
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1341
+ */
1342
+ RequestId?: string
1343
+ }
1344
+
1260
1345
  /**
1261
1346
  * DeleteSealPolicies返回参数结构体
1262
1347
  */
@@ -2189,6 +2274,41 @@ export interface DescribeFileUrlsResponse {
2189
2274
  RequestId?: string
2190
2275
  }
2191
2276
 
2277
+ /**
2278
+ * CreateIntegrationDepartment请求参数结构体
2279
+ */
2280
+ export interface CreateIntegrationDepartmentRequest {
2281
+ /**
2282
+ * 操作人信息,UserId必填且需拥有组织架构管理权限
2283
+ */
2284
+ Operator: UserInfo
2285
+
2286
+ /**
2287
+ * 部门名称,不超过50个字符
2288
+ */
2289
+ DeptName: string
2290
+
2291
+ /**
2292
+ * 电子签父部门ID,与ParentDeptOpenId二选一,优先ParentDeptId,都为空时自动填充至根节点下
2293
+ */
2294
+ ParentDeptId?: string
2295
+
2296
+ /**
2297
+ * 第三方平台中父部门ID,与ParentDeptId二选一,优先ParentDeptId,都为空时自动填充至根节点下
2298
+ */
2299
+ ParentDeptOpenId?: string
2300
+
2301
+ /**
2302
+ * 客户系统部门ID,不超过64个字符
2303
+ */
2304
+ DeptOpenId?: string
2305
+
2306
+ /**
2307
+ * 排序号,1~30000范围内
2308
+ */
2309
+ OrderNo?: number
2310
+ }
2311
+
2192
2312
  /**
2193
2313
  * 成员企业信息
2194
2314
  */
@@ -2974,6 +3094,41 @@ export interface CreateFlowSignReviewResponse {
2974
3094
  RequestId?: string
2975
3095
  }
2976
3096
 
3097
+ /**
3098
+ * ModifyIntegrationDepartment请求参数结构体
3099
+ */
3100
+ export interface ModifyIntegrationDepartmentRequest {
3101
+ /**
3102
+ * 操作人信息,UserId必填且需拥有组织架构管理权限
3103
+ */
3104
+ Operator: UserInfo
3105
+
3106
+ /**
3107
+ * 电子签部门ID
3108
+ */
3109
+ DeptId: string
3110
+
3111
+ /**
3112
+ * 电子签父部门ID
3113
+ */
3114
+ ParentDeptId?: string
3115
+
3116
+ /**
3117
+ * 部门名称,不超过50个字符
3118
+ */
3119
+ DeptName?: string
3120
+
3121
+ /**
3122
+ * 客户系统部门ID,不超过64个字符
3123
+ */
3124
+ DeptOpenId?: string
3125
+
3126
+ /**
3127
+ * 排序号,1~30000范围内
3128
+ */
3129
+ OrderNo?: number
3130
+ }
3131
+
2977
3132
  /**
2978
3133
  * 查询过滤条件
2979
3134
  */
@@ -3083,6 +3238,27 @@ export interface RemindFlowRecords {
3083
3238
  RemindMessage: string
3084
3239
  }
3085
3240
 
3241
+ /**
3242
+ * CancelUserAutoSignEnableUrl请求参数结构体
3243
+ */
3244
+ export interface CancelUserAutoSignEnableUrlRequest {
3245
+ /**
3246
+ * 操作人信息,UseId必填
3247
+ */
3248
+ Operator: UserInfo
3249
+
3250
+ /**
3251
+ * 自动签场景: E_PRESCRIPTION_AUTO_SIGN 电子处方
3252
+ */
3253
+ SceneKey: string
3254
+
3255
+ /**
3256
+ * 指定撤销链接的用户指定撤销链接的用户信息,包含姓名、证件类型、证件号码。
3257
+
3258
+ */
3259
+ UserInfo: UserThreeFactor
3260
+ }
3261
+
3086
3262
  /**
3087
3263
  * 创建员工的失败数据
3088
3264
  */
@@ -3389,6 +3565,26 @@ export interface CancelMultiFlowSignQRCodeRequest {
3389
3565
  Agent?: Agent
3390
3566
  }
3391
3567
 
3568
+ /**
3569
+ * DeleteIntegrationDepartment请求参数结构体
3570
+ */
3571
+ export interface DeleteIntegrationDepartmentRequest {
3572
+ /**
3573
+ * 操作人信息,UserId必填且需拥有组织架构管理权限
3574
+ */
3575
+ Operator: UserInfo
3576
+
3577
+ /**
3578
+ * 电子签中的部门id
3579
+ */
3580
+ DeptId: string
3581
+
3582
+ /**
3583
+ * 交接部门ID。待删除部门中的合同、印章和模版数据,交接至该部门ID下,未填写交接至公司根部门。
3584
+ */
3585
+ ReceiveDeptId?: string
3586
+ }
3587
+
3392
3588
  /**
3393
3589
  * ModifyApplicationCallbackInfo请求参数结构体
3394
3590
  */
@@ -3913,6 +4109,41 @@ KEYWORD 关键字,使用ComponentId指定关键字
3913
4109
  KeywordIndexes?: Array<number>
3914
4110
  }
3915
4111
 
4112
+ /**
4113
+ * 部门信息
4114
+ */
4115
+ export interface IntegrationDepartment {
4116
+ /**
4117
+ * 部门ID
4118
+ 注意:此字段可能返回 null,表示取不到有效值。
4119
+ */
4120
+ DeptId?: string
4121
+
4122
+ /**
4123
+ * 部门名
4124
+ 注意:此字段可能返回 null,表示取不到有效值。
4125
+ */
4126
+ DeptName?: string
4127
+
4128
+ /**
4129
+ * 父部门ID
4130
+ 注意:此字段可能返回 null,表示取不到有效值。
4131
+ */
4132
+ ParentDeptId?: string
4133
+
4134
+ /**
4135
+ * 客户系统部门ID
4136
+ 注意:此字段可能返回 null,表示取不到有效值。
4137
+ */
4138
+ DeptOpenId?: string
4139
+
4140
+ /**
4141
+ * 序列号
4142
+ 注意:此字段可能返回 null,表示取不到有效值。
4143
+ */
4144
+ OrderNo?: number
4145
+ }
4146
+
3916
4147
  /**
3917
4148
  * DescribeIntegrationRoles返回参数结构体
3918
4149
  */
@@ -4346,32 +4577,13 @@ export interface DescribeFlowInfoResponse {
4346
4577
  }
4347
4578
 
4348
4579
  /**
4349
- * 抄送信息
4580
+ * CancelMultiFlowSignQRCode返回参数结构体
4350
4581
  */
4351
- export interface CcInfo {
4352
- /**
4353
- * 被抄送人手机号,11位数字
4354
- */
4355
- Mobile?: string
4356
-
4582
+ export interface CancelMultiFlowSignQRCodeResponse {
4357
4583
  /**
4358
- * 被抄送人姓名
4584
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4359
4585
  */
4360
- Name?: string
4361
-
4362
- /**
4363
- * 被抄送人类型,
4364
- 0--个人
4365
- 1--员工
4366
- */
4367
- CcType?: number
4368
-
4369
- /**
4370
- * 被抄送人权限
4371
- 0--可查看
4372
- 1--可查看也可下载
4373
- */
4374
- CcPermission?: number
4586
+ RequestId?: string
4375
4587
  }
4376
4588
 
4377
4589
  /**
@@ -4548,11 +4760,30 @@ export interface DescribeOrganizationGroupOrganizationsResponse {
4548
4760
  }
4549
4761
 
4550
4762
  /**
4551
- * CancelMultiFlowSignQRCode返回参数结构体
4763
+ * 抄送信息
4552
4764
  */
4553
- export interface CancelMultiFlowSignQRCodeResponse {
4765
+ export interface CcInfo {
4554
4766
  /**
4555
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4767
+ * 被抄送人手机号,11位数字
4556
4768
  */
4557
- RequestId?: string
4769
+ Mobile?: string
4770
+
4771
+ /**
4772
+ * 被抄送人姓名
4773
+ */
4774
+ Name?: string
4775
+
4776
+ /**
4777
+ * 被抄送人类型,
4778
+ 0--个人
4779
+ 1--员工
4780
+ */
4781
+ CcType?: number
4782
+
4783
+ /**
4784
+ * 被抄送人权限
4785
+ 0--可查看
4786
+ 1--可查看也可下载
4787
+ */
4788
+ CcPermission?: number
4558
4789
  }
@@ -307,7 +307,7 @@ export class Client extends AbstractClient {
307
307
  }
308
308
 
309
309
  /**
310
- * 删除员工绑定角色
310
+ * 通过此接口,删除员工绑定的角色,支持以电子签userId、客户系统userId两种方式调用。
311
311
  */
312
312
  async ChannelDeleteRoleUsers(
313
313
  req: ChannelDeleteRoleUsersRequest,
@@ -562,7 +562,7 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
562
562
  }
563
563
 
564
564
  /**
565
- * 绑定员工角色
565
+ * 通过此接口,绑定员工角色,支持以电子签userId、客户系统userId两种方式调用。
566
566
  */
567
567
  async ChannelCreateUserRoles(
568
568
  req: ChannelCreateUserRolesRequest,
@@ -70,8 +70,9 @@ export interface ChannelDeleteSealPoliciesRequest {
70
70
  SealId: string
71
71
 
72
72
  /**
73
- * 指定用户ID数组,电子签系统用户ID
74
- */
73
+ * 指定用户ID数组,电子签系统用户ID
74
+ 可以填写OpenId,系统会通过组织+渠道+OpenId查询得到UserId进行授权取消。
75
+ */
75
76
  UserIds: Array<string>
76
77
 
77
78
  /**
@@ -531,14 +532,19 @@ export interface ChannelDeleteRoleUsersRequest {
531
532
  RoleId: string
532
533
 
533
534
  /**
534
- * 用户列表,电子签系统的UserId
535
+ * 电子签用户ID列表,与OpenIds参数二选一,优先UserIds参数
535
536
  */
536
- UserIds: Array<string>
537
+ UserIds?: Array<string>
537
538
 
538
539
  /**
539
540
  * 操作人信息
540
541
  */
541
542
  Operator?: UserInfo
543
+
544
+ /**
545
+ * 客户系统用户ID列表,与UserIds参数二选一,优先UserIds参数
546
+ */
547
+ OpenIds?: Array<string>
542
548
  }
543
549
 
544
550
  /**
@@ -667,8 +673,9 @@ export interface ChannelCreateFlowRemindsRequest {
667
673
  */
668
674
  export interface ChannelCreateSealPolicyResponse {
669
675
  /**
670
- * 最终授权成功的电子签系统用户ID数组。其他的跳过的是已经授权了的
671
- */
676
+ * 最终授权成功的电子签系统用户ID数组。其他的跳过的是已经授权了的。
677
+ 请求参数填写OpenId时,返回授权成功的 Openid。
678
+ */
672
679
  UserIds?: Array<string>
673
680
 
674
681
  /**
@@ -3382,14 +3389,19 @@ export interface ChannelCreateUserRolesRequest {
3382
3389
  Agent: Agent
3383
3390
 
3384
3391
  /**
3385
- * 绑定角色的员工id列表,电子签的UserId
3392
+ * 绑定角色的角色id列表
3386
3393
  */
3387
- UserIds: Array<string>
3394
+ RoleIds: Array<string>
3388
3395
 
3389
3396
  /**
3390
- * 绑定角色的角色id列表
3397
+ * 电子签用户ID列表,与OpenIds参数二选一,优先UserIds参数
3391
3398
  */
3392
- RoleIds: Array<string>
3399
+ UserIds?: Array<string>
3400
+
3401
+ /**
3402
+ * 客户系统用户ID列表,与UserIds参数二选一,优先UserIds参数
3403
+ */
3404
+ OpenIds?: Array<string>
3393
3405
 
3394
3406
  /**
3395
3407
  * 操作者信息
@@ -3999,8 +4011,9 @@ export interface ChannelCreateSealPolicyRequest {
3999
4011
  SealId: string
4000
4012
 
4001
4013
  /**
4002
- * 指定待授权的用户ID数组,电子签的用户ID
4003
- */
4014
+ * 指定待授权的用户ID数组,电子签的用户ID
4015
+ 可以填写OpenId,系统会通过组织+渠道+OpenId查询得到UserId进行授权。
4016
+ */
4004
4017
  UserIds: Array<string>
4005
4018
 
4006
4019
  /**
@@ -4176,7 +4189,7 @@ export interface ChannelCreateBatchCancelFlowUrlResponse {
4176
4189
  */
4177
4190
  export interface OperateChannelTemplateRequest {
4178
4191
  /**
4179
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
4192
+ * 应用相关信息。 此接口Agent.AppId必填。
4180
4193
  */
4181
4194
  Agent: Agent
4182
4195
 
@@ -654,7 +654,7 @@ export class Client extends AbstractClient {
654
654
  **注意**
655
655
  - 系统保留库:"mysql",只开放["SELECT"]权限
656
656
  - 只读账号授予读写权限会报错
657
- - 不传该参数表示保留现有权限,如需清除,请在复杂类型Privileges字段传空数组
657
+ - 不传权限参数表示保留现有权限,如需清除,请在复杂类型Privileges字段传空数组
658
658
  */
659
659
  async ModifyAccountPrivileges(
660
660
  req: ModifyAccountPrivilegesRequest,
@@ -1966,6 +1966,16 @@ export interface BindingPolicyTagRequest {
1966
1966
  * 批量绑定标签
1967
1967
  */
1968
1968
  BatchTag?: Array<PolicyTag>
1969
+
1970
+ /**
1971
+ * 是否同步eb
1972
+ */
1973
+ EbEventFlag?: number
1974
+
1975
+ /**
1976
+ * 事件配置的告警
1977
+ */
1978
+ EbSubject?: string
1969
1979
  }
1970
1980
 
1971
1981
  /**
@@ -472,6 +472,7 @@ import {
472
472
  MediaContentReviewSegmentItem,
473
473
  DescribeStreamLinkFlowRealtimeStatusResponse,
474
474
  TerrorismImgReviewTemplateInfo,
475
+ TranslateConfigureInfo,
475
476
  FlowMediaAudio,
476
477
  DescribeTranscodeTemplatesRequest,
477
478
  SchedulesInfo,
@@ -518,6 +519,7 @@ import {
518
519
  TerrorismConfigureInfo,
519
520
  PoliticalAsrReviewTemplateInfo,
520
521
  CreateAnimatedGraphicsTemplateResponse,
522
+ TranslateConfigureInfoForUpdate,
521
523
  SampleSnapshotTemplate,
522
524
  RTSPPullSourceAddress,
523
525
  DescribeHLSPullSourceAddress,