@twin.org/engine-types 0.0.3-next.4 → 0.0.3-next.41

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 (590) hide show
  1. package/README.md +1 -1
  2. package/dist/es/components/attestation.js +20 -24
  3. package/dist/es/components/attestation.js.map +1 -1
  4. package/dist/es/components/auditableItemGraph.js +27 -22
  5. package/dist/es/components/auditableItemGraph.js.map +1 -1
  6. package/dist/es/components/auditableItemStream.js +27 -22
  7. package/dist/es/components/auditableItemStream.js.map +1 -1
  8. package/dist/es/components/automation.js +41 -0
  9. package/dist/es/components/automation.js.map +1 -0
  10. package/dist/es/components/automationAction.js +27 -0
  11. package/dist/es/components/automationAction.js.map +1 -0
  12. package/dist/es/components/backgroundTask.js +18 -18
  13. package/dist/es/components/backgroundTask.js.map +1 -1
  14. package/dist/es/components/blobStorage.js +69 -80
  15. package/dist/es/components/blobStorage.js.map +1 -1
  16. package/dist/es/components/contextIdHandler.js +9 -9
  17. package/dist/es/components/contextIdHandler.js.map +1 -1
  18. package/dist/es/components/dataProcessing.js +33 -32
  19. package/dist/es/components/dataProcessing.js.map +1 -1
  20. package/dist/es/components/dataspaceControlPlane.js +58 -0
  21. package/dist/es/components/dataspaceControlPlane.js.map +1 -0
  22. package/dist/es/components/dataspaceDataPlane.js +66 -0
  23. package/dist/es/components/dataspaceDataPlane.js.map +1 -0
  24. package/dist/es/components/documentManagement.js +12 -11
  25. package/dist/es/components/documentManagement.js.map +1 -1
  26. package/dist/es/components/entityStorage.js +48 -47
  27. package/dist/es/components/entityStorage.js.map +1 -1
  28. package/dist/es/components/eventBus.js +19 -27
  29. package/dist/es/components/eventBus.js.map +1 -1
  30. package/dist/es/components/faucet.js +18 -18
  31. package/dist/es/components/faucet.js.map +1 -1
  32. package/dist/es/components/federatedCatalogue.js +17 -18
  33. package/dist/es/components/federatedCatalogue.js.map +1 -1
  34. package/dist/es/components/federatedCatalogueFilter.js +34 -0
  35. package/dist/es/components/federatedCatalogueFilter.js.map +1 -0
  36. package/dist/es/components/health.js +32 -0
  37. package/dist/es/components/health.js.map +1 -0
  38. package/dist/es/components/identity.js +30 -31
  39. package/dist/es/components/identity.js.map +1 -1
  40. package/dist/es/components/identityProfile.js +26 -24
  41. package/dist/es/components/identityProfile.js.map +1 -1
  42. package/dist/es/components/identityResolver.js +36 -40
  43. package/dist/es/components/identityResolver.js.map +1 -1
  44. package/dist/es/components/immutableProof.js +23 -20
  45. package/dist/es/components/immutableProof.js.map +1 -1
  46. package/dist/es/components/logging.js +28 -28
  47. package/dist/es/components/logging.js.map +1 -1
  48. package/dist/es/components/messaging.js +77 -89
  49. package/dist/es/components/messaging.js.map +1 -1
  50. package/dist/es/components/metricsCollector.js +27 -0
  51. package/dist/es/components/metricsCollector.js.map +1 -0
  52. package/dist/es/components/metricsProducer.js +33 -0
  53. package/dist/es/components/metricsProducer.js.map +1 -0
  54. package/dist/es/components/nft.js +32 -33
  55. package/dist/es/components/nft.js.map +1 -1
  56. package/dist/es/components/notarization.js +77 -0
  57. package/dist/es/components/notarization.js.map +1 -0
  58. package/dist/es/components/rightsManagementPap.js +17 -17
  59. package/dist/es/components/rightsManagementPap.js.map +1 -1
  60. package/dist/es/components/rightsManagementPdp.js +11 -26
  61. package/dist/es/components/rightsManagementPdp.js.map +1 -1
  62. package/dist/es/components/rightsManagementPep.js +12 -24
  63. package/dist/es/components/rightsManagementPep.js.map +1 -1
  64. package/dist/es/components/rightsManagementPip.js +9 -25
  65. package/dist/es/components/rightsManagementPip.js.map +1 -1
  66. package/dist/es/components/rightsManagementPmp.js +10 -10
  67. package/dist/es/components/rightsManagementPmp.js.map +1 -1
  68. package/dist/es/components/rightsManagementPnap.js +21 -18
  69. package/dist/es/components/rightsManagementPnap.js.map +1 -1
  70. package/dist/es/components/rightsManagementPnp.js +15 -36
  71. package/dist/es/components/rightsManagementPnp.js.map +1 -1
  72. package/dist/es/components/rightsManagementPolicyArbiter.js +32 -0
  73. package/dist/es/components/rightsManagementPolicyArbiter.js.map +1 -0
  74. package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js +33 -0
  75. package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js.map +1 -0
  76. package/dist/es/components/rightsManagementPolicyExecutionAction.js +25 -0
  77. package/dist/es/components/rightsManagementPolicyExecutionAction.js.map +1 -0
  78. package/dist/es/components/rightsManagementPolicyInformationSource.js +34 -0
  79. package/dist/es/components/rightsManagementPolicyInformationSource.js.map +1 -0
  80. package/dist/es/components/rightsManagementPolicyNegotiator.js +27 -0
  81. package/dist/es/components/rightsManagementPolicyNegotiator.js.map +1 -0
  82. package/dist/es/components/rightsManagementPolicyObligationEnforcer.js +27 -0
  83. package/dist/es/components/rightsManagementPolicyObligationEnforcer.js.map +1 -0
  84. package/dist/es/components/rightsManagementPolicyRequester.js +25 -0
  85. package/dist/es/components/rightsManagementPolicyRequester.js.map +1 -0
  86. package/dist/es/components/rightsManagementPxp.js +9 -25
  87. package/dist/es/components/rightsManagementPxp.js.map +1 -1
  88. package/dist/es/components/synchronisedStorage.js +25 -23
  89. package/dist/es/components/synchronisedStorage.js.map +1 -1
  90. package/dist/es/components/taskScheduler.js +17 -11
  91. package/dist/es/components/taskScheduler.js.map +1 -1
  92. package/dist/es/components/telemetry.js +46 -32
  93. package/dist/es/components/telemetry.js.map +1 -1
  94. package/dist/es/components/tenant.js +12 -11
  95. package/dist/es/components/tenant.js.map +1 -1
  96. package/dist/es/components/trust.js +27 -0
  97. package/dist/es/components/trust.js.map +1 -0
  98. package/dist/es/components/trustGenerator.js +28 -0
  99. package/dist/es/components/trustGenerator.js.map +1 -0
  100. package/dist/es/components/trustVerifier.js +28 -0
  101. package/dist/es/components/trustVerifier.js.map +1 -0
  102. package/dist/es/components/urlTransformer.js +29 -0
  103. package/dist/es/components/urlTransformer.js.map +1 -0
  104. package/dist/es/components/vault.js +15 -12
  105. package/dist/es/components/vault.js.map +1 -1
  106. package/dist/es/components/verifiableStorage.js +32 -34
  107. package/dist/es/components/verifiableStorage.js.map +1 -1
  108. package/dist/es/components/wallet.js +23 -24
  109. package/dist/es/components/wallet.js.map +1 -1
  110. package/dist/es/index.js +64 -14
  111. package/dist/es/index.js.map +1 -1
  112. package/dist/es/models/IEngineConfig.js.map +1 -1
  113. package/dist/es/models/config/automationActionConfig.js +2 -0
  114. package/dist/es/models/config/automationActionConfig.js.map +1 -0
  115. package/dist/es/models/config/automationComponentConfig.js +2 -0
  116. package/dist/es/models/config/automationComponentConfig.js.map +1 -0
  117. package/dist/es/models/config/backgroundTaskComponentConfig.js +2 -0
  118. package/dist/es/models/config/backgroundTaskComponentConfig.js.map +1 -0
  119. package/dist/es/models/config/blobStorageConnectorConfig.js.map +1 -1
  120. package/dist/es/models/config/dataspaceControlPlaneComponentConfig.js +2 -0
  121. package/dist/es/models/config/dataspaceControlPlaneComponentConfig.js.map +1 -0
  122. package/dist/es/models/config/dataspaceDataPlaneComponentConfig.js +2 -0
  123. package/dist/es/models/config/dataspaceDataPlaneComponentConfig.js.map +1 -0
  124. package/dist/es/models/config/federatedCatalogueFilterComponentConfig.js +2 -0
  125. package/dist/es/models/config/federatedCatalogueFilterComponentConfig.js.map +1 -0
  126. package/dist/es/models/config/healthComponentConfig.js +2 -0
  127. package/dist/es/models/config/healthComponentConfig.js.map +1 -0
  128. package/dist/es/models/config/metricsCollectorComponentConfig.js +2 -0
  129. package/dist/es/models/config/metricsCollectorComponentConfig.js.map +1 -0
  130. package/dist/es/models/config/metricsProducerComponentConfig.js +2 -0
  131. package/dist/es/models/config/metricsProducerComponentConfig.js.map +1 -0
  132. package/dist/es/models/config/notarizationComponentConfig.js +2 -0
  133. package/dist/es/models/config/notarizationComponentConfig.js.map +1 -0
  134. package/dist/es/models/config/notarizationConnectorConfig.js +2 -0
  135. package/dist/es/models/config/notarizationConnectorConfig.js.map +1 -0
  136. package/dist/es/models/config/rightsManagementPdpComponentConfig.js.map +1 -1
  137. package/dist/es/models/config/rightsManagementPepComponentConfig.js.map +1 -1
  138. package/dist/es/models/config/rightsManagementPipComponentConfig.js.map +1 -1
  139. package/dist/es/models/config/rightsManagementPnpComponentConfig.js.map +1 -1
  140. package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js +2 -0
  141. package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js.map +1 -0
  142. package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js +2 -0
  143. package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js.map +1 -0
  144. package/dist/es/models/config/rightsManagementPolicyExecutionActionComponentConfig.js +2 -0
  145. package/dist/es/models/config/rightsManagementPolicyExecutionActionComponentConfig.js.map +1 -0
  146. package/dist/es/models/config/rightsManagementPolicyInformationSourceComponentConfig.js +2 -0
  147. package/dist/es/models/config/rightsManagementPolicyInformationSourceComponentConfig.js.map +1 -0
  148. package/dist/es/models/config/rightsManagementPolicyNegotiatorComponentConfig.js +2 -0
  149. package/dist/es/models/config/rightsManagementPolicyNegotiatorComponentConfig.js.map +1 -0
  150. package/dist/es/models/config/rightsManagementPolicyObligationEnforcerComponentConfig.js +2 -0
  151. package/dist/es/models/config/rightsManagementPolicyObligationEnforcerComponentConfig.js.map +1 -0
  152. package/dist/es/models/config/rightsManagementPolicyRequesterComponentConfig.js +2 -0
  153. package/dist/es/models/config/rightsManagementPolicyRequesterComponentConfig.js.map +1 -0
  154. package/dist/es/models/config/rightsManagementPxpComponentConfig.js.map +1 -1
  155. package/dist/es/models/config/telemetryConnectorConfig.js.map +1 -1
  156. package/dist/es/models/config/trustComponentConfig.js +2 -0
  157. package/dist/es/models/config/trustComponentConfig.js.map +1 -0
  158. package/dist/es/models/config/trustGeneratorComponentConfig.js +2 -0
  159. package/dist/es/models/config/trustGeneratorComponentConfig.js.map +1 -0
  160. package/dist/es/models/config/trustVerifierComponentConfig.js +2 -0
  161. package/dist/es/models/config/trustVerifierComponentConfig.js.map +1 -0
  162. package/dist/es/models/config/urlTransformerComponentConfig.js +2 -0
  163. package/dist/es/models/config/urlTransformerComponentConfig.js.map +1 -0
  164. package/dist/es/models/types/automationActionType.js +13 -0
  165. package/dist/es/models/types/automationActionType.js.map +1 -0
  166. package/dist/es/models/types/{rightsManagementDapComponentType.js → automationComponentType.js} +4 -4
  167. package/dist/es/models/types/automationComponentType.js.map +1 -0
  168. package/dist/es/models/types/{rightsManagementDarpComponentType.js → backgroundTaskComponentType.js} +3 -3
  169. package/dist/es/models/types/backgroundTaskComponentType.js.map +1 -0
  170. package/dist/es/models/types/dataspaceControlPlaneComponentType.js +17 -0
  171. package/dist/es/models/types/dataspaceControlPlaneComponentType.js.map +1 -0
  172. package/dist/es/models/types/{dataSpaceConnectorComponentType.js → dataspaceDataPlaneComponentType.js} +4 -4
  173. package/dist/es/models/types/dataspaceDataPlaneComponentType.js.map +1 -0
  174. package/dist/es/models/types/federatedCatalogueFilterComponentType.js +13 -0
  175. package/dist/es/models/types/federatedCatalogueFilterComponentType.js.map +1 -0
  176. package/dist/es/models/types/healthComponentType.js +17 -0
  177. package/dist/es/models/types/healthComponentType.js.map +1 -0
  178. package/dist/es/models/types/metricsCollectorComponentType.js +13 -0
  179. package/dist/es/models/types/metricsCollectorComponentType.js.map +1 -0
  180. package/dist/es/models/types/metricsProducerComponentType.js +17 -0
  181. package/dist/es/models/types/metricsProducerComponentType.js.map +1 -0
  182. package/dist/es/models/types/notarizationComponentType.js +17 -0
  183. package/dist/es/models/types/notarizationComponentType.js.map +1 -0
  184. package/dist/es/models/types/notarizationConnectorType.js +17 -0
  185. package/dist/es/models/types/notarizationConnectorType.js.map +1 -0
  186. package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js +17 -0
  187. package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js.map +1 -0
  188. package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js +17 -0
  189. package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js.map +1 -0
  190. package/dist/es/models/types/rightsManagementPolicyExecutionActionComponentType.js +13 -0
  191. package/dist/es/models/types/rightsManagementPolicyExecutionActionComponentType.js.map +1 -0
  192. package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js +17 -0
  193. package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js.map +1 -0
  194. package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js +13 -0
  195. package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js.map +1 -0
  196. package/dist/es/models/types/rightsManagementPolicyObligationEnforcerComponentType.js +13 -0
  197. package/dist/es/models/types/rightsManagementPolicyObligationEnforcerComponentType.js.map +1 -0
  198. package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js +13 -0
  199. package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js.map +1 -0
  200. package/dist/es/models/types/telemetryConnectorType.js +5 -1
  201. package/dist/es/models/types/telemetryConnectorType.js.map +1 -1
  202. package/dist/es/models/types/trustComponentType.js +13 -0
  203. package/dist/es/models/types/trustComponentType.js.map +1 -0
  204. package/dist/es/models/types/trustGeneratorComponentType.js +13 -0
  205. package/dist/es/models/types/trustGeneratorComponentType.js.map +1 -0
  206. package/dist/es/models/types/trustVerifierComponentType.js +13 -0
  207. package/dist/es/models/types/trustVerifierComponentType.js.map +1 -0
  208. package/dist/es/models/types/urlTransformerComponentType.js +13 -0
  209. package/dist/es/models/types/urlTransformerComponentType.js.map +1 -0
  210. package/dist/es/utils/engineTypeHelper.js +19 -1
  211. package/dist/es/utils/engineTypeHelper.js.map +1 -1
  212. package/dist/types/components/attestation.d.ts +5 -13
  213. package/dist/types/components/auditableItemGraph.d.ts +3 -7
  214. package/dist/types/components/auditableItemStream.d.ts +3 -7
  215. package/dist/types/components/automation.d.ts +12 -0
  216. package/dist/types/components/automationAction.d.ts +12 -0
  217. package/dist/types/components/backgroundTask.d.ts +5 -10
  218. package/dist/types/components/blobStorage.d.ts +4 -12
  219. package/dist/types/components/contextIdHandler.d.ts +3 -7
  220. package/dist/types/components/dataProcessing.d.ts +5 -17
  221. package/dist/types/components/dataspaceControlPlane.d.ts +12 -0
  222. package/dist/types/components/dataspaceDataPlane.d.ts +12 -0
  223. package/dist/types/components/documentManagement.d.ts +3 -7
  224. package/dist/types/components/entityStorage.d.ts +4 -9
  225. package/dist/types/components/eventBus.d.ts +4 -12
  226. package/dist/types/components/faucet.d.ts +2 -7
  227. package/dist/types/components/federatedCatalogue.d.ts +3 -7
  228. package/dist/types/components/federatedCatalogueFilter.d.ts +12 -0
  229. package/dist/types/components/health.d.ts +12 -0
  230. package/dist/types/components/identity.d.ts +4 -12
  231. package/dist/types/components/identityProfile.d.ts +4 -12
  232. package/dist/types/components/identityResolver.d.ts +4 -12
  233. package/dist/types/components/immutableProof.d.ts +3 -7
  234. package/dist/types/components/logging.d.ts +4 -12
  235. package/dist/types/components/messaging.d.ts +7 -27
  236. package/dist/types/components/metricsCollector.d.ts +12 -0
  237. package/dist/types/components/metricsProducer.d.ts +12 -0
  238. package/dist/types/components/nft.d.ts +4 -12
  239. package/dist/types/components/notarization.d.ts +22 -0
  240. package/dist/types/components/rightsManagementPap.d.ts +3 -7
  241. package/dist/types/components/rightsManagementPdp.d.ts +3 -7
  242. package/dist/types/components/rightsManagementPep.d.ts +3 -7
  243. package/dist/types/components/rightsManagementPip.d.ts +3 -7
  244. package/dist/types/components/rightsManagementPmp.d.ts +3 -7
  245. package/dist/types/components/rightsManagementPnap.d.ts +3 -7
  246. package/dist/types/components/rightsManagementPnp.d.ts +3 -7
  247. package/dist/types/components/rightsManagementPolicyArbiter.d.ts +12 -0
  248. package/dist/types/components/rightsManagementPolicyEnforcementProcessor.d.ts +12 -0
  249. package/dist/types/components/rightsManagementPolicyExecutionAction.d.ts +12 -0
  250. package/dist/types/components/rightsManagementPolicyInformationSource.d.ts +12 -0
  251. package/dist/types/components/rightsManagementPolicyNegotiator.d.ts +12 -0
  252. package/dist/types/components/rightsManagementPolicyObligationEnforcer.d.ts +12 -0
  253. package/dist/types/components/rightsManagementPolicyRequester.d.ts +12 -0
  254. package/dist/types/components/rightsManagementPxp.d.ts +3 -7
  255. package/dist/types/components/synchronisedStorage.d.ts +3 -7
  256. package/dist/types/components/taskScheduler.d.ts +3 -7
  257. package/dist/types/components/telemetry.d.ts +4 -12
  258. package/dist/types/components/tenant.d.ts +3 -7
  259. package/dist/types/components/trust.d.ts +12 -0
  260. package/dist/types/components/trustGenerator.d.ts +12 -0
  261. package/dist/types/components/trustVerifier.d.ts +12 -0
  262. package/dist/types/components/urlTransformer.d.ts +12 -0
  263. package/dist/types/components/vault.d.ts +2 -7
  264. package/dist/types/components/verifiableStorage.d.ts +4 -12
  265. package/dist/types/components/wallet.d.ts +2 -7
  266. package/dist/types/index.d.ts +64 -14
  267. package/dist/types/models/IEngineConfig.d.ts +100 -15
  268. package/dist/types/models/config/automationActionConfig.d.ts +9 -0
  269. package/dist/types/models/config/automationComponentConfig.d.ts +13 -0
  270. package/dist/types/models/config/backgroundTaskComponentConfig.d.ts +9 -0
  271. package/dist/types/models/config/blobStorageConnectorConfig.d.ts +4 -1
  272. package/dist/types/models/config/dataspaceControlPlaneComponentConfig.d.ts +13 -0
  273. package/dist/types/models/config/dataspaceDataPlaneComponentConfig.d.ts +17 -0
  274. package/dist/types/models/config/federatedCatalogueFilterComponentConfig.d.ts +9 -0
  275. package/dist/types/models/config/healthComponentConfig.d.ts +13 -0
  276. package/dist/types/models/config/metricsCollectorComponentConfig.d.ts +9 -0
  277. package/dist/types/models/config/metricsProducerComponentConfig.d.ts +12 -0
  278. package/dist/types/models/config/notarizationComponentConfig.d.ts +13 -0
  279. package/dist/types/models/config/notarizationConnectorConfig.d.ts +13 -0
  280. package/dist/types/models/config/rightsManagementPdpComponentConfig.d.ts +1 -4
  281. package/dist/types/models/config/rightsManagementPepComponentConfig.d.ts +1 -4
  282. package/dist/types/models/config/rightsManagementPipComponentConfig.d.ts +1 -4
  283. package/dist/types/models/config/rightsManagementPnpComponentConfig.d.ts +1 -5
  284. package/dist/types/models/config/rightsManagementPolicyArbiterComponentConfig.d.ts +12 -0
  285. package/dist/types/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.d.ts +12 -0
  286. package/dist/types/models/config/rightsManagementPolicyExecutionActionComponentConfig.d.ts +9 -0
  287. package/dist/types/models/config/rightsManagementPolicyInformationSourceComponentConfig.d.ts +12 -0
  288. package/dist/types/models/config/rightsManagementPolicyNegotiatorComponentConfig.d.ts +9 -0
  289. package/dist/types/models/config/rightsManagementPolicyObligationEnforcerComponentConfig.d.ts +9 -0
  290. package/dist/types/models/config/rightsManagementPolicyRequesterComponentConfig.d.ts +9 -0
  291. package/dist/types/models/config/rightsManagementPxpComponentConfig.d.ts +1 -4
  292. package/dist/types/models/config/telemetryConnectorConfig.d.ts +4 -0
  293. package/dist/types/models/config/trustComponentConfig.d.ts +9 -0
  294. package/dist/types/models/config/trustGeneratorComponentConfig.d.ts +9 -0
  295. package/dist/types/models/config/trustVerifierComponentConfig.d.ts +9 -0
  296. package/dist/types/models/config/urlTransformerComponentConfig.d.ts +9 -0
  297. package/dist/types/models/types/automationActionType.d.ts +13 -0
  298. package/dist/types/models/types/automationComponentType.d.ts +17 -0
  299. package/dist/types/models/types/backgroundTaskComponentType.d.ts +13 -0
  300. package/dist/types/models/types/dataspaceControlPlaneComponentType.d.ts +17 -0
  301. package/dist/types/models/types/dataspaceDataPlaneComponentType.d.ts +21 -0
  302. package/dist/types/models/types/federatedCatalogueFilterComponentType.d.ts +13 -0
  303. package/dist/types/models/types/healthComponentType.d.ts +17 -0
  304. package/dist/types/models/types/metricsCollectorComponentType.d.ts +13 -0
  305. package/dist/types/models/types/metricsProducerComponentType.d.ts +17 -0
  306. package/dist/types/models/types/notarizationComponentType.d.ts +17 -0
  307. package/dist/types/models/types/notarizationConnectorType.d.ts +17 -0
  308. package/dist/types/models/types/rightsManagementPolicyArbiterComponentType.d.ts +17 -0
  309. package/dist/types/models/types/rightsManagementPolicyEnforcementProcessorComponentType.d.ts +17 -0
  310. package/dist/types/models/types/rightsManagementPolicyExecutionActionComponentType.d.ts +13 -0
  311. package/dist/types/models/types/rightsManagementPolicyInformationSourceComponentType.d.ts +17 -0
  312. package/dist/types/models/types/rightsManagementPolicyNegotiatorComponentType.d.ts +13 -0
  313. package/dist/types/models/types/rightsManagementPolicyObligationEnforcerComponentType.d.ts +13 -0
  314. package/dist/types/models/types/rightsManagementPolicyRequesterComponentType.d.ts +13 -0
  315. package/dist/types/models/types/telemetryConnectorType.d.ts +4 -0
  316. package/dist/types/models/types/trustComponentType.d.ts +13 -0
  317. package/dist/types/models/types/trustGeneratorComponentType.d.ts +13 -0
  318. package/dist/types/models/types/trustVerifierComponentType.d.ts +13 -0
  319. package/dist/types/models/types/urlTransformerComponentType.d.ts +13 -0
  320. package/dist/types/utils/engineTypeHelper.d.ts +11 -0
  321. package/docs/changelog.md +798 -148
  322. package/docs/examples.md +74 -1
  323. package/docs/reference/classes/EngineTypeHelper.md +57 -4
  324. package/docs/reference/functions/initialiseAttestationComponent.md +2 -2
  325. package/docs/reference/functions/initialiseAttestationConnector.md +3 -3
  326. package/docs/reference/functions/initialiseAuditableItemGraphComponent.md +2 -2
  327. package/docs/reference/functions/initialiseAuditableItemStreamComponent.md +2 -2
  328. package/docs/reference/functions/initialiseAutomationAction.md +31 -0
  329. package/docs/reference/functions/initialiseAutomationComponent.md +31 -0
  330. package/docs/reference/functions/initialiseBackgroundTaskComponent.md +31 -0
  331. package/docs/reference/functions/initialiseBlobStorageComponent.md +2 -2
  332. package/docs/reference/functions/initialiseBlobStorageConnector.md +2 -2
  333. package/docs/reference/functions/initialiseContextIdHandlerComponent.md +2 -2
  334. package/docs/reference/functions/initialiseDataConverterConnector.md +2 -2
  335. package/docs/reference/functions/initialiseDataExtractorConnector.md +2 -2
  336. package/docs/reference/functions/initialiseDataProcessingComponent.md +2 -2
  337. package/docs/reference/functions/initialiseDataspaceControlPlaneComponent.md +31 -0
  338. package/docs/reference/functions/initialiseDataspaceDataPlaneComponent.md +31 -0
  339. package/docs/reference/functions/initialiseDocumentManagementComponent.md +2 -2
  340. package/docs/reference/functions/initialiseEntityStorageComponent.md +2 -2
  341. package/docs/reference/functions/initialiseEntityStorageConnector.md +4 -6
  342. package/docs/reference/functions/initialiseEventBusComponent.md +2 -2
  343. package/docs/reference/functions/initialiseEventBusConnector.md +2 -2
  344. package/docs/reference/functions/initialiseFaucetConnector.md +2 -2
  345. package/docs/reference/functions/initialiseFederatedCatalogueComponent.md +2 -2
  346. package/docs/reference/functions/initialiseFederatedCatalogueFilterComponent.md +31 -0
  347. package/docs/reference/functions/initialiseHealthComponent.md +31 -0
  348. package/docs/reference/functions/initialiseIdentityComponent.md +2 -2
  349. package/docs/reference/functions/initialiseIdentityConnector.md +2 -2
  350. package/docs/reference/functions/initialiseIdentityProfileComponent.md +2 -2
  351. package/docs/reference/functions/initialiseIdentityProfileConnector.md +2 -2
  352. package/docs/reference/functions/initialiseIdentityResolverComponent.md +2 -2
  353. package/docs/reference/functions/initialiseIdentityResolverConnector.md +2 -2
  354. package/docs/reference/functions/initialiseImmutableProofComponent.md +2 -2
  355. package/docs/reference/functions/initialiseLoggingComponent.md +2 -2
  356. package/docs/reference/functions/initialiseLoggingConnector.md +2 -2
  357. package/docs/reference/functions/initialiseMessagingAdminComponent.md +2 -2
  358. package/docs/reference/functions/initialiseMessagingComponent.md +2 -2
  359. package/docs/reference/functions/initialiseMessagingEmailConnector.md +2 -2
  360. package/docs/reference/functions/initialiseMessagingPushNotificationConnector.md +2 -2
  361. package/docs/reference/functions/initialiseMessagingSmsConnector.md +2 -2
  362. package/docs/reference/functions/initialiseMetricsCollectorComponent.md +31 -0
  363. package/docs/reference/functions/initialiseMetricsProducerComponent.md +31 -0
  364. package/docs/reference/functions/initialiseNftComponent.md +2 -2
  365. package/docs/reference/functions/initialiseNftConnector.md +2 -2
  366. package/docs/reference/functions/initialiseNotarizationComponent.md +31 -0
  367. package/docs/reference/functions/initialiseNotarizationConnector.md +31 -0
  368. package/docs/reference/functions/initialiseRightsManagementPapComponent.md +2 -2
  369. package/docs/reference/functions/initialiseRightsManagementPdpComponent.md +2 -2
  370. package/docs/reference/functions/initialiseRightsManagementPepComponent.md +2 -2
  371. package/docs/reference/functions/initialiseRightsManagementPipComponent.md +2 -2
  372. package/docs/reference/functions/initialiseRightsManagementPmpComponent.md +2 -2
  373. package/docs/reference/functions/initialiseRightsManagementPnapComponent.md +2 -2
  374. package/docs/reference/functions/initialiseRightsManagementPnpComponent.md +2 -2
  375. package/docs/reference/functions/initialiseRightsManagementPolicyArbiterComponent.md +31 -0
  376. package/docs/reference/functions/initialiseRightsManagementPolicyEnforcementProcessorComponent.md +31 -0
  377. package/docs/reference/functions/initialiseRightsManagementPolicyExecutionActionComponent.md +31 -0
  378. package/docs/reference/functions/initialiseRightsManagementPolicyInformationSourceComponent.md +31 -0
  379. package/docs/reference/functions/initialiseRightsManagementPolicyNegotiatorComponent.md +31 -0
  380. package/docs/reference/functions/initialiseRightsManagementPolicyObligationEnforcerComponent.md +31 -0
  381. package/docs/reference/functions/initialiseRightsManagementPolicyRequesterComponent.md +31 -0
  382. package/docs/reference/functions/initialiseRightsManagementPxpComponent.md +2 -2
  383. package/docs/reference/functions/initialiseSynchronisedStorageComponent.md +2 -2
  384. package/docs/reference/functions/initialiseTaskSchedulerComponent.md +2 -2
  385. package/docs/reference/functions/initialiseTelemetryComponent.md +2 -2
  386. package/docs/reference/functions/initialiseTelemetryConnector.md +2 -2
  387. package/docs/reference/functions/initialiseTenantAdminComponent.md +2 -2
  388. package/docs/reference/functions/initialiseTrustComponent.md +31 -0
  389. package/docs/reference/functions/initialiseTrustGeneratorComponent.md +31 -0
  390. package/docs/reference/functions/initialiseTrustVerifierComponent.md +31 -0
  391. package/docs/reference/functions/initialiseUrlTransformerComponent.md +31 -0
  392. package/docs/reference/functions/initialiseVaultConnector.md +2 -2
  393. package/docs/reference/functions/initialiseVerifiableStorageComponent.md +2 -2
  394. package/docs/reference/functions/initialiseVerifiableStorageConnector.md +2 -2
  395. package/docs/reference/functions/initialiseWalletConnector.md +2 -2
  396. package/docs/reference/index.md +88 -20
  397. package/docs/reference/interfaces/IEngineConfig.md +206 -68
  398. package/docs/reference/type-aliases/AttestationConnectorConfig.md +3 -3
  399. package/docs/reference/type-aliases/AutomationActionConfig.md +17 -0
  400. package/docs/reference/type-aliases/AutomationActionType.md +5 -0
  401. package/docs/reference/type-aliases/AutomationComponentConfig.md +5 -0
  402. package/docs/reference/type-aliases/AutomationComponentType.md +5 -0
  403. package/docs/reference/type-aliases/BackgroundTaskComponentConfig.md +17 -0
  404. package/docs/reference/type-aliases/BackgroundTaskComponentType.md +5 -0
  405. package/docs/reference/type-aliases/BlobStorageConnectorConfig.md +1 -1
  406. package/docs/reference/type-aliases/DataExtractorConnectorConfig.md +3 -3
  407. package/docs/reference/type-aliases/DataspaceControlPlaneComponentConfig.md +5 -0
  408. package/docs/reference/type-aliases/DataspaceControlPlaneComponentType.md +5 -0
  409. package/docs/reference/type-aliases/DataspaceDataPlaneComponentConfig.md +5 -0
  410. package/docs/reference/type-aliases/DataspaceDataPlaneComponentType.md +5 -0
  411. package/docs/reference/type-aliases/DltConfig.md +4 -4
  412. package/docs/reference/type-aliases/EventBusConnectorConfig.md +3 -3
  413. package/docs/reference/type-aliases/FederatedCatalogueFilterComponentConfig.md +17 -0
  414. package/docs/reference/type-aliases/FederatedCatalogueFilterComponentType.md +5 -0
  415. package/docs/reference/type-aliases/HealthComponentConfig.md +5 -0
  416. package/docs/reference/type-aliases/HealthComponentType.md +5 -0
  417. package/docs/reference/type-aliases/IdentityProfileConnectorConfig.md +3 -3
  418. package/docs/reference/type-aliases/MessagingAdminComponentConfig.md +3 -3
  419. package/docs/reference/type-aliases/MessagingComponentConfig.md +3 -3
  420. package/docs/reference/type-aliases/MetricsCollectorComponentConfig.md +17 -0
  421. package/docs/reference/type-aliases/MetricsCollectorComponentType.md +5 -0
  422. package/docs/reference/type-aliases/MetricsProducerComponentConfig.md +5 -0
  423. package/docs/reference/type-aliases/MetricsProducerComponentType.md +5 -0
  424. package/docs/reference/type-aliases/NotarizationComponentConfig.md +5 -0
  425. package/docs/reference/type-aliases/NotarizationComponentType.md +5 -0
  426. package/docs/reference/type-aliases/NotarizationConnectorConfig.md +5 -0
  427. package/docs/reference/type-aliases/NotarizationConnectorType.md +5 -0
  428. package/docs/reference/type-aliases/RightsManagementPdpComponentConfig.md +3 -9
  429. package/docs/reference/type-aliases/RightsManagementPepComponentConfig.md +3 -9
  430. package/docs/reference/type-aliases/RightsManagementPipComponentConfig.md +3 -9
  431. package/docs/reference/type-aliases/RightsManagementPmpComponentConfig.md +3 -3
  432. package/docs/reference/type-aliases/RightsManagementPnpComponentConfig.md +1 -1
  433. package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentConfig.md +5 -0
  434. package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentType.md +5 -0
  435. package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md +5 -0
  436. package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentType.md +5 -0
  437. package/docs/reference/type-aliases/RightsManagementPolicyExecutionActionComponentConfig.md +17 -0
  438. package/docs/reference/type-aliases/RightsManagementPolicyExecutionActionComponentType.md +5 -0
  439. package/docs/reference/type-aliases/RightsManagementPolicyInformationSourceComponentConfig.md +5 -0
  440. package/docs/reference/type-aliases/RightsManagementPolicyInformationSourceComponentType.md +5 -0
  441. package/docs/reference/type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md +17 -0
  442. package/docs/reference/type-aliases/RightsManagementPolicyNegotiatorComponentType.md +5 -0
  443. package/docs/reference/type-aliases/RightsManagementPolicyObligationEnforcerComponentConfig.md +17 -0
  444. package/docs/reference/type-aliases/RightsManagementPolicyObligationEnforcerComponentType.md +5 -0
  445. package/docs/reference/type-aliases/RightsManagementPolicyRequesterComponentConfig.md +17 -0
  446. package/docs/reference/type-aliases/RightsManagementPolicyRequesterComponentType.md +5 -0
  447. package/docs/reference/type-aliases/RightsManagementPxpComponentConfig.md +3 -9
  448. package/docs/reference/type-aliases/TaskSchedulerComponentConfig.md +3 -3
  449. package/docs/reference/type-aliases/TelemetryConnectorConfig.md +1 -13
  450. package/docs/reference/type-aliases/TenantAdminComponentConfig.md +3 -3
  451. package/docs/reference/type-aliases/TrustComponentConfig.md +17 -0
  452. package/docs/reference/type-aliases/TrustComponentType.md +5 -0
  453. package/docs/reference/type-aliases/TrustGeneratorComponentConfig.md +17 -0
  454. package/docs/reference/type-aliases/TrustGeneratorComponentType.md +5 -0
  455. package/docs/reference/type-aliases/TrustVerifierComponentConfig.md +17 -0
  456. package/docs/reference/type-aliases/TrustVerifierComponentType.md +5 -0
  457. package/docs/reference/type-aliases/UrlTransformerComponentConfig.md +17 -0
  458. package/docs/reference/type-aliases/UrlTransformerComponentType.md +5 -0
  459. package/docs/reference/variables/AttestationComponentType.md +2 -2
  460. package/docs/reference/variables/AttestationConnectorType.md +1 -1
  461. package/docs/reference/variables/AuditableItemGraphComponentType.md +2 -2
  462. package/docs/reference/variables/AuditableItemStreamComponentType.md +2 -2
  463. package/docs/reference/variables/AutomationActionType.md +13 -0
  464. package/docs/reference/variables/AutomationComponentType.md +19 -0
  465. package/docs/reference/variables/BackgroundTaskComponentType.md +13 -0
  466. package/docs/reference/variables/BlobStorageComponentType.md +2 -2
  467. package/docs/reference/variables/BlobStorageConnectorType.md +6 -6
  468. package/docs/reference/variables/ContextIdHandlerComponentType.md +2 -2
  469. package/docs/reference/variables/DataConverterConnectorType.md +2 -2
  470. package/docs/reference/variables/DataExtractorConnectorType.md +1 -1
  471. package/docs/reference/variables/DataProcessingComponentType.md +2 -2
  472. package/docs/reference/variables/DataspaceControlPlaneComponentType.md +19 -0
  473. package/docs/reference/variables/{DataSpaceConnectorComponentType.md → DataspaceDataPlaneComponentType.md} +6 -6
  474. package/docs/reference/variables/DltConfigType.md +1 -1
  475. package/docs/reference/variables/DocumentManagementComponentType.md +2 -2
  476. package/docs/reference/variables/EntityStorageComponentType.md +2 -2
  477. package/docs/reference/variables/EntityStorageConnectorType.md +10 -10
  478. package/docs/reference/variables/EventBusComponentType.md +2 -2
  479. package/docs/reference/variables/EventBusConnectorType.md +1 -1
  480. package/docs/reference/variables/FaucetConnectorType.md +2 -2
  481. package/docs/reference/variables/FederatedCatalogueComponentType.md +2 -2
  482. package/docs/reference/variables/FederatedCatalogueFilterComponentType.md +13 -0
  483. package/docs/reference/variables/HealthComponentType.md +19 -0
  484. package/docs/reference/variables/IdentityComponentType.md +2 -2
  485. package/docs/reference/variables/IdentityConnectorType.md +2 -2
  486. package/docs/reference/variables/IdentityProfileComponentType.md +2 -2
  487. package/docs/reference/variables/IdentityProfileConnectorType.md +1 -1
  488. package/docs/reference/variables/IdentityResolverComponentType.md +2 -2
  489. package/docs/reference/variables/IdentityResolverConnectorType.md +3 -3
  490. package/docs/reference/variables/ImmutableProofComponentType.md +2 -2
  491. package/docs/reference/variables/LoggingComponentType.md +2 -2
  492. package/docs/reference/variables/LoggingConnectorType.md +3 -3
  493. package/docs/reference/variables/MessagingAdminComponentType.md +1 -1
  494. package/docs/reference/variables/MessagingComponentType.md +1 -1
  495. package/docs/reference/variables/MessagingEmailConnectorType.md +2 -2
  496. package/docs/reference/variables/MessagingPushNotificationConnectorType.md +2 -2
  497. package/docs/reference/variables/MessagingSmsConnectorType.md +2 -2
  498. package/docs/reference/variables/MetricsCollectorComponentType.md +13 -0
  499. package/docs/reference/variables/MetricsProducerComponentType.md +19 -0
  500. package/docs/reference/variables/NftComponentType.md +2 -2
  501. package/docs/reference/variables/NftConnectorType.md +2 -2
  502. package/docs/reference/variables/NotarizationComponentType.md +19 -0
  503. package/docs/reference/variables/NotarizationConnectorType.md +19 -0
  504. package/docs/reference/variables/RightsManagementPapComponentType.md +2 -2
  505. package/docs/reference/variables/RightsManagementPdpComponentType.md +1 -1
  506. package/docs/reference/variables/RightsManagementPepComponentType.md +2 -2
  507. package/docs/reference/variables/RightsManagementPipComponentType.md +1 -1
  508. package/docs/reference/variables/RightsManagementPmpComponentType.md +1 -1
  509. package/docs/reference/variables/RightsManagementPnapComponentType.md +2 -2
  510. package/docs/reference/variables/RightsManagementPnpComponentType.md +2 -2
  511. package/docs/reference/variables/RightsManagementPolicyArbiterComponentType.md +19 -0
  512. package/docs/reference/variables/RightsManagementPolicyEnforcementProcessorComponentType.md +19 -0
  513. package/docs/reference/variables/RightsManagementPolicyExecutionActionComponentType.md +13 -0
  514. package/docs/reference/variables/RightsManagementPolicyInformationSourceComponentType.md +19 -0
  515. package/docs/reference/variables/RightsManagementPolicyNegotiatorComponentType.md +13 -0
  516. package/docs/reference/variables/RightsManagementPolicyObligationEnforcerComponentType.md +13 -0
  517. package/docs/reference/variables/RightsManagementPolicyRequesterComponentType.md +13 -0
  518. package/docs/reference/variables/RightsManagementPxpComponentType.md +1 -1
  519. package/docs/reference/variables/SynchronisedStorageComponentType.md +2 -2
  520. package/docs/reference/variables/TaskSchedulerComponentType.md +1 -1
  521. package/docs/reference/variables/TelemetryComponentType.md +2 -2
  522. package/docs/reference/variables/TelemetryConnectorType.md +7 -1
  523. package/docs/reference/variables/TenantAdminComponentType.md +1 -1
  524. package/docs/reference/variables/TrustComponentType.md +13 -0
  525. package/docs/reference/variables/TrustGeneratorComponentType.md +13 -0
  526. package/docs/reference/variables/TrustVerifierComponentType.md +13 -0
  527. package/docs/reference/variables/UrlTransformerComponentType.md +13 -0
  528. package/docs/reference/variables/VaultConnectorType.md +2 -2
  529. package/docs/reference/variables/VerifiableStorageComponentType.md +2 -2
  530. package/docs/reference/variables/VerifiableStorageConnectorType.md +2 -2
  531. package/docs/reference/variables/WalletConnectorType.md +2 -2
  532. package/package.json +32 -12
  533. package/dist/es/components/authenticationGenerator.js +0 -30
  534. package/dist/es/components/authenticationGenerator.js.map +0 -1
  535. package/dist/es/components/dataSpaceConnector.js +0 -52
  536. package/dist/es/components/dataSpaceConnector.js.map +0 -1
  537. package/dist/es/components/rightsManagementDap.js +0 -38
  538. package/dist/es/components/rightsManagementDap.js.map +0 -1
  539. package/dist/es/components/rightsManagementDarp.js +0 -29
  540. package/dist/es/components/rightsManagementDarp.js.map +0 -1
  541. package/dist/es/models/config/authenticationGeneratorComponentConfig.js +0 -2
  542. package/dist/es/models/config/authenticationGeneratorComponentConfig.js.map +0 -1
  543. package/dist/es/models/config/backgroundTaskConnectorConfig.js +0 -2
  544. package/dist/es/models/config/backgroundTaskConnectorConfig.js.map +0 -1
  545. package/dist/es/models/config/dataSpaceConnectorComponentConfig.js +0 -2
  546. package/dist/es/models/config/dataSpaceConnectorComponentConfig.js.map +0 -1
  547. package/dist/es/models/config/rightsManagementDapComponentConfig.js +0 -2
  548. package/dist/es/models/config/rightsManagementDapComponentConfig.js.map +0 -1
  549. package/dist/es/models/config/rightsManagementDarpComponentConfig.js +0 -2
  550. package/dist/es/models/config/rightsManagementDarpComponentConfig.js.map +0 -1
  551. package/dist/es/models/types/authenticationGeneratorComponentType.js +0 -13
  552. package/dist/es/models/types/authenticationGeneratorComponentType.js.map +0 -1
  553. package/dist/es/models/types/backgroundTaskConnectorType.js +0 -13
  554. package/dist/es/models/types/backgroundTaskConnectorType.js.map +0 -1
  555. package/dist/es/models/types/dataSpaceConnectorComponentType.js.map +0 -1
  556. package/dist/es/models/types/rightsManagementDapComponentType.js.map +0 -1
  557. package/dist/es/models/types/rightsManagementDarpComponentType.js.map +0 -1
  558. package/dist/types/components/authenticationGenerator.d.ts +0 -17
  559. package/dist/types/components/dataSpaceConnector.d.ts +0 -16
  560. package/dist/types/components/rightsManagementDap.d.ts +0 -16
  561. package/dist/types/components/rightsManagementDarp.d.ts +0 -16
  562. package/dist/types/models/config/authenticationGeneratorComponentConfig.d.ts +0 -9
  563. package/dist/types/models/config/backgroundTaskConnectorConfig.d.ts +0 -9
  564. package/dist/types/models/config/dataSpaceConnectorComponentConfig.d.ts +0 -17
  565. package/dist/types/models/config/rightsManagementDapComponentConfig.d.ts +0 -16
  566. package/dist/types/models/config/rightsManagementDarpComponentConfig.d.ts +0 -12
  567. package/dist/types/models/types/authenticationGeneratorComponentType.d.ts +0 -13
  568. package/dist/types/models/types/backgroundTaskConnectorType.d.ts +0 -13
  569. package/dist/types/models/types/dataSpaceConnectorComponentType.d.ts +0 -21
  570. package/dist/types/models/types/rightsManagementDapComponentType.d.ts +0 -17
  571. package/dist/types/models/types/rightsManagementDarpComponentType.d.ts +0 -13
  572. package/docs/reference/functions/initialiseAuthenticationGeneratorComponent.md +0 -31
  573. package/docs/reference/functions/initialiseBackgroundTaskConnector.md +0 -31
  574. package/docs/reference/functions/initialiseDataSpaceConnectorComponent.md +0 -31
  575. package/docs/reference/functions/initialiseRightsManagementDapComponent.md +0 -31
  576. package/docs/reference/functions/initialiseRightsManagementDarpComponent.md +0 -31
  577. package/docs/reference/type-aliases/AuthenticationGeneratorComponentConfig.md +0 -17
  578. package/docs/reference/type-aliases/AuthenticationGeneratorComponentType.md +0 -5
  579. package/docs/reference/type-aliases/BackgroundTaskConnectorConfig.md +0 -17
  580. package/docs/reference/type-aliases/BackgroundTaskConnectorType.md +0 -5
  581. package/docs/reference/type-aliases/DataSpaceConnectorComponentConfig.md +0 -5
  582. package/docs/reference/type-aliases/DataSpaceConnectorComponentType.md +0 -5
  583. package/docs/reference/type-aliases/RightsManagementDapComponentConfig.md +0 -5
  584. package/docs/reference/type-aliases/RightsManagementDapComponentType.md +0 -5
  585. package/docs/reference/type-aliases/RightsManagementDarpComponentConfig.md +0 -23
  586. package/docs/reference/type-aliases/RightsManagementDarpComponentType.md +0 -5
  587. package/docs/reference/variables/AuthenticationGeneratorComponentType.md +0 -13
  588. package/docs/reference/variables/BackgroundTaskConnectorType.md +0 -13
  589. package/docs/reference/variables/RightsManagementDapComponentType.md +0 -19
  590. package/docs/reference/variables/RightsManagementDarpComponentType.md +0 -13
