tencentcloud-sdk-nodejs-vod 4.1.218 → 4.1.220
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
|
@@ -225,11 +225,11 @@ export interface SnapshotByTimeOffset2017 {
|
|
|
225
225
|
*/
|
|
226
226
|
export interface CreateStorageRegionRequest {
|
|
227
227
|
/**
|
|
228
|
-
*
|
|
228
|
+
* <p>待开通的存储地域,必须是系统支持的地域。</p><p>取值参考:<a href="https://cloud.tencent.com/document/product/266/9760">已支持地域列表</a></p>
|
|
229
229
|
*/
|
|
230
230
|
StorageRegion: string;
|
|
231
231
|
/**
|
|
232
|
-
* <b
|
|
232
|
+
* <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
|
|
233
233
|
*/
|
|
234
234
|
SubAppId?: number;
|
|
235
235
|
}
|
|
@@ -13104,7 +13104,7 @@ export interface DeleteBlindWatermarkTemplateRequest {
|
|
|
13104
13104
|
*/
|
|
13105
13105
|
export interface CreateSubAppIdResponse {
|
|
13106
13106
|
/**
|
|
13107
|
-
*
|
|
13107
|
+
* <p>新创建的应用 ID。</p>
|
|
13108
13108
|
*/
|
|
13109
13109
|
SubAppId?: number;
|
|
13110
13110
|
/**
|
|
@@ -22397,30 +22397,27 @@ export interface AiRecognitionTaskAsrWordsResult {
|
|
|
22397
22397
|
*/
|
|
22398
22398
|
export interface CreateSubAppIdRequest {
|
|
22399
22399
|
/**
|
|
22400
|
-
*
|
|
22400
|
+
* <p>应用名称,长度限制:40个字符。</p>
|
|
22401
22401
|
*/
|
|
22402
22402
|
Name: string;
|
|
22403
22403
|
/**
|
|
22404
|
-
*
|
|
22404
|
+
* <p>应用简介,长度限制: 300个字符。不填则应用简介默认为空。</p>
|
|
22405
22405
|
*/
|
|
22406
22406
|
Description?: string;
|
|
22407
22407
|
/**
|
|
22408
|
-
*
|
|
22408
|
+
* <p>应用类型, 取值有:<li>AllInOne:一体化;</li><li>Professional:专业版。</li>默认值为 AllInOne。</p>
|
|
22409
22409
|
*/
|
|
22410
22410
|
Type?: string;
|
|
22411
22411
|
/**
|
|
22412
|
-
*
|
|
22413
|
-
- fileid:仅FileID模式
|
|
22414
|
-
- fileid+path:FileID & Path模式
|
|
22415
|
-
留空时默认选择仅FileID模式
|
|
22412
|
+
* <p>此应用的模式,可选值为:</p><ul><li>fileid:仅FileID模式</li><li>fileid+path:FileID & Path模式<br>留空时默认选择仅FileID模式</li></ul>
|
|
22416
22413
|
*/
|
|
22417
22414
|
Mode?: string;
|
|
22418
22415
|
/**
|
|
22419
|
-
*
|
|
22416
|
+
* <p>Mode是仅fileid时,用于设置默认存储地域,可选。<br>Mode是fileid+path时,用于指定存储地域,必填。</p><p>取值参考:<a href="https://cloud.tencent.com/document/product/266/9760">已支持地域列表</a></p>
|
|
22420
22417
|
*/
|
|
22421
22418
|
StorageRegion?: string;
|
|
22422
22419
|
/**
|
|
22423
|
-
*
|
|
22420
|
+
* <p>此应用需要绑定的tag</p>
|
|
22424
22421
|
*/
|
|
22425
22422
|
Tags?: Array<ResourceTag>;
|
|
22426
22423
|
}
|