tencentcloud-sdk-nodejs 4.1.295 → 4.1.296

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.
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.295";
1
+ export const sdkVersion = "4.1.296";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.295",
3
+ "version": "4.1.296",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.295";
1
+ export declare const sdkVersion = "4.1.296";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.295";
4
+ exports.sdkVersion = "4.1.296";
@@ -4148,6 +4148,10 @@ export interface CreateImageConfig {
4148
4148
  * <p>输出图片的宽高比</p><p>枚举值:</p><ul><li>1:1: 宽高比 1:1</li><li>2:3: 宽高比 2:3</li><li>3:2: 宽高比 3:2</li><li>3:4: 宽高比 3:4</li><li>4:3: 宽高比 4:3</li><li>9:16: 宽高比 9:16</li><li>16:9: 宽高比 16:9</li></ul><p>默认值:1:1</p>
4149
4149
  */
4150
4150
  AspectRatio?: string;
4151
+ /**
4152
+ * <p>附加参数。</p>
4153
+ */
4154
+ AdditionalParameters?: string;
4151
4155
  }
4152
4156
  /**
4153
4157
  * DeleteStreamPackageLinearAssemblyProgram请求参数结构体
@@ -18955,6 +18959,10 @@ export interface Activity {
18955
18959
  * <p>原子任务类型:</p><li>input: 起始节点</li><li>output:终止节点</li><li>action-trans:转码</li><li>action-samplesnapshot:采样截图</li><li>action-AIAnalysis: 分析</li><li>action-AIRecognition:识别</li><li>action-aiReview:审核</li><li>action-animated-graphics:转动图</li><li>action-image-sprite:雪碧图</li><li>action-snapshotByTimeOffset: 时间点截图</li><li>action-adaptive-substream:自适应码流</li><li>action-AIQualityControl:媒体质检</li><li>action-SmartSubtitles:智能字幕</li><li>action-exec-rules:判断规则</li><li>action-SmartErase:智能擦除</li>
18956
18960
  */
18957
18961
  ActivityType: string;
18962
+ /**
18963
+ * <p>前驱节点索引数组。<br>注意:创建和修改编排时,该参数无效,由服务端自动生成。</p>
18964
+ */
18965
+ PredriveIndex?: Array<number | bigint>;
18958
18966
  /**
18959
18967
  * <p>后驱节点索引数组</p>
18960
18968
  */