@alicloud/apig20240327 7.0.1 → 7.0.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
@@ -3320,6 +3320,9 @@ class Client extends openapi_core_1.default {
3320
3320
  async listHttpApiRoutesWithOptions(httpApiId, request, headers, runtime) {
3321
3321
  request.validate();
3322
3322
  let query = {};
3323
+ if (!$dara.isNull(request.backendServiceName)) {
3324
+ query["backendServiceName"] = request.backendServiceName;
3325
+ }
3323
3326
  if (!$dara.isNull(request.consumerAuthorizationRuleId)) {
3324
3327
  query["consumerAuthorizationRuleId"] = request.consumerAuthorizationRuleId;
3325
3328
  }