@twin.org/engine 0.0.3-next.4 → 0.0.3-next.41

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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # TWIN Engine
2
2
 
3
- Engine implementation.
3
+ Engine provides a ready-to-use runtime that extends the core layer with built-in type initialisers. It helps applications start from a practical baseline while still allowing customisation of configuration and component selection.
4
4
 
5
5
  ## Installation
6
6
 
@@ -10,9 +10,9 @@
10
10
  "method": "initialiseLoggingComponent"
11
11
  },
12
12
  {
13
- "type": "backgroundTaskConnector",
13
+ "type": "backgroundTaskComponent",
14
14
  "module": "@twin.org/engine-types",
15
- "method": "initialiseBackgroundTaskConnector"
15
+ "method": "initialiseBackgroundTaskComponent"
16
16
  },
17
17
  {
18
18
  "type": "taskSchedulerComponent",
@@ -39,6 +39,26 @@
39
39
  "module": "@twin.org/engine-types",
40
40
  "method": "initialiseTelemetryComponent"
41
41
  },
42
+ {
43
+ "type": "metricsProducerComponent",
44
+ "module": "@twin.org/engine-types",
45
+ "method": "initialiseMetricsProducerComponent"
46
+ },
47
+ {
48
+ "type": "metricsCollectorComponent",
49
+ "module": "@twin.org/engine-types",
50
+ "method": "initialiseMetricsCollectorComponent"
51
+ },
52
+ {
53
+ "type": "automationComponent",
54
+ "module": "@twin.org/engine-types",
55
+ "method": "initialiseAutomationComponent"
56
+ },
57
+ {
58
+ "type": "automationAction",
59
+ "module": "@twin.org/engine-types",
60
+ "method": "initialiseAutomationAction"
61
+ },
42
62
  {
43
63
  "type": "messagingEmailConnector",
44
64
  "module": "@twin.org/engine-types",
@@ -144,6 +164,16 @@
144
164
  "module": "@twin.org/engine-types",
145
165
  "method": "initialiseNftComponent"
146
166
  },
167
+ {
168
+ "type": "notarizationConnector",
169
+ "module": "@twin.org/engine-types",
170
+ "method": "initialiseNotarizationConnector"
171
+ },
172
+ {
173
+ "type": "notarizationComponent",
174
+ "module": "@twin.org/engine-types",
175
+ "method": "initialiseNotarizationComponent"
176
+ },
147
177
  {
148
178
  "type": "immutableProofComponent",
149
179
  "module": "@twin.org/engine-types",
@@ -184,15 +214,35 @@
184
214
  "module": "@twin.org/engine-types",
185
215
  "method": "initialiseDataProcessingComponent"
186
216
  },
217
+ {
218
+ "type": "healthComponent",
219
+ "module": "@twin.org/engine-types",
220
+ "method": "initialiseHealthComponent"
221
+ },
222
+ {
223
+ "type": "urlTransformerComponent",
224
+ "module": "@twin.org/engine-types",
225
+ "method": "initialiseUrlTransformerComponent"
226
+ },
187
227
  {
188
228
  "type": "documentManagementComponent",
189
229
  "module": "@twin.org/engine-types",
190
230
  "method": "initialiseDocumentManagementComponent"
191
231
  },
192
232
  {
193
- "type": "authenticationGeneratorComponent",
233
+ "type": "trustComponent",
234
+ "module": "@twin.org/engine-types",
235
+ "method": "initialiseTrustComponent"
236
+ },
237
+ {
238
+ "type": "trustGeneratorComponent",
194
239
  "module": "@twin.org/engine-types",
195
- "method": "initialiseAuthenticationGeneratorComponent"
240
+ "method": "initialiseTrustGeneratorComponent"
241
+ },
242
+ {
243
+ "type": "trustVerifierComponent",
244
+ "module": "@twin.org/engine-types",
245
+ "method": "initialiseTrustVerifierComponent"
196
246
  },
197
247
  {
198
248
  "type": "rightsManagementPapComponent",
@@ -235,14 +285,44 @@
235
285
  "method": "initialiseRightsManagementPnpComponent"
236
286
  },
237
287
  {
238
- "type": "rightsManagementDapComponent",
288
+ "type": "rightsManagementPolicyArbiterComponent",
289
+ "module": "@twin.org/engine-types",
290
+ "method": "initialiseRightsManagementPolicyArbiterComponent"
291
+ },
292
+ {
293
+ "type": "rightsManagementPolicyObligationEnforcerComponent",
294
+ "module": "@twin.org/engine-types",
295
+ "method": "initialiseRightsManagementPolicyObligationEnforcerComponent"
296
+ },
297
+ {
298
+ "type": "rightsManagementPolicyEnforcementProcessorComponent",
239
299
  "module": "@twin.org/engine-types",
240
- "method": "initialiseRightsManagementDapComponent"
300
+ "method": "initialiseRightsManagementPolicyEnforcementProcessorComponent"
241
301
  },
242
302
  {
243
- "type": "rightsManagementDarpComponent",
303
+ "type": "rightsManagementPolicyExecutionActionComponent",
244
304
  "module": "@twin.org/engine-types",
245
- "method": "initialiseRightsManagementDarpComponent"
305
+ "method": "initialiseRightsManagementPolicyExecutionActionComponent"
306
+ },
307
+ {
308
+ "type": "rightsManagementPolicyInformationSourceComponent",
309
+ "module": "@twin.org/engine-types",
310
+ "method": "initialiseRightsManagementPolicyInformationSourceComponent"
311
+ },
312
+ {
313
+ "type": "rightsManagementPolicyNegotiatorComponent",
314
+ "module": "@twin.org/engine-types",
315
+ "method": "initialiseRightsManagementPolicyNegotiatorComponent"
316
+ },
317
+ {
318
+ "type": "rightsManagementPolicyObligationEnforcerComponent",
319
+ "module": "@twin.org/engine-types",
320
+ "method": "initialiseRightsManagementPolicyObligationEnforcerComponent"
321
+ },
322
+ {
323
+ "type": "rightsManagementPolicyRequesterComponent",
324
+ "module": "@twin.org/engine-types",
325
+ "method": "initialiseRightsManagementPolicyRequesterComponent"
246
326
  },
247
327
  {
248
328
  "type": "synchronisedStorageComponent",
@@ -255,9 +335,19 @@
255
335
  "method": "initialiseFederatedCatalogueComponent"
256
336
  },
257
337
  {
258
- "type": "dataSpaceConnectorComponent",
338
+ "type": "federatedCatalogueFilterComponent",
339
+ "module": "@twin.org/engine-types",
340
+ "method": "initialiseFederatedCatalogueFilterComponent"
341
+ },
342
+ {
343
+ "type": "dataspaceControlPlaneComponent",
344
+ "module": "@twin.org/engine-types",
345
+ "method": "initialiseDataspaceControlPlaneComponent"
346
+ },
347
+ {
348
+ "type": "dataspaceDataPlaneComponent",
259
349
  "module": "@twin.org/engine-types",
260
- "method": "initialiseDataSpaceConnectorComponent"
350
+ "method": "initialiseDataspaceDataPlaneComponent"
261
351
  },
262
352
  {
263
353
  "type": "tenantAdminComponent",