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

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 +155 -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/dist/es/index.js CHANGED
@@ -6,6 +6,7 @@ export * from "./components/auditableItemStream.js";
6
6
  export * from "./components/authenticationGenerator.js";
7
7
  export * from "./components/backgroundTask.js";
8
8
  export * from "./components/blobStorage.js";
9
+ export * from "./components/contextIdHandler.js";
9
10
  export * from "./components/dataProcessing.js";
10
11
  export * from "./components/dataSpaceConnector.js";
11
12
  export * from "./components/documentManagement.js";
@@ -13,6 +14,7 @@ export * from "./components/entityStorage.js";
13
14
  export * from "./components/eventBus.js";
14
15
  export * from "./components/faucet.js";
15
16
  export * from "./components/federatedCatalogue.js";
17
+ export * from "./components/federatedCatalogueFilter.js";
16
18
  export * from "./components/identity.js";
17
19
  export * from "./components/identityProfile.js";
18
20
  export * from "./components/identityResolver.js";
@@ -22,6 +24,7 @@ export * from "./components/messaging.js";
22
24
  export * from "./components/nft.js";
23
25
  export * from "./components/rightsManagementDap.js";
24
26
  export * from "./components/rightsManagementDarp.js";
27
+ export * from "./components/rightsManagementDataAccessHandler.js";
25
28
  export * from "./components/rightsManagementPap.js";
26
29
  export * from "./components/rightsManagementPdp.js";
27
30
  export * from "./components/rightsManagementPep.js";
@@ -29,11 +32,20 @@ export * from "./components/rightsManagementPip.js";
29
32
  export * from "./components/rightsManagementPmp.js";
30
33
  export * from "./components/rightsManagementPnap.js";
31
34
  export * from "./components/rightsManagementPnp.js";
35
+ export * from "./components/rightsManagementPolicyArbiter.js";
36
+ export * from "./components/rightsManagementPolicyEnforcementProcessor.js";
37
+ export * from "./components/rightsManagementPolicyExecutionAction.js";
38
+ export * from "./components/rightsManagementPolicyInformationSource.js";
39
+ export * from "./components/rightsManagementPolicyNegotiator.js";
40
+ export * from "./components/rightsManagementPolicyRequester.js";
32
41
  export * from "./components/rightsManagementPxp.js";
33
42
  export * from "./components/synchronisedStorage.js";
34
43
  export * from "./components/taskScheduler.js";
35
44
  export * from "./components/telemetry.js";
36
45
  export * from "./components/tenant.js";
46
+ export * from "./components/trust.js";
47
+ export * from "./components/trustGenerator.js";
48
+ export * from "./components/trustVerifier.js";
37
49
  export * from "./components/vault.js";
38
50
  export * from "./components/verifiableStorage.js";
39
51
  export * from "./components/wallet.js";
@@ -42,9 +54,10 @@ export * from "./models/config/attestationConnectorConfig.js";
42
54
  export * from "./models/config/auditableItemGraphComponentConfig.js";
43
55
  export * from "./models/config/auditableItemStreamComponentConfig.js";
44
56
  export * from "./models/config/authenticationGeneratorComponentConfig.js";
45
- export * from "./models/config/backgroundTaskConnectorConfig.js";
57
+ export * from "./models/config/backgroundTaskComponentConfig.js";
46
58
  export * from "./models/config/blobStorageComponentConfig.js";
47
59
  export * from "./models/config/blobStorageConnectorConfig.js";
60
+ export * from "./models/config/contextIdHandlerComponentConfig.js";
48
61
  export * from "./models/config/dataConverterConnectorConfig.js";
49
62
  export * from "./models/config/dataExtractorConnectorConfig.js";
50
63
  export * from "./models/config/dataProcessingComponentConfig.js";
@@ -57,6 +70,7 @@ export * from "./models/config/eventBusComponentConfig.js";
57
70
  export * from "./models/config/eventBusConnectorConfig.js";
58
71
  export * from "./models/config/faucetConnectorConfig.js";
59
72
  export * from "./models/config/federatedCatalogueComponentConfig.js";
73
+ export * from "./models/config/federatedCatalogueFilterComponentConfig.js";
60
74
  export * from "./models/config/identityComponentConfig.js";
61
75
  export * from "./models/config/identityConnectorConfig.js";
62
76
  export * from "./models/config/identityProfileComponentConfig.js";
@@ -75,6 +89,7 @@ export * from "./models/config/nftComponentConfig.js";
75
89
  export * from "./models/config/nftConnectorConfig.js";
76
90
  export * from "./models/config/rightsManagementDapComponentConfig.js";
77
91
  export * from "./models/config/rightsManagementDarpComponentConfig.js";
92
+ export * from "./models/config/rightsManagementDataAccessHandlerComponentConfig.js";
78
93
  export * from "./models/config/rightsManagementPapComponentConfig.js";
79
94
  export * from "./models/config/rightsManagementPdpComponentConfig.js";
80
95
  export * from "./models/config/rightsManagementPepComponentConfig.js";
@@ -82,12 +97,21 @@ export * from "./models/config/rightsManagementPipComponentConfig.js";
82
97
  export * from "./models/config/rightsManagementPmpComponentConfig.js";
83
98
  export * from "./models/config/rightsManagementPnapComponentConfig.js";
84
99
  export * from "./models/config/rightsManagementPnpComponentConfig.js";
100
+ export * from "./models/config/rightsManagementPolicyArbiterComponentConfig.js";
101
+ export * from "./models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js";
102
+ export * from "./models/config/rightsManagementPolicyExecutionActionComponentConfig.js";
103
+ export * from "./models/config/rightsManagementPolicyInformationSourceComponentConfig.js";
104
+ export * from "./models/config/rightsManagementPolicyNegotiatorComponentConfig.js";
105
+ export * from "./models/config/rightsManagementPolicyRequesterComponentConfig.js";
85
106
  export * from "./models/config/rightsManagementPxpComponentConfig.js";
86
107
  export * from "./models/config/synchronisedStorageComponentConfig.js";
87
108
  export * from "./models/config/taskSchedulerComponentConfig.js";
88
109
  export * from "./models/config/telemetryComponentConfig.js";
89
110
  export * from "./models/config/telemetryConnectorConfig.js";
90
111
  export * from "./models/config/tenantAdminComponentConfig.js";
112
+ export * from "./models/config/trustComponentConfig.js";
113
+ export * from "./models/config/trustGeneratorComponentConfig.js";
114
+ export * from "./models/config/trustVerifierComponentConfig.js";
91
115
  export * from "./models/config/vaultConnectorConfig.js";
92
116
  export * from "./models/config/verifiableStorageComponentConfig.js";
93
117
  export * from "./models/config/verifiableStorageConnectorConfig.js";
@@ -98,9 +122,10 @@ export * from "./models/types/attestationConnectorType.js";
98
122
  export * from "./models/types/auditableItemGraphComponentType.js";
99
123
  export * from "./models/types/auditableItemStreamComponentType.js";
100
124
  export * from "./models/types/authenticationGeneratorComponentType.js";
101
- export * from "./models/types/backgroundTaskConnectorType.js";
125
+ export * from "./models/types/backgroundTaskComponentType.js";
102
126
  export * from "./models/types/blobStorageComponentType.js";
103
127
  export * from "./models/types/blobStorageConnectorType.js";
128
+ export * from "./models/types/contextIdHandlerComponentType.js";
104
129
  export * from "./models/types/dataConverterConnectorType.js";
105
130
  export * from "./models/types/dataExtractorConnectorType.js";
106
131
  export * from "./models/types/dataProcessingComponentType.js";
@@ -113,6 +138,7 @@ export * from "./models/types/eventBusComponentType.js";
113
138
  export * from "./models/types/eventBusConnectorType.js";
114
139
  export * from "./models/types/faucetConnectorType.js";
115
140
  export * from "./models/types/federatedCatalogueComponentType.js";
141
+ export * from "./models/types/federatedCatalogueFilterComponentType.js";
116
142
  export * from "./models/types/identityComponentType.js";
117
143
  export * from "./models/types/identityConnectorType.js";
118
144
  export * from "./models/types/identityProfileComponentType.js";
@@ -131,6 +157,7 @@ export * from "./models/types/nftComponentType.js";
131
157
  export * from "./models/types/nftConnectorType.js";
132
158
  export * from "./models/types/rightsManagementDapComponentType.js";
133
159
  export * from "./models/types/rightsManagementDarpComponentType.js";
160
+ export * from "./models/types/rightsManagementDataAccessHandlerComponentType.js";
134
161
  export * from "./models/types/rightsManagementPapComponentType.js";
135
162
  export * from "./models/types/rightsManagementPdpComponentType.js";
136
163
  export * from "./models/types/rightsManagementPepComponentType.js";
@@ -138,12 +165,21 @@ export * from "./models/types/rightsManagementPipComponentType.js";
138
165
  export * from "./models/types/rightsManagementPmpComponentType.js";
139
166
  export * from "./models/types/rightsManagementPnapComponentType.js";
140
167
  export * from "./models/types/rightsManagementPnpComponentType.js";
168
+ export * from "./models/types/rightsManagementPolicyArbiterComponentType.js";
169
+ export * from "./models/types/rightsManagementPolicyEnforcementProcessorComponentType.js";
170
+ export * from "./models/types/rightsManagementPolicyExecutionActionComponentType.js";
171
+ export * from "./models/types/rightsManagementPolicyInformationSourceComponentType.js";
172
+ export * from "./models/types/rightsManagementPolicyNegotiatorComponentType.js";
173
+ export * from "./models/types/rightsManagementPolicyRequesterComponentType.js";
141
174
  export * from "./models/types/rightsManagementPxpComponentType.js";
142
175
  export * from "./models/types/synchronisedStorageComponentType.js";
143
176
  export * from "./models/types/taskSchedulerComponentType.js";
144
177
  export * from "./models/types/telemetryComponentType.js";
145
178
  export * from "./models/types/telemetryConnectorType.js";
146
179
  export * from "./models/types/tenantAdminComponentType.js";
180
+ export * from "./models/types/trustComponentType.js";
181
+ export * from "./models/types/trustGeneratorComponentType.js";
182
+ export * from "./models/types/trustVerifierComponentType.js";
147
183
  export * from "./models/types/vaultConnectorType.js";
148
184
  export * from "./models/types/verifiableStorageComponentType.js";
