@alicloud/esa20240910 2.34.1 → 2.34.2

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
@@ -2465,6 +2465,9 @@ class Client extends openapi_core_1.default {
2465
2465
  async createOriginProtectionWithOptions(request, runtime) {
2466
2466
  request.validate();
2467
2467
  let query = {};
2468
+ if (!$dara.isNull(request.autoConfirmIPList)) {
2469
+ query["AutoConfirmIPList"] = request.autoConfirmIPList;
2470
+ }
2468
2471
  if (!$dara.isNull(request.siteId)) {
2469
2472
  query["SiteId"] = request.siteId;
2470
2473
  }
@@ -15337,6 +15340,9 @@ class Client extends openapi_core_1.default {
15337
15340
  async updateOriginProtectionWithOptions(request, runtime) {
15338
15341
  request.validate();
15339
15342
  let query = {};
15343
+ if (!$dara.isNull(request.autoConfirmIPList)) {
15344
+ query["AutoConfirmIPList"] = request.autoConfirmIPList;
15345
+ }
15340
15346
  if (!$dara.isNull(request.originConverge)) {
15341
15347
  query["OriginConverge"] = request.originConverge;
15342
15348
  }