@twin.org/engine-types 0.0.3-next.6 → 0.0.3-next.8

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 (175) hide show
  1. package/dist/es/components/dataSpaceConnector.js +0 -1
  2. package/dist/es/components/dataSpaceConnector.js.map +1 -1
  3. package/dist/es/components/rightsManagementDap.js +2 -4
  4. package/dist/es/components/rightsManagementDap.js.map +1 -1
  5. package/dist/es/components/rightsManagementDarp.js +1 -0
  6. package/dist/es/components/rightsManagementDarp.js.map +1 -1
  7. package/dist/es/components/rightsManagementDataAccessHandler.js +27 -0
  8. package/dist/es/components/rightsManagementDataAccessHandler.js.map +1 -0
  9. package/dist/es/components/rightsManagementPdp.js +2 -16
  10. package/dist/es/components/rightsManagementPdp.js.map +1 -1
  11. package/dist/es/components/rightsManagementPep.js +2 -16
  12. package/dist/es/components/rightsManagementPep.js.map +1 -1
  13. package/dist/es/components/rightsManagementPip.js +2 -16
  14. package/dist/es/components/rightsManagementPip.js.map +1 -1
  15. package/dist/es/components/rightsManagementPnp.js +3 -23
  16. package/dist/es/components/rightsManagementPnp.js.map +1 -1
  17. package/dist/es/components/rightsManagementPolicyArbiter.js +27 -0
  18. package/dist/es/components/rightsManagementPolicyArbiter.js.map +1 -0
  19. package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js +27 -0
  20. package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js.map +1 -0
  21. package/dist/es/components/rightsManagementPolicyExecutionAction.js +27 -0
  22. package/dist/es/components/rightsManagementPolicyExecutionAction.js.map +1 -0
  23. package/dist/es/components/rightsManagementPolicyInformationSource.js +35 -0
  24. package/dist/es/components/rightsManagementPolicyInformationSource.js.map +1 -0
  25. package/dist/es/components/rightsManagementPolicyNegotiator.js +27 -0
  26. package/dist/es/components/rightsManagementPolicyNegotiator.js.map +1 -0
  27. package/dist/es/components/rightsManagementPolicyRequester.js +27 -0
  28. package/dist/es/components/rightsManagementPolicyRequester.js.map +1 -0
  29. package/dist/es/components/rightsManagementPxp.js +2 -16
  30. package/dist/es/components/rightsManagementPxp.js.map +1 -1
  31. package/dist/es/components/synchronisedStorage.js +1 -1
  32. package/dist/es/components/synchronisedStorage.js.map +1 -1
  33. package/dist/es/components/trust.js +29 -0
  34. package/dist/es/components/trust.js.map +1 -0
  35. package/dist/es/components/trustGenerator.js +28 -0
  36. package/dist/es/components/trustGenerator.js.map +1 -0
  37. package/dist/es/components/trustVerifier.js +28 -0
  38. package/dist/es/components/trustVerifier.js.map +1 -0
  39. package/dist/es/index.js +30 -0
  40. package/dist/es/index.js.map +1 -1
  41. package/dist/es/models/IEngineConfig.js.map +1 -1
  42. package/dist/es/models/config/rightsManagementDarpComponentConfig.js.map +1 -1
  43. package/dist/es/models/config/rightsManagementDataAccessHandlerComponentConfig.js +2 -0
  44. package/dist/es/models/config/rightsManagementDataAccessHandlerComponentConfig.js.map +1 -0
  45. package/dist/es/models/config/rightsManagementPdpComponentConfig.js.map +1 -1
  46. package/dist/es/models/config/rightsManagementPepComponentConfig.js.map +1 -1
  47. package/dist/es/models/config/rightsManagementPipComponentConfig.js.map +1 -1
  48. package/dist/es/models/config/rightsManagementPnpComponentConfig.js.map +1 -1
  49. package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js +2 -0
  50. package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js.map +1 -0
  51. package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js +2 -0
  52. package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js.map +1 -0
  53. package/dist/es/models/config/rightsManagementPolicyExecutionActionComponentConfig.js +2 -0
  54. package/dist/es/models/config/rightsManagementPolicyExecutionActionComponentConfig.js.map +1 -0
  55. package/dist/es/models/config/rightsManagementPolicyInformationSourceComponentConfig.js +2 -0
  56. package/dist/es/models/config/rightsManagementPolicyInformationSourceComponentConfig.js.map +1 -0
  57. package/dist/es/models/config/rightsManagementPolicyNegotiatorComponentConfig.js +2 -0
  58. package/dist/es/models/config/rightsManagementPolicyNegotiatorComponentConfig.js.map +1 -0
  59. package/dist/es/models/config/rightsManagementPolicyRequesterComponentConfig.js +2 -0
  60. package/dist/es/models/config/rightsManagementPolicyRequesterComponentConfig.js.map +1 -0
  61. package/dist/es/models/config/rightsManagementPxpComponentConfig.js.map +1 -1
  62. package/dist/es/models/config/trustComponentConfig.js +2 -0
  63. package/dist/es/models/config/trustComponentConfig.js.map +1 -0
  64. package/dist/es/models/config/trustGeneratorComponentConfig.js +2 -0
  65. package/dist/es/models/config/trustGeneratorComponentConfig.js.map +1 -0
  66. package/dist/es/models/config/trustVerifierComponentConfig.js +2 -0
  67. package/dist/es/models/config/trustVerifierComponentConfig.js.map +1 -0
  68. package/dist/es/models/types/rightsManagementDataAccessHandlerComponentType.js +13 -0
  69. package/dist/es/models/types/rightsManagementDataAccessHandlerComponentType.js.map +1 -0
  70. package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js +13 -0
  71. package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js.map +1 -0
  72. package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js +13 -0
  73. package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js.map +1 -0
  74. package/dist/es/models/types/rightsManagementPolicyExecutionActionComponentType.js +13 -0
  75. package/dist/es/models/types/rightsManagementPolicyExecutionActionComponentType.js.map +1 -0
  76. package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js +17 -0
  77. package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js.map +1 -0
  78. package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js +13 -0
  79. package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js.map +1 -0
  80. package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js +13 -0
  81. package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js.map +1 -0
  82. package/dist/es/models/types/trustComponentType.js +13 -0
  83. package/dist/es/models/types/trustComponentType.js.map +1 -0
  84. package/dist/es/models/types/trustGeneratorComponentType.js +13 -0
  85. package/dist/es/models/types/trustGeneratorComponentType.js.map +1 -0
  86. package/dist/es/models/types/trustVerifierComponentType.js +13 -0
  87. package/dist/es/models/types/trustVerifierComponentType.js.map +1 -0
  88. package/dist/types/components/rightsManagementDataAccessHandler.d.ts +17 -0
  89. package/dist/types/components/rightsManagementPolicyArbiter.d.ts +17 -0
  90. package/dist/types/components/rightsManagementPolicyEnforcementProcessor.d.ts +17 -0
  91. package/dist/types/components/rightsManagementPolicyExecutionAction.d.ts +17 -0
  92. package/dist/types/components/rightsManagementPolicyInformationSource.d.ts +17 -0
  93. package/dist/types/components/rightsManagementPolicyNegotiator.d.ts +17 -0
  94. package/dist/types/components/rightsManagementPolicyRequester.d.ts +17 -0
  95. package/dist/types/components/trust.d.ts +16 -0
  96. package/dist/types/components/trustGenerator.d.ts +17 -0
  97. package/dist/types/components/trustVerifier.d.ts +17 -0
  98. package/dist/types/index.d.ts +30 -0
  99. package/dist/types/models/IEngineConfig.d.ts +50 -0
  100. package/dist/types/models/config/rightsManagementDarpComponentConfig.d.ts +1 -4
  101. package/dist/types/models/config/rightsManagementDataAccessHandlerComponentConfig.d.ts +9 -0
  102. package/dist/types/models/config/rightsManagementPdpComponentConfig.d.ts +1 -4
  103. package/dist/types/models/config/rightsManagementPepComponentConfig.d.ts +1 -4
  104. package/dist/types/models/config/rightsManagementPipComponentConfig.d.ts +1 -4
  105. package/dist/types/models/config/rightsManagementPnpComponentConfig.d.ts +1 -5
  106. package/dist/types/models/config/rightsManagementPolicyArbiterComponentConfig.d.ts +9 -0
  107. package/dist/types/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.d.ts +9 -0
  108. package/dist/types/models/config/rightsManagementPolicyExecutionActionComponentConfig.d.ts +9 -0
  109. package/dist/types/models/config/rightsManagementPolicyInformationSourceComponentConfig.d.ts +12 -0
  110. package/dist/types/models/config/rightsManagementPolicyNegotiatorComponentConfig.d.ts +9 -0
  111. package/dist/types/models/config/rightsManagementPolicyRequesterComponentConfig.d.ts +9 -0
  112. package/dist/types/models/config/rightsManagementPxpComponentConfig.d.ts +1 -4
  113. package/dist/types/models/config/trustComponentConfig.d.ts +9 -0
  114. package/dist/types/models/config/trustGeneratorComponentConfig.d.ts +9 -0
  115. package/dist/types/models/config/trustVerifierComponentConfig.d.ts +9 -0
  116. package/dist/types/models/types/rightsManagementDataAccessHandlerComponentType.d.ts +13 -0
  117. package/dist/types/models/types/rightsManagementPolicyArbiterComponentType.d.ts +13 -0
  118. package/dist/types/models/types/rightsManagementPolicyEnforcementProcessorComponentType.d.ts +13 -0
  119. package/dist/types/models/types/rightsManagementPolicyExecutionActionComponentType.d.ts +13 -0
  120. package/dist/types/models/types/rightsManagementPolicyInformationSourceComponentType.d.ts +17 -0
  121. package/dist/types/models/types/rightsManagementPolicyNegotiatorComponentType.d.ts +13 -0
  122. package/dist/types/models/types/rightsManagementPolicyRequesterComponentType.d.ts +13 -0
  123. package/dist/types/models/types/trustComponentType.d.ts +13 -0
  124. package/dist/types/models/types/trustGeneratorComponentType.d.ts +13 -0
  125. package/dist/types/models/types/trustVerifierComponentType.d.ts +13 -0
  126. package/docs/changelog.md +30 -0
  127. package/docs/reference/functions/initialiseRightsManagementDataAccessHandlerComponent.md +31 -0
  128. package/docs/reference/functions/initialiseRightsManagementPolicyArbiterComponent.md +31 -0
  129. package/docs/reference/functions/initialiseRightsManagementPolicyEnforcementProcessorComponent.md +31 -0
  130. package/docs/reference/functions/initialiseRightsManagementPolicyExecutionActionComponent.md +31 -0
  131. package/docs/reference/functions/initialiseRightsManagementPolicyInformationSourceComponent.md +31 -0
  132. package/docs/reference/functions/initialiseRightsManagementPolicyNegotiatorComponent.md +31 -0
  133. package/docs/reference/functions/initialiseRightsManagementPolicyRequesterComponent.md +31 -0
  134. package/docs/reference/functions/initialiseTrustComponent.md +31 -0
  135. package/docs/reference/functions/initialiseTrustGeneratorComponent.md +31 -0
  136. package/docs/reference/functions/initialiseTrustVerifierComponent.md +31 -0
  137. package/docs/reference/index.md +40 -0
  138. package/docs/reference/interfaces/IEngineConfig.md +60 -0
  139. package/docs/reference/type-aliases/RightsManagementDarpComponentConfig.md +1 -7
  140. package/docs/reference/type-aliases/RightsManagementDataAccessHandlerComponentConfig.md +17 -0
  141. package/docs/reference/type-aliases/RightsManagementDataAccessHandlerComponentType.md +5 -0
  142. package/docs/reference/type-aliases/RightsManagementPdpComponentConfig.md +1 -7
  143. package/docs/reference/type-aliases/RightsManagementPepComponentConfig.md +1 -7
  144. package/docs/reference/type-aliases/RightsManagementPipComponentConfig.md +1 -7
  145. package/docs/reference/type-aliases/RightsManagementPnpComponentConfig.md +1 -1
  146. package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentConfig.md +17 -0
  147. package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentType.md +5 -0
  148. package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md +17 -0
  149. package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentType.md +5 -0
  150. package/docs/reference/type-aliases/RightsManagementPolicyExecutionActionComponentConfig.md +17 -0
  151. package/docs/reference/type-aliases/RightsManagementPolicyExecutionActionComponentType.md +5 -0
  152. package/docs/reference/type-aliases/RightsManagementPolicyInformationSourceComponentConfig.md +5 -0
  153. package/docs/reference/type-aliases/RightsManagementPolicyInformationSourceComponentType.md +5 -0
  154. package/docs/reference/type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md +17 -0
  155. package/docs/reference/type-aliases/RightsManagementPolicyNegotiatorComponentType.md +5 -0
  156. package/docs/reference/type-aliases/RightsManagementPolicyRequesterComponentConfig.md +17 -0
  157. package/docs/reference/type-aliases/RightsManagementPolicyRequesterComponentType.md +5 -0
  158. package/docs/reference/type-aliases/RightsManagementPxpComponentConfig.md +1 -7
  159. package/docs/reference/type-aliases/TrustComponentConfig.md +17 -0
  160. package/docs/reference/type-aliases/TrustComponentType.md +5 -0
  161. package/docs/reference/type-aliases/TrustGeneratorComponentConfig.md +17 -0
  162. package/docs/reference/type-aliases/TrustGeneratorComponentType.md +5 -0
  163. package/docs/reference/type-aliases/TrustVerifierComponentConfig.md +17 -0
  164. package/docs/reference/type-aliases/TrustVerifierComponentType.md +5 -0
  165. package/docs/reference/variables/RightsManagementDataAccessHandlerComponentType.md +13 -0
  166. package/docs/reference/variables/RightsManagementPolicyArbiterComponentType.md +13 -0
  167. package/docs/reference/variables/RightsManagementPolicyEnforcementProcessorComponentType.md +13 -0
  168. package/docs/reference/variables/RightsManagementPolicyExecutionActionComponentType.md +13 -0
  169. package/docs/reference/variables/RightsManagementPolicyInformationSourceComponentType.md +19 -0
  170. package/docs/reference/variables/RightsManagementPolicyNegotiatorComponentType.md +13 -0
  171. package/docs/reference/variables/RightsManagementPolicyRequesterComponentType.md +13 -0
  172. package/docs/reference/variables/TrustComponentType.md +13 -0
  173. package/docs/reference/variables/TrustGeneratorComponentType.md +13 -0
  174. package/docs/reference/variables/TrustVerifierComponentType.md +13 -0
  175. package/package.json +8 -3
