@twin.org/engine-types 0.0.3-next.5 → 0.0.3-next.7

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 (214) hide show
  1. package/dist/es/components/backgroundTask.js +9 -11
  2. package/dist/es/components/backgroundTask.js.map +1 -1
  3. package/dist/es/components/dataSpaceConnector.js +1 -1
  4. package/dist/es/components/dataSpaceConnector.js.map +1 -1
  5. package/dist/es/components/federatedCatalogue.js +1 -5
  6. package/dist/es/components/federatedCatalogue.js.map +1 -1
  7. package/dist/es/components/federatedCatalogueFilter.js +31 -0
  8. package/dist/es/components/federatedCatalogueFilter.js.map +1 -0
  9. package/dist/es/components/immutableProof.js +1 -1
  10. package/dist/es/components/immutableProof.js.map +1 -1
  11. package/dist/es/components/rightsManagementDap.js +2 -4
  12. package/dist/es/components/rightsManagementDap.js.map +1 -1
  13. package/dist/es/components/rightsManagementDarp.js +1 -0
  14. package/dist/es/components/rightsManagementDarp.js.map +1 -1
  15. package/dist/es/components/rightsManagementDataAccessHandler.js +27 -0
  16. package/dist/es/components/rightsManagementDataAccessHandler.js.map +1 -0
  17. package/dist/es/components/rightsManagementPdp.js +2 -16
  18. package/dist/es/components/rightsManagementPdp.js.map +1 -1
  19. package/dist/es/components/rightsManagementPep.js +2 -16
  20. package/dist/es/components/rightsManagementPep.js.map +1 -1
  21. package/dist/es/components/rightsManagementPip.js +2 -16
  22. package/dist/es/components/rightsManagementPip.js.map +1 -1
  23. package/dist/es/components/rightsManagementPnp.js +3 -23
  24. package/dist/es/components/rightsManagementPnp.js.map +1 -1
  25. package/dist/es/components/rightsManagementPolicyArbiter.js +27 -0
  26. package/dist/es/components/rightsManagementPolicyArbiter.js.map +1 -0
  27. package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js +27 -0
  28. package/dist/es/components/rightsManagementPolicyEnforcementProcessor.js.map +1 -0
  29. package/dist/es/components/rightsManagementPolicyExecutionAction.js +27 -0
  30. package/dist/es/components/rightsManagementPolicyExecutionAction.js.map +1 -0
  31. package/dist/es/components/rightsManagementPolicyInformationSource.js +35 -0
  32. package/dist/es/components/rightsManagementPolicyInformationSource.js.map +1 -0
  33. package/dist/es/components/rightsManagementPolicyNegotiator.js +27 -0
  34. package/dist/es/components/rightsManagementPolicyNegotiator.js.map +1 -0
  35. package/dist/es/components/rightsManagementPolicyRequester.js +27 -0
  36. package/dist/es/components/rightsManagementPolicyRequester.js.map +1 -0
  37. package/dist/es/components/rightsManagementPxp.js +2 -16
  38. package/dist/es/components/rightsManagementPxp.js.map +1 -1
  39. package/dist/es/components/synchronisedStorage.js +1 -1
  40. package/dist/es/components/synchronisedStorage.js.map +1 -1
  41. package/dist/es/components/trust.js +29 -0
  42. package/dist/es/components/trust.js.map +1 -0
  43. package/dist/es/components/trustGenerator.js +28 -0
  44. package/dist/es/components/trustGenerator.js.map +1 -0
  45. package/dist/es/components/trustVerifier.js +28 -0
  46. package/dist/es/components/trustVerifier.js.map +1 -0
  47. package/dist/es/index.js +35 -2
  48. package/dist/es/index.js.map +1 -1
  49. package/dist/es/models/IEngineConfig.js.map +1 -1
  50. package/dist/es/models/config/backgroundTaskComponentConfig.js +2 -0
  51. package/dist/es/models/config/backgroundTaskComponentConfig.js.map +1 -0
  52. package/dist/es/models/config/federatedCatalogueFilterComponentConfig.js +2 -0
  53. package/dist/es/models/config/federatedCatalogueFilterComponentConfig.js.map +1 -0
  54. package/dist/es/models/config/rightsManagementDarpComponentConfig.js.map +1 -1
  55. package/dist/es/models/config/rightsManagementDataAccessHandlerComponentConfig.js +2 -0
  56. package/dist/es/models/config/rightsManagementDataAccessHandlerComponentConfig.js.map +1 -0
  57. package/dist/es/models/config/rightsManagementPdpComponentConfig.js.map +1 -1
  58. package/dist/es/models/config/rightsManagementPepComponentConfig.js.map +1 -1
  59. package/dist/es/models/config/rightsManagementPipComponentConfig.js.map +1 -1
  60. package/dist/es/models/config/rightsManagementPnpComponentConfig.js.map +1 -1
  61. package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js +2 -0
  62. package/dist/es/models/config/rightsManagementPolicyArbiterComponentConfig.js.map +1 -0
  63. package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js +2 -0
  64. package/dist/es/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.js.map +1 -0
  65. package/dist/es/models/config/rightsManagementPolicyExecutionActionComponentConfig.js +2 -0
  66. package/dist/es/models/config/rightsManagementPolicyExecutionActionComponentConfig.js.map +1 -0
  67. package/dist/es/models/config/rightsManagementPolicyInformationSourceComponentConfig.js +2 -0
  68. package/dist/es/models/config/rightsManagementPolicyInformationSourceComponentConfig.js.map +1 -0
  69. package/dist/es/models/config/rightsManagementPolicyNegotiatorComponentConfig.js +2 -0
  70. package/dist/es/models/config/rightsManagementPolicyNegotiatorComponentConfig.js.map +1 -0
  71. package/dist/es/models/config/rightsManagementPolicyRequesterComponentConfig.js +2 -0
  72. package/dist/es/models/config/rightsManagementPolicyRequesterComponentConfig.js.map +1 -0
  73. package/dist/es/models/config/rightsManagementPxpComponentConfig.js.map +1 -1
  74. package/dist/es/models/config/trustComponentConfig.js +2 -0
  75. package/dist/es/models/config/trustComponentConfig.js.map +1 -0
  76. package/dist/es/models/config/trustGeneratorComponentConfig.js +2 -0
  77. package/dist/es/models/config/trustGeneratorComponentConfig.js.map +1 -0
  78. package/dist/es/models/config/trustVerifierComponentConfig.js +2 -0
  79. package/dist/es/models/config/trustVerifierComponentConfig.js.map +1 -0
  80. package/dist/es/models/types/backgroundTaskComponentType.js +13 -0
  81. package/dist/es/models/types/backgroundTaskComponentType.js.map +1 -0
  82. package/dist/es/models/types/federatedCatalogueFilterComponentType.js +13 -0
  83. package/dist/es/models/types/federatedCatalogueFilterComponentType.js.map +1 -0
  84. package/dist/es/models/types/rightsManagementDataAccessHandlerComponentType.js +13 -0
  85. package/dist/es/models/types/rightsManagementDataAccessHandlerComponentType.js.map +1 -0
  86. package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js +13 -0
  87. package/dist/es/models/types/rightsManagementPolicyArbiterComponentType.js.map +1 -0
  88. package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js +13 -0
  89. package/dist/es/models/types/rightsManagementPolicyEnforcementProcessorComponentType.js.map +1 -0
  90. package/dist/es/models/types/rightsManagementPolicyExecutionActionComponentType.js +13 -0
  91. package/dist/es/models/types/rightsManagementPolicyExecutionActionComponentType.js.map +1 -0
  92. package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js +17 -0
  93. package/dist/es/models/types/rightsManagementPolicyInformationSourceComponentType.js.map +1 -0
  94. package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js +13 -0
  95. package/dist/es/models/types/rightsManagementPolicyNegotiatorComponentType.js.map +1 -0
  96. package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js +13 -0
  97. package/dist/es/models/types/rightsManagementPolicyRequesterComponentType.js.map +1 -0
  98. package/dist/es/models/types/trustComponentType.js +13 -0
  99. package/dist/es/models/types/trustComponentType.js.map +1 -0
  100. package/dist/es/models/types/trustGeneratorComponentType.js +13 -0
  101. package/dist/es/models/types/trustGeneratorComponentType.js.map +1 -0
  102. package/dist/es/models/types/trustVerifierComponentType.js +13 -0
  103. package/dist/es/models/types/trustVerifierComponentType.js.map +1 -0
  104. package/dist/types/components/backgroundTask.d.ts +5 -6
  105. package/dist/types/components/federatedCatalogueFilter.d.ts +17 -0
  106. package/dist/types/components/rightsManagementDataAccessHandler.d.ts +17 -0
  107. package/dist/types/components/rightsManagementPolicyArbiter.d.ts +17 -0
  108. package/dist/types/components/rightsManagementPolicyEnforcementProcessor.d.ts +17 -0
  109. package/dist/types/components/rightsManagementPolicyExecutionAction.d.ts +17 -0
  110. package/dist/types/components/rightsManagementPolicyInformationSource.d.ts +17 -0
  111. package/dist/types/components/rightsManagementPolicyNegotiator.d.ts +17 -0
  112. package/dist/types/components/rightsManagementPolicyRequester.d.ts +17 -0
  113. package/dist/types/components/trust.d.ts +16 -0
  114. package/dist/types/components/trustGenerator.d.ts +17 -0
  115. package/dist/types/components/trustVerifier.d.ts +17 -0
  116. package/dist/types/index.d.ts +35 -2
  117. package/dist/types/models/IEngineConfig.d.ts +58 -3
  118. package/dist/types/models/config/backgroundTaskComponentConfig.d.ts +9 -0
  119. package/dist/types/models/config/federatedCatalogueFilterComponentConfig.d.ts +9 -0
  120. package/dist/types/models/config/rightsManagementDarpComponentConfig.d.ts +1 -4
  121. package/dist/types/models/config/rightsManagementDataAccessHandlerComponentConfig.d.ts +9 -0
  122. package/dist/types/models/config/rightsManagementPdpComponentConfig.d.ts +1 -4
  123. package/dist/types/models/config/rightsManagementPepComponentConfig.d.ts +1 -4
  124. package/dist/types/models/config/rightsManagementPipComponentConfig.d.ts +1 -4
  125. package/dist/types/models/config/rightsManagementPnpComponentConfig.d.ts +1 -5
  126. package/dist/types/models/config/rightsManagementPolicyArbiterComponentConfig.d.ts +9 -0
  127. package/dist/types/models/config/rightsManagementPolicyEnforcementProcessorComponentConfig.d.ts +9 -0
  128. package/dist/types/models/config/rightsManagementPolicyExecutionActionComponentConfig.d.ts +9 -0
  129. package/dist/types/models/config/rightsManagementPolicyInformationSourceComponentConfig.d.ts +12 -0
  130. package/dist/types/models/config/rightsManagementPolicyNegotiatorComponentConfig.d.ts +9 -0
  131. package/dist/types/models/config/rightsManagementPolicyRequesterComponentConfig.d.ts +9 -0
  132. package/dist/types/models/config/rightsManagementPxpComponentConfig.d.ts +1 -4
  133. package/dist/types/models/config/trustComponentConfig.d.ts +9 -0
  134. package/dist/types/models/config/trustGeneratorComponentConfig.d.ts +9 -0
  135. package/dist/types/models/config/trustVerifierComponentConfig.d.ts +9 -0
  136. package/dist/types/models/types/backgroundTaskComponentType.d.ts +13 -0
  137. package/dist/types/models/types/federatedCatalogueFilterComponentType.d.ts +13 -0
  138. package/dist/types/models/types/rightsManagementDataAccessHandlerComponentType.d.ts +13 -0
  139. package/dist/types/models/types/rightsManagementPolicyArbiterComponentType.d.ts +13 -0
  140. package/dist/types/models/types/rightsManagementPolicyEnforcementProcessorComponentType.d.ts +13 -0
  141. package/dist/types/models/types/rightsManagementPolicyExecutionActionComponentType.d.ts +13 -0
  142. package/dist/types/models/types/rightsManagementPolicyInformationSourceComponentType.d.ts +17 -0
  143. package/dist/types/models/types/rightsManagementPolicyNegotiatorComponentType.d.ts +13 -0
  144. package/dist/types/models/types/rightsManagementPolicyRequesterComponentType.d.ts +13 -0
  145. package/dist/types/models/types/trustComponentType.d.ts +13 -0
  146. package/dist/types/models/types/trustGeneratorComponentType.d.ts +13 -0
  147. package/dist/types/models/types/trustVerifierComponentType.d.ts +13 -0
  148. package/docs/changelog.md +30 -0
  149. package/docs/reference/functions/{initialiseBackgroundTaskConnector.md → initialiseBackgroundTaskComponent.md} +5 -5
  150. package/docs/reference/functions/initialiseFederatedCatalogueFilterComponent.md +31 -0
  151. package/docs/reference/functions/initialiseRightsManagementDataAccessHandlerComponent.md +31 -0
  152. package/docs/reference/functions/initialiseRightsManagementPolicyArbiterComponent.md +31 -0
  153. package/docs/reference/functions/initialiseRightsManagementPolicyEnforcementProcessorComponent.md +31 -0
  154. package/docs/reference/functions/initialiseRightsManagementPolicyExecutionActionComponent.md +31 -0
  155. package/docs/reference/functions/initialiseRightsManagementPolicyInformationSourceComponent.md +31 -0
  156. package/docs/reference/functions/initialiseRightsManagementPolicyNegotiatorComponent.md +31 -0
  157. package/docs/reference/functions/initialiseRightsManagementPolicyRequesterComponent.md +31 -0
  158. package/docs/reference/functions/initialiseTrustComponent.md +31 -0
  159. package/docs/reference/functions/initialiseTrustGeneratorComponent.md +31 -0
  160. package/docs/reference/functions/initialiseTrustVerifierComponent.md +31 -0
  161. package/docs/reference/index.md +48 -4
  162. package/docs/reference/interfaces/IEngineConfig.md +69 -3
  163. package/docs/reference/type-aliases/BackgroundTaskComponentConfig.md +17 -0
  164. package/docs/reference/type-aliases/BackgroundTaskComponentType.md +5 -0
  165. package/docs/reference/type-aliases/FederatedCatalogueFilterComponentConfig.md +17 -0
  166. package/docs/reference/type-aliases/FederatedCatalogueFilterComponentType.md +5 -0
  167. package/docs/reference/type-aliases/RightsManagementDarpComponentConfig.md +1 -7
  168. package/docs/reference/type-aliases/RightsManagementDataAccessHandlerComponentConfig.md +17 -0
  169. package/docs/reference/type-aliases/RightsManagementDataAccessHandlerComponentType.md +5 -0
  170. package/docs/reference/type-aliases/RightsManagementPdpComponentConfig.md +1 -7
  171. package/docs/reference/type-aliases/RightsManagementPepComponentConfig.md +1 -7
  172. package/docs/reference/type-aliases/RightsManagementPipComponentConfig.md +1 -7
  173. package/docs/reference/type-aliases/RightsManagementPnpComponentConfig.md +1 -1
  174. package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentConfig.md +17 -0
  175. package/docs/reference/type-aliases/RightsManagementPolicyArbiterComponentType.md +5 -0
  176. package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentConfig.md +17 -0
  177. package/docs/reference/type-aliases/RightsManagementPolicyEnforcementProcessorComponentType.md +5 -0
  178. package/docs/reference/type-aliases/RightsManagementPolicyExecutionActionComponentConfig.md +17 -0
  179. package/docs/reference/type-aliases/RightsManagementPolicyExecutionActionComponentType.md +5 -0
  180. package/docs/reference/type-aliases/RightsManagementPolicyInformationSourceComponentConfig.md +5 -0
  181. package/docs/reference/type-aliases/RightsManagementPolicyInformationSourceComponentType.md +5 -0
  182. package/docs/reference/type-aliases/RightsManagementPolicyNegotiatorComponentConfig.md +17 -0
  183. package/docs/reference/type-aliases/RightsManagementPolicyNegotiatorComponentType.md +5 -0
  184. package/docs/reference/type-aliases/RightsManagementPolicyRequesterComponentConfig.md +17 -0
  185. package/docs/reference/type-aliases/RightsManagementPolicyRequesterComponentType.md +5 -0
  186. package/docs/reference/type-aliases/RightsManagementPxpComponentConfig.md +1 -7
  187. package/docs/reference/type-aliases/TrustComponentConfig.md +17 -0
  188. package/docs/reference/type-aliases/TrustComponentType.md +5 -0
  189. package/docs/reference/type-aliases/TrustGeneratorComponentConfig.md +17 -0
  190. package/docs/reference/type-aliases/TrustGeneratorComponentType.md +5 -0
  191. package/docs/reference/type-aliases/TrustVerifierComponentConfig.md +17 -0
  192. package/docs/reference/type-aliases/TrustVerifierComponentType.md +5 -0
  193. package/docs/reference/variables/BackgroundTaskComponentType.md +13 -0
  194. package/docs/reference/variables/FederatedCatalogueFilterComponentType.md +13 -0
  195. package/docs/reference/variables/RightsManagementDataAccessHandlerComponentType.md +13 -0
  196. package/docs/reference/variables/RightsManagementPolicyArbiterComponentType.md +13 -0
  197. package/docs/reference/variables/RightsManagementPolicyEnforcementProcessorComponentType.md +13 -0
  198. package/docs/reference/variables/RightsManagementPolicyExecutionActionComponentType.md +13 -0
  199. package/docs/reference/variables/RightsManagementPolicyInformationSourceComponentType.md +19 -0
  200. package/docs/reference/variables/RightsManagementPolicyNegotiatorComponentType.md +13 -0
  201. package/docs/reference/variables/RightsManagementPolicyRequesterComponentType.md +13 -0
  202. package/docs/reference/variables/TrustComponentType.md +13 -0
  203. package/docs/reference/variables/TrustGeneratorComponentType.md +13 -0
  204. package/docs/reference/variables/TrustVerifierComponentType.md +13 -0
  205. package/package.json +10 -4
  206. package/dist/es/models/config/backgroundTaskConnectorConfig.js +0 -2
  207. package/dist/es/models/config/backgroundTaskConnectorConfig.js.map +0 -1
  208. package/dist/es/models/types/backgroundTaskConnectorType.js +0 -13
  209. package/dist/es/models/types/backgroundTaskConnectorType.js.map +0 -1
  210. package/dist/types/models/config/backgroundTaskConnectorConfig.d.ts +0 -9
  211. package/dist/types/models/types/backgroundTaskConnectorType.d.ts +0 -13
  212. package/docs/reference/type-aliases/BackgroundTaskConnectorConfig.md +0 -17
  213. package/docs/reference/type-aliases/BackgroundTaskConnectorType.md +0 -5
  214. package/docs/reference/variables/BackgroundTaskConnectorType.md +0 -13
