@twin.org/auditable-item-graph-models 0.0.3-next.2 → 0.0.3-next.20

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.
Files changed (135) hide show
  1. package/README.md +3 -1
  2. package/dist/es/dataTypes/auditableItemGraphDataTypes.js +47 -43
  3. package/dist/es/dataTypes/auditableItemGraphDataTypes.js.map +1 -1
  4. package/dist/es/index.js +15 -0
  5. package/dist/es/index.js.map +1 -1
  6. package/dist/es/models/IAuditableItemGraphAlias.js.map +1 -1
  7. package/dist/es/models/IAuditableItemGraphAuditedElement.js.map +1 -1
  8. package/dist/es/models/IAuditableItemGraphChangeset.js.map +1 -1
  9. package/dist/es/models/IAuditableItemGraphChangesetList.js +2 -0
  10. package/dist/es/models/IAuditableItemGraphChangesetList.js.map +1 -0
  11. package/dist/es/models/IAuditableItemGraphComponent.js.map +1 -1
  12. package/dist/es/models/IAuditableItemGraphEdge.js.map +1 -1
  13. package/dist/es/models/IAuditableItemGraphListPatch.js +2 -0
  14. package/dist/es/models/IAuditableItemGraphListPatch.js.map +1 -0
  15. package/dist/es/models/IAuditableItemGraphPartialVertex.js +2 -0
  16. package/dist/es/models/IAuditableItemGraphPartialVertex.js.map +1 -0
  17. package/dist/es/models/IAuditableItemGraphPatchOperation.js.map +1 -1
  18. package/dist/es/models/IAuditableItemGraphResource.js.map +1 -1
  19. package/dist/es/models/IAuditableItemGraphVertex.js.map +1 -1
  20. package/dist/es/models/IAuditableItemGraphVertexList.js.map +1 -1
  21. package/dist/es/models/IAuditableItemGraphVertexVersionList.js +2 -0
  22. package/dist/es/models/IAuditableItemGraphVertexVersionList.js.map +1 -0
  23. package/dist/es/models/api/IAuditableItemGraphChangesetGetRequest.js +2 -0
  24. package/dist/es/models/api/IAuditableItemGraphChangesetGetRequest.js.map +1 -0
  25. package/dist/es/models/api/IAuditableItemGraphChangesetGetResponse.js +2 -0
  26. package/dist/es/models/api/IAuditableItemGraphChangesetGetResponse.js.map +1 -0
  27. package/dist/es/models/api/IAuditableItemGraphChangesetListRequest.js +2 -0
  28. package/dist/es/models/api/IAuditableItemGraphChangesetListRequest.js.map +1 -0
  29. package/dist/es/models/api/IAuditableItemGraphChangesetListResponse.js +2 -0
  30. package/dist/es/models/api/IAuditableItemGraphChangesetListResponse.js.map +1 -0
  31. package/dist/es/models/api/IAuditableItemGraphCreateRequest.js.map +1 -1
  32. package/dist/es/models/api/IAuditableItemGraphGetRequest.js.map +1 -1
  33. package/dist/es/models/api/IAuditableItemGraphListResponse.js.map +1 -1
  34. package/dist/es/models/api/IAuditableItemGraphUpdatePartialRequest.js +2 -0
  35. package/dist/es/models/api/IAuditableItemGraphUpdatePartialRequest.js.map +1 -0
  36. package/dist/es/models/api/IAuditableItemGraphUpdateRequest.js.map +1 -1
  37. package/dist/es/models/api/IAuditableItemGraphVersionGetRequest.js +2 -0
  38. package/dist/es/models/api/IAuditableItemGraphVersionGetRequest.js.map +1 -0
  39. package/dist/es/models/api/IAuditableItemGraphVersionGetResponse.js +2 -0
  40. package/dist/es/models/api/IAuditableItemGraphVersionGetResponse.js.map +1 -0
  41. package/dist/es/models/api/IAuditableItemGraphVersionListRequest.js +2 -0
  42. package/dist/es/models/api/IAuditableItemGraphVersionListRequest.js.map +1 -0
  43. package/dist/es/models/api/IAuditableItemGraphVersionListResponse.js +2 -0
  44. package/dist/es/models/api/IAuditableItemGraphVersionListResponse.js.map +1 -0
  45. package/dist/es/models/auditableItemGraphContexts.js +19 -3
  46. package/dist/es/models/auditableItemGraphContexts.js.map +1 -1
  47. package/dist/es/models/auditableItemGraphMetricIds.js +69 -0
  48. package/dist/es/models/auditableItemGraphMetricIds.js.map +1 -0
  49. package/dist/es/models/auditableItemGraphMetrics.js +82 -0
  50. package/dist/es/models/auditableItemGraphMetrics.js.map +1 -0
  51. package/dist/es/models/auditableItemGraphTypes.js +18 -2
  52. package/dist/es/models/auditableItemGraphTypes.js.map +1 -1
  53. package/dist/es/schemas/AuditableItemGraphAlias.json +16 -23
  54. package/dist/es/schemas/AuditableItemGraphAuditedElement.json +25 -0
  55. package/dist/es/schemas/AuditableItemGraphChangeset.json +9 -9
  56. package/dist/es/schemas/AuditableItemGraphEdge.json +12 -23
  57. package/dist/es/schemas/AuditableItemGraphListPatch.json +33 -0
  58. package/dist/es/schemas/AuditableItemGraphPartialVertex.json +110 -0
  59. package/dist/es/schemas/AuditableItemGraphPatchOperation.json +23 -16
  60. package/dist/es/schemas/AuditableItemGraphResource.json +8 -23
  61. package/dist/es/schemas/AuditableItemGraphVertex.json +33 -30
  62. package/dist/es/schemas/AuditableItemGraphVertexList.json +16 -23
  63. package/dist/types/index.d.ts +15 -0
  64. package/dist/types/models/IAuditableItemGraphAlias.d.ts +8 -1
  65. package/dist/types/models/IAuditableItemGraphAuditedElement.d.ts +3 -0
  66. package/dist/types/models/IAuditableItemGraphChangeset.d.ts +14 -3
  67. package/dist/types/models/IAuditableItemGraphChangesetList.d.ts +27 -0
  68. package/dist/types/models/IAuditableItemGraphComponent.d.ts +72 -46
  69. package/dist/types/models/IAuditableItemGraphEdge.d.ts +4 -1
  70. package/dist/types/models/IAuditableItemGraphListPatch.d.ts +18 -0
  71. package/dist/types/models/IAuditableItemGraphPartialVertex.d.ts +45 -0
  72. package/dist/types/models/IAuditableItemGraphPatchOperation.d.ts +5 -1
  73. package/dist/types/models/IAuditableItemGraphResource.d.ts +2 -1
  74. package/dist/types/models/IAuditableItemGraphVertex.d.ts +14 -7
  75. package/dist/types/models/IAuditableItemGraphVertexList.d.ts +3 -6
  76. package/dist/types/models/IAuditableItemGraphVertexVersionList.d.ts +29 -0
  77. package/dist/types/models/api/IAuditableItemGraphChangesetGetRequest.d.ts +35 -0
  78. package/dist/types/models/api/IAuditableItemGraphChangesetGetResponse.d.ts +17 -0
  79. package/dist/types/models/api/IAuditableItemGraphChangesetListRequest.d.ts +39 -0
  80. package/dist/types/models/api/IAuditableItemGraphChangesetListResponse.d.ts +18 -0
  81. package/dist/types/models/api/IAuditableItemGraphCreateRequest.d.ts +2 -31
  82. package/dist/types/models/api/IAuditableItemGraphGetRequest.d.ts +0 -4
  83. package/dist/types/models/api/IAuditableItemGraphListResponse.d.ts +1 -0
  84. package/dist/types/models/api/IAuditableItemGraphUpdatePartialRequest.d.ts +20 -0
  85. package/dist/types/models/api/IAuditableItemGraphUpdateRequest.d.ts +4 -34
  86. package/dist/types/models/api/IAuditableItemGraphVersionGetRequest.d.ts +25 -0
  87. package/dist/types/models/api/IAuditableItemGraphVersionGetResponse.d.ts +17 -0
  88. package/dist/types/models/api/IAuditableItemGraphVersionListRequest.d.ts +34 -0
  89. package/dist/types/models/api/IAuditableItemGraphVersionListResponse.d.ts +17 -0
  90. package/dist/types/models/auditableItemGraphContexts.d.ts +18 -2
  91. package/dist/types/models/auditableItemGraphMetricIds.d.ts +69 -0
  92. package/dist/types/models/auditableItemGraphMetrics.d.ts +5 -0
  93. package/dist/types/models/auditableItemGraphTypes.d.ts +17 -1
  94. package/docs/changelog.md +224 -69
  95. package/docs/examples.md +22 -1
  96. package/docs/reference/classes/AuditableItemGraphDataTypes.md +1 -1
  97. package/docs/reference/index.md +16 -0
  98. package/docs/reference/interfaces/IAuditableItemGraphAlias.md +22 -14
  99. package/docs/reference/interfaces/IAuditableItemGraphAuditedElement.md +8 -8
  100. package/docs/reference/interfaces/IAuditableItemGraphChangeset.md +21 -12
  101. package/docs/reference/interfaces/IAuditableItemGraphChangesetGetRequest.md +49 -0
  102. package/docs/reference/interfaces/IAuditableItemGraphChangesetGetResponse.md +23 -0
  103. package/docs/reference/interfaces/IAuditableItemGraphChangesetList.md +27 -0
  104. package/docs/reference/interfaces/IAuditableItemGraphChangesetListRequest.md +55 -0
  105. package/docs/reference/interfaces/IAuditableItemGraphChangesetListResponse.md +27 -0
  106. package/docs/reference/interfaces/IAuditableItemGraphComponent.md +185 -57
  107. package/docs/reference/interfaces/IAuditableItemGraphCreateRequest.md +2 -26
  108. package/docs/reference/interfaces/IAuditableItemGraphEdge.md +15 -15
  109. package/docs/reference/interfaces/IAuditableItemGraphEventBusVertexCreated.md +1 -1
  110. package/docs/reference/interfaces/IAuditableItemGraphEventBusVertexUpdated.md +2 -2
  111. package/docs/reference/interfaces/IAuditableItemGraphGetRequest.md +7 -13
  112. package/docs/reference/interfaces/IAuditableItemGraphGetResponse.md +3 -3
  113. package/docs/reference/interfaces/IAuditableItemGraphListPatch.md +25 -0
  114. package/docs/reference/interfaces/IAuditableItemGraphListRequest.md +14 -14
  115. package/docs/reference/interfaces/IAuditableItemGraphListResponse.md +7 -3
  116. package/docs/reference/interfaces/IAuditableItemGraphPartialVertex.md +149 -0
  117. package/docs/reference/interfaces/IAuditableItemGraphPatchOperation.md +9 -9
  118. package/docs/reference/interfaces/IAuditableItemGraphResource.md +13 -13
  119. package/docs/reference/interfaces/IAuditableItemGraphUpdatePartialRequest.md +26 -0
  120. package/docs/reference/interfaces/IAuditableItemGraphUpdateRequest.md +5 -29
  121. package/docs/reference/interfaces/IAuditableItemGraphVersionGetRequest.md +35 -0
  122. package/docs/reference/interfaces/IAuditableItemGraphVersionGetResponse.md +23 -0
  123. package/docs/reference/interfaces/IAuditableItemGraphVersionListRequest.md +49 -0
  124. package/docs/reference/interfaces/IAuditableItemGraphVersionListResponse.md +23 -0
  125. package/docs/reference/interfaces/IAuditableItemGraphVertex.md +26 -25
  126. package/docs/reference/interfaces/IAuditableItemGraphVertexList.md +3 -11
  127. package/docs/reference/interfaces/IAuditableItemGraphVertexVersionList.md +35 -0
  128. package/docs/reference/type-aliases/AuditableItemGraphMetricIds.md +5 -0
  129. package/docs/reference/variables/AuditableItemGraphContexts.md +28 -4
  130. package/docs/reference/variables/AuditableItemGraphMetricIds.md +97 -0
  131. package/docs/reference/variables/AuditableItemGraphMetrics.md +5 -0
  132. package/docs/reference/variables/AuditableItemGraphTopics.md +2 -2
  133. package/docs/reference/variables/AuditableItemGraphTypes.md +32 -8
  134. package/docs/reference/variables/VerifyDepth.md +3 -3
  135. package/package.json +5 -4
