@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
|
@@ -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