@twin.org/engine-types 0.0.3-next.20 → 0.0.3-next.22

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 (239) hide show
  1. package/dist/es/components/attestation.js +20 -22
  2. package/dist/es/components/attestation.js.map +1 -1
  3. package/dist/es/components/auditableItemGraph.js +26 -22
  4. package/dist/es/components/auditableItemGraph.js.map +1 -1
  5. package/dist/es/components/auditableItemStream.js +26 -22
  6. package/dist/es/components/auditableItemStream.js.map +1 -1
  7. package/dist/es/components/backgroundTask.js +14 -12
  8. package/dist/es/components/backgroundTask.js.map +1 -1
  9. package/dist/es/components/blobStorage.js +69 -80
  10. package/dist/es/components/blobStorage.js.map +1 -1
  11. package/dist/es/components/contextIdHandler.js +9 -9
  12. package/dist/es/components/contextIdHandler.js.map +1 -1
  13. package/dist/es/components/dataProcessing.js +33 -32
  14. package/dist/es/components/dataProcessing.js.map +1 -1
  15. package/dist/es/components/dataSpaceConnector.js +26 -25
  16. package/dist/es/components/dataSpaceConnector.js.map +1 -1
  17. package/dist/es/components/documentManagement.js +12 -12
  18. package/dist/es/components/documentManagement.js.map +1 -1
  19. package/dist/es/components/entityStorage.js +19 -20
  20. package/dist/es/components/entityStorage.js.map +1 -1
  21. package/dist/es/components/eventBus.js +19 -27
  22. package/dist/es/components/eventBus.js.map +1 -1
  23. package/dist/es/components/faucet.js +18 -18
  24. package/dist/es/components/faucet.js.map +1 -1
  25. package/dist/es/components/federatedCatalogue.js +14 -14
  26. package/dist/es/components/federatedCatalogue.js.map +1 -1
  27. package/dist/es/components/federatedCatalogueFilter.js +12 -9
  28. package/dist/es/components/federatedCatalogueFilter.js.map +1 -1
  29. package/dist/es/components/identity.js +28 -31
  30. package/dist/es/components/identity.js.map +1 -1
  31. package/dist/es/components/identityProfile.js +26 -24
  32. package/dist/es/components/identityProfile.js.map +1 -1
  33. package/dist/es/components/identityResolver.js +36 -40
  34. package/dist/es/components/identityResolver.js.map +1 -1
  35. package/dist/es/components/immutableProof.js +23 -21
  36. package/dist/es/components/immutableProof.js.map +1 -1
  37. package/dist/es/components/logging.js +28 -28
  38. package/dist/es/components/logging.js.map +1 -1
  39. package/dist/es/components/messaging.js +77 -89
  40. package/dist/es/components/messaging.js.map +1 -1
  41. package/dist/es/components/nft.js +33 -33
  42. package/dist/es/components/nft.js.map +1 -1
  43. package/dist/es/components/rightsManagementPap.js +17 -17
  44. package/dist/es/components/rightsManagementPap.js.map +1 -1
  45. package/dist/es/components/rightsManagementPdp.js +10 -10
  46. package/dist/es/components/rightsManagementPdp.js.map +1 -1
  47. package/dist/es/components/rightsManagementPep.js +10 -10
  48. package/dist/es/components/rightsManagementPep.js.map +1 -1
  49. package/dist/es/components/rightsManagementPip.js +8 -10
  50. package/dist/es/components/rightsManagementPip.js.map +1 -1
  51. package/dist/es/components/rightsManagementPmp.js +10 -10
  52. package/dist/es/components/rightsManagementPmp.js.map +1 -1
  53. package/dist/es/components/rightsManagementPnap.js +20 -18
  54. package/dist/es/components/rightsManagementPnap.js.map +1 -1
  55. package/dist/es/components/rightsManagementPnp.js +12 -14
  56. package/dist/es/components/rightsManagementPnp.js.map +1 -1
  57. package/dist/es/components/rightsManagementPolicyArbiter.js +15 -10
  58. package/dist/es/components/rightsManagementPolicyArbiter.js.map +1 -1
  59. package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js +17 -11
  60. package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js.map +1 -1
  61. package/dist/es/components/rightsManagementPolicyExecutionAction.js +8 -10
  62. package/dist/es/components/rightsManagementPolicyExecutionAction.js.map +1 -1
  63. package/dist/es/components/rightsManagementPolicyInformationSource.js +14 -15
  64. package/dist/es/components/rightsManagementPolicyInformationSource.js.map +1 -1
  65. package/dist/es/components/rightsManagementPolicyNegotiator.js +10 -10
  66. package/dist/es/components/rightsManagementPolicyNegotiator.js.map +1 -1
  67. package/dist/es/components/rightsManagementPolicyObligationEnforcer.js +27 -0
  68. package/dist/es/components/rightsManagementPolicyObligationEnforcer.js.map +1 -0
  69. package/dist/es/components/rightsManagementPolicyRequester.js +8 -10
  70. package/dist/es/components/rightsManagementPolicyRequester.js.map +1 -1
  71. package/dist/es/components/rightsManagementPxp.js +8 -10
  72. package/dist/es/components/rightsManagementPxp.js.map +1 -1
  73. package/dist/es/components/synchronisedStorage.js +25 -23
  74. package/dist/es/components/synchronisedStorage.js.map +1 -1
  75. package/dist/es/components/taskScheduler.js +10 -10
  76. package/dist/es/components/taskScheduler.js.map +1 -1
  77. package/dist/es/components/telemetry.js +29 -32
  78. package/dist/es/components/telemetry.js.map +1 -1
  79. package/dist/es/components/tenant.js +14 -11
  80. package/dist/es/components/tenant.js.map +1 -1
  81. package/dist/es/components/trust.js +8 -10
  82. package/dist/es/components/trust.js.map +1 -1
  83. package/dist/es/components/trustGenerator.js +10 -10
  84. package/dist/es/components/trustGenerator.js.map +1 -1
  85. package/dist/es/components/trustVerifier.js +10 -10
  86. package/dist/es/components/trustVerifier.js.map +1 -1
  87. package/dist/es/components/vault.js +15 -12
  88. package/dist/es/components/vault.js.map +1 -1
  89. package/dist/es/components/verifiableStorage.js +32 -34
  90. package/dist/es/components/verifiableStorage.js.map +1 -1
  91. package/dist/es/components/wallet.js +23 -24
  92. package/dist/es/components/wallet.js.map +1 -1
  93. package/dist/es/index.js +3 -0
  94. package/dist/es/index.js.map +1 -1
  95. package/dist/es/models/IEngineConfig.js.map +1 -1
  96. package/dist/es/models/config/blobStorageConnectorConfig.js.map +1 -1
  97. package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js.map +1 -1
  98. package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js.map +1 -1
  99. package/dist/es/models/config/rightsManagementPolicyObligationEnforcerComponentConfig.js +2 -0
  100. package/dist/es/models/config/rightsManagementPolicyObligationEnforcerComponentConfig.js.map +1 -0
  101. package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js +5 -1
  102. package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js.map +1 -1
  103. package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js +5 -1
  104. package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js.map +1 -1
  105. package/dist/es/models/types/rightsManagementPolicyObligationEnforcerComponentType.js +13 -0
  106. package/dist/es/models/types/rightsManagementPolicyObligationEnforcerComponentType.js.map +1 -0
  107. package/dist/es/utils/engineTypeHelper.js +19 -1
  108. package/dist/es/utils/engineTypeHelper.js.map +1 -1
  109. package/dist/types/components/attestation.d.ts +5 -13
  110. package/dist/types/components/auditableItemGraph.d.ts +3 -7
  111. package/dist/types/components/auditableItemStream.d.ts +3 -7
  112. package/dist/types/components/backgroundTask.d.ts +3 -7
  113. package/dist/types/components/blobStorage.d.ts +4 -12
  114. package/dist/types/components/contextIdHandler.d.ts +3 -7
  115. package/dist/types/components/dataProcessing.d.ts +5 -17
  116. package/dist/types/components/dataSpaceConnector.d.ts +3 -7
  117. package/dist/types/components/documentManagement.d.ts +3 -7
  118. package/dist/types/components/entityStorage.d.ts +3 -7
  119. package/dist/types/components/eventBus.d.ts +4 -12
  120. package/dist/types/components/faucet.d.ts +2 -7
  121. package/dist/types/components/federatedCatalogue.d.ts +3 -7
  122. package/dist/types/components/federatedCatalogueFilter.d.ts +2 -7
  123. package/dist/types/components/identity.d.ts +4 -12
  124. package/dist/types/components/identityProfile.d.ts +4 -12
  125. package/dist/types/components/identityResolver.d.ts +4 -12
  126. package/dist/types/components/immutableProof.d.ts +3 -7
  127. package/dist/types/components/logging.d.ts +4 -12
  128. package/dist/types/components/messaging.d.ts +7 -27
  129. package/dist/types/components/nft.d.ts +4 -12
  130. package/dist/types/components/rightsManagementPap.d.ts +3 -7
  131. package/dist/types/components/rightsManagementPdp.d.ts +3 -7
  132. package/dist/types/components/rightsManagementPep.d.ts +3 -7
  133. package/dist/types/components/rightsManagementPip.d.ts +3 -7
  134. package/dist/types/components/rightsManagementPmp.d.ts +3 -7
  135. package/dist/types/components/rightsManagementPnap.d.ts +3 -7
  136. package/dist/types/components/rightsManagementPnp.d.ts +3 -7
  137. package/dist/types/components/rightsManagementPolicyArbiter.d.ts +2 -7
  138. package/dist/types/components/rightsManagementPolicyEnforcementProcessor.d.ts +2 -7
  139. package/dist/types/components/rightsManagementPolicyExecutionAction.d.ts +2 -7
  140. package/dist/types/components/rightsManagementPolicyInformationSource.d.ts +2 -7
  141. package/dist/types/components/rightsManagementPolicyNegotiator.d.ts +2 -7
  142. package/dist/types/components/rightsManagementPolicyObligationEnforcer.d.ts +12 -0
  143. package/dist/types/components/rightsManagementPolicyRequester.d.ts +2 -7
  144. package/dist/types/components/rightsManagementPxp.d.ts +3 -7
  145. package/dist/types/components/synchronisedStorage.d.ts +3 -7
  146. package/dist/types/components/taskScheduler.d.ts +3 -7
  147. package/dist/types/components/telemetry.d.ts +4 -12
  148. package/dist/types/components/tenant.d.ts +3 -7
  149. package/dist/types/components/trust.d.ts +3 -7
  150. package/dist/types/components/trustGenerator.d.ts +2 -7
  151. package/dist/types/components/trustVerifier.d.ts +2 -7
  152. package/dist/types/components/vault.d.ts +2 -7
  153. package/dist/types/components/verifiableStorage.d.ts +4 -12
  154. package/dist/types/components/wallet.d.ts +2 -7
  155. package/dist/types/index.d.ts +3 -0
  156. package/dist/types/models/IEngineConfig.d.ts +5 -0
  157. package/dist/types/models/config/blobStorageConnectorConfig.d.ts +4 -1
  158. package/dist/types/models/config/rightsManagementPolicyArbiterComponentConfig.d.ts +4 -1
  159. package/dist/types/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.d.ts +4 -1
  160. package/dist/types/models/config/rightsManagementPolicyObligationEnforcerComponentConfig.d.ts +9 -0
  161. package/dist/types/models/types/rightsManagementPolicyArbiterComponentType.d.ts +4 -0
  162. package/dist/types/models/types/rightsManagementPolicyEnforcementProcessorComponentType.d.ts +4 -0
  163. package/dist/types/models/types/rightsManagementPolicyObligationEnforcerComponentType.d.ts +13 -0
  164. package/dist/types/utils/engineTypeHelper.d.ts +11 -0
  165. package/docs/changelog.md +30 -0
  166. package/docs/reference/classes/EngineTypeHelper.md +53 -0
  167. package/docs/reference/functions/initialiseAttestationComponent.md +2 -2
  168. package/docs/reference/functions/initialiseAttestationConnector.md +3 -3
  169. package/docs/reference/functions/initialiseAuditableItemGraphComponent.md +2 -2
  170. package/docs/reference/functions/initialiseAuditableItemStreamComponent.md +2 -2
  171. package/docs/reference/functions/initialiseBackgroundTaskComponent.md +2 -2
  172. package/docs/reference/functions/initialiseBlobStorageComponent.md +2 -2
  173. package/docs/reference/functions/initialiseBlobStorageConnector.md +2 -2
  174. package/docs/reference/functions/initialiseContextIdHandlerComponent.md +2 -2
  175. package/docs/reference/functions/initialiseDataConverterConnector.md +2 -2
  176. package/docs/reference/functions/initialiseDataExtractorConnector.md +2 -2
  177. package/docs/reference/functions/initialiseDataProcessingComponent.md +2 -2
  178. package/docs/reference/functions/initialiseDataSpaceConnectorComponent.md +2 -2
  179. package/docs/reference/functions/initialiseDocumentManagementComponent.md +2 -2
  180. package/docs/reference/functions/initialiseEntityStorageComponent.md +2 -2
  181. package/docs/reference/functions/initialiseEventBusComponent.md +2 -2
  182. package/docs/reference/functions/initialiseEventBusConnector.md +2 -2
  183. package/docs/reference/functions/initialiseFaucetConnector.md +2 -2
  184. package/docs/reference/functions/initialiseFederatedCatalogueComponent.md +2 -2
  185. package/docs/reference/functions/initialiseFederatedCatalogueFilterComponent.md +2 -2
  186. package/docs/reference/functions/initialiseIdentityComponent.md +2 -2
  187. package/docs/reference/functions/initialiseIdentityConnector.md +2 -2
  188. package/docs/reference/functions/initialiseIdentityProfileComponent.md +2 -2
  189. package/docs/reference/functions/initialiseIdentityProfileConnector.md +2 -2
  190. package/docs/reference/functions/initialiseIdentityResolverComponent.md +2 -2
  191. package/docs/reference/functions/initialiseIdentityResolverConnector.md +2 -2
  192. package/docs/reference/functions/initialiseImmutableProofComponent.md +2 -2
  193. package/docs/reference/functions/initialiseLoggingComponent.md +2 -2
  194. package/docs/reference/functions/initialiseLoggingConnector.md +2 -2
  195. package/docs/reference/functions/initialiseMessagingAdminComponent.md +2 -2
  196. package/docs/reference/functions/initialiseMessagingComponent.md +2 -2
  197. package/docs/reference/functions/initialiseMessagingEmailConnector.md +2 -2
  198. package/docs/reference/functions/initialiseMessagingPushNotificationConnector.md +2 -2
  199. package/docs/reference/functions/initialiseMessagingSmsConnector.md +2 -2
  200. package/docs/reference/functions/initialiseNftComponent.md +2 -2
  201. package/docs/reference/functions/initialiseNftConnector.md +2 -2
  202. package/docs/reference/functions/initialiseRightsManagementPapComponent.md +2 -2
  203. package/docs/reference/functions/initialiseRightsManagementPdpComponent.md +2 -2
  204. package/docs/reference/functions/initialiseRightsManagementPepComponent.md +2 -2
  205. package/docs/reference/functions/initialiseRightsManagementPipComponent.md +2 -2
  206. package/docs/reference/functions/initialiseRightsManagementPmpComponent.md +2 -2
  207. package/docs/reference/functions/initialiseRightsManagementPnapComponent.md +2 -2
  208. package/docs/reference/functions/initialiseRightsManagementPnpComponent.md +2 -2
  209. package/docs/reference/functions/initialiseRightsManagementPolicyArbiterComponent.md +2 -2
  210. package/docs/reference/functions/initialiseRightsManagementPolicyEnforcementProcessorComponent.md +2 -2
  211. package/docs/reference/functions/initialiseRightsManagementPolicyExecutionActionComponent.md +2 -2
  212. package/docs/reference/functions/initialiseRightsManagementPolicyInformationSourceComponent.md +2 -2
  213. package/docs/reference/functions/initialiseRightsManagementPolicyNegotiatorComponent.md +2 -2
  214. package/docs/reference/functions/initialiseRightsManagementPolicyObligationEnforcerComponent.md +31 -0
  215. package/docs/reference/functions/initialiseRightsManagementPolicyRequesterComponent.md +2 -2
  216. package/docs/reference/functions/initialiseRightsManagementPxpComponent.md +2 -2
  217. package/docs/reference/functions/initialiseSynchronisedStorageComponent.md +2 -2
  218. package/docs/reference/functions/initialiseTaskSchedulerComponent.md +2 -2
  219. package/docs/reference/functions/initialiseTelemetryComponent.md +2 -2
  220. package/docs/reference/functions/initialiseTelemetryConnector.md +2 -2
  221. package/docs/reference/functions/initialiseTenantAdminComponent.md +2 -2
  222. package/docs/reference/functions/initialiseTrustComponent.md +2 -2
  223. package/docs/reference/functions/initialiseTrustGeneratorComponent.md +2 -2
  224. package/docs/reference/functions/initialiseTrustVerifierComponent.md +2 -2
  225. package/docs/reference/functions/initialiseVaultConnector.md +2 -2
  226. package/docs/reference/functions/initialiseVerifiableStorageComponent.md +2 -2
  227. package/docs/reference/functions/initialiseVerifiableStorageConnector.md +2 -2
  228. package/docs/reference/functions/initialiseWalletConnector.md +2 -2
  229. package/docs/reference/index.md +4 -0
  230. package/docs/reference/interfaces/IEngineConfig.md +6 -0
  231. package/docs/reference/type-aliases/BlobStorageConnectorConfig.md +1 -1
  232. package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentConfig.md +1 -13
  233. package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md +1 -13
  234. package/docs/reference/type-aliases/RightsManagementPolicyObligationEnforcerComponentConfig.md +17 -0
  235. package/docs/reference/type-aliases/RightsManagementPolicyObligationEnforcerComponentType.md +5 -0
  236. package/docs/reference/variables/RightsManagementPolicyArbiterComponentType.md +6 -0
  237. package/docs/reference/variables/RightsManagementPolicyEnforcementProcessorComponentType.md +6 -0
  238. package/docs/reference/variables/RightsManagementPolicyObligationEnforcerComponentType.md +13 -0
  239. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- import type { IPassThroughPolicyEnforcementProcessorConstructorOptions } from "@twin.org/rights-management-plugins";