@@ -0,0 +1,31 @@
1
+ # Function: initialiseRightsManagementPolicyNegotiatorComponent()
2
+
3
+ > **initialiseRightsManagementPolicyNegotiatorComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyNegotiator`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the rights management policy negotiator component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`RightsManagementPolicyNegotiatorComponentConfig`](../type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyNegotiator`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseRightsManagementPolicyRequesterComponent()
2
+
3
+ > **initialiseRightsManagementPolicyRequesterComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyRequester`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the rights management policy requester component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`RightsManagementPolicyRequesterComponentConfig`](../type-aliases/RightsManagementPolicyRequesterComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IPolicyRequester`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseTrustComponent()
2
+
3
+ > **initialiseTrustComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the trust component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`TrustComponentConfig`](../type-aliases/TrustComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`IComponent`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseTrustGeneratorComponent()
2
+
3
+ > **initialiseTrustGeneratorComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`ITrustGenerator`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the trust generator component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`TrustGeneratorComponentConfig`](../type-aliases/TrustGeneratorComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`ITrustGenerator`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -0,0 +1,31 @@
1
+ # Function: initialiseTrustVerifierComponent()
2
+
3
+ > **initialiseTrustVerifierComponent**(`engineCore`, `context`, `instanceConfig`): `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`ITrustVerifier`\>; `component?`: `IComponent`; \}\>
4
+
5
+ Initialise the trust verifier component.
6
+
7
+ ## Parameters
8
+
9
+ ### engineCore
10
+
11
+ `IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
12
+
13
+ The engine core.
14
+
15
+ ### context
16
+
17
+ `IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
18
+
19
+ The context for the engine.
20
+
21
+ ### instanceConfig
22
+
23
+ [`TrustVerifierComponentConfig`](../type-aliases/TrustVerifierComponentConfig.md)
24
+
25
+ The instance config.
26
+
27
+ ## Returns
28
+
29
+ `Promise`\<\{ `instanceType?`: `string`; `factory?`: `Factory`\<`ITrustVerifier`\>; `component?`: `IComponent`; \}\>
30
+
31
+ The instance created and the factory for it.
@@ -50,6 +50,7 @@
50
50
  - [NftConnectorConfig](type-aliases/NftConnectorConfig.md)
51
51
  - [RightsManagementDapComponentConfig](type-aliases/RightsManagementDapComponentConfig.md)
52
52
  - [RightsManagementDarpComponentConfig](type-aliases/RightsManagementDarpComponentConfig.md)
53
+ - [RightsManagementDataAccessHandlerComponentConfig](type-aliases/RightsManagementDataAccessHandlerComponentConfig.md)
53
54
  - [RightsManagementPapComponentConfig](type-aliases/RightsManagementPapComponentConfig.md)
54
55
  - [RightsManagementPdpComponentConfig](type-aliases/RightsManagementPdpComponentConfig.md)
55
56
  - [RightsManagementPepComponentConfig](type-aliases/RightsManagementPepComponentConfig.md)
@@ -57,12 +58,21 @@
57
58
  - [RightsManagementPmpComponentConfig](type-aliases/RightsManagementPmpComponentConfig.md)
58
59
  - [RightsManagementPnapComponentConfig](type-aliases/RightsManagementPnapComponentConfig.md)
59
60
  - [RightsManagementPnpComponentConfig](type-aliases/RightsManagementPnpComponentConfig.md)
61
+ - [RightsManagementPolicyArbiterComponentConfig](type-aliases/RightsManagementPolicyArbiterComponentConfig.md)
62
+ - [RightsManagementPolicyEnforcementProcessorComponentConfig](type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md)
63
+ - [RightsManagementPolicyExecutionActionComponentConfig](type-aliases/RightsManagementPolicyExecutionActionComponentConfig.md)
64
+ - [RightsManagementPolicyInformationSourceComponentConfig](type-aliases/RightsManagementPolicyInformationSourceComponentConfig.md)
65
+ - [RightsManagementPolicyNegotiatorComponentConfig](type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md)
66
+ - [RightsManagementPolicyRequesterComponentConfig](type-aliases/RightsManagementPolicyRequesterComponentConfig.md)
60
67
  - [RightsManagementPxpComponentConfig](type-aliases/RightsManagementPxpComponentConfig.md)
61
68
  - [SynchronisedStorageComponentConfig](type-aliases/SynchronisedStorageComponentConfig.md)
62
69
  - [TaskSchedulerComponentConfig](type-aliases/TaskSchedulerComponentConfig.md)
63
70
  - [TelemetryComponentConfig](type-aliases/TelemetryComponentConfig.md)
64
71
  - [TelemetryConnectorConfig](type-aliases/TelemetryConnectorConfig.md)
65
72
  - [TenantAdminComponentConfig](type-aliases/TenantAdminComponentConfig.md)
73
+ - [TrustComponentConfig](type-aliases/TrustComponentConfig.md)
74
+ - [TrustGeneratorComponentConfig](type-aliases/TrustGeneratorComponentConfig.md)
75
+ - [TrustVerifierComponentConfig](type-aliases/TrustVerifierComponentConfig.md)
66
76
  - [VaultConnectorConfig](type-aliases/VaultConnectorConfig.md)
67
77
  - [VerifiableStorageComponentConfig](type-aliases/VerifiableStorageComponentConfig.md)
68
78
  - [VerifiableStorageConnectorConfig](type-aliases/VerifiableStorageConnectorConfig.md)
@@ -107,6 +117,7 @@
107
117
  - [NftConnectorType](type-aliases/NftConnectorType.md)
108
118
  - [RightsManagementDapComponentType](type-aliases/RightsManagementDapComponentType.md)
109
119
  - [RightsManagementDarpComponentType](type-aliases/RightsManagementDarpComponentType.md)
120
+ - [RightsManagementDataAccessHandlerComponentType](type-aliases/RightsManagementDataAccessHandlerComponentType.md)
110
121
  - [RightsManagementPapComponentType](type-aliases/RightsManagementPapComponentType.md)
111
122
  - [RightsManagementPdpComponentType](type-aliases/RightsManagementPdpComponentType.md)
112
123
  - [RightsManagementPepComponentType](type-aliases/RightsManagementPepComponentType.md)
@@ -114,12 +125,21 @@
114
125
  - [RightsManagementPmpComponentType](type-aliases/RightsManagementPmpComponentType.md)
115
126
  - [RightsManagementPnapComponentType](type-aliases/RightsManagementPnapComponentType.md)
116
127
  - [RightsManagementPnpComponentType](type-aliases/RightsManagementPnpComponentType.md)
128
+ - [RightsManagementPolicyArbiterComponentType](type-aliases/RightsManagementPolicyArbiterComponentType.md)
129
+ - [RightsManagementPolicyEnforcementProcessorComponentType](type-aliases/RightsManagementPolicyEnforcementProcessorComponentType.md)
130
+ - [RightsManagementPolicyExecutionActionComponentType](type-aliases/RightsManagementPolicyExecutionActionComponentType.md)
131
+ - [RightsManagementPolicyInformationSourceComponentType](type-aliases/RightsManagementPolicyInformationSourceComponentType.md)
132
+ - [RightsManagementPolicyNegotiatorComponentType](type-aliases/RightsManagementPolicyNegotiatorComponentType.md)
133
+ - [RightsManagementPolicyRequesterComponentType](type-aliases/RightsManagementPolicyRequesterComponentType.md)
117
134
  - [RightsManagementPxpComponentType](type-aliases/RightsManagementPxpComponentType.md)
118
135
  - [SynchronisedStorageComponentType](type-aliases/SynchronisedStorageComponentType.md)
119
136
  - [TaskSchedulerComponentType](type-aliases/TaskSchedulerComponentType.md)
120
137
  - [TelemetryComponentType](type-aliases/TelemetryComponentType.md)
121
138
  - [TelemetryConnectorType](type-aliases/TelemetryConnectorType.md)
122
139
  - [TenantAdminComponentType](type-aliases/TenantAdminComponentType.md)
140
+ - [TrustComponentType](type-aliases/TrustComponentType.md)
141
+ - [TrustGeneratorComponentType](type-aliases/TrustGeneratorComponentType.md)
142
+ - [TrustVerifierComponentType](type-aliases/TrustVerifierComponentType.md)
123
143
  - [VaultConnectorType](type-aliases/VaultConnectorType.md)
124
144
  - [IVerifiableStorageComponentType](type-aliases/IVerifiableStorageComponentType.md)
125
145
  - [VerifiableStorageConnectorType](type-aliases/VerifiableStorageConnectorType.md)
@@ -167,6 +187,7 @@
167
187
  - [NftConnectorType](variables/NftConnectorType.md)
168
188
  - [RightsManagementDapComponentType](variables/RightsManagementDapComponentType.md)
169
189
  - [RightsManagementDarpComponentType](variables/RightsManagementDarpComponentType.md)
190
+ - [RightsManagementDataAccessHandlerComponentType](variables/RightsManagementDataAccessHandlerComponentType.md)
170
191
  - [RightsManagementPapComponentType](variables/RightsManagementPapComponentType.md)
171
192
  - [RightsManagementPdpComponentType](variables/RightsManagementPdpComponentType.md)
172
193
  - [RightsManagementPepComponentType](variables/RightsManagementPepComponentType.md)
@@ -174,12 +195,21 @@
174
195
  - [RightsManagementPmpComponentType](variables/RightsManagementPmpComponentType.md)
175
196
  - [RightsManagementPnapComponentType](variables/RightsManagementPnapComponentType.md)
176
197
  - [RightsManagementPnpComponentType](variables/RightsManagementPnpComponentType.md)
198
+ - [RightsManagementPolicyArbiterComponentType](variables/RightsManagementPolicyArbiterComponentType.md)
199
+ - [RightsManagementPolicyEnforcementProcessorComponentType](variables/RightsManagementPolicyEnforcementProcessorComponentType.md)
200
+ - [RightsManagementPolicyExecutionActionComponentType](variables/RightsManagementPolicyExecutionActionComponentType.md)
201
+ - [RightsManagementPolicyInformationSourceComponentType](variables/RightsManagementPolicyInformationSourceComponentType.md)
202
+ - [RightsManagementPolicyNegotiatorComponentType](variables/RightsManagementPolicyNegotiatorComponentType.md)
203
+ - [RightsManagementPolicyRequesterComponentType](variables/RightsManagementPolicyRequesterComponentType.md)
177
204
  - [RightsManagementPxpComponentType](variables/RightsManagementPxpComponentType.md)
178
205
  - [SynchronisedStorageComponentType](variables/SynchronisedStorageComponentType.md)
179
206
  - [TaskSchedulerComponentType](variables/TaskSchedulerComponentType.md)
180
207
  - [TelemetryComponentType](variables/TelemetryComponentType.md)
181
208
  - [TelemetryConnectorType](variables/TelemetryConnectorType.md)
182
209
  - [TenantAdminComponentType](variables/TenantAdminComponentType.md)
210
+ - [TrustComponentType](variables/TrustComponentType.md)
211
+ - [TrustGeneratorComponentType](variables/TrustGeneratorComponentType.md)
212
+ - [TrustVerifierComponentType](variables/TrustVerifierComponentType.md)
183
213
  - [VaultConnectorType](variables/VaultConnectorType.md)
184
214
  - [VerifiableStorageComponentType](variables/VerifiableStorageComponentType.md)
185
215
  - [VerifiableStorageConnectorType](variables/VerifiableStorageConnectorType.md)
@@ -226,6 +256,7 @@
226
256
  - [initialiseNftComponent](functions/initialiseNftComponent.md)
227
257
  - [initialiseRightsManagementDapComponent](functions/initialiseRightsManagementDapComponent.md)
228
258
  - [initialiseRightsManagementDarpComponent](functions/initialiseRightsManagementDarpComponent.md)
259
+ - [initialiseRightsManagementDataAccessHandlerComponent](functions/initialiseRightsManagementDataAccessHandlerComponent.md)
229
260
  - [initialiseRightsManagementPapComponent](functions/initialiseRightsManagementPapComponent.md)
230
261
  - [initialiseRightsManagementPdpComponent](functions/initialiseRightsManagementPdpComponent.md)
231
262
  - [initialiseRightsManagementPepComponent](functions/initialiseRightsManagementPepComponent.md)
@@ -233,12 +264,21 @@
233
264
  - [initialiseRightsManagementPmpComponent](functions/initialiseRightsManagementPmpComponent.md)
234
265
  - [initialiseRightsManagementPnapComponent](functions/initialiseRightsManagementPnapComponent.md)
235
266
  - [initialiseRightsManagementPnpComponent](functions/initialiseRightsManagementPnpComponent.md)
267
+ - [initialiseRightsManagementPolicyArbiterComponent](functions/initialiseRightsManagementPolicyArbiterComponent.md)
268
+ - [initialiseRightsManagementPolicyEnforcementProcessorComponent](functions/initialiseRightsManagementPolicyEnforcementProcessorComponent.md)
269
+ - [initialiseRightsManagementPolicyExecutionActionComponent](functions/initialiseRightsManagementPolicyExecutionActionComponent.md)
270
+ - [initialiseRightsManagementPolicyInformationSourceComponent](functions/initialiseRightsManagementPolicyInformationSourceComponent.md)
271
+ - [initialiseRightsManagementPolicyNegotiatorComponent](functions/initialiseRightsManagementPolicyNegotiatorComponent.md)
272
+ - [initialiseRightsManagementPolicyRequesterComponent](functions/initialiseRightsManagementPolicyRequesterComponent.md)
236
273
  - [initialiseRightsManagementPxpComponent](functions/initialiseRightsManagementPxpComponent.md)
237
274
  - [initialiseSynchronisedStorageComponent](functions/initialiseSynchronisedStorageComponent.md)
238
275
  - [initialiseTaskSchedulerComponent](functions/initialiseTaskSchedulerComponent.md)
239
276
  - [initialiseTelemetryConnector](functions/initialiseTelemetryConnector.md)
240
277
  - [initialiseTelemetryComponent](functions/initialiseTelemetryComponent.md)
241
278
  - [initialiseTenantAdminComponent](functions/initialiseTenantAdminComponent.md)
279
+ - [initialiseTrustComponent](functions/initialiseTrustComponent.md)
280
+ - [initialiseTrustGeneratorComponent](functions/initialiseTrustGeneratorComponent.md)
281
+ - [initialiseTrustVerifierComponent](functions/initialiseTrustVerifierComponent.md)
242
282
  - [initialiseVaultConnector](functions/initialiseVaultConnector.md)
243
283
  - [initialiseVerifiableStorageConnector](functions/initialiseVerifiableStorageConnector.md)
244
284
  - [initialiseVerifiableStorageComponent](functions/initialiseVerifiableStorageComponent.md)
@@ -264,6 +264,24 @@ Document management options which can be overridden by individual components by
264
264
 
265
265
  Authentication generator options which can be overridden by individual components by specifying types other than default.
266
266
 
267
+ #### trustComponent?
268
+
269
+ > `optional` **trustComponent**: `IEngineCoreTypeConfig`\<[`TrustComponentConfig`](../type-aliases/TrustComponentConfig.md)\>[]
270
+
271
+ Trust component options which can be overridden by individual components by specifying types other than default.
272
+
273
+ #### trustGeneratorComponent?
274
+
275
+ > `optional` **trustGeneratorComponent**: `IEngineCoreTypeConfig`\<[`TrustGeneratorComponentConfig`](../type-aliases/TrustGeneratorComponentConfig.md)\>[]
276
+
277
+ Trust generator component options which can be overridden by individual components by specifying types other than default.
278
+
279
+ #### trustVerifierComponent?
280
+
281
+ > `optional` **trustVerifierComponent**: `IEngineCoreTypeConfig`\<[`TrustVerifierComponentConfig`](../type-aliases/TrustVerifierComponentConfig.md)\>[]
282
+
283
+ Trust verifier component options which can be overridden by individual components by specifying types other than default.
284
+
267
285
  #### rightsManagementPapComponent?
268
286
 
269
287
  > `optional` **rightsManagementPapComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPapComponentConfig`](../type-aliases/RightsManagementPapComponentConfig.md)\>[]
