@twin.org/engine-types 0.0.3-next.1 → 0.0.3-next.10

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 (229) hide show
  1. package/dist/es/components/backgroundTask.js +9 -11
  2. package/dist/es/components/backgroundTask.js.map +1 -1
  3. package/dist/es/components/contextIdHandler.js +31 -0
  4. package/dist/es/components/contextIdHandler.js.map +1 -0
  5. package/dist/es/components/dataSpaceConnector.js +1 -2
  6. package/dist/es/components/dataSpaceConnector.js.map +1 -1
  7. package/dist/es/components/entityStorage.js +2 -1
  8. package/dist/es/components/entityStorage.js.map +1 -1
  9. package/dist/es/components/federatedCatalogue.js +1 -5
  10. package/dist/es/components/federatedCatalogue.js.map +1 -1
  11. package/dist/es/components/federatedCatalogueFilter.js +31 -0
  12. package/dist/es/components/federatedCatalogueFilter.js.map +1 -0
  13. package/dist/es/components/immutableProof.js +2 -1
  14. package/dist/es/components/immutableProof.js.map +1 -1
  15. package/dist/es/components/rightsManagementDap.js +2 -4
  16. package/dist/es/components/rightsManagementDap.js.map +1 -1
  17. package/dist/es/components/rightsManagementDarp.js +1 -0
  18. package/dist/es/components/rightsManagementDarp.js.map +1 -1
  19. package/dist/es/components/rightsManagementDataAccessHandler.js +27 -0
  20. package/dist/es/components/rightsManagementDataAccessHandler.js.map +1 -0
  21. package/dist/es/components/rightsManagementPdp.js +2 -16
  22. package/dist/es/components/rightsManagementPdp.js.map +1 -1
  23. package/dist/es/components/rightsManagementPep.js +2 -16
  24. package/dist/es/components/rightsManagementPep.js.map +1 -1
  25. package/dist/es/components/rightsManagementPip.js +2 -16
  26. package/dist/es/components/rightsManagementPip.js.map +1 -1
  27. package/dist/es/components/rightsManagementPnp.js +3 -23
  28. package/dist/es/components/rightsManagementPnp.js.map +1 -1
  29. package/dist/es/components/rightsManagementPolicyArbiter.js +27 -0
  30. package/dist/es/components/rightsManagementPolicyArbiter.js.map +1 -0
  31. package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js +27 -0
  32. package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js.map +1 -0
  33. package/dist/es/components/rightsManagementPolicyExecutionAction.js +27 -0
  34. package/dist/es/components/rightsManagementPolicyExecutionAction.js.map +1 -0
  35. package/dist/es/components/rightsManagementPolicyInformationSource.js +35 -0
  36. package/dist/es/components/rightsManagementPolicyInformationSource.js.map +1 -0
  37. package/dist/es/components/rightsManagementPolicyNegotiator.js +27 -0
  38. package/dist/es/components/rightsManagementPolicyNegotiator.js.map +1 -0
  39. package/dist/es/components/rightsManagementPolicyRequester.js +27 -0
  40. package/dist/es/components/rightsManagementPolicyRequester.js.map +1 -0
  41. package/dist/es/components/rightsManagementPxp.js +2 -16
  42. package/dist/es/components/rightsManagementPxp.js.map +1 -1
  43. package/dist/es/components/synchronisedStorage.js +1 -1
  44. package/dist/es/components/synchronisedStorage.js.map +1 -1
  45. package/dist/es/components/trust.js +29 -0
  46. package/dist/es/components/trust.js.map +1 -0
  47. package/dist/es/components/trustGenerator.js +28 -0
  48. package/dist/es/components/trustGenerator.js.map +1 -0
  49. package/dist/es/components/trustVerifier.js +28 -0
  50. package/dist/es/components/trustVerifier.js.map +1 -0
  51. package/dist/es/index.js +38 -2
  52. package/dist/es/index.js.map +1 -1
  53. package/dist/es/models/IEngineConfig.js.map +1 -1
  54. package/dist/es/models/config/backgroundTaskComponentConfig.js +2 -0
  55. package/dist/es/models/config/backgroundTaskComponentConfig.js.map +1 -0
  56. package/dist/es/models/config/contextIdHandlerComponentConfig.js +2 -0
  57. package/dist/es/models/config/contextIdHandlerComponentConfig.js.map +1 -0
  58. package/dist/es/models/config/federatedCatalogueFilterComponentConfig.js +2 -0
  59. package/dist/es/models/config/federatedCatalogueFilterComponentConfig.js.map +1 -0
  60. package/dist/es/models/config/rightsManagementDarpComponentConfig.js.map +1 -1
  61. package/dist/es/models/config/rightsManagementDataAccessHandlerComponentConfig.js +2 -0
  62. package/dist/es/models/config/rightsManagementDataAccessHandlerComponentConfig.js.map +1 -0
  63. package/dist/es/models/config/rightsManagementPdpComponentConfig.js.map +1 -1
  64. package/dist/es/models/config/rightsManagementPepComponentConfig.js.map +1 -1
  65. package/dist/es/models/config/rightsManagementPipComponentConfig.js.map +1 -1
  66. package/dist/es/models/config/rightsManagementPnpComponentConfig.js.map +1 -1
  67. package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js +2 -0
  68. package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js.map +1 -0
  69. package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js +2 -0
  70. package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js.map +1 -0
  71. package/dist/es/models/config/rightsManagementPolicyExecutionActionComponentConfig.js +2 -0
  72. package/dist/es/models/config/rightsManagementPolicyExecutionActionComponentConfig.js.map +1 -0
  73. package/dist/es/models/config/rightsManagementPolicyInformationSourceComponentConfig.js +2 -0
  74. package/dist/es/models/config/rightsManagementPolicyInformationSourceComponentConfig.js.map +1 -0
  75. package/dist/es/models/config/rightsManagementPolicyNegotiatorComponentConfig.js +2 -0
  76. package/dist/es/models/config/rightsManagementPolicyNegotiatorComponentConfig.js.map +1 -0
  77. package/dist/es/models/config/rightsManagementPolicyRequesterComponentConfig.js +2 -0
  78. package/dist/es/models/config/rightsManagementPolicyRequesterComponentConfig.js.map +1 -0
  79. package/dist/es/models/config/rightsManagementPxpComponentConfig.js.map +1 -1
  80. package/dist/es/models/config/trustComponentConfig.js +2 -0
  81. package/dist/es/models/config/trustComponentConfig.js.map +1 -0
  82. package/dist/es/models/config/trustGeneratorComponentConfig.js +2 -0
  83. package/dist/es/models/config/trustGeneratorComponentConfig.js.map +1 -0
  84. package/dist/es/models/config/trustVerifierComponentConfig.js +2 -0
  85. package/dist/es/models/config/trustVerifierComponentConfig.js.map +1 -0
  86. package/dist/es/models/types/backgroundTaskComponentType.js +13 -0
  87. package/dist/es/models/types/backgroundTaskComponentType.js.map +1 -0
  88. package/dist/es/models/types/contextIdHandlerComponentType.js +17 -0
  89. package/dist/es/models/types/contextIdHandlerComponentType.js.map +1 -0
  90. package/dist/es/models/types/federatedCatalogueFilterComponentType.js +13 -0
  91. package/dist/es/models/types/federatedCatalogueFilterComponentType.js.map +1 -0
  92. package/dist/es/models/types/rightsManagementDataAccessHandlerComponentType.js +13 -0
  93. package/dist/es/models/types/rightsManagementDataAccessHandlerComponentType.js.map +1 -0
  94. package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js +13 -0
  95. package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js.map +1 -0
  96. package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js +13 -0
  97. package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js.map +1 -0
  98. package/dist/es/models/types/rightsManagementPolicyExecutionActionComponentType.js +13 -0
  99. package/dist/es/models/types/rightsManagementPolicyExecutionActionComponentType.js.map +1 -0
  100. package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js +17 -0
  101. package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js.map +1 -0
  102. package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js +13 -0
  103. package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js.map +1 -0
  104. package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js +13 -0
  105. package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js.map +1 -0
  106. package/dist/es/models/types/trustComponentType.js +13 -0
  107. package/dist/es/models/types/trustComponentType.js.map +1 -0
  108. package/dist/es/models/types/trustGeneratorComponentType.js +13 -0
  109. package/dist/es/models/types/trustGeneratorComponentType.js.map +1 -0
  110. package/dist/es/models/types/trustVerifierComponentType.js +13 -0
  111. package/dist/es/models/types/trustVerifierComponentType.js.map +1 -0
  112. package/dist/types/components/backgroundTask.d.ts +5 -6
  113. package/dist/types/components/contextIdHandler.d.ts +16 -0
  114. package/dist/types/components/federatedCatalogueFilter.d.ts +17 -0
  115. package/dist/types/components/rightsManagementDataAccessHandler.d.ts +17 -0
  116. package/dist/types/components/rightsManagementPolicyArbiter.d.ts +17 -0
  117. package/dist/types/components/rightsManagementPolicyEnforcementProcessor.d.ts +17 -0
  118. package/dist/types/components/rightsManagementPolicyExecutionAction.d.ts +17 -0
  119. package/dist/types/components/rightsManagementPolicyInformationSource.d.ts +17 -0
  120. package/dist/types/components/rightsManagementPolicyNegotiator.d.ts +17 -0
  121. package/dist/types/components/rightsManagementPolicyRequester.d.ts +17 -0
  122. package/dist/types/components/trust.d.ts +16 -0
  123. package/dist/types/components/trustGenerator.d.ts +17 -0
  124. package/dist/types/components/trustVerifier.d.ts +17 -0
  125. package/dist/types/index.d.ts +38 -2
  126. package/dist/types/models/IEngineConfig.d.ts +63 -3
  127. package/dist/types/models/config/backgroundTaskComponentConfig.d.ts +9 -0
  128. package/dist/types/models/config/contextIdHandlerComponentConfig.d.ts +11 -0
  129. package/dist/types/models/config/federatedCatalogueFilterComponentConfig.d.ts +9 -0
  130. package/dist/types/models/config/rightsManagementDarpComponentConfig.d.ts +1 -4
  131. package/dist/types/models/config/rightsManagementDataAccessHandlerComponentConfig.d.ts +9 -0
  132. package/dist/types/models/config/rightsManagementPdpComponentConfig.d.ts +1 -4
  133. package/dist/types/models/config/rightsManagementPepComponentConfig.d.ts +1 -4
  134. package/dist/types/models/config/rightsManagementPipComponentConfig.d.ts +1 -4
  135. package/dist/types/models/config/rightsManagementPnpComponentConfig.d.ts +1 -5
  136. package/dist/types/models/config/rightsManagementPolicyArbiterComponentConfig.d.ts +9 -0
  137. package/dist/types/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.d.ts +9 -0
  138. package/dist/types/models/config/rightsManagementPolicyExecutionActionComponentConfig.d.ts +9 -0
  139. package/dist/types/models/config/rightsManagementPolicyInformationSourceComponentConfig.d.ts +12 -0
  140. package/dist/types/models/config/rightsManagementPolicyNegotiatorComponentConfig.d.ts +9 -0
  141. package/dist/types/models/config/rightsManagementPolicyRequesterComponentConfig.d.ts +9 -0
  142. package/dist/types/models/config/rightsManagementPxpComponentConfig.d.ts +1 -4
  143. package/dist/types/models/config/trustComponentConfig.d.ts +9 -0
  144. package/dist/types/models/config/trustGeneratorComponentConfig.d.ts +9 -0
  145. package/dist/types/models/config/trustVerifierComponentConfig.d.ts +9 -0
  146. package/dist/types/models/types/backgroundTaskComponentType.d.ts +13 -0
  147. package/dist/types/models/types/contextIdHandlerComponentType.d.ts +17 -0
  148. package/dist/types/models/types/federatedCatalogueFilterComponentType.d.ts +13 -0
  149. package/dist/types/models/types/rightsManagementDataAccessHandlerComponentType.d.ts +13 -0
  150. package/dist/types/models/types/rightsManagementPolicyArbiterComponentType.d.ts +13 -0
  151. package/dist/types/models/types/rightsManagementPolicyEnforcementProcessorComponentType.d.ts +13 -0
  152. package/dist/types/models/types/rightsManagementPolicyExecutionActionComponentType.d.ts +13 -0
  153. package/dist/types/models/types/rightsManagementPolicyInformationSourceComponentType.d.ts +17 -0
  154. package/dist/types/models/types/rightsManagementPolicyNegotiatorComponentType.d.ts +13 -0
  155. package/dist/types/models/types/rightsManagementPolicyRequesterComponentType.d.ts +13 -0
  156. package/dist/types/models/types/trustComponentType.d.ts +13 -0
  157. package/dist/types/models/types/trustGeneratorComponentType.d.ts +13 -0
  158. package/dist/types/models/types/trustVerifierComponentType.d.ts +13 -0
  159. package/docs/changelog.md +140 -0
  160. package/docs/reference/functions/{initialiseBackgroundTaskConnector.md → initialiseBackgroundTaskComponent.md} +5 -5
  161. package/docs/reference/functions/initialiseContextIdHandlerComponent.md +31 -0
  162. package/docs/reference/functions/initialiseFederatedCatalogueFilterComponent.md +31 -0
  163. package/docs/reference/functions/initialiseRightsManagementDataAccessHandlerComponent.md +31 -0
  164. package/docs/reference/functions/initialiseRightsManagementPolicyArbiterComponent.md +31 -0
  165. package/docs/reference/functions/initialiseRightsManagementPolicyEnforcementProcessorComponent.md +31 -0
  166. package/docs/reference/functions/initialiseRightsManagementPolicyExecutionActionComponent.md +31 -0
  167. package/docs/reference/functions/initialiseRightsManagementPolicyInformationSourceComponent.md +31 -0
  168. package/docs/reference/functions/initialiseRightsManagementPolicyNegotiatorComponent.md +31 -0
  169. package/docs/reference/functions/initialiseRightsManagementPolicyRequesterComponent.md +31 -0
  170. package/docs/reference/functions/initialiseTrustComponent.md +31 -0
  171. package/docs/reference/functions/initialiseTrustGeneratorComponent.md +31 -0
  172. package/docs/reference/functions/initialiseTrustVerifierComponent.md +31 -0
  173. package/docs/reference/index.md +52 -4
  174. package/docs/reference/interfaces/IEngineConfig.md +75 -3
  175. package/docs/reference/type-aliases/BackgroundTaskComponentConfig.md +17 -0
  176. package/docs/reference/type-aliases/BackgroundTaskComponentType.md +5 -0
  177. package/docs/reference/type-aliases/ContextIdHandlerComponentConfig.md +5 -0
  178. package/docs/reference/type-aliases/ContextIdHandlerComponentType.md +5 -0
  179. package/docs/reference/type-aliases/FederatedCatalogueFilterComponentConfig.md +17 -0
  180. package/docs/reference/type-aliases/FederatedCatalogueFilterComponentType.md +5 -0
  181. package/docs/reference/type-aliases/RightsManagementDarpComponentConfig.md +1 -7
  182. package/docs/reference/type-aliases/RightsManagementDataAccessHandlerComponentConfig.md +17 -0
  183. package/docs/reference/type-aliases/RightsManagementDataAccessHandlerComponentType.md +5 -0
  184. package/docs/reference/type-aliases/RightsManagementPdpComponentConfig.md +1 -7
  185. package/docs/reference/type-aliases/RightsManagementPepComponentConfig.md +1 -7
  186. package/docs/reference/type-aliases/RightsManagementPipComponentConfig.md +1 -7
  187. package/docs/reference/type-aliases/RightsManagementPnpComponentConfig.md +1 -1
  188. package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentConfig.md +17 -0
  189. package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentType.md +5 -0
  190. package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md +17 -0
  191. package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentType.md +5 -0
  192. package/docs/reference/type-aliases/RightsManagementPolicyExecutionActionComponentConfig.md +17 -0
  193. package/docs/reference/type-aliases/RightsManagementPolicyExecutionActionComponentType.md +5 -0
  194. package/docs/reference/type-aliases/RightsManagementPolicyInformationSourceComponentConfig.md +5 -0
  195. package/docs/reference/type-aliases/RightsManagementPolicyInformationSourceComponentType.md +5 -0
  196. package/docs/reference/type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md +17 -0
  197. package/docs/reference/type-aliases/RightsManagementPolicyNegotiatorComponentType.md +5 -0
  198. package/docs/reference/type-aliases/RightsManagementPolicyRequesterComponentConfig.md +17 -0
  199. package/docs/reference/type-aliases/RightsManagementPolicyRequesterComponentType.md +5 -0
  200. package/docs/reference/type-aliases/RightsManagementPxpComponentConfig.md +1 -7
  201. package/docs/reference/type-aliases/TrustComponentConfig.md +17 -0
  202. package/docs/reference/type-aliases/TrustComponentType.md +5 -0
  203. package/docs/reference/type-aliases/TrustGeneratorComponentConfig.md +17 -0
  204. package/docs/reference/type-aliases/TrustGeneratorComponentType.md +5 -0
  205. package/docs/reference/type-aliases/TrustVerifierComponentConfig.md +17 -0
  206. package/docs/reference/type-aliases/TrustVerifierComponentType.md +5 -0
  207. package/docs/reference/variables/BackgroundTaskComponentType.md +13 -0
  208. package/docs/reference/variables/ContextIdHandlerComponentType.md +19 -0
  209. package/docs/reference/variables/FederatedCatalogueFilterComponentType.md +13 -0
  210. package/docs/reference/variables/RightsManagementDataAccessHandlerComponentType.md +13 -0
  211. package/docs/reference/variables/RightsManagementPolicyArbiterComponentType.md +13 -0
  212. package/docs/reference/variables/RightsManagementPolicyEnforcementProcessorComponentType.md +13 -0
  213. package/docs/reference/variables/RightsManagementPolicyExecutionActionComponentType.md +13 -0
  214. package/docs/reference/variables/RightsManagementPolicyInformationSourceComponentType.md +19 -0
  215. package/docs/reference/variables/RightsManagementPolicyNegotiatorComponentType.md +13 -0
  216. package/docs/reference/variables/RightsManagementPolicyRequesterComponentType.md +13 -0
  217. package/docs/reference/variables/TrustComponentType.md +13 -0
  218. package/docs/reference/variables/TrustGeneratorComponentType.md +13 -0
  219. package/docs/reference/variables/TrustVerifierComponentType.md +13 -0
  220. package/package.json +10 -4
  221. package/dist/es/models/config/backgroundTaskConnectorConfig.js +0 -2
  222. package/dist/es/models/config/backgroundTaskConnectorConfig.js.map +0 -1
  223. package/dist/es/models/types/backgroundTaskConnectorType.js +0 -13
  224. package/dist/es/models/types/backgroundTaskConnectorType.js.map +0 -1
  225. package/dist/types/models/config/backgroundTaskConnectorConfig.d.ts +0 -9
  226. package/dist/types/models/types/backgroundTaskConnectorType.d.ts +0 -13
  227. package/docs/reference/type-aliases/BackgroundTaskConnectorConfig.md +0 -17
  228. package/docs/reference/type-aliases/BackgroundTaskConnectorType.md +0 -5
  229. package/docs/reference/variables/BackgroundTaskConnectorType.md +0 -13
