@alicloud/polardb20170801 6.4.0 → 6.4.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
@@ -10839,6 +10839,12 @@ class Client extends openapi_core_1.default {
10839
10839
  if (!$dara.isNull(request.ownerId)) {
10840
10840
  query["OwnerId"] = request.ownerId;
10841
10841
  }
10842
+ if (!$dara.isNull(request.pageNumber)) {
10843
+ query["PageNumber"] = request.pageNumber;
10844
+ }
10845
+ if (!$dara.isNull(request.pageSize)) {
10846
+ query["PageSize"] = request.pageSize;
10847
+ }
10842
10848
  if (!$dara.isNull(request.regionId)) {
10843
10849
  query["RegionId"] = request.regionId;
10844
10850
  }