@alicloud/aimiaobi20230801 1.30.2 → 1.30.3

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
@@ -7487,10 +7487,16 @@ class Client extends openapi_core_1.default {
7487
7487
  tmpReq.validate();
7488
7488
  let request = new $_model.SubmitCustomSourceTopicAnalysisShrinkRequest({});
7489
7489
  openapi_core_2.OpenApiUtil.convert(tmpReq, request);
7490
+ if (!$dara.isNull(tmpReq.analysisTypes)) {
7491
+ request.analysisTypesShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.analysisTypes, "AnalysisTypes", "json");
7492
+ }
7490
7493
  if (!$dara.isNull(tmpReq.news)) {
7491
7494
  request.newsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.news, "News", "json");
7492
7495
  }
7493
7496
  let body = {};
7497
+ if (!$dara.isNull(request.analysisTypesShrink)) {
7498
+ body["AnalysisTypes"] = request.analysisTypesShrink;
7499
+ }
7494
7500
  if (!$dara.isNull(request.fileType)) {
7495
7501
  body["FileType"] = request.fileType;
7496
7502
  }