@twin.org/auditable-item-graph-models 0.0.1-next.18 → 0.0.1-next.19

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,5 @@
1
1
  # @twin.org/auditable-item-graph-models - Changelog
2
2
 
3
- ## v0.0.1-next.18
3
+ ## v0.0.1-next.19
4
4
 
5
5
  - Initial Release
@@ -136,19 +136,19 @@ The id of the vertex to get.
136
136
 
137
137
  Additional options for the get operation.
138
138
 
139
- ###### includeDeleted
139
+ ###### includeDeleted?
140
140
 
141
141
  `boolean`
142
142
 
143
143
  Whether to include deleted aliases, resource, edges, defaults to false.
144
144
 
145
- ###### includeChangesets
145
+ ###### includeChangesets?
146
146
 
147
147
  `boolean`
148
148
 
149
149
  Whether to include the changesets of the vertex, defaults to false.
150
150
 
151
- ###### verifySignatureDepth
151
+ ###### verifySignatureDepth?
152
152
 
153
153
  [`VerifyDepth`](../type-aliases/VerifyDepth.md)
154
154
 
@@ -210,13 +210,13 @@ Query the graph for vertices.
210
210
 
211
211
  The query options.
212
212
 
213
- ###### id
213
+ ###### id?
214
214
 
215
215
  `string`
216
216
 
217
217
  The optional id to look for.
218
218
 
219
- ###### idMode
219
+ ###### idMode?
220
220
 
221
221
  `"both"` \| `"id"` \| `"alias"`
222
222
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/auditable-item-graph-models",
3
- "version": "0.0.1-next.18",
3
+ "version": "0.0.1-next.19",
4
4
  "description": "Models which define the structure of the auditable item graph connectors and services",
5
5
  "repository": {
6
6
  "type": "git",