1
+ import type { IDefaultPolicyEnforcementProcessorConstructorOptions, IPassThroughPolicyEnforcementProcessorConstructorOptions } from "@twin.org/rights-management-plugins";
2
2
  import type { RightsManagementPolicyEnforcementProcessorComponentType } from "../types/rightsManagementPolicyEnforcementProcessorComponentType.js";
3
3
  /**
4
4
  * Rights management policy enforcement processor component config types.
@@ -6,4 +6,7 @@ import type { RightsManagementPolicyEnforcementProcessorComponentType } from "..
6
6
  export type RightsManagementPolicyEnforcementProcessorComponentConfig = {
7
7
  type: typeof RightsManagementPolicyEnforcementProcessorComponentType.PassThrough;
8
8
  options?: IPassThroughPolicyEnforcementProcessorConstructorOptions;
9
+ } | {
10
+ type: typeof RightsManagementPolicyEnforcementProcessorComponentType.Default;
11
+ options?: IDefaultPolicyEnforcementProcessorConstructorOptions;
9
12
  };
@@ -0,0 +1,9 @@
1
+ import type { IPassThroughPolicyObligationEnforcerConstructorOptions } from "@twin.org/rights-management-plugins";
2
+ import type { RightsManagementPolicyObligationEnforcerComponentType } from "../types/rightsManagementPolicyObligationEnforcerComponentType.js";
3
+ /**
4
+ * Rights management policy obligation enforcer component config types.
5
+ */
6
+ export type RightsManagementPolicyObligationEnforcerComponentConfig = {
7
+ type: typeof RightsManagementPolicyObligationEnforcerComponentType.PassThrough;
8
+ options?: IPassThroughPolicyObligationEnforcerConstructorOptions;
9
+ };
@@ -6,6 +6,10 @@ export declare const RightsManagementPolicyArbiterComponentType: {
6
6
  * PassThrough.
7
7
  */
8
8
  readonly PassThrough: "pass-through";
9
+ /**
10
+ * Default.
11
+ */
12
+ readonly Default: "default";
9
13
  };