@@ -0,0 +1,69 @@
1
+ /**
2
+ * Metric IDs for the auditable item graph service.
3
+ */
4
+ export declare const AuditableItemGraphMetricIds: {
5
+ /**
6
+ * Number of vertices created.
7
+ */
8
+ readonly VerticesCreated: "aig_vertices_created";
9
+ /**
10
+ * Number of vertices updated.
11
+ */
12
+ readonly VerticesUpdated: "aig_vertices_updated";
13
+ /**
14
+ * Number of changesets created.
15
+ */
16
+ readonly ChangesetsCreated: "aig_changesets_created";
17
+ /**
18
+ * Number of aliases added.
19
+ */
20
+ readonly AliasesAdded: "aig_aliases_added";
21
+ /**
22
+ * Number of aliases modified.
23
+ */
24
+ readonly AliasesModified: "aig_aliases_modified";
25
+ /**
26
+ * Number of aliases deleted.
27
+ */
28
+ readonly AliasesDeleted: "aig_aliases_deleted";
29
+ /**
30
+ * Number of resources added.
31
+ */
32
+ readonly ResourcesAdded: "aig_resources_added";
33
+ /**
34
+ * Number of resources modified.
35
+ */
36
+ readonly ResourcesModified: "aig_resources_modified";
37
+ /**
38
+ * Number of resources deleted.
39
+ */
40
+ readonly ResourcesDeleted: "aig_resources_deleted";
41
+ /**
42
+ * Number of edges added.
43
+ */
44
+ readonly EdgesAdded: "aig_edges_added";
45
+ /**
46
+ * Number of edges modified.
47
+ */
48
+ readonly EdgesModified: "aig_edges_modified";
49
+ /**
50
+ * Number of edges deleted.
51
+ */
52
+ readonly EdgesDeleted: "aig_edges_deleted";
53
+ /**
54
+ * Number of queries executed.
55
+ */
56
+ readonly QueriesExecuted: "aig_queries_executed";
57
+ /**
58
+ * Number of verifications succeeded.
59
+ */
60
+ readonly VerificationsSucceeded: "aig_verifications_succeeded";
61
+ /**
62
+ * Number of verifications failed.
63
+ */
64
+ readonly VerificationsFailed: "aig_verifications_failed";
65
+ };
66
+ /**
67
+ * Metric IDs for the auditable item graph service.
68
+ */
69
+ export type AuditableItemGraphMetricIds = (typeof AuditableItemGraphMetricIds)[keyof typeof AuditableItemGraphMetricIds];
@@ -0,0 +1,5 @@
1
+ import { type ITelemetryMetric } from "@twin.org/telemetry-models";
2
+ /**
3
+ * Metrics registered by the auditable item graph service.
4
+ */
5
+ export declare const AuditableItemGraphMetrics: ITelemetryMetric[];
@@ -23,13 +23,29 @@ export declare const AuditableItemGraphTypes: {
23
23
  */
24
24
  readonly Edge: "AuditableItemGraphEdge";
25
25
  /**
26
- * Represents auditable item graph changeset.
26
+ * Represents auditable item graph changeset.
27
27
  */
28
28
  readonly Changeset: "AuditableItemGraphChangeset";
29
+ /**
30
+ * Represents auditable item graph changeset list.
31
+ */
32
+ readonly ChangesetList: "AuditableItemGraphChangesetList";
29
33
  /**
30
34
  * Represents patch operation.
31
35
  */
32
36
  readonly PatchOperation: "AuditableItemGraphPatchOperation";
37
+ /**
38
+ * Represents auditable item graph vertex version list.
39
+ */
40
+ readonly VertexVersionList: "AuditableItemGraphVertexVersionList";
41
+ /**
42
+ * Represents auditable item graph partial vertex.
43
+ */
44
+ readonly PartialVertex: "AuditableItemGraphPartialVertex";
45
+ /**
46
+ * Represents auditable item graph list patch.
47
+ */
48
+ readonly ListPatch: "AuditableItemGraphListPatch";
33
49
  };
