@platform-mesh/portal-ui-lib 0.49.15 → 0.49.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platform-mesh/portal-ui-lib",
3
- "version": "0.49.15",
3
+ "version": "0.49.17",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/platform-mesh/portal-ui-lib.git"
6
6
  },
@@ -59,6 +59,8 @@ interface ReadResourcesPagination {
59
59
  limit?: number;
60
60
  /** Unified pagination cursor — maps to `continue` for ResourceService and `cursor` for OpenSearch. */
61
61
  cursor?: string;
62
+ /** 1-based page number for page-based (pager) pagination. */
63
+ page?: number;
62
64
  }
63
65
  interface ReadResourcesResult {
64
66
  items: GenericResource[];