@twin.org/node-core 0.0.2-next.26 → 0.0.2-next.27
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 +6 -20
- package/dist/es/bootstrap.js +374 -0
- package/dist/es/bootstrap.js.map +1 -0
- package/dist/es/builders/engineEnvBuilder.js +1051 -0
- package/dist/es/builders/engineEnvBuilder.js.map +1 -0
- package/dist/es/builders/engineServerEnvBuilder.js +197 -0
- package/dist/es/builders/engineServerEnvBuilder.js.map +1 -0
- package/dist/es/builders/extensionsBuilder.js +100 -0
- package/dist/es/builders/extensionsBuilder.js.map +1 -0
- package/dist/es/defaults.js +9 -0
- package/dist/es/defaults.js.map +1 -0
- package/dist/es/identity.js +169 -0
- package/dist/es/identity.js.map +1 -0
- package/dist/es/index.js +23 -0
- package/dist/es/index.js.map +1 -0
- package/dist/es/models/ICacheMetadata.js +4 -0
- package/dist/es/models/ICacheMetadata.js.map +1 -0
- package/dist/es/models/IEngineEnvironmentVariables.js +4 -0
- package/dist/es/models/IEngineEnvironmentVariables.js.map +1 -0
- package/dist/es/models/IEngineServerEnvironmentVariables.js +2 -0
- package/dist/es/models/IEngineServerEnvironmentVariables.js.map +1 -0
- package/dist/es/models/IModuleProtocol.js +2 -0
- package/dist/es/models/IModuleProtocol.js.map +1 -0
- package/dist/es/models/INodeEngineConfig.js +2 -0
- package/dist/es/models/INodeEngineConfig.js.map +1 -0
- package/dist/es/models/INodeEngineState.js +2 -0
- package/dist/es/models/INodeEngineState.js.map +1 -0
- package/dist/es/models/INodeEnvironmentVariables.js +2 -0
- package/dist/es/models/INodeEnvironmentVariables.js.map +1 -0
- package/dist/es/models/INodeOptions.js +2 -0
- package/dist/es/models/INodeOptions.js.map +1 -0
- package/dist/es/models/IProtocolHandlerResult.js +4 -0
- package/dist/es/models/IProtocolHandlerResult.js.map +1 -0
- package/dist/es/models/moduleProtocol.js +29 -0
- package/dist/es/models/moduleProtocol.js.map +1 -0
- package/dist/es/models/nodeExtensionMethods.js +2 -0
- package/dist/es/models/nodeExtensionMethods.js.map +1 -0
- package/dist/es/models/nodeFeatures.js +21 -0
- package/dist/es/models/nodeFeatures.js.map +1 -0
- package/dist/es/node.js +265 -0
- package/dist/es/node.js.map +1 -0
- package/dist/es/server.js +74 -0
- package/dist/es/server.js.map +1 -0
- package/dist/es/utils.js +418 -0
- package/dist/es/utils.js.map +1 -0
- package/dist/types/bootstrap.d.ts +27 -10
- package/dist/types/builders/engineEnvBuilder.d.ts +3 -2
- package/dist/types/builders/engineServerEnvBuilder.d.ts +3 -2
- package/dist/types/builders/extensionsBuilder.d.ts +2 -2
- package/dist/types/identity.d.ts +14 -0
- package/dist/types/index.d.ts +20 -19
- package/dist/types/models/IEngineEnvironmentVariables.d.ts +12 -5
- package/dist/types/models/IEngineServerEnvironmentVariables.d.ts +1 -1
- package/dist/types/models/IModuleProtocol.d.ts +1 -1
- package/dist/types/models/INodeEngineState.d.ts +22 -0
- package/dist/types/models/INodeEnvironmentVariables.d.ts +24 -8
- package/dist/types/models/INodeOptions.d.ts +13 -3
- package/dist/types/models/nodeExtensionMethods.d.ts +2 -2
- package/dist/types/models/nodeFeatures.d.ts +5 -5
- package/dist/types/node.d.ts +14 -5
- package/dist/types/server.d.ts +7 -6
- package/dist/types/utils.d.ts +5 -5
- package/docs/detailed-guide.md +14 -14
- package/docs/reference/functions/bootstrap.md +1 -1
- package/docs/reference/functions/bootstrapAuth.md +1 -1
- package/docs/reference/functions/bootstrapBlobEncryption.md +1 -1
- package/docs/reference/functions/bootstrapContextIdHandlers.md +35 -0
- package/docs/reference/functions/bootstrapImmutableProofMethod.md +1 -1
- package/docs/reference/functions/{bootstrapNodeUser.md → bootstrapNodeAdminUser.md} +3 -3
- package/docs/reference/functions/{bootstrapNodeIdentity.md → bootstrapNodeId.md} +3 -3
- package/docs/reference/functions/bootstrapSynchronisedStorage.md +1 -1
- package/docs/reference/functions/bootstrapTenantId.md +35 -0
- package/docs/reference/functions/buildConfiguration.md +2 -2
- package/docs/reference/functions/buildEngineConfiguration.md +7 -1
- package/docs/reference/functions/buildEngineServerConfiguration.md +7 -1
- package/docs/reference/functions/run.md +3 -3
- package/docs/reference/functions/start.md +8 -2
- package/docs/reference/index.md +5 -2
- package/docs/reference/interfaces/IEngineEnvironmentVariables.md +24 -9
- package/docs/reference/interfaces/IEngineServerEnvironmentVariables.md +36 -13
- package/docs/reference/interfaces/INodeEngineConfig.md +430 -0
- package/docs/reference/interfaces/INodeEngineState.md +39 -0
- package/docs/reference/interfaces/INodeEnvironmentVariables.md +79 -24
- package/docs/reference/interfaces/INodeOptions.md +21 -1
- package/docs/reference/variables/NodeFeatures.md +7 -7
- package/locales/en.json +10 -7
- package/package.json +40 -8
- package/dist/cjs/index.cjs +0 -2570
- package/dist/esm/index.mjs +0 -2508
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Function: start()
|
|
2
2
|
|
|
3
|
-
> **start**(`nodeOptions`, `nodeEngineConfig`, `envVars`): `Promise`\<`undefined` \| \{ `engine`: `Engine`\<`IEngineServerConfig`, `
|
|
3
|
+
> **start**(`nodeOptions`, `nodeEngineConfig`, `envVars`, `contextIdKeys?`): `Promise`\<`undefined` \| \{ `engine`: `Engine`\<`IEngineServerConfig`, [`INodeEngineState`](../interfaces/INodeEngineState.md)\>; `server`: `EngineServer`; `shutdown`: () => `Promise`\<`void`\>; \}\>
|
|
4
4
|
|
|
5
5
|
Start the engine server.
|
|
6
6
|
|
|
@@ -24,8 +24,14 @@ The configuration for the engine server.
|
|
|
24
24
|
|
|
25
25
|
The environment variables.
|
|
26
26
|
|
|
27
|
+
### contextIdKeys?
|
|
28
|
+
|
|
29
|
+
`string`[]
|
|
30
|
+
|
|
31
|
+
The context ID keys.
|
|
32
|
+
|
|
27
33
|
## Returns
|
|
28
34
|
|
|
29
|
-
`Promise`\<`undefined` \| \{ `engine`: `Engine`\<`IEngineServerConfig`, `
|
|
35
|
+
`Promise`\<`undefined` \| \{ `engine`: `Engine`\<`IEngineServerConfig`, [`INodeEngineState`](../interfaces/INodeEngineState.md)\>; `server`: `EngineServer`; `shutdown`: () => `Promise`\<`void`\>; \}\>
|
|
30
36
|
|
|
31
37
|
The engine server.
|
package/docs/reference/index.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
- [IEngineServerEnvironmentVariables](interfaces/IEngineServerEnvironmentVariables.md)
|
|
8
8
|
- [IModuleProtocol](interfaces/IModuleProtocol.md)
|
|
9
9
|
- [INodeEngineConfig](interfaces/INodeEngineConfig.md)
|
|
10
|
+
- [INodeEngineState](interfaces/INodeEngineState.md)
|
|
10
11
|
- [INodeEnvironmentVariables](interfaces/INodeEnvironmentVariables.md)
|
|
11
12
|
- [INodeOptions](interfaces/INodeOptions.md)
|
|
12
13
|
- [IProtocolHandlerResult](interfaces/IProtocolHandlerResult.md)
|
|
@@ -34,8 +35,10 @@
|
|
|
34
35
|
## Functions
|
|
35
36
|
|
|
36
37
|
- [bootstrap](functions/bootstrap.md)
|
|
37
|
-
- [
|
|
38
|
-
- [
|
|
38
|
+
- [bootstrapContextIdHandlers](functions/bootstrapContextIdHandlers.md)
|
|
39
|
+
- [bootstrapNodeId](functions/bootstrapNodeId.md)
|
|
40
|
+
- [bootstrapTenantId](functions/bootstrapTenantId.md)
|
|
41
|
+
- [bootstrapNodeAdminUser](functions/bootstrapNodeAdminUser.md)
|
|
39
42
|
- [bootstrapImmutableProofMethod](functions/bootstrapImmutableProofMethod.md)
|
|
40
43
|
- [bootstrapBlobEncryption](functions/bootstrapBlobEncryption.md)
|
|
41
44
|
- [bootstrapAuth](functions/bootstrapAuth.md)
|
|
@@ -32,6 +32,30 @@ The name of the state file.
|
|
|
32
32
|
|
|
33
33
|
***
|
|
34
34
|
|
|
35
|
+
### tenantEnabled?
|
|
36
|
+
|
|
37
|
+
> `optional` **tenantEnabled**: `string`
|
|
38
|
+
|
|
39
|
+
Is multi-tenant support enabled, defaults to false.
|
|
40
|
+
|
|
41
|
+
***
|
|
42
|
+
|
|
43
|
+
### tenantId?
|
|
44
|
+
|
|
45
|
+
> `optional` **tenantId**: `string`
|
|
46
|
+
|
|
47
|
+
A tenant id to use as a default for the node.
|
|
48
|
+
|
|
49
|
+
***
|
|
50
|
+
|
|
51
|
+
### tenantApiKey?
|
|
52
|
+
|
|
53
|
+
> `optional` **tenantApiKey**: `string`
|
|
54
|
+
|
|
55
|
+
A tenant api key to use as a default for the node.
|
|
56
|
+
|
|
57
|
+
***
|
|
58
|
+
|
|
35
59
|
### entityStorageConnectorType?
|
|
36
60
|
|
|
37
61
|
> `optional` **entityStorageConnectorType**: `string`
|
|
@@ -571,15 +595,6 @@ Are the messaging components enabled, defaults to false.
|
|
|
571
595
|
|
|
572
596
|
***
|
|
573
597
|
|
|
574
|
-
### messagingTemplates?
|
|
575
|
-
|
|
576
|
-
> `optional` **messagingTemplates**: `string`
|
|
577
|
-
|
|
578
|
-
An initial set of templates for the messages.
|
|
579
|
-
Use the @json: prefix to specify the path to the JSON file.
|
|
580
|
-
|
|
581
|
-
***
|
|
582
|
-
|
|
583
598
|
### awsSesRegion?
|
|
584
599
|
|
|
585
600
|
> `optional` **awsSesRegion**: `string`
|
|
@@ -48,6 +48,42 @@ The name of the state file.
|
|
|
48
48
|
|
|
49
49
|
***
|
|
50
50
|
|
|
51
|
+
### tenantEnabled?
|
|
52
|
+
|
|
53
|
+
> `optional` **tenantEnabled**: `string`
|
|
54
|
+
|
|
55
|
+
Is multi-tenant support enabled, defaults to false.
|
|
56
|
+
|
|
57
|
+
#### Inherited from
|
|
58
|
+
|
|
59
|
+
[`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`tenantEnabled`](IEngineEnvironmentVariables.md#tenantenabled)
|
|
60
|
+
|
|
61
|
+
***
|
|
62
|
+
|
|
63
|
+
### tenantId?
|
|
64
|
+
|
|
65
|
+
> `optional` **tenantId**: `string`
|
|
66
|
+
|
|
67
|
+
A tenant id to use as a default for the node.
|
|
68
|
+
|
|
69
|
+
#### Inherited from
|
|
70
|
+
|
|
71
|
+
[`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`tenantId`](IEngineEnvironmentVariables.md#tenantid)
|
|
72
|
+
|
|
73
|
+
***
|
|
74
|
+
|
|
75
|
+
### tenantApiKey?
|
|
76
|
+
|
|
77
|
+
> `optional` **tenantApiKey**: `string`
|
|
78
|
+
|
|
79
|
+
A tenant api key to use as a default for the node.
|
|
80
|
+
|
|
81
|
+
#### Inherited from
|
|
82
|
+
|
|
83
|
+
[`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`tenantApiKey`](IEngineEnvironmentVariables.md#tenantapikey)
|
|
84
|
+
|
|
85
|
+
***
|
|
86
|
+
|
|
51
87
|
### entityStorageConnectorType?
|
|
52
88
|
|
|
53
89
|
> `optional` **entityStorageConnectorType**: `string`
|
|
@@ -855,19 +891,6 @@ Are the messaging components enabled, defaults to false.
|
|
|
855
891
|
|
|
856
892
|
***
|
|
857
893
|
|
|
858
|
-
### messagingTemplates?
|
|
859
|
-
|
|
860
|
-
> `optional` **messagingTemplates**: `string`
|
|
861
|
-
|
|
862
|
-
An initial set of templates for the messages.
|
|
863
|
-
Use the @json: prefix to specify the path to the JSON file.
|
|
864
|
-
|
|
865
|
-
#### Inherited from
|
|
866
|
-
|
|
867
|
-
[`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`messagingTemplates`](IEngineEnvironmentVariables.md#messagingtemplates)
|
|
868
|
-
|
|
869
|
-
***
|
|
870
|
-
|
|
871
894
|
### awsSesRegion?
|
|
872
895
|
|
|
873
896
|
> `optional` **awsSesRegion**: `string`
|
|
@@ -5,3 +5,433 @@ The config for the node.
|
|
|
5
5
|
## Extends
|
|
6
6
|
|
|
7
7
|
- `IEngineServerConfig`
|
|
8
|
+
|
|
9
|
+
## Properties
|
|
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
|
+
`IEngineServerConfig.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
|
+
`IEngineServerConfig.silent`
|
|
44
|
+
|
|
45
|
+
***
|
|
46
|
+
|
|
47
|
+
### web?
|
|
48
|
+
|
|
49
|
+
> `optional` **web**: `IWebServerOptions`
|
|
50
|
+
|
|
51
|
+
Configuration for the web server.
|
|
52
|
+
|
|
53
|
+
#### Inherited from
|
|
54
|
+
|
|
55
|
+
`IEngineServerConfig.web`
|
|
56
|
+
|
|
57
|
+
***
|
|
58
|
+
|
|
59
|
+
### types
|
|
60
|
+
|
|
61
|
+
> **types**: `object` & `object`
|
|
62
|
+
|
|
63
|
+
The types to initialise in the engine.
|
|
64
|
+
|
|
65
|
+
#### Type Declaration
|
|
66
|
+
|
|
67
|
+
##### loggingConnector?
|
|
68
|
+
|
|
69
|
+
> `optional` **loggingConnector**: `IEngineCoreTypeConfig`\<`LoggingConnectorConfig`\>[]
|
|
70
|
+
|
|
71
|
+
Logging connector options which can be overridden by individual components by specifying types other than default.
|
|
72
|
+
|
|
73
|
+
##### loggingComponent?
|
|
74
|
+
|
|
75
|
+
> `optional` **loggingComponent**: `IEngineCoreTypeConfig`\<`LoggingComponentConfig`\>[]
|
|
76
|
+
|
|
77
|
+
Logging component options which can be overridden by individual components by specifying types other than default.
|
|
78
|
+
|
|
79
|
+
##### entityStorageConnector?
|
|
80
|
+
|
|
81
|
+
> `optional` **entityStorageConnector**: `IEngineCoreTypeConfig`\<`EntityStorageConnectorConfig`\>[]
|
|
82
|
+
|
|
83
|
+
Entity storage connector options which can be overridden by individual components by specifying types other than default.
|
|
84
|
+
|
|
85
|
+
##### entityStorageComponent?
|
|
86
|
+
|
|
87
|
+
> `optional` **entityStorageComponent**: `IEngineCoreTypeConfig`\<`EntityStorageComponentConfig`\>[]
|
|
88
|
+
|
|
89
|
+
Entity storage component options which can be overridden by individual components by specifying types other than default.
|
|
90
|
+
|
|
91
|
+
##### blobStorageConnector?
|
|
92
|
+
|
|
93
|
+
> `optional` **blobStorageConnector**: `IEngineCoreTypeConfig`\<`BlobStorageConnectorConfig`\>[]
|
|
94
|
+
|
|
95
|
+
Blob storage connector options which can be overridden by individual components by specifying types other than default.
|
|
96
|
+
|
|
97
|
+
##### blobStorageComponent?
|
|
98
|
+
|
|
99
|
+
> `optional` **blobStorageComponent**: `IEngineCoreTypeConfig`\<`BlobStorageComponentConfig`\>[]
|
|
100
|
+
|
|
101
|
+
Blob storage component options which can be overridden by individual components by specifying types other than default.
|
|
102
|
+
|
|
103
|
+
##### telemetryConnector?
|
|
104
|
+
|
|
105
|
+
> `optional` **telemetryConnector**: `IEngineCoreTypeConfig`\<`TelemetryConnectorConfig`\>[]
|
|
106
|
+
|
|
107
|
+
Telemetry connector options which can be overridden by individual components by specifying types other than default.
|
|
108
|
+
|
|
109
|
+
##### telemetryComponent?
|
|
110
|
+
|
|
111
|
+
> `optional` **telemetryComponent**: `IEngineCoreTypeConfig`\<`TelemetryComponentConfig`\>[]
|
|
112
|
+
|
|
113
|
+
Telemetry component options which can be overridden by individual components by specifying types other than default.
|
|
114
|
+
|
|
115
|
+
##### messagingEmailConnector?
|
|
116
|
+
|
|
117
|
+
> `optional` **messagingEmailConnector**: `IEngineCoreTypeConfig`\<`MessagingEmailConnectorConfig`\>[]
|
|
118
|
+
|
|
119
|
+
Messaging email connector options which can be overridden by individual components by specifying types other than default.
|
|
120
|
+
|
|
121
|
+
##### messagingSmsConnector?
|
|
122
|
+
|
|
123
|
+
> `optional` **messagingSmsConnector**: `IEngineCoreTypeConfig`\<`MessagingSmsConnectorConfig`\>[]
|
|
124
|
+
|
|
125
|
+
Messaging SMS connector options which can be overridden by individual components by specifying types other than default.
|
|
126
|
+
|
|
127
|
+
##### messagingPushNotificationConnector?
|
|
128
|
+
|
|
129
|
+
> `optional` **messagingPushNotificationConnector**: `IEngineCoreTypeConfig`\<`MessagingPushNotificationConnectorConfig`\>[]
|
|
130
|
+
|
|
131
|
+
Messaging push notification connector options which can be overridden by individual components by specifying types other than default.
|
|
132
|
+
|
|
133
|
+
##### messagingAdminComponent?
|
|
134
|
+
|
|
135
|
+
> `optional` **messagingAdminComponent**: `IEngineCoreTypeConfig`\<`MessagingAdminComponentConfig`\>[]
|
|
136
|
+
|
|
137
|
+
Messaging admin component options which can be overridden by individual components by specifying types other than default.
|
|
138
|
+
|
|
139
|
+
##### messagingComponent?
|
|
140
|
+
|
|
141
|
+
> `optional` **messagingComponent**: `IEngineCoreTypeConfig`\<`MessagingComponentConfig`\>[]
|
|
142
|
+
|
|
143
|
+
Messaging component options which can be overridden by individual components by specifying types other than default.
|
|
144
|
+
|
|
145
|
+
##### backgroundTaskConnector?
|
|
146
|
+
|
|
147
|
+
> `optional` **backgroundTaskConnector**: `IEngineCoreTypeConfig`\<`BackgroundTaskConnectorConfig`\>[]
|
|
148
|
+
|
|
149
|
+
Background task connector options which can be overridden by individual components by specifying types other than default.
|
|
150
|
+
|
|
151
|
+
##### taskSchedulerComponent?
|
|
152
|
+
|
|
153
|
+
> `optional` **taskSchedulerComponent**: `IEngineCoreTypeConfig`\<`TaskSchedulerComponentConfig`\>[]
|
|
154
|
+
|
|
155
|
+
Task scheduler component options which can be overridden by individual components by specifying types other than default.
|
|
156
|
+
|
|
157
|
+
##### eventBusConnector?
|
|
158
|
+
|
|
159
|
+
> `optional` **eventBusConnector**: `IEngineCoreTypeConfig`\<`EventBusConnectorConfig`\>[]
|
|
160
|
+
|
|
161
|
+
Event bus connector options which can be overridden by individual components by specifying types other than default.
|
|
162
|
+
|
|
163
|
+
##### eventBusComponent?
|
|
164
|
+
|
|
165
|
+
> `optional` **eventBusComponent**: `IEngineCoreTypeConfig`\<`EventBusComponentConfig`\>[]
|
|
166
|
+
|
|
167
|
+
Event bus component options which can be overridden by individual components by specifying types other than default.
|
|
168
|
+
|
|
169
|
+
##### vaultConnector?
|
|
170
|
+
|
|
171
|
+
> `optional` **vaultConnector**: `IEngineCoreTypeConfig`\<`VaultConnectorConfig`\>[]
|
|
172
|
+
|
|
173
|
+
Vault connector options which can be overridden by individual components by specifying types other than default.
|
|
174
|
+
|
|
175
|
+
##### dltConfig?
|
|
176
|
+
|
|
177
|
+
> `optional` **dltConfig**: `IEngineCoreTypeConfig`\<`DltConfig`\>[]
|
|
178
|
+
|
|
179
|
+
DLT options which can be overridden by individual components by specifying types other than default.
|
|
180
|
+
|
|
181
|
+
##### walletConnector?
|
|
182
|
+
|
|
183
|
+
> `optional` **walletConnector**: `IEngineCoreTypeConfig`\<`WalletConnectorConfig`\>[]
|
|
184
|
+
|
|
185
|
+
Wallet connector options which can be overridden by individual components by specifying types other than default.
|
|
186
|
+
|
|
187
|
+
##### verifiableStorageConnector?
|
|
188
|
+
|
|
189
|
+
> `optional` **verifiableStorageConnector**: `IEngineCoreTypeConfig`\<`VerifiableStorageConnectorConfig`\>[]
|
|
190
|
+
|
|
191
|
+
Verifiable storage connector options which can be overridden by individual components by specifying types other than default.
|
|
192
|
+
|
|
193
|
+
##### verifiableStorageComponent?
|
|
194
|
+
|
|
195
|
+
> `optional` **verifiableStorageComponent**: `IEngineCoreTypeConfig`\<`VerifiableStorageComponentConfig`\>[]
|
|
196
|
+
|
|
197
|
+
Verifiable storage component options which can be overridden by individual components by specifying types other than default.
|
|
198
|
+
|
|
199
|
+
##### immutableProofComponent?
|
|
200
|
+
|
|
201
|
+
> `optional` **immutableProofComponent**: `IEngineCoreTypeConfig`\<`ImmutableProofComponentConfig`\>[]
|
|
202
|
+
|
|
203
|
+
Immutable proof component options which can be overridden by individual components by specifying types other than default.
|
|
204
|
+
|
|
205
|
+
##### faucetConnector?
|
|
206
|
+
|
|
207
|
+
> `optional` **faucetConnector**: `IEngineCoreTypeConfig`\<`FaucetConnectorConfig`\>[]
|
|
208
|
+
|
|
209
|
+
Faucet connector options which can be overridden by individual components by specifying types other than default.
|
|
210
|
+
|
|
211
|
+
##### identityConnector?
|
|
212
|
+
|
|
213
|
+
> `optional` **identityConnector**: `IEngineCoreTypeConfig`\<`IdentityConnectorConfig`\>[]
|
|
214
|
+
|
|
215
|
+
Identity connector options which can be overridden by individual components by specifying types other than default.
|
|
216
|
+
|
|
217
|
+
##### identityComponent?
|
|
218
|
+
|
|
219
|
+
> `optional` **identityComponent**: `IEngineCoreTypeConfig`\<`IdentityComponentConfig`\>[]
|
|
220
|
+
|
|
221
|
+
Identity component options which can be overridden by individual components by specifying types other than default.
|
|
222
|
+
|
|
223
|
+
##### identityResolverConnector?
|
|
224
|
+
|
|
225
|
+
> `optional` **identityResolverConnector**: `IEngineCoreTypeConfig`\<`IdentityResolverConnectorConfig`\>[]
|
|
226
|
+
|
|
227
|
+
Identity resolver connector options which can be overridden by individual components by specifying types other than default.
|
|
228
|
+
|
|
229
|
+
##### identityResolverComponent?
|
|
230
|
+
|
|
231
|
+
> `optional` **identityResolverComponent**: `IEngineCoreTypeConfig`\<`IdentityResolverComponentConfig`\>[]
|
|
232
|
+
|
|
233
|
+
Identity resolver component options which can be overridden by individual components by specifying types other than default.
|
|
234
|
+
|
|
235
|
+
##### identityProfileConnector?
|
|
236
|
+
|
|
237
|
+
> `optional` **identityProfileConnector**: `IEngineCoreTypeConfig`\<`IdentityProfileConnectorConfig`\>[]
|
|
238
|
+
|
|
239
|
+
Identity profile connector options which can be overridden by individual components by specifying types other than default.
|
|
240
|
+
|
|
241
|
+
##### identityProfileComponent?
|
|
242
|
+
|
|
243
|
+
> `optional` **identityProfileComponent**: `IEngineCoreTypeConfig`\<`IdentityProfileComponentConfig`\>[]
|
|
244
|
+
|
|
245
|
+
Identity profile component options which can be overridden by individual components by specifying types other than default.
|
|
246
|
+
|
|
247
|
+
##### nftConnector?
|
|
248
|
+
|
|
249
|
+
> `optional` **nftConnector**: `IEngineCoreTypeConfig`\<`NftConnectorConfig`\>[]
|
|
250
|
+
|
|
251
|
+
NFT connector options which can be overridden by individual components by specifying types other than default.
|
|
252
|
+
|
|
253
|
+
##### nftComponent?
|
|
254
|
+
|
|
255
|
+
> `optional` **nftComponent**: `IEngineCoreTypeConfig`\<`NftComponentConfig`\>[]
|
|
256
|
+
|
|
257
|
+
NFT component options which can be overridden by individual components by specifying types other than default.
|
|
258
|
+
|
|
259
|
+
##### attestationConnector?
|
|
260
|
+
|
|
261
|
+
> `optional` **attestationConnector**: `IEngineCoreTypeConfig`\<`AttestationConnectorConfig`\>[]
|
|
262
|
+
|
|
263
|
+
Attestation connector options which can be overridden by individual components by specifying types other than default.
|
|
264
|
+
|
|
265
|
+
##### attestationComponent?
|
|
266
|
+
|
|
267
|
+
> `optional` **attestationComponent**: `IEngineCoreTypeConfig`\<`AttestationComponentConfig`\>[]
|
|
268
|
+
|
|
269
|
+
Attestation component options which can be overridden by individual components by specifying types other than default.
|
|
270
|
+
|
|
271
|
+
##### auditableItemGraphComponent?
|
|
272
|
+
|
|
273
|
+
> `optional` **auditableItemGraphComponent**: `IEngineCoreTypeConfig`\<`AuditableItemGraphComponentConfig`\>[]
|
|
274
|
+
|
|
275
|
+
Auditable item graph component options which can be overridden by individual components by specifying types other than default.
|
|
276
|
+
|
|
277
|
+
##### auditableItemStreamComponent?
|
|
278
|
+
|
|
279
|
+
> `optional` **auditableItemStreamComponent**: `IEngineCoreTypeConfig`\<`AuditableItemStreamComponentConfig`\>[]
|
|
280
|
+
|
|
281
|
+
Auditable item stream component options which can be overridden by individual components by specifying types other than default.
|
|
282
|
+
|
|
283
|
+
##### dataConverterConnector?
|
|
284
|
+
|
|
285
|
+
> `optional` **dataConverterConnector**: `IEngineCoreTypeConfig`\<`DataConverterConnectorConfig`\>[]
|
|
286
|
+
|
|
287
|
+
Data converter connector options which can be overridden by individual components by specifying types other than default.
|
|
288
|
+
|
|
289
|
+
##### dataExtractorConnector?
|
|
290
|
+
|
|
291
|
+
> `optional` **dataExtractorConnector**: `IEngineCoreTypeConfig`\<`DataExtractorConnectorConfig`\>[]
|
|
292
|
+
|
|
293
|
+
Data extractor connector options which can be overridden by individual components by specifying types other than default.
|
|
294
|
+
|
|
295
|
+
##### dataProcessingComponent?
|
|
296
|
+
|
|
297
|
+
> `optional` **dataProcessingComponent**: `IEngineCoreTypeConfig`\<`DataProcessingComponentConfig`\>[]
|
|
298
|
+
|
|
299
|
+
Date processing options which can be overridden by individual components by specifying types other than default.
|
|
300
|
+
|
|
301
|
+
##### documentManagementComponent?
|
|
302
|
+
|
|
303
|
+
> `optional` **documentManagementComponent**: `IEngineCoreTypeConfig`\<`DocumentManagementComponentConfig`\>[]
|
|
304
|
+
|
|
305
|
+
Document management options which can be overridden by individual components by specifying types other than default.
|
|
306
|
+
|
|
307
|
+
##### authenticationGeneratorComponent?
|
|
308
|
+
|
|
309
|
+
> `optional` **authenticationGeneratorComponent**: `IEngineCoreTypeConfig`\<`AuthenticationGeneratorComponentConfig`\>[]
|
|
310
|
+
|
|
311
|
+
Authentication generator options which can be overridden by individual components by specifying types other than default.
|
|
312
|
+
|
|
313
|
+
##### rightsManagementPapComponent?
|
|
314
|
+
|
|
315
|
+
> `optional` **rightsManagementPapComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPapComponentConfig`\>[]
|
|
316
|
+
|
|
317
|
+
Rights management PAP options which can be overridden by individual components by specifying types other than default.
|
|
318
|
+
|
|
319
|
+
##### rightsManagementPdpComponent?
|
|
320
|
+
|
|
321
|
+
> `optional` **rightsManagementPdpComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPdpComponentConfig`\>[]
|
|
322
|
+
|
|
323
|
+
Rights management PDP options which can be overridden by individual components by specifying types other than default.
|
|
324
|
+
|
|
325
|
+
##### rightsManagementPepComponent?
|
|
326
|
+
|
|
327
|
+
> `optional` **rightsManagementPepComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPepComponentConfig`\>[]
|
|
328
|
+
|
|
329
|
+
Rights management PEP options which can be overridden by individual components by specifying types other than default.
|
|
330
|
+
|
|
331
|
+
##### rightsManagementPipComponent?
|
|
332
|
+
|
|
333
|
+
> `optional` **rightsManagementPipComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPipComponentConfig`\>[]
|
|
334
|
+
|
|
335
|
+
Rights management PIP options which can be overridden by individual components by specifying types other than default.
|
|
336
|
+
|
|
337
|
+
##### rightsManagementPmpComponent?
|
|
338
|
+
|
|
339
|
+
> `optional` **rightsManagementPmpComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPmpComponentConfig`\>[]
|
|
340
|
+
|
|
341
|
+
Rights management PMP options which can be overridden by individual components by specifying types other than default.
|
|
342
|
+
|
|
343
|
+
##### rightsManagementPxpComponent?
|
|
344
|
+
|
|
345
|
+
> `optional` **rightsManagementPxpComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPxpComponentConfig`\>[]
|
|
346
|
+
|
|
347
|
+
Rights management PXP options which can be overridden by individual components by specifying types other than default.
|
|
348
|
+
|
|
349
|
+
##### rightsManagementPnpComponent?
|
|
350
|
+
|
|
351
|
+
> `optional` **rightsManagementPnpComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPnpComponentConfig`\>[]
|
|
352
|
+
|
|
353
|
+
Rights management PNP options which can be overridden by individual components by specifying types other than default.
|
|
354
|
+
|
|
355
|
+
##### rightsManagementPnapComponent?
|
|
356
|
+
|
|
357
|
+
> `optional` **rightsManagementPnapComponent**: `IEngineCoreTypeConfig`\<`RightsManagementPnapComponentConfig`\>[]
|
|
358
|
+
|
|
359
|
+
Rights management PNAP options which can be overridden by individual components by specifying types other than default.
|
|
360
|
+
|
|
361
|
+
##### rightsManagementDapComponent?
|
|
362
|
+
|
|
363
|
+
> `optional` **rightsManagementDapComponent**: `IEngineCoreTypeConfig`\<`RightsManagementDapComponentConfig`\>[]
|
|
364
|
+
|
|
365
|
+
Rights management DAP options which can be overridden by individual components by specifying types other than default.
|
|
366
|
+
|
|
367
|
+
##### rightsManagementDarpComponent?
|
|
368
|
+
|
|
369
|
+
> `optional` **rightsManagementDarpComponent**: `IEngineCoreTypeConfig`\<`RightsManagementDarpComponentConfig`\>[]
|
|
370
|
+
|
|
371
|
+
Rights management DARP options which can be overridden by individual components by specifying types other than default.
|
|
372
|
+
|
|
373
|
+
##### synchronisedStorageComponent?
|
|
374
|
+
|
|
375
|
+
> `optional` **synchronisedStorageComponent**: `IEngineCoreTypeConfig`\<`SynchronisedStorageComponentConfig`\>[]
|
|
376
|
+
|
|
377
|
+
Synchronised storage options which can be overridden by individual components by specifying types other than default.
|
|
378
|
+
|
|
379
|
+
##### federatedCatalogueComponent?
|
|
380
|
+
|
|
381
|
+
> `optional` **federatedCatalogueComponent**: `IEngineCoreTypeConfig`\<`FederatedCatalogueComponentConfig`\>[]
|
|
382
|
+
|
|
383
|
+
Federated catalogue options which can be overridden by individual components by specifying types other than default.
|
|
384
|
+
|
|
385
|
+
##### dataSpaceConnectorComponent?
|
|
386
|
+
|
|
387
|
+
> `optional` **dataSpaceConnectorComponent**: `IEngineCoreTypeConfig`\<`DataSpaceConnectorComponentConfig`\>[]
|
|
388
|
+
|
|
389
|
+
Data space connector options which can be overridden by individual components by specifying types other than default.
|
|
390
|
+
|
|
391
|
+
##### tenantAdminComponent?
|
|
392
|
+
|
|
393
|
+
> `optional` **tenantAdminComponent**: `IEngineCoreTypeConfig`\<`TenantAdminComponentConfig`\>[]
|
|
394
|
+
|
|
395
|
+
Tenant admin component options which can be overridden by individual components by specifying types other than default.
|
|
396
|
+
|
|
397
|
+
#### Type Declaration
|
|
398
|
+
|
|
399
|
+
##### informationComponent?
|
|
400
|
+
|
|
401
|
+
> `optional` **informationComponent**: `IEngineCoreTypeConfig`\<`InformationComponentConfig`\>[]
|
|
402
|
+
|
|
403
|
+
Information component options which can be overridden by individual components by specifying types other than default..
|
|
404
|
+
|
|
405
|
+
##### restRouteProcessor?
|
|
406
|
+
|
|
407
|
+
> `optional` **restRouteProcessor**: `IEngineCoreTypeConfig`\<`RestRouteProcessorConfig`\>[]
|
|
408
|
+
|
|
409
|
+
REST route processors options which can be overridden by individual components by specifying types other than default..
|
|
410
|
+
|
|
411
|
+
##### socketRouteProcessor?
|
|
412
|
+
|
|
413
|
+
> `optional` **socketRouteProcessor**: `IEngineCoreTypeConfig`\<`SocketRouteProcessorConfig`\>[]
|
|
414
|
+
|
|
415
|
+
Socket route processors options which can be overridden by individual components by specifying types other than default..
|
|
416
|
+
|
|
417
|
+
##### mimeTypeProcessor?
|
|
418
|
+
|
|
419
|
+
> `optional` **mimeTypeProcessor**: `IEngineCoreTypeConfig`\<`MimeTypeProcessorConfig`\>[]
|
|
420
|
+
|
|
421
|
+
Mime type processors options which can be overridden by individual components by specifying types other than default..
|
|
422
|
+
|
|
423
|
+
##### authenticationComponent?
|
|
424
|
+
|
|
425
|
+
> `optional` **authenticationComponent**: `IEngineCoreTypeConfig`\<`AuthenticationComponentConfig`\>[]
|
|
426
|
+
|
|
427
|
+
Authentication component options which can be overridden by individual components by specifying types other than default..
|
|
428
|
+
|
|
429
|
+
##### authenticationAdminComponent?
|
|
430
|
+
|
|
431
|
+
> `optional` **authenticationAdminComponent**: `IEngineCoreTypeConfig`\<`AuthenticationAdminComponentConfig`\>[]
|
|
432
|
+
|
|
433
|
+
Authentication admin component options which can be overridden by individual components by specifying types other than default..
|
|
434
|
+
|
|
435
|
+
#### Inherited from
|
|
436
|
+
|
|
437
|
+
`IEngineServerConfig.types`
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Interface: INodeEngineState
|
|
2
|
+
|
|
3
|
+
The engine state for the node.
|
|
4
|
+
|
|
5
|
+
## Extends
|
|
6
|
+
|
|
7
|
+
- `IEngineState`
|
|
8
|
+
|
|
9
|
+
## Properties
|
|
10
|
+
|
|
11
|
+
### nodeId?
|
|
12
|
+
|
|
13
|
+
> `optional` **nodeId**: `string`
|
|
14
|
+
|
|
15
|
+
The identity for the node.
|
|
16
|
+
|
|
17
|
+
***
|
|
18
|
+
|
|
19
|
+
### nodeTenantId?
|
|
20
|
+
|
|
21
|
+
> `optional` **nodeTenantId**: `string`
|
|
22
|
+
|
|
23
|
+
The tenant id for the node.
|
|
24
|
+
|
|
25
|
+
***
|
|
26
|
+
|
|
27
|
+
### nodeOrganizationId?
|
|
28
|
+
|
|
29
|
+
> `optional` **nodeOrganizationId**: `string`
|
|
30
|
+
|
|
31
|
+
The identity for the organization.
|
|
32
|
+
|
|
33
|
+
***
|
|
34
|
+
|
|
35
|
+
### nodeAdminUserId?
|
|
36
|
+
|
|
37
|
+
> `optional` **nodeAdminUserId**: `string`
|
|
38
|
+
|
|
39
|
+
The identity for the admin user.
|