10
14
  /**
11
15
  * Rights management Policy Arbiter component types.
@@ -6,6 +6,10 @@ export declare const RightsManagementPolicyEnforcementProcessorComponentType: {
6
6
  * Pass Through.
7
7
  */
8
8
  readonly PassThrough: "pass-through";
9
+ /**
10
+ * Default.
11
+ */
12
+ readonly Default: "default";
9
13
  };
10
14
  /**
11
15
  * Rights management Policy Enforcement Processor component types.
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Rights management Policy Obligation Enforcer component types.
3
+ */
4
+ export declare const RightsManagementPolicyObligationEnforcerComponentType: {
5
+ /**
6
+ * PassThrough.
7
+ */
8
+ readonly PassThrough: "pass-through";
9
+ };
10
+ /**
11
+ * Rights management Policy Obligation Enforcer component types.
12
+ */
13
+ export type RightsManagementPolicyObligationEnforcerComponentType = (typeof RightsManagementPolicyObligationEnforcerComponentType)[keyof typeof RightsManagementPolicyObligationEnforcerComponentType];
@@ -16,4 +16,15 @@ export declare class EngineTypeHelper {
16
16
  * @returns The config for the specified component and type or undefined if it does not exist.
17
17
  */
18
18
  static getConfigOfType<T extends IEngineCoreTypeBaseConfig>(engineConfig: IEngineConfig, component: string, type: string): IEngineCoreTypeConfig<T> | undefined;
19
+ /**
20
+ * Merge multiple config objects into one.
21
+ * Each config parameter can be a different partial type, and they are merged together.
22
+ * @param config1 The first config object.
23
+ * @param config2 Optional additional config object to merge.
24
+ * @param config3 Optional additional config object to merge.
25
+ * @param config4 Optional additional config object to merge.
26
+ * @param config5 Optional additional config object to merge.
27
+ * @returns The merged config object combining all input types.
28
+ */
29
+ static mergeConfig<T extends IEngineCoreTypeBaseConfig["options"]>(config1?: Partial<T>, config2?: Partial<T>, config3?: Partial<T>, config4?: Partial<T>, config5?: Partial<T>): T;
19
30
  }
