tencentcloud-sdk-nodejs 4.0.636 → 4.0.638

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 (87) hide show
  1. package/CHANGELOG.md +500 -0
  2. package/SERVICE_CHANGELOG.md +590 -109
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +4 -2
  7. package/src/services/cls/v20201016/cls_client.ts +62 -11
  8. package/src/services/cls/v20201016/cls_models.ts +331 -55
  9. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
  10. package/src/services/dasb/v20191018/dasb_models.ts +17 -13
  11. package/src/services/dbbrain/v20210527/dbbrain_client.ts +13 -1
  12. package/src/services/dbbrain/v20210527/dbbrain_models.ts +48 -11
  13. package/src/services/dnspod/v20210323/dnspod_client.ts +2 -0
  14. package/src/services/dnspod/v20210323/dnspod_models.ts +55 -0
  15. package/src/services/ecm/v20190719/ecm_client.ts +4 -3
  16. package/src/services/ecm/v20190719/ecm_models.ts +123 -77
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +46 -40
  18. package/src/services/gaap/v20180529/gaap_models.ts +35 -35
  19. package/src/services/lcic/v20220817/lcic_models.ts +14 -0
  20. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -6
  21. package/src/services/pts/v20210728/pts_models.ts +2 -2
  22. package/src/services/soe/v20180724/soe_client.ts +1 -0
  23. package/src/services/soe/v20180724/soe_models.ts +35 -9
  24. package/src/services/tcr/v20190924/tcr_client.ts +62 -13
  25. package/src/services/tcr/v20190924/tcr_models.ts +352 -134
  26. package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
  27. package/src/services/tdmq/v20200217/tdmq_models.ts +30 -0
  28. package/src/services/thpc/v20230321/thpc_models.ts +1 -1
  29. package/src/services/tke/v20180525/tke_models.ts +16 -4
  30. package/src/services/trp/v20210515/trp_models.ts +9 -1
  31. package/src/services/tse/v20201207/tse_client.ts +324 -55
  32. package/src/services/tse/v20201207/tse_models.ts +1931 -522
  33. package/src/services/vod/v20180717/vod_client.ts +2 -2
  34. package/src/services/vod/v20180717/vod_models.ts +18 -18
  35. package/src/services/vpc/v20170312/vpc_client.ts +3 -2
  36. package/src/services/vpc/v20170312/vpc_models.ts +22 -18
  37. package/src/services/wedata/v20210820/wedata_client.ts +16 -2
  38. package/src/services/wedata/v20210820/wedata_models.ts +210 -12
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +3 -1
  42. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +3 -1
  43. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
  44. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
  45. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +320 -55
  46. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
  47. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
  48. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +17 -13
  49. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  50. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  51. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +46 -11
  52. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +53 -0
  53. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +1 -1
  54. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +121 -76
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -40
  56. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +35 -35
  57. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +14 -0
  58. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -6
  59. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +2 -2
  60. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +34 -9
  61. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +17 -1
  62. package/tencentcloud/services/tcr/v20190924/tcr_client.js +24 -0
  63. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +341 -132
  64. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  65. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  66. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +28 -0
  67. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1 -1
  68. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -4
  69. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +9 -1
  70. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +95 -11
  71. package/tencentcloud/services/tse/v20201207/tse_client.js +141 -15
  72. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1863 -513
  73. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
  74. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
  75. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -18
  76. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -2
  77. package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -2
  78. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -18
  79. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  80. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  81. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +206 -12
  82. package/test/cls.v20201016.test.js +42 -2
  83. package/test/dbbrain.v20210527.test.js +10 -0
  84. package/test/tcr.v20190924.test.js +40 -0
  85. package/test/tdmq.v20200217.test.js +10 -0
  86. package/test/tse.v20201207.test.js +220 -10
  87. package/test/wedata.v20210820.test.js +10 -0
