tencentcloud-sdk-nodejs 4.0.975 → 4.0.977

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 (116) hide show
  1. package/CHANGELOG.md +482 -0
  2. package/SERVICE_CHANGELOG.md +783 -341
  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/af/v20200226/af_client.ts +3 -1
  7. package/src/services/bh/v20230418/bh_models.ts +1 -1
  8. package/src/services/billing/v20180709/billing_models.ts +13 -13
  9. package/src/services/cdb/v20170320/cdb_client.ts +1 -3
  10. package/src/services/cdb/v20170320/cdb_models.ts +13 -6
  11. package/src/services/cfs/v20190719/cfs_models.ts +4 -0
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +3 -3
  13. package/src/services/clb/v20180317/clb_client.ts +1 -1
  14. package/src/services/clb/v20180317/clb_models.ts +6 -6
  15. package/src/services/cls/v20201016/cls_models.ts +12 -12
  16. package/src/services/cwp/v20180228/cwp_client.ts +4 -2
  17. package/src/services/cwp/v20180228/cwp_models.ts +8 -0
  18. package/src/services/emr/v20190103/emr_models.ts +6 -16
  19. package/src/services/ess/v20201111/ess_models.ts +10 -0
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
  21. package/src/services/faceid/v20180301/faceid_models.ts +2 -0
  22. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -1
  23. package/src/services/iai/v20180301/iai_models.ts +10 -10
  24. package/src/services/iap/index.ts +5 -0
  25. package/src/services/iap/v20240713/iap_client.ts +103 -0
  26. package/src/services/iap/v20240713/iap_models.ts +241 -0
  27. package/src/services/iap/v20240713/index.ts +6 -0
  28. package/src/services/index.ts +1 -0
  29. package/src/services/lcic/v20220817/lcic_client.ts +38 -1
  30. package/src/services/lcic/v20220817/lcic_models.ts +142 -9
  31. package/src/services/live/v20180801/live_client.ts +112 -12
  32. package/src/services/live/v20180801/live_models.ts +1119 -537
  33. package/src/services/market/v20191010/market_client.ts +2 -3
  34. package/src/services/market/v20191010/market_models.ts +6 -6
  35. package/src/services/monitor/v20180724/monitor_models.ts +9 -5
  36. package/src/services/mps/v20190612/mps_client.ts +8 -3
  37. package/src/services/mps/v20190612/mps_models.ts +168 -28
  38. package/src/services/redis/v20180412/redis_client.ts +47 -47
  39. package/src/services/redis/v20180412/redis_models.ts +166 -117
  40. package/src/services/tat/v20201028/tat_models.ts +5 -5
  41. package/src/services/tchd/v20230306/tchd_client.ts +4 -2
  42. package/src/services/tke/v20220501/tke_client.ts +2 -2
  43. package/src/services/tke/v20220501/tke_models.ts +8 -0
  44. package/src/services/trtc/v20190722/trtc_models.ts +10 -2
  45. package/src/services/tse/v20201207/tse_models.ts +98 -12
  46. package/src/services/vclm/v20240523/vclm_client.ts +1 -1
  47. package/src/services/vclm/v20240523/vclm_models.ts +43 -31
  48. package/src/services/vpc/v20170312/vpc_client.ts +56 -7
  49. package/src/services/vpc/v20170312/vpc_models.ts +519 -319
  50. package/tencentcloud/common/sdk_version.d.ts +1 -1
  51. package/tencentcloud/common/sdk_version.js +1 -1
  52. package/tencentcloud/services/af/v20200226/af_client.d.ts +3 -1
  53. package/tencentcloud/services/af/v20200226/af_client.js +3 -1
  54. package/tencentcloud/services/bh/v20230418/bh_models.d.ts +1 -1
  55. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +13 -13
  56. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -3
  57. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -3
  58. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -6
  59. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +4 -0
  60. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +3 -3
  61. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
  62. package/tencentcloud/services/clb/v20180317/clb_client.js +1 -1
  63. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +6 -6
  64. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +12 -12
  65. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
  66. package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
  67. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +8 -0
  68. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +6 -16
  69. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -0
  70. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -0
  71. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -0
  72. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -1
  73. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +10 -10
  74. package/tencentcloud/services/iap/index.d.ts +6 -0
  75. package/tencentcloud/services/iap/index.js +7 -0
  76. package/tencentcloud/services/iap/v20240713/iap_client.d.ts +34 -0
  77. package/tencentcloud/services/iap/v20240713/iap_client.js +67 -0
  78. package/tencentcloud/services/iap/v20240713/iap_models.d.ts +213 -0
  79. package/tencentcloud/services/iap/v20240713/iap_models.js +18 -0
  80. package/tencentcloud/services/iap/v20240713/index.d.ts +6 -0
  81. package/tencentcloud/services/iap/v20240713/index.js +9 -0
  82. package/tencentcloud/services/index.d.ts +1 -0
  83. package/tencentcloud/services/index.js +2 -0
  84. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +13 -1
  85. package/tencentcloud/services/lcic/v20220817/lcic_client.js +18 -0
  86. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +135 -9
  87. package/tencentcloud/services/live/v20180801/live_client.d.ts +34 -1
  88. package/tencentcloud/services/live/v20180801/live_client.js +49 -0
  89. package/tencentcloud/services/live/v20180801/live_models.d.ts +1113 -550
  90. package/tencentcloud/services/market/v20191010/market_client.d.ts +0 -1
  91. package/tencentcloud/services/market/v20191010/market_client.js +0 -1
  92. package/tencentcloud/services/market/v20191010/market_models.d.ts +6 -6
  93. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -5
  94. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  95. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +163 -28
  96. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +47 -47
  97. package/tencentcloud/services/redis/v20180412/redis_client.js +47 -47
  98. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +166 -117
  99. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +5 -5
  100. package/tencentcloud/services/tchd/v20230306/tchd_client.d.ts +2 -0
  101. package/tencentcloud/services/tchd/v20230306/tchd_client.js +2 -0
  102. package/tencentcloud/services/tke/v20220501/tke_client.d.ts +2 -2
  103. package/tencentcloud/services/tke/v20220501/tke_client.js +2 -2
  104. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +8 -0
  105. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -2
  106. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +98 -12
  107. package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +1 -1
  108. package/tencentcloud/services/vclm/v20240523/vclm_client.js +1 -1
  109. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +43 -31
  110. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +18 -2
  111. package/tencentcloud/services/vpc/v20170312/vpc_client.js +25 -1
  112. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +512 -321
  113. package/test/iap.v20240713.test.js +81 -0
  114. package/test/lcic.v20220817.test.js +30 -0
  115. package/test/live.v20180801.test.js +80 -0
  116. package/test/vpc.v20170312.test.js +40 -0