package/docs/changelog.md CHANGED
@@ -1,11 +1,661 @@
1
- # @twin.org/engine-types - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.4](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.3-next.3...engine-types-v0.0.3-next.4) (2025-11-20)
3
+ ## [0.0.3-next.41](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.40...engine-types-v0.0.3-next.41) (2026-05-26)
4
4
 
5
5
 
6
6
  ### Features
7
7
 
8
- * context id handlers repopulated after engine clone ([9712e32](https://github.com/twinfoundation/engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
8
+ * wire DSP push-transfer mode in engine ([#121](https://github.com/iotaledger/twin-engine/issues/121)) ([3456cdb](https://github.com/iotaledger/twin-engine/commit/3456cdb34c3b721b6aba1fb49133a2d8048958aa))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/engine-core bumped from 0.0.3-next.40 to 0.0.3-next.41
16
+ * @twin.org/engine-models bumped from 0.0.3-next.40 to 0.0.3-next.41
17
+
18
+ ## [0.0.3-next.40](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.39...engine-types-v0.0.3-next.40) (2026-05-22)
19
+
20
+
21
+ ### Features
22
+
23
+ * connect telemetry with ais and document management ([52ca7e1](https://github.com/iotaledger/twin-engine/commit/52ca7e1954e4cd70c2698805ebc48a77e9ed8407))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @twin.org/engine-core bumped from 0.0.3-next.39 to 0.0.3-next.40
31
+ * @twin.org/engine-models bumped from 0.0.3-next.39 to 0.0.3-next.40
32
+
33
+ ## [0.0.3-next.39](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.38...engine-types-v0.0.3-next.39) (2026-05-21)
34
+
35
+
36
+ ### Features
37
+
38
+ * add telemetry to identity construction ([f7def7e](https://github.com/iotaledger/twin-engine/commit/f7def7e8ea32d340f5176a6cef665af2873eca1b))
39
+
40
+
41
+ ### Dependencies
42
+
43
+ * The following workspace dependencies were updated
44
+ * dependencies
45
+ * @twin.org/engine-core bumped from 0.0.3-next.38 to 0.0.3-next.39
46
+ * @twin.org/engine-models bumped from 0.0.3-next.38 to 0.0.3-next.39
47
+
48
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.37...engine-types-v0.0.3-next.38) (2026-05-20)
49
+
50
+
51
+ ### Features
52
+
53
+ * add metrics producer type initialisers to engine ([#122](https://github.com/iotaledger/twin-engine/issues/122)) ([45f52d7](https://github.com/iotaledger/twin-engine/commit/45f52d7ad9c94bda0d2671756049bb5973b64b10))
54
+
55
+
56
+ ### Dependencies
57
+
58
+ * The following workspace dependencies were updated
59
+ * dependencies
60
+ * @twin.org/engine-core bumped from 0.0.3-next.37 to 0.0.3-next.38
61
+ * @twin.org/engine-models bumped from 0.0.3-next.37 to 0.0.3-next.38
62
+
63
+ ## [0.0.3-next.37](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.36...engine-types-v0.0.3-next.37) (2026-05-12)
64
+
65
+
66
+ ### Features
67
+
68
+ * typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
69
+
70
+
71
+ ### Dependencies
72
+
73
+ * The following workspace dependencies were updated
74
+ * dependencies
75
+ * @twin.org/engine-core bumped from 0.0.3-next.36 to 0.0.3-next.37
76
+ * @twin.org/engine-models bumped from 0.0.3-next.36 to 0.0.3-next.37
77
+
78
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.35...engine-types-v0.0.3-next.36) (2026-05-08)
79
+
80
+
81
+ ### Features
82
+
83
+ * inject vaultConnectorType into DSP/PNP/Tenant/catalogue factories ([#107](https://github.com/iotaledger/twin-engine/issues/107)) ([043abbb](https://github.com/iotaledger/twin-engine/commit/043abbb9d9d7fd7f120519cb0b44ad38b4bfcbc1))
84
+
85
+
86
+ ### Dependencies
87
+
88
+ * The following workspace dependencies were updated
89
+ * dependencies
90
+ * @twin.org/engine-core bumped from 0.0.3-next.35 to 0.0.3-next.36
91
+ * @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
92
+
93
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.34...engine-types-v0.0.3-next.35) (2026-05-05)
94
+
95
+
96
+ ### Miscellaneous Chores
97
+
98
+ * **engine-types:** Synchronize repo versions
99
+
100
+
101
+ ### Dependencies
102
+
103
+ * The following workspace dependencies were updated
104
+ * dependencies
105
+ * @twin.org/engine-core bumped from 0.0.3-next.34 to 0.0.3-next.35
106
+ * @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
107
+
108
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.33...engine-types-v0.0.3-next.34) (2026-05-05)
109
+
110
+
111
+ ### Features
112
+
113
+ * add health and url transformer components ([#111](https://github.com/iotaledger/twin-engine/issues/111)) ([5f00d4d](https://github.com/iotaledger/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
114
+
115
+
116
+ ### Dependencies
117
+
118
+ * The following workspace dependencies were updated
119
+ * dependencies
120
+ * @twin.org/engine-core bumped from 0.0.3-next.33 to 0.0.3-next.34
121
+ * @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
122
+
123
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.32...engine-types-v0.0.3-next.33) (2026-05-05)
124
+
125
+
126
+ ### Miscellaneous Chores
127
+
128
+ * **engine-types:** Synchronize repo versions
129
+
130
+
131
+ ### Dependencies
132
+
133
+ * The following workspace dependencies were updated
134
+ * dependencies
135
+ * @twin.org/engine-core bumped from 0.0.3-next.32 to 0.0.3-next.33
136
+ * @twin.org/engine-models bumped from 0.0.3-next.32 to 0.0.3-next.33
137
+
138
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.31...engine-types-v0.0.3-next.32) (2026-04-24)
139
+
140
+
141
+ ### Features
142
+
143
+ * add automation components ([671dc5b](https://github.com/iotaledger/twin-engine/commit/671dc5b8687b9f76b7d7fdd7c833be1ae3c93992))
144
+
145
+
146
+ ### Dependencies
147
+
148
+ * The following workspace dependencies were updated
149
+ * dependencies
150
+ * @twin.org/engine-core bumped from 0.0.3-next.31 to 0.0.3-next.32
151
+ * @twin.org/engine-models bumped from 0.0.3-next.31 to 0.0.3-next.32
152
+
153
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.30...engine-types-v0.0.3-next.31) (2026-04-22)
154
+
155
+
156
+ ### Bug Fixes
157
+
158
+ * align Control Plane TransferProcess partition with Data Plane ([#102](https://github.com/iotaledger/twin-engine/issues/102)) ([b651361](https://github.com/iotaledger/twin-engine/commit/b651361ffd648bdeea10a049414b878272c9ae4d))
159
+
160
+
161
+ ### Dependencies
162
+
163
+ * The following workspace dependencies were updated
164
+ * dependencies
165
+ * @twin.org/engine-core bumped from 0.0.3-next.30 to 0.0.3-next.31
166
+ * @twin.org/engine-models bumped from 0.0.3-next.30 to 0.0.3-next.31
167
+
168
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.29...engine-types-v0.0.3-next.30) (2026-04-16)
169
+
170
+
171
+ ### Features
172
+
173
+ * add notarization ([#98](https://github.com/iotaledger/twin-engine/issues/98)) ([f560e2a](https://github.com/iotaledger/twin-engine/commit/f560e2a12a5fba01c95e47518ebdc4220801f8b8))
174
+
175
+
176
+ ### Dependencies
177
+
178
+ * The following workspace dependencies were updated
179
+ * dependencies
180
+ * @twin.org/engine-core bumped from 0.0.3-next.29 to 0.0.3-next.30
181
+ * @twin.org/engine-models bumped from 0.0.3-next.29 to 0.0.3-next.30
182
+
183
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.28...engine-types-v0.0.3-next.29) (2026-04-14)
184
+
185
+
186
+ ### Miscellaneous Chores
187
+
188
+ * **engine-types:** Synchronize repo versions
189
+
190
+
191
+ ### Dependencies
192
+
193
+ * The following workspace dependencies were updated
194
+ * dependencies
195
+ * @twin.org/engine-core bumped from 0.0.3-next.28 to 0.0.3-next.29
196
+ * @twin.org/engine-models bumped from 0.0.3-next.28 to 0.0.3-next.29
197
+
198
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.27...engine-types-v0.0.3-next.28) (2026-04-10)
199
+
200
+
201
+ ### Features
202
+
203
+ * use tenant admin service instead of custom tenant tracking ([72553d2](https://github.com/iotaledger/twin-engine/commit/72553d2c3e3b46fec77d3049bd0271bfec69ffc6))
204
+
205
+
206
+ ### Dependencies
207
+
208
+ * The following workspace dependencies were updated
209
+ * dependencies
210
+ * @twin.org/engine-core bumped from 0.0.3-next.27 to 0.0.3-next.28
211
+ * @twin.org/engine-models bumped from 0.0.3-next.27 to 0.0.3-next.28
212
+
213
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.26...engine-types-v0.0.3-next.27) (2026-03-20)
214
+
215
+
216
+ ### Features
217
+
218
+ * update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
219
+
220
+
221
+ ### Dependencies
222
+
223
+ * The following workspace dependencies were updated
224
+ * dependencies
225
+ * @twin.org/engine-core bumped from 0.0.3-next.26 to 0.0.3-next.27
226
+ * @twin.org/engine-models bumped from 0.0.3-next.26 to 0.0.3-next.27
227
+
228
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.25...engine-types-v0.0.3-next.26) (2026-03-05)
229
+
230
+
231
+ ### Bug Fixes
232
+
233
+ * use custom instance type for entity storage registration ([#90](https://github.com/iotaledger/twin-engine/issues/90)) ([2c23995](https://github.com/iotaledger/twin-engine/commit/2c239953dab4510a4cf97063ee90d048210bf4a6))
234
+
235
+
236
+ ### Dependencies
237
+
238
+ * The following workspace dependencies were updated
239
+ * dependencies
240
+ * @twin.org/engine-core bumped from 0.0.3-next.25 to 0.0.3-next.26
241
+ * @twin.org/engine-models bumped from 0.0.3-next.25 to 0.0.3-next.26
242
+
243
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.24...engine-types-v0.0.3-next.25) (2026-03-02)
244
+
245
+
246
+ ### Features
247
+
248
+ * replace unified data space connector with control plane and data plane components ([#78](https://github.com/iotaledger/twin-engine/issues/78)) ([a6ebace](https://github.com/iotaledger/twin-engine/commit/a6ebace389dafe754a3ca0827999966b5a101a59))
249
+
250
+
251
+ ### Dependencies
252
+
253
+ * The following workspace dependencies were updated
254
+ * dependencies
255
+ * @twin.org/engine-core bumped from 0.0.3-next.24 to 0.0.3-next.25
256
+ * @twin.org/engine-models bumped from 0.0.3-next.24 to 0.0.3-next.25
257
+
258
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.23...engine-types-v0.0.3-next.24) (2026-02-26)
259
+
260
+
261
+ ### Miscellaneous Chores
262
+
263
+ * **engine-types:** Synchronize repo versions
264
+
265
+
266
+ ### Dependencies
267
+
268
+ * The following workspace dependencies were updated
269
+ * dependencies
270
+ * @twin.org/engine-core bumped from 0.0.3-next.23 to 0.0.3-next.24
271
+ * @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
272
+
273
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.22...engine-types-v0.0.3-next.23) (2026-02-23)
274
+
275
+
276
+ ### Features
277
+
278
+ * add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
279
+ * add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
280
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
281
+ * add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
282
+ * add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
283
+ * add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
284
+ * add entity storage to task scheduler ([da4dc0f](https://github.com/iotaledger/twin-engine/commit/da4dc0f26ee4d506d35cd267144c8300a8b52f90))
285
+ * add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
286
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
287
+ * add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
288
+ * add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
289
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
290
+ * add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
291
+ * add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
292
+ * add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
293
+ * add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
294
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
295
+ * add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
296
+ * add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
297
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
298
+ * close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
299
+ * context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
300
+ * eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
301
+ * improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
302
+ * inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
303
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
304
+ * modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
305
+ * multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
306
+ * override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
307
+ * regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
308
+ * remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
309
+ * remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
310
+ * remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
311
+ * simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
312
+ * standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
313
+ * switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
314
+ * update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
315
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
316
+ * update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
317
+ * update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
318
+ * update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
319
+ * update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
320
+ * upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
321
+ * use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
322
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
323
+
324
+
325
+ ### Bug Fixes
326
+
327
+ * make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
328
+ * missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
329
+
330
+
331
+ ### Dependencies
332
+
333
+ * The following workspace dependencies were updated
334
+ * dependencies
335
+ * @twin.org/engine-core bumped from 0.0.3-next.22 to 0.0.3-next.23
336
+ * @twin.org/engine-models bumped from 0.0.3-next.22 to 0.0.3-next.23
337
+
338
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.21...engine-types-v0.0.3-next.22) (2026-02-23)
339
+
340
+
341
+ ### Miscellaneous Chores
342
+
343
+ * **engine-types:** Synchronize repo versions
344
+
345
+
346
+ ### Dependencies
347
+
348
+ * The following workspace dependencies were updated
349
+ * dependencies
350
+ * @twin.org/engine-core bumped from 0.0.3-next.21 to 0.0.3-next.22
351
+ * @twin.org/engine-models bumped from 0.0.3-next.21 to 0.0.3-next.22
352
+
353
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.20...engine-types-v0.0.3-next.21) (2026-02-13)
354
+
355
+
356
+ ### Features
357
+
358
+ * multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
359
+
360
+
361
+ ### Dependencies
362
+
363
+ * The following workspace dependencies were updated
364
+ * dependencies
365
+ * @twin.org/engine-core bumped from 0.0.3-next.20 to 0.0.3-next.21
366
+ * @twin.org/engine-models bumped from 0.0.3-next.20 to 0.0.3-next.21
367
+
368
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.19...engine-types-v0.0.3-next.20) (2026-02-06)
369
+
370
+
371
+ ### Miscellaneous Chores
372
+
373
+ * **engine-types:** Synchronize repo versions
374
+
375
+
376
+ ### Dependencies
377
+
378
+ * The following workspace dependencies were updated
379
+ * dependencies
380
+ * @twin.org/engine-core bumped from 0.0.3-next.19 to 0.0.3-next.20
381
+ * @twin.org/engine-models bumped from 0.0.3-next.19 to 0.0.3-next.20
382
+
383
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.18...engine-types-v0.0.3-next.19) (2026-02-05)
384
+
385
+
386
+ ### Miscellaneous Chores
387
+
388
+ * **engine-types:** Synchronize repo versions
389
+
390
+
391
+ ### Dependencies
392
+
393
+ * The following workspace dependencies were updated
394
+ * dependencies
395
+ * @twin.org/engine-core bumped from 0.0.3-next.18 to 0.0.3-next.19
396
+ * @twin.org/engine-models bumped from 0.0.3-next.18 to 0.0.3-next.19
397
+
398
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.17...engine-types-v0.0.3-next.18) (2026-02-04)
399
+
400
+
401
+ ### Miscellaneous Chores
402
+
403
+ * **engine-types:** Synchronize repo versions
404
+
405
+
406
+ ### Dependencies
407
+
408
+ * The following workspace dependencies were updated
409
+ * dependencies
410
+ * @twin.org/engine-core bumped from 0.0.3-next.17 to 0.0.3-next.18
411
+ * @twin.org/engine-models bumped from 0.0.3-next.17 to 0.0.3-next.18
412
+
413
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.16...engine-types-v0.0.3-next.17) (2026-02-02)
414
+
415
+
416
+ ### Features
417
+
418
+ * update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
419
+
420
+
421
+ ### Dependencies
422
+
423
+ * The following workspace dependencies were updated
424
+ * dependencies
425
+ * @twin.org/engine-core bumped from 0.0.3-next.16 to 0.0.3-next.17
426
+ * @twin.org/engine-models bumped from 0.0.3-next.16 to 0.0.3-next.17
427
+
428
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.15...engine-types-v0.0.3-next.16) (2026-01-28)
429
+
430
+
431
+ ### Features
432
+
433
+ * remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
434
+
435
+
436
+ ### Dependencies
437
+
438
+ * The following workspace dependencies were updated
439
+ * dependencies
440
+ * @twin.org/engine-core bumped from 0.0.3-next.15 to 0.0.3-next.16
441
+ * @twin.org/engine-models bumped from 0.0.3-next.15 to 0.0.3-next.16
442
+
443
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.14...engine-types-v0.0.3-next.15) (2026-01-26)
444
+
445
+
446
+ ### Features
447
+
448
+ * add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
449
+
450
+
451
+ ### Dependencies
452
+
453
+ * The following workspace dependencies were updated
454
+ * dependencies
455
+ * @twin.org/engine-core bumped from 0.0.3-next.14 to 0.0.3-next.15
456
+ * @twin.org/engine-models bumped from 0.0.3-next.14 to 0.0.3-next.15
457
+
458
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.13...engine-types-v0.0.3-next.14) (2026-01-19)
459
+
460
+
461
+ ### Features
462
+
463
+ * add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
464
+ * add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
465
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
466
+ * add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
467
+ * add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
468
+ * add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
469
+ * add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
470
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
471
+ * add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
472
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
473
+ * add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
474
+ * add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
475
+ * add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
476
+ * add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
477
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
478
+ * add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
479
+ * add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
480
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
481
+ * close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
482
+ * context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
483
+ * eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
484
+ * improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
485
+ * inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
486
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
487
+ * modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
488
+ * override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
489
+ * regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
490
+ * remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
491
+ * remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
492
+ * simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
493
+ * standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
494
+ * switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
495
+ * update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
496
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
497
+ * update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
498
+ * update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
499
+ * update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
500
+ * upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
501
+ * use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
502
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
503
+
504
+
505
+ ### Bug Fixes
506
+
507
+ * make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
508
+ * missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
509
+
510
+
511
+ ### Dependencies
512
+
513
+ * The following workspace dependencies were updated
514
+ * dependencies
515
+ * @twin.org/engine-core bumped from 0.0.3-next.13 to 0.0.3-next.14
516
+ * @twin.org/engine-models bumped from 0.0.3-next.13 to 0.0.3-next.14
517
+
518
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.12...engine-types-v0.0.3-next.13) (2026-01-19)
519
+
520
+
521
+ ### Features
522
+
523
+ * remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
524
+
525
+
526
+ ### Dependencies
527
+
528
+ * The following workspace dependencies were updated
529
+ * dependencies
530
+ * @twin.org/engine-core bumped from 0.0.3-next.12 to 0.0.3-next.13
531
+ * @twin.org/engine-models bumped from 0.0.3-next.12 to 0.0.3-next.13
532
+
533
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.11...engine-types-v0.0.3-next.12) (2026-01-19)
534
+
535
+
536
+ ### Features
537
+
538
+ * improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
539
+
540
+
541
+ ### Dependencies
542
+
543
+ * The following workspace dependencies were updated
544
+ * dependencies
545
+ * @twin.org/engine-core bumped from 0.0.3-next.11 to 0.0.3-next.12
546
+ * @twin.org/engine-models bumped from 0.0.3-next.11 to 0.0.3-next.12
547
+
548
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.10...engine-types-v0.0.3-next.11) (2026-01-16)
549
+
550
+
551
+ ### Miscellaneous Chores
552
+
553
+ * **engine-types:** Synchronize repo versions
554
+
555
+
556
+ ### Dependencies
557
+
558
+ * The following workspace dependencies were updated
559
+ * dependencies
560
+ * @twin.org/engine-core bumped from 0.0.3-next.10 to 0.0.3-next.11
561
+ * @twin.org/engine-models bumped from 0.0.3-next.10 to 0.0.3-next.11
562
+
563
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.9...engine-types-v0.0.3-next.10) (2026-01-13)
564
+
565
+
566
+ ### Miscellaneous Chores
567
+
568
+ * **engine-types:** Synchronize repo versions
569
+
570
+
571
+ ### Dependencies
572
+
573
+ * The following workspace dependencies were updated
574
+ * dependencies
575
+ * @twin.org/engine-core bumped from 0.0.3-next.9 to 0.0.3-next.10
576
+ * @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
577
+
578
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.8...engine-types-v0.0.3-next.9) (2026-01-07)
579
+
580
+
581
+ ### Features
582
+
583
+ * inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
584
+
585
+
586
+ ### Dependencies
587
+
588
+ * The following workspace dependencies were updated
589
+ * dependencies
590
+ * @twin.org/engine-core bumped from 0.0.3-next.8 to 0.0.3-next.9
591
+ * @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
592
+
593
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.7...engine-types-v0.0.3-next.8) (2026-01-06)
594
+
595
+
596
+ ### Features
597
+
598
+ * update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
599
+
600
+
601
+ ### Dependencies
602
+
603
+ * The following workspace dependencies were updated
604
+ * dependencies
605
+ * @twin.org/engine-core bumped from 0.0.3-next.7 to 0.0.3-next.8
606
+ * @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
607
+
608
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.6...engine-types-v0.0.3-next.7) (2025-12-04)
609
+
610
+
611
+ ### Features
612
+
613
+ * add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
614
+
615
+
616
+ ### Dependencies
617
+
618
+ * The following workspace dependencies were updated
619
+ * dependencies
620
+ * @twin.org/engine-core bumped from 0.0.3-next.6 to 0.0.3-next.7
621
+ * @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
622
+
623
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.5...engine-types-v0.0.3-next.6) (2025-11-28)
624
+
625
+
626
+ ### Features
627
+
628
+ * add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
629
+
630
+
631
+ ### Dependencies
632
+
633
+ * The following workspace dependencies were updated
634
+ * dependencies
635
+ * @twin.org/engine-core bumped from 0.0.3-next.5 to 0.0.3-next.6
636
+ * @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
637
+
638
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.4...engine-types-v0.0.3-next.5) (2025-11-20)
639
+
640
+
641
+ ### Miscellaneous Chores
642
+
643
+ * **engine-types:** Synchronize repo versions
644
+
645
+
646
+ ### Dependencies
647
+
648
+ * The following workspace dependencies were updated
649
+ * dependencies
650
+ * @twin.org/engine-core bumped from 0.0.3-next.4 to 0.0.3-next.5
651
+ * @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
652
+
653
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.3...engine-types-v0.0.3-next.4) (2025-11-20)
654
+
655
+
656
+ ### Features
657
+
658
+ * context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
9
659
 
