@twin.org/auditable-item-graph-models 0.0.3-next.12 → 0.0.3-next.14
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/dist/es/index.js +5 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphChangeset.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphComponent.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphVertex.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphVertexVersionList.js +2 -0
- package/dist/es/models/IAuditableItemGraphVertexVersionList.js.map +1 -0
- package/dist/es/models/api/IAuditableItemGraphVersionGetRequest.js +2 -0
- package/dist/es/models/api/IAuditableItemGraphVersionGetRequest.js.map +1 -0
- package/dist/es/models/api/IAuditableItemGraphVersionGetResponse.js +2 -0
- package/dist/es/models/api/IAuditableItemGraphVersionGetResponse.js.map +1 -0
- package/dist/es/models/api/IAuditableItemGraphVersionListRequest.js +2 -0
- package/dist/es/models/api/IAuditableItemGraphVersionListRequest.js.map +1 -0
- package/dist/es/models/api/IAuditableItemGraphVersionListResponse.js +2 -0
- package/dist/es/models/api/IAuditableItemGraphVersionListResponse.js.map +1 -0
- package/dist/es/models/auditableItemGraphTypes.js +5 -1
- package/dist/es/models/auditableItemGraphTypes.js.map +1 -1
- package/dist/es/schemas/AuditableItemGraphChangeset.json +4 -0
- package/dist/es/schemas/AuditableItemGraphVertex.json +4 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/models/IAuditableItemGraphChangeset.d.ts +6 -0
- package/dist/types/models/IAuditableItemGraphComponent.d.ts +22 -0
- package/dist/types/models/IAuditableItemGraphVertex.d.ts +6 -0
- package/dist/types/models/IAuditableItemGraphVertexVersionList.d.ts +26 -0
- package/dist/types/models/api/IAuditableItemGraphVersionGetRequest.d.ts +25 -0
- package/dist/types/models/api/IAuditableItemGraphVersionGetResponse.d.ts +17 -0
- package/dist/types/models/api/IAuditableItemGraphVersionListRequest.d.ts +34 -0
- package/dist/types/models/api/IAuditableItemGraphVersionListResponse.d.ts +17 -0
- package/dist/types/models/auditableItemGraphTypes.d.ts +4 -0
- package/docs/changelog.md +123 -109
- package/docs/reference/index.md +5 -0
- package/docs/reference/interfaces/IAuditableItemGraphChangeset.md +9 -0
- package/docs/reference/interfaces/IAuditableItemGraphComponent.md +74 -0
- package/docs/reference/interfaces/IAuditableItemGraphVersionGetRequest.md +35 -0
- package/docs/reference/interfaces/IAuditableItemGraphVersionGetResponse.md +23 -0
- package/docs/reference/interfaces/IAuditableItemGraphVersionListRequest.md +49 -0
- package/docs/reference/interfaces/IAuditableItemGraphVersionListResponse.md +23 -0
- package/docs/reference/interfaces/IAuditableItemGraphVertex.md +9 -0
- package/docs/reference/interfaces/IAuditableItemGraphVertexVersionList.md +27 -0
- package/docs/reference/variables/AuditableItemGraphTypes.md +6 -0
- package/package.json +3 -3
package/docs/changelog.md
CHANGED
|
@@ -1,295 +1,309 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.13...auditable-item-graph-models-v0.0.3-next.14) (2026-05-18)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
* add
|
|
8
|
+
* add versions ([#60](https://github.com/iotaledger/twin-auditable-item-graph/issues/60)) ([5c36f94](https://github.com/iotaledger/twin-auditable-item-graph/commit/5c36f94b1155c01dddbc8d62f3f65d599916c521))
|
|
9
9
|
|
|
10
|
-
## [0.0.3-next.
|
|
10
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.12...auditable-item-graph-models-v0.0.3-next.13) (2026-05-12)
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
### Features
|
|
14
14
|
|
|
15
|
-
* update
|
|
15
|
+
* typescript 6 update ([2483c31](https://github.com/iotaledger/twin-auditable-item-graph/commit/2483c3171cff4c5ecedc83d958ab551291a4a487))
|
|
16
16
|
|
|
17
|
-
## [0.0.3-next.
|
|
17
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.11...auditable-item-graph-models-v0.0.3-next.12) (2026-03-24)
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
### Features
|
|
21
21
|
|
|
22
|
-
* add
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
*
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
22
|
+
* add vertex validation ([#54](https://github.com/iotaledger/twin-auditable-item-graph/issues/54)) ([d3ef124](https://github.com/iotaledger/twin-auditable-item-graph/commit/d3ef1241f60956dc296e22d063f188921255d68c))
|
|
23
|
+
|
|
24
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.10...auditable-item-graph-models-v0.0.3-next.11) (2026-02-25)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* update schemas ([b00bcac](https://github.com/iotaledger/twin-auditable-item-graph/commit/b00bcac6551fa524e8871e1b573a712ed0f30943))
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.9...auditable-item-graph-models-v0.0.3-next.10) (2026-02-24)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* add context id features ([#30](https://github.com/iotaledger/twin-auditable-item-graph/issues/30)) ([a35d37c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a35d37c0db62a240adde493965c0a9f7971fec45))
|
|
37
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
38
|
+
* add ts-to-jsonld-context tool ([08d360e](https://github.com/iotaledger/twin-auditable-item-graph/commit/08d360e05fd7f8c5bbe6ee4d4e691ffd516db418))
|
|
39
|
+
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
|
|
40
|
+
* add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
|
|
41
|
+
* changeset endpoints ([#44](https://github.com/iotaledger/twin-auditable-item-graph/issues/44)) ([7c854de](https://github.com/iotaledger/twin-auditable-item-graph/commit/7c854de39b247d6f24cd94a04a9f99fa9edde51d))
|
|
42
|
+
* eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
|
|
43
|
+
* id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
|
|
44
|
+
* improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
|
|
45
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
46
|
+
* replace nextItem property with Link header ([#39](https://github.com/iotaledger/twin-auditable-item-graph/issues/39)) ([b29a333](https://github.com/iotaledger/twin-auditable-item-graph/commit/b29a333ca78ca2091e54e3e6f4355f84c350007d))
|
|
47
|
+
* update background task service ([e483ddb](https://github.com/iotaledger/twin-auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
|
|
48
|
+
* update contexts ([#35](https://github.com/iotaledger/twin-auditable-item-graph/issues/35)) ([cdf0989](https://github.com/iotaledger/twin-auditable-item-graph/commit/cdf0989fe4677a88b757e97e752b7d4c29013a7e))
|
|
49
|
+
* update contexts and namespaces ([#33](https://github.com/iotaledger/twin-auditable-item-graph/issues/33)) ([5dadb99](https://github.com/iotaledger/twin-auditable-item-graph/commit/5dadb99773d410aceacaba7ed92c1ccb8b46516b))
|
|
50
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
51
|
+
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
|
|
52
|
+
* update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
|
|
53
|
+
* update targetid json context type ([1e47ca7](https://github.com/iotaledger/twin-auditable-item-graph/commit/1e47ca7ec3080251d940fd8e58c44ca4fa9457f7))
|
|
54
|
+
* update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
|
|
55
|
+
* use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
|
|
56
|
+
* use shared store mechanism ([#10](https://github.com/iotaledger/twin-auditable-item-graph/issues/10)) ([da035e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
|
|
57
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
44
58
|
|
|
45
59
|
|
|
46
60
|
### Bug Fixes
|
|
47
61
|
|
|
48
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
49
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
62
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
63
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
50
64
|
|
|
51
|
-
## [0.0.3-next.9](https://github.com/
|
|
65
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.8...auditable-item-graph-models-v0.0.3-next.9) (2026-02-23)
|
|
52
66
|
|
|
53
67
|
|
|
54
68
|
### Miscellaneous Chores
|
|
55
69
|
|
|
56
70
|
* **auditable-item-graph-models:** Synchronize repo versions
|
|
57
71
|
|
|
58
|
-
## [0.0.3-next.8](https://github.com/
|
|
72
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.7...auditable-item-graph-models-v0.0.3-next.8) (2026-02-11)
|
|
59
73
|
|
|
60
74
|
|
|
61
75
|
### Miscellaneous Chores
|
|
62
76
|
|
|
63
77
|
* **auditable-item-graph-models:** Synchronize repo versions
|
|
64
78
|
|
|
65
|
-
## [0.0.3-next.7](https://github.com/
|
|
79
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.6...auditable-item-graph-models-v0.0.3-next.7) (2026-02-11)
|
|
66
80
|
|
|
67
81
|
|
|
68
82
|
### Features
|
|
69
83
|
|
|
70
|
-
* add ts-to-jsonld-context tool ([08d360e](https://github.com/
|
|
71
|
-
* changeset endpoints ([#44](https://github.com/
|
|
72
|
-
* update targetid json context type ([1e47ca7](https://github.com/
|
|
84
|
+
* add ts-to-jsonld-context tool ([08d360e](https://github.com/iotaledger/twin-auditable-item-graph/commit/08d360e05fd7f8c5bbe6ee4d4e691ffd516db418))
|
|
85
|
+
* changeset endpoints ([#44](https://github.com/iotaledger/twin-auditable-item-graph/issues/44)) ([7c854de](https://github.com/iotaledger/twin-auditable-item-graph/commit/7c854de39b247d6f24cd94a04a9f99fa9edde51d))
|
|
86
|
+
* update targetid json context type ([1e47ca7](https://github.com/iotaledger/twin-auditable-item-graph/commit/1e47ca7ec3080251d940fd8e58c44ca4fa9457f7))
|
|
73
87
|
|
|
74
|
-
## [0.0.3-next.6](https://github.com/
|
|
88
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.5...auditable-item-graph-models-v0.0.3-next.6) (2026-01-26)
|
|
75
89
|
|
|
76
90
|
|
|
77
91
|
### Miscellaneous Chores
|
|
78
92
|
|
|
79
93
|
* **auditable-item-graph-models:** Synchronize repo versions
|
|
80
94
|
|
|
81
|
-
## [0.0.3-next.5](https://github.com/
|
|
95
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.4...auditable-item-graph-models-v0.0.3-next.5) (2026-01-23)
|
|
82
96
|
|
|
83
97
|
|
|
84
98
|
### Features
|
|
85
99
|
|
|
86
|
-
* replace nextItem property with Link header ([#39](https://github.com/
|
|
100
|
+
* replace nextItem property with Link header ([#39](https://github.com/iotaledger/twin-auditable-item-graph/issues/39)) ([b29a333](https://github.com/iotaledger/twin-auditable-item-graph/commit/b29a333ca78ca2091e54e3e6f4355f84c350007d))
|
|
87
101
|
|
|
88
|
-
## [0.0.3-next.4](https://github.com/
|
|
102
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.3...auditable-item-graph-models-v0.0.3-next.4) (2026-01-22)
|
|
89
103
|
|
|
90
104
|
|
|
91
105
|
### Miscellaneous Chores
|
|
92
106
|
|
|
93
107
|
* **auditable-item-graph-models:** Synchronize repo versions
|
|
94
108
|
|
|
95
|
-
## [0.0.3-next.3](https://github.com/
|
|
109
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.2...auditable-item-graph-models-v0.0.3-next.3) (2026-01-21)
|
|
96
110
|
|
|
97
111
|
|
|
98
112
|
### Features
|
|
99
113
|
|
|
100
|
-
* update contexts ([#35](https://github.com/
|
|
114
|
+
* update contexts ([#35](https://github.com/iotaledger/twin-auditable-item-graph/issues/35)) ([cdf0989](https://github.com/iotaledger/twin-auditable-item-graph/commit/cdf0989fe4677a88b757e97e752b7d4c29013a7e))
|
|
101
115
|
|
|
102
|
-
## [0.0.3-next.2](https://github.com/
|
|
116
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.1...auditable-item-graph-models-v0.0.3-next.2) (2026-01-14)
|
|
103
117
|
|
|
104
118
|
|
|
105
119
|
### Features
|
|
106
120
|
|
|
107
|
-
* update contexts and namespaces ([#33](https://github.com/
|
|
121
|
+
* update contexts and namespaces ([#33](https://github.com/iotaledger/twin-auditable-item-graph/issues/33)) ([5dadb99](https://github.com/iotaledger/twin-auditable-item-graph/commit/5dadb99773d410aceacaba7ed92c1ccb8b46516b))
|
|
108
122
|
|
|
109
|
-
## [0.0.3-next.1](https://github.com/
|
|
123
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.0...auditable-item-graph-models-v0.0.3-next.1) (2025-11-28)
|
|
110
124
|
|
|
111
125
|
|
|
112
126
|
### Features
|
|
113
127
|
|
|
114
|
-
* add context id features ([#30](https://github.com/
|
|
115
|
-
* add data types with fully qualified name ([93e1ee7](https://github.com/
|
|
116
|
-
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/
|
|
117
|
-
* add validate-locales ([e76e6f6](https://github.com/
|
|
118
|
-
* eslint migration to flat config ([1b42a3a](https://github.com/
|
|
119
|
-
* id optional in edge updates ([6b63fe3](https://github.com/
|
|
120
|
-
* improve comments ([97f311a](https://github.com/
|
|
121
|
-
* improve JSON schemas ([bec8dc1](https://github.com/
|
|
122
|
-
* update background task service ([e483ddb](https://github.com/
|
|
123
|
-
* update dependencies ([6986689](https://github.com/
|
|
124
|
-
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/
|
|
125
|
-
* update framework core ([88ad4e6](https://github.com/
|
|
126
|
-
* update ts-to-schema generation ([edce91e](https://github.com/
|
|
127
|
-
* use new nameof operators ([3921c4c](https://github.com/
|
|
128
|
-
* use shared store mechanism ([#10](https://github.com/
|
|
129
|
-
* use standard list json ld types ([8f53836](https://github.com/
|
|
128
|
+
* add context id features ([#30](https://github.com/iotaledger/twin-auditable-item-graph/issues/30)) ([a35d37c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a35d37c0db62a240adde493965c0a9f7971fec45))
|
|
129
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
130
|
+
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
|
|
131
|
+
* add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
|
|
132
|
+
* eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
|
|
133
|
+
* id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
|
|
134
|
+
* improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
|
|
135
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
136
|
+
* update background task service ([e483ddb](https://github.com/iotaledger/twin-auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
|
|
137
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
138
|
+
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
|
|
139
|
+
* update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
|
|
140
|
+
* update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
|
|
141
|
+
* use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
|
|
142
|
+
* use shared store mechanism ([#10](https://github.com/iotaledger/twin-auditable-item-graph/issues/10)) ([da035e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
|
|
143
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
130
144
|
|
|
131
145
|
|
|
132
146
|
### Bug Fixes
|
|
133
147
|
|
|
134
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
135
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
148
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
149
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
136
150
|
|
|
137
|
-
## [0.0.2-next.8](https://github.com/
|
|
151
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.2-next.7...auditable-item-graph-models-v0.0.2-next.8) (2025-10-09)
|
|
138
152
|
|
|
139
153
|
|
|
140
154
|
### Features
|
|
141
155
|
|
|
142
|
-
* add validate-locales ([e76e6f6](https://github.com/
|
|
156
|
+
* add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
|
|
143
157
|
|
|
144
|
-
## [0.0.2-next.7](https://github.com/
|
|
158
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.2-next.6...auditable-item-graph-models-v0.0.2-next.7) (2025-09-29)
|
|
145
159
|
|
|
146
160
|
|
|
147
161
|
### Features
|
|
148
162
|
|
|
149
|
-
* id optional in edge updates ([6b63fe3](https://github.com/
|
|
163
|
+
* id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
|
|
150
164
|
|
|
151
|
-
## [0.0.2-next.6](https://github.com/
|
|
165
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.2-next.5...auditable-item-graph-models-v0.0.2-next.6) (2025-09-29)
|
|
152
166
|
|
|
153
167
|
|
|
154
168
|
### Features
|
|
155
169
|
|
|
156
|
-
* use new nameof operators ([3921c4c](https://github.com/
|
|
170
|
+
* use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
|
|
157
171
|
|
|
158
|
-
## [0.0.2-next.5](https://github.com/
|
|
172
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.2-next.4...auditable-item-graph-models-v0.0.2-next.5) (2025-09-26)
|
|
159
173
|
|
|
160
174
|
|
|
161
175
|
### Features
|
|
162
176
|
|
|
163
|
-
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/
|
|
177
|
+
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
|
|
164
178
|
|
|
165
|
-
## [0.0.2-next.4](https://github.com/
|
|
179
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.2-next.3...auditable-item-graph-models-v0.0.2-next.4) (2025-09-24)
|
|
166
180
|
|
|
167
181
|
|
|
168
182
|
### Features
|
|
169
183
|
|
|
170
|
-
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/
|
|
184
|
+
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
|
|
171
185
|
|
|
172
|
-
## [0.0.2-next.3](https://github.com/
|
|
186
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.2-next.2...auditable-item-graph-models-v0.0.2-next.3) (2025-08-29)
|
|
173
187
|
|
|
174
188
|
|
|
175
189
|
### Features
|
|
176
190
|
|
|
177
|
-
* eslint migration to flat config ([1b42a3a](https://github.com/
|
|
191
|
+
* eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
|
|
178
192
|
|
|
179
|
-
## [0.0.2-next.2](https://github.com/
|
|
193
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.2-next.1...auditable-item-graph-models-v0.0.2-next.2) (2025-08-20)
|
|
180
194
|
|
|
181
195
|
|
|
182
196
|
### Features
|
|
183
197
|
|
|
184
|
-
* update framework core ([88ad4e6](https://github.com/
|
|
198
|
+
* update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
|
|
185
199
|
|
|
186
|
-
## [0.0.2-next.1](https://github.com/
|
|
200
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.2-next.0...auditable-item-graph-models-v0.0.2-next.1) (2025-07-21)
|
|
187
201
|
|
|
188
202
|
|
|
189
203
|
### Features
|
|
190
204
|
|
|
191
|
-
* add data types with fully qualified name ([93e1ee7](https://github.com/
|
|
192
|
-
* improve comments ([97f311a](https://github.com/
|
|
193
|
-
* improve JSON schemas ([bec8dc1](https://github.com/
|
|
194
|
-
* update dependencies ([6986689](https://github.com/
|
|
195
|
-
* update ts-to-schema generation ([edce91e](https://github.com/
|
|
196
|
-
* use shared store mechanism ([#10](https://github.com/
|
|
197
|
-
* use standard list json ld types ([8f53836](https://github.com/
|
|
205
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
206
|
+
* improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
|
|
207
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
208
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
209
|
+
* update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
|
|
210
|
+
* use shared store mechanism ([#10](https://github.com/iotaledger/twin-auditable-item-graph/issues/10)) ([da035e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
|
|
211
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
198
212
|
|
|
199
213
|
|
|
200
214
|
### Bug Fixes
|
|
201
215
|
|
|
202
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
203
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
216
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
217
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
204
218
|
|
|
205
219
|
## 0.0.1 (2025-07-09)
|
|
206
220
|
|
|
207
221
|
|
|
208
222
|
### Features
|
|
209
223
|
|
|
210
|
-
* release to production ([0ce06f7](https://github.com/
|
|
224
|
+
* release to production ([0ce06f7](https://github.com/iotaledger/twin-auditable-item-graph/commit/0ce06f7825aa72d04b7a2ffd8c98cb56290b9d16))
|
|
211
225
|
|
|
212
|
-
## [0.0.1-next.44](https://github.com/
|
|
226
|
+
## [0.0.1-next.44](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.1-next.43...auditable-item-graph-models-v0.0.1-next.44) (2025-06-20)
|
|
213
227
|
|
|
214
228
|
|
|
215
229
|
### Bug Fixes
|
|
216
230
|
|
|
217
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
231
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
218
232
|
|
|
219
|
-
## [0.0.1-next.43](https://github.com/
|
|
233
|
+
## [0.0.1-next.43](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.1-next.42...auditable-item-graph-models-v0.0.1-next.43) (2025-06-17)
|
|
220
234
|
|
|
221
235
|
|
|
222
236
|
### Features
|
|
223
237
|
|
|
224
|
-
* improve JSON schemas ([bec8dc1](https://github.com/
|
|
238
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
225
239
|
|
|
226
|
-
## [0.0.1-next.42](https://github.com/
|
|
240
|
+
## [0.0.1-next.42](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.1-next.41...auditable-item-graph-models-v0.0.1-next.42) (2025-06-12)
|
|
227
241
|
|
|
228
242
|
|
|
229
243
|
### Features
|
|
230
244
|
|
|
231
|
-
* update dependencies ([6986689](https://github.com/
|
|
245
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
232
246
|
|
|
233
|
-
## [0.0.1-next.41](https://github.com/
|
|
247
|
+
## [0.0.1-next.41](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.1-next.40...auditable-item-graph-models-v0.0.1-next.41) (2025-06-03)
|
|
234
248
|
|
|
235
249
|
|
|
236
250
|
### Features
|
|
237
251
|
|
|
238
|
-
* update ts-to-schema generation ([edce91e](https://github.com/
|
|
252
|
+
* update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
|
|
239
253
|
|
|
240
|
-
## [0.0.1-next.40](https://github.com/
|
|
254
|
+
## [0.0.1-next.40](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.1-next.39...auditable-item-graph-models-v0.0.1-next.40) (2025-05-28)
|
|
241
255
|
|
|
242
256
|
|
|
243
257
|
### Features
|
|
244
258
|
|
|
245
|
-
* add data types with fully qualified name ([93e1ee7](https://github.com/
|
|
259
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
246
260
|
|
|
247
|
-
## [0.0.1-next.39](https://github.com/
|
|
261
|
+
## [0.0.1-next.39](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.1-next.38...auditable-item-graph-models-v0.0.1-next.39) (2025-05-08)
|
|
248
262
|
|
|
249
263
|
|
|
250
264
|
### Features
|
|
251
265
|
|
|
252
|
-
* use standard list json ld types ([8f53836](https://github.com/
|
|
266
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
253
267
|
|
|
254
|
-
## [0.0.1-next.38](https://github.com/
|
|
268
|
+
## [0.0.1-next.38](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.1-next.37...auditable-item-graph-models-v0.0.1-next.38) (2025-04-17)
|
|
255
269
|
|
|
256
270
|
|
|
257
271
|
### Features
|
|
258
272
|
|
|
259
|
-
* use shared store mechanism ([#10](https://github.com/
|
|
273
|
+
* use shared store mechanism ([#10](https://github.com/iotaledger/twin-auditable-item-graph/issues/10)) ([da035e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
|
|
260
274
|
|
|
261
|
-
## [0.0.1-next.37](https://github.com/
|
|
275
|
+
## [0.0.1-next.37](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.1-next.36...auditable-item-graph-models-v0.0.1-next.37) (2025-04-11)
|
|
262
276
|
|
|
263
277
|
|
|
264
278
|
### Features
|
|
265
279
|
|
|
266
|
-
* improve comments ([97f311a](https://github.com/
|
|
280
|
+
* improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
|
|
267
281
|
|
|
268
282
|
|
|
269
283
|
### Bug Fixes
|
|
270
284
|
|
|
271
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
285
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
272
286
|
|
|
273
|
-
## [0.0.1-next.36](https://github.com/
|
|
287
|
+
## [0.0.1-next.36](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.1-next.35...auditable-item-graph-models-v0.0.1-next.36) (2025-04-11)
|
|
274
288
|
|
|
275
289
|
|
|
276
290
|
### Bug Fixes
|
|
277
291
|
|
|
278
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
292
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
279
293
|
|
|
280
|
-
## [0.0.1-next.35](https://github.com/
|
|
294
|
+
## [0.0.1-next.35](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.1-next.34...auditable-item-graph-models-v0.0.1-next.35) (2025-04-10)
|
|
281
295
|
|
|
282
296
|
|
|
283
297
|
### Miscellaneous Chores
|
|
284
298
|
|
|
285
299
|
* **auditable-item-graph-models:** Synchronize repo versions
|
|
286
300
|
|
|
287
|
-
## [0.0.1-next.34](https://github.com/
|
|
301
|
+
## [0.0.1-next.34](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.1-next.33...auditable-item-graph-models-v0.0.1-next.34) (2025-03-28)
|
|
288
302
|
|
|
289
303
|
|
|
290
304
|
### Features
|
|
291
305
|
|
|
292
|
-
* improve comments ([97f311a](https://github.com/
|
|
306
|
+
* improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
|
|
293
307
|
|
|
294
308
|
## v0.0.1-next.33
|
|
295
309
|
|
package/docs/reference/index.md
CHANGED
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
- [IAuditableItemGraphResource](interfaces/IAuditableItemGraphResource.md)
|
|
17
17
|
- [IAuditableItemGraphVertex](interfaces/IAuditableItemGraphVertex.md)
|
|
18
18
|
- [IAuditableItemGraphVertexList](interfaces/IAuditableItemGraphVertexList.md)
|
|
19
|
+
- [IAuditableItemGraphVertexVersionList](interfaces/IAuditableItemGraphVertexVersionList.md)
|
|
19
20
|
- [IAuditableItemGraphChangesetGetRequest](interfaces/IAuditableItemGraphChangesetGetRequest.md)
|
|
20
21
|
- [IAuditableItemGraphChangesetGetResponse](interfaces/IAuditableItemGraphChangesetGetResponse.md)
|
|
21
22
|
- [IAuditableItemGraphChangesetListRequest](interfaces/IAuditableItemGraphChangesetListRequest.md)
|
|
@@ -26,6 +27,10 @@
|
|
|
26
27
|
- [IAuditableItemGraphListRequest](interfaces/IAuditableItemGraphListRequest.md)
|
|
27
28
|
- [IAuditableItemGraphListResponse](interfaces/IAuditableItemGraphListResponse.md)
|
|
28
29
|
- [IAuditableItemGraphUpdateRequest](interfaces/IAuditableItemGraphUpdateRequest.md)
|
|
30
|
+
- [IAuditableItemGraphVersionGetRequest](interfaces/IAuditableItemGraphVersionGetRequest.md)
|
|
31
|
+
- [IAuditableItemGraphVersionGetResponse](interfaces/IAuditableItemGraphVersionGetResponse.md)
|
|
32
|
+
- [IAuditableItemGraphVersionListRequest](interfaces/IAuditableItemGraphVersionListRequest.md)
|
|
33
|
+
- [IAuditableItemGraphVersionListResponse](interfaces/IAuditableItemGraphVersionListResponse.md)
|
|
29
34
|
- [IAuditableItemGraphEventBusVertexCreated](interfaces/IAuditableItemGraphEventBusVertexCreated.md)
|
|
30
35
|
- [IAuditableItemGraphEventBusVertexUpdated](interfaces/IAuditableItemGraphEventBusVertexUpdated.md)
|
|
31
36
|
|
|
@@ -65,3 +65,12 @@ The immutable proof id which contains the signature for this changeset.
|
|
|
65
65
|
> `optional` **verification?**: `IImmutableProofVerification`
|
|
66
66
|
|
|
67
67
|
The verification for the changeset.
|
|
68
|
+
|
|
69
|
+
***
|
|
70
|
+
|
|
71
|
+
### version? {#version}
|
|
72
|
+
|
|
73
|
+
> `optional` **version?**: `number`
|
|
74
|
+
|
|
75
|
+
The version number of the vertex after this changeset was applied.
|
|
76
|
+
Maps to https://schema.org/version.
|
|
@@ -178,6 +178,80 @@ NotFoundError if the vertex or changeset is not found.
|
|
|
178
178
|
|
|
179
179
|
***
|
|
180
180
|
|
|
181
|
+
### getVersion() {#getversion}
|
|
182
|
+
|
|
183
|
+
> **getVersion**(`id`, `versionId`): `Promise`\<[`IAuditableItemGraphVertex`](IAuditableItemGraphVertex.md)\>
|
|
184
|
+
|
|
185
|
+
Get a graph vertex at a specific version.
|
|
186
|
+
|
|
187
|
+
#### Parameters
|
|
188
|
+
|
|
189
|
+
##### id
|
|
190
|
+
|
|
191
|
+
`string`
|
|
192
|
+
|
|
193
|
+
The id of the vertex.
|
|
194
|
+
|
|
195
|
+
##### versionId
|
|
196
|
+
|
|
197
|
+
`string`
|
|
198
|
+
|
|
199
|
+
The id of the version (changeset id) to retrieve.
|
|
200
|
+
|
|
201
|
+
#### Returns
|
|
202
|
+
|
|
203
|
+
`Promise`\<[`IAuditableItemGraphVertex`](IAuditableItemGraphVertex.md)\>
|
|
204
|
+
|
|
205
|
+
The vertex reconstructed at that version.
|
|
206
|
+
|
|
207
|
+
#### Throws
|
|
208
|
+
|
|
209
|
+
NotFoundError if the vertex or version is not found.
|
|
210
|
+
|
|
211
|
+
***
|
|
212
|
+
|
|
213
|
+
### getVersions() {#getversions}
|
|
214
|
+
|
|
215
|
+
> **getVersions**(`id`, `options?`): `Promise`\<[`IAuditableItemGraphVertexVersionList`](IAuditableItemGraphVertexVersionList.md)\>
|
|
216
|
+
|
|
217
|
+
Get all versions of a graph vertex.
|
|
218
|
+
|
|
219
|
+
#### Parameters
|
|
220
|
+
|
|
221
|
+
##### id
|
|
222
|
+
|
|
223
|
+
`string`
|
|
224
|
+
|
|
225
|
+
The id of the vertex.
|
|
226
|
+
|
|
227
|
+
##### options?
|
|
228
|
+
|
|
229
|
+
Additional options for the operation.
|
|
230
|
+
|
|
231
|
+
###### after?
|
|
232
|
+
|
|
233
|
+
`string`
|
|
234
|
+
|
|
235
|
+
Only return versions created after this ISO 8601 timestamp (exclusive).
|
|
236
|
+
|
|
237
|
+
###### before?
|
|
238
|
+
|
|
239
|
+
`string`
|
|
240
|
+
|
|
241
|
+
Only return versions created before this ISO 8601 timestamp (exclusive).
|
|
242
|
+
|
|
243
|
+
#### Returns
|
|
244
|
+
|
|
245
|
+
`Promise`\<[`IAuditableItemGraphVertexVersionList`](IAuditableItemGraphVertexVersionList.md)\>
|
|
246
|
+
|
|
247
|
+
The list of vertex versions.
|
|
248
|
+
|
|
249
|
+
#### Throws
|
|
250
|
+
|
|
251
|
+
NotFoundError if the vertex is not found.
|
|
252
|
+
|
|
253
|
+
***
|
|
254
|
+
|
|
181
255
|
### removeVerifiable() {#removeverifiable}
|
|
182
256
|
|
|
183
257
|
> **removeVerifiable**(`id`): `Promise`\<`void`\>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Interface: IAuditableItemGraphVersionGetRequest
|
|
2
|
+
|
|
3
|
+
Get an auditable item graph vertex at a specific version.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
### headers? {#headers}
|
|
8
|
+
|
|
9
|
+
> `optional` **headers?**: `object`
|
|
10
|
+
|
|
11
|
+
The headers which can be used to determine the response data type.
|
|
12
|
+
|
|
13
|
+
#### accept
|
|
14
|
+
|
|
15
|
+
> **accept**: `"application/json"` \| `"application/ld+json"`
|
|
16
|
+
|
|
17
|
+
***
|
|
18
|
+
|
|
19
|
+
### pathParams {#pathparams}
|
|
20
|
+
|
|
21
|
+
> **pathParams**: `object`
|
|
22
|
+
|
|
23
|
+
The parameters from the path.
|
|
24
|
+
|
|
25
|
+
#### id
|
|
26
|
+
|
|
27
|
+
> **id**: `string`
|
|
28
|
+
|
|
29
|
+
The id of the vertex.
|
|
30
|
+
|
|
31
|
+
#### versionId
|
|
32
|
+
|
|
33
|
+
> **versionId**: `string`
|
|
34
|
+
|
|
35
|
+
The id of the version (changeset id) to get.
|