@@ -653,13 +653,7 @@ export interface DescribeServiceNodeInfosRequest {
653
653
  */
654
654
  ServiceName?: string
655
655
  /**
656
- * 节点名称
657
- master
658
- core
659
- task
660
- common
661
- router
662
-
656
+ * 节点名称master,core,task,common,router
663
657
  */
664
658
  NodeTypeName?: string
665
659
  /**
@@ -2652,12 +2646,12 @@ export interface AddUsersForUserManagerResponse {
2652
2646
  * 添加成功的用户列表
2653
2647
  注意:此字段可能返回 null,表示取不到有效值。
2654
2648
  */
2655
- SuccessUserList: Array<string>
2649
+ SuccessUserList?: Array<string>
2656
2650
  /**
2657
2651
  * 添加失败的用户列表
2658
2652
  注意:此字段可能返回 null,表示取不到有效值。
2659
2653
  */
2660
- FailedUserList: Array<string>
2654
+ FailedUserList?: Array<string>
2661
2655
  /**
2662
2656
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2663
2657
  */
@@ -5623,11 +5617,11 @@ export interface DescribeClusterNodesRequest {
5623
5617
  */
5624
5618
  SearchFields?: Array<SearchItem>
5625
5619
  /**
5626
- *
5620
+ * 排序字段
5627
5621
  */
5628
5622
  OrderField?: string
5629
5623
  /**
5630
- *
5624
+ * 是否升序,1:升序,0:降序
5631
5625
  */
5632
5626
  Asc?: number
5633
5627
  }
@@ -7434,11 +7428,7 @@ export interface InquiryPriceCreateInstanceRequest {
7434
7428
  */
7435
7429
  ProductId?: number
7436
7430
  /**
7437
- * 场景化取值:
7438
- Hadoop-Kudu
7439
- Hadoop-Zookeeper
7440
- Hadoop-Presto
7441
- Hadoop-Hbase
7431
+ * 场景化取值:Hadoop-Kudu,Hadoop-Zookeeper,Hadoop-Presto,Hadoop-Hbase
7442
7432
  */
7443
7433
  SceneName?: string
7444
7434
  /**
@@ -8575,6 +8575,16 @@ export interface CreateBatchSignUrlRequest {
8575
8575
  * 批量签署合同相关信息,指定合同和签署方的信息,用于补充动态签署人。
8576
8576
  */
8577
8577
  FlowBatchUrlInfo?: FlowBatchUrlInfo
8578
+ /**
8579
+ * 签署完成后是否自动回跳
8580
+ <ul><li>false:否, 签署完成不会自动跳转回来(默认)</li><li>true:是, 签署完成会自动跳转回来</li></ul>
8581
+
8582
+ 注:
8583
+ 1. 该参数<font color="red">只针对APP类型(电子签小程序跳转贵方小程序)场景</font> 的签署链接有效
8584
+ 2. <font color="red">手机应用APP 或 微信小程序需要监控界面的返回走后序逻辑</font>, 微信小程序的文档可以参考[这个](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onShow-Object-object)
8585
+ 3. <font color="red">电子签小程序跳转贵方APP,不支持自动跳转,必需用户手动点击完成按钮(微信的限制)</font>
8586
+ */
8587
+ AutoJumpBack?: boolean
8578
8588
  }
8579
8589
 
8580
8590
  /**
@@ -7304,6 +7304,16 @@ export interface ChannelCreateBatchSignUrlRequest {
7304
7304
  * 第三方平台子客企业的企业的标识, 即OrganizationOpenId,批签合同经办人为子客企业员工是为必填。
7305
7305
  */
7306
7306
  OrganizationOpenId?: string
7307
+ /**
7308
+ * 签署完成后是否自动回跳
7309
+ <ul><li>false:否, 签署完成不会自动跳转回来(默认)</li><li>true:是, 签署完成会自动跳转回来</li></ul>
7310
+
7311
+ 注:
7312
+ 1. 该参数<font color="red">只针对APP类型(电子签小程序跳转贵方小程序)场景</font> 的签署链接有效
7313
+ 2. <font color="red">手机应用APP 或 微信小程序需要监控界面的返回走后序逻辑</font>, 微信小程序的文档可以参考[这个](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onShow-Object-object)
7314
+ 3. <font color="red">电子签小程序跳转贵方APP,不支持自动跳转,必需用户手动点击完成按钮(微信的限制)</font>
7315
+ */
7316
+ AutoJumpBack?: boolean
7307
7317
  }
