@alicloud/dataworks-public20240518 7.0.0 → 7.0.1

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
@@ -9421,6 +9421,9 @@ class Client extends openapi_core_1.default {
9421
9421
  if (!$dara.isNull(request.id)) {
9422
9422
  body["Id"] = request.id;
9423
9423
  }
9424
+ if (!$dara.isNull(request.instanceMode)) {
9425
+ body["InstanceMode"] = request.instanceMode;
9426
+ }
9424
9427
  if (!$dara.isNull(request.name)) {
9425
9428
  body["Name"] = request.name;
9426
9429
  }