@alicloud/mse20190531 6.19.1 → 6.19.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
@@ -2435,6 +2435,9 @@ class Client extends openapi_core_1.default {
2435
2435
  if (!$dara.isNull(request.acceptLanguage)) {
2436
2436
  query["AcceptLanguage"] = request.acceptLanguage;
2437
2437
  }
2438
+ if (!$dara.isNull(request.encryptToolSpec)) {
2439
+ query["EncryptToolSpec"] = request.encryptToolSpec;
2440
+ }
2438
2441
  if (!$dara.isNull(request.instanceId)) {
2439
2442
  query["InstanceId"] = request.instanceId;
2440
2443
  }