@twin.org/entity-storage-models 0.0.1-next.30 → 0.0.1-next.31

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.
@@ -26,7 +26,7 @@ export interface IEntityStorageListRequest {
26
26
  /**
27
27
  * The number of entries to return per page.
28
28
  */
29
- pageSize?: number;
29
+ pageSize?: number | string;
30
30
  /**
31
31
  * The cursor to get next chunk of data, returned in previous response.
32
32
  */
package/docs/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @twin.org/entity-storage-models - Changelog
2
2
 
3
+ ## [0.0.1-next.31](https://github.com/twinfoundation/entity-storage/compare/entity-storage-models-v0.0.1-next.30...entity-storage-models-v0.0.1-next.31) (2025-06-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * query params force coercion ([dd6aa87](https://github.com/twinfoundation/entity-storage/commit/dd6aa87efdfb60bab7d6756a86888863c45c51a7))
9
+
3
10
  ## [0.0.1-next.30](https://github.com/twinfoundation/entity-storage/compare/entity-storage-models-v0.0.1-next.29...entity-storage-models-v0.0.1-next.30) (2025-06-12)
4
11
 
5
12
 
@@ -36,7 +36,7 @@ The properties to return in the response as a comma separated list, by default r
36
36
 
37
37
  #### pageSize?
38
38
 
39
- > `optional` **pageSize**: `number`
39
+ > `optional` **pageSize**: `string` \| `number`
40
40
 
41
41
  The number of entries to return per page.
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/entity-storage-models",
3
- "version": "0.0.1-next.30",
3
+ "version": "0.0.1-next.31",
4
4
  "description": "Models which define the structure of the entity storage contracts and connectors",
5
5
  "repository": {
6
6
  "type": "git",