7308
7318
 
7309
7319
  /**
@@ -218,6 +218,7 @@ export interface IntentionQuestionResult {
218
218
  -801: "用户未授权摄像头和麦克风权限"
219
219
  -802: "核验流程异常中断,请勿切屏或进行其他操作"
220
220
  -803: "用户主动关闭链接/异常断开链接"
221
+ -804: "用户当前网络不稳定,请重试"
221
222
  -998: "系统数据异常"
222
223
  -999: "系统未知错误,请联系人工核实"
223
224
  - 若在人脸核身过程失败、未进入意愿确认过程,则该参数返回为空,请参考人脸核身错误码结果(DetectInfoText.ErrCode)
@@ -2970,6 +2971,7 @@ export interface IntentionActionResult {
2970
2971
  -801: "用户未授权摄像头和麦克风权限"
2971
2972
  -802: "核验流程异常中断,请勿切屏或进行其他操作"
2972
2973
  -803: "用户主动关闭链接/异常断开链接"
2974
+ -804: "用户当前网络不稳定,请重试"
2973
2975
  -998: "系统数据异常"
2974
2976
  -999: "系统未知错误,请联系人工核实"
2975
2977
  若在人脸核身过程失败、未进入意愿确认过程,则该参数返回为空,请参考人脸核身错误码结果(DetectInfoText.ErrCode)
@@ -335,7 +335,8 @@ export interface SubmitHunyuanImageJobRequest {
335
335
  */
