@alicloud/sas20181203 9.1.0 → 9.1.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
@@ -37376,6 +37376,9 @@ class Client extends openapi_core_1.default {
37376
37376
  if (!$dara.isNull(request.bizType)) {
37377
37377
  query["BizType"] = request.bizType;
37378
37378
  }
37379
+ if (!$dara.isNull(request.focusLevel)) {
37380
+ query["FocusLevel"] = request.focusLevel;
37381
+ }
37379
37382
  if (!$dara.isNull(request.project)) {
37380
37383
  query["Project"] = request.project;
37381
37384
  }