@alicloud/websitebuild20250429 2.27.1 → 2.27.2

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
@@ -4114,6 +4114,9 @@ class Client extends openapi_core_1.default {
4114
4114
  tmpReq.validate();
4115
4115
  let request = new $_model.ListAppInstancesShrinkRequest({});
4116
4116
  openapi_core_2.OpenApiUtil.convert(tmpReq, request);
4117
+ if (!$dara.isNull(tmpReq.bizIds)) {
4118
+ request.bizIdsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.bizIds, "BizIds", "json");
4119
+ }
4117
4120
  if (!$dara.isNull(tmpReq.statusList)) {
4118
4121
  request.statusListShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.statusList, "StatusList", "json");
4119
4122
  }
@@ -4121,6 +4124,9 @@ class Client extends openapi_core_1.default {
4121
4124
  if (!$dara.isNull(request.bizId)) {
4122
4125
  query["BizId"] = request.bizId;
4123
4126
  }
4127
+ if (!$dara.isNull(request.bizIdsShrink)) {
4128
+ query["BizIds"] = request.bizIdsShrink;
4129
+ }
4124
4130
  if (!$dara.isNull(request.endTimeBegin)) {
4125
4131
  query["EndTimeBegin"] = request.endTimeBegin;
4126
4132
  }