tencentcloud-sdk-nodejs-mps 4.1.266 → 4.1.267

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-mps",
3
- "version": "4.1.266",
3
+ "version": "4.1.267",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8554,7 +8554,7 @@ export interface CreateAigcAudioTaskRequest {
8554
8554
  */
8555
8555
  ModelName?: string;
8556
8556
  /**
8557
- * <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。<br>模型GL支持的版本号:3.0-clip、3.0-pro。<br>模型MinimaxMusic支持的版本号:2.0、2.5、2.6。</p>
8557
+ * <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。<br>模型GL支持的版本号:3.0-clip、3.0-pro。<br>模型MiniMaxMusic支持的版本号:2.0、2.5、2.6。</p>
8558
8558
  */
8559
8559
  ModelVersion?: string;
8560
8560
  /**