tencentcloud-sdk-nodejs-mps 4.1.279 → 4.1.280

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.279",
3
+ "version": "4.1.280",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3745,7 +3745,7 @@ export interface CloneViralAIGC {
3745
3745
  */
3746
3746
  Resolution?: string;
3747
3747
  /**
3748
- * <p>模型等级。flagship(VS2.0,默认)、standard(Kling3.0-Omni)</p>
3748
+ * <p>模型等级。flagship(默认)、standard</p>
3749
3749
  */
3750
3750
  ModelTier?: string;
3751
3751
  }