@alicloud/ecs20140526 7.1.2 → 7.1.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
@@ -28288,6 +28288,9 @@ class Client extends openapi_core_1.default {
28288
28288
  if (!$dara.isNull(request.clientToken)) {
28289
28289
  query["ClientToken"] = request.clientToken;
28290
28290
  }
28291
+ if (!$dara.isNull(request.clockOptions)) {
28292
+ query["ClockOptions"] = request.clockOptions;
28293
+ }
28291
28294
  if (!$dara.isNull(request.creditSpecification)) {
28292
28295
  query["CreditSpecification"] = request.creditSpecification;
28293
28296
  }