336
336
  Prompt: string
337
337
  /**
338
- * 反向提示词。 推荐使用中文。最多可传1024个 utf-8 字符。
338
+ * 反向提示词。
339
+ 推荐使用中文。最多可传1024个 utf-8 字符。
339
340
  */
340
341
  NegativePrompt?: string
341
342
  /**
@@ -2505,24 +2505,24 @@ export interface AttributeItem {
2505
2505
  export interface FaceRect {
2506
2506
  /**
2507
2507
  * 人脸框左上角横坐标。
2508
- 人脸框包含人脸五官位置并在此基础上进行一定的扩展,若人脸框超出图片范围,会导致坐标负值。
2509
- 若需截取完整人脸,可以在完整分completess满足需求的情况下,将负值坐标取0。
2508
+ - 人脸框包含人脸五官位置并在此基础上进行一定的扩展,若人脸框超出图片范围,会导致坐标负值。
2509
+ - 若需截取完整人脸,可以在完整分completess满足需求的情况下,将负值坐标取0。
2510
2510
  */
2511
- X: number
2511
+ X?: number
2512
2512
  /**
2513
2513
  * 人脸框左上角纵坐标。
2514
- 人脸框包含人脸五官位置并在此基础上进行一定的扩展,若人脸框超出图片范围,会导致坐标负值。
2515
- 若需截取完整人脸,可以在完整分completess满足需求的情况下,将负值坐标取0。
2514
+ - 人脸框包含人脸五官位置并在此基础上进行一定的扩展,若人脸框超出图片范围,会导致坐标负值。
2515
+ - 若需截取完整人脸,可以在完整分completess满足需求的情况下,将负值坐标取0。
2516
2516
  */
2517
- Y: number
2517
+ Y?: number
2518
2518
  /**
2519
- * 人脸宽度
2519
+ * 人脸宽度。
2520
2520
  */
2521
- Width: number
2521
+ Width?: number
2522
2522
  /**
2523
- * 人脸高度
2523
+ * 人脸高度。
2524
2524
  */
2525
- Height: number
2525
+ Height?: number
2526
2526
  }
2527
2527
 
