@twin.org/engine-types 0.0.2-next.2 → 0.0.2-next.20

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 (218) hide show
  1. package/dist/cjs/index.cjs +1310 -1098
  2. package/dist/esm/index.mjs +1312 -1124
  3. package/dist/types/components/attestation.d.ts +14 -8
  4. package/dist/types/components/auditableItemGraph.d.ts +7 -4
  5. package/dist/types/components/auditableItemStream.d.ts +7 -4
  6. package/dist/types/components/authenticationGenerator.d.ts +17 -0
  7. package/dist/types/components/backgroundTask.d.ts +8 -4
  8. package/dist/types/components/blobStorage.d.ts +14 -8
  9. package/dist/types/components/dataProcessing.d.ts +20 -12
  10. package/dist/types/components/dataSpaceConnector.d.ts +16 -0
  11. package/dist/types/components/documentManagement.d.ts +7 -4
  12. package/dist/types/components/entityStorage.d.ts +10 -6
  13. package/dist/types/components/eventBus.d.ts +14 -8
  14. package/dist/types/components/faucet.d.ts +8 -4
  15. package/dist/types/components/federatedCatalogue.d.ts +7 -4
  16. package/dist/types/components/identity.d.ts +14 -8
  17. package/dist/types/components/identityProfile.d.ts +14 -8
  18. package/dist/types/components/identityResolver.d.ts +14 -8
  19. package/dist/types/components/immutableProof.d.ts +7 -4
  20. package/dist/types/components/logging.d.ts +14 -8
  21. package/dist/types/components/messaging.d.ts +39 -16
  22. package/dist/types/components/nft.d.ts +14 -8
  23. package/dist/types/components/rightsManagementDap.d.ts +16 -0
  24. package/dist/types/components/rightsManagementDarp.d.ts +16 -0
  25. package/dist/types/components/rightsManagementPap.d.ts +7 -4
  26. package/dist/types/components/rightsManagementPdp.d.ts +16 -0
  27. package/dist/types/components/rightsManagementPep.d.ts +16 -0
  28. package/dist/types/components/rightsManagementPip.d.ts +16 -0
  29. package/dist/types/components/rightsManagementPmp.d.ts +16 -0
  30. package/dist/types/components/rightsManagementPnap.d.ts +16 -0
  31. package/dist/types/components/rightsManagementPnp.d.ts +16 -0
  32. package/dist/types/components/rightsManagementPxp.d.ts +16 -0
  33. package/dist/types/components/synchronisedStorage.d.ts +16 -0
  34. package/dist/types/components/taskScheduler.d.ts +7 -4
  35. package/dist/types/components/telemetry.d.ts +14 -8
  36. package/dist/types/components/vault.d.ts +8 -4
  37. package/dist/types/components/verifiableStorage.d.ts +14 -8
  38. package/dist/types/components/wallet.d.ts +8 -14
  39. package/dist/types/index.d.ts +39 -3
  40. package/dist/types/models/IEngineConfig.d.ts +67 -7
  41. package/dist/types/models/config/authenticationGeneratorComponentConfig.d.ts +9 -0
  42. package/dist/types/models/config/dataSpaceConnectorComponentConfig.d.ts +17 -0
  43. package/dist/types/models/config/entityStorageConnectorConfig.d.ts +4 -0
  44. package/dist/types/models/config/messagingAdminComponentConfig.d.ts +9 -0
  45. package/dist/types/models/config/rightsManagementDapComponentConfig.d.ts +16 -0
  46. package/dist/types/models/config/rightsManagementDarpComponentConfig.d.ts +12 -0
  47. package/dist/types/models/config/rightsManagementPapComponentConfig.d.ts +6 -2
  48. package/dist/types/models/config/rightsManagementPdpComponentConfig.d.ts +12 -0
  49. package/dist/types/models/config/rightsManagementPepComponentConfig.d.ts +12 -0
  50. package/dist/types/models/config/rightsManagementPipComponentConfig.d.ts +12 -0
  51. package/dist/types/models/config/rightsManagementPmpComponentConfig.d.ts +9 -0
  52. package/dist/types/models/config/rightsManagementPnapComponentConfig.d.ts +13 -0
  53. package/dist/types/models/config/rightsManagementPnpComponentConfig.d.ts +17 -0
  54. package/dist/types/models/config/rightsManagementPxpComponentConfig.d.ts +12 -0
  55. package/dist/types/models/config/synchronisedStorageComponentConfig.d.ts +13 -0
  56. package/dist/types/models/types/authenticationGeneratorComponentType.d.ts +13 -0
  57. package/dist/types/models/types/dataSpaceConnectorComponentType.d.ts +21 -0
  58. package/dist/types/models/types/entityStorageConnectorType.d.ts +4 -0
  59. package/dist/types/models/types/messagingAdminComponentType.d.ts +13 -0
  60. package/dist/types/models/types/rightsManagementDapComponentType.d.ts +17 -0
  61. package/dist/types/models/types/rightsManagementDarpComponentType.d.ts +13 -0
  62. package/dist/types/models/types/rightsManagementPapComponentType.d.ts +4 -0
  63. package/dist/types/models/types/rightsManagementPdpComponentType.d.ts +13 -0
  64. package/dist/types/models/types/rightsManagementPepComponentType.d.ts +17 -0
  65. package/dist/types/models/types/rightsManagementPipComponentType.d.ts +13 -0
  66. package/dist/types/models/types/rightsManagementPmpComponentType.d.ts +13 -0
  67. package/dist/types/models/types/rightsManagementPnapComponentType.d.ts +17 -0
  68. package/dist/types/models/types/rightsManagementPnpComponentType.d.ts +17 -0
  69. package/dist/types/models/types/rightsManagementPxpComponentType.d.ts +13 -0
  70. package/dist/types/models/types/synchronisedStorageComponentType.d.ts +17 -0
  71. package/dist/types/utils/engineTypeHelper.d.ts +19 -0
  72. package/docs/changelog.md +261 -0
  73. package/docs/reference/classes/EngineTypeHelper.md +61 -0
  74. package/docs/reference/functions/initialiseAttestationComponent.md +3 -13
  75. package/docs/reference/functions/initialiseAttestationConnector.md +3 -13
  76. package/docs/reference/functions/initialiseAuditableItemGraphComponent.md +3 -13
  77. package/docs/reference/functions/initialiseAuditableItemStreamComponent.md +3 -13
  78. package/docs/reference/functions/initialiseAuthenticationGeneratorComponent.md +31 -0
  79. package/docs/reference/functions/initialiseBackgroundTaskConnector.md +3 -13
  80. package/docs/reference/functions/initialiseBlobStorageComponent.md +3 -13
  81. package/docs/reference/functions/initialiseBlobStorageConnector.md +3 -13
  82. package/docs/reference/functions/initialiseDataConverterConnector.md +3 -13
  83. package/docs/reference/functions/initialiseDataExtractorConnector.md +3 -13
  84. package/docs/reference/functions/initialiseDataProcessingComponent.md +3 -13
  85. package/docs/reference/functions/initialiseDataSpaceConnectorComponent.md +31 -0
  86. package/docs/reference/functions/initialiseDocumentManagementComponent.md +3 -13
  87. package/docs/reference/functions/initialiseEntityStorageComponent.md +3 -13
  88. package/docs/reference/functions/initialiseEntityStorageConnector.md +5 -3
  89. package/docs/reference/functions/initialiseEventBusComponent.md +3 -13
  90. package/docs/reference/functions/initialiseEventBusConnector.md +3 -13
  91. package/docs/reference/functions/initialiseFaucetConnector.md +3 -13
  92. package/docs/reference/functions/initialiseFederatedCatalogueComponent.md +3 -13
  93. package/docs/reference/functions/initialiseIdentityComponent.md +3 -13
  94. package/docs/reference/functions/initialiseIdentityConnector.md +3 -13
  95. package/docs/reference/functions/initialiseIdentityProfileComponent.md +3 -13
  96. package/docs/reference/functions/initialiseIdentityProfileConnector.md +3 -13
  97. package/docs/reference/functions/initialiseIdentityResolverComponent.md +3 -13
  98. package/docs/reference/functions/initialiseIdentityResolverConnector.md +3 -13
  99. package/docs/reference/functions/initialiseImmutableProofComponent.md +3 -13
  100. package/docs/reference/functions/initialiseLoggingComponent.md +3 -13
  101. package/docs/reference/functions/initialiseLoggingConnector.md +3 -13
  102. package/docs/reference/functions/initialiseMessagingAdminComponent.md +31 -0
  103. package/docs/reference/functions/initialiseMessagingComponent.md +3 -13
  104. package/docs/reference/functions/initialiseMessagingEmailConnector.md +3 -13
  105. package/docs/reference/functions/initialiseMessagingPushNotificationConnector.md +3 -13
  106. package/docs/reference/functions/initialiseMessagingSmsConnector.md +3 -13
  107. package/docs/reference/functions/initialiseNftComponent.md +3 -13
  108. package/docs/reference/functions/initialiseNftConnector.md +3 -13
  109. package/docs/reference/functions/initialiseRightsManagementDapComponent.md +31 -0
  110. package/docs/reference/functions/initialiseRightsManagementDarpComponent.md +31 -0
  111. package/docs/reference/functions/initialiseRightsManagementPapComponent.md +3 -13
  112. package/docs/reference/functions/initialiseRightsManagementPdpComponent.md +31 -0
  113. package/docs/reference/functions/initialiseRightsManagementPepComponent.md +31 -0
  114. package/docs/reference/functions/initialiseRightsManagementPipComponent.md +31 -0
  115. package/docs/reference/functions/initialiseRightsManagementPmpComponent.md +31 -0
  116. package/docs/reference/functions/initialiseRightsManagementPnapComponent.md +31 -0
  117. package/docs/reference/functions/initialiseRightsManagementPnpComponent.md +31 -0
  118. package/docs/reference/functions/initialiseRightsManagementPxpComponent.md +31 -0
  119. package/docs/reference/functions/initialiseSynchronisedStorageComponent.md +31 -0
  120. package/docs/reference/functions/initialiseTaskSchedulerComponent.md +3 -13
  121. package/docs/reference/functions/initialiseTelemetryComponent.md +3 -13
  122. package/docs/reference/functions/initialiseTelemetryConnector.md +3 -13
  123. package/docs/reference/functions/initialiseVaultConnector.md +3 -13
  124. package/docs/reference/functions/initialiseVerifiableStorageComponent.md +3 -13
  125. package/docs/reference/functions/initialiseVerifiableStorageConnector.md +3 -13
  126. package/docs/reference/functions/initialiseWalletConnector.md +3 -13
  127. package/docs/reference/index.md +56 -5
  128. package/docs/reference/interfaces/IEngineConfig.md +81 -9
  129. package/docs/reference/type-aliases/AuthenticationGeneratorComponentConfig.md +17 -0
  130. package/docs/reference/type-aliases/AuthenticationGeneratorComponentType.md +5 -0
  131. package/docs/reference/type-aliases/DataSpaceConnectorComponentConfig.md +5 -0
  132. package/docs/reference/type-aliases/DataSpaceConnectorComponentType.md +5 -0
  133. package/docs/reference/type-aliases/EntityStorageConnectorConfig.md +1 -1
  134. package/docs/reference/type-aliases/MessagingAdminComponentConfig.md +17 -0
  135. package/docs/reference/type-aliases/MessagingAdminComponentType.md +5 -0
  136. package/docs/reference/type-aliases/RightsManagementDapComponentConfig.md +5 -0
  137. package/docs/reference/type-aliases/RightsManagementDapComponentType.md +5 -0
  138. package/docs/reference/type-aliases/RightsManagementDarpComponentConfig.md +23 -0
  139. package/docs/reference/type-aliases/RightsManagementDarpComponentType.md +5 -0
  140. package/docs/reference/type-aliases/RightsManagementPapComponentConfig.md +1 -13
  141. package/docs/reference/type-aliases/RightsManagementPdpComponentConfig.md +23 -0
  142. package/docs/reference/type-aliases/RightsManagementPdpComponentType.md +5 -0
  143. package/docs/reference/type-aliases/RightsManagementPepComponentConfig.md +23 -0
  144. package/docs/reference/type-aliases/RightsManagementPepComponentType.md +5 -0
  145. package/docs/reference/type-aliases/RightsManagementPipComponentConfig.md +23 -0
  146. package/docs/reference/type-aliases/RightsManagementPipComponentType.md +5 -0
  147. package/docs/reference/type-aliases/RightsManagementPmpComponentConfig.md +17 -0
  148. package/docs/reference/type-aliases/RightsManagementPmpComponentType.md +5 -0
  149. package/docs/reference/type-aliases/RightsManagementPnapComponentConfig.md +5 -0
  150. package/docs/reference/type-aliases/RightsManagementPnapComponentType.md +5 -0
  151. package/docs/reference/type-aliases/RightsManagementPnpComponentConfig.md +5 -0
  152. package/docs/reference/type-aliases/RightsManagementPnpComponentType.md +5 -0
  153. package/docs/reference/type-aliases/RightsManagementPxpComponentConfig.md +23 -0
  154. package/docs/reference/type-aliases/RightsManagementPxpComponentType.md +5 -0
  155. package/docs/reference/type-aliases/SynchronisedStorageComponentConfig.md +5 -0
  156. package/docs/reference/type-aliases/SynchronisedStorageComponentType.md +5 -0
  157. package/docs/reference/variables/AttestationComponentType.md +1 -1
  158. package/docs/reference/variables/AttestationConnectorType.md +1 -1
  159. package/docs/reference/variables/AuditableItemGraphComponentType.md +1 -1
  160. package/docs/reference/variables/AuditableItemStreamComponentType.md +1 -1
  161. package/docs/reference/variables/AuthenticationGeneratorComponentType.md +13 -0
  162. package/docs/reference/variables/BackgroundTaskConnectorType.md +1 -1
  163. package/docs/reference/variables/BlobStorageComponentType.md +1 -1
  164. package/docs/reference/variables/BlobStorageConnectorType.md +1 -1
  165. package/docs/reference/variables/DataConverterConnectorType.md +1 -1
  166. package/docs/reference/variables/DataExtractorConnectorType.md +1 -1
  167. package/docs/reference/variables/DataProcessingComponentType.md +1 -1
  168. package/docs/reference/variables/DataSpaceConnectorComponentType.md +25 -0
  169. package/docs/reference/variables/DltConfigType.md +1 -1
  170. package/docs/reference/variables/DocumentManagementComponentType.md +1 -1
  171. package/docs/reference/variables/EntityStorageComponentType.md +1 -1
  172. package/docs/reference/variables/EntityStorageConnectorType.md +7 -1
  173. package/docs/reference/variables/EventBusComponentType.md +1 -1
  174. package/docs/reference/variables/EventBusConnectorType.md +1 -1
  175. package/docs/reference/variables/FaucetConnectorType.md +1 -1
  176. package/docs/reference/variables/FederatedCatalogueComponentType.md +1 -1
  177. package/docs/reference/variables/IdentityComponentType.md +1 -1
  178. package/docs/reference/variables/IdentityConnectorType.md +1 -1
  179. package/docs/reference/variables/IdentityProfileComponentType.md +1 -1
  180. package/docs/reference/variables/IdentityProfileConnectorType.md +1 -1
  181. package/docs/reference/variables/IdentityResolverComponentType.md +1 -1
  182. package/docs/reference/variables/IdentityResolverConnectorType.md +1 -1
  183. package/docs/reference/variables/ImmutableProofComponentType.md +1 -1
  184. package/docs/reference/variables/LoggingComponentType.md +1 -1
  185. package/docs/reference/variables/LoggingConnectorType.md +1 -1
  186. package/docs/reference/variables/MessagingAdminComponentType.md +13 -0
  187. package/docs/reference/variables/MessagingComponentType.md +1 -1
  188. package/docs/reference/variables/MessagingEmailConnectorType.md +1 -1
  189. package/docs/reference/variables/MessagingPushNotificationConnectorType.md +1 -1
  190. package/docs/reference/variables/MessagingSmsConnectorType.md +1 -1
  191. package/docs/reference/variables/NftComponentType.md +1 -1
  192. package/docs/reference/variables/NftConnectorType.md +1 -1
  193. package/docs/reference/variables/RightsManagementDapComponentType.md +19 -0
  194. package/docs/reference/variables/RightsManagementDarpComponentType.md +13 -0
  195. package/docs/reference/variables/RightsManagementPapComponentType.md +7 -1
  196. package/docs/reference/variables/RightsManagementPdpComponentType.md +13 -0
  197. package/docs/reference/variables/RightsManagementPepComponentType.md +19 -0
  198. package/docs/reference/variables/RightsManagementPipComponentType.md +13 -0
  199. package/docs/reference/variables/RightsManagementPmpComponentType.md +13 -0
  200. package/docs/reference/variables/RightsManagementPnapComponentType.md +19 -0
  201. package/docs/reference/variables/RightsManagementPnpComponentType.md +19 -0
  202. package/docs/reference/variables/RightsManagementPxpComponentType.md +13 -0
  203. package/docs/reference/variables/{RightsManagementComponentType.md → SynchronisedStorageComponentType.md} +4 -4
  204. package/docs/reference/variables/TaskSchedulerComponentType.md +1 -1
  205. package/docs/reference/variables/TelemetryComponentType.md +1 -1
  206. package/docs/reference/variables/TelemetryConnectorType.md +1 -1
  207. package/docs/reference/variables/VaultConnectorType.md +1 -1
  208. package/docs/reference/variables/VerifiableStorageComponentType.md +1 -1
  209. package/docs/reference/variables/VerifiableStorageConnectorType.md +1 -1
  210. package/docs/reference/variables/WalletConnectorType.md +1 -1
  211. package/package.json +28 -2
  212. package/dist/types/components/rightsManagement.d.ts +0 -13
  213. package/dist/types/models/config/rightsManagementComponentConfig.d.ts +0 -13
  214. package/dist/types/models/types/rightsManagementComponentType.d.ts +0 -17
  215. package/docs/reference/functions/initialiseRightsManagementComponent.md +0 -41
  216. package/docs/reference/functions/initialiseWalletStorage.md +0 -41
  217. package/docs/reference/type-aliases/RightsManagementComponentConfig.md +0 -5
  218. package/docs/reference/type-aliases/RightsManagementComponentType.md +0 -5
