@alicloud/aimiaobi20230801 1.32.0 → 1.32.1

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/dist/client.js CHANGED
@@ -8416,6 +8416,9 @@ class Client extends openapi_core_1.default {
8416
8416
  tmpReq.validate();
8417
8417
  let request = new $_model.SubmitSmartAuditShrinkRequest({});
8418
8418
  openapi_core_2.OpenApiUtil.convert(tmpReq, request);
8419
+ if (!$dara.isNull(tmpReq.imageUrlList)) {
8420
+ request.imageUrlListShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.imageUrlList, "ImageUrlList", "json");
8421
+ }
8419
8422
  if (!$dara.isNull(tmpReq.subCodes)) {
8420
8423
  request.subCodesShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.subCodes, "SubCodes", "json");
8421
8424
  }
@@ -8423,6 +8426,9 @@ class Client extends openapi_core_1.default {
8423
8426
  request.imageUrlsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.imageUrls, "imageUrls", "json");
8424
8427
  }
8425
8428
  let body = {};
8429
+ if (!$dara.isNull(request.imageUrlListShrink)) {
8430
+ body["ImageUrlList"] = request.imageUrlListShrink;
8431
+ }
8426
8432
  if (!$dara.isNull(request.subCodesShrink)) {
8427
8433
  body["SubCodes"] = request.subCodesShrink;
8428
8434
  }