tencentcloud-sdk-nodejs 4.0.467 → 4.0.469
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 +110 -0
- package/SERVICE_CHANGELOG.md +97 -251
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +4 -4
- package/src/services/dlc/v20210125/dlc_client.ts +35 -11
- package/src/services/dlc/v20210125/dlc_models.ts +210 -120
- package/src/services/emr/v20190103/emr_models.ts +11 -0
- package/src/services/ess/v20201111/ess_models.ts +5 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +11 -0
- package/src/services/partners/v20180321/partners_client.ts +4 -4
- package/src/services/partners/v20180321/partners_models.ts +10 -10
- package/src/services/thpc/v20220401/thpc_models.ts +5 -0
- package/src/services/vod/v20180717/vod_client.ts +13 -9
- package/src/services/vpc/v20170312/vpc_models.ts +19 -13
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +11 -3
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +15 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +178 -101
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +9 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +4 -4
- package/tencentcloud/services/partners/v20180321/partners_client.js +4 -4
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +10 -10
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +4 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -4
- package/tencentcloud/services/vod/v20180717/vod_client.js +8 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +18 -13
- package/test/dlc.v20210125.test.js +22 -2
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DescribeResultDownload返回参数结构体
|
|
3
|
+
*/
|
|
4
|
+
export interface DescribeResultDownloadResponse {
|
|
5
|
+
/**
|
|
6
|
+
* 下载文件路径
|
|
7
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8
|
+
*/
|
|
9
|
+
Path: string;
|
|
10
|
+
/**
|
|
11
|
+
* 任务状态 init | queue | format | compress | success| timeout | error
|
|
12
|
+
*/
|
|
13
|
+
Status: string;
|
|
14
|
+
/**
|
|
15
|
+
* 任务异常原因
|
|
16
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17
|
+
*/
|
|
18
|
+
Reason: string;
|
|
19
|
+
/**
|
|
20
|
+
* 临时AK
|
|
21
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22
|
+
*/
|
|
23
|
+
SecretId: string;
|
|
24
|
+
/**
|
|
25
|
+
* 临时SK
|
|
26
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
27
|
+
*/
|
|
28
|
+
SecretKey: string;
|
|
29
|
+
/**
|
|
30
|
+
* 临时Token
|
|
31
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
32
|
+
*/
|
|
33
|
+
Token: string;
|
|
34
|
+
/**
|
|
35
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
36
|
+
*/
|
|
37
|
+
RequestId?: string;
|
|
38
|
+
}
|
|
1
39
|
/**
|
|
2
40
|
* DescribeTaskResult返回参数结构体
|
|
3
41
|
*/
|
|
@@ -110,17 +148,82 @@ export interface ListTaskJobLogDetailResponse {
|
|
|
110
148
|
RequestId?: string;
|
|
111
149
|
}
|
|
112
150
|
/**
|
|
113
|
-
*
|
|
151
|
+
* 元数据基本对象
|
|
114
152
|
*/
|
|
115
|
-
export interface
|
|
153
|
+
export interface Asset {
|
|
116
154
|
/**
|
|
117
|
-
*
|
|
155
|
+
* 主键
|
|
156
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
118
157
|
*/
|
|
119
|
-
|
|
158
|
+
Id?: number;
|
|
120
159
|
/**
|
|
121
|
-
*
|
|
160
|
+
* 名称
|
|
161
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
122
162
|
*/
|
|
123
|
-
|
|
163
|
+
Name?: string;
|
|
164
|
+
/**
|
|
165
|
+
* 对象GUID值
|
|
166
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
167
|
+
*/
|
|
168
|
+
Guid?: string;
|
|
169
|
+
/**
|
|
170
|
+
* 数据目录
|
|
171
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
172
|
+
*/
|
|
173
|
+
Catalog?: string;
|
|
174
|
+
/**
|
|
175
|
+
* 描述信息
|
|
176
|
+
*/
|
|
177
|
+
Description?: string;
|
|
178
|
+
/**
|
|
179
|
+
* 对象owner
|
|
180
|
+
*/
|
|
181
|
+
Owner?: string;
|
|
182
|
+
/**
|
|
183
|
+
* 对象owner账户
|
|
184
|
+
*/
|
|
185
|
+
OwnerAccount?: string;
|
|
186
|
+
/**
|
|
187
|
+
* 权限
|
|
188
|
+
*/
|
|
189
|
+
PermValues?: Array<KVPair>;
|
|
190
|
+
/**
|
|
191
|
+
* 附加属性
|
|
192
|
+
*/
|
|
193
|
+
Params?: Array<KVPair>;
|
|
194
|
+
/**
|
|
195
|
+
* 附加业务属性
|
|
196
|
+
*/
|
|
197
|
+
BizParams?: Array<KVPair>;
|
|
198
|
+
/**
|
|
199
|
+
* 数据版本
|
|
200
|
+
*/
|
|
201
|
+
DataVersion?: number;
|
|
202
|
+
/**
|
|
203
|
+
* 创建时间
|
|
204
|
+
*/
|
|
205
|
+
CreateTime?: string;
|
|
206
|
+
/**
|
|
207
|
+
* 修改时间
|
|
208
|
+
*/
|
|
209
|
+
ModifiedTime?: string;
|
|
210
|
+
/**
|
|
211
|
+
* 数据源主键
|
|
212
|
+
*/
|
|
213
|
+
DatasourceId?: number;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* CreateResultDownload返回参数结构体
|
|
217
|
+
*/
|
|
218
|
+
export interface CreateResultDownloadResponse {
|
|
219
|
+
/**
|
|
220
|
+
* 下载任务Id
|
|
221
|
+
*/
|
|
222
|
+
DownloadId: string;
|
|
223
|
+
/**
|
|
224
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
225
|
+
*/
|
|
226
|
+
RequestId?: string;
|
|
124
227
|
}
|
|
125
228
|
/**
|
|
126
229
|
* CreateDMSDatabase返回参数结构体
|
|
@@ -966,69 +1069,17 @@ export interface CheckLockMetaDataRequest {
|
|
|
966
1069
|
ElapsedMs?: number;
|
|
967
1070
|
}
|
|
968
1071
|
/**
|
|
969
|
-
*
|
|
1072
|
+
* DescribeSparkAppJob请求参数结构体
|
|
970
1073
|
*/
|
|
971
|
-
export interface
|
|
972
|
-
/**
|
|
973
|
-
* 主键
|
|
974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
975
|
-
*/
|
|
976
|
-
Id?: number;
|
|
977
|
-
/**
|
|
978
|
-
* 名称
|
|
979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
980
|
-
*/
|
|
981
|
-
Name?: string;
|
|
982
|
-
/**
|
|
983
|
-
* 对象GUID值
|
|
984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
985
|
-
*/
|
|
986
|
-
Guid?: string;
|
|
987
|
-
/**
|
|
988
|
-
* 数据目录
|
|
989
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
990
|
-
*/
|
|
991
|
-
Catalog?: string;
|
|
992
|
-
/**
|
|
993
|
-
* 描述信息
|
|
994
|
-
*/
|
|
995
|
-
Description?: string;
|
|
996
|
-
/**
|
|
997
|
-
* 对象owner
|
|
998
|
-
*/
|
|
999
|
-
Owner?: string;
|
|
1000
|
-
/**
|
|
1001
|
-
* 对象owner账户
|
|
1002
|
-
*/
|
|
1003
|
-
OwnerAccount?: string;
|
|
1004
|
-
/**
|
|
1005
|
-
* 权限
|
|
1006
|
-
*/
|
|
1007
|
-
PermValues?: Array<KVPair>;
|
|
1008
|
-
/**
|
|
1009
|
-
* 附加属性
|
|
1010
|
-
*/
|
|
1011
|
-
Params?: Array<KVPair>;
|
|
1012
|
-
/**
|
|
1013
|
-
* 附加业务属性
|
|
1014
|
-
*/
|
|
1015
|
-
BizParams?: Array<KVPair>;
|
|
1016
|
-
/**
|
|
1017
|
-
* 数据版本
|
|
1018
|
-
*/
|
|
1019
|
-
DataVersion?: number;
|
|
1020
|
-
/**
|
|
1021
|
-
* 创建时间
|
|
1022
|
-
*/
|
|
1023
|
-
CreateTime?: string;
|
|
1074
|
+
export interface DescribeSparkAppJobRequest {
|
|
1024
1075
|
/**
|
|
1025
|
-
*
|
|
1076
|
+
* spark作业Id,与JobName同时存在时,JobName无效
|
|
1026
1077
|
*/
|
|
1027
|
-
|
|
1078
|
+
JobId?: string;
|
|
1028
1079
|
/**
|
|
1029
|
-
*
|
|
1080
|
+
* spark作业名
|
|
1030
1081
|
*/
|
|
1031
|
-
|
|
1082
|
+
JobName?: string;
|
|
1032
1083
|
}
|
|
1033
1084
|
/**
|
|
1034
1085
|
* CreateDatabase返回参数结构体
|
|
@@ -2599,22 +2650,39 @@ export interface DescribeUsersResponse {
|
|
|
2599
2650
|
RequestId?: string;
|
|
2600
2651
|
}
|
|
2601
2652
|
/**
|
|
2602
|
-
*
|
|
2653
|
+
* 数据表数据格式。
|
|
2603
2654
|
*/
|
|
2604
|
-
export interface
|
|
2655
|
+
export interface DataFormat {
|
|
2605
2656
|
/**
|
|
2606
|
-
*
|
|
2657
|
+
* 文本格式,TextFile。
|
|
2607
2658
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2608
2659
|
*/
|
|
2609
|
-
|
|
2660
|
+
TextFile: TextFile;
|
|
2610
2661
|
/**
|
|
2611
|
-
*
|
|
2662
|
+
* 文本格式,CSV。
|
|
2663
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2612
2664
|
*/
|
|
2613
|
-
|
|
2665
|
+
CSV: CSV;
|
|
2614
2666
|
/**
|
|
2615
|
-
*
|
|
2667
|
+
* 文本格式,Json。
|
|
2668
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2616
2669
|
*/
|
|
2617
|
-
|
|
2670
|
+
Json: Other;
|
|
2671
|
+
/**
|
|
2672
|
+
* Parquet格式
|
|
2673
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2674
|
+
*/
|
|
2675
|
+
Parquet: Other;
|
|
2676
|
+
/**
|
|
2677
|
+
* ORC格式
|
|
2678
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2679
|
+
*/
|
|
2680
|
+
ORC: Other;
|
|
2681
|
+
/**
|
|
2682
|
+
* AVRO格式
|
|
2683
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2684
|
+
*/
|
|
2685
|
+
AVRO: Other;
|
|
2618
2686
|
}
|
|
2619
2687
|
/**
|
|
2620
2688
|
* 查询视图信息对象
|
|
@@ -2915,6 +2983,15 @@ export interface DMSTableInfo {
|
|
|
2915
2983
|
*/
|
|
2916
2984
|
Asset: Asset;
|
|
2917
2985
|
}
|
|
2986
|
+
/**
|
|
2987
|
+
* AttachUserPolicy返回参数结构体
|
|
2988
|
+
*/
|
|
2989
|
+
export interface AttachUserPolicyResponse {
|
|
2990
|
+
/**
|
|
2991
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2992
|
+
*/
|
|
2993
|
+
RequestId?: string;
|
|
2994
|
+
}
|
|
2918
2995
|
/**
|
|
2919
2996
|
* 迁移元数据分区对象
|
|
2920
2997
|
*/
|
|
@@ -3825,13 +3902,21 @@ export interface Property {
|
|
|
3825
3902
|
Value: string;
|
|
3826
3903
|
}
|
|
3827
3904
|
/**
|
|
3828
|
-
*
|
|
3905
|
+
* CreateResultDownload请求参数结构体
|
|
3829
3906
|
*/
|
|
3830
|
-
export interface
|
|
3907
|
+
export interface CreateResultDownloadRequest {
|
|
3831
3908
|
/**
|
|
3832
|
-
*
|
|
3909
|
+
* 查询结果任务Id
|
|
3833
3910
|
*/
|
|
3834
|
-
|
|
3911
|
+
TaskId: string;
|
|
3912
|
+
/**
|
|
3913
|
+
* 下载格式
|
|
3914
|
+
*/
|
|
3915
|
+
Format: string;
|
|
3916
|
+
/**
|
|
3917
|
+
* 是否重新生成下载文件,仅当之前任务为 Timout | Error 时有效
|
|
3918
|
+
*/
|
|
3919
|
+
Force?: boolean;
|
|
3835
3920
|
}
|
|
3836
3921
|
/**
|
|
3837
3922
|
* CreateDMSDatabase请求参数结构体
|
|
@@ -3918,39 +4003,22 @@ export interface DescribeViewsResponse {
|
|
|
3918
4003
|
RequestId?: string;
|
|
3919
4004
|
}
|
|
3920
4005
|
/**
|
|
3921
|
-
*
|
|
4006
|
+
* DescribeScripts返回参数结构体
|
|
3922
4007
|
*/
|
|
3923
|
-
export interface
|
|
3924
|
-
/**
|
|
3925
|
-
* 文本格式,TextFile。
|
|
3926
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3927
|
-
*/
|
|
3928
|
-
TextFile: TextFile;
|
|
3929
|
-
/**
|
|
3930
|
-
* 文本格式,CSV。
|
|
3931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3932
|
-
*/
|
|
3933
|
-
CSV: CSV;
|
|
3934
|
-
/**
|
|
3935
|
-
* 文本格式,Json。
|
|
3936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3937
|
-
*/
|
|
3938
|
-
Json: Other;
|
|
4008
|
+
export interface DescribeScriptsResponse {
|
|
3939
4009
|
/**
|
|
3940
|
-
*
|
|
4010
|
+
* Script列表
|
|
3941
4011
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3942
4012
|
*/
|
|
3943
|
-
|
|
4013
|
+
Scripts: Array<Script>;
|
|
3944
4014
|
/**
|
|
3945
|
-
*
|
|
3946
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4015
|
+
* 实例总数
|
|
3947
4016
|
*/
|
|
3948
|
-
|
|
4017
|
+
TotalCount: number;
|
|
3949
4018
|
/**
|
|
3950
|
-
*
|
|
3951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4019
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3952
4020
|
*/
|
|
3953
|
-
|
|
4021
|
+
RequestId?: string;
|
|
3954
4022
|
}
|
|
3955
4023
|
/**
|
|
3956
4024
|
* 数据库对象
|
|
@@ -4036,3 +4104,12 @@ export interface DMSColumn {
|
|
|
4036
4104
|
*/
|
|
4037
4105
|
IsPartition?: boolean;
|
|
4038
4106
|
}
|
|
4107
|
+
/**
|
|
4108
|
+
* DescribeResultDownload请求参数结构体
|
|
4109
|
+
*/
|
|
4110
|
+
export interface DescribeResultDownloadRequest {
|
|
4111
|
+
/**
|
|
4112
|
+
* 查询任务Id
|
|
4113
|
+
*/
|
|
4114
|
+
DownloadId: string;
|
|
4115
|
+
}
|
|
@@ -668,6 +668,10 @@ export interface ScaleOutInstanceRequest {
|
|
|
668
668
|
* 预设配置组
|
|
669
669
|
*/
|
|
670
670
|
ScaleOutServiceConfAssign?: string;
|
|
671
|
+
/**
|
|
672
|
+
* 0表示关闭自动续费,1表示开启自动续费
|
|
673
|
+
*/
|
|
674
|
+
AutoRenew?: number;
|
|
671
675
|
}
|
|
672
676
|
/**
|
|
673
677
|
* 获取CVM配额
|
|
@@ -861,6 +865,11 @@ export interface EmrListInstance {
|
|
|
861
865
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
862
866
|
*/
|
|
863
867
|
IsMultiZoneCluster: boolean;
|
|
868
|
+
/**
|
|
869
|
+
* 是否手戳集群
|
|
870
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
871
|
+
*/
|
|
872
|
+
IsHandsCluster: boolean;
|
|
864
873
|
}
|
|
865
874
|
/**
|
|
866
875
|
* ModifyResourceScheduleConfig返回参数结构体
|
|
@@ -262,7 +262,8 @@ export interface DescribeIntegrationEmployeesRequest {
|
|
|
262
262
|
*/
|
|
263
263
|
Limit: number;
|
|
264
264
|
/**
|
|
265
|
-
* 查询过滤实名用户,
|
|
265
|
+
* 查询过滤实名用户,Key为Status,Values为["IsVerified"]
|
|
266
|
+
根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
|
|
266
267
|
*/
|
|
267
268
|
Filters?: Array<Filter>;
|
|
268
269
|
/**
|
|
@@ -762,7 +763,7 @@ HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
|
|
762
763
|
*/
|
|
763
764
|
PreReadTime?: number;
|
|
764
765
|
/**
|
|
765
|
-
* 签署方经办人的用户ID
|
|
766
|
+
* 签署方经办人的用户ID,和签署方经办人姓名+手机号+证件必须有一个。
|
|
766
767
|
*/
|
|
767
768
|
UserId?: string;
|
|
768
769
|
/**
|
|
@@ -1179,7 +1180,7 @@ HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
|
|
1179
1180
|
*/
|
|
1180
1181
|
PreReadTime?: number;
|
|
1181
1182
|
/**
|
|
1182
|
-
* 签署人userId
|
|
1183
|
+
* 签署人userId,传此字段则不用传姓名、手机号
|
|
1183
1184
|
*/
|
|
1184
1185
|
UserId?: string;
|
|
1185
1186
|
/**
|
|
@@ -274,7 +274,8 @@ export interface ChannelDescribeEmployeesRequest {
|
|
|
274
274
|
*/
|
|
275
275
|
Agent?: Agent;
|
|
276
276
|
/**
|
|
277
|
-
* 查询过滤实名用户,
|
|
277
|
+
* 查询过滤实名用户,Key为Status,Values为["IsVerified"]
|
|
278
|
+
根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
|
|
278
279
|
*/
|
|
279
280
|
Filters?: Array<Filter>;
|
|
280
281
|
/**
|
|
@@ -1069,6 +1069,15 @@ export interface WorkSpaceClusterItem {
|
|
|
1069
1069
|
* 绑定状态 2 绑定 1 解除绑定
|
|
1070
1070
|
*/
|
|
1071
1071
|
Status: number;
|
|
1072
|
+
/**
|
|
1073
|
+
* 项目ID
|
|
1074
|
+
*/
|
|
1075
|
+
ProjectId: number;
|
|
1076
|
+
/**
|
|
1077
|
+
* 项目ID string类型
|
|
1078
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1079
|
+
*/
|
|
1080
|
+
ProjectIdStr: string;
|
|
1072
1081
|
}
|
|
1073
1082
|
/**
|
|
1074
1083
|
* StopJobs返回参数结构体
|
|
@@ -8,11 +8,11 @@ import { DescribeAgentDealsCacheRequest, DescribeSalesmansRequest, DescribeAgent
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 【该接口已下线,请切换使用升级版本DescribeAgentSelfPayDealsV2】可以查询代理商下指定客户的自付订单
|
|
12
12
|
*/
|
|
13
13
|
DescribeAgentSelfPayDeals(req: DescribeAgentSelfPayDealsRequest, cb?: (error: string, rep: DescribeAgentSelfPayDealsResponse) => void): Promise<DescribeAgentSelfPayDealsResponse>;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* 【该接口已下线,请使用升级版本DescribeAgentDealsByCache】代理商拉取缓存的全量客户订单
|
|
16
16
|
*/
|
|
17
17
|
DescribeAgentDealsCache(req: DescribeAgentDealsCacheRequest, cb?: (error: string, rep: DescribeAgentDealsCacheResponse) => void): Promise<DescribeAgentDealsCacheResponse>;
|
|
18
18
|
/**
|
|
@@ -36,7 +36,7 @@ export declare class Client extends AbstractClient {
|
|
|
36
36
|
*/
|
|
37
37
|
AgentTransferMoney(req: AgentTransferMoneyRequest, cb?: (error: string, rep: AgentTransferMoneyResponse) => void): Promise<AgentTransferMoneyResponse>;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* 【该接口已下线,请切换使用升级版本DescribeRebateInfosNew】代理商可查询自己名下全部返佣信息
|
|
40
40
|
*/
|
|
41
41
|
DescribeRebateInfos(req: DescribeRebateInfosRequest, cb?: (error: string, rep: DescribeRebateInfosResponse) => void): Promise<DescribeRebateInfosResponse>;
|
|
42
42
|
/**
|
|
@@ -52,7 +52,7 @@ export declare class Client extends AbstractClient {
|
|
|
52
52
|
*/
|
|
53
53
|
DescribeClientBalanceNew(req: DescribeClientBalanceNewRequest, cb?: (error: string, rep: DescribeClientBalanceNewResponse) => void): Promise<DescribeClientBalanceNewResponse>;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 【该接口已下线,请切换使用升级版本DescribeAgentPayDealsV2】可以查询代理商代付的所有订单
|
|
56
56
|
*/
|
|
57
57
|
DescribeAgentPayDeals(req: DescribeAgentPayDealsRequest, cb?: (error: string, rep: DescribeAgentPayDealsResponse) => void): Promise<DescribeAgentPayDealsResponse>;
|
|
58
58
|
/**
|
|
@@ -28,13 +28,13 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
28
28
|
super("partners.tencentcloudapi.com", "2018-03-21", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 【该接口已下线,请切换使用升级版本DescribeAgentSelfPayDealsV2】可以查询代理商下指定客户的自付订单
|
|
32
32
|
*/
|
|
33
33
|
async DescribeAgentSelfPayDeals(req, cb) {
|
|
34
34
|
return this.request("DescribeAgentSelfPayDeals", req, cb);
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 【该接口已下线,请使用升级版本DescribeAgentDealsByCache】代理商拉取缓存的全量客户订单
|
|
38
38
|
*/
|
|
39
39
|
async DescribeAgentDealsCache(req, cb) {
|
|
40
40
|
return this.request("DescribeAgentDealsCache", req, cb);
|
|
@@ -70,7 +70,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
70
70
|
return this.request("AgentTransferMoney", req, cb);
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* 【该接口已下线,请切换使用升级版本DescribeRebateInfosNew】代理商可查询自己名下全部返佣信息
|
|
74
74
|
*/
|
|
75
75
|
async DescribeRebateInfos(req, cb) {
|
|
76
76
|
return this.request("DescribeRebateInfos", req, cb);
|
|
@@ -94,7 +94,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
94
94
|
return this.request("DescribeClientBalanceNew", req, cb);
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* 【该接口已下线,请切换使用升级版本DescribeAgentPayDealsV2】可以查询代理商代付的所有订单
|
|
98
98
|
*/
|
|
99
99
|
async DescribeAgentPayDeals(req, cb) {
|
|
100
100
|
return this.request("DescribeAgentPayDeals", req, cb);
|
|
@@ -59,15 +59,15 @@ export interface DescribeAgentDealsCacheRequest {
|
|
|
59
59
|
*/
|
|
60
60
|
Offset: number;
|
|
61
61
|
/**
|
|
62
|
-
* 限制数目
|
|
62
|
+
* 限制数目 最大200
|
|
63
63
|
*/
|
|
64
64
|
Limit: number;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* 下单时间范围起始点【请保持时间范围最大90天】
|
|
67
67
|
*/
|
|
68
68
|
CreatTimeRangeStart?: string;
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
70
|
+
* 下单时间范围终止点【请保持时间范围最大90天】
|
|
71
71
|
*/
|
|
72
72
|
CreatTimeRangeEnd?: string;
|
|
73
73
|
/**
|
|
@@ -352,7 +352,7 @@ export interface DescribeAgentPayDealsV2Request {
|
|
|
352
352
|
*/
|
|
353
353
|
Offset: number;
|
|
354
354
|
/**
|
|
355
|
-
* 限制数目
|
|
355
|
+
* 限制数目 最大100
|
|
356
356
|
*/
|
|
357
357
|
Limit: number;
|
|
358
358
|
/**
|
|
@@ -502,7 +502,7 @@ export interface DescribeAgentPayDealsRequest {
|
|
|
502
502
|
*/
|
|
503
503
|
Offset: number;
|
|
504
504
|
/**
|
|
505
|
-
* 限制数目
|
|
505
|
+
* 限制数目 最大100
|
|
506
506
|
*/
|
|
507
507
|
Limit: number;
|
|
508
508
|
/**
|
|
@@ -764,7 +764,7 @@ export interface DescribeAgentSelfPayDealsV2Request {
|
|
|
764
764
|
*/
|
|
765
765
|
Offset: number;
|
|
766
766
|
/**
|
|
767
|
-
* 限制数目
|
|
767
|
+
* 限制数目 最大100
|
|
768
768
|
*/
|
|
769
769
|
Limit: number;
|
|
770
770
|
/**
|
|
@@ -953,15 +953,15 @@ export interface DescribeAgentDealsByCacheRequest {
|
|
|
953
953
|
*/
|
|
954
954
|
Offset: number;
|
|
955
955
|
/**
|
|
956
|
-
* 限制数目
|
|
956
|
+
* 限制数目 最大200
|
|
957
957
|
*/
|
|
958
958
|
Limit: number;
|
|
959
959
|
/**
|
|
960
|
-
*
|
|
960
|
+
* 下单时间范围起始点【请保持时间范围最大90天】
|
|
961
961
|
*/
|
|
962
962
|
CreatTimeRangeStart?: string;
|
|
963
963
|
/**
|
|
964
|
-
*
|
|
964
|
+
* 下单时间范围终止点【请保持时间范围最大90天】
|
|
965
965
|
*/
|
|
966
966
|
CreatTimeRangeEnd?: string;
|
|
967
967
|
/**
|
|
@@ -1002,7 +1002,7 @@ export interface DescribeAgentSelfPayDealsRequest {
|
|
|
1002
1002
|
*/
|
|
1003
1003
|
Offset: number;
|
|
1004
1004
|
/**
|
|
1005
|
-
* 限制数目
|
|
1005
|
+
* 限制数目 最大100
|
|
1006
1006
|
*/
|
|
1007
1007
|
Limit: number;
|
|
1008
1008
|
/**
|
|
@@ -324,7 +324,8 @@ export declare class Client extends AbstractClient {
|
|
|
324
324
|
*/
|
|
325
325
|
ModifyVodDomainAccelerateConfig(req: ModifyVodDomainAccelerateConfigRequest, cb?: (error: string, rep: ModifyVodDomainAccelerateConfigResponse) => void): Promise<ModifyVodDomainAccelerateConfigResponse>;
|
|
326
326
|
/**
|
|
327
|
-
*
|
|
327
|
+
* 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
|
|
328
|
+
删除播放器配置。
|
|
328
329
|
*注:系统预置播放器配置不允许删除。*
|
|
329
330
|
*/
|
|
330
331
|
DeleteSuperPlayerConfig(req: DeleteSuperPlayerConfigRequest, cb?: (error: string, rep: DeleteSuperPlayerConfigResponse) => void): Promise<DeleteSuperPlayerConfigResponse>;
|
|
@@ -436,7 +437,8 @@ export declare class Client extends AbstractClient {
|
|
|
436
437
|
*/
|
|
437
438
|
DescribeEventsState(req: DescribeEventsStateRequest, cb?: (error: string, rep: DescribeEventsStateResponse) => void): Promise<DescribeEventsStateResponse>;
|
|
438
439
|
/**
|
|
439
|
-
*
|
|
440
|
+
* 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
|
|
441
|
+
创建播放器配置,数量上限:100。
|
|
440
442
|
*/
|
|
441
443
|
CreateSuperPlayerConfig(req: CreateSuperPlayerConfigRequest, cb?: (error: string, rep: CreateSuperPlayerConfigResponse) => void): Promise<CreateSuperPlayerConfigResponse>;
|
|
442
444
|
/**
|
|
@@ -534,7 +536,8 @@ export declare class Client extends AbstractClient {
|
|
|
534
536
|
*/
|
|
535
537
|
ModifySnapshotByTimeOffsetTemplate(req: ModifySnapshotByTimeOffsetTemplateRequest, cb?: (error: string, rep: ModifySnapshotByTimeOffsetTemplateResponse) => void): Promise<ModifySnapshotByTimeOffsetTemplateResponse>;
|
|
536
538
|
/**
|
|
537
|
-
*
|
|
539
|
+
* 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
|
|
540
|
+
修改播放器配置。
|
|
538
541
|
*/
|
|
539
542
|
ModifySuperPlayerConfig(req: ModifySuperPlayerConfigRequest, cb?: (error: string, rep: ModifySuperPlayerConfigResponse) => void): Promise<ModifySuperPlayerConfigResponse>;
|
|
540
543
|
/**
|
|
@@ -790,7 +793,8 @@ export declare class Client extends AbstractClient {
|
|
|
790
793
|
*/
|
|
791
794
|
ProcessMedia(req: ProcessMediaRequest, cb?: (error: string, rep: ProcessMediaResponse) => void): Promise<ProcessMediaResponse>;
|
|
792
795
|
/**
|
|
793
|
-
*
|
|
796
|
+
* 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
|
|
797
|
+
查询播放器配置,支持根据条件,分页查询。
|
|
794
798
|
*/
|
|
795
799
|
DescribeSuperPlayerConfigs(req: DescribeSuperPlayerConfigsRequest, cb?: (error: string, rep: DescribeSuperPlayerConfigsResponse) => void): Promise<DescribeSuperPlayerConfigsResponse>;
|
|
796
800
|
/**
|
|
@@ -448,7 +448,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
448
448
|
return this.request("ModifyVodDomainAccelerateConfig", req, cb);
|
|
449
449
|
}
|
|
450
450
|
/**
|
|
451
|
-
*
|
|
451
|
+
* 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
|
|
452
|
+
删除播放器配置。
|
|
452
453
|
*注:系统预置播放器配置不允许删除。*
|
|
453
454
|
*/
|
|
454
455
|
async DeleteSuperPlayerConfig(req, cb) {
|
|
@@ -596,7 +597,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
596
597
|
return this.request("DescribeEventsState", req, cb);
|
|
597
598
|
}
|
|
598
599
|
/**
|
|
599
|
-
*
|
|
600
|
+
* 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
|
|
601
|
+
创建播放器配置,数量上限:100。
|
|
600
602
|
*/
|
|
601
603
|
async CreateSuperPlayerConfig(req, cb) {
|
|
602
604
|
return this.request("CreateSuperPlayerConfig", req, cb);
|
|
@@ -738,7 +740,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
738
740
|
return this.request("ModifySnapshotByTimeOffsetTemplate", req, cb);
|
|
739
741
|
}
|
|
740
742
|
/**
|
|
741
|
-
*
|
|
743
|
+
* 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
|
|
744
|
+
修改播放器配置。
|
|
742
745
|
*/
|
|
743
746
|
async ModifySuperPlayerConfig(req, cb) {
|
|
744
747
|
return this.request("ModifySuperPlayerConfig", req, cb);
|
|
@@ -1070,7 +1073,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1070
1073
|
return this.request("ProcessMedia", req, cb);
|
|
1071
1074
|
}
|
|
1072
1075
|
/**
|
|
1073
|
-
*
|
|
1076
|
+
* 该 API 已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置模板,详细请参考 [播放器签名](https://cloud.tencent.com/document/product/266/45554)。
|
|
1077
|
+
查询播放器配置,支持根据条件,分页查询。
|
|
1074
1078
|
*/
|
|
1075
1079
|
async DescribeSuperPlayerConfigs(req, cb) {
|
|
1076
1080
|
return this.request("DescribeSuperPlayerConfigs", req, cb);
|