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

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 +231 -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,358 @@
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.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)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **auditable-item-graph-models:** Synchronize repo versions
9
+
10
+ ## [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)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **auditable-item-graph-models:** Synchronize repo versions
16
+
17
+ ## [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)
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * **auditable-item-graph-models:** Synchronize repo versions
23
+
24
+ ## [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)
25
+
26
+
27
+ ### Features
28
+
29
+ * 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))
30
+
31
+ ## [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)
32
+
33
+
34
+ ### Bug Fixes
35
+
36
+ * 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))
37
+
38
+ ## [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)
39
+
40
+
41
+ ### Features
42
+
43
+ * improved versioning ([#66](https://github.com/iotaledger/twin-auditable-item-graph/issues/66)) ([1b497cd](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b497cdc88eec9b6707b097283773e109baae3aa))
44
+
45
+ ## [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)
46
+
47
+
48
+ ### Features
49
+
50
+ * 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))
51
+
52
+ ## [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)
53
+
54
+
55
+ ### Features
56
+
57
+ * add versions ([#60](https://github.com/iotaledger/twin-auditable-item-graph/issues/60)) ([5c36f94](https://github.com/iotaledger/twin-auditable-item-graph/commit/5c36f94b1155c01dddbc8d62f3f65d599916c521))
58
+
59
+ ## [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)
60
+
61
+
62
+ ### Features
63
+
64
+ * typescript 6 update ([2483c31](https://github.com/iotaledger/twin-auditable-item-graph/commit/2483c3171cff4c5ecedc83d958ab551291a4a487))
65
+
66
+ ## [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)
67
+
68
+
69
+ ### Features
70
+
71
+ * 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))
72
+
73
+ ## [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)
74
+
75
+
76
+ ### Features
77
+
78
+ * update schemas ([b00bcac](https://github.com/iotaledger/twin-auditable-item-graph/commit/b00bcac6551fa524e8871e1b573a712ed0f30943))
79
+
80
+ ## [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)
81
+
82
+
83
+ ### Features
84
+
85
+ * 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))
86
+ * add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
87
+ * add ts-to-jsonld-context tool ([08d360e](https://github.com/iotaledger/twin-auditable-item-graph/commit/08d360e05fd7f8c5bbe6ee4d4e691ffd516db418))
88
+ * add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
89
+ * add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
90
+ * changeset endpoints ([#44](https://github.com/iotaledger/twin-auditable-item-graph/issues/44)) ([7c854de](https://github.com/iotaledger/twin-auditable-item-graph/commit/7c854de39b247d6f24cd94a04a9f99fa9edde51d))
91
+ * eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
92
+ * id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
93
+ * improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
94
+ * improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
95
+ * 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))
96
+ * update background task service ([e483ddb](https://github.com/iotaledger/twin-auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
97
+ * update contexts ([#35](https://github.com/iotaledger/twin-auditable-item-graph/issues/35)) ([cdf0989](https://github.com/iotaledger/twin-auditable-item-graph/commit/cdf0989fe4677a88b757e97e752b7d4c29013a7e))
98
+ * 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))
99
+ * update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
100
+ * update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
101
+ * update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
102
+ * update targetid json context type ([1e47ca7](https://github.com/iotaledger/twin-auditable-item-graph/commit/1e47ca7ec3080251d940fd8e58c44ca4fa9457f7))
103
+ * update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
104
+ * use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
105
+ * 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))
106
+ * use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
107
+
108
+
109
+ ### Bug Fixes
110
+
111
+ * 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))
112
+ * query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
113
+
114
+ ## [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)
115
+
116
+
117
+ ### Miscellaneous Chores
118
+
119
+ * **auditable-item-graph-models:** Synchronize repo versions
120
+
121
+ ## [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)
122
+
123
+
124
+ ### Miscellaneous Chores
125
+
126
+ * **auditable-item-graph-models:** Synchronize repo versions
127
+
128
+ ## [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)
129
+
130
+
131
+ ### Features
132
+
133
+ * add ts-to-jsonld-context tool ([08d360e](https://github.com/iotaledger/twin-auditable-item-graph/commit/08d360e05fd7f8c5bbe6ee4d4e691ffd516db418))
134
+ * changeset endpoints ([#44](https://github.com/iotaledger/twin-auditable-item-graph/issues/44)) ([7c854de](https://github.com/iotaledger/twin-auditable-item-graph/commit/7c854de39b247d6f24cd94a04a9f99fa9edde51d))
135
+ * update targetid json context type ([1e47ca7](https://github.com/iotaledger/twin-auditable-item-graph/commit/1e47ca7ec3080251d940fd8e58c44ca4fa9457f7))
136
+
137
+ ## [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)
138
+
139
+
140
+ ### Miscellaneous Chores
141
+
142
+ * **auditable-item-graph-models:** Synchronize repo versions
143
+
144
+ ## [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)
145
+
146
+
147
+ ### Features
148
+
149
+ * 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))
150
+
151
+ ## [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)
152
+
153
+
154
+ ### Miscellaneous Chores
155
+
156
+ * **auditable-item-graph-models:** Synchronize repo versions
157
+
158
+ ## [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)
159
+
160
+
161
+ ### Features
162
+
163
+ * update contexts ([#35](https://github.com/iotaledger/twin-auditable-item-graph/issues/35)) ([cdf0989](https://github.com/iotaledger/twin-auditable-item-graph/commit/cdf0989fe4677a88b757e97e752b7d4c29013a7e))
164
+
165
+ ## [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
166
 
5
167
 
6
168
  ### Features
7
169
 
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))
170
+ * 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
171
 
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)
172
+ ## [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
173
 
12
174
 
13
175
  ### Features
14
176
 
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))
177
+ * 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))
178
+ * add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
179
+ * add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
180
+ * add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
181
+ * eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
182
+ * id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
183
+ * improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
184
+ * improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
185
+ * update background task service ([e483ddb](https://github.com/iotaledger/twin-auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
186
+ * update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
187
+ * update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
188
+ * update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
189
+ * update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
190
+ * use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
191
+ * 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))
192
+ * use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
31
193
 
32
194
 
33
195
  ### Bug Fixes
34
196
 
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))
197
+ * 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))
198
+ * query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
37
199
 
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)
200
+ ## [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
201
 
