@twin.org/engine-server-types 0.0.3-next.24 → 0.0.3-next.26

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/docs/changelog.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @twin.org/engine-server-types - Changelog
2
2
 
3
+ ## [0.0.3-next.26](https://github.com/twinfoundation/engine/compare/engine-server-types-v0.0.3-next.25...engine-server-types-v0.0.3-next.26) (2026-03-05)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **engine-server-types:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/engine-models bumped from 0.0.3-next.25 to 0.0.3-next.26
16
+ * @twin.org/engine-types bumped from 0.0.3-next.25 to 0.0.3-next.26
17
+
18
+ ## [0.0.3-next.25](https://github.com/twinfoundation/engine/compare/engine-server-types-v0.0.3-next.24...engine-server-types-v0.0.3-next.25) (2026-03-02)
19
+
20
+
21
+ ### Features
22
+
23
+ * replace unified data space connector with control plane and data plane components ([#78](https://github.com/twinfoundation/engine/issues/78)) ([a6ebace](https://github.com/twinfoundation/engine/commit/a6ebace389dafe754a3ca0827999966b5a101a59))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @twin.org/engine-models bumped from 0.0.3-next.24 to 0.0.3-next.25
31
+ * @twin.org/engine-types bumped from 0.0.3-next.24 to 0.0.3-next.25
32
+
3
33
  ## [0.0.3-next.24](https://github.com/twinfoundation/engine/compare/engine-server-types-v0.0.3-next.23...engine-server-types-v0.0.3-next.24) (2026-02-26)
4
34
 
5
35
 
@@ -8,6 +8,42 @@ Extended engine server config with known types.
8
8
 
9
9
  ## Properties
10
10
 
11
+ ### debug?
12
+
13
+ > `optional` **debug**: `boolean`
14
+
15
+ Start the engine in debug mode.
16
+
17
+ #### Default
18
+
19
+ ```ts
20
+ false
21
+ ```
22
+
23
+ #### Inherited from
24
+
25
+ `IEngineConfig.debug`
26
+
27
+ ***
28
+
29
+ ### silent?
30
+
31
+ > `optional` **silent**: `boolean`
32
+
33
+ Disable output to the console.
34
+
35
+ #### Default
36
+
37
+ ```ts
38
+ false
39
+ ```
40
+
41
+ #### Inherited from
42
+
43
+ `IEngineConfig.silent`
44
+
45
+ ***
46
+
11
47
  ### web?
12
48
 
13
49
  > `optional` **web**: `IWebServerOptions`
@@ -24,6 +60,398 @@ The types to initialise in the engine.
24
60
 
25
61
  #### Type Declaration
26
62
 
63
+ ##### loggingConnector?
64
+
65
+ > `optional` **loggingConnector**: `IEngineCoreTypeConfig`\<`LoggingConnectorConfig`\>[]
66
+
67
+ Logging connector options which can be overridden by individual components by specifying types other than default.
68
+
69
+ ##### loggingComponent?
70
+
71
+ > `optional` **loggingComponent**: `IEngineCoreTypeConfig`\<`LoggingComponentConfig`\>[]
72
+
73
+ Logging component options which can be overridden by individual components by specifying types other than default.
74
+
75
+ ##### entityStorageConnector?
76
+
77
+ > `optional` **entityStorageConnector**: `IEngineCoreTypeConfig`\<`EntityStorageConnectorConfig`\>[]
78
+
79
+ Entity storage connector options which can be overridden by individual components by specifying types other than default.
80
+
81
+ ##### entityStorageComponent?
82
+
83
+ > `optional` **entityStorageComponent**: `IEngineCoreTypeConfig`\<`EntityStorageComponentConfig`\>[]
84
+
85
+ Entity storage component options which can be overridden by individual components by specifying types other than default.
86
+
87
+ ##### blobStorageConnector?
88
+
89
+ > `optional` **blobStorageConnector**: `IEngineCoreTypeConfig`\<`BlobStorageConnectorConfig`\>[]
90
+
91
+ Blob storage connector options which can be overridden by individual components by specifying types other than default.
92
+
93
+ ##### blobStorageComponent?
94
+
95
+ > `optional` **blobStorageComponent**: `IEngineCoreTypeConfig`\<`BlobStorageComponentConfig`\>[]
96
+
97
+ Blob storage component options which can be overridden by individual components by specifying types other than default.
98
+
99
+ ##### telemetryConnector?
100
+
101
+ > `optional` **telemetryConnector**: `IEngineCoreTypeConfig`\<`TelemetryConnectorConfig`\>[]
102
+
103
+ Telemetry connector options which can be overridden by individual components by specifying types other than default.
104
+
105
+ ##### telemetryComponent?
106
+
107
+ > `optional` **telemetryComponent**: `IEngineCoreTypeConfig`\<`TelemetryComponentConfig`\>[]
108
+
109
+ Telemetry component options which can be overridden by individual components by specifying types other than default.
110
+
111
+ ##### messagingEmailConnector?
112
+
113
+ > `optional` **messagingEmailConnector**: `IEngineCoreTypeConfig`\<`MessagingEmailConnectorConfig`\>[]
114
+
115
+ Messaging email connector options which can be overridden by individual components by specifying types other than default.
116
+
117
+ ##### messagingSmsConnector?
118
+
119
+ > `optional` **messagingSmsConnector**: `IEngineCoreTypeConfig`\<`MessagingSmsConnectorConfig`\>[]
120
+
121
+ Messaging SMS connector options which can be overridden by individual components by specifying types other than default.
122
+
123
+ ##### messagingPushNotificationConnector?
124
+
125
+ > `optional` **messagingPushNotificationConnector**: `IEngineCoreTypeConfig`\<`MessagingPushNotificationConnectorConfig`\>[]
126
+
127
+ Messaging push notification connector options which can be overridden by individual components by specifying types other than default.
128
+
129
+ ##### messagingAdminComponent?
130
+
131
+ > `optional` **messagingAdminComponent**: `IEngineCoreTypeConfig`\<`MessagingAdminComponentConfig`\>[]
132
+
133
+ Messaging admin component options which can be overridden by individual components by specifying types other than default.
134
+
135
+ ##### messagingComponent?
136
+
137
+ > `optional` **messagingComponent**: `IEngineCoreTypeConfig`\<`MessagingComponentConfig`\>[]
138
+
139
+ Messaging component options which can be overridden by individual components by specifying types other than default.
140
+
141
+ ##### backgroundTaskComponent?
142
+
143
+ > `optional` **backgroundTaskComponent**: `IEngineCoreTypeConfig`\<`BackgroundTaskComponentConfig`\>[]
144
+
145
+ Background task component options which can be overridden by individual components by specifying types other than default.
146
+
147
+ ##### taskSchedulerComponent?
148
+
149
+ > `optional` **taskSchedulerComponent**: `IEngineCoreTypeConfig`\<`TaskSchedulerComponentConfig`\>[]
150
+
151
+ Task scheduler component options which can be overridden by individual components by specifying types other than default.
152
+
153
+ ##### eventBusConnector?
154
+
155
+ > `optional` **eventBusConnector**: `IEngineCoreTypeConfig`\<`EventBusConnectorConfig`\>[]
156
+
157
+ Event bus connector options which can be overridden by individual components by specifying types other than default.
158
+
159
+ ##### eventBusComponent?
160
+
161
+ > `optional` **eventBusComponent**: `IEngineCoreTypeConfig`\<`EventBusComponentConfig`\>[]
162
+
163
+ Event bus component options which can be overridden by individual components by specifying types other than default.
164
+
165
+ ##### vaultConnector?
166
+
167
+ > `optional` **vaultConnector**: `IEngineCoreTypeConfig`\<`VaultConnectorConfig`\>[]
168
+
169
+ Vault connector options which can be overridden by individual components by specifying types other than default.
170
+
171
+ ##### dltConfig?
172
+
173
+ > `optional` **dltConfig**: `IEngineCoreTypeConfig`\<`DltConfig`\>[]
174
+
175
+ DLT options which can be overridden by individual components by specifying types other than default.
176
+
177
+ ##### walletConnector?
178
+
179
+ > `optional` **walletConnector**: `IEngineCoreTypeConfig`\<`WalletConnectorConfig`\>[]
180
+
181
+ Wallet connector options which can be overridden by individual components by specifying types other than default.
182
+
183
+ ##### verifiableStorageConnector?
184
+
185
+ > `optional` **verifiableStorageConnector**: `IEngineCoreTypeConfig`\<`VerifiableStorageConnectorConfig`\>[]
186
+
187
+ Verifiable storage connector options which can be overridden by individual components by specifying types other than default.
188
+
189
+ ##### verifiableStorageComponent?
190
+
191
+ > `optional` **verifiableStorageComponent**: `IEngineCoreTypeConfig`\<`VerifiableStorageComponentConfig`\>[]
192
+
193
+ Verifiable storage component options which can be overridden by individual components by specifying types other than default.
194
+
195
+ ##### immutableProofComponent?
196
+
197
+ > `optional` **immutableProofComponent**: `IEngineCoreTypeConfig`\<`ImmutableProofComponentConfig`\>[]
198
+
199
+ Immutable proof component options which can be overridden by individual components by specifying types other than default.
200
+
201
+ ##### faucetConnector?
202
+
203
+ > `optional` **faucetConnector**: `IEngineCoreTypeConfig`\<`FaucetConnectorConfig`\>[]
204
+
205
+ Faucet connector options which can be overridden by individual components by specifying types other than default.
206
+
207
+ ##### identityConnector?
208
+
209
+ > `optional` **identityConnector**: `IEngineCoreTypeConfig`\<`IdentityConnectorConfig`\>[]
210
+
211
+ Identity connector options which can be overridden by individual components by specifying types other than default.
212
+
213
+ ##### identityComponent?
214
+
215
+ > `optional` **identityComponent**: `IEngineCoreTypeConfig`\<`IdentityComponentConfig`\>[]
216
+
217
+ Identity component options which can be overridden by individual components by specifying types other than default.
218
+
219
+ ##### identityResolverConnector?
220
+
221
+ > `optional` **identityResolverConnector**: `IEngineCoreTypeConfig`\<`IdentityResolverConnectorConfig`\>[]
222
+
223
+ Identity resolver connector options which can be overridden by individual components by specifying types other than default.
224
+
225
+ ##### identityResolverComponent?
226
+
227
+ > `optional` **identityResolverComponent**: `IEngineCoreTypeConfig`\<`IdentityResolverComponentConfig`\>[]
228
+
229
+ Identity resolver component options which can be overridden by individual components by specifying types other than default.
230
+
231
+ ##### identityProfileConnector?
232
+
233
+ > `optional` **identityProfileConnector**: `IEngineCoreTypeConfig`\<`IdentityProfileConnectorConfig`\>[]
234
+
235
+ Identity profile connector options which can be overridden by individual components by specifying types other than default.
236
+
237
+ ##### identityProfileComponent?
238
+
239
+ > `optional` **identityProfileComponent**: `IEngineCoreTypeConfig`\<`IdentityProfileComponentConfig`\>[]
240
+
241
+ Identity profile component options which can be overridden by individual components by specifying types other than default.
242
+
243
+ ##### nftConnector?
244
+
245
+ > `optional` **nftConnector**: `IEngineCoreTypeConfig`\<`NftConnectorConfig`\>[]
246
+
247
+ NFT connector options which can be overridden by individual components by specifying types other than default.
248
+
249
+ ##### nftComponent?
250
+
251
+ > `optional` **nftComponent**: `IEngineCoreTypeConfig`\<`NftComponentConfig`\>[]
252
+
253
+ NFT component options which can be overridden by individual components by specifying types other than default.
254
+
255
+ ##### attestationConnector?
256
+
257
+ > `optional` **attestationConnector**: `IEngineCoreTypeConfig`\<`AttestationConnectorConfig`\>[]
258
+
259
+ Attestation connector options which can be overridden by individual components by specifying types other than default.
260
+
261
+ ##### attestationComponent?
262
+
263
+ > `optional` **attestationComponent**: `IEngineCoreTypeConfig`\<`AttestationComponentConfig`\>[]
264
+
265
+ Attestation component options which can be overridden by individual components by specifying types other than default.
266
+
267
+ ##### auditableItemGraphComponent?
268
+
269
+ > `optional` **auditableItemGraphComponent**: `IEngineCoreTypeConfig`\<`AuditableItemGraphComponentConfig`\>[]
270
+
271
+ Auditable item graph component options which can be overridden by individual components by specifying types other than default.
272
+
273
+ ##### auditableItemStreamComponent?
274
+
275
+ > `optional` **auditableItemStreamComponent**: `IEngineCoreTypeConfig`\<`AuditableItemStreamComponentConfig`\>[]
276
+
277
+ Auditable item stream component options which can be overridden by individual components by specifying types other than default.
278
+
279
+ ##### dataConverterConnector?
280
+
281
+ > `optional` **dataConverterConnector**: `IEngineCoreTypeConfig`\<`DataConverterConnectorConfig`\>[]
282
+
283
+ Data converter connector options which can be overridden by individual components by specifying types other than default.
284
+
285
+ ##### dataExtractorConnector?
286
+
287
+ > `optional` **dataExtractorConnector**: `IEngineCoreTypeConfig`\<`DataExtractorConnectorConfig`\>[]
288
+
289
+ Data extractor connector options which can be overridden by individual components by specifying types other than default.
290
+
291
+ ##### dataProcessingComponent?
292
+
293
+ > `optional` **dataProcessingComponent**: `IEngineCoreTypeConfig`\<`DataProcessingComponentConfig`\>[]
294
+
295
+ Date processing options which can be overridden by individual components by specifying types other than default.
296
+
297
+ ##### documentManagementComponent?
298
+
299
+ > `optional` **documentManagementComponent**: `IEngineCoreTypeConfig`\<`DocumentManagementComponentConfig`\>[]
300
+
301
+ Document management options which can be overridden by individual components by specifying types other than default.
302
+
303
+ ##### trustComponent?
304
+
305
+ > `optional` **trustComponent**: `IEngineCoreTypeConfig`\<`TrustComponentConfig`\>[]
306
+
307
+ Trust component options which can be overridden by individual components by specifying types other than default.
308
+
309
+ ##### trustGeneratorComponent?
310
+
311
+ > `optional` **trustGeneratorComponent**: `IEngineCoreTypeConfig`\<`TrustGeneratorComponentConfig`\>[]
312
+
313
+ Trust generator component options which can be overridden by individual components by specifying types other than default.
314
+
315
+ ##### trustVerifierComponent?
316
+
317
+ > `optional` **trustVerifierComponent**: `IEngineCoreTypeConfig`\<`TrustVerifierComponentConfig`\>[]
318
+
319
+ Trust verifier component options which can be overridden by individual components by specifying types other than default.
320
+
321
+ ##### rightsManagementPapComponent?
322
+
323
+ > `optional` **rightsManagementPapComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPapComponentConfig`\>[]
324
+
325
+ Rights management PAP options which can be overridden by individual components by specifying types other than default.
326
+
327
+ ##### rightsManagementPdpComponent?
328
+
329
+ > `optional` **rightsManagementPdpComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPdpComponentConfig`\>[]
330
+
331
+ Rights management PDP options which can be overridden by individual components by specifying types other than default.
332
+
333
+ ##### rightsManagementPepComponent?
334
+
335
+ > `optional` **rightsManagementPepComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPepComponentConfig`\>[]
336
+
337
+ Rights management PEP options which can be overridden by individual components by specifying types other than default.
338
+
339
+ ##### rightsManagementPipComponent?
340
+
341
+ > `optional` **rightsManagementPipComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPipComponentConfig`\>[]
342
+
343
+ Rights management PIP options which can be overridden by individual components by specifying types other than default.
344
+
345
+ ##### rightsManagementPmpComponent?
346
+
347
+ > `optional` **rightsManagementPmpComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPmpComponentConfig`\>[]
348
+
349
+ Rights management PMP options which can be overridden by individual components by specifying types other than default.
350
+
351
+ ##### rightsManagementPxpComponent?
352
+
353
+ > `optional` **rightsManagementPxpComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPxpComponentConfig`\>[]
354
+
355
+ Rights management PXP options which can be overridden by individual components by specifying types other than default.
356
+
357
+ ##### rightsManagementPnpComponent?
358
+
359
+ > `optional` **rightsManagementPnpComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPnpComponentConfig`\>[]
360
+
361
+ Rights management PNP options which can be overridden by individual components by specifying types other than default.
362
+
363
+ ##### rightsManagementPnapComponent?
364
+
365
+ > `optional` **rightsManagementPnapComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPnapComponentConfig`\>[]
366
+
367
+ Rights management PNAP options which can be overridden by individual components by specifying types other than default.
368
+
369
+ ##### rightsManagementPolicyArbiterComponent?
370
+
371
+ > `optional` **rightsManagementPolicyArbiterComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPolicyArbiterComponentConfig`\>[]
372
+
373
+ Rights management policy arbiter options which can be overridden by individual components by specifying types other than default.
374
+
375
+ ##### rightsManagementPolicyObligationEnforcerComponent?
376
+
377
+ > `optional` **rightsManagementPolicyObligationEnforcerComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPolicyObligationEnforcerComponentConfig`\>[]
378
+
379
+ Rights management policy obligation enforcer options which can be overridden by individual components by specifying types other than default.
380
+
381
+ ##### rightsManagementPolicyEnforcementProcessorComponent?
382
+
383
+ > `optional` **rightsManagementPolicyEnforcementProcessorComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPolicyEnforcementProcessorComponentConfig`\>[]
384
+
385
+ Rights management policy enforcement processor options which can be overridden by individual components by specifying types other than default.
386
+
387
+ ##### rightsManagementPolicyExecutionActionComponent?
388
+
389
+ > `optional` **rightsManagementPolicyExecutionActionComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPolicyExecutionActionComponentConfig`\>[]
390
+
391
+ Rights management policy execution action options which can be overridden by individual components by specifying types other than default.
392
+
393
+ ##### rightsManagementPolicyInformationSourceComponent?
394
+
395
+ > `optional` **rightsManagementPolicyInformationSourceComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPolicyInformationSourceComponentConfig`\>[]
396
+
397
+ Rights management policy information source options which can be overridden by individual components by specifying types other than default.
398
+
399
+ ##### rightsManagementPolicyNegotiatorComponent?
400
+
401
+ > `optional` **rightsManagementPolicyNegotiatorComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPolicyNegotiatorComponentConfig`\>[]
402
+
403
+ Rights management policy negotiator options which can be overridden by individual components by specifying types other than default.
404
+
405
+ ##### rightsManagementPolicyRequesterComponent?
406
+
407
+ > `optional` **rightsManagementPolicyRequesterComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPolicyRequesterComponentConfig`\>[]
408
+
409
+ Rights management policy requester options which can be overridden by individual components by specifying types other than default.
410
+
411
+ ##### synchronisedStorageComponent?
412
+
413
+ > `optional` **synchronisedStorageComponent**: `IEngineCoreTypeConfig`\<`SynchronisedStorageComponentConfig`\>[]
414
+
415
+ Synchronised storage options which can be overridden by individual components by specifying types other than default.
416
+
417
+ ##### federatedCatalogueComponent?
418
+
419
+ > `optional` **federatedCatalogueComponent**: `IEngineCoreTypeConfig`\<`FederatedCatalogueComponentConfig`\>[]
420
+
421
+ Federated catalogue options which can be overridden by individual components by specifying types other than default.
422
+
423
+ ##### federatedCatalogueFilterComponent?
424
+
425
+ > `optional` **federatedCatalogueFilterComponent**: `IEngineCoreTypeConfig`\<`FederatedCatalogueFilterComponentConfig`\>[]
426
+
427
+ Federated catalogue filter options which can be overridden by individual components by specifying types other than default.
428
+
429
+ ##### dataspaceControlPlaneComponent?
430
+
431
+ > `optional` **dataspaceControlPlaneComponent**: `IEngineCoreTypeConfig`\<`DataspaceControlPlaneComponentConfig`\>[]
432
+
433
+ Dataspace control plane component options which can be overridden by individual components by specifying types other than default.
434
+
435
+ ##### dataspaceDataPlaneComponent?
436
+
437
+ > `optional` **dataspaceDataPlaneComponent**: `IEngineCoreTypeConfig`\<`DataspaceDataPlaneComponentConfig`\>[]
438
+
439
+ Dataspace data plane component options which can be overridden by individual components by specifying types other than default.
440
+
441
+ ##### tenantAdminComponent?
442
+
443
+ > `optional` **tenantAdminComponent**: `IEngineCoreTypeConfig`\<`TenantAdminComponentConfig`\>[]
444
+
445
+ Tenant admin component options which can be overridden by individual components by specifying types other than default.
446
+
447
+ ##### contextIdHandlerComponent?
448
+
449
+ > `optional` **contextIdHandlerComponent**: `IEngineCoreTypeConfig`\<`ContextIdHandlerComponentConfig`\>[]
450
+
451
+ Context Id Handler component options which can be overridden by individual components by specifying types other than default.
452
+
453
+ #### Type Declaration
454
+
27
455
  ##### informationComponent?
28
456
 
29
457
  > `optional` **informationComponent**: `IEngineCoreTypeConfig`\<[`InformationComponentConfig`](../type-aliases/InformationComponentConfig.md)\>[]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-server-types",
3
- "version": "0.0.3-next.24",
3
+ "version": "0.0.3-next.26",
4
4
  "description": "Server types to use in an engine server.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,8 +25,8 @@
25
25
  "@twin.org/api-tenant-processor": "next",
26
26
  "@twin.org/context": "next",
27
27
  "@twin.org/core": "next",
28
- "@twin.org/engine-models": "0.0.3-next.24",
29
- "@twin.org/engine-types": "0.0.3-next.24",
28
+ "@twin.org/engine-models": "0.0.3-next.26",
29
+ "@twin.org/engine-types": "0.0.3-next.26",
30
30
  "@twin.org/entity": "next",
31
31
  "@twin.org/nameof": "next"
32
32
  },