@@ -324,6 +342,48 @@ Rights management DAP options which can be overridden by individual components b
324
342
 
325
343
  Rights management DARP options which can be overridden by individual components by specifying types other than default.
326
344
 
345
+ #### rightsManagementDataAccessHandlerComponent?
346
+
347
+ > `optional` **rightsManagementDataAccessHandlerComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementDataAccessHandlerComponentConfig`](../type-aliases/RightsManagementDataAccessHandlerComponentConfig.md)\>[]
348
+
349
+ Rights management data access handler options which can be overridden by individual components by specifying types other than default.
350
+
351
+ #### rightsManagementPolicyArbiterComponent?
352
+
353
+ > `optional` **rightsManagementPolicyArbiterComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPolicyArbiterComponentConfig`](../type-aliases/RightsManagementPolicyArbiterComponentConfig.md)\>[]
354
+
355
+ Rights management policy arbiter options which can be overridden by individual components by specifying types other than default.
356
+
357
+ #### rightsManagementPolicyEnforcementProcessorComponent?
358
+
359
+ > `optional` **rightsManagementPolicyEnforcementProcessorComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPolicyEnforcementProcessorComponentConfig`](../type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md)\>[]
360
+
361
+ Rights management policy enforcement processor options which can be overridden by individual components by specifying types other than default.
362
+
363
+ #### rightsManagementPolicyExecutionActionComponent?
364
+
365
+ > `optional` **rightsManagementPolicyExecutionActionComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPolicyExecutionActionComponentConfig`](../type-aliases/RightsManagementPolicyExecutionActionComponentConfig.md)\>[]
366
+
367
+ Rights management policy execution action options which can be overridden by individual components by specifying types other than default.
368
+
369
+ #### rightsManagementPolicyInformationSourceComponent?
370
+
371
+ > `optional` **rightsManagementPolicyInformationSourceComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPolicyInformationSourceComponentConfig`](../type-aliases/RightsManagementPolicyInformationSourceComponentConfig.md)\>[]
372
+
373
+ Rights management policy information source options which can be overridden by individual components by specifying types other than default.
374
+
375
+ #### rightsManagementPolicyNegotiatorComponent?
376
+
377
+ > `optional` **rightsManagementPolicyNegotiatorComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPolicyNegotiatorComponentConfig`](../type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md)\>[]
378
+
379
+ Rights management policy negotiator options which can be overridden by individual components by specifying types other than default.
380
+
381
+ #### rightsManagementPolicyRequesterComponent?
382
+
383
+ > `optional` **rightsManagementPolicyRequesterComponent**: `IEngineCoreTypeConfig`\<[`RightsManagementPolicyRequesterComponentConfig`](../type-aliases/RightsManagementPolicyRequesterComponentConfig.md)\>[]
384
+
385
+ Rights management policy requester options which can be overridden by individual components by specifying types other than default.
386
+
327
387
  #### synchronisedStorageComponent?
