tencentcloud-sdk-nodejs-live 4.1.78 → 4.1.85

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-live",
3
- "version": "4.1.78",
3
+ "version": "4.1.85",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3287,6 +3287,14 @@ export interface DescribeLiveCloudEffectListResponse {
3287
3287
  * 云端特效信息列表。
3288
3288
  */
3289
3289
  InfoList?: Array<CloudEffectInfo>;
3290
+ /**
3291
+ * 允许创建的云端特效个数。
3292
+ */
3293
+ EnableCreateNum?: number;
3294
+ /**
3295
+ * 当前已有的特效总个数。
3296
+ */
3297
+ TotalNum?: number;
3290
3298
  /**
3291
3299
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3292
3300
  */
@@ -9533,6 +9541,19 @@ export interface CloudEffectInfo {
9533
9541
  * 云端特效标签。
9534
9542
  */
9535
9543
  Flag?: string;
9544
+ /**
9545
+ * 云端特效生成状态。
9546
+ 生成中 - GENERATING。
9547
+ 处理中 - PROCESSING。
9548
+ 生成失败 - FAILED。
9549
+ 已完成 - FINISH。
9550
+
9551
+ */
9552
+ Status?: string;
9553
+ /**
9554
+ * 特效信息,生成失败时,此处返回失败原因。
9555
+ */
9556
+ Message?: string;
9536
9557
  /**
9537
9558
  * 云端特效预览图片。
9538
9559
  */