@alicloud/dms-enterprise20181101 1.46.0 → 1.46.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
@@ -1575,6 +1575,9 @@ class Client extends openapi_core_1.default {
1575
1575
  if (!$dara.isNull(request.paramShrink)) {
1576
1576
  query["Param"] = request.paramShrink;
1577
1577
  }
1578
+ if (!$dara.isNull(request.realLoginUserUid)) {
1579
+ query["RealLoginUserUid"] = request.realLoginUserUid;
1580
+ }
1578
1581
  if (!$dara.isNull(request.relatedUserListShrink)) {
1579
1582
  query["RelatedUserList"] = request.relatedUserListShrink;
1580
1583
  }