Skip to content

Commit d66d66d

Browse files
committed
Merge 'vod-Node.js-2025-01-01-online-2226-2026_02_02_14_15_42' into 'master'
vod-Node.js-2025-01-01-online-2226-2026_02_02_14_15_42 See merge request: !23
2 parents 3bc02a2 + fc1e81b commit d66d66d

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lasted": "1.0.5",
3-
"meta_commit": "32c5df5ddd23f873c17061f1ed0fae972f0927e8"
3+
"meta_commit": "b7abd261575816051ffe74d434c9efbe2ee137a7"
44
}

service/vod20250101/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@volcengine/vod20250101",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "swagger client for @volcengine/vod20250101",
55
"license": "Apache-2.0",
66
"main": "./dist/cjs/index.js",

service/vod20250101/src/api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export type UpdateAITranslationSpeakersCommandOutput = CommandOutput<UpdateAITra
9494
export type UpdateAITranslationSpeechesCommandOutput = CommandOutput<UpdateAITranslationSpeechesResponse>;
9595
export type UpdateAITranslationUtterancesCommandOutput = CommandOutput<UpdateAITranslationUtterancesResponse>;
9696

97-
9897
/**
9998
* VOD20250101Client Service Client
10099
*/

service/vod20250101/src/types/process-config-for-submit-aitranslation-workflow-input.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
*/
2121
export interface ProcessConfigForSubmitAITranslationWorkflowInput {
2222

23+
/**
24+
* @type {boolean}
25+
* @memberof ProcessConfigForSubmitAITranslationWorkflowInput
26+
*/
27+
DisableCloneVoiceByScene?: boolean;
28+
2329
/**
2430
* @type {boolean}
2531
* @memberof ProcessConfigForSubmitAITranslationWorkflowInput

0 commit comments

Comments
 (0)