10
660
 
11
661
  ### Dependencies
@@ -15,12 +665,12 @@
15
665
  * @twin.org/engine-core bumped from 0.0.3-next.3 to 0.0.3-next.4
16
666
  * @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
17
667
 
18
- ## [0.0.3-next.3](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.3-next.2...engine-types-v0.0.3-next.3) (2025-11-14)
668
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.2...engine-types-v0.0.3-next.3) (2025-11-14)
19
669
 
20
670
 
21
671
  ### Bug Fixes
22
672
 
23
- * make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/twinfoundation/engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
673
+ * make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
24
674
 
25
675
 
26
676
  ### Dependencies
@@ -30,17 +680,17 @@
30
680
  * @twin.org/engine-core bumped from 0.0.3-next.2 to 0.0.3-next.3
31
681
  * @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
32
682
 
33
- ## [0.0.3-next.2](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.3-next.1...engine-types-v0.0.3-next.2) (2025-11-13)
683
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.1...engine-types-v0.0.3-next.2) (2025-11-13)
34
684
 
35
685
 
36
686
  ### Features
37
687
 
38
- * close already started components on startup error ([a55a117](https://github.com/twinfoundation/engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
688
+ * close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
39
689
 
40
690
 
41
691
  ### Bug Fixes
42
692
 
43
- * missing dependency ([e8147fb](https://github.com/twinfoundation/engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
693
+ * missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
44
694
 
45
695
 
46
696
  ### Dependencies
@@ -50,42 +700,42 @@
50
700
  * @twin.org/engine-core bumped from 0.0.3-next.1 to 0.0.3-next.2
51
701
  * @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
52
702
 
53
- ## [0.0.3-next.1](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.3-next.0...engine-types-v0.0.3-next.1) (2025-11-13)
703
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.3-next.0...engine-types-v0.0.3-next.1) (2025-11-13)
54
704
 
55
705
 
56
706
  ### Features
57
707
 
58
- * add auth admin component ([201cd06](https://github.com/twinfoundation/engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
59
- * add context id features ([#51](https://github.com/twinfoundation/engine/issues/51)) ([eaef180](https://github.com/twinfoundation/engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
60
- * add data processing component to doc management component ([2e4920f](https://github.com/twinfoundation/engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
61
- * add data space connector ([a824d99](https://github.com/twinfoundation/engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
62
- * add engine type helper for config lookups ([a20a398](https://github.com/twinfoundation/engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
63
- * add engine type helper for config lookups ([7d5eeef](https://github.com/twinfoundation/engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
64
- * add federated catalogue ([1b15dd0](https://github.com/twinfoundation/engine/commit/1b15dd059a11446457651c411a73145fab37f025))
65
- * add latest rights management components ([2d305c8](https://github.com/twinfoundation/engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
66
- * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
67
- * add rest clients as components ([c6f956a](https://github.com/twinfoundation/engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
68
- * add rights management modules ([e02cadc](https://github.com/twinfoundation/engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
69
- * add rights management negotiation ([84ef46b](https://github.com/twinfoundation/engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
70
- * add synchronised storage support ([5142e34](https://github.com/twinfoundation/engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
71
- * add task scheduler ([0951107](https://github.com/twinfoundation/engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
72
- * add validate-locales ([b92ea09](https://github.com/twinfoundation/engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
73
- * attestation no longer requires wallet connector ([772caa8](https://github.com/twinfoundation/engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
74
- * eslint migration to flat config ([6b978da](https://github.com/twinfoundation/engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
75
- * iota rebased release ([474d92b](https://github.com/twinfoundation/engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
76
- * modifying the engine to run the new services ([#10](https://github.com/twinfoundation/engine/issues/10)) ([6f7141f](https://github.com/twinfoundation/engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
77
- * override type initialisers with new registrations ([5b4ff56](https://github.com/twinfoundation/engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
78
- * regular dependencies ([c95095f](https://github.com/twinfoundation/engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
79
- * simplify config building ([732c871](https://github.com/twinfoundation/engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
80
- * standardised engine logging naming ([0dbf857](https://github.com/twinfoundation/engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
81
- * switch to devDeps ([32832ac](https://github.com/twinfoundation/engine/commit/32832acd934e1e5569474281a527c9b118d30732))
82
- * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
83
- * update framework core ([acc0f8d](https://github.com/twinfoundation/engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
84
- * update rights management and add authentication generators ([f728a1e](https://github.com/twinfoundation/engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
85
- * update rights management dependencies ([14d06fb](https://github.com/twinfoundation/engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
86
- * upgrade framework components ([efd52e8](https://github.com/twinfoundation/engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
87
- * use peer dependencies ([69dd744](https://github.com/twinfoundation/engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
88
- * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
708
+ * add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
709
+ * add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
710
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
711
+ * add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
712
+ * add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
713
+ * add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
714
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
715
+ * add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
716
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
717
+ * add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
718
+ * add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
719
+ * add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
720
+ * add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
721
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
722
+ * add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
723
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
724
+ * eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
725
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
726
+ * modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
727
+ * override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
728
+ * regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
729
+ * simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
730
+ * standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
731
+ * switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
732
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
733
+ * update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
734
+ * update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
735
+ * update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
736
+ * upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
737
+ * use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
738
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
89
739
 
90
740
 
91
741
  ### Dependencies
@@ -95,7 +745,7 @@
95
745
  * @twin.org/engine-core bumped from 0.0.3-next.0 to 0.0.3-next.1
96
746
  * @twin.org/engine-models bumped from 0.0.3-next.0 to 0.0.3-next.1
97
747
 
98
- ## [0.0.2-next.26](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.25...engine-types-v0.0.2-next.26) (2025-10-09)
748
+ ## [0.0.2-next.26](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.25...engine-types-v0.0.2-next.26) (2025-10-09)
99
749
 
100
750
 
101
751
  ### Miscellaneous Chores
@@ -110,12 +760,12 @@
110
760
  * @twin.org/engine-core bumped from 0.0.2-next.25 to 0.0.2-next.26
111
761
  * @twin.org/engine-models bumped from 0.0.2-next.25 to 0.0.2-next.26
112
762
 
113
- ## [0.0.2-next.25](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.24...engine-types-v0.0.2-next.25) (2025-10-09)
763
+ ## [0.0.2-next.25](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.24...engine-types-v0.0.2-next.25) (2025-10-09)
114
764
 
115
765
 
116
766
  ### Features
117
767
 
118
- * add validate-locales ([b92ea09](https://github.com/twinfoundation/engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
768
+ * add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
119
769
 
120
770
 
121
771
  ### Dependencies
@@ -125,7 +775,7 @@
125
775
  * @twin.org/engine-core bumped from 0.0.2-next.24 to 0.0.2-next.25
126
776
  * @twin.org/engine-models bumped from 0.0.2-next.24 to 0.0.2-next.25
127
777
 
128
- ## [0.0.2-next.24](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.23...engine-types-v0.0.2-next.24) (2025-10-08)
778
+ ## [0.0.2-next.24](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.23...engine-types-v0.0.2-next.24) (2025-10-08)
129
779
 
130
780
 
131
781
  ### Miscellaneous Chores
@@ -140,12 +790,12 @@
140
790
  * @twin.org/engine-core bumped from 0.0.2-next.23 to 0.0.2-next.24
141
791
  * @twin.org/engine-models bumped from 0.0.2-next.23 to 0.0.2-next.24
142
792
 
143
- ## [0.0.2-next.23](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.22...engine-types-v0.0.2-next.23) (2025-10-07)
793
+ ## [0.0.2-next.23](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.22...engine-types-v0.0.2-next.23) (2025-10-07)
144
794
 
145
795
 
146
796
  ### Features
147
797
 
148
- * override type initialisers with new registrations ([5b4ff56](https://github.com/twinfoundation/engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
798
+ * override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
149
799
 
150
800
 
151
801
  ### Dependencies
@@ -155,12 +805,12 @@
155
805
  * @twin.org/engine-core bumped from 0.0.2-next.22 to 0.0.2-next.23
156
806
  * @twin.org/engine-models bumped from 0.0.2-next.22 to 0.0.2-next.23
157
807
 
158
- ## [0.0.2-next.22](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.21...engine-types-v0.0.2-next.22) (2025-10-07)
808
+ ## [0.0.2-next.22](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.21...engine-types-v0.0.2-next.22) (2025-10-07)
159
809
 
160
810
 
161
811
  ### Features
162
812
 
163
- * regular dependencies ([c95095f](https://github.com/twinfoundation/engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
813
+ * regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
164
814
 
165
815
 
166
816
  ### Dependencies
@@ -170,12 +820,12 @@
170
820
  * @twin.org/engine-core bumped from 0.0.2-next.21 to 0.0.2-next.22
171
821
  * @twin.org/engine-models bumped from 0.0.2-next.21 to 0.0.2-next.22
172
822
 
173
- ## [0.0.2-next.21](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.20...engine-types-v0.0.2-next.21) (2025-10-07)
823
+ ## [0.0.2-next.21](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.20...engine-types-v0.0.2-next.21) (2025-10-07)
174
824
 
175
825
 
176
826
  ### Features
177
827
 
178
- * use peer dependencies ([69dd744](https://github.com/twinfoundation/engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
828
+ * use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
179
829
 
180
830
 
181
831
  ### Dependencies
@@ -185,12 +835,12 @@
185
835
  * @twin.org/engine-core bumped from 0.0.2-next.20 to 0.0.2-next.21
186
836
  * @twin.org/engine-models bumped from 0.0.2-next.20 to 0.0.2-next.21
187
837
 
188
- ## [0.0.2-next.20](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.19...engine-types-v0.0.2-next.20) (2025-10-06)
838
+ ## [0.0.2-next.20](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.19...engine-types-v0.0.2-next.20) (2025-10-06)
189
839
 
190
840
 
191
841
  ### Features
192
842
 
193
- * standardised engine logging naming ([0dbf857](https://github.com/twinfoundation/engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
843
+ * standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
194
844
 
195
845
 
196
846
  ### Dependencies
@@ -200,12 +850,12 @@
200
850
  * @twin.org/engine-core bumped from 0.0.2-next.19 to 0.0.2-next.20
201
851
  * @twin.org/engine-models bumped from 0.0.2-next.19 to 0.0.2-next.20
202
852
 
203
- ## [0.0.2-next.19](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.18...engine-types-v0.0.2-next.19) (2025-10-02)
853
+ ## [0.0.2-next.19](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.18...engine-types-v0.0.2-next.19) (2025-10-02)
204
854
 
205
855
 
206
856
  ### Features
207
857
 
208
- * simplify config building ([732c871](https://github.com/twinfoundation/engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
858
+ * simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
209
859
 
210
860
 
211
861
  ### Dependencies
@@ -215,12 +865,12 @@
215
865
  * @twin.org/engine-core bumped from 0.0.2-next.18 to 0.0.2-next.19
216
866
  * @twin.org/engine-models bumped from 0.0.2-next.18 to 0.0.2-next.19
217
867
 
218
- ## [0.0.2-next.18](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.17...engine-types-v0.0.2-next.18) (2025-09-29)
868
+ ## [0.0.2-next.18](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.17...engine-types-v0.0.2-next.18) (2025-09-29)
219
869
 
220
870
 
221
871
  ### Features
222
872
 
223
- * upgrade framework components ([efd52e8](https://github.com/twinfoundation/engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
873
+ * upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
224
874
 
225
875
 
226
876
  ### Dependencies
@@ -230,12 +880,12 @@
230
880
  * @twin.org/engine-core bumped from 0.0.2-next.17 to 0.0.2-next.18
231
881
  * @twin.org/engine-models bumped from 0.0.2-next.17 to 0.0.2-next.18
232
882
 
233
- ## [0.0.2-next.17](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.16...engine-types-v0.0.2-next.17) (2025-09-26)
883
+ ## [0.0.2-next.17](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.16...engine-types-v0.0.2-next.17) (2025-09-26)
234
884
 
235
885
 
236
886
  ### Features
237
887
 
238
- * add engine type helper for config lookups ([a20a398](https://github.com/twinfoundation/engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
888
+ * add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
239
889
 
240
890
 
241
891
  ### Dependencies
@@ -245,12 +895,12 @@
245
895
  * @twin.org/engine-core bumped from 0.0.2-next.16 to 0.0.2-next.17
246
896
  * @twin.org/engine-models bumped from 0.0.2-next.16 to 0.0.2-next.17
247
897
 
248
- ## [0.0.2-next.16](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.15...engine-types-v0.0.2-next.16) (2025-09-25)
898
+ ## [0.0.2-next.16](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.15...engine-types-v0.0.2-next.16) (2025-09-25)
249
899
 
250
900
 
251
901
  ### Features
252
902
 
253
- * add engine type helper for config lookups ([7d5eeef](https://github.com/twinfoundation/engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
903
+ * add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
254
904
 
255
905
 
256
906
  ### Dependencies
@@ -260,12 +910,12 @@
260
910
  * @twin.org/engine-core bumped from 0.0.2-next.15 to 0.0.2-next.16
261
911
  * @twin.org/engine-models bumped from 0.0.2-next.15 to 0.0.2-next.16
262
912
 
263
- ## [0.0.2-next.15](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.14...engine-types-v0.0.2-next.15) (2025-09-24)
913
+ ## [0.0.2-next.15](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.14...engine-types-v0.0.2-next.15) (2025-09-24)
264
914
 
265
915
 
266
916
  ### Features
267
917
 
268
- * update rights management and add authentication generators ([f728a1e](https://github.com/twinfoundation/engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
918
+ * update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
269
919
 
270
920
 
271
921
  ### Dependencies
@@ -275,12 +925,12 @@
275
925
  * @twin.org/engine-core bumped from 0.0.2-next.14 to 0.0.2-next.15
276
926
  * @twin.org/engine-models bumped from 0.0.2-next.14 to 0.0.2-next.15
277
927
 
278
- ## [0.0.2-next.14](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.13...engine-types-v0.0.2-next.14) (2025-09-19)
928
+ ## [0.0.2-next.14](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.13...engine-types-v0.0.2-next.14) (2025-09-19)
279
929
 
280
930
 
281
931
  ### Features
282
932
 
283
- * add latest rights management components ([2d305c8](https://github.com/twinfoundation/engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
933
+ * add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
284
934
 
285
935
 
286
936
  ### Dependencies
@@ -290,12 +940,12 @@
290
940
  * @twin.org/engine-core bumped from 0.0.2-next.13 to 0.0.2-next.14
291
941
  * @twin.org/engine-models bumped from 0.0.2-next.13 to 0.0.2-next.14
292
942
 
293
- ## [0.0.2-next.13](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.12...engine-types-v0.0.2-next.13) (2025-09-08)
943
+ ## [0.0.2-next.13](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.12...engine-types-v0.0.2-next.13) (2025-09-08)
294
944
 
295
945
 
296
946
  ### Features
297
947
 
298
- * update rights management dependencies ([14d06fb](https://github.com/twinfoundation/engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
948
+ * update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
299
949
 
300
950
 
301
951
  ### Dependencies
@@ -305,12 +955,12 @@
305
955
  * @twin.org/engine-core bumped from 0.0.2-next.12 to 0.0.2-next.13
306
956
  * @twin.org/engine-models bumped from 0.0.2-next.12 to 0.0.2-next.13
307
957
 
308
- ## [0.0.2-next.12](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.11...engine-types-v0.0.2-next.12) (2025-09-05)
958
+ ## [0.0.2-next.12](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.11...engine-types-v0.0.2-next.12) (2025-09-05)
309
959
 
310
960
 
311
961
  ### Features
312
962
 
313
- * add rights management negotiation ([84ef46b](https://github.com/twinfoundation/engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
963
+ * add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
314
964
 
315
965
 
316
966
  ### Dependencies
@@ -320,12 +970,12 @@
320
970
  * @twin.org/engine-core bumped from 0.0.2-next.11 to 0.0.2-next.12
321
971
  * @twin.org/engine-models bumped from 0.0.2-next.11 to 0.0.2-next.12
322
972
 
323
- ## [0.0.2-next.11](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.10...engine-types-v0.0.2-next.11) (2025-08-29)
973
+ ## [0.0.2-next.11](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.10...engine-types-v0.0.2-next.11) (2025-08-29)
324
974
 
325
975
 
326
976
  ### Features
327
977
 
328
- * eslint migration to flat config ([6b978da](https://github.com/twinfoundation/engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
978
+ * eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
329
979
 
330
980
 
331
981
  ### Dependencies
@@ -334,12 +984,12 @@
334
984
  * dependencies
335
985
  * @twin.org/engine-models bumped from 0.0.2-next.10 to 0.0.2-next.11
336
986
 
337
- ## [0.0.2-next.10](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.9...engine-types-v0.0.2-next.10) (2025-08-26)
987
+ ## [0.0.2-next.10](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.9...engine-types-v0.0.2-next.10) (2025-08-26)
338
988
 
339
989
 
340
990
  ### Features
341
991
 
342
- * add data space connector ([a824d99](https://github.com/twinfoundation/engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
992
+ * add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
343
993
 
344
994
 
345
995
  ### Dependencies
@@ -348,7 +998,7 @@
348
998
  * dependencies
349
999
  * @twin.org/engine-models bumped from 0.0.2-next.9 to 0.0.2-next.10
350
1000
 
351
- ## [0.0.2-next.9](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.8...engine-types-v0.0.2-next.9) (2025-08-25)
1001
+ ## [0.0.2-next.9](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.8...engine-types-v0.0.2-next.9) (2025-08-25)
352
1002
 
353
1003
 
354
1004
  ### Miscellaneous Chores
@@ -362,12 +1012,12 @@
362
1012
  * dependencies
363
1013
  * @twin.org/engine-models bumped from 0.0.2-next.8 to 0.0.2-next.9
364
1014
 
365
- ## [0.0.2-next.8](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.7...engine-types-v0.0.2-next.8) (2025-08-22)
1015
+ ## [0.0.2-next.8](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.7...engine-types-v0.0.2-next.8) (2025-08-22)
366
1016
 
367
1017
 
368
1018
  ### Features
369
1019
 
370
- * add rights management modules ([e02cadc](https://github.com/twinfoundation/engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
1020
+ * add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
371
1021
 
372
1022
 
373
1023
  ### Dependencies
@@ -376,7 +1026,7 @@
376
1026
  * dependencies
377
1027
  * @twin.org/engine-models bumped from 0.0.2-next.7 to 0.0.2-next.8
378
1028
 
379
- ## [0.0.2-next.7](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.6...engine-types-v0.0.2-next.7) (2025-08-22)
1029
+ ## [0.0.2-next.7](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.6...engine-types-v0.0.2-next.7) (2025-08-22)
380
1030
 
381
1031
 
382
1032
  ### Miscellaneous Chores
@@ -390,12 +1040,12 @@
390
1040
  * dependencies
391
1041
  * @twin.org/engine-models bumped from 0.0.2-next.6 to 0.0.2-next.7
392
1042
 
393
- ## [0.0.2-next.6](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.5...engine-types-v0.0.2-next.6) (2025-08-21)
1043
+ ## [0.0.2-next.6](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.5...engine-types-v0.0.2-next.6) (2025-08-21)
394
1044
 
395
1045
 
396
1046
  ### Features
397
1047
 
398
- * update framework core ([acc0f8d](https://github.com/twinfoundation/engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
1048
+ * update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
399
1049
 
400
1050
 
401
1051
  ### Dependencies
@@ -404,12 +1054,12 @@
404
1054
  * dependencies
405
1055
  * @twin.org/engine-models bumped from 0.0.2-next.5 to 0.0.2-next.6
406
1056
 
407
- ## [0.0.2-next.5](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.4...engine-types-v0.0.2-next.5) (2025-08-14)
1057
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.4...engine-types-v0.0.2-next.5) (2025-08-14)
408
1058
 
409
1059
 
410
1060
  ### Features
411
1061
 
412
- * add synchronised storage support ([5142e34](https://github.com/twinfoundation/engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
1062
+ * add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
413
1063
 
414
1064
 
415
1065
  ### Dependencies
@@ -418,7 +1068,7 @@
418
1068
  * dependencies
419
1069
  * @twin.org/engine-models bumped from 0.0.2-next.4 to 0.0.2-next.5
420
1070
 
421
- ## [0.0.2-next.4](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.3...engine-types-v0.0.2-next.4) (2025-07-25)
1071
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.3...engine-types-v0.0.2-next.4) (2025-07-25)
422
1072
 
423
1073
 
424
1074
  ### Miscellaneous Chores
@@ -432,7 +1082,7 @@
432
1082
  * dependencies
433
1083
  * @twin.org/engine-models bumped from 0.0.2-next.3 to 0.0.2-next.4
434
1084
 
435
- ## [0.0.2-next.3](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.2...engine-types-v0.0.2-next.3) (2025-07-24)
1085
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.2...engine-types-v0.0.2-next.3) (2025-07-24)
436
1086
 
437
1087
 
438
1088
  ### Miscellaneous Chores
@@ -446,12 +1096,12 @@
446
1096
  * dependencies
447
1097
  * @twin.org/engine-models bumped from 0.0.2-next.2 to 0.0.2-next.3
448
1098
 
449
- ## [0.0.2-next.2](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.1...engine-types-v0.0.2-next.2) (2025-07-21)
1099
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.1...engine-types-v0.0.2-next.2) (2025-07-21)
450
1100
 
451
1101
 
452
1102
  ### Features
453
1103
 
454
- * add rest clients as components ([c6f956a](https://github.com/twinfoundation/engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
1104
+ * add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
455
1105
 
456
1106
 
457
1107
  ### Dependencies
@@ -460,22 +1110,22 @@
460
1110
  * dependencies
461
1111
  * @twin.org/engine-models bumped from 0.0.2-next.1 to 0.0.2-next.2
462
1112
 
463
- ## [0.0.2-next.1](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.2-next.0...engine-types-v0.0.2-next.1) (2025-07-11)
1113
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.2-next.0...engine-types-v0.0.2-next.1) (2025-07-11)
464
1114
 
465
1115
 
466
1116
  ### Features
467
1117
 
468
- * add auth admin component ([201cd06](https://github.com/twinfoundation/engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
469
- * add data processing component to doc management component ([2e4920f](https://github.com/twinfoundation/engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
470
- * add federated catalogue ([1b15dd0](https://github.com/twinfoundation/engine/commit/1b15dd059a11446457651c411a73145fab37f025))
471
- * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
472
- * add task scheduler ([0951107](https://github.com/twinfoundation/engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
473
- * attestation no longer requires wallet connector ([772caa8](https://github.com/twinfoundation/engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
474
- * iota rebased release ([474d92b](https://github.com/twinfoundation/engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
475
- * modifying the engine to run the new services ([#10](https://github.com/twinfoundation/engine/issues/10)) ([6f7141f](https://github.com/twinfoundation/engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
476
- * switch to devDeps ([32832ac](https://github.com/twinfoundation/engine/commit/32832acd934e1e5569474281a527c9b118d30732))
477
- * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
478
- * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
1118
+ * add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
1119
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
1120
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
1121
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
1122
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
1123
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
1124
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
1125
+ * modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
1126
+ * switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
1127
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
1128
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
479
1129
 
480
1130
 
481
1131
  ### Dependencies
@@ -489,18 +1139,18 @@
489
1139
 
490
1140
  ### Features
491
1141
 
492
- * add data processing component to doc management component ([2e4920f](https://github.com/twinfoundation/engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
493
- * add federated catalogue ([1b15dd0](https://github.com/twinfoundation/engine/commit/1b15dd059a11446457651c411a73145fab37f025))
494
- * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
495
- * add task scheduler ([0951107](https://github.com/twinfoundation/engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
496
- * attestation no longer requires wallet connector ([772caa8](https://github.com/twinfoundation/engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
497
- * iota rebased release ([474d92b](https://github.com/twinfoundation/engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
498
- * modifying the engine to run the new services ([#10](https://github.com/twinfoundation/engine/issues/10)) ([6f7141f](https://github.com/twinfoundation/engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
499
- * release to production ([3a4acd1](https://github.com/twinfoundation/engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
500
- * release to production ([5559958](https://github.com/twinfoundation/engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
501
- * switch to devDeps ([32832ac](https://github.com/twinfoundation/engine/commit/32832acd934e1e5569474281a527c9b118d30732))
502
- * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
503
- * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
1142
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
1143
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
1144
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
1145
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
1146
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
1147
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
1148
+ * modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
1149
+ * release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
1150
+ * release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
1151
+ * switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
1152
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
1153
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
504
1154
 
505
1155
 
506
1156
  ### Dependencies
@@ -509,7 +1159,7 @@
509
1159
  * dependencies
510
1160
  * @twin.org/engine-models bumped from 0.0.1-next.84 to 0.0.1
511
1161
 
512
- ## [0.0.1-next.84](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.83...engine-types-v0.0.1-next.84) (2025-07-11)
1162
+ ## [0.0.1-next.84](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.83...engine-types-v0.0.1-next.84) (2025-07-11)
513
1163
 
514
1164
 
515
1165
  ### Miscellaneous Chores
@@ -523,21 +1173,21 @@
523
1173
  * dependencies
524
1174
  * @twin.org/engine-models bumped from 0.0.1-next.83 to 0.0.1-next.84
525
1175
 
526
- ## [0.0.1-next.83](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.82...engine-types-v0.0.1-next.83) (2025-07-10)
1176
+ ## [0.0.1-next.83](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.82...engine-types-v0.0.1-next.83) (2025-07-10)
527
1177
 
528
1178
 
529
1179
  ### Features
530
1180
 
531
- * add data processing component to doc management component ([2e4920f](https://github.com/twinfoundation/engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
532
- * add federated catalogue ([1b15dd0](https://github.com/twinfoundation/engine/commit/1b15dd059a11446457651c411a73145fab37f025))
533
- * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
534
- * add task scheduler ([0951107](https://github.com/twinfoundation/engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
535
- * attestation no longer requires wallet connector ([772caa8](https://github.com/twinfoundation/engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
536
- * iota rebased release ([474d92b](https://github.com/twinfoundation/engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
537
- * modifying the engine to run the new services ([#10](https://github.com/twinfoundation/engine/issues/10)) ([6f7141f](https://github.com/twinfoundation/engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
538
- * switch to devDeps ([32832ac](https://github.com/twinfoundation/engine/commit/32832acd934e1e5569474281a527c9b118d30732))
539
- * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
540
- * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
1181
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
1182
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
1183
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
1184
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
1185
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
1186
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
1187
+ * modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
1188
+ * switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
1189
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
1190
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
541
1191
 
542
1192
 
543
1193
  ### Dependencies
@@ -546,7 +1196,7 @@
546
1196
  * dependencies
547
1197
  * @twin.org/engine-models bumped from 0.0.1-next.81 to 0.0.1-next.83
548
1198
 
549
- ## [0.0.1-next.81](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.80...engine-types-v0.0.1-next.81) (2025-07-07)
1199
+ ## [0.0.1-next.81](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.80...engine-types-v0.0.1-next.81) (2025-07-07)
550
1200
 
551
1201
 
552
1202
  ### Miscellaneous Chores
@@ -560,12 +1210,12 @@
560
1210
  * dependencies
561
1211
  * @twin.org/engine-models bumped from 0.0.1-next.80 to 0.0.1-next.81
562
1212
 
563
- ## [0.0.1-next.80](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.79...engine-types-v0.0.1-next.80) (2025-06-23)
1213
+ ## [0.0.1-next.80](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.79...engine-types-v0.0.1-next.80) (2025-06-23)
564
1214
 
565
1215
 
566
1216
  ### Features
567
1217
 
568
- * add task scheduler ([0951107](https://github.com/twinfoundation/engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
1218
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
569
1219
 
570
1220
 
571
1221
  ### Dependencies
@@ -574,7 +1224,7 @@
574
1224
  * dependencies
575
1225
  * @twin.org/engine-models bumped from 0.0.1-next.79 to 0.0.1-next.80
576
1226
 
577
- ## [0.0.1-next.79](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.78...engine-types-v0.0.1-next.79) (2025-06-18)
1227
+ ## [0.0.1-next.79](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.78...engine-types-v0.0.1-next.79) (2025-06-18)
578
1228
 
579
1229
 
580
1230
  ### Miscellaneous Chores
@@ -588,7 +1238,7 @@
588
1238
  * dependencies
589
1239
  * @twin.org/engine-models bumped from 0.0.1-next.78 to 0.0.1-next.79
590
1240
 
591
- ## [0.0.1-next.78](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.77...engine-types-v0.0.1-next.78) (2025-06-18)
1241
+ ## [0.0.1-next.78](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.77...engine-types-v0.0.1-next.78) (2025-06-18)
592
1242
 
593
1243
 
594
1244
  ### Miscellaneous Chores
@@ -602,7 +1252,7 @@
602
1252
  * dependencies
603
1253
  * @twin.org/engine-models bumped from 0.0.1-next.77 to 0.0.1-next.78
604
1254
 
605
- ## [0.0.1-next.77](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.76...engine-types-v0.0.1-next.77) (2025-06-18)
1255
+ ## [0.0.1-next.77](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.76...engine-types-v0.0.1-next.77) (2025-06-18)
606
1256
 
607
1257
 
608
1258
  ### Miscellaneous Chores
@@ -616,12 +1266,12 @@
616
1266
  * dependencies
617
1267
  * @twin.org/engine-models bumped from 0.0.1-next.76 to 0.0.1-next.77
618
1268
 
619
- ## [0.0.1-next.76](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.75...engine-types-v0.0.1-next.76) (2025-06-12)
1269
+ ## [0.0.1-next.76](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.75...engine-types-v0.0.1-next.76) (2025-06-12)
620
1270
 
621
1271
 
622
1272
  ### Features
623
1273
 
624
- * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
1274
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
625
1275
 
626
1276
 
627
1277
  ### Dependencies
@@ -630,12 +1280,12 @@
630
1280
  * dependencies
631
1281
  * @twin.org/engine-models bumped from 0.0.1-next.75 to 0.0.1-next.76
632
1282
 
633
- ## [0.0.1-next.75](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.74...engine-types-v0.0.1-next.75) (2025-05-29)
1283
+ ## [0.0.1-next.75](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.74...engine-types-v0.0.1-next.75) (2025-05-29)
634
1284
 
635
1285
 
636
1286
  ### Features
637
1287
 
638
- * modifying the engine to run the new services ([#10](https://github.com/twinfoundation/engine/issues/10)) ([6f7141f](https://github.com/twinfoundation/engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
1288
+ * modifying the engine to run the new services ([#10](https://github.com/iotaledger/twin-engine/issues/10)) ([6f7141f](https://github.com/iotaledger/twin-engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
639
1289
 
640
1290
 
641
1291
  ### Dependencies
@@ -644,12 +1294,12 @@
644
1294
  * dependencies
645
1295
  * @twin.org/engine-models bumped from 0.0.1-next.74 to 0.0.1-next.75
646
1296
 
647
- ## [0.0.1-next.74](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.73...engine-types-v0.0.1-next.74) (2025-05-23)
1297
+ ## [0.0.1-next.74](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.73...engine-types-v0.0.1-next.74) (2025-05-23)
648
1298
 
649
1299
 
650
1300
  ### Features
651
1301
 
652
- * add federated catalogue ([1b15dd0](https://github.com/twinfoundation/engine/commit/1b15dd059a11446457651c411a73145fab37f025))
1302
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
653
1303
 
654
1304
 
655
1305
  ### Dependencies
@@ -658,7 +1308,7 @@
658
1308
  * dependencies
659
1309
  * @twin.org/engine-models bumped from 0.0.1-next.73 to 0.0.1-next.74
660
1310
 
661
- ## [0.0.1-next.73](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.72...engine-types-v0.0.1-next.73) (2025-05-22)
1311
+ ## [0.0.1-next.73](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.72...engine-types-v0.0.1-next.73) (2025-05-22)
662
1312
 
663
1313
 
664
1314
  ### Miscellaneous Chores
@@ -672,16 +1322,16 @@
672
1322
  * dependencies
673
1323
  * @twin.org/engine-models bumped from 0.0.1-next.72 to 0.0.1-next.73
674
1324
 
675
- ## [0.0.1-next.72](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.71...engine-types-v0.0.1-next.72) (2025-05-06)
1325
+ ## [0.0.1-next.72](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.71...engine-types-v0.0.1-next.72) (2025-05-06)
676
1326
 
677
1327
 
678
1328
  ### Features
679
1329
 
680
- * add data processing component to doc management component ([2e4920f](https://github.com/twinfoundation/engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
681
- * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
682
- * attestation no longer requires wallet connector ([772caa8](https://github.com/twinfoundation/engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
683
- * iota rebased release ([474d92b](https://github.com/twinfoundation/engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
684
- * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
1330
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
1331
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
1332
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
1333
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
1334
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
685
1335
 
686
1336
 
687
1337
  ### Dependencies
@@ -690,12 +1340,12 @@
690
1340
  * dependencies
691
1341
  * @twin.org/engine-models bumped from 0.0.1-next.71 to 0.0.1-next.72
692
1342
 
693
- ## [0.0.1-next.71](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.70...engine-types-v0.0.1-next.71) (2025-05-06)
1343
+ ## [0.0.1-next.71](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.70...engine-types-v0.0.1-next.71) (2025-05-06)
694
1344
 
695
1345
 
696
1346
  ### Features
697
1347
 
698
- * iota rebased release ([474d92b](https://github.com/twinfoundation/engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
1348
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
699
1349
 
700
1350
 
701
1351
  ### Dependencies
@@ -704,12 +1354,12 @@
704
1354
  * dependencies
705
1355
  * @twin.org/engine-models bumped from 0.0.1-next.70 to 0.0.1-next.71
706
1356
 
707
- ## [0.0.1-next.70](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.69...engine-types-v0.0.1-next.70) (2025-04-28)
1357
+ ## [0.0.1-next.70](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.69...engine-types-v0.0.1-next.70) (2025-04-28)
708
1358
 
709
1359
 
710
1360
  ### Features
711
1361
 
712
- * add data processing component to doc management component ([2e4920f](https://github.com/twinfoundation/engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
1362
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
713
1363
 
714
1364
 
715
1365
  ### Dependencies
@@ -718,7 +1368,7 @@
718
1368
  * dependencies
719
1369
  * @twin.org/engine-models bumped from 0.0.1-next.69 to 0.0.1-next.70
720
1370
 
721
- ## [0.0.1-next.69](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.68...engine-types-v0.0.1-next.69) (2025-04-25)
1371
+ ## [0.0.1-next.69](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.68...engine-types-v0.0.1-next.69) (2025-04-25)
722
1372
 
723
1373
 
724
1374
  ### Miscellaneous Chores
@@ -732,12 +1382,12 @@
732
1382
  * dependencies
733
1383
  * @twin.org/engine-models bumped from 0.0.1-next.68 to 0.0.1-next.69
734
1384
 
735
- ## [0.0.1-next.68](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.67...engine-types-v0.0.1-next.68) (2025-04-17)
1385
+ ## [0.0.1-next.68](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.67...engine-types-v0.0.1-next.68) (2025-04-17)
736
1386
 
737
1387
 
738
1388
  ### Features
739
1389
 
740
- * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
1390
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
741
1391
 
742
1392
 
743
1393
  ### Dependencies
@@ -746,12 +1396,12 @@
746
1396
  * dependencies
747
1397
  * @twin.org/engine-models bumped from 0.0.1-next.67 to 0.0.1-next.68
748
1398
 
749
- ## [0.0.1-next.67](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.1-next.66...engine-types-v0.0.1-next.67) (2025-03-28)
1399
+ ## [0.0.1-next.67](https://github.com/iotaledger/twin-engine/compare/engine-types-v0.0.1-next.66...engine-types-v0.0.1-next.67) (2025-03-28)
750
1400
 
751
1401
 
752
1402
  ### Features
753
1403
 
754
- * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
1404
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
755
1405
 
756
1406
 
757
1407
  ### Dependencies