@twin.org/auditable-item-graph-models 0.0.3-next.9 → 0.9.0-next.1
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/README.md +3 -1
- package/dist/es/dataTypes/auditableItemGraphDataTypes.js +47 -43
- package/dist/es/dataTypes/auditableItemGraphDataTypes.js.map +1 -1
- package/dist/es/index.js +11 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphAlias.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphAuditedElement.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphChangeset.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphChangesetList.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphComponent.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphEdge.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphListPatch.js +2 -0
- package/dist/es/models/IAuditableItemGraphListPatch.js.map +1 -0
- package/dist/es/models/IAuditableItemGraphPartialVertex.js +2 -0
- package/dist/es/models/IAuditableItemGraphPartialVertex.js.map +1 -0
- package/dist/es/models/IAuditableItemGraphPatchOperation.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphResource.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphVertex.js.map +1 -1
- package/dist/es/models/IAuditableItemGraphVertexList.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/IAuditableItemGraphCreateRequest.js.map +1 -1
- package/dist/es/models/api/IAuditableItemGraphRemoveProofRequest.js +4 -0
- package/dist/es/models/api/IAuditableItemGraphRemoveProofRequest.js.map +1 -0
- package/dist/es/models/api/IAuditableItemGraphUpdatePartialRequest.js +2 -0
- package/dist/es/models/api/IAuditableItemGraphUpdatePartialRequest.js.map +1 -0
- package/dist/es/models/api/IAuditableItemGraphUpdateRequest.js.map +1 -1
- 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/auditableItemGraphMetricIds.js +69 -0
- package/dist/es/models/auditableItemGraphMetricIds.js.map +1 -0
- package/dist/es/models/auditableItemGraphMetrics.js +82 -0
- package/dist/es/models/auditableItemGraphMetrics.js.map +1 -0
- package/dist/es/models/auditableItemGraphTypes.js +13 -1
- package/dist/es/models/auditableItemGraphTypes.js.map +1 -1
- package/dist/es/schemas/AuditableItemGraphAlias.json +18 -25
- package/dist/es/schemas/AuditableItemGraphAuditedElement.json +25 -0
- package/dist/es/schemas/AuditableItemGraphChangeset.json +14 -13
- package/dist/es/schemas/AuditableItemGraphEdge.json +15 -26
- package/dist/es/schemas/AuditableItemGraphListPatch.json +33 -0
- package/dist/es/schemas/AuditableItemGraphPartialVertex.json +110 -0
- package/dist/es/schemas/AuditableItemGraphPatchOperation.json +27 -19
- package/dist/es/schemas/AuditableItemGraphResource.json +9 -24
- package/dist/es/schemas/AuditableItemGraphVertex.json +39 -29
- package/dist/es/schemas/AuditableItemGraphVertexList.json +17 -20
- package/dist/types/index.d.ts +11 -0
- package/dist/types/models/IAuditableItemGraphAlias.d.ts +8 -3
- package/dist/types/models/IAuditableItemGraphAuditedElement.d.ts +3 -3
- package/dist/types/models/IAuditableItemGraphChangeset.d.ts +11 -5
- package/dist/types/models/IAuditableItemGraphChangesetList.d.ts +1 -1
- package/dist/types/models/IAuditableItemGraphComponent.d.ts +41 -45
- package/dist/types/models/IAuditableItemGraphEdge.d.ts +4 -4
- package/dist/types/models/IAuditableItemGraphListPatch.d.ts +18 -0
- package/dist/types/models/IAuditableItemGraphPartialVertex.d.ts +45 -0
- package/dist/types/models/IAuditableItemGraphPatchOperation.d.ts +4 -4
- package/dist/types/models/IAuditableItemGraphResource.d.ts +2 -2
- package/dist/types/models/IAuditableItemGraphVertex.d.ts +12 -6
- package/dist/types/models/IAuditableItemGraphVertexList.d.ts +1 -1
- package/dist/types/models/IAuditableItemGraphVertexVersionList.d.ts +29 -0
- package/dist/types/models/api/IAuditableItemGraphCreateRequest.d.ts +2 -31
- package/dist/types/models/api/IAuditableItemGraphRemoveProofRequest.d.ts +14 -0
- package/dist/types/models/api/IAuditableItemGraphUpdatePartialRequest.d.ts +20 -0
- package/dist/types/models/api/IAuditableItemGraphUpdateRequest.d.ts +4 -34
- 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/auditableItemGraphMetricIds.d.ts +69 -0
- package/dist/types/models/auditableItemGraphMetrics.d.ts +5 -0
- package/dist/types/models/auditableItemGraphTypes.d.ts +12 -0
- package/docs/changelog.md +263 -81
- package/docs/examples.md +22 -1
- package/docs/reference/classes/AuditableItemGraphDataTypes.md +1 -1
- package/docs/reference/index.md +12 -0
- package/docs/reference/interfaces/IAuditableItemGraphAlias.md +22 -19
- package/docs/reference/interfaces/IAuditableItemGraphAuditedElement.md +8 -11
- package/docs/reference/interfaces/IAuditableItemGraphChangeset.md +21 -17
- package/docs/reference/interfaces/IAuditableItemGraphChangesetGetRequest.md +6 -6
- package/docs/reference/interfaces/IAuditableItemGraphChangesetGetResponse.md +3 -3
- package/docs/reference/interfaces/IAuditableItemGraphChangesetList.md +3 -4
- package/docs/reference/interfaces/IAuditableItemGraphChangesetListRequest.md +8 -8
- package/docs/reference/interfaces/IAuditableItemGraphChangesetListResponse.md +4 -4
- package/docs/reference/interfaces/IAuditableItemGraphComponent.md +108 -58
- package/docs/reference/interfaces/IAuditableItemGraphCreateRequest.md +2 -26
- package/docs/reference/interfaces/IAuditableItemGraphEdge.md +15 -21
- package/docs/reference/interfaces/IAuditableItemGraphEventBusVertexCreated.md +1 -1
- package/docs/reference/interfaces/IAuditableItemGraphEventBusVertexUpdated.md +2 -2
- package/docs/reference/interfaces/IAuditableItemGraphGetRequest.md +7 -7
- package/docs/reference/interfaces/IAuditableItemGraphGetResponse.md +3 -3
- package/docs/reference/interfaces/IAuditableItemGraphListPatch.md +25 -0
- package/docs/reference/interfaces/IAuditableItemGraphListRequest.md +14 -14
- package/docs/reference/interfaces/IAuditableItemGraphListResponse.md +4 -4
- package/docs/reference/interfaces/IAuditableItemGraphPartialVertex.md +149 -0
- package/docs/reference/interfaces/IAuditableItemGraphPatchOperation.md +9 -13
- package/docs/reference/interfaces/IAuditableItemGraphRemoveProofRequest.md +17 -0
- package/docs/reference/interfaces/IAuditableItemGraphResource.md +13 -17
- package/docs/reference/interfaces/IAuditableItemGraphUpdatePartialRequest.md +26 -0
- package/docs/reference/interfaces/IAuditableItemGraphUpdateRequest.md +5 -29
- 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 +30 -30
- package/docs/reference/interfaces/IAuditableItemGraphVertexList.md +3 -4
- package/docs/reference/interfaces/IAuditableItemGraphVertexVersionList.md +35 -0
- package/docs/reference/type-aliases/AuditableItemGraphMetricIds.md +5 -0
- package/docs/reference/variables/AuditableItemGraphContexts.md +6 -6
- package/docs/reference/variables/AuditableItemGraphMetricIds.md +97 -0
- package/docs/reference/variables/AuditableItemGraphMetrics.md +5 -0
- package/docs/reference/variables/AuditableItemGraphTopics.md +2 -2
- package/docs/reference/variables/AuditableItemGraphTypes.md +26 -8
- package/docs/reference/variables/VerifyDepth.md +3 -3
- package/package.json +13 -12
package/docs/changelog.md
CHANGED
|
@@ -1,247 +1,429 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.9.0-next.0...auditable-item-graph-models-v0.9.0-next.1) (2026-06-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* 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))
|
|
9
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
10
|
+
* add event-driven telemetry metrics ([#63](https://github.com/iotaledger/twin-auditable-item-graph/issues/63)) ([8fe6cdd](https://github.com/iotaledger/twin-auditable-item-graph/commit/8fe6cdd0d56496402b766c151f002f475ddb8c0e))
|
|
11
|
+
* add ts-to-jsonld-context tool ([08d360e](https://github.com/iotaledger/twin-auditable-item-graph/commit/08d360e05fd7f8c5bbe6ee4d4e691ffd516db418))
|
|
12
|
+
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
|
|
13
|
+
* add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
|
|
14
|
+
* add versions ([#60](https://github.com/iotaledger/twin-auditable-item-graph/issues/60)) ([5c36f94](https://github.com/iotaledger/twin-auditable-item-graph/commit/5c36f94b1155c01dddbc8d62f3f65d599916c521))
|
|
15
|
+
* 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))
|
|
16
|
+
* changeset endpoints ([#44](https://github.com/iotaledger/twin-auditable-item-graph/issues/44)) ([7c854de](https://github.com/iotaledger/twin-auditable-item-graph/commit/7c854de39b247d6f24cd94a04a9f99fa9edde51d))
|
|
17
|
+
* eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
|
|
18
|
+
* id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
|
|
19
|
+
* improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
|
|
20
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
21
|
+
* improved versioning ([#66](https://github.com/iotaledger/twin-auditable-item-graph/issues/66)) ([1b497cd](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b497cdc88eec9b6707b097283773e109baae3aa))
|
|
22
|
+
* 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))
|
|
23
|
+
* typescript 6 update ([2483c31](https://github.com/iotaledger/twin-auditable-item-graph/commit/2483c3171cff4c5ecedc83d958ab551291a4a487))
|
|
24
|
+
* update background task service ([e483ddb](https://github.com/iotaledger/twin-auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
|
|
25
|
+
* update contexts ([#35](https://github.com/iotaledger/twin-auditable-item-graph/issues/35)) ([cdf0989](https://github.com/iotaledger/twin-auditable-item-graph/commit/cdf0989fe4677a88b757e97e752b7d4c29013a7e))
|
|
26
|
+
* 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))
|
|
27
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
28
|
+
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
|
|
29
|
+
* update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
|
|
30
|
+
* update immutable proof usage ([#73](https://github.com/iotaledger/twin-auditable-item-graph/issues/73)) ([a5181d1](https://github.com/iotaledger/twin-auditable-item-graph/commit/a5181d172cbc492c7cc964d22724cc10c46fc52e))
|
|
31
|
+
* update schemas ([b00bcac](https://github.com/iotaledger/twin-auditable-item-graph/commit/b00bcac6551fa524e8871e1b573a712ed0f30943))
|
|
32
|
+
* update targetid json context type ([1e47ca7](https://github.com/iotaledger/twin-auditable-item-graph/commit/1e47ca7ec3080251d940fd8e58c44ca4fa9457f7))
|
|
33
|
+
* update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
|
|
34
|
+
* use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
|
|
35
|
+
* 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))
|
|
36
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* implement removeProof on AuditableItemGraphRestClient and expose DELETE /:id/proof route ([#85](https://github.com/iotaledger/twin-auditable-item-graph/issues/85)) ([ed74458](https://github.com/iotaledger/twin-auditable-item-graph/commit/ed74458aff9bc8606b75657a7bff15af4884189e))
|
|
42
|
+
* incremental edge merge and per-vertex update queue ([#70](https://github.com/iotaledger/twin-auditable-item-graph/issues/70)) ([91eb51d](https://github.com/iotaledger/twin-auditable-item-graph/commit/91eb51d135d2e609eebce90de099670f08eb20ca))
|
|
43
|
+
* 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))
|
|
44
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
45
|
+
|
|
46
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.24...auditable-item-graph-models-v0.0.3-next.25) (2026-06-19)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Miscellaneous Chores
|
|
50
|
+
|
|
51
|
+
* **auditable-item-graph-models:** Synchronize repo versions
|
|
52
|
+
|
|
53
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.23...auditable-item-graph-models-v0.0.3-next.24) (2026-06-18)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Miscellaneous Chores
|
|
57
|
+
|
|
58
|
+
* **auditable-item-graph-models:** Synchronize repo versions
|
|
59
|
+
|
|
60
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.22...auditable-item-graph-models-v0.0.3-next.23) (2026-06-11)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Miscellaneous Chores
|
|
64
|
+
|
|
65
|
+
* **auditable-item-graph-models:** Synchronize repo versions
|
|
66
|
+
|
|
67
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.21...auditable-item-graph-models-v0.0.3-next.22) (2026-06-09)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Bug Fixes
|
|
71
|
+
|
|
72
|
+
* implement removeProof on AuditableItemGraphRestClient and expose DELETE /:id/proof route ([#85](https://github.com/iotaledger/twin-auditable-item-graph/issues/85)) ([ed74458](https://github.com/iotaledger/twin-auditable-item-graph/commit/ed74458aff9bc8606b75657a7bff15af4884189e))
|
|
73
|
+
|
|
74
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.20...auditable-item-graph-models-v0.0.3-next.21) (2026-06-03)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Miscellaneous Chores
|
|
78
|
+
|
|
79
|
+
* **auditable-item-graph-models:** Synchronize repo versions
|
|
80
|
+
|
|
81
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.19...auditable-item-graph-models-v0.0.3-next.20) (2026-06-03)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Miscellaneous Chores
|
|
85
|
+
|
|
86
|
+
* **auditable-item-graph-models:** Synchronize repo versions
|
|
87
|
+
|
|
88
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.18...auditable-item-graph-models-v0.0.3-next.19) (2026-06-02)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Miscellaneous Chores
|
|
92
|
+
|
|
93
|
+
* **auditable-item-graph-models:** Synchronize repo versions
|
|
94
|
+
|
|
95
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.17...auditable-item-graph-models-v0.0.3-next.18) (2026-05-29)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### Features
|
|
99
|
+
|
|
100
|
+
* update immutable proof usage ([#73](https://github.com/iotaledger/twin-auditable-item-graph/issues/73)) ([a5181d1](https://github.com/iotaledger/twin-auditable-item-graph/commit/a5181d172cbc492c7cc964d22724cc10c46fc52e))
|
|
101
|
+
|
|
102
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.16...auditable-item-graph-models-v0.0.3-next.17) (2026-05-27)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Bug Fixes
|
|
106
|
+
|
|
107
|
+
* incremental edge merge and per-vertex update queue ([#70](https://github.com/iotaledger/twin-auditable-item-graph/issues/70)) ([91eb51d](https://github.com/iotaledger/twin-auditable-item-graph/commit/91eb51d135d2e609eebce90de099670f08eb20ca))
|
|
108
|
+
|
|
109
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.15...auditable-item-graph-models-v0.0.3-next.16) (2026-05-22)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
### Features
|
|
113
|
+
|
|
114
|
+
* improved versioning ([#66](https://github.com/iotaledger/twin-auditable-item-graph/issues/66)) ([1b497cd](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b497cdc88eec9b6707b097283773e109baae3aa))
|
|
115
|
+
|
|
116
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.14...auditable-item-graph-models-v0.0.3-next.15) (2026-05-20)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Features
|
|
120
|
+
|
|
121
|
+
* add event-driven telemetry metrics ([#63](https://github.com/iotaledger/twin-auditable-item-graph/issues/63)) ([8fe6cdd](https://github.com/iotaledger/twin-auditable-item-graph/commit/8fe6cdd0d56496402b766c151f002f475ddb8c0e))
|
|
122
|
+
|
|
123
|
+
## [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)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Features
|
|
127
|
+
|
|
128
|
+
* add versions ([#60](https://github.com/iotaledger/twin-auditable-item-graph/issues/60)) ([5c36f94](https://github.com/iotaledger/twin-auditable-item-graph/commit/5c36f94b1155c01dddbc8d62f3f65d599916c521))
|
|
129
|
+
|
|
130
|
+
## [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)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Features
|
|
134
|
+
|
|
135
|
+
* typescript 6 update ([2483c31](https://github.com/iotaledger/twin-auditable-item-graph/commit/2483c3171cff4c5ecedc83d958ab551291a4a487))
|
|
136
|
+
|
|
137
|
+
## [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)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
### Features
|
|
141
|
+
|
|
142
|
+
* 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))
|
|
143
|
+
|
|
144
|
+
## [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)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Features
|
|
148
|
+
|
|
149
|
+
* update schemas ([b00bcac](https://github.com/iotaledger/twin-auditable-item-graph/commit/b00bcac6551fa524e8871e1b573a712ed0f30943))
|
|
150
|
+
|
|
151
|
+
## [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)
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
### Features
|
|
155
|
+
|
|
156
|
+
* 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))
|
|
157
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
158
|
+
* add ts-to-jsonld-context tool ([08d360e](https://github.com/iotaledger/twin-auditable-item-graph/commit/08d360e05fd7f8c5bbe6ee4d4e691ffd516db418))
|
|
159
|
+
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
|
|
160
|
+
* add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
|
|
161
|
+
* changeset endpoints ([#44](https://github.com/iotaledger/twin-auditable-item-graph/issues/44)) ([7c854de](https://github.com/iotaledger/twin-auditable-item-graph/commit/7c854de39b247d6f24cd94a04a9f99fa9edde51d))
|
|
162
|
+
* eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
|
|
163
|
+
* id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
|
|
164
|
+
* improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
|
|
165
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
166
|
+
* 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))
|
|
167
|
+
* update background task service ([e483ddb](https://github.com/iotaledger/twin-auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
|
|
168
|
+
* update contexts ([#35](https://github.com/iotaledger/twin-auditable-item-graph/issues/35)) ([cdf0989](https://github.com/iotaledger/twin-auditable-item-graph/commit/cdf0989fe4677a88b757e97e752b7d4c29013a7e))
|
|
169
|
+
* 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))
|
|
170
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
171
|
+
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
|
|
172
|
+
* update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
|
|
173
|
+
* update targetid json context type ([1e47ca7](https://github.com/iotaledger/twin-auditable-item-graph/commit/1e47ca7ec3080251d940fd8e58c44ca4fa9457f7))
|
|
174
|
+
* update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
|
|
175
|
+
* use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
|
|
176
|
+
* 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))
|
|
177
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Bug Fixes
|
|
181
|
+
|
|
182
|
+
* 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))
|
|
183
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
184
|
+
|
|
185
|
+
## [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)
|
|
4
186
|
|
|
5
187
|
|
|
6
188
|
### Miscellaneous Chores
|
|
7
189
|
|
|
8
190
|
* **auditable-item-graph-models:** Synchronize repo versions
|
|
9
191
|
|
|
10
|
-
## [0.0.3-next.8](https://github.com/
|
|
192
|
+
## [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)
|
|
11
193
|
|
|
12
194
|
|
|
13
195
|
### Miscellaneous Chores
|
|
14
196
|
|
|
15
197
|
* **auditable-item-graph-models:** Synchronize repo versions
|
|
16
198
|
|
|
17
|
-
## [0.0.3-next.7](https://github.com/
|
|
199
|
+
## [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)
|
|
18
200
|
|
|
19
201
|
|
|
20
202
|
### Features
|
|
21
203
|
|
|
22
|
-
* add ts-to-jsonld-context tool ([08d360e](https://github.com/
|
|
23
|
-
* changeset endpoints ([#44](https://github.com/
|
|
24
|
-
* update targetid json context type ([1e47ca7](https://github.com/
|
|
204
|
+
* add ts-to-jsonld-context tool ([08d360e](https://github.com/iotaledger/twin-auditable-item-graph/commit/08d360e05fd7f8c5bbe6ee4d4e691ffd516db418))
|
|
205
|
+
* changeset endpoints ([#44](https://github.com/iotaledger/twin-auditable-item-graph/issues/44)) ([7c854de](https://github.com/iotaledger/twin-auditable-item-graph/commit/7c854de39b247d6f24cd94a04a9f99fa9edde51d))
|
|
206
|
+
* update targetid json context type ([1e47ca7](https://github.com/iotaledger/twin-auditable-item-graph/commit/1e47ca7ec3080251d940fd8e58c44ca4fa9457f7))
|
|
25
207
|
|
|
26
|
-
## [0.0.3-next.6](https://github.com/
|
|
208
|
+
## [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)
|
|
27
209
|
|
|
28
210
|
|
|
29
211
|
### Miscellaneous Chores
|
|
30
212
|
|
|
31
213
|
* **auditable-item-graph-models:** Synchronize repo versions
|
|
32
214
|
|
|
33
|
-
## [0.0.3-next.5](https://github.com/
|
|
215
|
+
## [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)
|
|
34
216
|
|
|
35
217
|
|
|
36
218
|
### Features
|
|
37
219
|
|
|
38
|
-
* replace nextItem property with Link header ([#39](https://github.com/
|
|
220
|
+
* 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))
|
|
39
221
|
|
|
40
|
-
## [0.0.3-next.4](https://github.com/
|
|
222
|
+
## [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)
|
|
41
223
|
|
|
42
224
|
|
|
43
225
|
### Miscellaneous Chores
|
|
44
226
|
|
|
45
227
|
* **auditable-item-graph-models:** Synchronize repo versions
|
|
46
228
|
|
|
47
|
-
## [0.0.3-next.3](https://github.com/
|
|
229
|
+
## [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)
|
|
48
230
|
|
|
49
231
|
|
|
50
232
|
### Features
|
|
51
233
|
|
|
52
|
-
* update contexts ([#35](https://github.com/
|
|
234
|
+
* update contexts ([#35](https://github.com/iotaledger/twin-auditable-item-graph/issues/35)) ([cdf0989](https://github.com/iotaledger/twin-auditable-item-graph/commit/cdf0989fe4677a88b757e97e752b7d4c29013a7e))
|
|
53
235
|
|
|
54
|
-
## [0.0.3-next.2](https://github.com/
|
|
236
|
+
## [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)
|
|
55
237
|
|
|
56
238
|
|
|
57
239
|
### Features
|
|
58
240
|
|
|
59
|
-
* update contexts and namespaces ([#33](https://github.com/
|
|
241
|
+
* 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))
|
|
60
242
|
|
|
61
|
-
## [0.0.3-next.1](https://github.com/
|
|
243
|
+
## [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)
|
|
62
244
|
|
|
63
245
|
|
|
64
246
|
### Features
|
|
65
247
|
|
|
66
|
-
* add context id features ([#30](https://github.com/
|
|
67
|
-
* add data types with fully qualified name ([93e1ee7](https://github.com/
|
|
68
|
-
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/
|
|
69
|
-
* add validate-locales ([e76e6f6](https://github.com/
|
|
70
|
-
* eslint migration to flat config ([1b42a3a](https://github.com/
|
|
71
|
-
* id optional in edge updates ([6b63fe3](https://github.com/
|
|
72
|
-
* improve comments ([97f311a](https://github.com/
|
|
73
|
-
* improve JSON schemas ([bec8dc1](https://github.com/
|
|
74
|
-
* update background task service ([e483ddb](https://github.com/
|
|
75
|
-
* update dependencies ([6986689](https://github.com/
|
|
76
|
-
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/
|
|
77
|
-
* update framework core ([88ad4e6](https://github.com/
|
|
78
|
-
* update ts-to-schema generation ([edce91e](https://github.com/
|
|
79
|
-
* use new nameof operators ([3921c4c](https://github.com/
|
|
80
|
-
* use shared store mechanism ([#10](https://github.com/
|
|
81
|
-
* use standard list json ld types ([8f53836](https://github.com/
|
|
248
|
+
* 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))
|
|
249
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
250
|
+
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
|
|
251
|
+
* add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
|
|
252
|
+
* eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
|
|
253
|
+
* id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
|
|
254
|
+
* improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
|
|
255
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
256
|
+
* update background task service ([e483ddb](https://github.com/iotaledger/twin-auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
|
|
257
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
258
|
+
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
|
|
259
|
+
* update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
|
|
260
|
+
* update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
|
|
261
|
+
* use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
|
|
262
|
+
* 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))
|
|
263
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
82
264
|
|
|
83
265
|
|
|
84
266
|
### Bug Fixes
|
|
85
267
|
|
|
86
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
87
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
268
|
+
* 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))
|
|
269
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
88
270
|
|
|
89
|
-
## [0.0.2-next.8](https://github.com/
|
|
271
|
+
## [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)
|
|
90
272
|
|
|
91
273
|
|
|
92
274
|
### Features
|
|
93
275
|
|
|
94
|
-
* add validate-locales ([e76e6f6](https://github.com/
|
|
276
|
+
* add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
|
|
95
277
|
|
|
96
|
-
## [0.0.2-next.7](https://github.com/
|
|
278
|
+
## [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)
|
|
97
279
|
|
|
98
280
|
|
|
99
281
|
### Features
|
|
100
282
|
|
|
101
|
-
* id optional in edge updates ([6b63fe3](https://github.com/
|
|
283
|
+
* id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
|
|
102
284
|
|
|
103
|
-
## [0.0.2-next.6](https://github.com/
|
|
285
|
+
## [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)
|
|
104
286
|
|
|
105
287
|
|
|
106
288
|
### Features
|
|
107
289
|
|
|
108
|
-
* use new nameof operators ([3921c4c](https://github.com/
|
|
290
|
+
* use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
|
|
109
291
|
|
|
110
|
-
## [0.0.2-next.5](https://github.com/
|
|
292
|
+
## [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)
|
|
111
293
|
|
|
112
294
|
|
|
113
295
|
### Features
|
|
114
296
|
|
|
115
|
-
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/
|
|
297
|
+
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
|
|
116
298
|
|
|
117
|
-
## [0.0.2-next.4](https://github.com/
|
|
299
|
+
## [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)
|
|
118
300
|
|
|
119
301
|
|
|
120
302
|
### Features
|
|
121
303
|
|
|
122
|
-
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/
|
|
304
|
+
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
|
|
123
305
|
|
|
124
|
-
## [0.0.2-next.3](https://github.com/
|
|
306
|
+
## [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)
|
|
125
307
|
|
|
126
308
|
|
|
127
309
|
### Features
|
|
128
310
|
|
|
129
|
-
* eslint migration to flat config ([1b42a3a](https://github.com/
|
|
311
|
+
* eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
|
|
130
312
|
|
|
131
|
-
## [0.0.2-next.2](https://github.com/
|
|
313
|
+
## [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)
|
|
132
314
|
|
|
133
315
|
|
|
134
316
|
### Features
|
|
135
317
|
|
|
136
|
-
* update framework core ([88ad4e6](https://github.com/
|
|
318
|
+
* update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
|
|
137
319
|
|
|
138
|
-
## [0.0.2-next.1](https://github.com/
|
|
320
|
+
## [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)
|
|
139
321
|
|
|
140
322
|
|
|
141
323
|
### Features
|
|
142
324
|
|
|
143
|
-
* add data types with fully qualified name ([93e1ee7](https://github.com/
|
|
144
|
-
* improve comments ([97f311a](https://github.com/
|
|
145
|
-
* improve JSON schemas ([bec8dc1](https://github.com/
|
|
146
|
-
* update dependencies ([6986689](https://github.com/
|
|
147
|
-
* update ts-to-schema generation ([edce91e](https://github.com/
|
|
148
|
-
* use shared store mechanism ([#10](https://github.com/
|
|
149
|
-
* use standard list json ld types ([8f53836](https://github.com/
|
|
325
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
326
|
+
* improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
|
|
327
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
328
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
329
|
+
* update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
|
|
330
|
+
* 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))
|
|
331
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
150
332
|
|
|
151
333
|
|
|
152
334
|
### Bug Fixes
|
|
153
335
|
|
|
154
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
155
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
336
|
+
* 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))
|
|
337
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
156
338
|
|
|
157
339
|
## 0.0.1 (2025-07-09)
|
|
158
340
|
|
|
159
341
|
|
|
160
342
|
### Features
|
|
161
343
|
|
|
162
|
-
* release to production ([0ce06f7](https://github.com/
|
|
344
|
+
* release to production ([0ce06f7](https://github.com/iotaledger/twin-auditable-item-graph/commit/0ce06f7825aa72d04b7a2ffd8c98cb56290b9d16))
|
|
163
345
|
|
|
164
|
-
## [0.0.1-next.44](https://github.com/
|
|
346
|
+
## [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)
|
|
165
347
|
|
|
166
348
|
|
|
167
349
|
### Bug Fixes
|
|
168
350
|
|
|
169
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
351
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
170
352
|
|
|
171
|
-
## [0.0.1-next.43](https://github.com/
|
|
353
|
+
## [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)
|
|
172
354
|
|
|
173
355
|
|
|
174
356
|
### Features
|
|
175
357
|
|
|
176
|
-
* improve JSON schemas ([bec8dc1](https://github.com/
|
|
358
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
177
359
|
|
|
178
|
-
## [0.0.1-next.42](https://github.com/
|
|
360
|
+
## [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)
|
|
179
361
|
|
|
180
362
|
|
|
181
363
|
### Features
|
|
182
364
|
|
|
183
|
-
* update dependencies ([6986689](https://github.com/
|
|
365
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
184
366
|
|
|
185
|
-
## [0.0.1-next.41](https://github.com/
|
|
367
|
+
## [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)
|
|
186
368
|
|
|
187
369
|
|
|
188
370
|
### Features
|
|
189
371
|
|
|
190
|
-
* update ts-to-schema generation ([edce91e](https://github.com/
|
|
372
|
+
* update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
|
|
191
373
|
|
|
192
|
-
## [0.0.1-next.40](https://github.com/
|
|
374
|
+
## [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)
|
|
193
375
|
|
|
194
376
|
|
|
195
377
|
### Features
|
|
196
378
|
|
|
197
|
-
* add data types with fully qualified name ([93e1ee7](https://github.com/
|
|
379
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
198
380
|
|
|
199
|
-
## [0.0.1-next.39](https://github.com/
|
|
381
|
+
## [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)
|
|
200
382
|
|
|
201
383
|
|
|
202
384
|
### Features
|
|
203
385
|
|
|
204
|
-
* use standard list json ld types ([8f53836](https://github.com/
|
|
386
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
205
387
|
|
|
206
|
-
## [0.0.1-next.38](https://github.com/
|
|
388
|
+
## [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)
|
|
207
389
|
|
|
208
390
|
|
|
209
391
|
### Features
|
|
210
392
|
|
|
211
|
-
* use shared store mechanism ([#10](https://github.com/
|
|
393
|
+
* 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))
|
|
212
394
|
|
|
213
|
-
## [0.0.1-next.37](https://github.com/
|
|
395
|
+
## [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)
|
|
214
396
|
|
|
215
397
|
|
|
216
398
|
### Features
|
|
217
399
|
|
|
218
|
-
* improve comments ([97f311a](https://github.com/
|
|
400
|
+
* improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
|
|
219
401
|
|
|
220
402
|
|
|
221
403
|
### Bug Fixes
|
|
222
404
|
|
|
223
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
405
|
+
* 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))
|
|
224
406
|
|
|
225
|
-
## [0.0.1-next.36](https://github.com/
|
|
407
|
+
## [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)
|
|
226
408
|
|
|
227
409
|
|
|
228
410
|
### Bug Fixes
|
|
229
411
|
|
|
230
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
412
|
+
* 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))
|
|
231
413
|
|
|
232
|
-
## [0.0.1-next.35](https://github.com/
|
|
414
|
+
## [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)
|
|
233
415
|
|
|
234
416
|
|
|
235
417
|
### Miscellaneous Chores
|
|
236
418
|
|
|
237
419
|
* **auditable-item-graph-models:** Synchronize repo versions
|
|
238
420
|
|
|
239
|
-
## [0.0.1-next.34](https://github.com/
|
|
421
|
+
## [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)
|
|
240
422
|
|
|
241
423
|
|
|
242
424
|
### Features
|
|
243
425
|
|
|
244
|
-
* improve comments ([97f311a](https://github.com/
|
|
426
|
+
* improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
|
|
245
427
|
|
|
246
428
|
## v0.0.1-next.33
|
|
247
429
|
|
package/docs/examples.md
CHANGED
|
@@ -1 +1,22 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Auditable Item Graph Models Examples
|
|
2
|
+
|
|
3
|
+
Use these examples to initialise data type handling before interacting with graph APIs and JSON-LD payloads.
|
|
4
|
+
|
|
5
|
+
## AuditableItemGraphDataTypes
|
|
6
|
+
|
|
7
|
+
```typescript
|
|
8
|
+
import { DataTypeHandlerFactory } from '@twin.org/data-core';
|
|
9
|
+
import {
|
|
10
|
+
AuditableItemGraphContexts,
|
|
11
|
+
AuditableItemGraphDataTypes,
|
|
12
|
+
AuditableItemGraphTypes
|
|
13
|
+
} from '@twin.org/auditable-item-graph-models';
|
|
14
|
+
|
|
15
|
+
AuditableItemGraphDataTypes.registerTypes();
|
|
16
|
+
|
|
17
|
+
const vertexType = `${AuditableItemGraphContexts.Namespace}${AuditableItemGraphTypes.Vertex}`;
|
|
18
|
+
const handler = DataTypeHandlerFactory.get(vertexType);
|
|
19
|
+
|
|
20
|
+
console.log(vertexType); // https://schema.twindev.org/auditable-item-graph/Vertex
|
|
21
|
+
console.log(handler.type); // Vertex
|
|
22
|
+
```
|
package/docs/reference/index.md
CHANGED
|
@@ -12,10 +12,13 @@
|
|
|
12
12
|
- [IAuditableItemGraphChangesetList](interfaces/IAuditableItemGraphChangesetList.md)
|
|
13
13
|
- [IAuditableItemGraphComponent](interfaces/IAuditableItemGraphComponent.md)
|
|
14
14
|
- [IAuditableItemGraphEdge](interfaces/IAuditableItemGraphEdge.md)
|
|
15
|
+
- [IAuditableItemGraphListPatch](interfaces/IAuditableItemGraphListPatch.md)
|
|
16
|
+
- [IAuditableItemGraphPartialVertex](interfaces/IAuditableItemGraphPartialVertex.md)
|
|
15
17
|
- [IAuditableItemGraphPatchOperation](interfaces/IAuditableItemGraphPatchOperation.md)
|
|
16
18
|
- [IAuditableItemGraphResource](interfaces/IAuditableItemGraphResource.md)
|
|
17
19
|
- [IAuditableItemGraphVertex](interfaces/IAuditableItemGraphVertex.md)
|
|
18
20
|
- [IAuditableItemGraphVertexList](interfaces/IAuditableItemGraphVertexList.md)
|
|
21
|
+
- [IAuditableItemGraphVertexVersionList](interfaces/IAuditableItemGraphVertexVersionList.md)
|
|
19
22
|
- [IAuditableItemGraphChangesetGetRequest](interfaces/IAuditableItemGraphChangesetGetRequest.md)
|
|
20
23
|
- [IAuditableItemGraphChangesetGetResponse](interfaces/IAuditableItemGraphChangesetGetResponse.md)
|
|
21
24
|
- [IAuditableItemGraphChangesetListRequest](interfaces/IAuditableItemGraphChangesetListRequest.md)
|
|
@@ -25,13 +28,20 @@
|
|
|
25
28
|
- [IAuditableItemGraphGetResponse](interfaces/IAuditableItemGraphGetResponse.md)
|
|
26
29
|
- [IAuditableItemGraphListRequest](interfaces/IAuditableItemGraphListRequest.md)
|
|
27
30
|
- [IAuditableItemGraphListResponse](interfaces/IAuditableItemGraphListResponse.md)
|
|
31
|
+
- [IAuditableItemGraphRemoveProofRequest](interfaces/IAuditableItemGraphRemoveProofRequest.md)
|
|
32
|
+
- [IAuditableItemGraphUpdatePartialRequest](interfaces/IAuditableItemGraphUpdatePartialRequest.md)
|
|
28
33
|
- [IAuditableItemGraphUpdateRequest](interfaces/IAuditableItemGraphUpdateRequest.md)
|
|
34
|
+
- [IAuditableItemGraphVersionGetRequest](interfaces/IAuditableItemGraphVersionGetRequest.md)
|
|
35
|
+
- [IAuditableItemGraphVersionGetResponse](interfaces/IAuditableItemGraphVersionGetResponse.md)
|
|
36
|
+
- [IAuditableItemGraphVersionListRequest](interfaces/IAuditableItemGraphVersionListRequest.md)
|
|
37
|
+
- [IAuditableItemGraphVersionListResponse](interfaces/IAuditableItemGraphVersionListResponse.md)
|
|
29
38
|
- [IAuditableItemGraphEventBusVertexCreated](interfaces/IAuditableItemGraphEventBusVertexCreated.md)
|
|
30
39
|
- [IAuditableItemGraphEventBusVertexUpdated](interfaces/IAuditableItemGraphEventBusVertexUpdated.md)
|
|
31
40
|
|
|
32
41
|
## Type Aliases
|
|
33
42
|
|
|
34
43
|
- [AuditableItemGraphContexts](type-aliases/AuditableItemGraphContexts.md)
|
|
44
|
+
- [AuditableItemGraphMetricIds](type-aliases/AuditableItemGraphMetricIds.md)
|
|
35
45
|
- [AuditableItemGraphTopics](type-aliases/AuditableItemGraphTopics.md)
|
|
36
46
|
- [AuditableItemGraphTypes](type-aliases/AuditableItemGraphTypes.md)
|
|
37
47
|
- [VerifyDepth](type-aliases/VerifyDepth.md)
|
|
@@ -39,6 +49,8 @@
|
|
|
39
49
|
## Variables
|
|
40
50
|
|
|
41
51
|
- [AuditableItemGraphContexts](variables/AuditableItemGraphContexts.md)
|
|
52
|
+
- [AuditableItemGraphMetricIds](variables/AuditableItemGraphMetricIds.md)
|
|
53
|
+
- [AuditableItemGraphMetrics](variables/AuditableItemGraphMetrics.md)
|
|
42
54
|
- [AuditableItemGraphTopics](variables/AuditableItemGraphTopics.md)
|
|
43
55
|
- [AuditableItemGraphTypes](variables/AuditableItemGraphTypes.md)
|
|
44
56
|
- [VerifyDepth](variables/VerifyDepth.md)
|