package/docs/changelog.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @twin.org/engine-types - Changelog
2
2
 
3
+ ## [0.0.3-next.22](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.3-next.21...engine-types-v0.0.3-next.22) (2026-02-23)
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.21 to 0.0.3-next.22
16
+ * @twin.org/engine-models bumped from 0.0.3-next.21 to 0.0.3-next.22
17
+
18
+ ## [0.0.3-next.21](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.3-next.20...engine-types-v0.0.3-next.21) (2026-02-13)
19
+
20
+
21
+ ### Features
22
+
23
+ * multi instance component support ([#83](https://github.com/twinfoundation/engine/issues/83)) ([6012b50](https://github.com/twinfoundation/engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
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.20 to 0.0.3-next.21
31
+ * @twin.org/engine-models bumped from 0.0.3-next.20 to 0.0.3-next.21
32
+
3
33
  ## [0.0.3-next.20](https://github.com/twinfoundation/engine/compare/engine-types-v0.0.3-next.19...engine-types-v0.0.3-next.20) (2026-02-06)
4
34
 
5
35
 
@@ -59,3 +59,56 @@ The type name.
59
59
  `undefined` \| `IEngineCoreTypeConfig`\<`T`\>
60
60
 
61
61
  The config for the specified component and type or undefined if it does not exist.
62
+
63
+ ***
64
+
65
+ ### mergeConfig()
66
+
67
+ > `static` **mergeConfig**\<`T`\>(`config1?`, `config2?`, `config3?`, `config4?`, `config5?`): `T`
68
+
69
+ Merge multiple config objects into one.
70
+ Each config parameter can be a different partial type, and they are merged together.
71
+
72
+ #### Type Parameters
73
+
74
+ ##### T
75
+
76
+ `T` *extends* `unknown`
77
+
78
+ #### Parameters
79
+
80
+ ##### config1?
81
+
82
+ `Partial`\<`T`\>
83
+
84
+ The first config object.
85
+
86
+ ##### config2?
87
+
88
+ `Partial`\<`T`\>
89
+
90
+ Optional additional config object to merge.
91
+
92
+ ##### config3?
93
+
94
+ `Partial`\<`T`\>
95
+
96
+ Optional additional config object to merge.
97
+
98
+ ##### config4?
99
+
100
+ `Partial`\<`T`\>
101
+
102
+ Optional additional config object to merge.
103
+
104
+ ##### config5?
105
+
106
+ `Partial`\<`T`\>
107
+
108
+ Optional additional config object to merge.
109
+
110
+ #### Returns
111
+
112
+ `T`
113
+
114
+ The merged config object combining all input types.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseAttestationComponent()
2
2
 
3
- > **initialiseAttestationComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseAttestationComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`AttestationComponentConfig`](../type-aliases/AttestationComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the attestation component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`AttestationComponentConfig`](../type-aliases/AttestationComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseAttestationConnector()
2
2
 
3
- > **initialiseAttestationConnector**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IAttestationConnector`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseAttestationConnector**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`AttestationConnectorConfig`](../type-aliases/AttestationConnectorConfig.md), `Factory`\<`IAttestationConnector`\>\>
4
4
 
5
5
  Initialise the attestation connector.
6
6
 
@@ -22,10 +22,10 @@ The context for the engine.
22
22
 
23
23
  [`AttestationConnectorConfig`](../type-aliases/AttestationConnectorConfig.md)
24
24
 
25
- The instance config.
25
+ The instance config type.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IAttestationConnector`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`AttestationConnectorConfig`](../type-aliases/AttestationConnectorConfig.md), `Factory`\<`IAttestationConnector`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseAuditableItemGraphComponent()
2
2
 
3
- > **initialiseAuditableItemGraphComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseAuditableItemGraphComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`AuditableItemGraphComponentConfig`](../type-aliases/AuditableItemGraphComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the auditable item graph component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`AuditableItemGraphComponentConfig`](../type-aliases/AuditableItemGraphComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseAuditableItemStreamComponent()
2
2
 
3
- > **initialiseAuditableItemStreamComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseAuditableItemStreamComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`AuditableItemStreamComponentConfig`](../type-aliases/AuditableItemStreamComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the auditable item stream component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`AuditableItemStreamComponentConfig`](../type-aliases/AuditableItemStreamComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseBackgroundTaskComponent()
2
2
 
3
- > **initialiseBackgroundTaskComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseBackgroundTaskComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`BackgroundTaskComponentConfig`](../type-aliases/BackgroundTaskComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise a background task component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`BackgroundTaskComponentConfig`](../type-aliases/BackgroundTaskComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseBlobStorageComponent()
2
2
 
3
- > **initialiseBlobStorageComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseBlobStorageComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`BlobStorageComponentConfig`](../type-aliases/BlobStorageComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the blob storage component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`BlobStorageComponentConfig`](../type-aliases/BlobStorageComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseBlobStorageConnector()
2
2
 
3
- > **initialiseBlobStorageConnector**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IBlobStorageConnector`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseBlobStorageConnector**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`BlobStorageConnectorConfig`](../type-aliases/BlobStorageConnectorConfig.md), `Factory`\<`IBlobStorageConnector`\>\>
4
4
 
5
5
  Initialise the blob storage connector.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IBlobStorageConnector`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`BlobStorageConnectorConfig`](../type-aliases/BlobStorageConnectorConfig.md), `Factory`\<`IBlobStorageConnector`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseContextIdHandlerComponent()
