tencentcloud-sdk-nodejs-live 4.1.264 → 4.1.265

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.264",
3
+ "version": "4.1.265",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3964,11 +3964,11 @@ export interface CopyLiveAvatarRoomResponse {
3964
3964
  */
3965
3965
  export interface CreateAuditKeywordsRequest {
3966
3966
  /**
3967
- * 关键词列表。
3967
+ * <p>关键词列表。</p>
3968
3968
  */
3969
3969
  Keywords: Array<AuditKeyword>;
3970
3970
  /**
3971
- * 直播审核词库Id
3971
+ * <p>直播审核词库Id。</p>
3972
3972
  */
3973
3973
  LibId: string;
3974
3974
  }
@@ -6012,13 +6012,17 @@ export interface CopyCasterRequest {
6012
6012
  */
6013
6013
  export interface CreateAuditKeywordsResponse {
6014
6014
  /**
6015
- * 添加成功的关键词 Id 列表。
6015
+ * <p>添加成功的关键词 Id 列表。</p>
6016
6016
  */
6017
6017
  KeywordIds?: Array<string>;
6018
6018
  /**
6019
- * 重复关键词列表。
6019
+ * <p>重复关键词列表。</p>
6020
6020
  */
6021
6021
  DupInfos?: Array<AuditKeywordInfo>;
6022
+ /**
6023
+ * <p>新增成功关键词列表</p>
6024
+ */
6025
+ Keywords?: Array<AuditKeywordInfo>;
6022
6026
  /**
6023
6027
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6024
6028
  */