@@ -1,5 +1,9 @@
1
1
  # @twin.org/engine-types
2
2
 
3
+ ## Classes
4
+
5
+ - [EngineTypeHelper](classes/EngineTypeHelper.md)
6
+
3
7
  ## Interfaces
4
8
 
5
9
  - [IEngineConfig](interfaces/IEngineConfig.md)
@@ -10,12 +14,14 @@
10
14
  - [AttestationConnectorConfig](type-aliases/AttestationConnectorConfig.md)
11
15
  - [AuditableItemGraphComponentConfig](type-aliases/AuditableItemGraphComponentConfig.md)
12
16
  - [AuditableItemStreamComponentConfig](type-aliases/AuditableItemStreamComponentConfig.md)
17
+ - [AuthenticationGeneratorComponentConfig](type-aliases/AuthenticationGeneratorComponentConfig.md)
13
18
  - [BackgroundTaskConnectorConfig](type-aliases/BackgroundTaskConnectorConfig.md)
14
19
  - [BlobStorageComponentConfig](type-aliases/BlobStorageComponentConfig.md)
15
20
  - [BlobStorageConnectorConfig](type-aliases/BlobStorageConnectorConfig.md)
16
21
  - [DataConverterConnectorConfig](type-aliases/DataConverterConnectorConfig.md)
