tencentcloud-sdk-nodejs-live 4.1.213 → 4.1.215

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.213",
3
+ "version": "4.1.215",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7468,6 +7468,10 @@ export interface CreateLiveCallbackTemplateRequest {
7468
7468
  * CreateAuditKeywordLib返回参数结构体
7469
7469
  */
7470
7470
  export interface CreateAuditKeywordLibResponse {
7471
+ /**
7472
+ * <p>新建的词库 Id。</p>
7473
+ */
7474
+ LibId?: string;
7471
7475
  /**
7472
7476
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7473
7477
  */