@@ -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.
@@ -0,0 +1,17 @@
1
+ # Type Alias: TrustVerifierComponentConfig
2
+
3
+ > **TrustVerifierComponentConfig** = `object`
4
+
5
+ Trust verifier component config types.
6
+
7
+ ## Properties
8
+
9
+ ### type
10
+
11
+ > **type**: *typeof* [`JwtVerifiableCredential`](../variables/TrustVerifierComponentType.md#jwtverifiablecredential)
12
+
13
+ ***
14
+
15
+ ### options?
16
+
17
+ > `optional` **options**: `IJwtVerifiableCredentialVerifierConstructorOptions`
@@ -0,0 +1,5 @@
1
+ # Type Alias: TrustVerifierComponentType
2
+
3
+ > **TrustVerifierComponentType** = *typeof* [`TrustVerifierComponentType`](../variables/TrustVerifierComponentType.md)\[keyof *typeof* [`TrustVerifierComponentType`](../variables/TrustVerifierComponentType.md)\]
4
+
5
+ Trust verifier component types.
@@ -0,0 +1,13 @@
1
+ # Variable: BackgroundTaskComponentType
2
+
3
+ > `const` **BackgroundTaskComponentType**: `object`
4
+
5
+ Background task component types.
6
+
7
+ ## Type Declaration
8
+
9
+ ### Service
10
+
11
+ > `readonly` **Service**: `"service"` = `"service"`
12
+
13
+ Service.
@@ -0,0 +1,13 @@
1
+ # Variable: FederatedCatalogueFilterComponentType
2
+
3
+ > `const` **FederatedCatalogueFilterComponentType**: `object`
4
+
5
+ Federated catalogue filter component types.
6
+
7
+ ## Type Declaration
8
+
9
+ ### FilterByExample
10
+
11
+ > `readonly` **FilterByExample**: `"filter-by-example"` = `"filter-by-example"`
12
+
13
+ Filter By Example.
@@ -0,0 +1,13 @@
1
+ # Variable: RightsManagementDataAccessHandlerComponentType
2
+
3
+ > `const` **RightsManagementDataAccessHandlerComponentType**: `object`
4
+
5
+ Rights management Data Access Handler component types.
6
+
7
+ ## Type Declaration
8
+
9
+ ### Example
10
+
11
+ > `readonly` **Example**: `"example"` = `"example"`
12
+
13
+ Example.
@@ -0,0 +1,13 @@
1
+ # Variable: RightsManagementPolicyArbiterComponentType
2
+
3
+ > `const` **RightsManagementPolicyArbiterComponentType**: `object`
4
+
5
+ Rights management Policy Arbiter component types.
6
+
7
+ ## Type Declaration
8
+
9
+ ### Example
10
+
11
+ > `readonly` **Example**: `"example"` = `"example"`
12
+
13
+ Example.
@@ -0,0 +1,13 @@
1
+ # Variable: RightsManagementPolicyEnforcementProcessorComponentType
2
+
3
+ > `const` **RightsManagementPolicyEnforcementProcessorComponentType**: `object`
4
+
5
+ Rights management Policy Enforcement Processor component types.
6
+
7
+ ## Type Declaration
8
+
9
+ ### Example
10
+
11
+ > `readonly` **Example**: `"example"` = `"example"`
12
+
13
+ Example.
@@ -0,0 +1,13 @@
1
+ # Variable: RightsManagementPolicyExecutionActionComponentType
2
+
3
+ > `const` **RightsManagementPolicyExecutionActionComponentType**: `object`
4
+
5
+ Rights management Policy Execution Action component types.
6
+
7
+ ## Type Declaration
8
+
9
+ ### Logging
10
+
11
+ > `readonly` **Logging**: `"logging"` = `"logging"`
12
+
13
+ Logging.
@@ -0,0 +1,19 @@
1
+ # Variable: RightsManagementPolicyInformationSourceComponentType
2
+
3
+ > `const` **RightsManagementPolicyInformationSourceComponentType**: `object`
4
+
5
+ Rights management Policy Information Source component types.
6
+
7
+ ## Type Declaration
8
+
9
+ ### Identity
10
+
11
+ > `readonly` **Identity**: `"identity"` = `"identity"`
12
+
13
+ Identity.
14
+
15
+ ### Static
16
+
17
+ > `readonly` **Static**: `"static"` = `"static"`
18
+
19
+ Static.
@@ -0,0 +1,13 @@
1
+ # Variable: RightsManagementPolicyNegotiatorComponentType
2
+
3
+ > `const` **RightsManagementPolicyNegotiatorComponentType**: `object`
4
+
5
+ Rights management Policy Negotiator component types.
6
+
7
+ ## Type Declaration
8
+
9
+ ### Example
10
+
11
+ > `readonly` **Example**: `"example"` = `"example"`
12
+
13
+ Example.
@@ -0,0 +1,13 @@
1
+ # Variable: RightsManagementPolicyRequesterComponentType
2
+
3
+ > `const` **RightsManagementPolicyRequesterComponentType**: `object`
4
+
5
+ Rights management Policy Requester component types.
6
+
7
+ ## Type Declaration
8
+
9
+ ### Example
10
+
11
+ > `readonly` **Example**: `"example"` = `"example"`
12
+
13
+ Example.
@@ -0,0 +1,13 @@
1
+ # Variable: TrustComponentType
2
+
3
+ > `const` **TrustComponentType**: `object`
4
+
5
+ Trust component types.
6
+
7
+ ## Type Declaration
8
+
9
+ ### Service
10
+
11
+ > `readonly` **Service**: `"service"` = `"service"`
12
+
13
+ Service.
@@ -0,0 +1,13 @@
1
+ # Variable: TrustGeneratorComponentType
2
+
3
+ > `const` **TrustGeneratorComponentType**: `object`
4
+
5
+ Trust generator component types.
6
+
7
+ ## Type Declaration
8
+
9
+ ### JwtVerifiableCredential
10
+
11
+ > `readonly` **JwtVerifiableCredential**: `"jwt-verifiable-credential"` = `"jwt-verifiable-credential"`
12
+
13
+ JWT Verifiable Credential.
@@ -0,0 +1,13 @@
1
+ # Variable: TrustVerifierComponentType
2
+
3
+ > `const` **TrustVerifierComponentType**: `object`
4
+
5
+ Trust verifier component types.
6
+
7
+ ## Type Declaration
8
+
9
+ ### JwtVerifiableCredential
10
+
11
+ > `readonly` **JwtVerifiableCredential**: `"jwt-verifiable-credential"` = `"jwt-verifiable-credential"`
12
+
13
+ JWT Verifiable Credential.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-types",
3
- "version": "0.0.3-next.5",
3
+ "version": "0.0.3-next.7",
4
4
  "description": "Types to use in an engine.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,9 +26,9 @@
26
26
  "@twin.org/auditable-item-stream-models": "next",
27
27
  "@twin.org/auditable-item-stream-rest-client": "next",
28
28
  "@twin.org/auditable-item-stream-service": "next",
29
- "@twin.org/background-task-connector-entity-storage": "next",
30
29
  "@twin.org/background-task-models": "next",
31
30
  "@twin.org/background-task-scheduler": "next",
31
+ "@twin.org/background-task-service": "next",
32
32
  "@twin.org/blob-storage-connector-aws-s3": "next",
33
33
  "@twin.org/blob-storage-connector-azure": "next",
34
34
  "@twin.org/blob-storage-connector-file": "next",
@@ -54,8 +54,8 @@
54
54
  "@twin.org/document-management-models": "next",
55
55
  "@twin.org/document-management-rest-client": "next",
56
56
  "@twin.org/document-management-service": "next",
57
- "@twin.org/engine-core": "0.0.3-next.5",
58
- "@twin.org/engine-models": "0.0.3-next.5",
57
+ "@twin.org/engine-core": "0.0.3-next.7",
58
+ "@twin.org/engine-models": "0.0.3-next.7",
59
59
  "@twin.org/entity": "next",
60
60
  "@twin.org/entity-storage-connector-cosmosdb": "next",
61
61
  "@twin.org/entity-storage-connector-dynamodb": "next",
@@ -74,6 +74,7 @@
74
74
  "@twin.org/event-bus-models": "next",
75
75
  "@twin.org/event-bus-service": "next",
76
76
  "@twin.org/event-bus-socket-client": "next",
77
+ "@twin.org/federated-catalogue-filters": "next",
77
78
  "@twin.org/federated-catalogue-models": "next",
78
79
  "@twin.org/federated-catalogue-rest-client": "next",
79
80
  "@twin.org/federated-catalogue-service": "next",
@@ -109,6 +110,7 @@
109
110
  "@twin.org/rights-management-pdp-service": "next",
110
111
  "@twin.org/rights-management-pep-service": "next",
111
112
  "@twin.org/rights-management-pip-service": "next",
113
+ "@twin.org/rights-management-plugins": "next",
112
114
  "@twin.org/rights-management-pmp-service": "next",
113
115
  "@twin.org/rights-management-pnp-service": "next",
114
116
  "@twin.org/rights-management-pxp-service": "next",
@@ -121,6 +123,10 @@
121
123
  "@twin.org/telemetry-models": "next",
122
124
  "@twin.org/telemetry-rest-client": "next",
123
125
  "@twin.org/telemetry-service": "next",
126
+ "@twin.org/trust-generators": "next",
127
+ "@twin.org/trust-models": "next",
128
+ "@twin.org/trust-service": "next",
129
+ "@twin.org/trust-verifiers": "next",
124
130
  "@twin.org/vault-connector-entity-storage": "next",
125
131
  "@twin.org/vault-connector-hashicorp": "next",
126
132
  "@twin.org/vault-models": "next",
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=backgroundTaskConnectorConfig.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"backgroundTaskConnectorConfig.js","sourceRoot":"","sources":["../../../../src/models/config/backgroundTaskConnectorConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { IEntityStorageBackgroundTaskConnectorConstructorOptions } from \"@twin.org/background-task-connector-entity-storage\";\nimport type { BackgroundTaskConnectorType } from \"../types/backgroundTaskConnectorType.js\";\n\n/**\n * Background task connector config types.\n */\n// eslint-disable-next-line @typescript-eslint/consistent-type-definitions\nexport type BackgroundTaskConnectorConfig = {\n\ttype: typeof BackgroundTaskConnectorType.EntityStorage;\n\toptions?: IEntityStorageBackgroundTaskConnectorConstructorOptions;\n};\n"]}
@@ -1,13 +0,0 @@
1
- // Copyright 2024 IOTA Stiftung.
2
- // SPDX-License-Identifier: Apache-2.0.
3
- /**
4
- * Background task connector types.
5
- */
6
- // eslint-disable-next-line @typescript-eslint/naming-convention
7
- export const BackgroundTaskConnectorType = {
8
- /**
9
- * Entity storage.
10
- */
11
- EntityStorage: "entity-storage"
12
- };
13
- //# sourceMappingURL=backgroundTaskConnectorType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"backgroundTaskConnectorType.js","sourceRoot":"","sources":["../../../../src/models/types/backgroundTaskConnectorType.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,2BAA2B,GAAG;IAC1C;;OAEG;IACH,aAAa,EAAE,gBAAgB;CACtB,CAAC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * Background task connector types.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const BackgroundTaskConnectorType = {\n\t/**\n\t * Entity storage.\n\t */\n\tEntityStorage: \"entity-storage\"\n} as const;\n\n/**\n * Background task connector types.\n */\nexport type BackgroundTaskConnectorType =\n\t(typeof BackgroundTaskConnectorType)[keyof typeof BackgroundTaskConnectorType];\n"]}
@@ -1,9 +0,0 @@
1
- import type { IEntityStorageBackgroundTaskConnectorConstructorOptions } from "@twin.org/background-task-connector-entity-storage";
2
- import type { BackgroundTaskConnectorType } from "../types/backgroundTaskConnectorType.js";
3
- /**
4
- * Background task connector config types.
5
- */
6
- export type BackgroundTaskConnectorConfig = {
7
- type: typeof BackgroundTaskConnectorType.EntityStorage;
8
- options?: IEntityStorageBackgroundTaskConnectorConstructorOptions;
9
- };
@@ -1,13 +0,0 @@
1
- /**
2
- * Background task connector types.
3
- */
4
- export declare const BackgroundTaskConnectorType: {
5
- /**
6
- * Entity storage.
7
- */
8
- readonly EntityStorage: "entity-storage";
9
- };
10
- /**
11
- * Background task connector types.
12
- */
13
- export type BackgroundTaskConnectorType = (typeof BackgroundTaskConnectorType)[keyof typeof BackgroundTaskConnectorType];
@@ -1,17 +0,0 @@
1
- # Type Alias: BackgroundTaskConnectorConfig
2
-
3
- > **BackgroundTaskConnectorConfig** = `object`
4
-
5
- Background task connector config types.
6
-
7
- ## Properties
8
-
9
- ### type
10
-
11
- > **type**: *typeof* [`EntityStorage`](../variables/BackgroundTaskConnectorType.md#entitystorage)
12
-
13
- ***
14
-
15
- ### options?
16
-
17
- > `optional` **options**: `IEntityStorageBackgroundTaskConnectorConstructorOptions`
@@ -1,5 +0,0 @@
1
- # Type Alias: BackgroundTaskConnectorType
2
-
3
- > **BackgroundTaskConnectorType** = *typeof* [`BackgroundTaskConnectorType`](../variables/BackgroundTaskConnectorType.md)\[keyof *typeof* [`BackgroundTaskConnectorType`](../variables/BackgroundTaskConnectorType.md)\]
4
-
5
- Background task connector types.
@@ -1,13 +0,0 @@
1
- # Variable: BackgroundTaskConnectorType
2
-
3
- > `const` **BackgroundTaskConnectorType**: `object`
4
-
5
- Background task connector types.
6
-
7
- ## Type Declaration
8
-
9
- ### EntityStorage
10
-
11
- > `readonly` **EntityStorage**: `"entity-storage"` = `"entity-storage"`
12
-
13
- Entity storage.