17
22
  - [DataExtractorConnectorConfig](type-aliases/DataExtractorConnectorConfig.md)
18
23
  - [DataProcessingComponentConfig](type-aliases/DataProcessingComponentConfig.md)
24
+ - [DataSpaceConnectorComponentConfig](type-aliases/DataSpaceConnectorComponentConfig.md)
19
25
  - [DltConfig](type-aliases/DltConfig.md)
20
26
  - [DocumentManagementComponentConfig](type-aliases/DocumentManagementComponentConfig.md)
21
27
  - [EntityStorageComponentConfig](type-aliases/EntityStorageComponentConfig.md)
@@ -33,14 +39,24 @@
33
39
  - [ImmutableProofComponentConfig](type-aliases/ImmutableProofComponentConfig.md)
34
40
  - [LoggingComponentConfig](type-aliases/LoggingComponentConfig.md)
35
41
  - [LoggingConnectorConfig](type-aliases/LoggingConnectorConfig.md)
42
+ - [MessagingAdminComponentConfig](type-aliases/MessagingAdminComponentConfig.md)
36
43
  - [MessagingComponentConfig](type-aliases/MessagingComponentConfig.md)
37
44
  - [MessagingEmailConnectorConfig](type-aliases/MessagingEmailConnectorConfig.md)
38
45
  - [MessagingPushNotificationConnectorConfig](type-aliases/MessagingPushNotificationConnectorConfig.md)
39
46
  - [MessagingSmsConnectorConfig](type-aliases/MessagingSmsConnectorConfig.md)