2
2
 
3
- > **initialiseContextIdHandlerComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseContextIdHandlerComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`ContextIdHandlerComponentConfig`](../type-aliases/ContextIdHandlerComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the context id handler component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`ContextIdHandlerComponentConfig`](../type-aliases/ContextIdHandlerComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseDataConverterConnector()
2
2
 
3
- > **initialiseDataConverterConnector**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IDataConverterConnector`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseDataConverterConnector**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`DataConverterConnectorConfig`](../type-aliases/DataConverterConnectorConfig.md), `Factory`\<`IDataConverterConnector`\>\>
4
4
 
5
5
  Initialise the data converter connector.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IDataConverterConnector`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`DataConverterConnectorConfig`](../type-aliases/DataConverterConnectorConfig.md), `Factory`\<`IDataConverterConnector`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseDataExtractorConnector()
2
2
 
3
- > **initialiseDataExtractorConnector**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IDataExtractorConnector`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseDataExtractorConnector**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`DataExtractorConnectorConfig`](../type-aliases/DataExtractorConnectorConfig.md), `Factory`\<`IDataExtractorConnector`\>\>
4
4
 
5
5
  Initialise the data extractor connector.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IDataExtractorConnector`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`DataExtractorConnectorConfig`](../type-aliases/DataExtractorConnectorConfig.md), `Factory`\<`IDataExtractorConnector`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseDataProcessingComponent()