package/docs/changelog.md CHANGED
@@ -1,5 +1,145 @@
1
1
  # @twin.org/engine-types - Changelog
2
2
 
3
+ ## [0.0.3-next.10](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.3-next.9...engine-types-v0.0.3-next.10) (2026-01-13)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **engine-types:** Synchronize repo versions
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.9 to 0.0.3-next.10
16
+ * @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
17
+
18
+ ## [0.0.3-next.9](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.3-next.8...engine-types-v0.0.3-next.9) (2026-01-07)
19
+
20
+
21
+ ### Features
22
+
23
+ * inject logging into immutable proof ([#60](https://github.com/twinfoundation/engine/issues/60)) ([8d0bc86](https://github.com/twinfoundation/engine/commit/8d0bc86c01502e9c9031471834ee3da824c18b27))
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.8 to 0.0.3-next.9
31
+ * @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
32
+
33
+ ## [0.0.3-next.8](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.3-next.7...engine-types-v0.0.3-next.8) (2026-01-06)
34
+
35
+
36
+ ### Features
37
+
38
+ * update dependencies ([034adac](https://github.com/twinfoundation/engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
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.7 to 0.0.3-next.8
46
+ * @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
47
+
48
+ ## [0.0.3-next.7](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.3-next.6...engine-types-v0.0.3-next.7) (2025-12-04)
49
+
50
+
51
+ ### Features
52
+
53
+ * add trust and rights management plugins ([eea0807](https://github.com/twinfoundation/engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
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.6 to 0.0.3-next.7
61
+ * @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
62
+
63
+ ## [0.0.3-next.6](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.3-next.5...engine-types-v0.0.3-next.6) (2025-11-28)
64
+
65
+
66
+ ### Features
67
+
68
+ * add fed cat filters ([a52cbf1](https://github.com/twinfoundation/engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
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.5 to 0.0.3-next.6
76
+ * @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
77
+
78
+ ## [0.0.3-next.5](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.3-next.4...engine-types-v0.0.3-next.5) (2025-11-20)
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.4 to 0.0.3-next.5
91
+ * @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
92
+
93
+ ## [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)
94
+
95
+
96
+ ### Features
97
+
98
+ * context id handlers repopulated after engine clone ([9712e32](https://github.com/twinfoundation/engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
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.3 to 0.0.3-next.4
106
+ * @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
107
+
108
+ ## [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)
109
+
110
+
111
+ ### Bug Fixes
112
+
113
+ * make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/twinfoundation/engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
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.2 to 0.0.3-next.3
121
+ * @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
122
+
123
+ ## [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)
124
+
125
+
126
+ ### Features
127
+
128
+ * close already started components on startup error ([a55a117](https://github.com/twinfoundation/engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
129
+
130
+
131
+ ### Bug Fixes
132
+
133
+ * missing dependency ([e8147fb](https://github.com/twinfoundation/engine/commit/e8147fbd66248efd86877ece23022f2dd58c950a))
134
+
135
+
136
+ ### Dependencies
137
+
138
+ * The following workspace dependencies were updated
139
+ * dependencies
140
+ * @twin.org/engine-core bumped from 0.0.3-next.1 to 0.0.3-next.2
141
+ * @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
142
+
3
143
  ## [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)
4
144
 
5
145
 
@@ -1,8 +1,8 @@
1
- # Function: initialiseBackgroundTaskConnector()
1
+ # Function: initialiseBackgroundTaskComponent()
2
2
 
3
- > **initialiseBackgroundTaskConnector**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IBackgroundTaskConnector`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseBackgroundTaskComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
4
4
 
5
- Initialise a background task connector.
5
+ Initialise a background task component.
6
6
 
7
7
  ## Parameters
8
8
 
@@ -20,12 +20,12 @@ The context for the engine.
20
20
 
21
21
  ### instanceConfig
22
22
 
23
- [`BackgroundTaskConnectorConfig`](../type-aliases/BackgroundTaskConnectorConfig.md)
23
+ [`BackgroundTaskComponentConfig`](../type-aliases/BackgroundTaskComponentConfig.md)
24
24
 
25
25
  The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IBackgroundTaskConnector`\>; `component?`: `IComponent`; \}\>
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseContextIdHandlerComponent()
2
+
3
+ > **initialiseContextIdHandlerComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the context id handler component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`ContextIdHandlerComponentConfig`](../type-aliases/ContextIdHandlerComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseFederatedCatalogueFilterComponent()
2
+
3
+ > **initialiseFederatedCatalogueFilterComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IFederatedCatalogueFilter`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the federated catalogue filter component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`FederatedCatalogueFilterComponentConfig`](../type-aliases/FederatedCatalogueFilterComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IFederatedCatalogueFilter`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseRightsManagementDataAccessHandlerComponent()
2
+
3
+ > **initialiseRightsManagementDataAccessHandlerComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IDataAccessHandler`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the rights management data access handler component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`RightsManagementDataAccessHandlerComponentConfig`](../type-aliases/RightsManagementDataAccessHandlerComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IDataAccessHandler`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseRightsManagementPolicyArbiterComponent()
2
+
3
+ > **initialiseRightsManagementPolicyArbiterComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyArbiter`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the rights management policy arbiter component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`RightsManagementPolicyArbiterComponentConfig`](../type-aliases/RightsManagementPolicyArbiterComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyArbiter`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseRightsManagementPolicyEnforcementProcessorComponent()
2
+
3
+ > **initialiseRightsManagementPolicyEnforcementProcessorComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyEnforcementProcessor`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the rights management policy enforcement processor component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`RightsManagementPolicyEnforcementProcessorComponentConfig`](../type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyEnforcementProcessor`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseRightsManagementPolicyExecutionActionComponent()
2
+
3
+ > **initialiseRightsManagementPolicyExecutionActionComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyExecutionAction`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the rights management policy execution action component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`RightsManagementPolicyExecutionActionComponentConfig`](../type-aliases/RightsManagementPolicyExecutionActionComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyExecutionAction`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseRightsManagementPolicyInformationSourceComponent()
2
+
3
+ > **initialiseRightsManagementPolicyInformationSourceComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyInformationSource`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the rights management policy information source component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`RightsManagementPolicyInformationSourceComponentConfig`](../type-aliases/RightsManagementPolicyInformationSourceComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyInformationSource`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseRightsManagementPolicyNegotiatorComponent()
2
+
3
+ > **initialiseRightsManagementPolicyNegotiatorComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyNegotiator`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the rights management policy negotiator component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`RightsManagementPolicyNegotiatorComponentConfig`](../type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyNegotiator`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseRightsManagementPolicyRequesterComponent()
2
+
3
+ > **initialiseRightsManagementPolicyRequesterComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyRequester`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the rights management policy requester component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`RightsManagementPolicyRequesterComponentConfig`](../type-aliases/RightsManagementPolicyRequesterComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyRequester`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseTrustComponent()
2
+
3
+ > **initialiseTrustComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the trust component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`TrustComponentConfig`](../type-aliases/TrustComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseTrustGeneratorComponent()
2
+
3
+ > **initialiseTrustGeneratorComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`ITrustGenerator`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the trust generator component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`TrustGeneratorComponentConfig`](../type-aliases/TrustGeneratorComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`ITrustGenerator`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseTrustVerifierComponent()
2
+
3
+ > **initialiseTrustVerifierComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`ITrustVerifier`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the trust verifier component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`TrustVerifierComponentConfig`](../type-aliases/TrustVerifierComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`ITrustVerifier`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.