40
47
  - [NftComponentConfig](type-aliases/NftComponentConfig.md)
41
48
  - [NftConnectorConfig](type-aliases/NftConnectorConfig.md)
42
- - [RightsManagementComponentConfig](type-aliases/RightsManagementComponentConfig.md)
49
+ - [RightsManagementDapComponentConfig](type-aliases/RightsManagementDapComponentConfig.md)
50
+ - [RightsManagementDarpComponentConfig](type-aliases/RightsManagementDarpComponentConfig.md)
43
51
  - [RightsManagementPapComponentConfig](type-aliases/RightsManagementPapComponentConfig.md)
52
+ - [RightsManagementPdpComponentConfig](type-aliases/RightsManagementPdpComponentConfig.md)
53
+ - [RightsManagementPepComponentConfig](type-aliases/RightsManagementPepComponentConfig.md)
54
+ - [RightsManagementPipComponentConfig](type-aliases/RightsManagementPipComponentConfig.md)
55
+ - [RightsManagementPmpComponentConfig](type-aliases/RightsManagementPmpComponentConfig.md)
56
+ - [RightsManagementPnapComponentConfig](type-aliases/RightsManagementPnapComponentConfig.md)
57
+ - [RightsManagementPnpComponentConfig](type-aliases/RightsManagementPnpComponentConfig.md)
58
+ - [RightsManagementPxpComponentConfig](type-aliases/RightsManagementPxpComponentConfig.md)
59
+ - [SynchronisedStorageComponentConfig](type-aliases/SynchronisedStorageComponentConfig.md)
44
60
  - [TaskSchedulerComponentConfig](type-aliases/TaskSchedulerComponentConfig.md)
45
61
  - [TelemetryComponentConfig](type-aliases/TelemetryComponentConfig.md)
46
62
  - [TelemetryConnectorConfig](type-aliases/TelemetryConnectorConfig.md)
@@ -52,12 +68,14 @@
52
68
  - [AttestationConnectorType](type-aliases/AttestationConnectorType.md)
53
69
  - [AuditableItemGraphComponentType](type-aliases/AuditableItemGraphComponentType.md)
54
70
  - [AuditableItemStreamComponentType](type-aliases/AuditableItemStreamComponentType.md)
71
+ - [AuthenticationGeneratorComponentType](type-aliases/AuthenticationGeneratorComponentType.md)
55
72
  - [BackgroundTaskConnectorType](type-aliases/BackgroundTaskConnectorType.md)
56
73
  - [BlobStorageComponentType](type-aliases/BlobStorageComponentType.md)
57
74
  - [BlobStorageConnectorType](type-aliases/BlobStorageConnectorType.md)
58
75
  - [DataConverterConnectorType](type-aliases/DataConverterConnectorType.md)
59
76
  - [DataExtractorConnectorType](type-aliases/DataExtractorConnectorType.md)
60
77
  - [DataProcessingComponentType](type-aliases/DataProcessingComponentType.md)
78
+ - [DataSpaceConnectorComponentType](type-aliases/DataSpaceConnectorComponentType.md)
61
79
  - [DltConfigType](type-aliases/DltConfigType.md)
62
80
  - [DocumentManagementComponentType](type-aliases/DocumentManagementComponentType.md)
63
81
  - [EntityStorageComponentType](type-aliases/EntityStorageComponentType.md)
@@ -75,14 +93,24 @@
75
93
  - [IImmutableProofComponentType](type-aliases/IImmutableProofComponentType.md)
76
94
  - [LoggingComponentType](type-aliases/LoggingComponentType.md)
77
95
  - [LoggingConnectorType](type-aliases/LoggingConnectorType.md)
96
+ - [MessagingAdminComponentType](type-aliases/MessagingAdminComponentType.md)
78
97
  - [MessagingComponentType](type-aliases/MessagingComponentType.md)
79
98
  - [MessagingEmailConnectorType](type-aliases/MessagingEmailConnectorType.md)
80
99
  - [MessagingPushNotificationConnectorType](type-aliases/MessagingPushNotificationConnectorType.md)
81
100
  - [MessagingSmsConnectorType](type-aliases/MessagingSmsConnectorType.md)
82
101
  - [NftComponentType](type-aliases/NftComponentType.md)
83
102
  - [NftConnectorType](type-aliases/NftConnectorType.md)
84
- - [RightsManagementComponentType](type-aliases/RightsManagementComponentType.md)
103
+ - [RightsManagementDapComponentType](type-aliases/RightsManagementDapComponentType.md)
104
+ - [RightsManagementDarpComponentType](type-aliases/RightsManagementDarpComponentType.md)
85
105
  - [RightsManagementPapComponentType](type-aliases/RightsManagementPapComponentType.md)
106
+ - [RightsManagementPdpComponentType](type-aliases/RightsManagementPdpComponentType.md)
107
+ - [RightsManagementPepComponentType](type-aliases/RightsManagementPepComponentType.md)
108
+ - [RightsManagementPipComponentType](type-aliases/RightsManagementPipComponentType.md)
109
+ - [RightsManagementPmpComponentType](type-aliases/RightsManagementPmpComponentType.md)
110
+ - [RightsManagementPnapComponentType](type-aliases/RightsManagementPnapComponentType.md)
111
+ - [RightsManagementPnpComponentType](type-aliases/RightsManagementPnpComponentType.md)
112
+ - [RightsManagementPxpComponentType](type-aliases/RightsManagementPxpComponentType.md)
113
+ - [SynchronisedStorageComponentType](type-aliases/SynchronisedStorageComponentType.md)
86
114
  - [TaskSchedulerComponentType](type-aliases/TaskSchedulerComponentType.md)
87
115
  - [TelemetryComponentType](type-aliases/TelemetryComponentType.md)
88
116
  - [TelemetryConnectorType](type-aliases/TelemetryConnectorType.md)
@@ -97,12 +125,14 @@
97
125
  - [AttestationConnectorType](variables/AttestationConnectorType.md)
98
126
  - [AuditableItemGraphComponentType](variables/AuditableItemGraphComponentType.md)
99
127
  - [AuditableItemStreamComponentType](variables/AuditableItemStreamComponentType.md)
128
+ - [AuthenticationGeneratorComponentType](variables/AuthenticationGeneratorComponentType.md)
100
129
  - [BackgroundTaskConnectorType](variables/BackgroundTaskConnectorType.md)
101
130
  - [BlobStorageComponentType](variables/BlobStorageComponentType.md)
102
131
  - [BlobStorageConnectorType](variables/BlobStorageConnectorType.md)
103
132
  - [DataConverterConnectorType](variables/DataConverterConnectorType.md)
104
133
  - [DataExtractorConnectorType](variables/DataExtractorConnectorType.md)
105
134
  - [DataProcessingComponentType](variables/DataProcessingComponentType.md)
135
+ - [DataSpaceConnectorComponentType](variables/DataSpaceConnectorComponentType.md)
106
136
  - [DltConfigType](variables/DltConfigType.md)
107
137
  - [DocumentManagementComponentType](variables/DocumentManagementComponentType.md)
108
138
  - [EntityStorageComponentType](variables/EntityStorageComponentType.md)
