tencentcloud-sdk-nodejs-mps 4.1.118 → 4.1.119

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.
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-mps",
3
- "version": "4.1.118",
3
+ "version": "4.1.119",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -12,7 +12,8 @@
12
12
  "build:es": "tsc -p tsconfig.es.json",
13
13
  "build:slim": "node ./scripts/build_slim.js",
14
14
  "prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'",
15
- "clean": "rimraf tencentcloud es"
15
+ "clean": "rimraf tencentcloud es",
16
+ "test:common": "vitest run"
16
17
  },
17
18
  "engines": {
18
19
  "node": ">=10"
@@ -44,9 +45,8 @@
44
45
  "url": "https://github.com/tencentcloud/tencentcloud-sdk-nodejs"
45
46
  },
46
47
  "devDependencies": {
47
- "@types/form-data": "^2.5.0",
48
48
  "@types/json-bigint": "^1.0.1",
49
- "@types/node": "^14.0.26",
49
+ "@types/node": "^18.0.0",
50
50
  "@types/node-fetch": "^2.5.7",
51
51
  "@types/uuid": "^9.0.8",
52
52
  "@typescript-eslint/eslint-plugin": "^2.34.0",
@@ -61,6 +61,7 @@
61
61
  "prettier": "^2.3.0",
62
62
  "rimraf": "^5.0.10",
63
63
  "ts-node": "^8.10.2",
64
- "typescript": "^3.9.7"
64
+ "typescript": "^5.9.2",
65
+ "vitest": "2.1.9"
65
66
  }
66
67
  }
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.mps = void 0;
3
4
  var mps_1 = require("./mps");
4
5
  Object.defineProperty(exports, "mps", { enumerable: true, get: function () { return mps_1.mps; } });
@@ -4514,6 +4514,10 @@ export interface ImageProcessTaskOutput {
4514
4514
  注意:此字段可能返回 null,表示取不到有效值。
4515
4515
  */
4516
4516
  OutputStorage?: TaskOutputStorage;
4517
+ /**
4518
+ * 输出文件的URL。
4519
+ */
4520
+ SignedUrl?: string;
4517
4521
  }
4518
4522
  /**
4519
4523
  * 视频编辑/合成任务 目标视频信息。
@@ -9645,7 +9649,7 @@ export interface LiveRecordTaskInput {
9645
9649
  /**
9646
9650
  * DescribeStreamLinkActivateState请求参数结构体
9647
9651
  */
9648
- export declare type DescribeStreamLinkActivateStateRequest = null;
9652
+ export type DescribeStreamLinkActivateStateRequest = null;
9649
9653
  /**
9650
9654
  * AI 智能分析模板详情
9651
9655
  */
@@ -10386,6 +10390,17 @@ export interface ProcessImageRequest {
10386
10390
  * 图片处理生成的文件输出的路径。如果不填表示与 InputInfo 中文件所在的目录一致。如果是目录,如`/image/201907/`,表示继承原文件名输出到该目录。
10387
10391
  */
10388
10392
  OutputDir?: string;
10393
+ /**
10394
+ * 输出路径,可以为相对路径或者绝对路径。
10395
+ 若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
10396
+ 相对路径示例:
10397
+ <li>文件名_{变量名}.{format}</li>
10398
+ <li>文件名.{format}</li>
10399
+ 绝对路径示例:
10400
+ <li>/自定义路径/文件名_{变量名}.{format}</li>
10401
+ 如果不填,则默认为相对路径:{inputName}.{format}。
10402
+ */
10403
+ OutputPath?: string;
10389
10404
  /**
10390
10405
  * 图片处理参数。
10391
10406
  */
@@ -14379,7 +14394,7 @@ export interface AiRecognitionTaskAsrWordsResultItem {
14379
14394
  /**
14380
14395
  * DescribeStreamLinkRegions请求参数结构体
14381
14396
  */
14382
- export declare type DescribeStreamLinkRegionsRequest = null;
14397
+ export type DescribeStreamLinkRegionsRequest = null;
14383
14398
  /**
14384
14399
  * ModifyStreamLinkInput返回参数结构体
14385
14400
  */
@@ -14714,7 +14729,7 @@ export interface LiveStreamTransTextRecognitionResult {
14714
14729
  /**
14715
14730
  * DescribeStreamLinkSecurityGroups请求参数结构体
14716
14731
  */
14717
- export declare type DescribeStreamLinkSecurityGroupsRequest = null;
14732
+ export type DescribeStreamLinkSecurityGroupsRequest = null;
14718
14733
  /**
14719
14734
  * 文本全文本识别任务控制参数
14720
14735
  */