@alicloud/cs20151215 6.3.1 → 6.3.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
@@ -705,6 +705,9 @@ class Client extends openapi_core_1.default {
705
705
  if (!$dara.isNull(request.controlPlaneConfig)) {
706
706
  body["control_plane_config"] = request.controlPlaneConfig;
707
707
  }
708
+ if (!$dara.isNull(request.controlPlaneEndpointsConfig)) {
709
+ body["control_plane_endpoints_config"] = request.controlPlaneEndpointsConfig;
710
+ }
708
711
  if (!$dara.isNull(request.controlplaneLogComponents)) {
709
712
  body["controlplane_log_components"] = request.controlplaneLogComponents;
710
713
  }
@@ -4808,6 +4811,9 @@ class Client extends openapi_core_1.default {
4808
4811
  if (!$dara.isNull(request.controlPlaneConfig)) {
4809
4812
  body["control_plane_config"] = request.controlPlaneConfig;
4810
4813
  }
4814
+ if (!$dara.isNull(request.controlPlaneEndpointsConfig)) {
4815
+ body["control_plane_endpoints_config"] = request.controlPlaneEndpointsConfig;
4816
+ }
4811
4817
  if (!$dara.isNull(request.deletionProtection)) {
4812
4818
  body["deletion_protection"] = request.deletionProtection;
4813
4819
  }