@@ -120,14 +150,24 @@
120
150
  - [ImmutableProofComponentType](variables/ImmutableProofComponentType.md)
121
151
  - [LoggingComponentType](variables/LoggingComponentType.md)
122
152
  - [LoggingConnectorType](variables/LoggingConnectorType.md)
153
+ - [MessagingAdminComponentType](variables/MessagingAdminComponentType.md)
123
154
  - [MessagingComponentType](variables/MessagingComponentType.md)
124
155
  - [MessagingEmailConnectorType](variables/MessagingEmailConnectorType.md)
125
156
  - [MessagingPushNotificationConnectorType](variables/MessagingPushNotificationConnectorType.md)
126
157
  - [MessagingSmsConnectorType](variables/MessagingSmsConnectorType.md)
127
158
  - [NftComponentType](variables/NftComponentType.md)
128
159
  - [NftConnectorType](variables/NftConnectorType.md)
129
- - [RightsManagementComponentType](variables/RightsManagementComponentType.md)
160
+ - [RightsManagementDapComponentType](variables/RightsManagementDapComponentType.md)
161
+ - [RightsManagementDarpComponentType](variables/RightsManagementDarpComponentType.md)
130
162
  - [RightsManagementPapComponentType](variables/RightsManagementPapComponentType.md)
163
+ - [RightsManagementPdpComponentType](variables/RightsManagementPdpComponentType.md)
164
+ - [RightsManagementPepComponentType](variables/RightsManagementPepComponentType.md)
165
+ - [RightsManagementPipComponentType](variables/RightsManagementPipComponentType.md)
166
+ - [RightsManagementPmpComponentType](variables/RightsManagementPmpComponentType.md)
167
+ - [RightsManagementPnapComponentType](variables/RightsManagementPnapComponentType.md)
168
+ - [RightsManagementPnpComponentType](variables/RightsManagementPnpComponentType.md)
169
+ - [RightsManagementPxpComponentType](variables/RightsManagementPxpComponentType.md)
170
+ - [SynchronisedStorageComponentType](variables/SynchronisedStorageComponentType.md)
131
171
  - [TaskSchedulerComponentType](variables/TaskSchedulerComponentType.md)
132
172
  - [TelemetryComponentType](variables/TelemetryComponentType.md)
133
173
  - [TelemetryConnectorType](variables/TelemetryConnectorType.md)
@@ -142,12 +182,14 @@
142
182
  - [initialiseAttestationComponent](functions/initialiseAttestationComponent.md)
143
183
  - [initialiseAuditableItemGraphComponent](functions/initialiseAuditableItemGraphComponent.md)
144
184
  - [initialiseAuditableItemStreamComponent](functions/initialiseAuditableItemStreamComponent.md)
185
+ - [initialiseAuthenticationGeneratorComponent](functions/initialiseAuthenticationGeneratorComponent.md)
145
186
  - [initialiseBackgroundTaskConnector](functions/initialiseBackgroundTaskConnector.md)
146
187
  - [initialiseBlobStorageConnector](functions/initialiseBlobStorageConnector.md)
147
188
  - [initialiseBlobStorageComponent](functions/initialiseBlobStorageComponent.md)
148
189
  - [initialiseDataConverterConnector](functions/initialiseDataConverterConnector.md)
149
190
  - [initialiseDataExtractorConnector](functions/initialiseDataExtractorConnector.md)
150
191
  - [initialiseDataProcessingComponent](functions/initialiseDataProcessingComponent.md)
192
+ - [initialiseDataSpaceConnectorComponent](functions/initialiseDataSpaceConnectorComponent.md)
151
193
  - [initialiseDocumentManagementComponent](functions/initialiseDocumentManagementComponent.md)
152
194
  - [initialiseEntityStorageConnector](functions/initialiseEntityStorageConnector.md)
153
195
  - [initialiseEntityStorageComponent](functions/initialiseEntityStorageComponent.md)
@@ -168,10 +210,20 @@
168
210
  - [initialiseMessagingSmsConnector](functions/initialiseMessagingSmsConnector.md)
169
211
  - [initialiseMessagingPushNotificationConnector](functions/initialiseMessagingPushNotificationConnector.md)
170
212
  - [initialiseMessagingComponent](functions/initialiseMessagingComponent.md)
213
+ - [initialiseMessagingAdminComponent](functions/initialiseMessagingAdminComponent.md)
171
214
  - [initialiseNftConnector](functions/initialiseNftConnector.md)
172
215
  - [initialiseNftComponent](functions/initialiseNftComponent.md)
173
- - [initialiseRightsManagementComponent](functions/initialiseRightsManagementComponent.md)
216
+ - [initialiseRightsManagementDapComponent](functions/initialiseRightsManagementDapComponent.md)
217
+ - [initialiseRightsManagementDarpComponent](functions/initialiseRightsManagementDarpComponent.md)
174
218
  - [initialiseRightsManagementPapComponent](functions/initialiseRightsManagementPapComponent.md)
219
+ - [initialiseRightsManagementPdpComponent](functions/initialiseRightsManagementPdpComponent.md)
220
+ - [initialiseRightsManagementPepComponent](functions/initialiseRightsManagementPepComponent.md)
221
+ - [initialiseRightsManagementPipComponent](functions/initialiseRightsManagementPipComponent.md)
222
+ - [initialiseRightsManagementPmpComponent](functions/initialiseRightsManagementPmpComponent.md)
223
+ - [initialiseRightsManagementPnapComponent](functions/initialiseRightsManagementPnapComponent.md)
224
+ - [initialiseRightsManagementPnpComponent](functions/initialiseRightsManagementPnpComponent.md)
225
+ - [initialiseRightsManagementPxpComponent](functions/initialiseRightsManagementPxpComponent.md)
226
+ - [initialiseSynchronisedStorageComponent](functions/initialiseSynchronisedStorageComponent.md)
175
227
  - [initialiseTaskSchedulerComponent](functions/initialiseTaskSchedulerComponent.md)
176
228
  - [initialiseTelemetryConnector](functions/initialiseTelemetryConnector.md)
177
229
  - [initialiseTelemetryComponent](functions/initialiseTelemetryComponent.md)
@@ -179,4 +231,3 @@
179
231
  - [initialiseVerifiableStorageConnector](functions/initialiseVerifiableStorageConnector.md)
180
232
  - [initialiseVerifiableStorageComponent](functions/initialiseVerifiableStorageComponent.md)
181
233
  - [initialiseWalletConnector](functions/initialiseWalletConnector.md)
182
- - [initialiseWalletStorage](functions/initialiseWalletStorage.md)
@@ -84,6 +84,12 @@ Messaging SMS connector options which can be overridden by individual components
84
84
 
85
85
  Messaging push notification connector options which can be overridden by individual components by specifying types other than default.
86
86
 
87
+ #### messagingAdminComponent?
88
+
89
+ > `optional` **messagingAdminComponent**: `IEngineCoreTypeConfig`\<[`MessagingAdminComponentConfig`](../type-aliases/MessagingAdminComponentConfig.md)\>[]
90
+
91
+ Messaging admin component options which can be overridden by individual components by specifying types other than default.
92
+
87
93
  #### messagingComponent?
88
94
 
