@twin.org/node-core 0.9.1 → 0.9.2-next.2
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/dist/es/builders/engineEnvBuilder.js +4 -1
- package/dist/es/builders/engineEnvBuilder.js.map +1 -1
- package/dist/es/models/IEngineEnvironmentVariables.js.map +1 -1
- package/dist/es/models/engineEnvironmentVariableKeys.js +3 -0
- package/dist/es/models/engineEnvironmentVariableKeys.js.map +1 -1
- package/dist/es/node.js +1 -1
- package/dist/es/node.js.map +1 -1
- package/dist/types/models/IEngineEnvironmentVariables.d.ts +16 -0
- package/docs/changelog.md +160 -0
- package/docs/reference/interfaces/IEngineEnvironmentVariables.md +43 -0
- package/package.json +26 -26
|
@@ -1071,6 +1071,49 @@ The identity verification method id to use with immutable proofs.
|
|
|
1071
1071
|
|
|
1072
1072
|
***
|
|
1073
1073
|
|
|
1074
|
+
### immutableProofTaskRetryCount? {#immutableprooftaskretrycount}
|
|
1075
|
+
|
|
1076
|
+
> `optional` **immutableProofTaskRetryCount?**: `number`
|
|
1077
|
+
|
|
1078
|
+
The number of times to retry a proof task when it fails, 0 to disable retries.
|
|
1079
|
+
|
|
1080
|
+
#### Default
|
|
1081
|
+
|
|
1082
|
+
```ts
|
|
1083
|
+
5
|
|
1084
|
+
```
|
|
1085
|
+
|
|
1086
|
+
***
|
|
1087
|
+
|
|
1088
|
+
### immutableProofTaskRetryInterval? {#immutableprooftaskretryinterval}
|
|
1089
|
+
|
|
1090
|
+
> `optional` **immutableProofTaskRetryInterval?**: `number`
|
|
1091
|
+
|
|
1092
|
+
The interval in seconds to wait between proof task retries.
|
|
1093
|
+
|
|
1094
|
+
#### Default
|
|
1095
|
+
|
|
1096
|
+
```ts
|
|
1097
|
+
5
|
|
1098
|
+
```
|
|
1099
|
+
|
|
1100
|
+
***
|
|
1101
|
+
|
|
1102
|
+
### immutableProofTaskFailureRetainFor? {#immutableprooftaskfailureretainfor}
|
|
1103
|
+
|
|
1104
|
+
> `optional` **immutableProofTaskFailureRetainFor?**: `number`
|
|
1105
|
+
|
|
1106
|
+
The time in minutes to retain the record of a failed proof task.
|
|
1107
|
+
Set to -1 to retain failures forever.
|
|
1108
|
+
|
|
1109
|
+
#### Default
|
|
1110
|
+
|
|
1111
|
+
```ts
|
|
1112
|
+
10080
|
|
1113
|
+
```
|
|
1114
|
+
|
|
1115
|
+
***
|
|
1116
|
+
|
|
1074
1117
|
### attestationConnector? {#attestationconnector}
|
|
1075
1118
|
|
|
1076
1119
|
> `optional` **attestationConnector?**: `string`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/node-core",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2-next.2",
|
|
4
4
|
"description": "TWIN Node Core for serving APIs using the specified configuration",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,31 +14,31 @@
|
|
|
14
14
|
"node": ">=24.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/api-auth-entity-storage-service": "
|
|
18
|
-
"@twin.org/api-tenant-processor": "
|
|
19
|
-
"@twin.org/cli-core": "
|
|
20
|
-
"@twin.org/context": "
|
|
21
|
-
"@twin.org/core": "
|
|
22
|
-
"@twin.org/crypto": "
|
|
23
|
-
"@twin.org/dataspace-models": "
|
|
24
|
-
"@twin.org/engine": "
|
|
25
|
-
"@twin.org/engine-core": "
|
|
26
|
-
"@twin.org/engine-models": "
|
|
27
|
-
"@twin.org/engine-server": "
|
|
28
|
-
"@twin.org/engine-server-types": "
|
|
29
|
-
"@twin.org/engine-types": "
|
|
30
|
-
"@twin.org/entity": "
|
|
31
|
-
"@twin.org/entity-storage-models": "
|
|
32
|
-
"@twin.org/identity-models": "
|
|
33
|
-
"@twin.org/logging-connector-opentelemetry": "
|
|
34
|
-
"@twin.org/modules": "
|
|
35
|
-
"@twin.org/standards-w3c-did": "
|
|
36
|
-
"@twin.org/standards-w3c-odrl": "
|
|
37
|
-
"@twin.org/telemetry-connector-opentelemetry": "
|
|
38
|
-
"@twin.org/telemetry-models": "
|
|
39
|
-
"@twin.org/trust-models": "
|
|
40
|
-
"@twin.org/vault-models": "
|
|
41
|
-
"@twin.org/wallet-models": "
|
|
17
|
+
"@twin.org/api-auth-entity-storage-service": "next",
|
|
18
|
+
"@twin.org/api-tenant-processor": "next",
|
|
19
|
+
"@twin.org/cli-core": "next",
|
|
20
|
+
"@twin.org/context": "next",
|
|
21
|
+
"@twin.org/core": "next",
|
|
22
|
+
"@twin.org/crypto": "next",
|
|
23
|
+
"@twin.org/dataspace-models": "next",
|
|
24
|
+
"@twin.org/engine": "next",
|
|
25
|
+
"@twin.org/engine-core": "next",
|
|
26
|
+
"@twin.org/engine-models": "next",
|
|
27
|
+
"@twin.org/engine-server": "next",
|
|
28
|
+
"@twin.org/engine-server-types": "next",
|
|
29
|
+
"@twin.org/engine-types": "next",
|
|
30
|
+
"@twin.org/entity": "next",
|
|
31
|
+
"@twin.org/entity-storage-models": "next",
|
|
32
|
+
"@twin.org/identity-models": "next",
|
|
33
|
+
"@twin.org/logging-connector-opentelemetry": "next",
|
|
34
|
+
"@twin.org/modules": "next",
|
|
35
|
+
"@twin.org/standards-w3c-did": "next",
|
|
36
|
+
"@twin.org/standards-w3c-odrl": "next",
|
|
37
|
+
"@twin.org/telemetry-connector-opentelemetry": "next",
|
|
38
|
+
"@twin.org/telemetry-models": "next",
|
|
39
|
+
"@twin.org/trust-models": "next",
|
|
40
|
+
"@twin.org/vault-models": "next",
|
|
41
|
+
"@twin.org/wallet-models": "next",
|
|
42
42
|
"dotenv": "17.4.2",
|
|
43
43
|
"schema-dts": "2.0.0"
|
|
44
44
|
},
|