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

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 +57 -0
  21. package/dist/es/components/dataspaceControlPlane.js.map +1 -0
  22. package/dist/es/components/dataspaceDataPlane.js +62 -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 +783 -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,646 @@
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.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)
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
+ * connect telemetry with ais and document management ([52ca7e1](https://github.com/iotaledger/twin-engine/commit/52ca7e1954e4cd70c2698805ebc48a77e9ed8407))
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.39 to 0.0.3-next.40
16
+ * @twin.org/engine-models bumped from 0.0.3-next.39 to 0.0.3-next.40
17
+
18
+ ## [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)
19
+
20
+
21
+ ### Features
22
+
23
+ * add telemetry to identity construction ([f7def7e](https://github.com/iotaledger/twin-engine/commit/f7def7e8ea32d340f5176a6cef665af2873eca1b))
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.38 to 0.0.3-next.39
31
+ * @twin.org/engine-models bumped from 0.0.3-next.38 to 0.0.3-next.39
32
+
33
+ ## [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)
34
+
35
+
36
+ ### Features
37
+
38
+ * 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))
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.37 to 0.0.3-next.38
46
+ * @twin.org/engine-models bumped from 0.0.3-next.37 to 0.0.3-next.38
47
+
48
+ ## [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)
49
+
50
+
51
+ ### Features
52
+
53
+ * typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
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.36 to 0.0.3-next.37
61
+ * @twin.org/engine-models bumped from 0.0.3-next.36 to 0.0.3-next.37
62
+
63
+ ## [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)
64
+
65
+
66
+ ### Features
67
+
68
+ * 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))
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.35 to 0.0.3-next.36
76
+ * @twin.org/engine-models bumped from 0.0.3-next.35 to 0.0.3-next.36
77
+
78
+ ## [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)
79
+
80
+
81
+ ### Miscellaneous Chores
82
+
83
+ * **engine-types:** Synchronize repo versions
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.34 to 0.0.3-next.35
91
+ * @twin.org/engine-models bumped from 0.0.3-next.34 to 0.0.3-next.35
92
+
93
+ ## [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)
94
+
95
+
96
+ ### Features
97
+
98
+ * add health and url transformer components ([#111](https://github.com/iotaledger/twin-engine/issues/111)) ([5f00d4d](https://github.com/iotaledger/twin-engine/commit/5f00d4db9a2fc35c5595abb59527aeaaa2e6066d))
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.33 to 0.0.3-next.34
106
+ * @twin.org/engine-models bumped from 0.0.3-next.33 to 0.0.3-next.34
107
+
108
+ ## [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)
109
+
110
+
111
+ ### Miscellaneous Chores
112
+
113
+ * **engine-types:** Synchronize repo versions
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.32 to 0.0.3-next.33
121
+ * @twin.org/engine-models bumped from 0.0.3-next.32 to 0.0.3-next.33
122
+
123
+ ## [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)
124
+
125
+
126
+ ### Features
127
+
128
+ * add automation components ([671dc5b](https://github.com/iotaledger/twin-engine/commit/671dc5b8687b9f76b7d7fdd7c833be1ae3c93992))
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.31 to 0.0.3-next.32
136
+ * @twin.org/engine-models bumped from 0.0.3-next.31 to 0.0.3-next.32
137
+
138
+ ## [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)
139
+
140
+
141
+ ### Bug Fixes
142
+
143
+ * 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))
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.30 to 0.0.3-next.31
151
+ * @twin.org/engine-models bumped from 0.0.3-next.30 to 0.0.3-next.31
152
+
153
+ ## [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)
154
+
155
+
156
+ ### Features
157
+
158
+ * add notarization ([#98](https://github.com/iotaledger/twin-engine/issues/98)) ([f560e2a](https://github.com/iotaledger/twin-engine/commit/f560e2a12a5fba01c95e47518ebdc4220801f8b8))
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.29 to 0.0.3-next.30
166
+ * @twin.org/engine-models bumped from 0.0.3-next.29 to 0.0.3-next.30
167
+
168
+ ## [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)
169
+
170
+
171
+ ### Miscellaneous Chores
172
+
173
+ * **engine-types:** Synchronize repo versions
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.28 to 0.0.3-next.29
181
+ * @twin.org/engine-models bumped from 0.0.3-next.28 to 0.0.3-next.29
182
+
183
+ ## [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)
184
+
185
+
186
+ ### Features
187
+
188
+ * use tenant admin service instead of custom tenant tracking ([72553d2](https://github.com/iotaledger/twin-engine/commit/72553d2c3e3b46fec77d3049bd0271bfec69ffc6))
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.27 to 0.0.3-next.28
196
+ * @twin.org/engine-models bumped from 0.0.3-next.27 to 0.0.3-next.28
197
+
198
+ ## [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)
199
+
200
+
201
+ ### Features
202
+
203
+ * update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
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.26 to 0.0.3-next.27
211
+ * @twin.org/engine-models bumped from 0.0.3-next.26 to 0.0.3-next.27
212
+
213
+ ## [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)
214
+
215
+
216
+ ### Bug Fixes
217
+
218
+ * 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))
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.25 to 0.0.3-next.26
226
+ * @twin.org/engine-models bumped from 0.0.3-next.25 to 0.0.3-next.26
227
+
228
+ ## [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)
229
+
230
+
231
+ ### Features
232
+
233
+ * 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))
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.24 to 0.0.3-next.25
241
+ * @twin.org/engine-models bumped from 0.0.3-next.24 to 0.0.3-next.25
242
+
243
+ ## [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)
244
+
245
+
246
+ ### Miscellaneous Chores
247
+
248
+ * **engine-types:** Synchronize repo versions
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.23 to 0.0.3-next.24
256
+ * @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
257
+
258
+ ## [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)
259
+
260
+
261
+ ### Features
262
+
263
+ * add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
264
+ * add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
265
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
266
+ * add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
267
+ * add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
268
+ * add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
269
+ * add entity storage to task scheduler ([da4dc0f](https://github.com/iotaledger/twin-engine/commit/da4dc0f26ee4d506d35cd267144c8300a8b52f90))
270
+ * add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
271
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
272
+ * add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
273
+ * add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
274
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
275
+ * add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
276
+ * add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
277
+ * add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
278
+ * add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
279
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
280
+ * add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
281
+ * add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
282
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
283
+ * close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
284
+ * context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
285
+ * eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
286
+ * improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
287
+ * inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
288
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
289
+ * 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))
290
+ * multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
291
+ * override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
292
+ * regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
293
+ * remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
294
+ * remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
295
+ * remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
296
+ * simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
297
+ * standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
298
+ * switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
299
+ * update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
300
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
301
+ * update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
302
+ * update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
303
+ * update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
304
+ * update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
305
+ * upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
306
+ * use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
307
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
308
+
309
+
310
+ ### Bug Fixes
311
+
312
+ * make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
313
+ * missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
314
+
315
+
316
+ ### Dependencies
317
+
318
+ * The following workspace dependencies were updated
319
+ * dependencies
320
+ * @twin.org/engine-core bumped from 0.0.3-next.22 to 0.0.3-next.23
321
+ * @twin.org/engine-models bumped from 0.0.3-next.22 to 0.0.3-next.23
322
+
323
+ ## [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)
324
+
325
+
326
+ ### Miscellaneous Chores
327
+
328
+ * **engine-types:** Synchronize repo versions
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.21 to 0.0.3-next.22
336
+ * @twin.org/engine-models bumped from 0.0.3-next.21 to 0.0.3-next.22
337
+
338
+ ## [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)
339
+
340
+
341
+ ### Features
342
+
343
+ * multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
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.20 to 0.0.3-next.21
351
+ * @twin.org/engine-models bumped from 0.0.3-next.20 to 0.0.3-next.21
352
+
353
+ ## [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)
354
+
355
+
356
+ ### Miscellaneous Chores
357
+
358
+ * **engine-types:** Synchronize repo versions
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.19 to 0.0.3-next.20
366
+ * @twin.org/engine-models bumped from 0.0.3-next.19 to 0.0.3-next.20
367
+
368
+ ## [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)
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.18 to 0.0.3-next.19
381
+ * @twin.org/engine-models bumped from 0.0.3-next.18 to 0.0.3-next.19
382
+
383
+ ## [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)
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.17 to 0.0.3-next.18
396
+ * @twin.org/engine-models bumped from 0.0.3-next.17 to 0.0.3-next.18
397
+
398
+ ## [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)
399
+
400
+
401
+ ### Features
402
+
403
+ * update rights management components ([#74](https://github.com/iotaledger/twin-engine/issues/74)) ([be94ba8](https://github.com/iotaledger/twin-engine/commit/be94ba837999c586266a7c73228689566ec9876b))
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.16 to 0.0.3-next.17
411
+ * @twin.org/engine-models bumped from 0.0.3-next.16 to 0.0.3-next.17
412
+
413
+ ## [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)
414
+
415
+
416
+ ### Features
417
+
418
+ * remove dap and darp ([d568c4f](https://github.com/iotaledger/twin-engine/commit/d568c4fc58a3159378e1d65f93228ae84f34a31d))
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.15 to 0.0.3-next.16
426
+ * @twin.org/engine-models bumped from 0.0.3-next.15 to 0.0.3-next.16
427
+
428
+ ## [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)
429
+
430
+
431
+ ### Features
432
+
433
+ * add hosting component ([#70](https://github.com/iotaledger/twin-engine/issues/70)) ([2ab0dec](https://github.com/iotaledger/twin-engine/commit/2ab0dec8fdb979395c639b73f394a40a0dd7e55a))
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.14 to 0.0.3-next.15
441
+ * @twin.org/engine-models bumped from 0.0.3-next.14 to 0.0.3-next.15
442
+
443
+ ## [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)
444
+
445
+
446
+ ### Features
447
+
448
+ * add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
449
+ * add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
450
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
451
+ * add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
452
+ * add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
453
+ * add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
454
+ * add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
455
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
456
+ * add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
457
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
458
+ * add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
459
+ * add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
460
+ * add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
461
+ * add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
462
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
463
+ * add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
464
+ * add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
465
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
466
+ * close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
467
+ * context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
468
+ * eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
469
+ * improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
470
+ * inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
471
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
472
+ * 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))
473
+ * override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
474
+ * regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
475
+ * remove additional identity auth components ([409b2e6](https://github.com/iotaledger/twin-engine/commit/409b2e6a5a543d0795b01916349b39922afb6d88))
476
+ * remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
477
+ * simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
478
+ * standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
479
+ * switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
480
+ * update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
481
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
482
+ * update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
483
+ * update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
484
+ * update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
485
+ * upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
486
+ * use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
487
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
488
+
489
+
490
+ ### Bug Fixes
491
+
492
+ * make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
493
+ * missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
494
+
495
+
496
+ ### Dependencies
497
+
498
+ * The following workspace dependencies were updated
499
+ * dependencies
500
+ * @twin.org/engine-core bumped from 0.0.3-next.13 to 0.0.3-next.14
501
+ * @twin.org/engine-models bumped from 0.0.3-next.13 to 0.0.3-next.14
502
+
503
+ ## [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)
504
+
505
+
506
+ ### Features
507
+
508
+ * remove authentication generator components ([#67](https://github.com/iotaledger/twin-engine/issues/67)) ([62f7984](https://github.com/iotaledger/twin-engine/commit/62f798468f567fdbf648401aa0dc51cda871c913))
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.12 to 0.0.3-next.13
516
+ * @twin.org/engine-models bumped from 0.0.3-next.12 to 0.0.3-next.13
517
+
518
+ ## [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)
519
+
520
+
521
+ ### Features
522
+
523
+ * improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
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.11 to 0.0.3-next.12
531
+ * @twin.org/engine-models bumped from 0.0.3-next.11 to 0.0.3-next.12
532
+
533
+ ## [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)
534
+
535
+
536
+ ### Miscellaneous Chores
537
+
538
+ * **engine-types:** Synchronize repo versions
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.10 to 0.0.3-next.11
546
+ * @twin.org/engine-models bumped from 0.0.3-next.10 to 0.0.3-next.11
547
+
548
+ ## [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)
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.9 to 0.0.3-next.10
561
+ * @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
562
+
563
+ ## [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)
564
+
565
+
566
+ ### Features
567
+
568
+ * inject logging into immutable proof ([#60](https://github.com/iotaledger/twin-engine/issues/60)) ([8d0bc86](https://github.com/iotaledger/twin-engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
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.8 to 0.0.3-next.9
576
+ * @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
577
+
578
+ ## [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)
579
+
580
+
581
+ ### Features
582
+
583
+ * update dependencies ([034adac](https://github.com/iotaledger/twin-engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
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.7 to 0.0.3-next.8
591
+ * @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
592
+
593
+ ## [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)
594
+
595
+
596
+ ### Features
597
+
598
+ * add trust and rights management plugins ([eea0807](https://github.com/iotaledger/twin-engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
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.6 to 0.0.3-next.7
606
+ * @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
607
+
608
+ ## [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)
609
+
610
+
611
+ ### Features
612
+
613
+ * add fed cat filters ([a52cbf1](https://github.com/iotaledger/twin-engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
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.5 to 0.0.3-next.6
621
+ * @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
622
+
623
+ ## [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)
624
+
625
+
626
+ ### Miscellaneous Chores
627
+
628
+ * **engine-types:** Synchronize repo versions
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.4 to 0.0.3-next.5
636
+ * @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
637
+
638
+ ## [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)
639
+
640
+
641
+ ### Features
642
+
643
+ * context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
9
644
 
10
645
 
11
646
  ### Dependencies
@@ -15,12 +650,12 @@
15
650
  * @twin.org/engine-core bumped from 0.0.3-next.3 to 0.0.3-next.4
16
651
  * @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
17
652
 
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)
653
+ ## [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
654
 
20
655
 
21
656
  ### Bug Fixes
22
657
 
23
- * make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/twinfoundation/engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
658
+ * make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
24
659
 
25
660
 
26
661
  ### Dependencies
@@ -30,17 +665,17 @@
30
665
  * @twin.org/engine-core bumped from 0.0.3-next.2 to 0.0.3-next.3
31
666
  * @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
32
667
 
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)
668
+ ## [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
669
 
35
670
 
36
671
  ### Features
37
672
 
38
- * close already started components on startup error ([a55a117](https://github.com/twinfoundation/engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
673
+ * close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
39
674
 
40
675
 
41
676
  ### Bug Fixes
42
677
 
43
- * missing dependency ([e8147fb](https://github.com/twinfoundation/engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
678
+ * missing dependency ([e8147fb](https://github.com/iotaledger/twin-engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
44
679
 
45
680
 
46
681
  ### Dependencies
@@ -50,42 +685,42 @@
50
685
  * @twin.org/engine-core bumped from 0.0.3-next.1 to 0.0.3-next.2
51
686
  * @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
52
687
 
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)
688
+ ## [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
689
 
55
690
 
56
691
  ### Features
57
692
 
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))
693
+ * add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
694
+ * add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
695
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
696
+ * add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
697
+ * add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
698
+ * add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
699
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
700
+ * add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
701
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
702
+ * add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
703
+ * add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
704
+ * add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
705
+ * add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
706
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
707
+ * add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
708
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
709
+ * eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
710
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
711
+ * 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))
712
+ * override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
713
+ * regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
714
+ * simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
715
+ * standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
716
+ * switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
717
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
718
+ * update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
719
+ * update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
720
+ * update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
721
+ * upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
722
+ * use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
723
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
89
724
 
90
725
 
91
726
  ### Dependencies
@@ -95,7 +730,7 @@
95
730
  * @twin.org/engine-core bumped from 0.0.3-next.0 to 0.0.3-next.1
96
731
  * @twin.org/engine-models bumped from 0.0.3-next.0 to 0.0.3-next.1
97
732
 
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)
733
+ ## [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
734
 
100
735
 
101
736
  ### Miscellaneous Chores
@@ -110,12 +745,12 @@
110
745
  * @twin.org/engine-core bumped from 0.0.2-next.25 to 0.0.2-next.26
111
746
  * @twin.org/engine-models bumped from 0.0.2-next.25 to 0.0.2-next.26
112
747
 
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)
748
+ ## [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
749
 
115
750
 
116
751
  ### Features
117
752
 
118
- * add validate-locales ([b92ea09](https://github.com/twinfoundation/engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
753
+ * add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
119
754
 
120
755
 
121
756
  ### Dependencies
@@ -125,7 +760,7 @@
125
760
  * @twin.org/engine-core bumped from 0.0.2-next.24 to 0.0.2-next.25
126
761
  * @twin.org/engine-models bumped from 0.0.2-next.24 to 0.0.2-next.25
127
762
 
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)
763
+ ## [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
764
 
130
765
 
131
766
  ### Miscellaneous Chores
@@ -140,12 +775,12 @@
140
775
  * @twin.org/engine-core bumped from 0.0.2-next.23 to 0.0.2-next.24
141
776
  * @twin.org/engine-models bumped from 0.0.2-next.23 to 0.0.2-next.24
142
777
 
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)
778
+ ## [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
779
 
145
780
 
146
781
  ### Features
147
782
 
148
- * override type initialisers with new registrations ([5b4ff56](https://github.com/twinfoundation/engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
783
+ * override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
149
784
 
150
785
 
151
786
  ### Dependencies
@@ -155,12 +790,12 @@
155
790
  * @twin.org/engine-core bumped from 0.0.2-next.22 to 0.0.2-next.23
156
791
  * @twin.org/engine-models bumped from 0.0.2-next.22 to 0.0.2-next.23
157
792
 
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)
793
+ ## [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
794
 
160
795
 
161
796
  ### Features
162
797
 
163
- * regular dependencies ([c95095f](https://github.com/twinfoundation/engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
798
+ * regular dependencies ([c95095f](https://github.com/iotaledger/twin-engine/commit/c95095f6644dc55665108e6749caa2a4187020b8))
164
799
 
165
800
 
166
801
  ### Dependencies
@@ -170,12 +805,12 @@
170
805
  * @twin.org/engine-core bumped from 0.0.2-next.21 to 0.0.2-next.22
171
806
  * @twin.org/engine-models bumped from 0.0.2-next.21 to 0.0.2-next.22
172
807
 
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)
808
+ ## [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
809
 
175
810
 
176
811
  ### Features
177
812
 
178
- * use peer dependencies ([69dd744](https://github.com/twinfoundation/engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
813
+ * use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
179
814
 
180
815
 
181
816
  ### Dependencies
@@ -185,12 +820,12 @@
185
820
  * @twin.org/engine-core bumped from 0.0.2-next.20 to 0.0.2-next.21
186
821
  * @twin.org/engine-models bumped from 0.0.2-next.20 to 0.0.2-next.21
187
822
 
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)
823
+ ## [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
824
 
190
825
 
191
826
  ### Features
192
827
 
193
- * standardised engine logging naming ([0dbf857](https://github.com/twinfoundation/engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
828
+ * standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
194
829
 
195
830
 
196
831
  ### Dependencies
@@ -200,12 +835,12 @@
200
835
  * @twin.org/engine-core bumped from 0.0.2-next.19 to 0.0.2-next.20
201
836
  * @twin.org/engine-models bumped from 0.0.2-next.19 to 0.0.2-next.20
202
837
 
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)
838
+ ## [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
839
 
205
840
 
206
841
  ### Features
207
842
 
208
- * simplify config building ([732c871](https://github.com/twinfoundation/engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
843
+ * simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
209
844
 
210
845
 
211
846
  ### Dependencies
@@ -215,12 +850,12 @@
215
850
  * @twin.org/engine-core bumped from 0.0.2-next.18 to 0.0.2-next.19
216
851
  * @twin.org/engine-models bumped from 0.0.2-next.18 to 0.0.2-next.19
217
852
 
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)
853
+ ## [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
854
 
220
855
 
221
856
  ### Features
222
857
 
223
- * upgrade framework components ([efd52e8](https://github.com/twinfoundation/engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
858
+ * upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
224
859
 
225
860
 
226
861
  ### Dependencies
@@ -230,12 +865,12 @@
230
865
  * @twin.org/engine-core bumped from 0.0.2-next.17 to 0.0.2-next.18
231
866
  * @twin.org/engine-models bumped from 0.0.2-next.17 to 0.0.2-next.18
232
867
 
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)
868
+ ## [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
869
 
235
870
 
236
871
  ### Features
237
872
 
238
- * add engine type helper for config lookups ([a20a398](https://github.com/twinfoundation/engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
873
+ * add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
239
874
 
240
875
 
241
876
  ### Dependencies
@@ -245,12 +880,12 @@
245
880
  * @twin.org/engine-core bumped from 0.0.2-next.16 to 0.0.2-next.17
246
881
  * @twin.org/engine-models bumped from 0.0.2-next.16 to 0.0.2-next.17
247
882
 
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)
883
+ ## [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
884
 
250
885
 
251
886
  ### Features
252
887
 
253
- * add engine type helper for config lookups ([7d5eeef](https://github.com/twinfoundation/engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
888
+ * add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
254
889
 
255
890
 
256
891
  ### Dependencies
@@ -260,12 +895,12 @@
260
895
  * @twin.org/engine-core bumped from 0.0.2-next.15 to 0.0.2-next.16
261
896
  * @twin.org/engine-models bumped from 0.0.2-next.15 to 0.0.2-next.16
262
897
 
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)
898
+ ## [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
899
 
265
900
 
266
901
  ### Features
267
902
 
268
- * update rights management and add authentication generators ([f728a1e](https://github.com/twinfoundation/engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
903
+ * update rights management and add authentication generators ([f728a1e](https://github.com/iotaledger/twin-engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
269
904
 
270
905
 
271
906
  ### Dependencies
@@ -275,12 +910,12 @@
275
910
  * @twin.org/engine-core bumped from 0.0.2-next.14 to 0.0.2-next.15
276
911
  * @twin.org/engine-models bumped from 0.0.2-next.14 to 0.0.2-next.15
277
912
 
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)
913
+ ## [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
914
 
280
915
 
281
916
  ### Features
282
917
 
283
- * add latest rights management components ([2d305c8](https://github.com/twinfoundation/engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
918
+ * add latest rights management components ([2d305c8](https://github.com/iotaledger/twin-engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
284
919
 
285
920
 
286
921
  ### Dependencies
@@ -290,12 +925,12 @@
290
925
  * @twin.org/engine-core bumped from 0.0.2-next.13 to 0.0.2-next.14
291
926
  * @twin.org/engine-models bumped from 0.0.2-next.13 to 0.0.2-next.14
292
927
 
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)
928
+ ## [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
929
 
295
930
 
296
931
  ### Features
297
932
 
298
- * update rights management dependencies ([14d06fb](https://github.com/twinfoundation/engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
933
+ * update rights management dependencies ([14d06fb](https://github.com/iotaledger/twin-engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
299
934
 
300
935
 
301
936
  ### Dependencies
@@ -305,12 +940,12 @@
305
940
  * @twin.org/engine-core bumped from 0.0.2-next.12 to 0.0.2-next.13
306
941
  * @twin.org/engine-models bumped from 0.0.2-next.12 to 0.0.2-next.13
307
942
 
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)
943
+ ## [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
944
 
310
945
 
311
946
  ### Features
312
947
 
313
- * add rights management negotiation ([84ef46b](https://github.com/twinfoundation/engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
948
+ * add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
314
949
 
315
950
 
316
951
  ### Dependencies
@@ -320,12 +955,12 @@
320
955
  * @twin.org/engine-core bumped from 0.0.2-next.11 to 0.0.2-next.12
321
956
  * @twin.org/engine-models bumped from 0.0.2-next.11 to 0.0.2-next.12
322
957
 
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)
958
+ ## [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
959
 
325
960
 
326
961
  ### Features
327
962
 
328
- * eslint migration to flat config ([6b978da](https://github.com/twinfoundation/engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
963
+ * eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
329
964
 
330
965
 
331
966
  ### Dependencies
@@ -334,12 +969,12 @@
334
969
  * dependencies
335
970
  * @twin.org/engine-models bumped from 0.0.2-next.10 to 0.0.2-next.11
336
971
 
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)
972
+ ## [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
973
 
339
974
 
340
975
  ### Features
341
976
 
342
- * add data space connector ([a824d99](https://github.com/twinfoundation/engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
977
+ * add data space connector ([a824d99](https://github.com/iotaledger/twin-engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
343
978
 
344
979
 
345
980
  ### Dependencies
@@ -348,7 +983,7 @@
348
983
  * dependencies
349
984
  * @twin.org/engine-models bumped from 0.0.2-next.9 to 0.0.2-next.10
350
985
 
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)
986
+ ## [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
987
 
353
988
 
354
989
  ### Miscellaneous Chores
@@ -362,12 +997,12 @@
362
997
  * dependencies
363
998
  * @twin.org/engine-models bumped from 0.0.2-next.8 to 0.0.2-next.9
364
999
 
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)
1000
+ ## [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
1001
 
367
1002
 
368
1003
  ### Features
369
1004
 
370
- * add rights management modules ([e02cadc](https://github.com/twinfoundation/engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
1005
+ * add rights management modules ([e02cadc](https://github.com/iotaledger/twin-engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
371
1006
 
372
1007
 
373
1008
  ### Dependencies
@@ -376,7 +1011,7 @@
376
1011
  * dependencies
377
1012
  * @twin.org/engine-models bumped from 0.0.2-next.7 to 0.0.2-next.8
378
1013
 
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)
1014
+ ## [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
1015
 
381
1016
 
382
1017
  ### Miscellaneous Chores
@@ -390,12 +1025,12 @@
390
1025
  * dependencies
391
1026
  * @twin.org/engine-models bumped from 0.0.2-next.6 to 0.0.2-next.7
392
1027
 
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)
1028
+ ## [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
1029
 
395
1030
 
396
1031
  ### Features
397
1032
 
398
- * update framework core ([acc0f8d](https://github.com/twinfoundation/engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
1033
+ * update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
399
1034
 
400
1035
 
401
1036
  ### Dependencies
@@ -404,12 +1039,12 @@
404
1039
  * dependencies
405
1040
  * @twin.org/engine-models bumped from 0.0.2-next.5 to 0.0.2-next.6
406
1041
 
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)
1042
+ ## [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
1043
 
409
1044
 
410
1045
  ### Features
411
1046
 
412
- * add synchronised storage support ([5142e34](https://github.com/twinfoundation/engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
1047
+ * add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
413
1048
 
414
1049
 
415
1050
  ### Dependencies
@@ -418,7 +1053,7 @@
418
1053
  * dependencies
419
1054
  * @twin.org/engine-models bumped from 0.0.2-next.4 to 0.0.2-next.5
420
1055
 
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)
1056
+ ## [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
1057
 
423
1058
 
424
1059
  ### Miscellaneous Chores
@@ -432,7 +1067,7 @@
432
1067
  * dependencies
433
1068
  * @twin.org/engine-models bumped from 0.0.2-next.3 to 0.0.2-next.4
434
1069
 
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)
1070
+ ## [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
1071
 
437
1072
 
438
1073
  ### Miscellaneous Chores
@@ -446,12 +1081,12 @@
446
1081
  * dependencies
447
1082
  * @twin.org/engine-models bumped from 0.0.2-next.2 to 0.0.2-next.3
448
1083
 
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)
1084
+ ## [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
1085
 
451
1086
 
452
1087
  ### Features
453
1088
 
454
- * add rest clients as components ([c6f956a](https://github.com/twinfoundation/engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
1089
+ * add rest clients as components ([c6f956a](https://github.com/iotaledger/twin-engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
455
1090
 
456
1091
 
457
1092
  ### Dependencies
@@ -460,22 +1095,22 @@
460
1095
  * dependencies
461
1096
  * @twin.org/engine-models bumped from 0.0.2-next.1 to 0.0.2-next.2
462
1097
 
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)
1098
+ ## [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
1099
 
465
1100
 
466
1101
  ### Features
467
1102
 
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))
1103
+ * add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
1104
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
1105
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
1106
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
1107
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
1108
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
1109
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
1110
+ * 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))
1111
+ * switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
1112
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
1113
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
479
1114
 
480
1115
 
481
1116
  ### Dependencies
@@ -489,18 +1124,18 @@
489
1124
 
490
1125
  ### Features
491
1126
 
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))
1127
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
1128
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
1129
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
1130
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
1131
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
1132
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
1133
+ * 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))
1134
+ * release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
1135
+ * release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
1136
+ * switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
1137
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
1138
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
504
1139
 
505
1140
 
506
1141
  ### Dependencies
@@ -509,7 +1144,7 @@
509
1144
  * dependencies
510
1145
  * @twin.org/engine-models bumped from 0.0.1-next.84 to 0.0.1
511
1146
 
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)
1147
+ ## [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
1148
 
514
1149
 
515
1150
  ### Miscellaneous Chores
@@ -523,21 +1158,21 @@
523
1158
  * dependencies
524
1159
  * @twin.org/engine-models bumped from 0.0.1-next.83 to 0.0.1-next.84
525
1160
 
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)
1161
+ ## [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
1162
 
528
1163
 
529
1164
  ### Features
530
1165
 
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))
1166
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
1167
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
1168
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
1169
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
1170
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
1171
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
1172
+ * 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))
1173
+ * switch to devDeps ([32832ac](https://github.com/iotaledger/twin-engine/commit/32832acd934e1e5569474281a527c9b118d30732))
1174
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
1175
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
541
1176
 
542
1177
 
543
1178
  ### Dependencies
@@ -546,7 +1181,7 @@
546
1181
  * dependencies
547
1182
  * @twin.org/engine-models bumped from 0.0.1-next.81 to 0.0.1-next.83
548
1183
 
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)
1184
+ ## [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
1185
 
551
1186
 
552
1187
  ### Miscellaneous Chores
@@ -560,12 +1195,12 @@
560
1195
  * dependencies
561
1196
  * @twin.org/engine-models bumped from 0.0.1-next.80 to 0.0.1-next.81
562
1197
 
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)
1198
+ ## [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
1199
 
565
1200
 
566
1201
  ### Features
567
1202
 
568
- * add task scheduler ([0951107](https://github.com/twinfoundation/engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
1203
+ * add task scheduler ([0951107](https://github.com/iotaledger/twin-engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
569
1204
 
570
1205
 
571
1206
  ### Dependencies
@@ -574,7 +1209,7 @@
574
1209
  * dependencies
575
1210
  * @twin.org/engine-models bumped from 0.0.1-next.79 to 0.0.1-next.80
576
1211
 
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)
1212
+ ## [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
1213
 
579
1214
 
580
1215
  ### Miscellaneous Chores
@@ -588,7 +1223,7 @@
588
1223
  * dependencies
589
1224
  * @twin.org/engine-models bumped from 0.0.1-next.78 to 0.0.1-next.79
590
1225
 
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)
1226
+ ## [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
1227
 
593
1228
 
594
1229
  ### Miscellaneous Chores
@@ -602,7 +1237,7 @@
602
1237
  * dependencies
603
1238
  * @twin.org/engine-models bumped from 0.0.1-next.77 to 0.0.1-next.78
604
1239
 
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)
1240
+ ## [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
1241
 
607
1242
 
608
1243
  ### Miscellaneous Chores
@@ -616,12 +1251,12 @@
616
1251
  * dependencies
617
1252
  * @twin.org/engine-models bumped from 0.0.1-next.76 to 0.0.1-next.77
618
1253
 
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)
1254
+ ## [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
1255
 
621
1256
 
622
1257
  ### Features
623
1258
 
624
- * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
1259
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
625
1260
 
626
1261
 
627
1262
  ### Dependencies
@@ -630,12 +1265,12 @@
630
1265
  * dependencies
631
1266
  * @twin.org/engine-models bumped from 0.0.1-next.75 to 0.0.1-next.76
632
1267
 
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)
1268
+ ## [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
1269
 
635
1270
 
636
1271
  ### Features
637
1272
 
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))
1273
+ * 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
1274
 
640
1275
 
641
1276
  ### Dependencies
@@ -644,12 +1279,12 @@
644
1279
  * dependencies
645
1280
  * @twin.org/engine-models bumped from 0.0.1-next.74 to 0.0.1-next.75
646
1281
 
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)
1282
+ ## [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
1283
 
649
1284
 
650
1285
  ### Features
651
1286
 
652
- * add federated catalogue ([1b15dd0](https://github.com/twinfoundation/engine/commit/1b15dd059a11446457651c411a73145fab37f025))
1287
+ * add federated catalogue ([1b15dd0](https://github.com/iotaledger/twin-engine/commit/1b15dd059a11446457651c411a73145fab37f025))
653
1288
 
654
1289
 
655
1290
  ### Dependencies
@@ -658,7 +1293,7 @@
658
1293
  * dependencies
659
1294
  * @twin.org/engine-models bumped from 0.0.1-next.73 to 0.0.1-next.74
660
1295
 
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)
1296
+ ## [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
1297
 
663
1298
 
664
1299
  ### Miscellaneous Chores
@@ -672,16 +1307,16 @@
672
1307
  * dependencies
673
1308
  * @twin.org/engine-models bumped from 0.0.1-next.72 to 0.0.1-next.73
674
1309
 
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)
1310
+ ## [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
1311
 
677
1312
 
678
1313
  ### Features
679
1314
 
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))
1315
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
1316
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
1317
+ * attestation no longer requires wallet connector ([772caa8](https://github.com/iotaledger/twin-engine/commit/772caa87c09691a746550f490291cdcf284b0e0e))
1318
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
1319
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
685
1320
 
686
1321
 
687
1322
  ### Dependencies
@@ -690,12 +1325,12 @@
690
1325
  * dependencies
691
1326
  * @twin.org/engine-models bumped from 0.0.1-next.71 to 0.0.1-next.72
692
1327
 
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)
1328
+ ## [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
1329
 
695
1330
 
696
1331
  ### Features
697
1332
 
698
- * iota rebased release ([474d92b](https://github.com/twinfoundation/engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
1333
+ * iota rebased release ([474d92b](https://github.com/iotaledger/twin-engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
699
1334
 
700
1335
 
701
1336
  ### Dependencies
@@ -704,12 +1339,12 @@
704
1339
  * dependencies
705
1340
  * @twin.org/engine-models bumped from 0.0.1-next.70 to 0.0.1-next.71
706
1341
 
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)
1342
+ ## [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
1343
 
709
1344
 
710
1345
  ### Features
711
1346
 
712
- * add data processing component to doc management component ([2e4920f](https://github.com/twinfoundation/engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
1347
+ * add data processing component to doc management component ([2e4920f](https://github.com/iotaledger/twin-engine/commit/2e4920fb0626060dd6c570bc2bc7357fa8605ff0))
713
1348
 
714
1349
 
715
1350
  ### Dependencies
@@ -718,7 +1353,7 @@
718
1353
  * dependencies
719
1354
  * @twin.org/engine-models bumped from 0.0.1-next.69 to 0.0.1-next.70
720
1355
 
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)
1356
+ ## [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
1357
 
723
1358
 
724
1359
  ### Miscellaneous Chores
@@ -732,12 +1367,12 @@
732
1367
  * dependencies
733
1368
  * @twin.org/engine-models bumped from 0.0.1-next.68 to 0.0.1-next.69
734
1369
 
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)
1370
+ ## [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
1371
 
737
1372
 
738
1373
  ### Features
739
1374
 
740
- * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
1375
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
741
1376
 
742
1377
 
743
1378
  ### Dependencies
@@ -746,12 +1381,12 @@
746
1381
  * dependencies
747
1382
  * @twin.org/engine-models bumped from 0.0.1-next.67 to 0.0.1-next.68
748
1383
 
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)
1384
+ ## [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
1385
 
751
1386
 
752
1387
  ### Features
753
1388
 
754
- * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
1389
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
755
1390
 
756
1391
 
757
1392
  ### Dependencies