tencentcloud-sdk-nodejs-mps 4.1.258 → 4.1.261

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.258",
3
+ "version": "4.1.261",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -23563,9 +23563,13 @@ export interface ModifyLiveRecordTemplateRequest {
23563
23563
  */
23564
23564
  export interface ImageProcessPrompt {
23565
23565
  /**
23566
- * 图片处理相关的prompt
23566
+ * <p>图片处理相关的prompt。</p>
23567
23567
  */
23568
23568
  Prompt?: string;
23569
+ /**
23570
+ * <p>prompt 对应的 role。</p>
23571
+ */
23572
+ Role?: string;
23569
23573
  }
23570
23574
  /**
23571
23575
  * ModifySmartSubtitleTemplate请求参数结构体