328
388
 
329
389
  > `optional` **synchronisedStorageComponent**: `IEngineCoreTypeConfig`\<[`SynchronisedStorageComponentConfig`](../type-aliases/SynchronisedStorageComponentConfig.md)\>[]
@@ -14,10 +14,4 @@ Rights management DARP component config types.
14
14
 
15
15
  ### options
16
16
 
17
- > **options**: `IDataAccessRequestPointServiceConstructorOptions` & `object`
18
-
19
- #### Type Declaration
20
-
21
- ##### negotiatorModulesConfig?
22
-
23
- > `optional` **negotiatorModulesConfig**: `IEngineModuleConfig`[]
17
+ > **options**: `IDataAccessRequestPointServiceConstructorOptions`
@@ -0,0 +1,17 @@
1
+ # Type Alias: RightsManagementDataAccessHandlerComponentConfig
2
+
3
+ > **RightsManagementDataAccessHandlerComponentConfig** = `object`
4
+
5
+ Rights management data access handler component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Example`](../variables/RightsManagementDataAccessHandlerComponentType.md#example)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `IExampleDataAccessHandlerConstructorOptions`
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementDataAccessHandlerComponentType
2
+
3
+ > **RightsManagementDataAccessHandlerComponentType** = *typeof* [`RightsManagementDataAccessHandlerComponentType`](../variables/RightsManagementDataAccessHandlerComponentType.md)\[keyof *typeof* [`RightsManagementDataAccessHandlerComponentType`](../variables/RightsManagementDataAccessHandlerComponentType.md)\]
4
+
5
+ Rights management Data Access Handler component types.
@@ -14,10 +14,4 @@ Rights management PDP component config types.
14
14
 
15
15
  ### options?
16
16
 
17
- > `optional` **options**: `IPolicyDecisionPointServiceConstructorOptions` & `object`
18
-
19
- #### Type Declaration
20
-
21
- ##### arbiterModulesConfig?
22
-
23
- > `optional` **arbiterModulesConfig**: `IEngineModuleConfig`[]
17
+ > `optional` **options**: `IPolicyDecisionPointServiceConstructorOptions`
@@ -14,10 +14,4 @@ Rights management PEP component config types.
14
14
 
15
15
  ### options?
16
16
 
17
- > `optional` **options**: `IPolicyEnforcementPointServiceConstructorOptions` & `object`
18
-
19
- #### Type Declaration
20
-
21
- ##### processorModulesConfig?
22
-
23
- > `optional` **processorModulesConfig**: `IEngineModuleConfig`[]
17
+ > `optional` **options**: `IPolicyEnforcementPointServiceConstructorOptions`
@@ -14,10 +14,4 @@ Rights management PIP component config types.
14
14
 
15
15
  ### options?
16
16
 
17
- > `optional` **options**: `IPolicyInformationPointServiceConstructorOptions` & `object`
18
-
19
- #### Type Declaration
20
-
21
- ##### informationModulesConfig?
22
-
23
- > `optional` **informationModulesConfig**: `IEngineModuleConfig`[]
17
+ > `optional` **options**: `IPolicyInformationPointServiceConstructorOptions`
@@ -1,5 +1,5 @@
1
1
  # Type Alias: RightsManagementPnpComponentConfig
2
2
 
3
- > **RightsManagementPnpComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/RightsManagementPnpComponentType.md#service); `options`: `IPolicyNegotiationPointServiceConstructorOptions` & `object`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/RightsManagementPnpComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
3
+ > **RightsManagementPnpComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/RightsManagementPnpComponentType.md#service); `options`: `IPolicyNegotiationPointServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/RightsManagementPnpComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
4
4
 
