@twin.org/entity-storage-models 0.0.3-next.7 → 0.0.3-next.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/docs/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.8](https://github.com/twinfoundation/entity-storage/compare/entity-storage-models-v0.0.3-next.7...entity-storage-models-v0.0.3-next.8) (2026-03-20)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **entity-storage-models:** Synchronize repo versions
9
+
3
10
  ## [0.0.3-next.7](https://github.com/twinfoundation/entity-storage/compare/entity-storage-models-v0.0.3-next.6...entity-storage-models-v0.0.3-next.7) (2026-03-13)
4
11
 
5
12
 
@@ -20,12 +20,12 @@ The id of the entity to get.
20
20
 
21
21
  ### query? {#query}
22
22
 
23
- > `optional` **query**: `object`
23
+ > `optional` **query?**: `object`
24
24
 
25
25
  The query parameters.
26
26
 
27
27
  #### secondaryIndex?
28
28
 
29
- > `optional` **secondaryIndex**: `string`
29
+ > `optional` **secondaryIndex?**: `string`
30
30
 
31
31
  The secondary index to query with the id.
@@ -6,42 +6,42 @@ Query the entries from entity storage.
6
6
 
7
7
  ### query? {#query}
8
8
 
9
- > `optional` **query**: `object`
9
+ > `optional` **query?**: `object`
10
10
 
11
11
  The parameters from the query.
12
12
 
13
13
  #### conditions?
14
14
 
15
- > `optional` **conditions**: `string`
15
+ > `optional` **conditions?**: `string`
16
16
 
17
17
  The condition for the query as JSON version of EntityCondition type.
18
18
 
19
19
  #### orderBy?
20
20
 
21
- > `optional` **orderBy**: `string`
21
+ > `optional` **orderBy?**: `string`
22
22
 
23
23
  The order property for the results.
24
24
 
25
25
  #### orderByDirection?
26
26
 
27
- > `optional` **orderByDirection**: `SortDirection`
27
+ > `optional` **orderByDirection?**: `SortDirection`
28
28
 
29
29
  The direction for the order, defaults to desc.
30
30
 
31
31
  #### properties?
32
32
 
33
- > `optional` **properties**: `string`
33
+ > `optional` **properties?**: `string`
34
34
 
35
35
  The properties to return in the response as a comma separated list, by default returns all properties.
36
36
 
37
37
  #### limit?
38
38
 
39
- > `optional` **limit**: `string`
39
+ > `optional` **limit?**: `string`
40
40
 
41
41
  Limit the number of entities to return.
42
42
 
43
43
  #### cursor?
44
44
 
45
- > `optional` **cursor**: `string`
45
+ > `optional` **cursor?**: `string`
46
46
 
47
47
  The cursor to get next chunk of data, returned in previous response.
@@ -18,6 +18,6 @@ The entities from the query.
18
18
 
19
19
  #### cursor?
20
20
 
21
- > `optional` **cursor**: `string`
21
+ > `optional` **cursor?**: `string`
22
22
 
23
23
  The cursor for the next page.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/entity-storage-models",
3
- "version": "0.0.3-next.7",
3
+ "version": "0.0.3-next.8",
4
4
  "description": "Shared models for storage contracts, requests, responses and connector capabilities.",
5
5
  "repository": {
6
6
  "type": "git",