@alicloud/apig20240327 5.2.0 → 5.2.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
@@ -866,6 +866,9 @@ class Client extends openapi_core_1.default {
866
866
  if (!$dara.isNull(request.gatewayId)) {
867
867
  body["gatewayId"] = request.gatewayId;
868
868
  }
869
+ if (!$dara.isNull(request.grayMcpServerConfigs)) {
870
+ body["grayMcpServerConfigs"] = request.grayMcpServerConfigs;
871
+ }
869
872
  if (!$dara.isNull(request.match)) {
870
873
  body["match"] = request.match;
871
874
  }
@@ -4361,6 +4364,9 @@ class Client extends openapi_core_1.default {
4361
4364
  if (!$dara.isNull(request.exposedUriPath)) {
4362
4365
  body["exposedUriPath"] = request.exposedUriPath;
4363
4366
  }
4367
+ if (!$dara.isNull(request.grayMcpServerConfigs)) {
4368
+ body["grayMcpServerConfigs"] = request.grayMcpServerConfigs;
4369
+ }
4364
4370
  if (!$dara.isNull(request.match)) {
4365
4371
  body["match"] = request.match;
4366
4372
  }