5
5
  Rights management PNP component config types.
@@ -0,0 +1,17 @@
1
+ # Type Alias: RightsManagementPolicyArbiterComponentConfig
2
+
3
+ > **RightsManagementPolicyArbiterComponentConfig** = `object`
4
+
5
+ Rights management policy arbiter component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Example`](../variables/RightsManagementPolicyArbiterComponentType.md#example)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `IExamplePolicyArbiterConstructorOptions`
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPolicyArbiterComponentType
2
+
3
+ > **RightsManagementPolicyArbiterComponentType** = *typeof* [`RightsManagementPolicyArbiterComponentType`](../variables/RightsManagementPolicyArbiterComponentType.md)\[keyof *typeof* [`RightsManagementPolicyArbiterComponentType`](../variables/RightsManagementPolicyArbiterComponentType.md)\]
4
+
5
+ Rights management Policy Arbiter component types.
@@ -0,0 +1,17 @@
1
+ # Type Alias: RightsManagementPolicyEnforcementProcessorComponentConfig
2
+
3
+ > **RightsManagementPolicyEnforcementProcessorComponentConfig** = `object`
4
+
5
+ Rights management policy enforcement processor component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Example`](../variables/RightsManagementPolicyEnforcementProcessorComponentType.md#example)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `IExamplePolicyEnforcementProcessorConstructorOptions`
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPolicyEnforcementProcessorComponentType
2
+
3
+ > **RightsManagementPolicyEnforcementProcessorComponentType** = *typeof* [`RightsManagementPolicyEnforcementProcessorComponentType`](../variables/RightsManagementPolicyEnforcementProcessorComponentType.md)\[keyof *typeof* [`RightsManagementPolicyEnforcementProcessorComponentType`](../variables/RightsManagementPolicyEnforcementProcessorComponentType.md)\]
4
+
5
+ Rights management Policy Enforcement Processor component types.
@@ -0,0 +1,17 @@
1
+ # Type Alias: RightsManagementPolicyExecutionActionComponentConfig
2
+
3
+ > **RightsManagementPolicyExecutionActionComponentConfig** = `object`
4
+
5
+ Rights management policy execution action component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Logging`](../variables/RightsManagementPolicyExecutionActionComponentType.md#logging)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `ILoggingPolicyExecutionActionConstructorOptions`
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPolicyExecutionActionComponentType
2
+
3
+ > **RightsManagementPolicyExecutionActionComponentType** = *typeof* [`RightsManagementPolicyExecutionActionComponentType`](../variables/RightsManagementPolicyExecutionActionComponentType.md)\[keyof *typeof* [`RightsManagementPolicyExecutionActionComponentType`](../variables/RightsManagementPolicyExecutionActionComponentType.md)\]
4
+
5
+ Rights management Policy Execution Action component types.
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPolicyInformationSourceComponentConfig
2
+
3
+ > **RightsManagementPolicyInformationSourceComponentConfig** = \{ `type`: *typeof* [`Identity`](../variables/RightsManagementPolicyInformationSourceComponentType.md#identity); `options?`: `IIdentityPolicyInformationSourceConstructorOptions`; \} \| \{ `type`: *typeof* [`Static`](../variables/RightsManagementPolicyInformationSourceComponentType.md#static); `options?`: `IStaticPolicyInformationSourceConstructorOptions`; \}
4
+
5
+ Rights management policy information source component config types.
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPolicyInformationSourceComponentType
2
+
3
+ > **RightsManagementPolicyInformationSourceComponentType** = *typeof* [`RightsManagementPolicyInformationSourceComponentType`](../variables/RightsManagementPolicyInformationSourceComponentType.md)\[keyof *typeof* [`RightsManagementPolicyInformationSourceComponentType`](../variables/RightsManagementPolicyInformationSourceComponentType.md)\]
4
+
5
+ Rights management Policy Information Source component types.
@@ -0,0 +1,17 @@
1
+ # Type Alias: RightsManagementPolicyNegotiatorComponentConfig
2
+
3
+ > **RightsManagementPolicyNegotiatorComponentConfig** = `object`
4
+
5
+ Rights management policy negotiator component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Example`](../variables/RightsManagementPolicyNegotiatorComponentType.md#example)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `IExamplePolicyNegotiatorConstructorOptions`
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPolicyNegotiatorComponentType
2
+
3
+ > **RightsManagementPolicyNegotiatorComponentType** = *typeof* [`RightsManagementPolicyNegotiatorComponentType`](../variables/RightsManagementPolicyNegotiatorComponentType.md)\[keyof *typeof* [`RightsManagementPolicyNegotiatorComponentType`](../variables/RightsManagementPolicyNegotiatorComponentType.md)\]
4
+
5
+ Rights management Policy Negotiator component types.
@@ -0,0 +1,17 @@
1
+ # Type Alias: RightsManagementPolicyRequesterComponentConfig
2
+
3
+ > **RightsManagementPolicyRequesterComponentConfig** = `object`
4
+
5
+ Rights management policy requester component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Example`](../variables/RightsManagementPolicyRequesterComponentType.md#example)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `IExamplePolicyRequesterConstructorOptions`
@@ -0,0 +1,5 @@
1
+ # Type Alias: RightsManagementPolicyRequesterComponentType
2
+
3
+ > **RightsManagementPolicyRequesterComponentType** = *typeof* [`RightsManagementPolicyRequesterComponentType`](../variables/RightsManagementPolicyRequesterComponentType.md)\[keyof *typeof* [`RightsManagementPolicyRequesterComponentType`](../variables/RightsManagementPolicyRequesterComponentType.md)\]
4
+
5
+ Rights management Policy Requester component types.
@@ -14,10 +14,4 @@ Rights management PXP component config types.
14
14
 
15
15
  ### options?
16
16
 
17
- > `optional` **options**: `IPolicyExecutionPointServiceConstructorOptions` & `object`
18
-
19
- #### Type Declaration
20
-
21
- ##### actionModulesConfig?
22
-
23
- > `optional` **actionModulesConfig**: `IEngineModuleConfig`[]
17
+ > `optional` **options**: `IPolicyExecutionPointServiceConstructorOptions`
@@ -0,0 +1,17 @@
1
+ # Type Alias: TrustComponentConfig
2
+
3
+ > **TrustComponentConfig** = `object`
4
+
5
+ Trust component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`Service`](../variables/TrustComponentType.md#service)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `ITrustServiceConstructorOptions`
@@ -0,0 +1,5 @@
1
+ # Type Alias: TrustComponentType
2
+
3
+ > **TrustComponentType** = *typeof* [`TrustComponentType`](../variables/TrustComponentType.md)\[keyof *typeof* [`TrustComponentType`](../variables/TrustComponentType.md)\]
4
+
5
+ Trust component types.
@@ -0,0 +1,17 @@
1
+ # Type Alias: TrustGeneratorComponentConfig
2
+
3
+ > **TrustGeneratorComponentConfig** = `object`
4
+
5
+ Trust Generator component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`JwtVerifiableCredential`](../variables/TrustGeneratorComponentType.md#jwtverifiablecredential)
12
+
13
+ ***
14
+
15
+ ### options
16
+
17
+ > **options**: `IJwtVerifiableCredentialGeneratorConstructorOptions`
@@ -0,0 +1,5 @@
1
+ # Type Alias: TrustGeneratorComponentType
2
+
3
+ > **TrustGeneratorComponentType** = *typeof* [`TrustGeneratorComponentType`](../variables/TrustGeneratorComponentType.md)\[keyof *typeof* [`TrustGeneratorComponentType`](../variables/TrustGeneratorComponentType.md)\]
4
+
5
+ Trust generator component types.