149
185
  export * from "./models/types/verifiableStorageConnectorType.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nexport * from \"./components/attestation.js\";\nexport * from \"./components/auditableItemGraph.js\";\nexport * from \"./components/auditableItemStream.js\";\nexport * from \"./components/authenticationGenerator.js\";\nexport * from \"./components/backgroundTask.js\";\nexport * from \"./components/blobStorage.js\";\nexport * from \"./components/dataProcessing.js\";\nexport * from \"./components/dataSpaceConnector.js\";\nexport * from \"./components/documentManagement.js\";\nexport * from \"./components/entityStorage.js\";\nexport * from \"./components/eventBus.js\";\nexport * from \"./components/faucet.js\";\nexport * from \"./components/federatedCatalogue.js\";\nexport * from \"./components/identity.js\";\nexport * from \"./components/identityProfile.js\";\nexport * from \"./components/identityResolver.js\";\nexport * from \"./components/immutableProof.js\";\nexport * from \"./components/logging.js\";\nexport * from \"./components/messaging.js\";\nexport * from \"./components/nft.js\";\nexport * from \"./components/rightsManagementDap.js\";\nexport * from \"./components/rightsManagementDarp.js\";\nexport * from \"./components/rightsManagementPap.js\";\nexport * from \"./components/rightsManagementPdp.js\";\nexport * from \"./components/rightsManagementPep.js\";\nexport * from \"./components/rightsManagementPip.js\";\nexport * from \"./components/rightsManagementPmp.js\";\nexport * from \"./components/rightsManagementPnap.js\";\nexport * from \"./components/rightsManagementPnp.js\";\nexport * from \"./components/rightsManagementPxp.js\";\nexport * from \"./components/synchronisedStorage.js\";\nexport * from \"./components/taskScheduler.js\";\nexport * from \"./components/telemetry.js\";\nexport * from \"./components/tenant.js\";\nexport * from \"./components/vault.js\";\nexport * from \"./components/verifiableStorage.js\";\nexport * from \"./components/wallet.js\";\nexport * from \"./models/config/attestationComponentConfig.js\";\nexport * from \"./models/config/attestationConnectorConfig.js\";\nexport * from \"./models/config/auditableItemGraphComponentConfig.js\";\nexport * from \"./models/config/auditableItemStreamComponentConfig.js\";\nexport * from \"./models/config/authenticationGeneratorComponentConfig.js\";\nexport * from \"./models/config/backgroundTaskConnectorConfig.js\";\nexport * from \"./models/config/blobStorageComponentConfig.js\";\nexport * from \"./models/config/blobStorageConnectorConfig.js\";\nexport * from \"./models/config/dataConverterConnectorConfig.js\";\nexport * from \"./models/config/dataExtractorConnectorConfig.js\";\nexport * from \"./models/config/dataProcessingComponentConfig.js\";\nexport * from \"./models/config/dataSpaceConnectorComponentConfig.js\";\nexport * from \"./models/config/dltConfig.js\";\nexport * from \"./models/config/documentManagementComponentConfig.js\";\nexport * from \"./models/config/entityStorageComponentConfig.js\";\nexport * from \"./models/config/entityStorageConnectorConfig.js\";\nexport * from \"./models/config/eventBusComponentConfig.js\";\nexport * from \"./models/config/eventBusConnectorConfig.js\";\nexport * from \"./models/config/faucetConnectorConfig.js\";\nexport * from \"./models/config/federatedCatalogueComponentConfig.js\";\nexport * from \"./models/config/identityComponentConfig.js\";\nexport * from \"./models/config/identityConnectorConfig.js\";\nexport * from \"./models/config/identityProfileComponentConfig.js\";\nexport * from \"./models/config/identityProfileConnectorConfig.js\";\nexport * from \"./models/config/identityResolverComponentConfig.js\";\nexport * from \"./models/config/identityResolverConnectorConfig.js\";\nexport * from \"./models/config/immutableProofComponentConfig.js\";\nexport * from \"./models/config/loggingComponentConfig.js\";\nexport * from \"./models/config/loggingConnectorConfig.js\";\nexport * from \"./models/config/messagingAdminComponentConfig.js\";\nexport * from \"./models/config/messagingComponentConfig.js\";\nexport * from \"./models/config/messagingEmailConnectorConfig.js\";\nexport * from \"./models/config/messagingPushNotificationConnectorConfig.js\";\nexport * from \"./models/config/messagingSmsConnectorConfig.js\";\nexport * from \"./models/config/nftComponentConfig.js\";\nexport * from \"./models/config/nftConnectorConfig.js\";\nexport * from \"./models/config/rightsManagementDapComponentConfig.js\";\nexport * from \"./models/config/rightsManagementDarpComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPapComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPdpComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPepComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPipComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPmpComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPnapComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPnpComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPxpComponentConfig.js\";\nexport * from \"./models/config/synchronisedStorageComponentConfig.js\";\nexport * from \"./models/config/taskSchedulerComponentConfig.js\";\nexport * from \"./models/config/telemetryComponentConfig.js\";\nexport * from \"./models/config/telemetryConnectorConfig.js\";\nexport * from \"./models/config/tenantAdminComponentConfig.js\";\nexport * from \"./models/config/vaultConnectorConfig.js\";\nexport * from \"./models/config/verifiableStorageComponentConfig.js\";\nexport * from \"./models/config/verifiableStorageConnectorConfig.js\";\nexport * from \"./models/config/walletConnectorConfig.js\";\nexport * from \"./models/IEngineConfig.js\";\nexport * from \"./models/types/attestationComponentType.js\";\nexport * from \"./models/types/attestationConnectorType.js\";\nexport * from \"./models/types/auditableItemGraphComponentType.js\";\nexport * from \"./models/types/auditableItemStreamComponentType.js\";\nexport * from \"./models/types/authenticationGeneratorComponentType.js\";\nexport * from \"./models/types/backgroundTaskConnectorType.js\";\nexport * from \"./models/types/blobStorageComponentType.js\";\nexport * from \"./models/types/blobStorageConnectorType.js\";\nexport * from \"./models/types/dataConverterConnectorType.js\";\nexport * from \"./models/types/dataExtractorConnectorType.js\";\nexport * from \"./models/types/dataProcessingComponentType.js\";\nexport * from \"./models/types/dataSpaceConnectorComponentType.js\";\nexport * from \"./models/types/dltConfigType.js\";\nexport * from \"./models/types/documentManagementComponentType.js\";\nexport * from \"./models/types/entityStorageComponentType.js\";\nexport * from \"./models/types/entityStorageConnectorType.js\";\nexport * from \"./models/types/eventBusComponentType.js\";\nexport * from \"./models/types/eventBusConnectorType.js\";\nexport * from \"./models/types/faucetConnectorType.js\";\nexport * from \"./models/types/federatedCatalogueComponentType.js\";\nexport * from \"./models/types/identityComponentType.js\";\nexport * from \"./models/types/identityConnectorType.js\";\nexport * from \"./models/types/identityProfileComponentType.js\";\nexport * from \"./models/types/identityProfileConnectorType.js\";\nexport * from \"./models/types/identityResolverComponentType.js\";\nexport * from \"./models/types/identityResolverConnectorType.js\";\nexport * from \"./models/types/immutableProofComponentType.js\";\nexport * from \"./models/types/loggingComponentType.js\";\nexport * from \"./models/types/loggingConnectorType.js\";\nexport * from \"./models/types/messagingAdminComponentType.js\";\nexport * from \"./models/types/messagingComponentType.js\";\nexport * from \"./models/types/messagingEmailConnectorType.js\";\nexport * from \"./models/types/messagingPushNotificationConnectorType.js\";\nexport * from \"./models/types/messagingSmsConnectorType.js\";\nexport * from \"./models/types/nftComponentType.js\";\nexport * from \"./models/types/nftConnectorType.js\";\nexport * from \"./models/types/rightsManagementDapComponentType.js\";\nexport * from \"./models/types/rightsManagementDarpComponentType.js\";\nexport * from \"./models/types/rightsManagementPapComponentType.js\";\nexport * from \"./models/types/rightsManagementPdpComponentType.js\";\nexport * from \"./models/types/rightsManagementPepComponentType.js\";\nexport * from \"./models/types/rightsManagementPipComponentType.js\";\nexport * from \"./models/types/rightsManagementPmpComponentType.js\";\nexport * from \"./models/types/rightsManagementPnapComponentType.js\";\nexport * from \"./models/types/rightsManagementPnpComponentType.js\";\nexport * from \"./models/types/rightsManagementPxpComponentType.js\";\nexport * from \"./models/types/synchronisedStorageComponentType.js\";\nexport * from \"./models/types/taskSchedulerComponentType.js\";\nexport * from \"./models/types/telemetryComponentType.js\";\nexport * from \"./models/types/telemetryConnectorType.js\";\nexport * from \"./models/types/tenantAdminComponentType.js\";\nexport * from \"./models/types/vaultConnectorType.js\";\nexport * from \"./models/types/verifiableStorageComponentType.js\";\nexport * from \"./models/types/verifiableStorageConnectorType.js\";\nexport * from \"./models/types/walletConnectorType.js\";\nexport * from \"./utils/engineTypeHelper.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nexport * from \"./components/attestation.js\";\nexport * from \"./components/auditableItemGraph.js\";\nexport * from \"./components/auditableItemStream.js\";\nexport * from \"./components/authenticationGenerator.js\";\nexport * from \"./components/backgroundTask.js\";\nexport * from \"./components/blobStorage.js\";\nexport * from \"./components/contextIdHandler.js\";\nexport * from \"./components/dataProcessing.js\";\nexport * from \"./components/dataSpaceConnector.js\";\nexport * from \"./components/documentManagement.js\";\nexport * from \"./components/entityStorage.js\";\nexport * from \"./components/eventBus.js\";\nexport * from \"./components/faucet.js\";\nexport * from \"./components/federatedCatalogue.js\";\nexport * from \"./components/federatedCatalogueFilter.js\";\nexport * from \"./components/identity.js\";\nexport * from \"./components/identityProfile.js\";\nexport * from \"./components/identityResolver.js\";\nexport * from \"./components/immutableProof.js\";\nexport * from \"./components/logging.js\";\nexport * from \"./components/messaging.js\";\nexport * from \"./components/nft.js\";\nexport * from \"./components/rightsManagementDap.js\";\nexport * from \"./components/rightsManagementDarp.js\";\nexport * from \"./components/rightsManagementDataAccessHandler.js\";\nexport * from \"./components/rightsManagementPap.js\";\nexport * from \"./components/rightsManagementPdp.js\";\nexport * from \"./components/rightsManagementPep.js\";\nexport * from \"./components/rightsManagementPip.js\";\nexport * from \"./components/rightsManagementPmp.js\";\nexport * from \"./components/rightsManagementPnap.js\";\nexport * from \"./components/rightsManagementPnp.js\";\nexport * from \"./components/rightsManagementPolicyArbiter.js\";\nexport * from \"./components/rightsManagementPolicyEnforcementProcessor.js\";\nexport * from \"./components/rightsManagementPolicyExecutionAction.js\";\nexport * from \"./components/rightsManagementPolicyInformationSource.js\";\nexport * from \"./components/rightsManagementPolicyNegotiator.js\";\nexport * from \"./components/rightsManagementPolicyRequester.js\";\nexport * from \"./components/rightsManagementPxp.js\";\nexport * from \"./components/synchronisedStorage.js\";\nexport * from \"./components/taskScheduler.js\";\nexport * from \"./components/telemetry.js\";\nexport * from \"./components/tenant.js\";\nexport * from \"./components/trust.js\";\nexport * from \"./components/trustGenerator.js\";\nexport * from \"./components/trustVerifier.js\";\nexport * from \"./components/vault.js\";\nexport * from \"./components/verifiableStorage.js\";\nexport * from \"./components/wallet.js\";\nexport * from \"./models/config/attestationComponentConfig.js\";\nexport * from \"./models/config/attestationConnectorConfig.js\";\nexport * from \"./models/config/auditableItemGraphComponentConfig.js\";\nexport * from \"./models/config/auditableItemStreamComponentConfig.js\";\nexport * from \"./models/config/authenticationGeneratorComponentConfig.js\";\nexport * from \"./models/config/backgroundTaskComponentConfig.js\";\nexport * from \"./models/config/blobStorageComponentConfig.js\";\nexport * from \"./models/config/blobStorageConnectorConfig.js\";\nexport * from \"./models/config/contextIdHandlerComponentConfig.js\";\nexport * from \"./models/config/dataConverterConnectorConfig.js\";\nexport * from \"./models/config/dataExtractorConnectorConfig.js\";\nexport * from \"./models/config/dataProcessingComponentConfig.js\";\nexport * from \"./models/config/dataSpaceConnectorComponentConfig.js\";\nexport * from \"./models/config/dltConfig.js\";\nexport * from \"./models/config/documentManagementComponentConfig.js\";\nexport * from \"./models/config/entityStorageComponentConfig.js\";\nexport * from \"./models/config/entityStorageConnectorConfig.js\";\nexport * from \"./models/config/eventBusComponentConfig.js\";\nexport * from \"./models/config/eventBusConnectorConfig.js\";\nexport * from \"./models/config/faucetConnectorConfig.js\";\nexport * from \"./models/config/federatedCatalogueComponentConfig.js\";\nexport * from \"./models/config/federatedCatalogueFilterComponentConfig.js\";\nexport * from \"./models/config/identityComponentConfig.js\";\nexport * from \"./models/config/identityConnectorConfig.js\";\nexport * from \"./models/config/identityProfileComponentConfig.js\";\nexport * from \"./models/config/identityProfileConnectorConfig.js\";\nexport * from \"./models/config/identityResolverComponentConfig.js\";\nexport * from \"./models/config/identityResolverConnectorConfig.js\";\nexport * from \"./models/config/immutableProofComponentConfig.js\";\nexport * from \"./models/config/loggingComponentConfig.js\";\nexport * from \"./models/config/loggingConnectorConfig.js\";\nexport * from \"./models/config/messagingAdminComponentConfig.js\";\nexport * from \"./models/config/messagingComponentConfig.js\";\nexport * from \"./models/config/messagingEmailConnectorConfig.js\";\nexport * from \"./models/config/messagingPushNotificationConnectorConfig.js\";\nexport * from \"./models/config/messagingSmsConnectorConfig.js\";\nexport * from \"./models/config/nftComponentConfig.js\";\nexport * from \"./models/config/nftConnectorConfig.js\";\nexport * from \"./models/config/rightsManagementDapComponentConfig.js\";\nexport * from \"./models/config/rightsManagementDarpComponentConfig.js\";\nexport * from \"./models/config/rightsManagementDataAccessHandlerComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPapComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPdpComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPepComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPipComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPmpComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPnapComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPnpComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPolicyArbiterComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPolicyExecutionActionComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPolicyInformationSourceComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPolicyNegotiatorComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPolicyRequesterComponentConfig.js\";\nexport * from \"./models/config/rightsManagementPxpComponentConfig.js\";\nexport * from \"./models/config/synchronisedStorageComponentConfig.js\";\nexport * from \"./models/config/taskSchedulerComponentConfig.js\";\nexport * from \"./models/config/telemetryComponentConfig.js\";\nexport * from \"./models/config/telemetryConnectorConfig.js\";\nexport * from \"./models/config/tenantAdminComponentConfig.js\";\nexport * from \"./models/config/trustComponentConfig.js\";\nexport * from \"./models/config/trustGeneratorComponentConfig.js\";\nexport * from \"./models/config/trustVerifierComponentConfig.js\";\nexport * from \"./models/config/vaultConnectorConfig.js\";\nexport * from \"./models/config/verifiableStorageComponentConfig.js\";\nexport * from \"./models/config/verifiableStorageConnectorConfig.js\";\nexport * from \"./models/config/walletConnectorConfig.js\";\nexport * from \"./models/IEngineConfig.js\";\nexport * from \"./models/types/attestationComponentType.js\";\nexport * from \"./models/types/attestationConnectorType.js\";\nexport * from \"./models/types/auditableItemGraphComponentType.js\";\nexport * from \"./models/types/auditableItemStreamComponentType.js\";\nexport * from \"./models/types/authenticationGeneratorComponentType.js\";\nexport * from \"./models/types/backgroundTaskComponentType.js\";\nexport * from \"./models/types/blobStorageComponentType.js\";\nexport * from \"./models/types/blobStorageConnectorType.js\";\nexport * from \"./models/types/contextIdHandlerComponentType.js\";\nexport * from \"./models/types/dataConverterConnectorType.js\";\nexport * from \"./models/types/dataExtractorConnectorType.js\";\nexport * from \"./models/types/dataProcessingComponentType.js\";\nexport * from \"./models/types/dataSpaceConnectorComponentType.js\";\nexport * from \"./models/types/dltConfigType.js\";\nexport * from \"./models/types/documentManagementComponentType.js\";\nexport * from \"./models/types/entityStorageComponentType.js\";\nexport * from \"./models/types/entityStorageConnectorType.js\";\nexport * from \"./models/types/eventBusComponentType.js\";\nexport * from \"./models/types/eventBusConnectorType.js\";\nexport * from \"./models/types/faucetConnectorType.js\";\nexport * from \"./models/types/federatedCatalogueComponentType.js\";\nexport * from \"./models/types/federatedCatalogueFilterComponentType.js\";\nexport * from \"./models/types/identityComponentType.js\";\nexport * from \"./models/types/identityConnectorType.js\";\nexport * from \"./models/types/identityProfileComponentType.js\";\nexport * from \"./models/types/identityProfileConnectorType.js\";\nexport * from \"./models/types/identityResolverComponentType.js\";\nexport * from \"./models/types/identityResolverConnectorType.js\";\nexport * from \"./models/types/immutableProofComponentType.js\";\nexport * from \"./models/types/loggingComponentType.js\";\nexport * from \"./models/types/loggingConnectorType.js\";\nexport * from \"./models/types/messagingAdminComponentType.js\";\nexport * from \"./models/types/messagingComponentType.js\";\nexport * from \"./models/types/messagingEmailConnectorType.js\";\nexport * from \"./models/types/messagingPushNotificationConnectorType.js\";\nexport * from \"./models/types/messagingSmsConnectorType.js\";\nexport * from \"./models/types/nftComponentType.js\";\nexport * from \"./models/types/nftConnectorType.js\";\nexport * from \"./models/types/rightsManagementDapComponentType.js\";\nexport * from \"./models/types/rightsManagementDarpComponentType.js\";\nexport * from \"./models/types/rightsManagementDataAccessHandlerComponentType.js\";\nexport * from \"./models/types/rightsManagementPapComponentType.js\";\nexport * from \"./models/types/rightsManagementPdpComponentType.js\";\nexport * from \"./models/types/rightsManagementPepComponentType.js\";\nexport * from \"./models/types/rightsManagementPipComponentType.js\";\nexport * from \"./models/types/rightsManagementPmpComponentType.js\";\nexport * from \"./models/types/rightsManagementPnapComponentType.js\";\nexport * from \"./models/types/rightsManagementPnpComponentType.js\";\nexport * from \"./models/types/rightsManagementPolicyArbiterComponentType.js\";\nexport * from \"./models/types/rightsManagementPolicyEnforcementProcessorComponentType.js\";\nexport * from \"./models/types/rightsManagementPolicyExecutionActionComponentType.js\";\nexport * from \"./models/types/rightsManagementPolicyInformationSourceComponentType.js\";\nexport * from \"./models/types/rightsManagementPolicyNegotiatorComponentType.js\";\nexport * from \"./models/types/rightsManagementPolicyRequesterComponentType.js\";\nexport * from \"./models/types/rightsManagementPxpComponentType.js\";\nexport * from \"./models/types/synchronisedStorageComponentType.js\";\nexport * from \"./models/types/taskSchedulerComponentType.js\";\nexport * from \"./models/types/telemetryComponentType.js\";\nexport * from \"./models/types/telemetryConnectorType.js\";\nexport * from \"./models/types/tenantAdminComponentType.js\";\nexport * from \"./models/types/trustComponentType.js\";\nexport * from \"./models/types/trustGeneratorComponentType.js\";\nexport * from \"./models/types/trustVerifierComponentType.js\";\nexport * from \"./models/types/vaultConnectorType.js\";\nexport * from \"./models/types/verifiableStorageComponentType.js\";\nexport * from \"./models/types/verifiableStorageConnectorType.js\";\nexport * from \"./models/types/walletConnectorType.js\";\nexport * from \"./utils/engineTypeHelper.js\";\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IEngineConfig.js","sourceRoot":"","sources":["../../../src/models/IEngineConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IEngineCoreConfig, IEngineCoreTypeConfig } from \"@twin.org/engine-models\";\nimport type { AttestationComponentConfig } from \"./config/attestationComponentConfig.js\";\nimport type { AttestationConnectorConfig } from \"./config/attestationConnectorConfig.js\";\nimport type { AuditableItemGraphComponentConfig } from \"./config/auditableItemGraphComponentConfig.js\";\nimport type { AuditableItemStreamComponentConfig } from \"./config/auditableItemStreamComponentConfig.js\";\nimport type { AuthenticationGeneratorComponentConfig } from \"./config/authenticationGeneratorComponentConfig.js\";\nimport type { BackgroundTaskConnectorConfig } from \"./config/backgroundTaskConnectorConfig.js\";\nimport type { BlobStorageComponentConfig } from \"./config/blobStorageComponentConfig.js\";\nimport type { BlobStorageConnectorConfig } from \"./config/blobStorageConnectorConfig.js\";\nimport type { DataConverterConnectorConfig } from \"./config/dataConverterConnectorConfig.js\";\nimport type { DataExtractorConnectorConfig } from \"./config/dataExtractorConnectorConfig.js\";\nimport type { DataProcessingComponentConfig } from \"./config/dataProcessingComponentConfig.js\";\nimport type { DataSpaceConnectorComponentConfig } from \"./config/dataSpaceConnectorComponentConfig.js\";\nimport type { DltConfig } from \"./config/dltConfig.js\";\nimport type { DocumentManagementComponentConfig } from \"./config/documentManagementComponentConfig.js\";\nimport type { EntityStorageComponentConfig } from \"./config/entityStorageComponentConfig.js\";\nimport type { EntityStorageConnectorConfig } from \"./config/entityStorageConnectorConfig.js\";\nimport type { EventBusComponentConfig } from \"./config/eventBusComponentConfig.js\";\nimport type { EventBusConnectorConfig } from \"./config/eventBusConnectorConfig.js\";\nimport type { FaucetConnectorConfig } from \"./config/faucetConnectorConfig.js\";\nimport type { FederatedCatalogueComponentConfig } from \"./config/federatedCatalogueComponentConfig.js\";\nimport type { IdentityComponentConfig } from \"./config/identityComponentConfig.js\";\nimport type { IdentityConnectorConfig } from \"./config/identityConnectorConfig.js\";\nimport type { IdentityProfileComponentConfig } from \"./config/identityProfileComponentConfig.js\";\nimport type { IdentityProfileConnectorConfig } from \"./config/identityProfileConnectorConfig.js\";\nimport type { IdentityResolverComponentConfig } from \"./config/identityResolverComponentConfig.js\";\nimport type { IdentityResolverConnectorConfig } from \"./config/identityResolverConnectorConfig.js\";\nimport type { ImmutableProofComponentConfig } from \"./config/immutableProofComponentConfig.js\";\nimport type { LoggingComponentConfig } from \"./config/loggingComponentConfig.js\";\nimport type { LoggingConnectorConfig } from \"./config/loggingConnectorConfig.js\";\nimport type { MessagingAdminComponentConfig } from \"./config/messagingAdminComponentConfig.js\";\nimport type { MessagingComponentConfig } from \"./config/messagingComponentConfig.js\";\nimport type { MessagingEmailConnectorConfig } from \"./config/messagingEmailConnectorConfig.js\";\nimport type { MessagingPushNotificationConnectorConfig } from \"./config/messagingPushNotificationConnectorConfig.js\";\nimport type { MessagingSmsConnectorConfig } from \"./config/messagingSmsConnectorConfig.js\";\nimport type { NftComponentConfig } from \"./config/nftComponentConfig.js\";\nimport type { NftConnectorConfig } from \"./config/nftConnectorConfig.js\";\nimport type { RightsManagementDapComponentConfig } from \"./config/rightsManagementDapComponentConfig.js\";\nimport type { RightsManagementDarpComponentConfig } from \"./config/rightsManagementDarpComponentConfig.js\";\nimport type { RightsManagementPapComponentConfig } from \"./config/rightsManagementPapComponentConfig.js\";\nimport type { RightsManagementPdpComponentConfig } from \"./config/rightsManagementPdpComponentConfig.js\";\nimport type { RightsManagementPepComponentConfig } from \"./config/rightsManagementPepComponentConfig.js\";\nimport type { RightsManagementPipComponentConfig } from \"./config/rightsManagementPipComponentConfig.js\";\nimport type { RightsManagementPmpComponentConfig } from \"./config/rightsManagementPmpComponentConfig.js\";\nimport type { RightsManagementPnapComponentConfig } from \"./config/rightsManagementPnapComponentConfig.js\";\nimport type { RightsManagementPnpComponentConfig } from \"./config/rightsManagementPnpComponentConfig.js\";\nimport type { RightsManagementPxpComponentConfig } from \"./config/rightsManagementPxpComponentConfig.js\";\nimport type { SynchronisedStorageComponentConfig } from \"./config/synchronisedStorageComponentConfig.js\";\nimport type { TaskSchedulerComponentConfig } from \"./config/taskSchedulerComponentConfig.js\";\nimport type { TelemetryComponentConfig } from \"./config/telemetryComponentConfig.js\";\nimport type { TelemetryConnectorConfig } from \"./config/telemetryConnectorConfig.js\";\nimport type { TenantAdminComponentConfig } from \"./config/tenantAdminComponentConfig.js\";\nimport type { VaultConnectorConfig } from \"./config/vaultConnectorConfig.js\";\nimport type { VerifiableStorageComponentConfig } from \"./config/verifiableStorageComponentConfig.js\";\nimport type { VerifiableStorageConnectorConfig } from \"./config/verifiableStorageConnectorConfig.js\";\nimport type { WalletConnectorConfig } from \"./config/walletConnectorConfig.js\";\n\n/**\n * Extended engine core config with known types.\n */\nexport interface IEngineConfig extends IEngineCoreConfig {\n\t/**\n\t * The types to initialise in the engine.\n\t */\n\ttypes: {\n\t\t[type: string]: IEngineCoreTypeConfig[] | undefined;\n\n\t\t/**\n\t\t * Logging connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tloggingConnector?: IEngineCoreTypeConfig<LoggingConnectorConfig>[];\n\n\t\t/**\n\t\t * Logging component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tloggingComponent?: IEngineCoreTypeConfig<LoggingComponentConfig>[];\n\n\t\t/**\n\t\t * Entity storage connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tentityStorageConnector?: IEngineCoreTypeConfig<EntityStorageConnectorConfig>[];\n\n\t\t/**\n\t\t * Entity storage component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tentityStorageComponent?: IEngineCoreTypeConfig<EntityStorageComponentConfig>[];\n\n\t\t/**\n\t\t * Blob storage connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tblobStorageConnector?: IEngineCoreTypeConfig<BlobStorageConnectorConfig>[];\n\n\t\t/**\n\t\t * Blob storage component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tblobStorageComponent?: IEngineCoreTypeConfig<BlobStorageComponentConfig>[];\n\n\t\t/**\n\t\t * Telemetry connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\ttelemetryConnector?: IEngineCoreTypeConfig<TelemetryConnectorConfig>[];\n\n\t\t/**\n\t\t * Telemetry component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\ttelemetryComponent?: IEngineCoreTypeConfig<TelemetryComponentConfig>[];\n\n\t\t/**\n\t\t * Messaging email connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tmessagingEmailConnector?: IEngineCoreTypeConfig<MessagingEmailConnectorConfig>[];\n\n\t\t/**\n\t\t * Messaging SMS connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tmessagingSmsConnector?: IEngineCoreTypeConfig<MessagingSmsConnectorConfig>[];\n\n\t\t/**\n\t\t * Messaging push notification connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tmessagingPushNotificationConnector?: IEngineCoreTypeConfig<MessagingPushNotificationConnectorConfig>[];\n\n\t\t/**\n\t\t * Messaging admin component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tmessagingAdminComponent?: IEngineCoreTypeConfig<MessagingAdminComponentConfig>[];\n\n\t\t/**\n\t\t * Messaging component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tmessagingComponent?: IEngineCoreTypeConfig<MessagingComponentConfig>[];\n\n\t\t/**\n\t\t * Background task connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tbackgroundTaskConnector?: IEngineCoreTypeConfig<BackgroundTaskConnectorConfig>[];\n\n\t\t/**\n\t\t * Task scheduler component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\ttaskSchedulerComponent?: IEngineCoreTypeConfig<TaskSchedulerComponentConfig>[];\n\n\t\t/**\n\t\t * Event bus connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\teventBusConnector?: IEngineCoreTypeConfig<EventBusConnectorConfig>[];\n\n\t\t/**\n\t\t * Event bus component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\teventBusComponent?: IEngineCoreTypeConfig<EventBusComponentConfig>[];\n\n\t\t/**\n\t\t * Vault connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tvaultConnector?: IEngineCoreTypeConfig<VaultConnectorConfig>[];\n\n\t\t/**\n\t\t * DLT options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tdltConfig?: IEngineCoreTypeConfig<DltConfig>[];\n\n\t\t/**\n\t\t * Wallet connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\twalletConnector?: IEngineCoreTypeConfig<WalletConnectorConfig>[];\n\n\t\t/**\n\t\t * Verifiable storage connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tverifiableStorageConnector?: IEngineCoreTypeConfig<VerifiableStorageConnectorConfig>[];\n\n\t\t/**\n\t\t * Verifiable storage component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tverifiableStorageComponent?: IEngineCoreTypeConfig<VerifiableStorageComponentConfig>[];\n\n\t\t/**\n\t\t * Immutable proof component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\timmutableProofComponent?: IEngineCoreTypeConfig<ImmutableProofComponentConfig>[];\n\n\t\t/**\n\t\t * Faucet connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tfaucetConnector?: IEngineCoreTypeConfig<FaucetConnectorConfig>[];\n\n\t\t/**\n\t\t * Identity connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tidentityConnector?: IEngineCoreTypeConfig<IdentityConnectorConfig>[];\n\n\t\t/**\n\t\t * Identity component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tidentityComponent?: IEngineCoreTypeConfig<IdentityComponentConfig>[];\n\n\t\t/**\n\t\t * Identity resolver connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tidentityResolverConnector?: IEngineCoreTypeConfig<IdentityResolverConnectorConfig>[];\n\n\t\t/**\n\t\t * Identity resolver component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tidentityResolverComponent?: IEngineCoreTypeConfig<IdentityResolverComponentConfig>[];\n\n\t\t/**\n\t\t * Identity profile connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tidentityProfileConnector?: IEngineCoreTypeConfig<IdentityProfileConnectorConfig>[];\n\n\t\t/**\n\t\t * Identity profile component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tidentityProfileComponent?: IEngineCoreTypeConfig<IdentityProfileComponentConfig>[];\n\n\t\t/**\n\t\t * NFT connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tnftConnector?: IEngineCoreTypeConfig<NftConnectorConfig>[];\n\n\t\t/**\n\t\t * NFT component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tnftComponent?: IEngineCoreTypeConfig<NftComponentConfig>[];\n\n\t\t/**\n\t\t * Attestation connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tattestationConnector?: IEngineCoreTypeConfig<AttestationConnectorConfig>[];\n\n\t\t/**\n\t\t * Attestation component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tattestationComponent?: IEngineCoreTypeConfig<AttestationComponentConfig>[];\n\n\t\t/**\n\t\t * Auditable item graph component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tauditableItemGraphComponent?: IEngineCoreTypeConfig<AuditableItemGraphComponentConfig>[];\n\n\t\t/**\n\t\t * Auditable item stream component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tauditableItemStreamComponent?: IEngineCoreTypeConfig<AuditableItemStreamComponentConfig>[];\n\n\t\t/**\n\t\t * Data converter connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tdataConverterConnector?: IEngineCoreTypeConfig<DataConverterConnectorConfig>[];\n\n\t\t/**\n\t\t * Data extractor connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tdataExtractorConnector?: IEngineCoreTypeConfig<DataExtractorConnectorConfig>[];\n\n\t\t/**\n\t\t * Date processing options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tdataProcessingComponent?: IEngineCoreTypeConfig<DataProcessingComponentConfig>[];\n\n\t\t/**\n\t\t * Document management options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tdocumentManagementComponent?: IEngineCoreTypeConfig<DocumentManagementComponentConfig>[];\n\n\t\t/**\n\t\t * Authentication generator options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tauthenticationGeneratorComponent?: IEngineCoreTypeConfig<AuthenticationGeneratorComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PAP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPapComponent?: IEngineCoreTypeConfig<RightsManagementPapComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PDP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPdpComponent?: IEngineCoreTypeConfig<RightsManagementPdpComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PEP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPepComponent?: IEngineCoreTypeConfig<RightsManagementPepComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PIP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPipComponent?: IEngineCoreTypeConfig<RightsManagementPipComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PMP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPmpComponent?: IEngineCoreTypeConfig<RightsManagementPmpComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PXP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPxpComponent?: IEngineCoreTypeConfig<RightsManagementPxpComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PNP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPnpComponent?: IEngineCoreTypeConfig<RightsManagementPnpComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PNAP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPnapComponent?: IEngineCoreTypeConfig<RightsManagementPnapComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management DAP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementDapComponent?: IEngineCoreTypeConfig<RightsManagementDapComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management DARP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementDarpComponent?: IEngineCoreTypeConfig<RightsManagementDarpComponentConfig>[];\n\n\t\t/**\n\t\t * Synchronised storage options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tsynchronisedStorageComponent?: IEngineCoreTypeConfig<SynchronisedStorageComponentConfig>[];\n\n\t\t/**\n\t\t * Federated catalogue options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tfederatedCatalogueComponent?: IEngineCoreTypeConfig<FederatedCatalogueComponentConfig>[];\n\n\t\t/**\n\t\t * Data space connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tdataSpaceConnectorComponent?: IEngineCoreTypeConfig<DataSpaceConnectorComponentConfig>[];\n\n\t\t/**\n\t\t * Tenant admin component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\ttenantAdminComponent?: IEngineCoreTypeConfig<TenantAdminComponentConfig>[];\n\t};\n}\n"]}
