tencentcloud-sdk-nodejs 4.0.635 → 4.0.637
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +427 -0
- package/SERVICE_CHANGELOG.md +465 -184
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ciam/v20220331/ciam_models.ts +8 -0
- package/src/services/dasb/v20191018/dasb_models.ts +17 -13
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +13 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +48 -11
- package/src/services/dlc/v20210125/dlc_models.ts +1 -1
- package/src/services/ecm/v20190719/ecm_client.ts +4 -3
- package/src/services/ecm/v20190719/ecm_models.ts +123 -77
- package/src/services/essbasic/v20210526/essbasic_models.ts +42 -37
- package/src/services/gaap/v20180529/gaap_models.ts +35 -35
- package/src/services/mongodb/v20190725/mongodb_models.ts +65 -41
- package/src/services/privatedns/v20201028/privatedns_models.ts +3 -3
- package/src/services/pts/v20210728/pts_models.ts +2 -2
- package/src/services/tcr/v20190924/tcr_client.ts +62 -13
- package/src/services/tcr/v20190924/tcr_models.ts +365 -136
- package/src/services/teo/v20220901/teo_client.ts +462 -790
- package/src/services/teo/v20220901/teo_models.ts +533 -2272
- package/src/services/thpc/v20230321/thpc_models.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +16 -4
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +18 -18
- package/src/services/vpc/v20170312/vpc_client.ts +3 -2
- package/src/services/vpc/v20170312/vpc_models.ts +22 -18
- package/src/services/wedata/v20210820/wedata_client.ts +16 -2
- package/src/services/wedata/v20210820/wedata_models.ts +211 -13
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +8 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +17 -13
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +46 -11
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1 -1
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +1 -1
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +121 -76
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +42 -37
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +35 -35
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +65 -41
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +3 -3
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +2 -2
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +17 -1
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +24 -0
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +354 -134
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +121 -223
- package/tencentcloud/services/teo/v20220901/teo_client.js +179 -333
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +576 -2245
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -4
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -18
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -18
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +207 -13
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/tcr.v20190924.test.js +40 -0
- package/test/teo.v20220901.test.js +118 -378
- package/test/wedata.v20210820.test.js +10 -0
|
@@ -58,7 +58,7 @@ export interface ChannelCreateFlowRemindsResponse {
|
|
|
58
58
|
*/
|
|
59
59
|
export interface ChannelDeleteSealPoliciesRequest {
|
|
60
60
|
/**
|
|
61
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
61
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
62
62
|
*/
|
|
63
63
|
Agent: Agent
|
|
64
64
|
/**
|
|
@@ -127,7 +127,7 @@ export interface CommonApproverOption {
|
|
|
127
127
|
*/
|
|
128
128
|
export interface ChannelCreateFlowSignReviewRequest {
|
|
129
129
|
/**
|
|
130
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
130
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
131
131
|
*/
|
|
132
132
|
Agent: Agent
|
|
133
133
|
/**
|
|
@@ -179,7 +179,7 @@ export interface AuthFailMessage {
|
|
|
179
179
|
*/
|
|
180
180
|
export interface DescribeFlowDetailInfoRequest {
|
|
181
181
|
/**
|
|
182
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
182
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
183
183
|
*/
|
|
184
184
|
Agent: Agent
|
|
185
185
|
/**
|
|
@@ -203,7 +203,7 @@ export interface DescribeFlowDetailInfoRequest {
|
|
|
203
203
|
*/
|
|
204
204
|
export interface ModifyExtendedServiceRequest {
|
|
205
205
|
/**
|
|
206
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
206
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
207
207
|
|
|
208
208
|
注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
|
|
209
209
|
*/
|
|
@@ -231,7 +231,7 @@ CLOSE:关闭
|
|
|
231
231
|
export interface DescribeResourceUrlsByFlowsRequest {
|
|
232
232
|
/**
|
|
233
233
|
* 应用相关信息。
|
|
234
|
-
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
234
|
+
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
235
235
|
*/
|
|
236
236
|
Agent: Agent
|
|
237
237
|
/**
|
|
@@ -306,7 +306,7 @@ export interface OperateChannelTemplateResponse {
|
|
|
306
306
|
*/
|
|
307
307
|
TemplateId?: string
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* 描述模版可见性更改的结果,和参数中Available无关,全部成功-"all-success",部分成功-"part-success", 全部失败-"fail"失败的会在FailMessageList中展示。
|
|
310
310
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
311
311
|
*/
|
|
312
312
|
OperateResult?: string
|
|
@@ -540,7 +540,7 @@ export interface CreateConsoleLoginUrlResponse {
|
|
|
540
540
|
*/
|
|
541
541
|
export interface ChannelDeleteRoleUsersRequest {
|
|
542
542
|
/**
|
|
543
|
-
*
|
|
543
|
+
* 代理信息此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
544
544
|
*/
|
|
545
545
|
Agent: Agent
|
|
546
546
|
/**
|
|
@@ -661,7 +661,7 @@ export interface ChannelCreatePrepareFlowRequest {
|
|
|
661
661
|
*/
|
|
662
662
|
export interface ChannelCreateFlowRemindsRequest {
|
|
663
663
|
/**
|
|
664
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
664
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
665
665
|
*/
|
|
666
666
|
Agent: Agent
|
|
667
667
|
/**
|
|
@@ -741,7 +741,7 @@ export interface FlowApproverUrlInfo {
|
|
|
741
741
|
*/
|
|
742
742
|
export interface ChannelCreateConvertTaskApiRequest {
|
|
743
743
|
/**
|
|
744
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
744
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
745
745
|
*/
|
|
746
746
|
Agent: Agent
|
|
747
747
|
/**
|
|
@@ -773,7 +773,7 @@ export interface ChannelCreateConvertTaskApiRequest {
|
|
|
773
773
|
*/
|
|
774
774
|
export interface ChannelCreateFlowByFilesRequest {
|
|
775
775
|
/**
|
|
776
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
776
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
|
|
777
777
|
*/
|
|
778
778
|
Agent?: Agent
|
|
779
779
|
/**
|
|
@@ -976,7 +976,7 @@ export interface ChannelCreateFlowGroupByFilesRequest {
|
|
|
976
976
|
*/
|
|
977
977
|
FlowGroupName: string
|
|
978
978
|
/**
|
|
979
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
979
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
980
980
|
*/
|
|
981
981
|
Agent?: Agent
|
|
982
982
|
/**
|
|
@@ -1057,7 +1057,7 @@ export interface RecipientComponentInfo {
|
|
|
1057
1057
|
*/
|
|
1058
1058
|
export interface ChannelDescribeRolesRequest {
|
|
1059
1059
|
/**
|
|
1060
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1060
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1061
1061
|
*/
|
|
1062
1062
|
Agent: Agent
|
|
1063
1063
|
/**
|
|
@@ -1310,7 +1310,7 @@ export interface ChannelVerifyPdfRequest {
|
|
|
1310
1310
|
*/
|
|
1311
1311
|
FlowId: string
|
|
1312
1312
|
/**
|
|
1313
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1313
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1314
1314
|
*/
|
|
1315
1315
|
Agent?: Agent
|
|
1316
1316
|
/**
|
|
@@ -1325,7 +1325,7 @@ export interface ChannelVerifyPdfRequest {
|
|
|
1325
1325
|
*/
|
|
1326
1326
|
export interface CreateChannelFlowEvidenceReportRequest {
|
|
1327
1327
|
/**
|
|
1328
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1328
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
1329
1329
|
*/
|
|
1330
1330
|
Agent: Agent
|
|
1331
1331
|
/**
|
|
@@ -1642,7 +1642,7 @@ export interface PdfVerifyResult {
|
|
|
1642
1642
|
*/
|
|
1643
1643
|
export interface ChannelCancelMultiFlowSignQRCodeRequest {
|
|
1644
1644
|
/**
|
|
1645
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1645
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId必填。
|
|
1646
1646
|
*/
|
|
1647
1647
|
Agent: Agent
|
|
1648
1648
|
/**
|
|
@@ -1686,7 +1686,7 @@ export interface UploadFilesRequest {
|
|
|
1686
1686
|
*/
|
|
1687
1687
|
export interface ChannelDescribeOrganizationSealsRequest {
|
|
1688
1688
|
/**
|
|
1689
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1689
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1690
1690
|
*/
|
|
1691
1691
|
Agent: Agent
|
|
1692
1692
|
/**
|
|
@@ -1760,7 +1760,7 @@ export interface DescribeUsageRequest {
|
|
|
1760
1760
|
*/
|
|
1761
1761
|
export interface DescribeExtendedServiceAuthInfoRequest {
|
|
1762
1762
|
/**
|
|
1763
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1763
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
1764
1764
|
|
|
1765
1765
|
注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
|
|
1766
1766
|
|
|
@@ -2133,7 +2133,7 @@ export interface ChannelDescribeEmployeesRequest {
|
|
|
2133
2133
|
*/
|
|
2134
2134
|
Limit: number
|
|
2135
2135
|
/**
|
|
2136
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2136
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2137
2137
|
*/
|
|
2138
2138
|
Agent?: Agent
|
|
2139
2139
|
/**
|
|
@@ -2205,7 +2205,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
|
|
|
2205
2205
|
*/
|
|
2206
2206
|
export interface CreateSignUrlsRequest {
|
|
2207
2207
|
/**
|
|
2208
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2208
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2209
2209
|
*/
|
|
2210
2210
|
Agent: Agent
|
|
2211
2211
|
/**
|
|
@@ -2271,7 +2271,7 @@ GenerateType为"PERSON"或"FOLLOWER"时必填
|
|
|
2271
2271
|
export interface ChannelCreateMultiFlowSignQRCodeRequest {
|
|
2272
2272
|
/**
|
|
2273
2273
|
* 应用相关信息。
|
|
2274
|
-
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2274
|
+
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2275
2275
|
*/
|
|
2276
2276
|
Agent: Agent
|
|
2277
2277
|
/**
|
|
@@ -2454,7 +2454,7 @@ HANDWRITE -手写签名
|
|
|
2454
2454
|
*/
|
|
2455
2455
|
export interface ChannelGetTaskResultApiRequest {
|
|
2456
2456
|
/**
|
|
2457
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2457
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
|
|
2458
2458
|
*/
|
|
2459
2459
|
Agent: Agent
|
|
2460
2460
|
/**
|
|
@@ -2569,7 +2569,7 @@ export interface CreateFlowsByTemplatesResponse {
|
|
|
2569
2569
|
*/
|
|
2570
2570
|
export interface DescribeChannelFlowEvidenceReportRequest {
|
|
2571
2571
|
/**
|
|
2572
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2572
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
2573
2573
|
*/
|
|
2574
2574
|
Agent: Agent
|
|
2575
2575
|
/**
|
|
@@ -2776,7 +2776,7 @@ export interface UploadFilesResponse {
|
|
|
2776
2776
|
*/
|
|
2777
2777
|
export interface ChannelCreateBatchCancelFlowUrlRequest {
|
|
2778
2778
|
/**
|
|
2779
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2779
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2780
2780
|
*/
|
|
2781
2781
|
Agent: Agent
|
|
2782
2782
|
/**
|
|
@@ -2817,7 +2817,7 @@ export interface ApproverRestriction {
|
|
|
2817
2817
|
*/
|
|
2818
2818
|
export interface PrepareFlowsRequest {
|
|
2819
2819
|
/**
|
|
2820
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2820
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2821
2821
|
*/
|
|
2822
2822
|
Agent: Agent
|
|
2823
2823
|
/**
|
|
@@ -2938,7 +2938,7 @@ export interface ChannelDescribeRolesResponse {
|
|
|
2938
2938
|
*/
|
|
2939
2939
|
export interface ChannelCreateReleaseFlowRequest {
|
|
2940
2940
|
/**
|
|
2941
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2941
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2942
2942
|
*/
|
|
2943
2943
|
Agent: Agent
|
|
2944
2944
|
/**
|
|
@@ -3095,7 +3095,7 @@ export interface ModifyExtendedServiceResponse {
|
|
|
3095
3095
|
*/
|
|
3096
3096
|
export interface ChannelCreateUserRolesRequest {
|
|
3097
3097
|
/**
|
|
3098
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3098
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3099
3099
|
*/
|
|
3100
3100
|
Agent: Agent
|
|
3101
3101
|
/**
|
|
@@ -3441,7 +3441,7 @@ SIGN_PAGING_SEAL - 可以指定印章ID
|
|
|
3441
3441
|
*/
|
|
3442
3442
|
export interface GetDownloadFlowUrlRequest {
|
|
3443
3443
|
/**
|
|
3444
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3444
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3445
3445
|
*/
|
|
3446
3446
|
Agent: Agent
|
|
3447
3447
|
/**
|
|
@@ -3474,7 +3474,7 @@ export interface ChannelCreateEmbedWebUrlResponse {
|
|
|
3474
3474
|
*/
|
|
3475
3475
|
export interface ChannelBatchCancelFlowsRequest {
|
|
3476
3476
|
/**
|
|
3477
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3477
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3478
3478
|
*/
|
|
3479
3479
|
Agent: Agent
|
|
3480
3480
|
/**
|
|
@@ -3505,7 +3505,7 @@ export interface ChannelBatchCancelFlowsRequest {
|
|
|
3505
3505
|
*/
|
|
3506
3506
|
export interface ChannelUpdateSealStatusRequest {
|
|
3507
3507
|
/**
|
|
3508
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3508
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3509
3509
|
*/
|
|
3510
3510
|
Agent: Agent
|
|
3511
3511
|
/**
|
|
@@ -3554,7 +3554,7 @@ export interface ChannelCancelFlowRequest {
|
|
|
3554
3554
|
*/
|
|
3555
3555
|
FlowId: string
|
|
3556
3556
|
/**
|
|
3557
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3557
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3558
3558
|
*/
|
|
3559
3559
|
Agent?: Agent
|
|
3560
3560
|
/**
|
|
@@ -3581,7 +3581,7 @@ export interface ChannelCancelFlowRequest {
|
|
|
3581
3581
|
*/
|
|
3582
3582
|
export interface DescribeTemplatesRequest {
|
|
3583
3583
|
/**
|
|
3584
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3584
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId必填。
|
|
3585
3585
|
*/
|
|
3586
3586
|
Agent: Agent
|
|
3587
3587
|
/**
|
|
@@ -3658,7 +3658,7 @@ export interface RelieveInfo {
|
|
|
3658
3658
|
*/
|
|
3659
3659
|
export interface ChannelCreateSealPolicyRequest {
|
|
3660
3660
|
/**
|
|
3661
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3661
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3662
3662
|
*/
|
|
3663
3663
|
Agent: Agent
|
|
3664
3664
|
/**
|
|
@@ -3738,7 +3738,7 @@ export interface OccupiedSeal {
|
|
|
3738
3738
|
*/
|
|
3739
3739
|
export interface CreateFlowsByTemplatesRequest {
|
|
3740
3740
|
/**
|
|
3741
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3741
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
|
|
3742
3742
|
*/
|
|
3743
3743
|
Agent: Agent
|
|
3744
3744
|
/**
|
|
@@ -3866,6 +3866,11 @@ export interface OperateChannelTemplateRequest {
|
|
|
3866
3866
|
* @deprecated
|
|
3867
3867
|
*/
|
|
3868
3868
|
Operator?: UserInfo
|
|
3869
|
+
/**
|
|
3870
|
+
* 当OperateType=UPADATE时,可以通过设置此字段对模板启停用状态进行操作。若此字段值为0,则不会修改模板Available,1为启用模板,2为停用模板。
|
|
3871
|
+
启用后模板可以正常领取。停用后,推送方式为【自动推送】的模板则无法被子客使用,推送方式为【手动领取】的模板则无法出现被模板库被子客领用。如果Available更新失败,会直接返回错误。
|
|
3872
|
+
*/
|
|
3873
|
+
Available?: number
|
|
3869
3874
|
}
|
|
3870
3875
|
|
|
3871
3876
|
/**
|
|
@@ -3978,7 +3983,7 @@ export interface DescribeChannelFlowEvidenceReportResponse {
|
|
|
3978
3983
|
*/
|
|
3979
3984
|
export interface CreateSealByImageRequest {
|
|
3980
3985
|
/**
|
|
3981
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3986
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3982
3987
|
*/
|
|
3983
3988
|
Agent: Agent
|
|
3984
3989
|
/**
|
|
@@ -4011,7 +4016,7 @@ export interface ChannelUpdateSealStatusResponse {
|
|
|
4011
4016
|
*/
|
|
4012
4017
|
export interface ChannelCreateFlowSignUrlRequest {
|
|
4013
4018
|
/**
|
|
4014
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
4019
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
4015
4020
|
*/
|
|
4016
4021
|
Agent: Agent
|
|
4017
4022
|
/**
|
|
@@ -4054,7 +4059,7 @@ export interface DescribeExtendedServiceAuthInfoResponse {
|
|
|
4054
4059
|
*/
|
|
4055
4060
|
export interface ChannelCreateEmbedWebUrlRequest {
|
|
4056
4061
|
/**
|
|
4057
|
-
* 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
4062
|
+
* 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
4058
4063
|
*/
|
|
4059
4064
|
Agent: Agent
|
|
4060
4065
|
/**
|
|
@@ -4118,7 +4123,7 @@ export interface CcInfo {
|
|
|
4118
4123
|
*/
|
|
4119
4124
|
export interface ChannelDescribeFlowComponentsRequest {
|
|
4120
4125
|
/**
|
|
4121
|
-
*
|
|
4126
|
+
* 应用相关信息。此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
4122
4127
|
*/
|
|
4123
4128
|
Agent: Agent
|
|
4124
4129
|
/**
|
|
@@ -5599,35 +5599,35 @@ export interface ProxyInfo {
|
|
|
5599
5599
|
* (旧参数,请使用ProxyId)通道实例ID。
|
|
5600
5600
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5601
5601
|
*/
|
|
5602
|
-
InstanceId
|
|
5602
|
+
InstanceId?: string
|
|
5603
5603
|
/**
|
|
5604
5604
|
* 创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
|
5605
5605
|
*/
|
|
5606
|
-
CreateTime
|
|
5606
|
+
CreateTime?: number
|
|
5607
5607
|
/**
|
|
5608
5608
|
* 项目ID。
|
|
5609
5609
|
*/
|
|
5610
|
-
ProjectId
|
|
5610
|
+
ProjectId?: number
|
|
5611
5611
|
/**
|
|
5612
5612
|
* 通道名称。
|
|
5613
5613
|
*/
|
|
5614
|
-
ProxyName
|
|
5614
|
+
ProxyName?: string
|
|
5615
5615
|
/**
|
|
5616
5616
|
* 接入地域。
|
|
5617
5617
|
*/
|
|
5618
|
-
AccessRegion
|
|
5618
|
+
AccessRegion?: string
|
|
5619
5619
|
/**
|
|
5620
5620
|
* 源站地域。
|
|
5621
5621
|
*/
|
|
5622
|
-
RealServerRegion
|
|
5622
|
+
RealServerRegion?: string
|
|
5623
5623
|
/**
|
|
5624
5624
|
* 带宽,单位:Mbps。
|
|
5625
5625
|
*/
|
|
5626
|
-
Bandwidth
|
|
5626
|
+
Bandwidth?: number
|
|
5627
5627
|
/**
|
|
5628
5628
|
* 并发,单位:万个/秒。
|
|
5629
5629
|
*/
|
|
5630
|
-
Concurrent
|
|
5630
|
+
Concurrent?: number
|
|
5631
5631
|
/**
|
|
5632
5632
|
* 通道状态。其中:
|
|
5633
5633
|
RUNNING表示运行中;
|
|
@@ -5643,129 +5643,129 @@ CLONING表示复制中;
|
|
|
5643
5643
|
RECOVERING表示通道维护中;
|
|
5644
5644
|
MOVING表示迁移中。
|
|
5645
5645
|
*/
|
|
5646
|
-
Status
|
|
5646
|
+
Status?: string
|
|
5647
5647
|
/**
|
|
5648
5648
|
* 接入域名。
|
|
5649
5649
|
*/
|
|
5650
|
-
Domain
|
|
5650
|
+
Domain?: string
|
|
5651
5651
|
/**
|
|
5652
5652
|
* 接入IP。
|
|
5653
5653
|
*/
|
|
5654
|
-
IP
|
|
5654
|
+
IP?: string
|
|
5655
5655
|
/**
|
|
5656
5656
|
* 通道版本号:1.0,2.0,3.0。
|
|
5657
5657
|
*/
|
|
5658
|
-
Version
|
|
5658
|
+
Version?: string
|
|
5659
5659
|
/**
|
|
5660
5660
|
* (新参数)通道实例ID。
|
|
5661
5661
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5662
5662
|
*/
|
|
5663
|
-
ProxyId
|
|
5663
|
+
ProxyId?: string
|
|
5664
5664
|
/**
|
|
5665
5665
|
* 1,该通道可缩扩容;0,该通道无法缩扩容。
|
|
5666
5666
|
*/
|
|
5667
|
-
Scalarable
|
|
5667
|
+
Scalarable?: number
|
|
5668
5668
|
/**
|
|
5669
5669
|
* 支持的协议类型。
|
|
5670
5670
|
*/
|
|
5671
|
-
SupportProtocols
|
|
5671
|
+
SupportProtocols?: Array<string>
|
|
5672
5672
|
/**
|
|
5673
5673
|
* 通道组ID,当通道归属于某一通道组时,存在该字段。
|
|
5674
5674
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5675
5675
|
*/
|
|
5676
|
-
GroupId
|
|
5676
|
+
GroupId?: string
|
|
5677
5677
|
/**
|
|
5678
5678
|
* 安全策略ID,当设置了安全策略时,存在该字段。
|
|
5679
5679
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5680
5680
|
*/
|
|
5681
|
-
PolicyId
|
|
5681
|
+
PolicyId?: string
|
|
5682
5682
|
/**
|
|
5683
5683
|
* 接入地域详细信息,包括地域ID和地域名。
|
|
5684
5684
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5685
5685
|
*/
|
|
5686
|
-
AccessRegionInfo
|
|
5686
|
+
AccessRegionInfo?: RegionDetail
|
|
5687
5687
|
/**
|
|
5688
5688
|
* 源站地域详细信息,包括地域ID和地域名。
|
|
5689
5689
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5690
5690
|
*/
|
|
5691
|
-
RealServerRegionInfo
|
|
5691
|
+
RealServerRegionInfo?: RegionDetail
|
|
5692
5692
|
/**
|
|
5693
5693
|
* 通道转发IP
|
|
5694
5694
|
*/
|
|
5695
|
-
ForwardIP
|
|
5695
|
+
ForwardIP?: string
|
|
5696
5696
|
/**
|
|
5697
5697
|
* 标签列表,不存在标签时,该字段为空列表。
|
|
5698
5698
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5699
5699
|
*/
|
|
5700
|
-
TagSet
|
|
5700
|
+
TagSet?: Array<TagPair>
|
|
5701
5701
|
/**
|
|
5702
5702
|
* 是否支持安全组配置
|
|
5703
5703
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5704
5704
|
*/
|
|
5705
|
-
SupportSecurity
|
|
5705
|
+
SupportSecurity?: number
|
|
5706
5706
|
/**
|
|
5707
5707
|
* 计费类型: 0表示按带宽计费 1表示按流量计费。
|
|
5708
5708
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5709
5709
|
*/
|
|
5710
|
-
BillingType
|
|
5710
|
+
BillingType?: number
|
|
5711
5711
|
/**
|
|
5712
5712
|
* 关联了解析的域名列表
|
|
5713
5713
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5714
5714
|
*/
|
|
5715
|
-
RelatedGlobalDomains
|
|
5715
|
+
RelatedGlobalDomains?: Array<string>
|
|
5716
5716
|
/**
|
|
5717
5717
|
* 配置变更时间
|
|
5718
5718
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5719
5719
|
*/
|
|
5720
|
-
ModifyConfigTime
|
|
5720
|
+
ModifyConfigTime?: number
|
|
5721
5721
|
/**
|
|
5722
5722
|
* 通道类型,100表示THUNDER通道,103表示微软合作通道
|
|
5723
5723
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5724
5724
|
*/
|
|
5725
|
-
ProxyType
|
|
5725
|
+
ProxyType?: number
|
|
5726
5726
|
/**
|
|
5727
5727
|
* 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
|
|
5728
5728
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5729
5729
|
*/
|
|
5730
|
-
ClientIPMethod
|
|
5730
|
+
ClientIPMethod?: Array<number>
|
|
5731
5731
|
/**
|
|
5732
5732
|
* IP版本:IPv4、IPv6
|
|
5733
5733
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5734
5734
|
*/
|
|
5735
|
-
IPAddressVersion
|
|
5735
|
+
IPAddressVersion?: string
|
|
5736
5736
|
/**
|
|
5737
5737
|
* 网络类型:normal表示常规BGP,cn2表示精品BGP,triple表示三网,secure_eip表示定制安全EIP
|
|
5738
5738
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5739
5739
|
*/
|
|
5740
|
-
NetworkType
|
|
5740
|
+
NetworkType?: string
|
|
5741
5741
|
/**
|
|
5742
5742
|
* 通道套餐类型:Thunder表示标准通道,Accelerator表示银牌加速通道,
|
|
5743
5743
|
CrossBorder表示跨境通道。
|
|
5744
5744
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5745
5745
|
*/
|
|
5746
|
-
PackageType
|
|
5746
|
+
PackageType?: string
|
|
5747
5747
|
/**
|
|
5748
5748
|
* 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
|
5749
5749
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5750
5750
|
*/
|
|
5751
|
-
BanStatus
|
|
5751
|
+
BanStatus?: string
|
|
5752
5752
|
/**
|
|
5753
5753
|
* IP列表
|
|
5754
5754
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5755
5755
|
*/
|
|
5756
|
-
IPList
|
|
5756
|
+
IPList?: Array<IPDetail>
|
|
5757
5757
|
/**
|
|
5758
5758
|
* 支持Http3协议的标识,其中:
|
|
5759
5759
|
0表示关闭;
|
|
5760
5760
|
1表示启用。
|
|
5761
5761
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5762
5762
|
*/
|
|
5763
|
-
Http3Supported
|
|
5763
|
+
Http3Supported?: number
|
|
5764
5764
|
/**
|
|
5765
5765
|
* 是否在封禁黑名单中,其中:0表示不在黑名单中,1表示在黑名单中。
|
|
5766
5766
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5767
5767
|
*/
|
|
5768
|
-
InBanBlacklist
|
|
5768
|
+
InBanBlacklist?: number
|
|
5769
5769
|
/**
|
|
5770
5770
|
* 特性位图,每个bit位代表一种特性,其中:
|
|
5771
5771
|
0,表示不支持该特性;
|
|
@@ -5781,7 +5781,7 @@ CrossBorder表示跨境通道。
|
|
|
5781
5781
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5782
5782
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5783
5783
|
*/
|
|
5784
|
-
FeatureBitmap
|
|
5784
|
+
FeatureBitmap?: number
|
|
5785
5785
|
}
|
|
5786
5786
|
|
|
5787
5787
|
/**
|