2
2
 
3
- > **initialiseDataProcessingComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseDataProcessingComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`DataProcessingComponentConfig`](../type-aliases/DataProcessingComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the data processing component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`DataProcessingComponentConfig`](../type-aliases/DataProcessingComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseDataSpaceConnectorComponent()
2
2
 
3
- > **initialiseDataSpaceConnectorComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseDataSpaceConnectorComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`DataSpaceConnectorComponentConfig`](../type-aliases/DataSpaceConnectorComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the data space connector component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`DataSpaceConnectorComponentConfig`](../type-aliases/DataSpaceConnectorComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseDocumentManagementComponent()
2
2
 
3
- > **initialiseDocumentManagementComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseDocumentManagementComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`DocumentManagementComponentConfig`](../type-aliases/DocumentManagementComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the document management component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`DocumentManagementComponentConfig`](../type-aliases/DocumentManagementComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseEntityStorageComponent()
2
2
 
3
- > **initialiseEntityStorageComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseEntityStorageComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`EntityStorageComponentConfig`](../type-aliases/EntityStorageComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the entity storage connector.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`EntityStorageComponentConfig`](../type-aliases/EntityStorageComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseEventBusComponent()
2
2
 
3
- > **initialiseEventBusComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseEventBusComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`EventBusComponentConfig`](../type-aliases/EventBusComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the event bus component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`EventBusComponentConfig`](../type-aliases/EventBusComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseEventBusConnector()
2
2
 
3
- > **initialiseEventBusConnector**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IEventBusConnector`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseEventBusConnector**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`EventBusConnectorConfig`](../type-aliases/EventBusConnectorConfig.md), `Factory`\<`IEventBusConnector`\>\>
4
4
 
5
5
  Initialise a event bus connector.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IEventBusConnector`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`EventBusConnectorConfig`](../type-aliases/EventBusConnectorConfig.md), `Factory`\<`IEventBusConnector`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseFaucetConnector()
