tencentcloud-sdk-nodejs-intl-en 3.0.1390 → 3.0.1391

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-intl-en",
3
- "version": "3.0.1390",
3
+ "version": "3.0.1391",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1390";
1
+ const sdkVersion = "3.0.1391";
2
2
  module.exports = sdkVersion
@@ -38374,6 +38374,12 @@ class CreateAigcImageTaskRequest extends AbstractModel {
38374
38374
  */
38375
38375
  this.ImageInfos = null;
38376
38376
 
38377
+ /**
38378
+ *
38379
+ * @type {number || null}
38380
+ */
38381
+ this.OutputImageCount = null;
38382
+
38377
38383
  /**
38378
38384
  * <p>Additional parameters required for the model.</p>
38379
38385
  * @type {AigcImageExtraParam || null}
@@ -38422,6 +38428,7 @@ class CreateAigcImageTaskRequest extends AbstractModel {
38422
38428
  this.ImageInfos.push(obj);
38423
38429
  }
38424
38430
  }
38431
+ this.OutputImageCount = 'OutputImageCount' in params ? params.OutputImageCount : null;
38425
38432
 
38426
38433
  if (params.ExtraParameters) {
38427
38434
  let obj = new AigcImageExtraParam();