@alicloud/dts20200101 1.5.2 → 1.5.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
@@ -5996,9 +5996,15 @@ class Client extends openapi_core_1.default {
5996
5996
  if (!$dara.isNull(request.dtsJobId)) {
5997
5997
  query["DtsJobId"] = request.dtsJobId;
5998
5998
  }
5999
+ if (!$dara.isNull(request.modifyType)) {
6000
+ query["ModifyType"] = request.modifyType;
6001
+ }
5999
6002
  if (!$dara.isNull(request.regionId)) {
6000
6003
  query["RegionId"] = request.regionId;
6001
6004
  }
6005
+ if (!$dara.isNull(request.reserved)) {
6006
+ query["Reserved"] = request.reserved;
6007
+ }
6002
6008
  if (!$dara.isNull(request.resourceGroupId)) {
6003
6009
  query["ResourceGroupId"] = request.resourceGroupId;
6004
6010
  }