@bzbs/react-api-client 1.0.6 → 1.0.8

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/index.mjs CHANGED
@@ -1257,7 +1257,9 @@ var NotificationApi = class extends BaseService {
1257
1257
  "noti",
1258
1258
  __spreadValues({
1259
1259
  mode: params.mode,
1260
- sortBy: params.sortBy
1260
+ sortBy: params.sortBy,
1261
+ top: params.top,
1262
+ skip: params.skip
1261
1263
  }, params.options),
1262
1264
  requestOptions
1263
1265
  );