2
2
 
3
- > **initialiseFaucetConnector**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IFaucetConnector`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseFaucetConnector**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`FaucetConnectorConfig`](../type-aliases/FaucetConnectorConfig.md), `Factory`\<`IFaucetConnector`\>\>
4
4
 
5
5
  Initialise a faucet connector.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IFaucetConnector`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`FaucetConnectorConfig`](../type-aliases/FaucetConnectorConfig.md), `Factory`\<`IFaucetConnector`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseFederatedCatalogueComponent()
2
2
 
3
- > **initialiseFederatedCatalogueComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseFederatedCatalogueComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`FederatedCatalogueComponentConfig`](../type-aliases/FederatedCatalogueComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the federated catalogue component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`FederatedCatalogueComponentConfig`](../type-aliases/FederatedCatalogueComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseFederatedCatalogueFilterComponent()
2
2
 
3
- > **initialiseFederatedCatalogueFilterComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IFederatedCatalogueFilter`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseFederatedCatalogueFilterComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`FederatedCatalogueFilterComponentConfig`](../type-aliases/FederatedCatalogueFilterComponentConfig.md), `Factory`\<`IFederatedCatalogueFilter`\>\>
4
4
 
5
5
  Initialise the federated catalogue filter component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IFederatedCatalogueFilter`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`FederatedCatalogueFilterComponentConfig`](../type-aliases/FederatedCatalogueFilterComponentConfig.md), `Factory`\<`IFederatedCatalogueFilter`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseIdentityComponent()