@@ -38,7 +38,7 @@ export interface ChannelCreateFlowRemindsResponse {
38
38
  */
39
39
  export interface ChannelDeleteSealPoliciesRequest {
40
40
  /**
41
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
41
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
42
42
  */
43
43
  Agent: Agent;
44
44
  /**
@@ -103,7 +103,7 @@ export interface CommonApproverOption {
103
103
  */
104
104
  export interface ChannelCreateFlowSignReviewRequest {
105
105
  /**
106
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
106
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
107
107
  */
108
108
  Agent: Agent;
109
109
  /**
@@ -153,7 +153,7 @@ export interface AuthFailMessage {
153
153
  */
154
154
  export interface DescribeFlowDetailInfoRequest {
155
155
  /**
156
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
156
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
157
157
  */
158
158
  Agent: Agent;
159
159
  /**
@@ -176,7 +176,7 @@ export interface DescribeFlowDetailInfoRequest {
176
176
  */
177
177
  export interface ModifyExtendedServiceRequest {
178
178
  /**
179
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
179
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
180
180
 
181
181
  注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
182
182
  */
@@ -203,7 +203,7 @@ export interface ModifyExtendedServiceRequest {
203
203
  export interface DescribeResourceUrlsByFlowsRequest {
204
204
  /**
205
205
  * 应用相关信息。
206
- 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
206
+ 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
207
207
  */
208
208
  Agent: Agent;
209
209
  /**
@@ -274,7 +274,7 @@ export interface OperateChannelTemplateResponse {
274
274
  */
275
275
  TemplateId?: string;
276
276
  /**
277
- * 全部成功-"all-success",部分成功-"part-success", 全部失败-"fail"失败的会在FailMessageList中展示
277
+ * 描述模版可见性更改的结果,和参数中Available无关,全部成功-"all-success",部分成功-"part-success", 全部失败-"fail"失败的会在FailMessageList中展示。
278
278
  注意:此字段可能返回 null,表示取不到有效值。
279
279
  */
280
280
  OperateResult?: string;
@@ -502,7 +502,7 @@ export interface CreateConsoleLoginUrlResponse {
502
502
  */
503
503
  export interface ChannelDeleteRoleUsersRequest {
504
504
  /**
505
- * 代理信息
505
+ * 代理信息此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
506
506
  */
507
507
  Agent: Agent;
508
508
  /**
@@ -588,11 +588,11 @@ export interface ChannelCreatePrepareFlowRequest {
588
588
  */
589
589
  FlowApproverList: Array<CommonFlowApprover>;
590
590
  /**
591
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
591
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
592
592
  */
593
593
  Agent?: Agent;
594
594
  /**
595
- * 合同流程配置信息
595
+ * 合同流程配置信息,用于配置发起合同时定制化
596
596
  */
597
597
  FlowOption?: CreateFlowOption;
598
598
  /**
@@ -601,6 +601,7 @@ export interface ChannelCreatePrepareFlowRequest {
601
601
  FlowId?: string;
602
602
  /**
603
603
  * 该参数不可用,请通过获取 web 可嵌入接口获取合同流程预览 URL
604
+ * @deprecated
604
605
  */
605
606
  NeedPreview?: boolean;
606
607
  /**
@@ -619,7 +620,7 @@ export interface ChannelCreatePrepareFlowRequest {
619
620
  */
620
621
  export interface ChannelCreateFlowRemindsRequest {
621
622
  /**
622
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
623
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
623
624
  */
624
625
  Agent: Agent;
625
626
  /**
@@ -694,7 +695,7 @@ export interface FlowApproverUrlInfo {
694
695
  */
695
696
  export interface ChannelCreateConvertTaskApiRequest {
696
697
  /**
697
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
698
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
698
699
  */
699
700
  Agent: Agent;
700
701
  /**
@@ -725,7 +726,7 @@ export interface ChannelCreateConvertTaskApiRequest {
725
726
  */
726
727
  export interface ChannelCreateFlowByFilesRequest {
727
728
  /**
728
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
729
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
729
730
  */
730
731
  Agent?: Agent;
731
732
  /**
@@ -924,7 +925,7 @@ export interface ChannelCreateFlowGroupByFilesRequest {
924
925
  */
925
926
  FlowGroupName: string;
926
927
  /**
927
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
928
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
928
929
  */
929
930
  Agent?: Agent;
930
931
  /**
@@ -1002,7 +1003,7 @@ export interface RecipientComponentInfo {
1002
1003
  */
1003
1004
  export interface ChannelDescribeRolesRequest {
1004
1005
  /**
1005
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
1006
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
1006
1007
  */
1007
1008
  Agent: Agent;
1008
1009
  /**
@@ -1148,7 +1149,7 @@ export interface Agent {
1148
1149
  */
1149
1150
  ProxyOperator?: UserInfo;
1150
1151
  /**
1151
- * 在第三方平台子客企业开通电子签后,会生成唯一的子客应用Id(ProxyAppId)用于代理调用时的鉴权,在子客开通的回调中获取。
1152
+ * 非必需参数,在第三方平台子客企业开通电子签后,会生成唯一的子客应用Id(ProxyAppId)用于代理调用时的鉴权,在子客开通的回调中获取。
1152
1153
  */
1153
1154
  ProxyAppId?: string;
1154
1155
  /**
@@ -1247,7 +1248,7 @@ export interface ChannelVerifyPdfRequest {
1247
1248
  */
1248
1249
  FlowId: string;
1249
1250
  /**
1250
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1251
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
1251
1252
  */
1252
1253
  Agent?: Agent;
1253
1254
  /**
@@ -1261,7 +1262,7 @@ export interface ChannelVerifyPdfRequest {
1261
1262
  */
1262
1263
  export interface CreateChannelFlowEvidenceReportRequest {
1263
1264
  /**
1264
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1265
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
1265
1266
  */
1266
1267
  Agent: Agent;
1267
1268
  /**
@@ -1571,7 +1572,7 @@ export interface PdfVerifyResult {
1571
1572
  */
1572
1573
  export interface ChannelCancelMultiFlowSignQRCodeRequest {
1573
1574
  /**
1574
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1575
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId必填。
1575
1576
  */
1576
1577
  Agent: Agent;
1577
1578
  /**
@@ -1613,7 +1614,7 @@ export interface UploadFilesRequest {
1613
1614
  */
1614
1615
  export interface ChannelDescribeOrganizationSealsRequest {
1615
1616
  /**
1616
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1617
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
1617
1618
  */
1618
1619
  Agent: Agent;
1619
1620
  /**
@@ -1685,7 +1686,7 @@ export interface DescribeUsageRequest {
1685
1686
  */
1686
1687
  export interface DescribeExtendedServiceAuthInfoRequest {
1687
1688
  /**
1688
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
1689
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
1689
1690
 
1690
1691
  注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
1691
1692
 
@@ -2049,7 +2050,7 @@ export interface ChannelDescribeEmployeesRequest {
2049
2050
  */
2050
2051
  Limit: number;
2051
2052
  /**
2052
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2053
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
2053
2054
  */
2054
2055
  Agent?: Agent;
2055
2056
  /**
@@ -2117,7 +2118,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
2117
2118
  */
2118
2119
  export interface CreateSignUrlsRequest {
2119
2120
  /**
2120
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2121
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
2121
2122
  */
2122
2123
  Agent: Agent;
2123
2124
  /**
@@ -2182,7 +2183,7 @@ export interface CreateSignUrlsRequest {
2182
2183
  export interface ChannelCreateMultiFlowSignQRCodeRequest {
2183
2184
  /**
2184
2185
  * 应用相关信息。
2185
- 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
2186
+ 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
2186
2187
  */
2187
2188
  Agent: Agent;
2188
2189
  /**
@@ -2362,7 +2363,7 @@ export interface FlowApproverInfo {
2362
2363
  */
2363
2364
  export interface ChannelGetTaskResultApiRequest {
2364
2365
  /**
2365
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2366
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
2366
2367
  */
2367
2368
  Agent: Agent;
2368
2369
  /**
@@ -2474,7 +2475,7 @@ export interface CreateFlowsByTemplatesResponse {
2474
2475
  */
2475
2476
  export interface DescribeChannelFlowEvidenceReportRequest {
2476
2477
  /**
2477
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
2478
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
2478
2479
  */
2479
2480
  Agent: Agent;
2480
2481
  /**
@@ -2671,7 +2672,7 @@ export interface UploadFilesResponse {
2671
2672
  */
2672
2673
  export interface ChannelCreateBatchCancelFlowUrlRequest {
2673
2674
  /**
2674
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2675
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
2675
2676
  */
2676
2677
  Agent: Agent;
2677
2678
  /**
@@ -2710,7 +2711,7 @@ export interface ApproverRestriction {
2710
2711
  */
2711
2712
  export interface PrepareFlowsRequest {
2712
2713
  /**
2713
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2714
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
2714
2715
  */
2715
2716
  Agent: Agent;
2716
2717
  /**
@@ -2824,7 +2825,7 @@ export interface ChannelDescribeRolesResponse {
2824
2825
  */
2825
2826
  export interface ChannelCreateReleaseFlowRequest {
2826
2827
  /**
2827
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
2828
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
2828
2829
  */
2829
2830
  Agent: Agent;
2830
2831
  /**
@@ -2974,7 +2975,7 @@ export interface ModifyExtendedServiceResponse {
2974
2975
  */
2975
2976
  export interface ChannelCreateUserRolesRequest {
2976
2977
  /**
2977
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
2978
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
2978
2979
  */
2979
2980
  Agent: Agent;
2980
2981
  /**
@@ -3316,7 +3317,7 @@ export interface Component {
3316
3317
  */
3317
3318
  export interface GetDownloadFlowUrlRequest {
3318
3319
  /**
3319
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3320
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
3320
3321
  */
3321
3322
  Agent: Agent;
3322
3323
  /**
@@ -3347,7 +3348,7 @@ export interface ChannelCreateEmbedWebUrlResponse {
3347
3348
  */
3348
3349
  export interface ChannelBatchCancelFlowsRequest {
3349
3350
  /**
3350
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3351
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
3351
3352
  */
3352
3353
  Agent: Agent;
3353
3354
  /**
@@ -3377,7 +3378,7 @@ export interface ChannelBatchCancelFlowsRequest {
3377
3378
  */
3378
3379
  export interface ChannelUpdateSealStatusRequest {
3379
3380
  /**
3380
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3381
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
3381
3382
  */
3382
3383
  Agent: Agent;
3383
3384
  /**
@@ -3424,7 +3425,7 @@ export interface ChannelCancelFlowRequest {
3424
3425
  */
3425
3426
  FlowId: string;
3426
3427
  /**
3427
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3428
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
3428
3429
  */
3429
3430
  Agent?: Agent;
3430
3431
  /**
@@ -3450,7 +3451,7 @@ export interface ChannelCancelFlowRequest {
3450
3451
  */
3451
3452
  export interface DescribeTemplatesRequest {
3452
3453
  /**
3453
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3454
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId必填。
3454
3455
  */
3455
3456
  Agent: Agent;
3456
3457
  /**
@@ -3525,7 +3526,7 @@ export interface RelieveInfo {
3525
3526
  */
3526
3527
  export interface ChannelCreateSealPolicyRequest {
3527
3528
  /**
3528
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3529
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
3529
3530
  */
3530
3531
  Agent: Agent;
3531
3532
  /**
@@ -3603,7 +3604,7 @@ export interface OccupiedSeal {
3603
3604
  */
3604
3605
  export interface CreateFlowsByTemplatesRequest {
3605
3606
  /**
3606
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3607
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
3607
3608
  */
3608
3609
  Agent: Agent;
3609
3610
  /**
@@ -3727,6 +3728,11 @@ export interface OperateChannelTemplateRequest {
3727
3728
  * @deprecated
3728
3729
  */
3729
3730
  Operator?: UserInfo;
3731
+ /**
3732
+ * 当OperateType=UPADATE时,可以通过设置此字段对模板启停用状态进行操作。若此字段值为0,则不会修改模板Available,1为启用模板,2为停用模板。
3733
+ 启用后模板可以正常领取。停用后,推送方式为【自动推送】的模板则无法被子客使用,推送方式为【手动领取】的模板则无法出现被模板库被子客领用。如果Available更新失败,会直接返回错误。
3734
+ */
3735
+ Available?: number;
3730
3736
  }
3731
3737
  /**
3732
3738
  * CreateChannelFlowEvidenceReport返回参数结构体
@@ -3833,7 +3839,7 @@ export interface DescribeChannelFlowEvidenceReportResponse {
3833
3839
  */
3834
3840
  export interface CreateSealByImageRequest {
3835
3841
  /**
3836
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
3842
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
3837
3843
  */
3838
3844
  Agent: Agent;
3839
3845
  /**
@@ -3864,7 +3870,7 @@ export interface ChannelUpdateSealStatusResponse {
3864
3870
  */
3865
3871
  export interface ChannelCreateFlowSignUrlRequest {
3866
3872
  /**
3867
- * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填
3873
+ * 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
3868
3874
  */
3869
3875
  Agent: Agent;
3870
3876
  /**
@@ -3905,7 +3911,7 @@ export interface DescribeExtendedServiceAuthInfoResponse {
3905
3911
  */
3906
3912
  export interface ChannelCreateEmbedWebUrlRequest {
3907
3913
  /**
3908
- * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
3914
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
3909
3915
  */
3910
3916
  Agent: Agent;
3911
3917
  /**
@@ -3967,7 +3973,7 @@ export interface CcInfo {
3967
3973
  */
3968
3974
  export interface ChannelDescribeFlowComponentsRequest {
3969
3975
  /**
3970
- * 应用相关信息
3976
+ * 应用相关信息。此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
3971
3977
  */
3972
3978
  Agent: Agent;
3973
3979
  /**
@@ -5336,35 +5336,35 @@ export interface ProxyInfo {
5336
5336
  * (旧参数,请使用ProxyId)通道实例ID。
5337
5337
  注意:此字段可能返回 null,表示取不到有效值。
5338
5338
  */
5339
- InstanceId: string;
5339
+ InstanceId?: string;
5340
5340
  /**
5341
5341
  * 创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
5342
5342
  */
5343
- CreateTime: number;
5343
+ CreateTime?: number;
5344
5344
  /**
5345
5345
  * 项目ID。
5346
5346
  */
5347
- ProjectId: number;
5347
+ ProjectId?: number;
5348
5348
  /**
5349
5349
  * 通道名称。
5350
5350
  */
5351
- ProxyName: string;
5351
+ ProxyName?: string;
5352
5352
  /**
5353
5353
  * 接入地域。
5354
5354
  */
5355
- AccessRegion: string;
5355
+ AccessRegion?: string;
5356
5356
  /**
5357
5357
  * 源站地域。
5358
5358
  */
5359
- RealServerRegion: string;
5359
+ RealServerRegion?: string;
5360
5360
  /**
5361
5361
  * 带宽,单位:Mbps。
5362
5362
  */
5363
- Bandwidth: number;
5363
+ Bandwidth?: number;
5364
5364
  /**
5365
5365
  * 并发,单位:万个/秒。
5366
5366
  */
5367
- Concurrent: number;
5367
+ Concurrent?: number;
5368
5368
  /**
5369
5369
  * 通道状态。其中:
5370
5370
  RUNNING表示运行中;
@@ -5380,129 +5380,129 @@ export interface ProxyInfo {
5380
5380
  RECOVERING表示通道维护中;
5381
5381
  MOVING表示迁移中。
5382
5382
  */
5383
- Status: string;
5383
+ Status?: string;
5384
5384
  /**
5385
5385
  * 接入域名。
5386
5386
  */
5387
- Domain: string;
5387
+ Domain?: string;
5388
5388
  /**
5389
5389
  * 接入IP。
5390
5390
  */
5391
- IP: string;
5391
+ IP?: string;
5392
5392
  /**
5393
5393
  * 通道版本号:1.0,2.0,3.0。
5394
5394
  */
5395
- Version: string;
5395
+ Version?: string;
5396
5396
  /**
5397
5397
  * (新参数)通道实例ID。
5398
5398
  注意:此字段可能返回 null,表示取不到有效值。
5399
5399
  */
5400
- ProxyId: string;
5400
+ ProxyId?: string;
5401
5401
  /**
5402
5402
  * 1,该通道可缩扩容;0,该通道无法缩扩容。
5403
5403
  */
5404
- Scalarable: number;
5404
+ Scalarable?: number;
5405
5405
  /**
5406
5406
  * 支持的协议类型。
5407
5407
  */
5408
- SupportProtocols: Array<string>;
5408
+ SupportProtocols?: Array<string>;
5409
5409
  /**
5410
5410
  * 通道组ID,当通道归属于某一通道组时,存在该字段。
5411
5411
  注意:此字段可能返回 null,表示取不到有效值。
5412
5412
  */
5413
- GroupId: string;
5413
+ GroupId?: string;
5414
5414
  /**
5415
5415
  * 安全策略ID,当设置了安全策略时,存在该字段。
5416
5416
  注意:此字段可能返回 null,表示取不到有效值。
5417
5417
  */
5418
- PolicyId: string;
5418
+ PolicyId?: string;
5419
5419
  /**
5420
5420
  * 接入地域详细信息,包括地域ID和地域名。
5421
5421
  注意:此字段可能返回 null,表示取不到有效值。
5422
5422
  */
5423
- AccessRegionInfo: RegionDetail;
5423
+ AccessRegionInfo?: RegionDetail;
5424
5424
  /**
5425
5425
  * 源站地域详细信息,包括地域ID和地域名。
5426
5426
  注意:此字段可能返回 null,表示取不到有效值。
5427
5427
  */
5428
- RealServerRegionInfo: RegionDetail;
5428
+ RealServerRegionInfo?: RegionDetail;
5429
5429
  /**
5430
5430
  * 通道转发IP
5431
5431
  */
5432
- ForwardIP: string;
5432
+ ForwardIP?: string;
5433
5433
  /**
5434
5434
  * 标签列表,不存在标签时,该字段为空列表。
5435
5435
  注意:此字段可能返回 null,表示取不到有效值。
5436
5436
  */
5437
- TagSet: Array<TagPair>;
5437
+ TagSet?: Array<TagPair>;
5438
5438
  /**
5439
5439
  * 是否支持安全组配置
5440
5440
  注意:此字段可能返回 null,表示取不到有效值。
5441
5441
  */
5442
- SupportSecurity: number;
5442
+ SupportSecurity?: number;
5443
5443
  /**
5444
5444
  * 计费类型: 0表示按带宽计费 1表示按流量计费。
5445
5445
  注意:此字段可能返回 null,表示取不到有效值。
5446
5446
  */
5447
- BillingType: number;
5447
+ BillingType?: number;
5448
5448
  /**
5449
5449
  * 关联了解析的域名列表
5450
5450
  注意:此字段可能返回 null,表示取不到有效值。
5451
5451
  */
5452
- RelatedGlobalDomains: Array<string>;
5452
+ RelatedGlobalDomains?: Array<string>;
5453
5453
  /**
5454
5454
  * 配置变更时间
5455
5455
  注意:此字段可能返回 null,表示取不到有效值。
5456
5456
  */
5457
- ModifyConfigTime: number;
5457
+ ModifyConfigTime?: number;
5458
5458
  /**
5459
5459
  * 通道类型,100表示THUNDER通道,103表示微软合作通道
5460
5460
  注意:此字段可能返回 null,表示取不到有效值。
5461
5461
  */
5462
- ProxyType: number;
5462
+ ProxyType?: number;
5463
5463
  /**
5464
5464
  * 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
5465
5465
  注意:此字段可能返回 null,表示取不到有效值。
5466
5466
  */
5467
- ClientIPMethod: Array<number>;
5467
+ ClientIPMethod?: Array<number>;
5468
5468
  /**
5469
5469
  * IP版本:IPv4、IPv6
5470
5470
  注意:此字段可能返回 null,表示取不到有效值。
5471
5471
  */
5472
- IPAddressVersion: string;
5472
+ IPAddressVersion?: string;
5473
5473
  /**
5474
5474
  * 网络类型:normal表示常规BGP,cn2表示精品BGP,triple表示三网,secure_eip表示定制安全EIP
5475
5475
  注意:此字段可能返回 null,表示取不到有效值。
5476
5476
  */
5477
- NetworkType: string;
5477
+ NetworkType?: string;
5478
5478
  /**
5479
5479
  * 通道套餐类型:Thunder表示标准通道,Accelerator表示银牌加速通道,
5480
5480
  CrossBorder表示跨境通道。
5481
5481
  注意:此字段可能返回 null,表示取不到有效值。
5482
5482
  */
5483
- PackageType: string;
5483
+ PackageType?: string;
5484
5484
  /**
5485
5485
  * 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
5486
5486
  注意:此字段可能返回 null,表示取不到有效值。
5487
5487
  */
5488
- BanStatus: string;
5488
+ BanStatus?: string;
5489
5489
  /**
5490
5490
  * IP列表
5491
5491
  注意:此字段可能返回 null,表示取不到有效值。
5492
5492
  */
5493
- IPList: Array<IPDetail>;
5493
+ IPList?: Array<IPDetail>;
5494
5494
  /**
5495
5495
  * 支持Http3协议的标识,其中:
5496
5496
  0表示关闭;
5497
5497
  1表示启用。
5498
5498
  注意:此字段可能返回 null,表示取不到有效值。
5499
5499
  */
5500
- Http3Supported: number;
5500
+ Http3Supported?: number;
5501
5501
  /**
5502
5502
  * 是否在封禁黑名单中,其中:0表示不在黑名单中,1表示在黑名单中。
5503
5503
  注意:此字段可能返回 null,表示取不到有效值。
5504
5504
  */
5505
- InBanBlacklist: number;
5505
+ InBanBlacklist?: number;
5506
5506
  /**
5507
5507
  * 特性位图,每个bit位代表一种特性,其中:
5508
5508
  0,表示不支持该特性;
@@ -5518,7 +5518,7 @@ export interface ProxyInfo {
5518
5518
  注意:此字段可能返回 null,表示取不到有效值。
5519
5519
  注意:此字段可能返回 null,表示取不到有效值。
5520
5520
  */
5521
- FeatureBitmap: number;
5521
+ FeatureBitmap?: number;
5522
5522
  }
5523
5523
  /**
5524
5524
  * RemoveRealServers返回参数结构体
@@ -632,6 +632,16 @@ export interface RoomItem {
632
632
  注意:此字段可能返回 null,表示取不到有效值。
633
633
  */
634
634
  EnableDirectControl?: number;
635
+ /**
636
+ * 开启专注模式。 0 收看全部角色音视频(默认) 1 只看老师和助教
637
+ 注意:此字段可能返回 null,表示取不到有效值。
638
+ */
639
+ InteractionMode?: number;
640
+ /**
641
+ * 横竖屏。0:横屏开播(默认值); 1:竖屏开播,当前仅支持移动端的纯视频类型
642
+ 注意:此字段可能返回 null,表示取不到有效值。
643
+ */
644
+ VideoOrientation?: number;
635
645
  }
636
646
  /**
637
647
  * SetWatermark请求参数结构体
@@ -2484,6 +2494,10 @@ export interface GetRoomsRequest {
2484
2494
  * 默认是10条
2485
2495
  */
2486
2496
  Limit?: number;
2497
+ /**
2498
+ * 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期
2499
+ */
2500
+ Status?: Array<number>;
2487
2501
  }
2488
2502
  /**
2489
2503
  * DescribeDeveloper请求参数结构体
@@ -3120,14 +3120,11 @@ export interface LoginConfiguration {
3120
3120
  * <li>"YES"代表选择自动生成密码,这时不指定Password字段。</li>
3121
3121
  <li>"NO"代表选择自定义密码,这时要指定Password字段。</li>
3122
3122
  */
3123
- AutoGeneratePassword: string;
3123
+ AutoGeneratePassword?: string;
3124
3124
  /**
3125
3125
  * 实例登录密码。具体按照操作系统的复杂度要求。
3126
- WINDOWS 实例密码必须 12-30 位,不能以“/”开头且不包括用户名, 至少包含以下字符中的三种不同字符
3127
- <li>小写字母:[a-z]</li>
3128
- <li>大写字母:[A-Z]</li>
3129
- <li>数字: 0-9</li>
3130
- <li>特殊字符:()`~!@#$%^&*-+=_|{}[]:;' <>,.?/</li>
3126
+ `LINUX_UNIX` 实例密码必须 8-30 位,推荐使用 12 位以上密码,不能包含空格, 不能以“/”开头,至少包含以下字符中的三种不同字符,字符种类:<br><li>小写字母:[a-z]<br><li>大写字母:[A-Z]<br><li>数字:0-9<br><li>特殊字符: ()\`\~!@#$%^&\*-+=\_|{}[]:;' <>,.?/</li>
3127
+ `WINDOWS` 实例密码必须 12-30 位,不能包含空格, 不能以“/”开头且不包括用户名,至少包含以下字符中的三种不同字符<br><li>小写字母:[a-z]<br><li>大写字母:[A-Z]<br><li>数字: 0-9<br><li>特殊字符:()\`~!@#$%^&\*-+=\_|{}[]:;' <>,.?/
3131
3128
  */
3132
3129
  Password?: string;
3133
3130
  }
@@ -3130,11 +3130,11 @@ export interface DescribeProjectsResponse {
3130
3130
  * 项目数组
3131
3131
  注意:此字段可能返回 null,表示取不到有效值。
3132
3132
  */
3133
- ProjectSet: Array<Project>;
3133
+ ProjectSet?: Array<Project>;
3134
3134
  /**
3135
3135
  * 项目数量
3136
3136
  */
3137
- Total: number;
3137
+ Total?: number;
3138
3138
  /**
3139
3139
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3140
3140
  */