2528
2528
  /**
@@ -0,0 +1,5 @@
1
+ import { v20240713 } from "./v20240713"
2
+
3
+ export const iap = {
4
+ v20240713: v20240713,
5
+ }
@@ -0,0 +1,103 @@
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 {
21
+ ModifyIAPLoginSessionDurationRequest,
22
+ DescribeIAPLoginSessionDurationRequest,
23
+ CreateIAPUserOIDCConfigResponse,
24
+ CreateIAPUserOIDCConfigRequest,
25
+ DisableIAPUserSSOResponse,
26
+ DescribeIAPUserOIDCConfigRequest,
27
+ ModifyIAPLoginSessionDurationResponse,
28
+ DescribeIAPUserOIDCConfigResponse,
29
+ UpdateIAPUserOIDCConfigResponse,
30
+ UpdateIAPUserOIDCConfigRequest,
31
+ DisableIAPUserSSORequest,
32
+ DescribeIAPLoginSessionDurationResponse,
33
+ } from "./iap_models"
34
+
35
+ /**
36
+ * iap client
37
+ * @class
38
+ */
39
+ export class Client extends AbstractClient {
40
+ constructor(clientConfig: ClientConfig) {
41
+ super("iap.tencentcloudapi.com", "2024-07-13", clientConfig)
42
+ }
43
+
44
+ /**
45
+ * 修改用户OIDC配置
46
+ */
47
+ async UpdateIAPUserOIDCConfig(
48
+ req: UpdateIAPUserOIDCConfigRequest,
49
+ cb?: (error: string, rep: UpdateIAPUserOIDCConfigResponse) => void
50
+ ): Promise<UpdateIAPUserOIDCConfigResponse> {
51
+ return this.request("UpdateIAPUserOIDCConfig", req, cb)
52
+ }
53
+
54
+ /**
55
+ * 查询登录会话时长
56
+ */
57
+ async DescribeIAPLoginSessionDuration(
58
+ req?: DescribeIAPLoginSessionDurationRequest,
59
+ cb?: (error: string, rep: DescribeIAPLoginSessionDurationResponse) => void
60
+ ): Promise<DescribeIAPLoginSessionDurationResponse> {
61
+ return this.request("DescribeIAPLoginSessionDuration", req, cb)
62
+ }
63
+
64
+ /**
65
+ * 查询用户OIDC配置
66
+ */
67
+ async DescribeIAPUserOIDCConfig(
68
+ req?: DescribeIAPUserOIDCConfigRequest,
69
+ cb?: (error: string, rep: DescribeIAPUserOIDCConfigResponse) => void
70
+ ): Promise<DescribeIAPUserOIDCConfigResponse> {
71
+ return this.request("DescribeIAPUserOIDCConfig", req, cb)
72
+ }
73
+
74
+ /**
75
+ * 禁用用户SSO
76
+ */
77
+ async DisableIAPUserSSO(
78
+ req?: DisableIAPUserSSORequest,
79
+ cb?: (error: string, rep: DisableIAPUserSSOResponse) => void
80
+ ): Promise<DisableIAPUserSSOResponse> {
81
+ return this.request("DisableIAPUserSSO", req, cb)
82
+ }
83
+
84
+ /**
85
+ * 创建用户OIDC配置。只能创建一个用户OIDC身份提供商,并且创建用户OIDC配置之后会自动关闭用户SAML SSO身份提供商。
86
+ */
87
+ async CreateIAPUserOIDCConfig(
88
+ req: CreateIAPUserOIDCConfigRequest,
89
+ cb?: (error: string, rep: CreateIAPUserOIDCConfigResponse) => void
90
+ ): Promise<CreateIAPUserOIDCConfigResponse> {
91
+ return this.request("CreateIAPUserOIDCConfig", req, cb)
92
+ }
93
+
94
+ /**
95
+ * 修改登录会话时长
96
+ */
97
+ async ModifyIAPLoginSessionDuration(
98
+ req: ModifyIAPLoginSessionDurationRequest,
99
+ cb?: (error: string, rep: ModifyIAPLoginSessionDurationResponse) => void
100
+ ): Promise<ModifyIAPLoginSessionDurationResponse> {
101
+ return this.request("ModifyIAPLoginSessionDuration", req, cb)
102
+ }
103
+ }
@@ -0,0 +1,241 @@
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
+ * ModifyIAPLoginSessionDuration请求参数结构体
20
+ */
21
+ export interface ModifyIAPLoginSessionDurationRequest {
22
+ /**
23
+ * 登录会话时长
24
+ */
25
+ Duration: number
26
+ }
27
+
28
+ /**
29
+ * DescribeIAPLoginSessionDuration请求参数结构体
30
+ */
31
+ export type DescribeIAPLoginSessionDurationRequest = null
32
+
33
+ /**
34
+ * CreateIAPUserOIDCConfig返回参数结构体
35
+ */
36
+ export interface CreateIAPUserOIDCConfigResponse {
37
+ /**
38
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
39
+ */
40
+ RequestId?: string
41
+ }
42
+
43
+ /**
44
+ * CreateIAPUserOIDCConfig请求参数结构体
45
+ */
46
+ export interface CreateIAPUserOIDCConfigRequest {
47
+ /**
48
+ * 身份提供商URL。OpenID Connect身份提供商标识。对应企业IdP提供的Openid-configuration中"issuer"字段的值。
49
+ */
50
+ IdentityUrl: string
51
+ /**
52
+ * 客户端ID,在OpenID Connect身份提供商注册的客户端ID。
53
+ */
54
+ ClientId: string
55
+ /**
56
+ * 授权请求Endpoint,OpenID Connect身份提供商授权地址。对应企业IdP提供的Openid-configuration中"authorization_endpoint"字段的值。
57
+ */
58
+ AuthorizationEndpoint: string
59
+ /**
60
+ * 授权请求Response type,固定值id_token
61
+ */
62
+ ResponseType: string
63
+ /**
64
+ * 授权请求Response mode。授权请求返回模式,form_post和fragment两种可选模式,推荐选择form_post模式。
65
+ */
66
+ ResponseMode: string
67
+ /**
68
+ * 映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段
69
+ */
70
+ MappingFiled: string
71
+ /**
72
+ * 签名公钥,需要base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。
73
+ */
74
+ IdentityKey: string
75
+ /**
76
+ * 授权请求Scope。openid; email;profile。授权请求信息范围。默认必选openid。
77
+ */
78
+ Scope?: Array<string>
79
+ /**
80
+ * 描述
81
+ */
82
+ Description?: string
83
+ }
84
+
85
+ /**
86
+ * DisableIAPUserSSO返回参数结构体
87
+ */
88
+ export interface DisableIAPUserSSOResponse {
89
+ /**
90
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
91
+ */
92
+ RequestId?: string
93
+ }
94
+
95
+ /**
96
+ * DescribeIAPUserOIDCConfig请求参数结构体
97
+ */
98
+ export type DescribeIAPUserOIDCConfigRequest = null
99
+
100
+ /**
101
+ * ModifyIAPLoginSessionDuration返回参数结构体
102
+ */
103
+ export interface ModifyIAPLoginSessionDurationResponse {
104
+ /**
105
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
106
+ */
107
+ RequestId?: string
108
+ }
109
+
110
+ /**
111
+ * DescribeIAPUserOIDCConfig返回参数结构体
112
+ */
113
+ export interface DescribeIAPUserOIDCConfigResponse {
114
+ /**
115
+ * 身份提供商类型。 13:IAP用户OIDC身份提供商
116
+ */
117
+ ProviderType?: number
118
+ /**
119
+ * 身份提供商URL
120
+ */
121
+ IdentityUrl?: string
122
+ /**
123
+ * 签名公钥
124
+ */
125
+ IdentityKey?: string
126
+ /**
127
+ * 客户端id
128
+ */
129
+ ClientId?: string
130
+ /**
131
+ * 状态:0:未设置,11:已开启,2:已禁用
132
+ */
133
+ Status?: number
134
+ /**
135
+ * HTTPS CA证书的验证指纹,允许英文字母和数字,每个指纹长度为40个字符,最多5个指纹。
136
+ */
137
+ Fingerprints?: Array<string>
138
+ /**
139
+ * 是否需要开启自动使用OIDC签名公钥,1:需要,2:不需要,默认不需要
140
+ */
141
+ EnableAutoPublicKey?: number
142
+ /**
143
+ * 授权请求Endpoint
144
+ */
145
+ AuthorizationEndpoint?: string
146
+ /**
147
+ * 授权请求Scope
148
+ */
149
+ Scope?: Array<string>
150
+ /**
151
+ * 授权请求Response type
152
+ */
153
+ ResponseType?: string
154
+ /**
155
+ * 授权请求Response mode
156
+ */
157
+ ResponseMode?: string
158
+ /**
159
+ * 映射字段名称
160
+ */
161
+ MappingFiled?: string
162
+ /**
163
+ * 描述
164
+ */
165
+ Description?: string
166
+ /**
167
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
168
+ */
169
+ RequestId?: string
170
+ }
171
+
172
+ /**
173
+ * UpdateIAPUserOIDCConfig返回参数结构体
174
+ */
175
+ export interface UpdateIAPUserOIDCConfigResponse {
176
+ /**
177
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
178
+ */
179
+ RequestId?: string
180
+ }
181
+
182
+ /**
183
+ * UpdateIAPUserOIDCConfig请求参数结构体
184
+ */
185
+ export interface UpdateIAPUserOIDCConfigRequest {
186
+ /**
187
+ * 身份提供商URL。OpenID Connect身份提供商标识。对应企业IdP提供的Openid-configuration中"issuer"字段的值。
188
+ */
189
+ IdentityUrl: string
190
+ /**
191
+ * 客户端ID,在OpenID Connect身份提供商注册的客户端ID。
192
+ */
193
+ ClientId: string
194
+ /**
195
+ * 授权请求Endpoint,OpenID Connect身份提供商授权地址。对应企业IdP提供的Openid-configuration中"authorization_endpoint"字段的值。
196
+ */
197
+ AuthorizationEndpoint: string
198
+ /**
199
+ * 授权请求Response type,固定值id_token
200
+ */
201
+ ResponseType: string
202
+ /**
203
+ * 授权请求Response mode。授权请求返回模式,form_post和fragment两种可选模式,推荐选择form_post模式。
204
+ */
205
+ ResponseMode: string
206
+ /**
207
+ * 映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段
208
+ */
209
+ MappingFiled: string
210
+ /**
211
+ * RSA签名公钥,JWKS格式,需要进行base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。
212
+ */
213
+ IdentityKey: string
214
+ /**
215
+ * 授权请求Scope。openid; email;profile。授权请求信息范围。默认必选openid。
216
+ */
217
+ Scope?: Array<string>
218
+ /**
219
+ * 描述,长度为1~255个英文或中文字符,默认值为空。
220
+ */
221
+ Description?: string
222
+ }
223
+
224
+ /**
225
+ * DisableIAPUserSSO请求参数结构体
226
+ */
227
+ export type DisableIAPUserSSORequest = null
228
+
229
+ /**
230
+ * DescribeIAPLoginSessionDuration返回参数结构体
231
+ */
232
+ export interface DescribeIAPLoginSessionDurationResponse {
233
+ /**
234
+ * 登录会话时长
235
+ */
236
+ Duration?: number
237
+ /**
238
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
239
+ */
240
+ RequestId?: string
241
+ }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./iap_models"
2
+ import { Client } from "./iap_client"
3
+ export const v20240713 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -117,6 +117,7 @@ export { hasim } from "./hasim"
117
117
  export { hcm } from "./hcm"
