tencentcloud-sdk-nodejs-trtc 4.1.104 → 4.1.106

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-trtc",
3
- "version": "4.1.104",
3
+ "version": "4.1.106",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4256,7 +4256,7 @@ export interface ModerationParams {
4256
4256
  */
4257
4257
  ModerationSupplierParam?: ModerationSupplierParam;
4258
4258
  /**
4259
- * 是否保存命中文件 0 默认不保存 1 保存命中文件
4259
+ * 是否保存文件 0不保存文件 1保存所有文件 2仅保存命中文件
4260
4260
  */
4261
4261
  SaveModerationFile?: number;
4262
4262
  /**