89
95
  > `optional` **messagingComponent**: `IEngineCoreTypeConfig`\<[`MessagingComponentConfig`](../type-aliases/MessagingComponentConfig.md)\>[]
@@ -252,17 +258,11 @@ Date processing options which can be overridden by individual components by spec
252
258
 
253
259
  Document management options which can be overridden by individual components by specifying types other than default.
254
260
 
255
- #### federatedCatalogueComponent?
256
-
257
- > `optional` **federatedCatalogueComponent**: `IEngineCoreTypeConfig`\<[`FederatedCatalogueComponentConfig`](../type-aliases/FederatedCatalogueComponentConfig.md)\>[]
258
-
259
- Federated catalogue options which can be overridden by individual components by specifying types other than default.
260
-
261
- #### rightsManagementComponent?
261
+ #### authenticationGeneratorComponent?
262
262
 
263
- > `optional` **rightsManagementComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementComponentConfig`](../type-aliases/RightsManagementComponentConfig.md)\>[]
263
+ > `optional` **authenticationGeneratorComponent**: `IEngineCoreTypeConfig`\<[`AuthenticationGeneratorComponentConfig`](../type-aliases/AuthenticationGeneratorComponentConfig.md)\>[]
264
264
 
265
- Rights management options which can be overridden by individual components by specifying types other than default.
265
+ Authentication generator options which can be overridden by individual components by specifying types other than default.
266
266
 
267
267
  #### rightsManagementPapComponent?
268
268
 
@@ -270,6 +270,78 @@ Rights management options which can be overridden by individual components by sp
270
270
 
271
271
  Rights management PAP options which can be overridden by individual components by specifying types other than default.
272
272
 
273
+ #### rightsManagementPdpComponent?
274
+
275
+ > `optional` **rightsManagementPdpComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPdpComponentConfig`](../type-aliases/RightsManagementPdpComponentConfig.md)\>[]
276
+
277
+ Rights management PDP options which can be overridden by individual components by specifying types other than default.
278
+
279
+ #### rightsManagementPepComponent?
280
+
281
+ > `optional` **rightsManagementPepComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPepComponentConfig`](../type-aliases/RightsManagementPepComponentConfig.md)\>[]
282
+
283
+ Rights management PEP options which can be overridden by individual components by specifying types other than default.
284
+
285
+ #### rightsManagementPipComponent?
286
+
287
+ > `optional` **rightsManagementPipComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPipComponentConfig`](../type-aliases/RightsManagementPipComponentConfig.md)\>[]
288
+
289
+ Rights management PIP options which can be overridden by individual components by specifying types other than default.
290
+
291
+ #### rightsManagementPmpComponent?
292
+
293
+ > `optional` **rightsManagementPmpComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPmpComponentConfig`](../type-aliases/RightsManagementPmpComponentConfig.md)\>[]
294
+
295
+ Rights management PMP options which can be overridden by individual components by specifying types other than default.
296
+
297
+ #### rightsManagementPxpComponent?
298
+
299
+ > `optional` **rightsManagementPxpComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPxpComponentConfig`](../type-aliases/RightsManagementPxpComponentConfig.md)\>[]
300
+
301
+ Rights management PXP options which can be overridden by individual components by specifying types other than default.
302
+
303
+ #### rightsManagementPnpComponent?
304
+
305
+ > `optional` **rightsManagementPnpComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPnpComponentConfig`](../type-aliases/RightsManagementPnpComponentConfig.md)\>[]
306
+
307
+ Rights management PNP options which can be overridden by individual components by specifying types other than default.
308
+
309
+ #### rightsManagementPnapComponent?
310
+
311
+ > `optional` **rightsManagementPnapComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPnapComponentConfig`](../type-aliases/RightsManagementPnapComponentConfig.md)\>[]
312
+
313
+ Rights management PNAP options which can be overridden by individual components by specifying types other than default.
314
+
315
+ #### rightsManagementDapComponent?
316
+
317
+ > `optional` **rightsManagementDapComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementDapComponentConfig`](../type-aliases/RightsManagementDapComponentConfig.md)\>[]
318
+
319
+ Rights management DAP options which can be overridden by individual components by specifying types other than default.
320
+
321
+ #### rightsManagementDarpComponent?
322
+
323
+ > `optional` **rightsManagementDarpComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementDarpComponentConfig`](../type-aliases/RightsManagementDarpComponentConfig.md)\>[]
324
+
325
+ Rights management DARP options which can be overridden by individual components by specifying types other than default.
326
+
327
+ #### synchronisedStorageComponent?
328
+
329
+ > `optional` **synchronisedStorageComponent**: `IEngineCoreTypeConfig`\<[`SynchronisedStorageComponentConfig`](../type-aliases/SynchronisedStorageComponentConfig.md)\>[]
330
+
331
+ Synchronised storage options which can be overridden by individual components by specifying types other than default.
332
+
333
+ #### federatedCatalogueComponent?
334
+
335
+ > `optional` **federatedCatalogueComponent**: `IEngineCoreTypeConfig`\<[`FederatedCatalogueComponentConfig`](../type-aliases/FederatedCatalogueComponentConfig.md)\>[]
336
+
337
+ Federated catalogue options which can be overridden by individual components by specifying types other than default.
338
+
339
+ #### dataSpaceConnectorComponent?
340
+
341
+ > `optional` **dataSpaceConnectorComponent**: `IEngineCoreTypeConfig`\<[`DataSpaceConnectorComponentConfig`](../type-aliases/DataSpaceConnectorComponentConfig.md)\>[]
342
+
343
+ Data space connector options which can be overridden by individual components by specifying types other than default.
344
+
273
345
  #### Overrides
274
346
 
275
347
  `IEngineCoreConfig.types`