118
118
  export { hunyuan } from "./hunyuan"
119
119
  export { iai } from "./iai"
120
+ export { iap } from "./iap"
120
121
  export { ic } from "./ic"
121
122
  export { icr } from "./icr"
122
123
  export { ie } from "./ie"
@@ -31,6 +31,7 @@ import {
31
31
  ModifyAppResponse,
32
32
  UnblockKickedUserResponse,
33
33
  BatchRegisterRequest,
34
+ StartRecordRequest,
34
35
  DeleteRoomResponse,
35
36
  ModifyUserProfileRequest,
36
37
  CreateGroupWithMembersRequest,
@@ -46,6 +47,7 @@ import {
46
47
  LoginOriginIdRequest,
47
48
  BatchRegisterResponse,
48
49
  BindDocumentToRoomResponse,
50
+ StopRecordResponse,
49
51
  CreateGroupWithSubGroupRequest,
50
52
  RoomItem,
51
53
  ClassScoreItem,
@@ -53,6 +55,7 @@ import {
53
55
  BatchDescribeDocumentRequest,
54
56
  RegisterUserRequest,
55
57
  BatchCreateRoomResponse,
58
+ StartRecordResponse,
56
59
  UnbindDocumentFromRoomResponse,
57
60
  CreateDocumentResponse,
58
61
  DescribeGroupResponse,
@@ -69,6 +72,7 @@ import {
69
72
  DescribeGroupListRequest,
70
73
  GetRoomMessageRequest,
71
74
  DescribeDocumentsResponse,
75
+ DescribeRecordRequest,
72
76
  DocumentInfo,
73
77
  DeleteDocumentResponse,
74
78
  DeleteRecordRequest,
@@ -78,6 +82,7 @@ import {
78
82
  MessageItem,
79
83
  GroupInfo,
80
84
  GetRoomEventRequest,
85
+ DescribeRecordResponse,
81
86
  DescribeDocumentResponse,
82
87
  DeleteGroupMemberResponse,
83
88
  DescribeGroupMemberListResponse,
@@ -131,6 +136,7 @@ import {
131
136
  MutedAccountList,
132
137
  GroupBaseInfo,
133
138
  LoginUserRequest,
139
+ StopRecordRequest,
134
140
  SingleStreamInfo,
135
141
  ImageMsgContent,
136
142
  AnswerStat,
@@ -156,6 +162,7 @@ import {
156
162
  AppCustomContent,
157
163
  BatchDescribeDocumentResponse,
158
164
  DeleteGroupResponse,
165
+ CreateRoomResponse,
159
166
  DescribeSdkAppIdUsersRequest,
160
167
  AddGroupMemberResponse,
161
168
  MsgBody,
@@ -170,7 +177,7 @@ import {
170
177
  DescribeCurrentMemberListResponse,
171
178
  ModifyGroupResponse,
172
179
  DescribeGroupListResponse,
173
- CreateRoomResponse,
180
+ CustomRecordInfo,
174
181
  DescribeDeveloperResponse,
175
182
  TextMsgContent,
176
183
  TextMarkConfig,
@@ -517,6 +524,16 @@ export class Client extends AbstractClient {
517
524
  return this.request("SendRoomNormalMessage", req, cb)
518
525
  }
519
526
 
527
+ /**
528
+ * 查询录制信息
529
+ */
530
+ async DescribeRecord(
531
+ req: DescribeRecordRequest,
532
+ cb?: (error: string, rep: DescribeRecordResponse) => void
533
+ ): Promise<DescribeRecordResponse> {
534
+ return this.request("DescribeRecord", req, cb)
535
+ }
536
+
520
537
  /**
521
538
  * 获取群组列表
522
539
  */
@@ -709,6 +726,16 @@ export class Client extends AbstractClient {
709
726
  return this.request("DeleteDocument", req, cb)
710
727
  }
711
728
 
729
+ /**
730
+ * 停止录制
731
+ */
732
+ async StopRecord(
733
+ req: StopRecordRequest,
734
+ cb?: (error: string, rep: StopRecordResponse) => void
735
+ ): Promise<StopRecordResponse> {
736
+ return this.request("StopRecord", req, cb)
737
+ }
738
+
712
739
  /**
713
740
  * 批量删除多个房间的录制文件
714
741
  */
@@ -769,6 +796,16 @@ export class Client extends AbstractClient {
769
796
  return this.request("DescribeDocument", req, cb)
770
797
  }
771
798
 
799
+ /**
800
+ * 开始录制
801
+ */
802
+ async StartRecord(
803
+ req: StartRecordRequest,
804
+ cb?: (error: string, rep: StartRecordResponse) => void
805
+ ): Promise<StartRecordResponse> {
806
+ return this.request("StartRecord", req, cb)
807
+ }
808
+
772
809
  /**
773
810
  * 此接口会聚合子群组创建联合群组
774
811
  */