2
2
 
3
- > **initialiseIdentityComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseIdentityComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`IdentityComponentConfig`](../type-aliases/IdentityComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the identity component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`IdentityComponentConfig`](../type-aliases/IdentityComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseIdentityConnector()
2
2
 
3
- > **initialiseIdentityConnector**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IIdentityConnector`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseIdentityConnector**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`IdentityConnectorConfig`](../type-aliases/IdentityConnectorConfig.md), `Factory`\<`IIdentityConnector`\>\>
4
4
 
5
5
  Initialise the identity connector.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IIdentityConnector`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`IdentityConnectorConfig`](../type-aliases/IdentityConnectorConfig.md), `Factory`\<`IIdentityConnector`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseIdentityProfileComponent()
2
2
 
3
- > **initialiseIdentityProfileComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseIdentityProfileComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`IdentityProfileComponentConfig`](../type-aliases/IdentityProfileComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the identity profile component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`IdentityProfileComponentConfig`](../type-aliases/IdentityProfileComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseIdentityProfileConnector()
2
2
 
3
- > **initialiseIdentityProfileConnector**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IIdentityProfileConnector`\<`IJsonLdDocument`, `IJsonLdDocument`\>\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseIdentityProfileConnector**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`IdentityProfileConnectorConfig`](../type-aliases/IdentityProfileConnectorConfig.md), `Factory`\<`IIdentityProfileConnector`\<`IJsonLdDocument`, `IJsonLdDocument`\>\>\>
4
4
 
5
5
  Initialise the identity profile connector.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IIdentityProfileConnector`\<`IJsonLdDocument`, `IJsonLdDocument`\>\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`IdentityProfileConnectorConfig`](../type-aliases/IdentityProfileConnectorConfig.md), `Factory`\<`IIdentityProfileConnector`\<`IJsonLdDocument`, `IJsonLdDocument`\>\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseIdentityResolverComponent()
2
2
 
3
- > **initialiseIdentityResolverComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseIdentityResolverComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`IdentityResolverComponentConfig`](../type-aliases/IdentityResolverComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the identity resolver component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`IdentityResolverComponentConfig`](../type-aliases/IdentityResolverComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseIdentityResolverConnector()
2
2
 
3
- > **initialiseIdentityResolverConnector**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IIdentityResolverConnector`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseIdentityResolverConnector**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`IdentityResolverConnectorConfig`](../type-aliases/IdentityResolverConnectorConfig.md), `Factory`\<`IIdentityResolverConnector`\>\>
4
4
 
5
5
  Initialise the identity resolver connector.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IIdentityResolverConnector`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`IdentityResolverConnectorConfig`](../type-aliases/IdentityResolverConnectorConfig.md), `Factory`\<`IIdentityResolverConnector`\>\>
30
30
 
31
31
  The instance created and the factory for it.
@@ -1,6 +1,6 @@
1
1
  # Function: initialiseImmutableProofComponent()
2
2
 
3
- > **initialiseImmutableProofComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
3
+ > **initialiseImmutableProofComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`ImmutableProofComponentConfig`](../type-aliases/ImmutableProofComponentConfig.md), `Factory`\<`IComponent`\>\>
4
4
 
5
5
  Initialise the immutable proof component.
6
6
 
@@ -26,6 +26,6 @@ The instance config.
26
26
 
27
27
  ## Returns
28
28
 
29
- `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
29
+ `EngineTypeInitialiserReturn`\<[`ImmutableProofComponentConfig`](../type-aliases/ImmutableProofComponentConfig.md), `Factory`\<`IComponent`\>\>
30
30
 
31
31
  The instance created and the factory for it.