@@ -0,0 +1,17 @@
1
+ # Type Alias: AuthenticationGeneratorComponentConfig
2
+
3
+ > **AuthenticationGeneratorComponentConfig** = `object`
4
+
5
+ Authentication generator component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`VerifiableCredential`](../variables/AuthenticationGeneratorComponentType.md#verifiablecredential)
12
+
13
+ ***
14
+
15
+ ### options
16
+
17
+ > **options**: `IVerifiableCredentialAuthenticationGeneratorConstructorOptions`
@@ -0,0 +1,5 @@
1
+ # Type Alias: AuthenticationGeneratorComponentType
2
+
3
+ > **AuthenticationGeneratorComponentType** = *typeof* [`AuthenticationGeneratorComponentType`](../variables/AuthenticationGeneratorComponentType.md)\[keyof *typeof* [`AuthenticationGeneratorComponentType`](../variables/AuthenticationGeneratorComponentType.md)\]
4
+
5
+ Authentication generator component types.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataSpaceConnectorComponentConfig
2
+
3
+ > **DataSpaceConnectorComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/DataSpaceConnectorComponentType.md#service); `options?`: `IDataSpaceConnectorServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/DataSpaceConnectorComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \} \| \{ `type`: *typeof* [`SocketClient`](../variables/DataSpaceConnectorComponentType.md#socketclient); `options`: `IDataSpaceConnectorSocketClientConstructorOptions`; \}
4
+
5
+ Data space connector component config types.
@@ -0,0 +1,5 @@
1
+ # Type Alias: DataSpaceConnectorComponentType
2
+
3
+ > **DataSpaceConnectorComponentType** = *typeof* [`DataSpaceConnectorComponentType`](../variables/DataSpaceConnectorComponentType.md)\[keyof *typeof* [`DataSpaceConnectorComponentType`](../variables/DataSpaceConnectorComponentType.md)\]
4
+
5
+ Data space connector component types.
@@ -1,5 +1,5 @@
1
1
  # Type Alias: EntityStorageConnectorConfig
2
2
 
3
- > **EntityStorageConnectorConfig** = \{ `type`: *typeof* [`File`](../variables/EntityStorageConnectorType.md#file); `options`: `Omit`\<`IFileEntityStorageConnectorConstructorOptions`, `"entitySchema"`\> & `object`; \} \| \{ `type`: *typeof* [`Memory`](../variables/EntityStorageConnectorType.md#memory); `options?`: `never`; \} \| \{ `type`: *typeof* [`AwsDynamoDb`](../variables/EntityStorageConnectorType.md#awsdynamodb); `options`: `Omit`\<`IDynamoDbEntityStorageConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \} \| \{ `type`: *typeof* [`AzureCosmosDb`](../variables/EntityStorageConnectorType.md#azurecosmosdb); `options`: `Omit`\<`ICosmosDbEntityStorageConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \} \| \{ `type`: *typeof* [`GcpFirestoreDb`](../variables/EntityStorageConnectorType.md#gcpfirestoredb); `options`: `Omit`\<`IFirestoreEntityStorageConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \} \| \{ `type`: *typeof* [`ScyllaDb`](../variables/EntityStorageConnectorType.md#scylladb); `options`: `Omit`\<`IScyllaDBTableConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \} \| \{ `type`: *typeof* [`MySqlDb`](../variables/EntityStorageConnectorType.md#mysqldb); `options`: `Omit`\<`IMySqlEntityStorageConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \} \| \{ `type`: *typeof* [`MongoDb`](../variables/EntityStorageConnectorType.md#mongodb); `options`: `Omit`\<`IMongoDbEntityStorageConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \} \| \{ `type`: *typeof* [`PostgreSql`](../variables/EntityStorageConnectorType.md#postgresql); `options`: `Omit`\<`IPostgreSqlEntityStorageConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \}
3
+ > **EntityStorageConnectorConfig** = \{ `type`: *typeof* [`File`](../variables/EntityStorageConnectorType.md#file); `options`: `Omit`\<`IFileEntityStorageConnectorConstructorOptions`, `"entitySchema"`\> & `object`; \} \| \{ `type`: *typeof* [`Memory`](../variables/EntityStorageConnectorType.md#memory); `options?`: `never`; \} \| \{ `type`: *typeof* [`AwsDynamoDb`](../variables/EntityStorageConnectorType.md#awsdynamodb); `options`: `Omit`\<`IDynamoDbEntityStorageConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \} \| \{ `type`: *typeof* [`AzureCosmosDb`](../variables/EntityStorageConnectorType.md#azurecosmosdb); `options`: `Omit`\<`ICosmosDbEntityStorageConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \} \| \{ `type`: *typeof* [`GcpFirestoreDb`](../variables/EntityStorageConnectorType.md#gcpfirestoredb); `options`: `Omit`\<`IFirestoreEntityStorageConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \} \| \{ `type`: *typeof* [`ScyllaDb`](../variables/EntityStorageConnectorType.md#scylladb); `options`: `Omit`\<`IScyllaDBTableConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \} \| \{ `type`: *typeof* [`MySqlDb`](../variables/EntityStorageConnectorType.md#mysqldb); `options`: `Omit`\<`IMySqlEntityStorageConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \} \| \{ `type`: *typeof* [`MongoDb`](../variables/EntityStorageConnectorType.md#mongodb); `options`: `Omit`\<`IMongoDbEntityStorageConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \} \| \{ `type`: *typeof* [`PostgreSql`](../variables/EntityStorageConnectorType.md#postgresql); `options`: `Omit`\<`IPostgreSqlEntityStorageConnectorConstructorOptions`, `"entitySchema"` \| `"config"`\> & `object`; \} \| \{ `type`: *typeof* [`Synchronised`](../variables/EntityStorageConnectorType.md#synchronised); `options`: `Omit`\<`ISynchronisedEntityStorageConnectorConstructorOptions`, `"entitySchema"`\>; \}
4
4
 
5
5
  Entity storage connector config types.
@@ -0,0 +1,17 @@
1
+ # Type Alias: MessagingAdminComponentConfig
2
+
3
+ > **MessagingAdminComponentConfig** = `object`
4
+
5
+ Messaging admin component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Service`](../variables/MessagingAdminComponentType.md#service)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `IMessagingAdminServiceConstructorOptions`
@@ -0,0 +1,5 @@
1
+ # Type Alias: MessagingAdminComponentType
2
+
3
+ > **MessagingAdminComponentType** = *typeof* [`MessagingAdminComponentType`](../variables/MessagingAdminComponentType.md)\[keyof *typeof* [`MessagingAdminComponentType`](../variables/MessagingAdminComponentType.md)\]
4
+
5
+ Messaging admin component types.
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementDapComponentConfig
2
+
3
+ > **RightsManagementDapComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/RightsManagementDapComponentType.md#service); `options?`: `IDataAccessPointServiceConstructorOptions` & `object`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/RightsManagementDapComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
4
+
5
+ Rights management DAP component config types.
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementDapComponentType
2
+
3
+ > **RightsManagementDapComponentType** = *typeof* [`RightsManagementDapComponentType`](../variables/RightsManagementDapComponentType.md)\[keyof *typeof* [`RightsManagementDapComponentType`](../variables/RightsManagementDapComponentType.md)\]
4
+
5
+ Rights management DAP component types.
@@ -0,0 +1,23 @@
1
+ # Type Alias: RightsManagementDarpComponentConfig
2
+
3
+ > **RightsManagementDarpComponentConfig** = `object`
4
+
5
+ Rights management DARP component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Service`](../variables/RightsManagementDarpComponentType.md#service)
12
+
13
+ ***
14
+
15
+ ### options
16
+
17
+ > **options**: `IDataAccessRequestPointServiceConstructorOptions` & `object`
18
+
19
+ #### Type Declaration
20
+
21
+ ##### negotiatorModulesConfig?
22
+
23
+ > `optional` **negotiatorModulesConfig**: `IEngineModuleConfig`[]
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementDarpComponentType
2
+
3
+ > **RightsManagementDarpComponentType** = *typeof* [`RightsManagementDarpComponentType`](../variables/RightsManagementDarpComponentType.md)\[keyof *typeof* [`RightsManagementDarpComponentType`](../variables/RightsManagementDarpComponentType.md)\]
4
+
5
+ Rights management DARP component types.
@@ -1,17 +1,5 @@
1
1
  # Type Alias: RightsManagementPapComponentConfig
2
2
 
3
- > **RightsManagementPapComponentConfig** = `object`
3
+ > **RightsManagementPapComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/RightsManagementPapComponentType.md#service); `options?`: `IPolicyAdministrationPointServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/RightsManagementPapComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
4
4
 
5
5
  Rights management PAP component config types.
6
-
7
- ## Properties
8
-
9
- ### type
10
-
11
- > **type**: *typeof* [`Service`](../variables/RightsManagementPapComponentType.md#service)
12
-
13
- ***
14
-
15
- ### options?
16
-
17
- > `optional` **options**: `IPolicyAdministrationPointServiceOptions`
@@ -0,0 +1,23 @@
1
+ # Type Alias: RightsManagementPdpComponentConfig
2
+
3
+ > **RightsManagementPdpComponentConfig** = `object`
4
+
5
+ Rights management PDP component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Service`](../variables/RightsManagementPdpComponentType.md#service)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `IPolicyDecisionPointServiceConstructorOptions` & `object`
18
+
19
+ #### Type Declaration
20
+
21
+ ##### arbiterModulesConfig?
22
+
23
+ > `optional` **arbiterModulesConfig**: `IEngineModuleConfig`[]
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPdpComponentType
2
+
3
+ > **RightsManagementPdpComponentType** = *typeof* [`RightsManagementPdpComponentType`](../variables/RightsManagementPdpComponentType.md)\[keyof *typeof* [`RightsManagementPdpComponentType`](../variables/RightsManagementPdpComponentType.md)\]
4
+
5
+ Rights management PDP component types.
@@ -0,0 +1,23 @@
1
+ # Type Alias: RightsManagementPepComponentConfig
2
+
3
+ > **RightsManagementPepComponentConfig** = `object`
4
+
5
+ Rights management PEP component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Service`](../variables/RightsManagementPepComponentType.md#service)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `IPolicyEnforcementPointServiceConstructorOptions` & `object`
18
+
19
+ #### Type Declaration
20
+
21
+ ##### processorModulesConfig?
22
+
23
+ > `optional` **processorModulesConfig**: `IEngineModuleConfig`[]
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPepComponentType
2
+
3
+ > **RightsManagementPepComponentType** = *typeof* [`RightsManagementPepComponentType`](../variables/RightsManagementPepComponentType.md)\[keyof *typeof* [`RightsManagementPepComponentType`](../variables/RightsManagementPepComponentType.md)\]
4
+
5
+ Rights management PEP component types.
@@ -0,0 +1,23 @@
1
+ # Type Alias: RightsManagementPipComponentConfig
2
+
3
+ > **RightsManagementPipComponentConfig** = `object`
4
+
5
+ Rights management PIP component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Service`](../variables/RightsManagementPipComponentType.md#service)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `IPolicyInformationPointServiceConstructorOptions` & `object`
18
+
19
+ #### Type Declaration
20
+
21
+ ##### informationModulesConfig?
22
+
23
+ > `optional` **informationModulesConfig**: `IEngineModuleConfig`[]
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPipComponentType
2
+
3
+ > **RightsManagementPipComponentType** = *typeof* [`RightsManagementPipComponentType`](../variables/RightsManagementPipComponentType.md)\[keyof *typeof* [`RightsManagementPipComponentType`](../variables/RightsManagementPipComponentType.md)\]
4
+
5
+ Rights management PIP component types.
@@ -0,0 +1,17 @@
1
+ # Type Alias: RightsManagementPmpComponentConfig
2
+
3
+ > **RightsManagementPmpComponentConfig** = `object`
4
+
5
+ Rights management PMP component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Service`](../variables/RightsManagementPmpComponentType.md#service)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `IPolicyManagementPointServiceConstructorOptions`
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPmpComponentType
2
+
3
+ > **RightsManagementPmpComponentType** = *typeof* [`RightsManagementPmpComponentType`](../variables/RightsManagementPmpComponentType.md)\[keyof *typeof* [`RightsManagementPmpComponentType`](../variables/RightsManagementPmpComponentType.md)\]
4
+
5
+ Rights management PMP component types.
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPnapComponentConfig
2
+
3
+ > **RightsManagementPnapComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/RightsManagementPnapComponentType.md#service); `options?`: `IPolicyNegotiationAdminPointServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/RightsManagementPnapComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
4
+
5
+ Rights management PNAP component config types.
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPnapComponentType
2
+
3
+ > **RightsManagementPnapComponentType** = *typeof* [`RightsManagementPnapComponentType`](../variables/RightsManagementPnapComponentType.md)\[keyof *typeof* [`RightsManagementPnapComponentType`](../variables/RightsManagementPnapComponentType.md)\]
4
+
5
+ Rights management PNAP component types.
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPnpComponentConfig
2
+
3
+ > **RightsManagementPnpComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/RightsManagementPnpComponentType.md#service); `options`: `IPolicyNegotiationPointServiceConstructorOptions` & `object`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/RightsManagementPnpComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
4
+
5
+ Rights management PNP component config types.
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPnpComponentType
2
+
3
+ > **RightsManagementPnpComponentType** = *typeof* [`RightsManagementPnpComponentType`](../variables/RightsManagementPnpComponentType.md)\[keyof *typeof* [`RightsManagementPnpComponentType`](../variables/RightsManagementPnpComponentType.md)\]
4
+
5
+ Rights management PNP component types.
@@ -0,0 +1,23 @@
1
+ # Type Alias: RightsManagementPxpComponentConfig
2
+
3
+ > **RightsManagementPxpComponentConfig** = `object`
4
+
5
+ Rights management PXP component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Service`](../variables/RightsManagementPxpComponentType.md#service)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `IPolicyExecutionPointServiceConstructorOptions` & `object`
18
+
19
+ #### Type Declaration
20
+
21
+ ##### actionModulesConfig?
22
+
23
+ > `optional` **actionModulesConfig**: `IEngineModuleConfig`[]
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPxpComponentType
2
+
3
+ > **RightsManagementPxpComponentType** = *typeof* [`RightsManagementPxpComponentType`](../variables/RightsManagementPxpComponentType.md)\[keyof *typeof* [`RightsManagementPxpComponentType`](../variables/RightsManagementPxpComponentType.md)\]
4
+
5
+ Rights management PXP component types.
@@ -0,0 +1,5 @@
1
+ # Type Alias: SynchronisedStorageComponentConfig
2
+
3
+ > **SynchronisedStorageComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/SynchronisedStorageComponentType.md#service); `options`: `ISynchronisedStorageServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/SynchronisedStorageComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
4
+
5
+ Synchronised storage component config types.
@@ -0,0 +1,5 @@
1
+ # Type Alias: SynchronisedStorageComponentType
2
+
3
+ > **SynchronisedStorageComponentType** = *typeof* [`SynchronisedStorageComponentType`](../variables/SynchronisedStorageComponentType.md)\[keyof *typeof* [`SynchronisedStorageComponentType`](../variables/SynchronisedStorageComponentType.md)\]
4
+
5
+ Synchronised storage component types.
@@ -4,7 +4,7 @@
4
4
 
5
5
  Attestation component types.
6
6
 
7
- ## Type declaration
7
+ ## Type Declaration
8
8
 
9
9
  ### Service
10
10