40
202
 
41
203
  ### Features
42
204
 
43
- * add validate-locales ([e76e6f6](https://github.com/twinfoundation/auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
205
+ * add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
44
206
 
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)
207
+ ## [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
208
 
47
209
 
48
210
  ### Features
49
211
 
50
- * id optional in edge updates ([6b63fe3](https://github.com/twinfoundation/auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
212
+ * id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
51
213
 
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)
214
+ ## [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
215
 
54
216
 
55
217
  ### Features
56
218
 
57
- * use new nameof operators ([3921c4c](https://github.com/twinfoundation/auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
219
+ * use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
58
220
 
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)
221
+ ## [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
222
 
61
223
 
62
224
  ### Features
63
225
 
64
- * update edges to use targetId instead of id ([6c5d0e3](https://github.com/twinfoundation/auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
226
+ * update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
65
227
 
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)
228
+ ## [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
229
 
68
230
 
69
231
  ### Features
70
232
 
71
- * add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/twinfoundation/auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
233
+ * add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
72
234
 
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)
235
+ ## [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
236
 
75
237
 
76
238
  ### Features
77
239
 
78
- * eslint migration to flat config ([1b42a3a](https://github.com/twinfoundation/auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
240
+ * eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
79
241
 
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)
242
+ ## [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
243
 
82
244
 
83
245
  ### Features
84
246
 
85
- * update framework core ([88ad4e6](https://github.com/twinfoundation/auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
247
+ * update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
86
248
 
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)
249
+ ## [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
250
 
89
251
 
90
252
  ### Features
91
253
 
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))
254
+ * add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
255
+ * improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
256
+ * improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
257
+ * update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
258
+ * update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
259
+ * use shared store mechanism ([#10](https://github.com/iotaledger/twin-auditable-item-graph/issues/10)) ([da035e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
260
+ * use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
99
261
 
100
262
 
101
263
  ### Bug Fixes
102
264
 
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))
265
+ * 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))
266
+ * query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
105
267
 
106
268
  ## 0.0.1 (2025-07-09)
107
269
 
108
270
 
109
271
  ### Features
110
272
 
111
- * release to production ([0ce06f7](https://github.com/twinfoundation/auditable-item-graph/commit/0ce06f7825aa72d04b7a2ffd8c98cb56290b9d16))
273
+ * release to production ([0ce06f7](https://github.com/iotaledger/twin-auditable-item-graph/commit/0ce06f7825aa72d04b7a2ffd8c98cb56290b9d16))
112
274
 
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)
275
+ ## [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
276
 
115
277
 
116
278
  ### Bug Fixes
117
279
 
118
- * query params force coercion ([2dd9afe](https://github.com/twinfoundation/auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
280
+ * query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
119
281
 
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)
282
+ ## [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
283
 
122
284
 
123
285
  ### Features
124
286
 
125
- * improve JSON schemas ([bec8dc1](https://github.com/twinfoundation/auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
287
+ * improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
126
288
 
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)
289
+ ## [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
290
 
129
291
 
130
292
  ### Features
131
293
 
132
- * update dependencies ([6986689](https://github.com/twinfoundation/auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
294
+ * update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
133
295
 
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)
296
+ ## [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
297
 
136
298
 
137
299
  ### Features
138
300
 
139
- * update ts-to-schema generation ([edce91e](https://github.com/twinfoundation/auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
301
+ * update ts-to-schema generation ([edce91e](https://github.com/iotaledger/twin-auditable-item-graph/commit/edce91e8272ab361595489458066040caf582df2))
140
302
 
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)
303
+ ## [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
304
 
143
305
 
144
306
  ### Features
145
307
 
146
- * add data types with fully qualified name ([93e1ee7](https://github.com/twinfoundation/auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
308
+ * add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
147
309
 
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)
310
+ ## [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
311
 
150
312
 
151
313
  ### Features
152
314
 
153
- * use standard list json ld types ([8f53836](https://github.com/twinfoundation/auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
315
+ * use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
154
316
 
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)
317
+ ## [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
318
 
157
319
 
158
320
  ### Features
159
321
 
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))
322
+ * 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
323
 
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)
324
+ ## [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
325
 
164
326
 
165
327
  ### Features
166
328
 
167
- * improve comments ([97f311a](https://github.com/twinfoundation/auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
329
+ * improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
168
330
 
169
331
 
170
332
  ### Bug Fixes
171
333
 
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))
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))
173
335
 
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)
336
+ ## [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
337
 
176
338
 
177
339
  ### Bug Fixes
178
340
 
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))
341
+ * 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
342
 
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)
343
+ ## [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
344
 
183
345
 
184
346
  ### Miscellaneous Chores
185
347
 
186
348
  * **auditable-item-graph-models:** Synchronize repo versions
187
349
 
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)
350
+ ## [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
351
 
190
352
 
191
353
  ### Features
192
354
 
193
- * improve comments ([97f311a](https://github.com/twinfoundation/auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
355
+ * improve comments ([97f311a](https://github.com/iotaledger/twin-auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
194
356
 
195
357
  ## v0.0.1-next.33
196
358
 
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