34
50
  /**
35
51
  * The types of auditable item graph data.
package/docs/changelog.md CHANGED
@@ -1,196 +1,351 @@
1
- # @twin.org/auditable-item-graph-models - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.2](https://github.com/twinfoundation/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)
3
+ ## [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)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **auditable-item-graph-models:** Synchronize repo versions
9
+
10
+ ## [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)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **auditable-item-graph-models:** Synchronize repo versions
16
+
17
+ ## [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)
18
+
19
+
20
+ ### Features
21
+
22
+ * 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))
23
+
24
+ ## [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)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * 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))
30
+
31
+ ## [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)
32
+
33
+
34
+ ### Features
35
+
36
+ * improved versioning ([#66](https://github.com/iotaledger/twin-auditable-item-graph/issues/66)) ([1b497cd](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b497cdc88eec9b6707b097283773e109baae3aa))
37
+
38
+ ## [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)
39
+
40
+
41
+ ### Features
42
+
43
+ * 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))
44
+
45
+ ## [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)
46
+
47
+
48
+ ### Features
49
+
50
+ * add versions ([#60](https://github.com/iotaledger/twin-auditable-item-graph/issues/60)) ([5c36f94](https://github.com/iotaledger/twin-auditable-item-graph/commit/5c36f94b1155c01dddbc8d62f3f65d599916c521))
51
+
52
+ ## [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)
53
+
54
+
55
+ ### Features
56
+
57
+ * typescript 6 update ([2483c31](https://github.com/iotaledger/twin-auditable-item-graph/commit/2483c3171cff4c5ecedc83d958ab551291a4a487))
58
+
59
+ ## [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)
60
+
61
+
62
+ ### Features
63
+
64
+ * 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))
65
+
66
+ ## [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)
67
+
68
+
69
+ ### Features
70
+
71
+ * update schemas ([b00bcac](https://github.com/iotaledger/twin-auditable-item-graph/commit/b00bcac6551fa524e8871e1b573a712ed0f30943))
72
+
73
+ ## [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)
74
+
75
+
76
+ ### Features
77
+
78
+ * 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))
79
+ * add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
80
+ * add ts-to-jsonld-context tool ([08d360e](https://github.com/iotaledger/twin-auditable-item-graph/commit/08d360e05fd7f8c5bbe6ee4d4e691ffd516db418))
81
+ * add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
82
+ * add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
83
+ * changeset endpoints ([#44](https://github.com/iotaledger/twin-auditable-item-graph/issues/44)) ([7c854de](https://github.com/iotaledger/twin-auditable-item-graph/commit/7c854de39b247d6f24cd94a04a9f99fa9edde51d))
84
+ * eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
85
+ * id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
86
+ * improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
87
+ * improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
88
+ * 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))
89
+ * update background task service ([e483ddb](https://github.com/iotaledger/twin-auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
90
+ * update contexts ([#35](https://github.com/iotaledger/twin-auditable-item-graph/issues/35)) ([cdf0989](https://github.com/iotaledger/twin-auditable-item-graph/commit/cdf0989fe4677a88b757e97e752b7d4c29013a7e))
91
+ * 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))
92
+ * update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
93
+ * update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
94
+ * update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
95
+ * update targetid json context type ([1e47ca7](https://github.com/iotaledger/twin-auditable-item-graph/commit/1e47ca7ec3080251d940fd8e58c44ca4fa9457f7))
96
+ * update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
97
+ * use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
98
+ * 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))
99
+ * use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
100
+
101
+
102
+ ### Bug Fixes
103
+
104
+ * 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))
105
+ * query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
106
+
107
+ ## [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)
108
+
109
+
110
+ ### Miscellaneous Chores
111
+
112
+ * **auditable-item-graph-models:** Synchronize repo versions
113
+
114
+ ## [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)
115
+
116
+
117
+ ### Miscellaneous Chores
118
+
119
+ * **auditable-item-graph-models:** Synchronize repo versions
120
+
121
+ ## [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)
122
+
123
+
124
+ ### Features
125
+
126
+ * add ts-to-jsonld-context tool ([08d360e](https://github.com/iotaledger/twin-auditable-item-graph/commit/08d360e05fd7f8c5bbe6ee4d4e691ffd516db418))
127
+ * changeset endpoints ([#44](https://github.com/iotaledger/twin-auditable-item-graph/issues/44)) ([7c854de](https://github.com/iotaledger/twin-auditable-item-graph/commit/7c854de39b247d6f24cd94a04a9f99fa9edde51d))
128
+ * update targetid json context type ([1e47ca7](https://github.com/iotaledger/twin-auditable-item-graph/commit/1e47ca7ec3080251d940fd8e58c44ca4fa9457f7))
129
+
130
+ ## [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)
131
+
132
+
133
+ ### Miscellaneous Chores
134
+
135
+ * **auditable-item-graph-models:** Synchronize repo versions
136
+
137
+ ## [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)
138
+
139
+
140
+ ### Features
141
+
142
+ * 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))
143
+
144
+ ## [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)
145
+
146
+
147
+ ### Miscellaneous Chores
148
+
149
+ * **auditable-item-graph-models:** Synchronize repo versions
150
+
151
+ ## [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)
152
+
153
+
154
+ ### Features
155
+
156
+ * update contexts ([#35](https://github.com/iotaledger/twin-auditable-item-graph/issues/35)) ([cdf0989](https://github.com/iotaledger/twin-auditable-item-graph/commit/cdf0989fe4677a88b757e97e752b7d4c29013a7e))
157
+
158
+ ## [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)
4
159
 
5
160
 
6
161
  ### Features
7
162
 
8
- * update contexts and namespaces ([#33](https://github.com/twinfoundation/auditable-item-graph/issues/33)) ([5dadb99](https://github.com/twinfoundation/auditable-item-graph/commit/5dadb99773d410aceacaba7ed92c1ccb8b46516b))
163
+ * 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))
9
164
 
10
- ## [0.0.3-next.1](https://github.com/twinfoundation/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)
165
+ ## [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)
11
166
 
12
167
 
13
168
  ### Features
14
169
 
15
- * add context id features ([#30](https://github.com/twinfoundation/auditable-item-graph/issues/30)) ([a35d37c](https://github.com/twinfoundation/auditable-item-graph/commit/a35d37c0db62a240adde493965c0a9f7971fec45))
16
- * add data types with fully qualified name ([93e1ee7](https://github.com/twinfoundation/auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
17
- * add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/twinfoundation/auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
18
- * add validate-locales ([e76e6f6](https://github.com/twinfoundation/auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
19
- * eslint migration to flat config ([1b42a3a](https://github.com/twinfoundation/auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
20
- * id optional in edge updates ([6b63fe3](https://github.com/twinfoundation/auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
21
- * improve comments ([97f311a](https://github.com/twinfoundation/auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
22
- * improve JSON schemas ([bec8dc1](https://github.com/twinfoundation/auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
23
- * update background task service ([e483ddb](https://github.com/twinfoundation/auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
24
- * update dependencies ([6986689](https://github.com/twinfoundation/auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
25
- * update edges to use targetId instead of id ([6c5d0e3](https://github.com/twinfoundation/auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
26
- * update framework core ([88ad4e6](https://github.com/twinfoundation/auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
27
- * update ts-to-schema generation ([edce91e](https://github.com/twinfoundation/auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
28
- * use new nameof operators ([3921c4c](https://github.com/twinfoundation/auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
29
- * use shared store mechanism ([#10](https://github.com/twinfoundation/auditable-item-graph/issues/10)) ([da035e5](https://github.com/twinfoundation/auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
30
- * use standard list json ld types ([8f53836](https://github.com/twinfoundation/auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
170
+ * 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))
171
+ * add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
172
+ * add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
173
+ * add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
174
+ * eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
175
+ * id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
176
+ * improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
177
+ * improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
178
+ * update background task service ([e483ddb](https://github.com/iotaledger/twin-auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
179
+ * update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
180
+ * update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
181
+ * update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
182
+ * update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
183
+ * use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
184
+ * 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))
185
+ * use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
31
186
 
32
187
 
33
188
  ### Bug Fixes
34
189
 
35
- * only include alias in index if not deleted ([#6](https://github.com/twinfoundation/auditable-item-graph/issues/6)) ([5da3c41](https://github.com/twinfoundation/auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
36
- * query params force coercion ([2dd9afe](https://github.com/twinfoundation/auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
190
+ * 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))
191
+ * query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
37
192
 
38
- ## [0.0.2-next.8](https://github.com/twinfoundation/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)
193
+ ## [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)
39
194
 
40
195
 
41
196
  ### Features
42
197
 
43
- * add validate-locales ([e76e6f6](https://github.com/twinfoundation/auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
198
+ * add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
44
199
 
45
- ## [0.0.2-next.7](https://github.com/twinfoundation/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)
200
+ ## [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)
46
201
 
47
202
 
48
203
  ### Features
49
204
 
50
- * id optional in edge updates ([6b63fe3](https://github.com/twinfoundation/auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
205
+ * id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
51
206
 
52
- ## [0.0.2-next.6](https://github.com/twinfoundation/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)
207
+ ## [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)
53
208
 
54
209
 
55
210
  ### Features
56
211
 
57
- * use new nameof operators ([3921c4c](https://github.com/twinfoundation/auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
212
+ * use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
58
213
 
59
- ## [0.0.2-next.5](https://github.com/twinfoundation/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)
214
+ ## [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)
60
215
 
61
216
 
62
217
  ### Features
63
218
 
64
- * update edges to use targetId instead of id ([6c5d0e3](https://github.com/twinfoundation/auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
219
+ * update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
65
220
 
66
- ## [0.0.2-next.4](https://github.com/twinfoundation/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)
221
+ ## [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)
67
222
 
68
223
 
69
224
  ### Features
70
225
 
71
- * add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/twinfoundation/auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
226
+ * add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
72
227
 
73
- ## [0.0.2-next.3](https://github.com/twinfoundation/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)
228
+ ## [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)
74
229
 
75
230
 
76
231
  ### Features
77
232
 
78
- * eslint migration to flat config ([1b42a3a](https://github.com/twinfoundation/auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
233
+ * eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
79
234
 
80
- ## [0.0.2-next.2](https://github.com/twinfoundation/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)
235
+ ## [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)
81
236
 
82
237
 
83
238
  ### Features
84
239
 
85
- * update framework core ([88ad4e6](https://github.com/twinfoundation/auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
240
+ * update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
86
241
 
87
- ## [0.0.2-next.1](https://github.com/twinfoundation/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)
242
+ ## [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)
88
243
 
89
244
 
90
245
  ### Features
91
246
 
92
- * add data types with fully qualified name ([93e1ee7](https://github.com/twinfoundation/auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
93
- * improve comments ([97f311a](https://github.com/twinfoundation/auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
94
- * improve JSON schemas ([bec8dc1](https://github.com/twinfoundation/auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
95
- * update dependencies ([6986689](https://github.com/twinfoundation/auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
96
- * update ts-to-schema generation ([edce91e](https://github.com/twinfoundation/auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
97
- * use shared store mechanism ([#10](https://github.com/twinfoundation/auditable-item-graph/issues/10)) ([da035e5](https://github.com/twinfoundation/auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
98
- * use standard list json ld types ([8f53836](https://github.com/twinfoundation/auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
247
+ * add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
248
+ * improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
249
+ * improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
250
+ * update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
251
+ * update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
252
+ * 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))
253
+ * use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
99
254
 
100
255
 
101
256
  ### Bug Fixes
102
257
 
103
- * only include alias in index if not deleted ([#6](https://github.com/twinfoundation/auditable-item-graph/issues/6)) ([5da3c41](https://github.com/twinfoundation/auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
104
- * query params force coercion ([2dd9afe](https://github.com/twinfoundation/auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
258
+ * 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))
259
+ * query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
105
260
 
106
261
  ## 0.0.1 (2025-07-09)
107
262
 
108
263
 
109
264
  ### Features
110
265
 
111
- * release to production ([0ce06f7](https://github.com/twinfoundation/auditable-item-graph/commit/0ce06f7825aa72d04b7a2ffd8c98cb56290b9d16))
266
+ * release to production ([0ce06f7](https://github.com/iotaledger/twin-auditable-item-graph/commit/0ce06f7825aa72d04b7a2ffd8c98cb56290b9d16))
112
267
 
113
- ## [0.0.1-next.44](https://github.com/twinfoundation/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)
268
+ ## [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)
114
269
 
115
270
 
116
271
  ### Bug Fixes
117
272
 
118
- * query params force coercion ([2dd9afe](https://github.com/twinfoundation/auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
273
+ * query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
119
274
 
120
- ## [0.0.1-next.43](https://github.com/twinfoundation/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)
275
+ ## [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)
121
276
 
122
277
 
123
278
  ### Features
124
279
 
125
- * improve JSON schemas ([bec8dc1](https://github.com/twinfoundation/auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
280
+ * improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
126
281
 
127
- ## [0.0.1-next.42](https://github.com/twinfoundation/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)
282
+ ## [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)
128
283
 
129
284
 
130
285
  ### Features
131
286
 
132
- * update dependencies ([6986689](https://github.com/twinfoundation/auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
287
+ * update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
133
288
 
134
- ## [0.0.1-next.41](https://github.com/twinfoundation/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)
289
+ ## [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)
135
290
 
136
291
 
137
292
  ### Features
138
293
 
139
- * update ts-to-schema generation ([edce91e](https://github.com/twinfoundation/auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
294
+ * update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
140
295
 
141
- ## [0.0.1-next.40](https://github.com/twinfoundation/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)
296
+ ## [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)
142
297
 
143
298
 
144
299
  ### Features
145
300
 
146
- * add data types with fully qualified name ([93e1ee7](https://github.com/twinfoundation/auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
301
+ * add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
147
302
 
148
- ## [0.0.1-next.39](https://github.com/twinfoundation/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)
303
+ ## [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)
149
304
 
150
305
 
151
306
  ### Features
152
307
 
153
- * use standard list json ld types ([8f53836](https://github.com/twinfoundation/auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
308
+ * use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
154
309
 
155
- ## [0.0.1-next.38](https://github.com/twinfoundation/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)
310
+ ## [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)
156
311
 
157
312
 
158
313
  ### Features
159
314
 
160
- * use shared store mechanism ([#10](https://github.com/twinfoundation/auditable-item-graph/issues/10)) ([da035e5](https://github.com/twinfoundation/auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
315
+ * 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))
161
316
 
162
- ## [0.0.1-next.37](https://github.com/twinfoundation/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)
317
+ ## [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)
163
318
 
164
319
 
165
320
  ### Features
166
321
 
167
- * improve comments ([97f311a](https://github.com/twinfoundation/auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
322
+ * improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
168
323
 
169
324
 
170
325
  ### Bug Fixes
171
326
 
172
- * only include alias in index if not deleted ([#6](https://github.com/twinfoundation/auditable-item-graph/issues/6)) ([5da3c41](https://github.com/twinfoundation/auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
327
+ * 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))
173
328
 
174
- ## [0.0.1-next.36](https://github.com/twinfoundation/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)
329
+ ## [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)
175
330
 
176
331
 
177
332
  ### Bug Fixes
178
333
 
179
- * only include alias in index if not deleted ([#6](https://github.com/twinfoundation/auditable-item-graph/issues/6)) ([5da3c41](https://github.com/twinfoundation/auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
334
+ * 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))
180
335
 
181
- ## [0.0.1-next.35](https://github.com/twinfoundation/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)
336
+ ## [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)
182
337
 
183
338
 
184
339
  ### Miscellaneous Chores
185
340
 
186
341
  * **auditable-item-graph-models:** Synchronize repo versions
187
342
 
188
- ## [0.0.1-next.34](https://github.com/twinfoundation/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)
343
+ ## [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)
189
344
 
190
345
 
191
346
  ### Features
192
347
 
193
- * improve comments ([97f311a](https://github.com/twinfoundation/auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
348
+ * improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
194
349
 
195
350
  ## v0.0.1-next.33
196
351
 
package/docs/examples.md CHANGED
@@ -1 +1,22 @@
1
- # @twin.org/auditable-item-graph-models - Examples
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
+ ```
@@ -14,7 +14,7 @@ Handle all the data types for auditable item graph.
14
14
 
15
15
  ## Methods
16
16
 
17
- ### registerTypes()
17
+ ### registerTypes() {#registertypes}
18
18
 
19
19
  > `static` **registerTypes**(): `void`
20
20
 
@@ -9,24 +9,38 @@
9
9
  - [IAuditableItemGraphAlias](interfaces/IAuditableItemGraphAlias.md)
10
10
  - [IAuditableItemGraphAuditedElement](interfaces/IAuditableItemGraphAuditedElement.md)
11
11
  - [IAuditableItemGraphChangeset](interfaces/IAuditableItemGraphChangeset.md)
12
+ - [IAuditableItemGraphChangesetList](interfaces/IAuditableItemGraphChangesetList.md)
12
13
  - [IAuditableItemGraphComponent](interfaces/IAuditableItemGraphComponent.md)
13
14
  - [IAuditableItemGraphEdge](interfaces/IAuditableItemGraphEdge.md)
15
+ - [IAuditableItemGraphListPatch](interfaces/IAuditableItemGraphListPatch.md)
16
+ - [IAuditableItemGraphPartialVertex](interfaces/IAuditableItemGraphPartialVertex.md)
14
17
  - [IAuditableItemGraphPatchOperation](interfaces/IAuditableItemGraphPatchOperation.md)
15
18
  - [IAuditableItemGraphResource](interfaces/IAuditableItemGraphResource.md)
16
19
  - [IAuditableItemGraphVertex](interfaces/IAuditableItemGraphVertex.md)
17
20
  - [IAuditableItemGraphVertexList](interfaces/IAuditableItemGraphVertexList.md)
21
+ - [IAuditableItemGraphVertexVersionList](interfaces/IAuditableItemGraphVertexVersionList.md)
22
+ - [IAuditableItemGraphChangesetGetRequest](interfaces/IAuditableItemGraphChangesetGetRequest.md)
23
+ - [IAuditableItemGraphChangesetGetResponse](interfaces/IAuditableItemGraphChangesetGetResponse.md)
24
+ - [IAuditableItemGraphChangesetListRequest](interfaces/IAuditableItemGraphChangesetListRequest.md)
25
+ - [IAuditableItemGraphChangesetListResponse](interfaces/IAuditableItemGraphChangesetListResponse.md)
18
26
  - [IAuditableItemGraphCreateRequest](interfaces/IAuditableItemGraphCreateRequest.md)
19
27
  - [IAuditableItemGraphGetRequest](interfaces/IAuditableItemGraphGetRequest.md)
20
28
  - [IAuditableItemGraphGetResponse](interfaces/IAuditableItemGraphGetResponse.md)
21
29
  - [IAuditableItemGraphListRequest](interfaces/IAuditableItemGraphListRequest.md)
22
30
  - [IAuditableItemGraphListResponse](interfaces/IAuditableItemGraphListResponse.md)
31
+ - [IAuditableItemGraphUpdatePartialRequest](interfaces/IAuditableItemGraphUpdatePartialRequest.md)
23
32
  - [IAuditableItemGraphUpdateRequest](interfaces/IAuditableItemGraphUpdateRequest.md)
33
+ - [IAuditableItemGraphVersionGetRequest](interfaces/IAuditableItemGraphVersionGetRequest.md)
34
+ - [IAuditableItemGraphVersionGetResponse](interfaces/IAuditableItemGraphVersionGetResponse.md)
35
+ - [IAuditableItemGraphVersionListRequest](interfaces/IAuditableItemGraphVersionListRequest.md)
36
+ - [IAuditableItemGraphVersionListResponse](interfaces/IAuditableItemGraphVersionListResponse.md)
24
37
  - [IAuditableItemGraphEventBusVertexCreated](interfaces/IAuditableItemGraphEventBusVertexCreated.md)
25
38
  - [IAuditableItemGraphEventBusVertexUpdated](interfaces/IAuditableItemGraphEventBusVertexUpdated.md)
26
39
 
27
40
  ## Type Aliases
28
41
 
29
42
  - [AuditableItemGraphContexts](type-aliases/AuditableItemGraphContexts.md)
43
+ - [AuditableItemGraphMetricIds](type-aliases/AuditableItemGraphMetricIds.md)
30
44
  - [AuditableItemGraphTopics](type-aliases/AuditableItemGraphTopics.md)
31
45
  - [AuditableItemGraphTypes](type-aliases/AuditableItemGraphTypes.md)
32
46
  - [VerifyDepth](type-aliases/VerifyDepth.md)
@@ -34,6 +48,8 @@
34
48
  ## Variables
35
49
 
36
50
  - [AuditableItemGraphContexts](variables/AuditableItemGraphContexts.md)
51
+ - [AuditableItemGraphMetricIds](variables/AuditableItemGraphMetricIds.md)
52
+ - [AuditableItemGraphMetrics](variables/AuditableItemGraphMetrics.md)
37
53
  - [AuditableItemGraphTopics](variables/AuditableItemGraphTopics.md)
38
54
  - [AuditableItemGraphTypes](variables/AuditableItemGraphTypes.md)
39
55
  - [VerifyDepth](variables/VerifyDepth.md)