@alicloud/apig20240327 6.0.2 → 6.0.4

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
@@ -659,12 +659,18 @@ class Client extends openapi_core_1.default {
659
659
  if (!$dara.isNull(request.basePath)) {
660
660
  body["basePath"] = request.basePath;
661
661
  }
662
+ if (!$dara.isNull(request.belongGatewayId)) {
663
+ body["belongGatewayId"] = request.belongGatewayId;
664
+ }
662
665
  if (!$dara.isNull(request.deployConfigs)) {
663
666
  body["deployConfigs"] = request.deployConfigs;
664
667
  }
665
668
  if (!$dara.isNull(request.description)) {
666
669
  body["description"] = request.description;
667
670
  }
671
+ if (!$dara.isNull(request.dryRun)) {
672
+ body["dryRun"] = request.dryRun;
673
+ }
668
674
  if (!$dara.isNull(request.enableAuth)) {
669
675
  body["enableAuth"] = request.enableAuth;
670
676
  }
@@ -689,6 +695,9 @@ class Client extends openapi_core_1.default {
689
695
  if (!$dara.isNull(request.resourceGroupId)) {
690
696
  body["resourceGroupId"] = request.resourceGroupId;
691
697
  }
698
+ if (!$dara.isNull(request.strategy)) {
699
+ body["strategy"] = request.strategy;
700
+ }
692
701
  if (!$dara.isNull(request.type)) {
693
702
  body["type"] = request.type;
694
703
  }