tencentcloud-sdk-nodejs-vod 4.1.244 → 4.1.245
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
CHANGED
|
@@ -9171,6 +9171,10 @@ export interface ArtifactRepairInfo {
|
|
|
9171
9171
|
* CreateAigcAudioTask请求参数结构体
|
|
9172
9172
|
*/
|
|
9173
9173
|
export interface CreateAigcAudioTaskRequest {
|
|
9174
|
+
/**
|
|
9175
|
+
* <p>点播应用 ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</p>
|
|
9176
|
+
*/
|
|
9177
|
+
SubAppId?: number;
|
|
9174
9178
|
/**
|
|
9175
9179
|
* <p>模型名称。</p>
|
|
9176
9180
|
*/
|
|
@@ -9180,7 +9184,7 @@ export interface CreateAigcAudioTaskRequest {
|
|
|
9180
9184
|
*/
|
|
9181
9185
|
ModelVersion?: string;
|
|
9182
9186
|
/**
|
|
9183
|
-
* <p>指定场景,目前支持sfx
|
|
9187
|
+
* <p>指定场景,目前支持sfx(音效)、music(音乐)。</p>
|
|
9184
9188
|
*/
|
|
9185
9189
|
SceneType?: string;
|
|
9186
9190
|
/**
|
|
@@ -20565,6 +20569,10 @@ export interface DescribeAigcUsageDataRequest {
|
|
|
20565
20569
|
* <p>API Key</p>
|
|
20566
20570
|
*/
|
|
20567
20571
|
APIKey?: string;
|
|
20572
|
+
/**
|
|
20573
|
+
* <p>API Key</p>
|
|
20574
|
+
*/
|
|
20575
|
+
APIKeys?: Array<string>;
|
|
20568
20576
|
}
|
|
20569
20577
|
/**
|
|
20570
20578
|
* CreateVodDomain返回参数结构体
|