1
+ {"version":3,"file":"IEngineConfig.js","sourceRoot":"","sources":["../../../src/models/IEngineConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IEngineCoreConfig, IEngineCoreTypeConfig } from \"@twin.org/engine-models\";\nimport type { AttestationComponentConfig } from \"./config/attestationComponentConfig.js\";\nimport type { AttestationConnectorConfig } from \"./config/attestationConnectorConfig.js\";\nimport type { AuditableItemGraphComponentConfig } from \"./config/auditableItemGraphComponentConfig.js\";\nimport type { AuditableItemStreamComponentConfig } from \"./config/auditableItemStreamComponentConfig.js\";\nimport type { AuthenticationGeneratorComponentConfig } from \"./config/authenticationGeneratorComponentConfig.js\";\nimport type { BackgroundTaskComponentConfig } from \"./config/backgroundTaskComponentConfig.js\";\nimport type { BlobStorageComponentConfig } from \"./config/blobStorageComponentConfig.js\";\nimport type { BlobStorageConnectorConfig } from \"./config/blobStorageConnectorConfig.js\";\nimport type { ContextIdHandlerComponentConfig } from \"./config/contextIdHandlerComponentConfig.js\";\nimport type { DataConverterConnectorConfig } from \"./config/dataConverterConnectorConfig.js\";\nimport type { DataExtractorConnectorConfig } from \"./config/dataExtractorConnectorConfig.js\";\nimport type { DataProcessingComponentConfig } from \"./config/dataProcessingComponentConfig.js\";\nimport type { DataSpaceConnectorComponentConfig } from \"./config/dataSpaceConnectorComponentConfig.js\";\nimport type { DltConfig } from \"./config/dltConfig.js\";\nimport type { DocumentManagementComponentConfig } from \"./config/documentManagementComponentConfig.js\";\nimport type { EntityStorageComponentConfig } from \"./config/entityStorageComponentConfig.js\";\nimport type { EntityStorageConnectorConfig } from \"./config/entityStorageConnectorConfig.js\";\nimport type { EventBusComponentConfig } from \"./config/eventBusComponentConfig.js\";\nimport type { EventBusConnectorConfig } from \"./config/eventBusConnectorConfig.js\";\nimport type { FaucetConnectorConfig } from \"./config/faucetConnectorConfig.js\";\nimport type { FederatedCatalogueComponentConfig } from \"./config/federatedCatalogueComponentConfig.js\";\nimport type { FederatedCatalogueFilterComponentConfig } from \"./config/federatedCatalogueFilterComponentConfig.js\";\nimport type { IdentityComponentConfig } from \"./config/identityComponentConfig.js\";\nimport type { IdentityConnectorConfig } from \"./config/identityConnectorConfig.js\";\nimport type { IdentityProfileComponentConfig } from \"./config/identityProfileComponentConfig.js\";\nimport type { IdentityProfileConnectorConfig } from \"./config/identityProfileConnectorConfig.js\";\nimport type { IdentityResolverComponentConfig } from \"./config/identityResolverComponentConfig.js\";\nimport type { IdentityResolverConnectorConfig } from \"./config/identityResolverConnectorConfig.js\";\nimport type { ImmutableProofComponentConfig } from \"./config/immutableProofComponentConfig.js\";\nimport type { LoggingComponentConfig } from \"./config/loggingComponentConfig.js\";\nimport type { LoggingConnectorConfig } from \"./config/loggingConnectorConfig.js\";\nimport type { MessagingAdminComponentConfig } from \"./config/messagingAdminComponentConfig.js\";\nimport type { MessagingComponentConfig } from \"./config/messagingComponentConfig.js\";\nimport type { MessagingEmailConnectorConfig } from \"./config/messagingEmailConnectorConfig.js\";\nimport type { MessagingPushNotificationConnectorConfig } from \"./config/messagingPushNotificationConnectorConfig.js\";\nimport type { MessagingSmsConnectorConfig } from \"./config/messagingSmsConnectorConfig.js\";\nimport type { NftComponentConfig } from \"./config/nftComponentConfig.js\";\nimport type { NftConnectorConfig } from \"./config/nftConnectorConfig.js\";\nimport type { RightsManagementDapComponentConfig } from \"./config/rightsManagementDapComponentConfig.js\";\nimport type { RightsManagementDarpComponentConfig } from \"./config/rightsManagementDarpComponentConfig.js\";\nimport type { RightsManagementDataAccessHandlerComponentConfig } from \"./config/rightsManagementDataAccessHandlerComponentConfig.js\";\nimport type { RightsManagementPapComponentConfig } from \"./config/rightsManagementPapComponentConfig.js\";\nimport type { RightsManagementPdpComponentConfig } from \"./config/rightsManagementPdpComponentConfig.js\";\nimport type { RightsManagementPepComponentConfig } from \"./config/rightsManagementPepComponentConfig.js\";\nimport type { RightsManagementPipComponentConfig } from \"./config/rightsManagementPipComponentConfig.js\";\nimport type { RightsManagementPmpComponentConfig } from \"./config/rightsManagementPmpComponentConfig.js\";\nimport type { RightsManagementPnapComponentConfig } from \"./config/rightsManagementPnapComponentConfig.js\";\nimport type { RightsManagementPnpComponentConfig } from \"./config/rightsManagementPnpComponentConfig.js\";\nimport type { RightsManagementPolicyArbiterComponentConfig } from \"./config/rightsManagementPolicyArbiterComponentConfig.js\";\nimport type { RightsManagementPolicyEnforcementProcessorComponentConfig } from \"./config/rightsManagementPolicyEnforcementProcessorComponentConfig.js\";\nimport type { RightsManagementPolicyExecutionActionComponentConfig } from \"./config/rightsManagementPolicyExecutionActionComponentConfig.js\";\nimport type { RightsManagementPolicyInformationSourceComponentConfig } from \"./config/rightsManagementPolicyInformationSourceComponentConfig.js\";\nimport type { RightsManagementPolicyNegotiatorComponentConfig } from \"./config/rightsManagementPolicyNegotiatorComponentConfig.js\";\nimport type { RightsManagementPolicyRequesterComponentConfig } from \"./config/rightsManagementPolicyRequesterComponentConfig.js\";\nimport type { RightsManagementPxpComponentConfig } from \"./config/rightsManagementPxpComponentConfig.js\";\nimport type { SynchronisedStorageComponentConfig } from \"./config/synchronisedStorageComponentConfig.js\";\nimport type { TaskSchedulerComponentConfig } from \"./config/taskSchedulerComponentConfig.js\";\nimport type { TelemetryComponentConfig } from \"./config/telemetryComponentConfig.js\";\nimport type { TelemetryConnectorConfig } from \"./config/telemetryConnectorConfig.js\";\nimport type { TenantAdminComponentConfig } from \"./config/tenantAdminComponentConfig.js\";\nimport type { TrustComponentConfig } from \"./config/trustComponentConfig.js\";\nimport type { TrustGeneratorComponentConfig } from \"./config/trustGeneratorComponentConfig.js\";\nimport type { TrustVerifierComponentConfig } from \"./config/trustVerifierComponentConfig.js\";\nimport type { VaultConnectorConfig } from \"./config/vaultConnectorConfig.js\";\nimport type { VerifiableStorageComponentConfig } from \"./config/verifiableStorageComponentConfig.js\";\nimport type { VerifiableStorageConnectorConfig } from \"./config/verifiableStorageConnectorConfig.js\";\nimport type { WalletConnectorConfig } from \"./config/walletConnectorConfig.js\";\n\n/**\n * Extended engine core config with known types.\n */\nexport interface IEngineConfig extends IEngineCoreConfig {\n\t/**\n\t * The types to initialise in the engine.\n\t */\n\ttypes: {\n\t\t[type: string]: IEngineCoreTypeConfig[] | undefined;\n\n\t\t/**\n\t\t * Logging connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tloggingConnector?: IEngineCoreTypeConfig<LoggingConnectorConfig>[];\n\n\t\t/**\n\t\t * Logging component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tloggingComponent?: IEngineCoreTypeConfig<LoggingComponentConfig>[];\n\n\t\t/**\n\t\t * Entity storage connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tentityStorageConnector?: IEngineCoreTypeConfig<EntityStorageConnectorConfig>[];\n\n\t\t/**\n\t\t * Entity storage component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tentityStorageComponent?: IEngineCoreTypeConfig<EntityStorageComponentConfig>[];\n\n\t\t/**\n\t\t * Blob storage connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tblobStorageConnector?: IEngineCoreTypeConfig<BlobStorageConnectorConfig>[];\n\n\t\t/**\n\t\t * Blob storage component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tblobStorageComponent?: IEngineCoreTypeConfig<BlobStorageComponentConfig>[];\n\n\t\t/**\n\t\t * Telemetry connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\ttelemetryConnector?: IEngineCoreTypeConfig<TelemetryConnectorConfig>[];\n\n\t\t/**\n\t\t * Telemetry component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\ttelemetryComponent?: IEngineCoreTypeConfig<TelemetryComponentConfig>[];\n\n\t\t/**\n\t\t * Messaging email connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tmessagingEmailConnector?: IEngineCoreTypeConfig<MessagingEmailConnectorConfig>[];\n\n\t\t/**\n\t\t * Messaging SMS connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tmessagingSmsConnector?: IEngineCoreTypeConfig<MessagingSmsConnectorConfig>[];\n\n\t\t/**\n\t\t * Messaging push notification connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tmessagingPushNotificationConnector?: IEngineCoreTypeConfig<MessagingPushNotificationConnectorConfig>[];\n\n\t\t/**\n\t\t * Messaging admin component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tmessagingAdminComponent?: IEngineCoreTypeConfig<MessagingAdminComponentConfig>[];\n\n\t\t/**\n\t\t * Messaging component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tmessagingComponent?: IEngineCoreTypeConfig<MessagingComponentConfig>[];\n\n\t\t/**\n\t\t * Background task component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tbackgroundTaskComponent?: IEngineCoreTypeConfig<BackgroundTaskComponentConfig>[];\n\n\t\t/**\n\t\t * Task scheduler component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\ttaskSchedulerComponent?: IEngineCoreTypeConfig<TaskSchedulerComponentConfig>[];\n\n\t\t/**\n\t\t * Event bus connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\teventBusConnector?: IEngineCoreTypeConfig<EventBusConnectorConfig>[];\n\n\t\t/**\n\t\t * Event bus component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\teventBusComponent?: IEngineCoreTypeConfig<EventBusComponentConfig>[];\n\n\t\t/**\n\t\t * Vault connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tvaultConnector?: IEngineCoreTypeConfig<VaultConnectorConfig>[];\n\n\t\t/**\n\t\t * DLT options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tdltConfig?: IEngineCoreTypeConfig<DltConfig>[];\n\n\t\t/**\n\t\t * Wallet connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\twalletConnector?: IEngineCoreTypeConfig<WalletConnectorConfig>[];\n\n\t\t/**\n\t\t * Verifiable storage connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tverifiableStorageConnector?: IEngineCoreTypeConfig<VerifiableStorageConnectorConfig>[];\n\n\t\t/**\n\t\t * Verifiable storage component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tverifiableStorageComponent?: IEngineCoreTypeConfig<VerifiableStorageComponentConfig>[];\n\n\t\t/**\n\t\t * Immutable proof component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\timmutableProofComponent?: IEngineCoreTypeConfig<ImmutableProofComponentConfig>[];\n\n\t\t/**\n\t\t * Faucet connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tfaucetConnector?: IEngineCoreTypeConfig<FaucetConnectorConfig>[];\n\n\t\t/**\n\t\t * Identity connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tidentityConnector?: IEngineCoreTypeConfig<IdentityConnectorConfig>[];\n\n\t\t/**\n\t\t * Identity component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tidentityComponent?: IEngineCoreTypeConfig<IdentityComponentConfig>[];\n\n\t\t/**\n\t\t * Identity resolver connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tidentityResolverConnector?: IEngineCoreTypeConfig<IdentityResolverConnectorConfig>[];\n\n\t\t/**\n\t\t * Identity resolver component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tidentityResolverComponent?: IEngineCoreTypeConfig<IdentityResolverComponentConfig>[];\n\n\t\t/**\n\t\t * Identity profile connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tidentityProfileConnector?: IEngineCoreTypeConfig<IdentityProfileConnectorConfig>[];\n\n\t\t/**\n\t\t * Identity profile component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tidentityProfileComponent?: IEngineCoreTypeConfig<IdentityProfileComponentConfig>[];\n\n\t\t/**\n\t\t * NFT connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tnftConnector?: IEngineCoreTypeConfig<NftConnectorConfig>[];\n\n\t\t/**\n\t\t * NFT component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tnftComponent?: IEngineCoreTypeConfig<NftComponentConfig>[];\n\n\t\t/**\n\t\t * Attestation connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tattestationConnector?: IEngineCoreTypeConfig<AttestationConnectorConfig>[];\n\n\t\t/**\n\t\t * Attestation component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tattestationComponent?: IEngineCoreTypeConfig<AttestationComponentConfig>[];\n\n\t\t/**\n\t\t * Auditable item graph component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tauditableItemGraphComponent?: IEngineCoreTypeConfig<AuditableItemGraphComponentConfig>[];\n\n\t\t/**\n\t\t * Auditable item stream component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tauditableItemStreamComponent?: IEngineCoreTypeConfig<AuditableItemStreamComponentConfig>[];\n\n\t\t/**\n\t\t * Data converter connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tdataConverterConnector?: IEngineCoreTypeConfig<DataConverterConnectorConfig>[];\n\n\t\t/**\n\t\t * Data extractor connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tdataExtractorConnector?: IEngineCoreTypeConfig<DataExtractorConnectorConfig>[];\n\n\t\t/**\n\t\t * Date processing options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tdataProcessingComponent?: IEngineCoreTypeConfig<DataProcessingComponentConfig>[];\n\n\t\t/**\n\t\t * Document management options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tdocumentManagementComponent?: IEngineCoreTypeConfig<DocumentManagementComponentConfig>[];\n\n\t\t/**\n\t\t * Authentication generator options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tauthenticationGeneratorComponent?: IEngineCoreTypeConfig<AuthenticationGeneratorComponentConfig>[];\n\n\t\t/**\n\t\t * Trust component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\ttrustComponent?: IEngineCoreTypeConfig<TrustComponentConfig>[];\n\n\t\t/**\n\t\t * Trust generator component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\ttrustGeneratorComponent?: IEngineCoreTypeConfig<TrustGeneratorComponentConfig>[];\n\n\t\t/**\n\t\t * Trust verifier component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\ttrustVerifierComponent?: IEngineCoreTypeConfig<TrustVerifierComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PAP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPapComponent?: IEngineCoreTypeConfig<RightsManagementPapComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PDP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPdpComponent?: IEngineCoreTypeConfig<RightsManagementPdpComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PEP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPepComponent?: IEngineCoreTypeConfig<RightsManagementPepComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PIP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPipComponent?: IEngineCoreTypeConfig<RightsManagementPipComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PMP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPmpComponent?: IEngineCoreTypeConfig<RightsManagementPmpComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PXP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPxpComponent?: IEngineCoreTypeConfig<RightsManagementPxpComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PNP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPnpComponent?: IEngineCoreTypeConfig<RightsManagementPnpComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management PNAP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPnapComponent?: IEngineCoreTypeConfig<RightsManagementPnapComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management DAP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementDapComponent?: IEngineCoreTypeConfig<RightsManagementDapComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management DARP options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementDarpComponent?: IEngineCoreTypeConfig<RightsManagementDarpComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management data access handler options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\t// eslint-disable-next-line max-len\n\t\trightsManagementDataAccessHandlerComponent?: IEngineCoreTypeConfig<RightsManagementDataAccessHandlerComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management policy arbiter options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\trightsManagementPolicyArbiterComponent?: IEngineCoreTypeConfig<RightsManagementPolicyArbiterComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management policy enforcement processor options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\t// eslint-disable-next-line max-len\n\t\trightsManagementPolicyEnforcementProcessorComponent?: IEngineCoreTypeConfig<RightsManagementPolicyEnforcementProcessorComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management policy execution action options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\t// eslint-disable-next-line max-len\n\t\trightsManagementPolicyExecutionActionComponent?: IEngineCoreTypeConfig<RightsManagementPolicyExecutionActionComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management policy information source options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\t// eslint-disable-next-line max-len\n\t\trightsManagementPolicyInformationSourceComponent?: IEngineCoreTypeConfig<RightsManagementPolicyInformationSourceComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management policy negotiator options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\t// eslint-disable-next-line max-len\n\t\trightsManagementPolicyNegotiatorComponent?: IEngineCoreTypeConfig<RightsManagementPolicyNegotiatorComponentConfig>[];\n\n\t\t/**\n\t\t * Rights management policy requester options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\t// eslint-disable-next-line max-len\n\t\trightsManagementPolicyRequesterComponent?: IEngineCoreTypeConfig<RightsManagementPolicyRequesterComponentConfig>[];\n\n\t\t/**\n\t\t * Synchronised storage options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tsynchronisedStorageComponent?: IEngineCoreTypeConfig<SynchronisedStorageComponentConfig>[];\n\n\t\t/**\n\t\t * Federated catalogue options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tfederatedCatalogueComponent?: IEngineCoreTypeConfig<FederatedCatalogueComponentConfig>[];\n\n\t\t/**\n\t\t * Federated catalogue filter options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tfederatedCatalogueFilterComponent?: IEngineCoreTypeConfig<FederatedCatalogueFilterComponentConfig>[];\n\n\t\t/**\n\t\t * Data space connector options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tdataSpaceConnectorComponent?: IEngineCoreTypeConfig<DataSpaceConnectorComponentConfig>[];\n\n\t\t/**\n\t\t * Tenant admin component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\ttenantAdminComponent?: IEngineCoreTypeConfig<TenantAdminComponentConfig>[];\n\n\t\t/**\n\t\t * Context Id Handler component options which can be overridden by individual components by specifying types other than default.\n\t\t */\n\t\tcontextIdHandlerComponent?: IEngineCoreTypeConfig<ContextIdHandlerComponentConfig>[];\n\t};\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=backgroundTaskComponentConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backgroundTaskComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/backgroundTaskComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IBackgroundTaskServiceConstructorOptions } from \"@twin.org/background-task-service\";\nimport type { BackgroundTaskComponentType } from \"../types/backgroundTaskComponentType.js\";\n\n/**\n * Background task component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type BackgroundTaskComponentConfig = {\n\ttype: typeof BackgroundTaskComponentType.Service;\n\toptions?: IBackgroundTaskServiceConstructorOptions;\n};\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=contextIdHandlerComponentConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contextIdHandlerComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/contextIdHandlerComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ContextIdHandlerComponentType } from \"../types/contextIdHandlerComponentType.js\";\n\n/**\n * Context Id Handler component config types.\n */\nexport type ContextIdHandlerComponentConfig =\n\t| {\n\t\t\ttype: typeof ContextIdHandlerComponentType.Did;\n\t\t\toptions?: never;\n\t }\n\t| {\n\t\t\ttype: typeof ContextIdHandlerComponentType.Tenant;\n\t\t\toptions?: never;\n\t };\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=federatedCatalogueFilterComponentConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"federatedCatalogueFilterComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/federatedCatalogueFilterComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IFilterByExampleConstructorOptions } from \"@twin.org/federated-catalogue-filters\";\nimport type { FederatedCatalogueFilterComponentType } from \"../types/federatedCatalogueFilterComponentType.js\";\n\n/**\n * Federated catalog filter component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type FederatedCatalogueFilterComponentConfig = {\n\ttype: typeof FederatedCatalogueFilterComponentType.FilterByExample;\n\toptions: IFilterByExampleConstructorOptions;\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"rightsManagementDarpComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementDarpComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IEngineModuleConfig } from \"@twin.org/engine-models\";\nimport type { IDataAccessRequestPointServiceConstructorOptions } from \"@twin.org/rights-management-dap-service\";\nimport type { RightsManagementDarpComponentType } from \"../types/rightsManagementDarpComponentType.js\";\n\n/**\n * Rights management DARP component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementDarpComponentConfig = {\n\ttype: typeof RightsManagementDarpComponentType.Service;\n\toptions: IDataAccessRequestPointServiceConstructorOptions & {\n\t\tnegotiatorModulesConfig?: IEngineModuleConfig[];\n\t};\n};\n"]}
1
+ {"version":3,"file":"rightsManagementDarpComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementDarpComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IDataAccessRequestPointServiceConstructorOptions } from \"@twin.org/rights-management-dap-service\";\nimport type { RightsManagementDarpComponentType } from \"../types/rightsManagementDarpComponentType.js\";\n\n/**\n * Rights management DARP component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementDarpComponentConfig = {\n\ttype: typeof RightsManagementDarpComponentType.Service;\n\toptions: IDataAccessRequestPointServiceConstructorOptions;\n};\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=rightsManagementDataAccessHandlerComponentConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rightsManagementDataAccessHandlerComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementDataAccessHandlerComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IExampleDataAccessHandlerConstructorOptions } from \"@twin.org/rights-management-plugins\";\nimport type { RightsManagementDataAccessHandlerComponentType } from \"../types/rightsManagementDataAccessHandlerComponentType.js\";\n\n/**\n * Rights management data access handler component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementDataAccessHandlerComponentConfig = {\n\ttype: typeof RightsManagementDataAccessHandlerComponentType.Example;\n\toptions?: IExampleDataAccessHandlerConstructorOptions;\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"rightsManagementPdpComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPdpComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IEngineModuleConfig } from \"@twin.org/engine-models\";\nimport type { IPolicyDecisionPointServiceConstructorOptions } from \"@twin.org/rights-management-pdp-service\";\nimport type { RightsManagementPdpComponentType } from \"../types/rightsManagementPdpComponentType.js\";\n\n/**\n * Rights management PDP component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementPdpComponentConfig = {\n\ttype: typeof RightsManagementPdpComponentType.Service;\n\toptions?: IPolicyDecisionPointServiceConstructorOptions & {\n\t\tarbiterModulesConfig?: IEngineModuleConfig[];\n\t};\n};\n"]}
1
+ {"version":3,"file":"rightsManagementPdpComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPdpComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IPolicyDecisionPointServiceConstructorOptions } from \"@twin.org/rights-management-pdp-service\";\nimport type { RightsManagementPdpComponentType } from \"../types/rightsManagementPdpComponentType.js\";\n\n/**\n * Rights management PDP component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementPdpComponentConfig = {\n\ttype: typeof RightsManagementPdpComponentType.Service;\n\toptions?: IPolicyDecisionPointServiceConstructorOptions;\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"rightsManagementPepComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPepComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IEngineModuleConfig } from \"@twin.org/engine-models\";\nimport type { IPolicyEnforcementPointServiceConstructorOptions } from \"@twin.org/rights-management-pep-service\";\nimport type { RightsManagementPepComponentType } from \"../types/rightsManagementPepComponentType.js\";\n\n/**\n * Rights management PEP component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementPepComponentConfig = {\n\ttype: typeof RightsManagementPepComponentType.Service;\n\toptions?: IPolicyEnforcementPointServiceConstructorOptions & {\n\t\tprocessorModulesConfig?: IEngineModuleConfig[];\n\t};\n};\n"]}
1
+ {"version":3,"file":"rightsManagementPepComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPepComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IPolicyEnforcementPointServiceConstructorOptions } from \"@twin.org/rights-management-pep-service\";\nimport type { RightsManagementPepComponentType } from \"../types/rightsManagementPepComponentType.js\";\n\n/**\n * Rights management PEP component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementPepComponentConfig = {\n\ttype: typeof RightsManagementPepComponentType.Service;\n\toptions?: IPolicyEnforcementPointServiceConstructorOptions;\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"rightsManagementPipComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPipComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IEngineModuleConfig } from \"@twin.org/engine-models\";\nimport type { IPolicyInformationPointServiceConstructorOptions } from \"@twin.org/rights-management-pip-service\";\nimport type { RightsManagementPipComponentType } from \"../types/rightsManagementPipComponentType.js\";\n\n/**\n * Rights management PIP component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementPipComponentConfig = {\n\ttype: typeof RightsManagementPipComponentType.Service;\n\toptions?: IPolicyInformationPointServiceConstructorOptions & {\n\t\tinformationModulesConfig?: IEngineModuleConfig[];\n\t};\n};\n"]}
1
+ {"version":3,"file":"rightsManagementPipComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPipComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IPolicyInformationPointServiceConstructorOptions } from \"@twin.org/rights-management-pip-service\";\nimport type { RightsManagementPipComponentType } from \"../types/rightsManagementPipComponentType.js\";\n\n/**\n * Rights management PIP component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementPipComponentConfig = {\n\ttype: typeof RightsManagementPipComponentType.Service;\n\toptions?: IPolicyInformationPointServiceConstructorOptions;\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"rightsManagementPnpComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPnpComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IBaseRestClientConfig } from \"@twin.org/api-models\";\nimport type { IEngineModuleConfig } from \"@twin.org/engine-models\";\nimport type { IPolicyNegotiationPointServiceConstructorOptions } from \"@twin.org/rights-management-pnp-service\";\nimport type { RightsManagementPnpComponentType } from \"../types/rightsManagementPnpComponentType.js\";\n\n/**\n * Rights management PNP component config types.\n */\nexport type RightsManagementPnpComponentConfig =\n\t| {\n\t\t\ttype: typeof RightsManagementPnpComponentType.Service;\n\t\t\toptions: IPolicyNegotiationPointServiceConstructorOptions & {\n\t\t\t\tnegotiatorModulesConfig?: IEngineModuleConfig[];\n\t\t\t\trequesterModulesConfig?: IEngineModuleConfig[];\n\t\t\t};\n\t }\n\t| {\n\t\t\ttype: typeof RightsManagementPnpComponentType.RestClient;\n\t\t\toptions: IBaseRestClientConfig;\n\t };\n"]}
1
+ {"version":3,"file":"rightsManagementPnpComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPnpComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IBaseRestClientConfig } from \"@twin.org/api-models\";\nimport type { IPolicyNegotiationPointServiceConstructorOptions } from \"@twin.org/rights-management-pnp-service\";\nimport type { RightsManagementPnpComponentType } from \"../types/rightsManagementPnpComponentType.js\";\n\n/**\n * Rights management PNP component config types.\n */\nexport type RightsManagementPnpComponentConfig =\n\t| {\n\t\t\ttype: typeof RightsManagementPnpComponentType.Service;\n\t\t\toptions: IPolicyNegotiationPointServiceConstructorOptions;\n\t }\n\t| {\n\t\t\ttype: typeof RightsManagementPnpComponentType.RestClient;\n\t\t\toptions: IBaseRestClientConfig;\n\t };\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=rightsManagementPolicyArbiterComponentConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rightsManagementPolicyArbiterComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPolicyArbiterComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IExamplePolicyArbiterConstructorOptions } from \"@twin.org/rights-management-plugins\";\nimport type { RightsManagementPolicyArbiterComponentType } from \"../types/rightsManagementPolicyArbiterComponentType.js\";\n\n/**\n * Rights management policy arbiter component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementPolicyArbiterComponentConfig = {\n\ttype: typeof RightsManagementPolicyArbiterComponentType.Example;\n\toptions?: IExamplePolicyArbiterConstructorOptions;\n};\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=rightsManagementPolicyEnforcementProcessorComponentConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rightsManagementPolicyEnforcementProcessorComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IExamplePolicyEnforcementProcessorConstructorOptions } from \"@twin.org/rights-management-plugins\";\nimport type { RightsManagementPolicyEnforcementProcessorComponentType } from \"../types/rightsManagementPolicyEnforcementProcessorComponentType.js\";\n\n/**\n * Rights management policy enforcement processor component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementPolicyEnforcementProcessorComponentConfig = {\n\ttype: typeof RightsManagementPolicyEnforcementProcessorComponentType.Example;\n\toptions?: IExamplePolicyEnforcementProcessorConstructorOptions;\n};\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=rightsManagementPolicyExecutionActionComponentConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rightsManagementPolicyExecutionActionComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPolicyExecutionActionComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ILoggingPolicyExecutionActionConstructorOptions } from \"@twin.org/rights-management-plugins\";\nimport type { RightsManagementPolicyExecutionActionComponentType } from \"../types/rightsManagementPolicyExecutionActionComponentType.js\";\n\n/**\n * Rights management policy execution action component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementPolicyExecutionActionComponentConfig = {\n\ttype: typeof RightsManagementPolicyExecutionActionComponentType.Logging;\n\toptions?: ILoggingPolicyExecutionActionConstructorOptions;\n};\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=rightsManagementPolicyInformationSourceComponentConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rightsManagementPolicyInformationSourceComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPolicyInformationSourceComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type {\n\tIIdentityPolicyInformationSourceConstructorOptions,\n\tIStaticPolicyInformationSourceConstructorOptions\n} from \"@twin.org/rights-management-plugins\";\nimport type { RightsManagementPolicyInformationSourceComponentType } from \"../types/rightsManagementPolicyInformationSourceComponentType.js\";\n\n/**\n * Rights management policy information source component config types.\n */\nexport type RightsManagementPolicyInformationSourceComponentConfig =\n\t| {\n\t\t\ttype: typeof RightsManagementPolicyInformationSourceComponentType.Identity;\n\t\t\toptions?: IIdentityPolicyInformationSourceConstructorOptions;\n\t }\n\t| {\n\t\t\ttype: typeof RightsManagementPolicyInformationSourceComponentType.Static;\n\t\t\toptions?: IStaticPolicyInformationSourceConstructorOptions;\n\t };\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=rightsManagementPolicyNegotiatorComponentConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rightsManagementPolicyNegotiatorComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPolicyNegotiatorComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IExamplePolicyNegotiatorConstructorOptions } from \"@twin.org/rights-management-plugins\";\nimport type { RightsManagementPolicyNegotiatorComponentType } from \"../types/rightsManagementPolicyNegotiatorComponentType.js\";\n\n/**\n * Rights management policy negotiator component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementPolicyNegotiatorComponentConfig = {\n\ttype: typeof RightsManagementPolicyNegotiatorComponentType.Example;\n\toptions?: IExamplePolicyNegotiatorConstructorOptions;\n};\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=rightsManagementPolicyRequesterComponentConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rightsManagementPolicyRequesterComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPolicyRequesterComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IExamplePolicyRequesterConstructorOptions } from \"@twin.org/rights-management-plugins\";\nimport type { RightsManagementPolicyRequesterComponentType } from \"../types/rightsManagementPolicyRequesterComponentType.js\";\n\n/**\n * Rights management policy requester component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementPolicyRequesterComponentConfig = {\n\ttype: typeof RightsManagementPolicyRequesterComponentType.Example;\n\toptions?: IExamplePolicyRequesterConstructorOptions;\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"rightsManagementPxpComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPxpComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IEngineModuleConfig } from \"@twin.org/engine-models\";\nimport type { IPolicyExecutionPointServiceConstructorOptions } from \"@twin.org/rights-management-pxp-service\";\nimport type { RightsManagementPxpComponentType } from \"../types/rightsManagementPxpComponentType.js\";\n\n/**\n * Rights management PXP component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementPxpComponentConfig = {\n\ttype: typeof RightsManagementPxpComponentType.Service;\n\toptions?: IPolicyExecutionPointServiceConstructorOptions & {\n\t\tactionModulesConfig?: IEngineModuleConfig[];\n\t};\n};\n"]}
1
+ {"version":3,"file":"rightsManagementPxpComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/rightsManagementPxpComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IPolicyExecutionPointServiceConstructorOptions } from \"@twin.org/rights-management-pxp-service\";\nimport type { RightsManagementPxpComponentType } from \"../types/rightsManagementPxpComponentType.js\";\n\n/**\n * Rights management PXP component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type RightsManagementPxpComponentConfig = {\n\ttype: typeof RightsManagementPxpComponentType.Service;\n\toptions?: IPolicyExecutionPointServiceConstructorOptions;\n};\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=trustComponentConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trustComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/trustComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ITrustServiceConstructorOptions } from \"@twin.org/trust-service\";\nimport type { TrustComponentType } from \"../types/trustComponentType.js\";\n\n/**\n * Trust component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type TrustComponentConfig = {\n\ttype: typeof TrustComponentType.Service;\n\toptions?: ITrustServiceConstructorOptions;\n};\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=trustGeneratorComponentConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trustGeneratorComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/trustGeneratorComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IJwtVerifiableCredentialGeneratorConstructorOptions } from \"@twin.org/trust-generators\";\nimport type { TrustGeneratorComponentType } from \"../types/trustGeneratorComponentType.js\";\n\n/**\n * Trust Generator component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type TrustGeneratorComponentConfig = {\n\ttype: typeof TrustGeneratorComponentType.JwtVerifiableCredential;\n\toptions: IJwtVerifiableCredentialGeneratorConstructorOptions;\n};\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=trustVerifierComponentConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trustVerifierComponentConfig.js","sourceRoot":"","sources":["../../../../src/models/config/trustVerifierComponentConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IJwtVerifiableCredentialVerifierConstructorOptions } from \"@twin.org/trust-verifiers\";\nimport type { TrustVerifierComponentType } from \"../types/trustVerifierComponentType.js\";\n\n/**\n * Trust verifier component config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type TrustVerifierComponentConfig = {\n\ttype: typeof TrustVerifierComponentType.JwtVerifiableCredential;\n\toptions?: IJwtVerifiableCredentialVerifierConstructorOptions;\n};\n"]}
@@ -0,0 +1,13 @@
1
+ // Copyright 2024 IOTA Stiftung.
2
+ // SPDX-License-Identifier: Apache-2.0.
3
+ /**
4
+ * Background task component types.
5
+ */
6
+ // eslint-disable-next-line @typescript-eslint/naming-convention
7
+ export const BackgroundTaskComponentType = {
8
+ /**
9
+ * Service.
10
+ */
11
+ Service: "service"
12
+ };
13
+ //# sourceMappingURL=backgroundTaskComponentType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backgroundTaskComponentType.js","sourceRoot":"","sources":["../../../../src/models/types/backgroundTaskComponentType.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,2BAA2B,GAAG;IAC1C;;OAEG;IACH,OAAO,EAAE,SAAS;CACT,CAAC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * Background task component types.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const BackgroundTaskComponentType = {\n\t/**\n\t * Service.\n\t */\n\tService: \"service\"\n} as const;\n\n/**\n * Background task component types.\n */\nexport type BackgroundTaskComponentType =\n\t(typeof BackgroundTaskComponentType)[keyof typeof BackgroundTaskComponentType];\n"]}
@@ -0,0 +1,17 @@
1
+ // Copyright 2024 IOTA Stiftung.
2
+ // SPDX-License-Identifier: Apache-2.0.
3
+ /**
4
+ * Context Id Handler types.
5
+ */
6
+ // eslint-disable-next-line @typescript-eslint/naming-convention
7
+ export const ContextIdHandlerComponentType = {
8
+ /**
9
+ * Did.
10
+ */
11
+ Did: "Did",
12
+ /**
13
+ * Tenant.
14
+ */
15
+ Tenant: "Tenant"
16
+ };
17
+ //# sourceMappingURL=contextIdHandlerComponentType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contextIdHandlerComponentType.js","sourceRoot":"","sources":["../../../../src/models/types/contextIdHandlerComponentType.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC5C;;OAEG;IACH,GAAG,EAAE,KAAK;IAEV;;OAEG;IACH,MAAM,EAAE,QAAQ;CACP,CAAC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * Context Id Handler types.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const ContextIdHandlerComponentType = {\n\t/**\n\t * Did.\n\t */\n\tDid: \"Did\",\n\n\t/**\n\t * Tenant.\n\t */\n\tTenant: \"Tenant\"\n} as const;\n\n/**\n * Context Id Handler component types.\n */\nexport type ContextIdHandlerComponentType =\n\t(typeof ContextIdHandlerComponentType)[keyof typeof ContextIdHandlerComponentType];\n"]}
@@ -0,0 +1,13 @@
1
+ // Copyright 2024 IOTA Stiftung.
2
+ // SPDX-License-Identifier: Apache-2.0.
3
+ /**
4
+ * Federated catalogue filter component types.
5
+ */
6
+ // eslint-disable-next-line @typescript-eslint/naming-convention
7
+ export const FederatedCatalogueFilterComponentType = {
8
+ /**
9
+ * Filter By Example.
10
+ */
11
+ FilterByExample: "filter-by-example"
12
+ };
13
+ //# sourceMappingURL=federatedCatalogueFilterComponentType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"federatedCatalogueFilterComponentType.js","sourceRoot":"","sources":["../../../../src/models/types/federatedCatalogueFilterComponentType.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,qCAAqC,GAAG;IACpD;;OAEG;IACH,eAAe,EAAE,mBAAmB;CAC3B,CAAC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * Federated catalogue filter component types.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const FederatedCatalogueFilterComponentType = {\n\t/**\n\t * Filter By Example.\n\t */\n\tFilterByExample: \"filter-by-example\"\n} as const;\n\n/**\n * Federated catalogue filter component types.\n */\nexport type FederatedCatalogueFilterComponentType =\n\t(typeof FederatedCatalogueFilterComponentType)[keyof typeof FederatedCatalogueFilterComponentType];\n"]}