tencentcloud-sdk-nodejs 4.0.1043 → 4.0.1044
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/package.json +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/cdwpg/v20201230/cdwpg_client.ts +221 -11
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +1425 -229
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +12 -1
- package/src/services/trp/v20210515/trp_models.ts +0 -3
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +4 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +67 -3
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +99 -3
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +1356 -210
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +12 -1
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +0 -3
- 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 +4 -4
|
@@ -286,7 +286,7 @@ export declare class Client extends AbstractClient {
|
|
|
286
286
|
/**
|
|
287
287
|
* 1. 可以**通过图片**为子客企业代创建印章,图片最大5MB
|
|
288
288
|
|
|
289
|
-
2.
|
|
289
|
+
2. 可以使用**系统生成印章**为子客企业代创建印章, 系统创建的印章样子下图(样式可以调整)
|
|
290
290
|
|
|
291
291
|

|
|
292
292
|
*/
|
|
@@ -346,7 +346,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
346
346
|
/**
|
|
347
347
|
* 1. 可以**通过图片**为子客企业代创建印章,图片最大5MB
|
|
348
348
|
|
|
349
|
-
2.
|
|
349
|
+
2. 可以使用**系统生成印章**为子客企业代创建印章, 系统创建的印章样子下图(样式可以调整)
|
|
350
350
|
|
|
351
351
|

|
|
352
352
|
*/
|
|
@@ -6560,6 +6560,10 @@ export interface ProcessMediaRequest {
|
|
|
6560
6560
|
<li> Offline:闲时任务,不保证实效性,默认3天内处理完</li>
|
|
6561
6561
|
*/
|
|
6562
6562
|
TaskType?: string;
|
|
6563
|
+
/**
|
|
6564
|
+
* 资源ID,需要保证对应资源是开启状态。默认为帐号主资源ID。
|
|
6565
|
+
*/
|
|
6566
|
+
ResourceId?: string;
|
|
6563
6567
|
}
|
|
6564
6568
|
/**
|
|
6565
6569
|
* ProcessImage返回参数结构体
|
|
@@ -13768,6 +13772,9 @@ export interface DrmInfo {
|
|
|
13768
13772
|
/**
|
|
13769
13773
|
* 加密类型:
|
|
13770
13774
|
<li> simpleaes: aes-128 加密</li>
|
|
13775
|
+
<li> widevine</li>
|
|
13776
|
+
<li> fairplay:Dash不支持fairplay加密</li>
|
|
13777
|
+
<li> playready</li>
|
|
13771
13778
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13772
13779
|
*/
|
|
13773
13780
|
Type: string;
|
|
@@ -15274,7 +15281,11 @@ export interface AiAnalysisTaskInput {
|
|
|
15274
15281
|
Definition: number;
|
|
15275
15282
|
/**
|
|
15276
15283
|
* 扩展参数,其值为序列化的 json字符串。
|
|
15277
|
-
|
|
15284
|
+
注意:此参数为定制需求参数,参考如下:
|
|
15285
|
+
智能檫除:https://cloud.tencent.com/document/product/862/101530
|
|
15286
|
+
智能拆条:https://cloud.tencent.com/document/product/862/112098
|
|
15287
|
+
高光集锦:https://cloud.tencent.com/document/product/862/107280
|
|
15288
|
+
智能横转竖:https://cloud.tencent.com/document/product/862/112112
|
|
15278
15289
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15279
15290
|
*/
|
|
15280
15291
|
ExtendedParameter?: string;
|
|
@@ -1287,7 +1287,6 @@ export interface Job {
|
|
|
1287
1287
|
Status?: string;
|
|
1288
1288
|
/**
|
|
1289
1289
|
* 任务错误信息
|
|
1290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1291
1290
|
*/
|
|
1292
1291
|
ErrorMessage?: string;
|
|
1293
1292
|
}
|
|
@@ -2313,12 +2312,10 @@ export interface ModifyTraceCodeUnlinkRequest {
|
|
|
2313
2312
|
export interface DescribeCodePacksResponse {
|
|
2314
2313
|
/**
|
|
2315
2314
|
* 码列表
|
|
2316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2317
2315
|
*/
|
|
2318
2316
|
CodePacks?: Array<CodePack>;
|
|
2319
2317
|
/**
|
|
2320
2318
|
* 总数
|
|
2321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2322
2319
|
*/
|
|
2323
2320
|
TotalCount?: number;
|
|
2324
2321
|
/**
|
|
@@ -26,7 +26,7 @@ export declare class Client extends AbstractClient {
|
|
|
26
26
|
*/
|
|
27
27
|
ModifyDefaultStorageRegion(req: ModifyDefaultStorageRegionRequest, cb?: (error: string, rep: ModifyDefaultStorageRegionResponse) => void): Promise<ModifyDefaultStorageRegionResponse>;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* 如果有盗录溯源需求,推荐使用 [幽灵水印](https://cloud.tencent.com/document/product/266/94228)。
|
|
30
30
|
*/
|
|
31
31
|
ExtractTraceWatermark(req: ExtractTraceWatermarkRequest, cb?: (error: string, rep: ExtractTraceWatermarkResponse) => void): Promise<ExtractTraceWatermarkResponse>;
|
|
32
32
|
/**
|
|
@@ -527,7 +527,7 @@ export declare class Client extends AbstractClient {
|
|
|
527
527
|
*/
|
|
528
528
|
DescribeDailyMostPlayedStat(req: DescribeDailyMostPlayedStatRequest, cb?: (error: string, rep: DescribeDailyMostPlayedStatResponse) => void): Promise<DescribeDailyMostPlayedStatResponse>;
|
|
529
529
|
/**
|
|
530
|
-
*
|
|
530
|
+
* 如果有盗录溯源需求,请参考 [幽灵水印](https://cloud.tencent.com/document/product/266/94228)。
|
|
531
531
|
*/
|
|
532
532
|
ExtractCopyRightWatermark(req: ExtractCopyRightWatermarkRequest, cb?: (error: string, rep: ExtractCopyRightWatermarkResponse) => void): Promise<ExtractCopyRightWatermarkResponse>;
|
|
533
533
|
/**
|
|
@@ -54,7 +54,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
54
54
|
return this.request("ModifyDefaultStorageRegion", req, cb);
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* 如果有盗录溯源需求,推荐使用 [幽灵水印](https://cloud.tencent.com/document/product/266/94228)。
|
|
58
58
|
*/
|
|
59
59
|
async ExtractTraceWatermark(req, cb) {
|
|
60
60
|
return this.request("ExtractTraceWatermark", req, cb);
|
|
@@ -727,7 +727,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
727
727
|
return this.request("DescribeDailyMostPlayedStat", req, cb);
|
|
728
728
|
}
|
|
729
729
|
/**
|
|
730
|
-
*
|
|
730
|
+
* 如果有盗录溯源需求,请参考 [幽灵水印](https://cloud.tencent.com/document/product/266/94228)。
|
|
731
731
|
*/
|
|
732
732
|
async ExtractCopyRightWatermark(req, cb) {
|
|
733
733
|
return this.request("ExtractCopyRightWatermark", req, cb);
|
|
@@ -13186,11 +13186,11 @@ export interface TranscodeTaskInput {
|
|
|
13186
13186
|
*/
|
|
13187
13187
|
WatermarkSet?: Array<WatermarkInput>;
|
|
13188
13188
|
/**
|
|
13189
|
-
*
|
|
13189
|
+
* 溯源水印。
|
|
13190
13190
|
*/
|
|
13191
13191
|
TraceWatermark?: TraceWatermarkInput;
|
|
13192
13192
|
/**
|
|
13193
|
-
*
|
|
13193
|
+
* 版权水印。
|
|
13194
13194
|
*/
|
|
13195
13195
|
CopyRightWatermark?: CopyRightWatermarkInput;
|
|
13196
13196
|
/**
|
|
@@ -15261,11 +15261,11 @@ export interface AdaptiveDynamicStreamingTaskInput {
|
|
|
15261
15261
|
*/
|
|
15262
15262
|
WatermarkSet?: Array<WatermarkInput>;
|
|
15263
15263
|
/**
|
|
15264
|
-
*
|
|
15264
|
+
* 溯源水印。
|
|
15265
15265
|
*/
|
|
15266
15266
|
TraceWatermark?: TraceWatermarkInput;
|
|
15267
15267
|
/**
|
|
15268
|
-
*
|
|
15268
|
+
* 版权水印。
|
|
15269
15269
|
*/
|
|
15270
15270
|
CopyRightWatermark?: CopyRightWatermarkInput;
|
|
15271
15271
|
/**
|