@twin.org/entity-storage-models 0.0.1-next.7 → 0.0.1-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.
@@ -11,7 +11,7 @@ export interface IEntityStorageListRequest {
11
11
  */
12
12
  conditions?: string;
13
13
  /**
14
- * The sort property array as JSON serialization of {property,direction}[].
14
+ * The sort property array as JSON serialization of property,direction.
15
15
  */
16
16
  sortProperties?: string;
17
17
  /**
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/entity-storage-models - Changelog
2
2
 
3
- ## v0.0.1-next.7
3
+ ## v0.0.1-next.8
4
4
 
5
5
  - Initial Release
@@ -20,7 +20,7 @@ The condition for the query as JSON version of EntityCondition type.
20
20
 
21
21
  > `optional` **sortProperties**: `string`
22
22
 
23
- The sort property array as JSON serialization of {property,direction}[].
23
+ The sort property array as JSON serialization of property,direction.
24
24
 
25
25
  #### properties?
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/entity-storage-models",
3
- "version": "0.0.1-next.7",
3
+ "version": "0.0.1-next.8",
4
4
  "description": "Models which define the structure of the entity storage contracts and connectors",
5
5
  "repository": {
6
6
  "type": "git",