@twin.org/node 0.9.3-next.1 → 0.9.4-next.1

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.
@@ -212,7 +212,10 @@
212
212
  "factory": {
213
213
  "noUnregister": "There is no {typeName} registered with the name \"{name}\"",
214
214
  "noGet": "The requested {typeName} \"{name}\" does not exist in the factory",
215
- "noCreate": "The requested {typeName} \"{name}\" cannot be created by the factory, with params \"{params}\""
215
+ "noCreate": "The requested {typeName} \"{name}\" cannot be created by the factory, with params \"{params}\"",
216
+ "noFacade": "The requested facade \"{name}\" is not registered, so it cannot be applied to the {typeName} factory",
217
+ "noFacadeOnFacades": "Facades cannot be applied to the facade factory itself",
218
+ "noFacadeWrap": "The facade \"{name}\" did not return a wrapped instance for the {typeName} factory"
216
219
  },
217
220
  "bitString": {
218
221
  "outOfRange": "The index should be >= 0 and less than the length of the bit string, the index is \"{index}\" and the number of bit is \"{numberBits}\""
@@ -232,7 +235,7 @@
232
235
  "mutex": {
233
236
  "lockNotFound": "The key \"{key}\" has no active lock",
234
237
  "lockAlreadyReleased": "The key \"{key}\" is not currently locked",
235
- "lockTimeout": "Failed to acquire lock for key \"{key}\" within the timeout of {timeout} milliseconds",
238
+ "lockTimeout": "Failed to acquire lock for key \"{key}\" within the timeout of {timeoutMs} milliseconds",
236
239
  "bufferFetchFailed": "Failed to retrieve shared buffer for key \"{key}\" from the main thread",
237
240
  "invalidTimeout": "The timeout value \"{timeoutMs}\" is invalid, it must be a non-negative integer"
238
241
  },
@@ -568,7 +571,8 @@
568
571
  "resourceIdMissing": "You must provide either the id, or the resourceObject must contain an id property for index \"{index}\"",
569
572
  "aliasNotUnique": "The alias id \"{aliasId}\" is already in use on another vertex and the unique flag was set",
570
573
  "invalidEdgeId": "The edge id \"{edgeId}\" is not valid",
571
- "listPatchInvalidFormat": "The property \"{property}\" must be a list patch object with add and/or remove, not a bare array"
574
+ "listPatchInvalidFormat": "The property \"{property}\" must be a list patch object with add and/or remove, not a bare array",
575
+ "auditModeTransitionNotAllowed": "The vertex audit mode can not be changed from \"{currentMode}\" to \"{requestedMode}\", bypass is a terminal mode"
572
576
  },
573
577
  "auditableItemStreamService": {
574
578
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the Auditable Item Stream service \"{namespace}\"",
@@ -699,6 +703,16 @@
699
703
  "dataspaceControlPlaneRestClient": {
700
704
  "notSupportedOnClient": "The method \"{methodName}\" is not supported on the REST client, it can only be used on a server side component"
701
705
  },
706
+ "odrlPolicyHelper": {
707
+ "policyMissingAssignee": "The {policyType} with id \"{policyId}\" is missing an assignee.",
708
+ "policyMissingAssigner": "The {policyType} with id \"{policyId}\" is missing an assigner."
709
+ },
710
+ "dataspaceProtocolHelper": {
711
+ "schemaNotRegistered": "JSON Schema \"{schemaId}\" is not registered in DataTypeHandlerFactory"
712
+ },
713
+ "trustHelper": {
714
+ "trustVerifyFailed": "Trust verification failed for action \"{action}\""
715
+ },
702
716
  "dataspaceControlPlaneService": {
703
717
  "transferCallbackRejected": "Consumer rejected a transfer state-change callback (messageKind: {messageKind}, consumerPid: {consumerPid}, providerPid: {providerPid}, callbackAddress: {callbackAddress})",
704
718
  "transferCallbackFailed": "Failed to deliver a transfer state-change callback to the consumer (messageKind: {messageKind}, consumerPid: {consumerPid}, providerPid: {providerPid}, callbackAddress: {callbackAddress})",
@@ -769,16 +783,6 @@
769
783
  "pushTransferDataPathNotConfigured": "POST transfer cannot start: dataPlanePath is not configured (consumerPid: {consumerPid})",
770
784
  "providerIdentityMissing": "Provider identity (DID) is required to sign data access tokens but was not set on the Transfer Process"
771
785
  },
772
- "odrlPolicyHelper": {
773
- "policyMissingAssignee": "The {policyType} with id \"{policyId}\" is missing an assignee.",
774
- "policyMissingAssigner": "The {policyType} with id \"{policyId}\" is missing an assigner."
775
- },
776
- "dataspaceProtocolHelper": {
777
- "schemaNotRegistered": "JSON Schema \"{schemaId}\" is not registered in DataTypeHandlerFactory"
778
- },
779
- "trustHelper": {
780
- "trustVerifyFailed": "Trust verification failed for action \"{action}\""
781
- },
782
786
  "dataspaceDataPlaneRestClient": {
783
787
  "notSupportedOnClient": "The method \"{methodName}\" is not supported on the REST client, it can only be used on a server side component"
784
788
  },
@@ -844,6 +848,7 @@
844
848
  "containerCreateFailed": "The container couldn't be created \"{containerId}\"",
845
849
  "databaseCreateFailed": "Unable to create database \"{databaseId}\"",
846
850
  "containerDoesNotExist": "Container \"{containerId}\" does not exist",
851
+ "indexPolicyUpdateFailed": "Updating the indexing policy for container \"{containerId}\" failed",
847
852
  "getPartitionContextIdsFailed": "Unable to get partition context ids",
848
853
  "setBatchFailed": "Unable to set batch of entities",
849
854
  "countFailed": "Unable to count entities",
@@ -857,6 +862,8 @@
857
862
  "conditionFailed": "The entity \"{conflictId}\" could not be updated because the supplied conditions did not match the stored state",
858
863
  "tableCreateFailed": "Creating table \"{tableName}\" failed",
859
864
  "tableDoesNotExist": "Table \"{tableName}\" does not exist",
865
+ "indexCreateFailed": "Creating the missing indexes on table \"{tableName}\" failed",
866
+ "indexCreateTimeout": "Index \"{indexName}\" on table \"{tableName}\" was still building when the wait expired",
860
867
  "setFailed": "Unable to set entity \"{id}\"",
861
868
  "getFailed": "Unable to get entity \"{id}\"",
862
869
  "removeFailed": "Unable to remove entity \"{id}\"",
@@ -1058,7 +1065,9 @@
1058
1065
  "listFailed": "Failed listing identities"
1059
1066
  },
1060
1067
  "iotaIdentityResolverConnector": {
1068
+ "didResolutionTimeout": "Resolving the document \"{documentId}\" timed out after {timeoutMs} ms",
1061
1069
  "documentNotFound": "The document could not be found",
1070
+ "identityClientCreationTimeout": "Creating the identity client timed out after {timeoutMs} ms",
1062
1071
  "resolveDocumentFailed": "Resolving the document failed \"{documentId}\""
1063
1072
  },
1064
1073
  "iotaIdentityConnector": {
@@ -1073,8 +1082,10 @@
1073
1082
  "createVerifiableCredentialFailed": "Creating the verifiable credential failed",
1074
1083
  "createVerifiablePresentationFailed": "Creating the verifiable presentation failed",
1075
1084
  "didExtractionFailed": "Extracting the DID from the document id failed",
1085
+ "didResolutionTimeout": "Resolving the DID \"{did}\" timed out after {timeoutMs} ms",
1076
1086
  "documentNotFound": "The document could not be found",
1077
1087
  "gasStationTransactionBuildFailed": "Building the gas station transaction failed",
1088
+ "identityClientCreationTimeout": "Creating the identity client timed out after {timeoutMs} ms",
1078
1089
  "identityNotFound": "The identity could not be found \"{notFoundId}\"",
1079
1090
  "invalidAlias": "The alias is invalid it must be a Url or Urn, it is \"{alias}\"",
1080
1091
  "issuerMismatch": "The credential issuer \"{issuer}\" does not match the DID of the proof verification method \"{method}\"",
@@ -1160,6 +1171,26 @@
1160
1171
  "openTelemetryLoggingConnector": {
1161
1172
  "unknownExporterType": "The exporter type \"{type}\" is not supported, valid values are: otlp"
1162
1173
  },
1174
+ "imapEmailConnector": {
1175
+ "pollFailed": "Poll failed"
1176
+ },
1177
+ "pop3EmailConnector": {
1178
+ "pollFailed": "Poll failed"
1179
+ },
1180
+ "mailStorageRestClient": {
1181
+ "notSupported": "Method \"{methodName}\" is not supported over REST."
1182
+ },
1183
+ "mailboxService": {
1184
+ "mailboxNotFound": "Mailbox {notFoundId} was not found.",
1185
+ "schemaNotFound": "No schema is registered for connector type {notFoundId}.",
1186
+ "unknownConnectorType": "No connector is registered for connector type {connectorType}.",
1187
+ "connectorTypeCannotChange": "The connector type of a mailbox cannot be changed.",
1188
+ "retrievalCallbackFailed": "The retrieval callback for mailbox {mailboxId} failed"
1189
+ },
1190
+ "mailStorageService": {
1191
+ "emailNotFound": "Email {notFoundId} was not found.",
1192
+ "retentionCleanupFailed": "Failed to remove expired emails."
1193
+ },
1163
1194
  "awsMessagingSmsConnector": {
1164
1195
  "sendSMSFailed": "Failed to send SMS"
1165
1196
  },
@@ -1185,6 +1216,9 @@
1185
1216
  "entityStorageMessagingEmailConnector": {
1186
1217
  "sendCustomEmailFailed": "Failed to send custom email"
1187
1218
  },
1219
+ "smtpMessagingEmailConnector": {
1220
+ "sendCustomEmailFailed": "Failed to send custom email"
1221
+ },
1188
1222
  "messagingService": {
1189
1223
  "notConfiguredEmailMessagingConnector": "Email messaging connector was not configured",
1190
1224
  "notConfiguredPushNotificationMessagingConnector": "Push notification messaging connector was not configured",
@@ -1362,11 +1396,11 @@
1362
1396
  "agreementNotAccepted": "Agreement with id: \"{agreementId}\" was not accepted by the requester",
1363
1397
  "noAgreementCreated": "No agreement was created for offer with id: \"{offerId}\"",
1364
1398
  "providerInitiatedNotSupported": "Provider initiated negotiations are currently not supported as the consumer identity is required to be set as the trust identity in the negotiation",
1365
- "callerNotAuthorizedForNegotiation": "The caller's verified identity does not match any authorized party in this negotiation"
1399
+ "callerNotAuthorizedForNegotiation": "The caller's verified identity does not match any authorized party in this negotiation",
1400
+ "cleanupFailed": "Failed to cleanup old negotiations"
1366
1401
  },
1367
1402
  "policyNegotiationAdminPointService": {
1368
1403
  "policyNotFound": "Contract negotiation with id: \"{notFoundId}\" not found",
1369
- "cleanupFailed": "Failed to cleanup old negotiations",
1370
1404
  "negotiationAlreadyExists": "Contract negotiation with correlationId: \"{existingId}\" already exists"
1371
1405
  },
1372
1406
  "policyExecutionPointService": {
@@ -1395,7 +1429,9 @@
1395
1429
  "producerCollectionFailed": "Failed to collect metrics from producer \"{producer}\""
1396
1430
  },
1397
1431
  "entityStorageTracingConnector": {
1398
- "spanNotFound": "The span could not be found \"{notFoundId}\""
1432
+ "spanNotFound": "The span could not be found \"{notFoundId}\"",
1433
+ "retentionFailed": "The span retention cleanup failed",
1434
+ "flushFailed": "Failed to flush cached spans to storage"
1399
1435
  },
1400
1436
  "openTelemetryTracingConnector": {
1401
1437
  "sampleRatioOutOfRange": "The sample ratio \"{sampleRatio}\" must be between 0 and 1"
@@ -1421,6 +1457,7 @@
1421
1457
  "tokenMissingCredential": "The JWT token does not contain a verifiable credential.",
1422
1458
  "tokenMissingIssuer": "The verifiable credential in the JWT does not contain an issuer.",
1423
1459
  "tokenExpired": "The JWT token has expired.",
1460
+ "tokenRevoked": "The verifiable credential in the JWT has been revoked.",
1424
1461
  "tokenMissingSubject": "The verifiable credential in the JWT does not contain a subject.",
1425
1462
  "tokenDecodingFailed": "Failed to decode the JWT token."
1426
1463
  },
@@ -1449,7 +1486,6 @@
1449
1486
  "exportKeyFailed": "Failed to export key \"{name}\" with keyPath \"{keyPath}\"",
1450
1487
  "getKeyDeleteConfigurationFailed": "Failed to get key delete configuration \"{name}\"",
1451
1488
  "exportKeyNotFound": "Export key with name \"{notFoundId}\" not found",
1452
- "versionsNotFound": "Versions for key \"{notFoundId}\" not found",
1453
1489
  "keyNotFound": "The key \"{notFoundId}\" was not found in the vault",
1454
1490
  "secretNotFound": "The secret \"{notFoundId}\" was not found in the vault",
1455
1491
  "getKeyFailed": "Failed to get key \"{name}\"",
@@ -1567,12 +1603,14 @@
1567
1603
  "immutableProofTask": {
1568
1604
  "taskEngineStopFailed": "Stopping the task engine for proof \"{proofId}\" failed, the task result is unaffected"
1569
1605
  },
1570
- "policyNegotiationAdminPointService": {
1571
- "sendTerminateFailed": "Failed to send terminate to consumer for negotiation id: \"{id}\", correlation id: \"{correlationId}\""
1606
+ "mailboxService": {
1607
+ "consumerNotificationFailed": "Failed to notify consumer {consumerName}.",
1608
+ "startConnectorFailed": "Failed to start connector for mailbox {mailboxId}."
1572
1609
  },
1573
1610
  "policyNegotiationPointService": {
1574
1611
  "terminatedCallbackFailed": "Failed to notify requester via terminated() for negotiation id: \"{negotiationId}\"",
1575
- "callbackDeliveryFailed": "Failed to deliver the negotiation callback to \"{callbackAddress}\" for negotiation id: \"{negotiationId}\" in state \"{state}\"; the negotiation is unchanged and remains discoverable by polling"
1612
+ "callbackDeliveryFailed": "Failed to deliver the negotiation callback to \"{callbackAddress}\" for negotiation id: \"{negotiationId}\" in state \"{state}\"; the negotiation is unchanged and remains discoverable by polling",
1613
+ "sendTerminateFailed": "Failed to send terminate to consumer for negotiation id: \"{id}\", correlation id: \"{correlationId}\""
1576
1614
  }
1577
1615
  },
1578
1616
  "node": {
@@ -2498,7 +2536,7 @@
2498
2536
  "providerTransferPolicySweepComplete": "Provider transfer policy sweep completed (terminated: {terminated})",
2499
2537
  "preparingTransfer": "Preparing consumer-initiated data transfer (agreementId: {agreementId}, providerEndpoint: {providerEndpoint}, format: {format})",
2500
2538
  "transferPrepared": "Consumer data transfer prepared successfully (consumerPid: {consumerPid}, providerPid: {providerPid}, agreementId: {agreementId}, format: {format})",
2501
- "agreementSwept": "Unused agreement removed by the sweep (agreementId: {agreementId}, reason: {reason})",
2539
+ "agreementSwept": "Agreement removed (agreementId: {agreementId}, reason: {reason})",
2502
2540
  "agreementSweepComplete": "Agreement sweep completed (scanned: {scanned}, skipped: {skipped}, candidates: {candidates}, swept: {swept})"
2503
2541
  },
2504
2542
  "dataspaceControlPlanePolicyRequester": {
@@ -2527,14 +2565,18 @@
2527
2565
  "containerCreating": "Container \"{containerId}\" creating",
2528
2566
  "containerExists": "Container \"{containerId}\" created or it already exists",
2529
2567
  "containerDeleting": "Deleting container \"{containerId}\"",
2530
- "containerDeleted": "Container \"{containerId}\" deleted"
2568
+ "containerDeleted": "Container \"{containerId}\" deleted",
2569
+ "indexPolicyUpdating": "Adding {count} missing composite indexes to container \"{containerId}\"",
2570
+ "indexPolicyUpdated": "Added {count} missing composite indexes to container \"{containerId}\""
2531
2571
  },
2532
2572
  "dynamoDbEntityStorageConnector": {
2533
2573
  "tableCreating": "Creating table \"{tableName}\"",
2534
2574
  "tableCreated": "Created table \"{tableName}\"",
2535
2575
  "tableExists": "Skipping create table \"{tableName}\" as it already exists",
2536
2576
  "tableDeleting": "Deleting table \"{tableName}\"",
2537
- "tableDeleted": "Table \"{tableName}\" deleted"
2577
+ "tableDeleted": "Table \"{tableName}\" deleted",
2578
+ "indexCreating": "Creating index \"{indexName}\" on table \"{tableName}\"",
2579
+ "indexCreated": "Created index \"{indexName}\" on table \"{tableName}\""
2538
2580
  },
2539
2581
  "fileEntityStorageConnector": {
2540
2582
  "directoryCreating": "Creating directory \"{directory}\"",
@@ -2566,7 +2608,9 @@
2566
2608
  "tableCreating": "Table \"{tableName}\" creating",
2567
2609
  "tableExists": "Table \"{tableName}\" created or it already exists",
2568
2610
  "tableDropping": "Dropping table \"{tableName}\"",
2569
- "tableDropped": "Table \"{tableName}\" dropped"
2611
+ "tableDropped": "Table \"{tableName}\" dropped",
2612
+ "legacyIndexDropped": "Legacy index \"{indexName}\" dropped from table \"{tableName}\", \"{newIndexName}\" already covers the column",
2613
+ "legacyIndexRenamed": "Legacy index \"{indexName}\" renamed to \"{newIndexName}\" on table \"{tableName}\""
2570
2614
  },
2571
2615
  "postgreSqlEntityStorageConnector": {
2572
2616
  "databaseCreating": "Database \"{databaseName}\" creating",
@@ -2574,7 +2618,9 @@
2574
2618
  "tableCreating": "Table \"{tableName}\" creating",
2575
2619
  "tableExists": "Table \"{tableName}\" created or it already exists",
2576
2620
  "tableDropping": "Dropping table \"{tableName}\"",
2577
- "tableDropped": "Table \"{tableName}\" dropped"
2621
+ "tableDropped": "Table \"{tableName}\" dropped",
2622
+ "legacyIndexDropped": "Legacy index \"{indexName}\" dropped from table \"{tableName}\", \"{newIndexName}\" already covers the column",
2623
+ "legacyIndexRenamed": "Legacy index \"{indexName}\" renamed to \"{newIndexName}\" on table \"{tableName}\""
2578
2624
  },
2579
2625
  "scyllaDBTableConnector": {
2580
2626
  "keyspaceCreating": "Creating keyspace \"{keyspace}\"",
@@ -2632,6 +2678,12 @@
2632
2678
  "connectorStarted": "The connector was started with \"{exporterCount}\" exporter(s)",
2633
2679
  "connectorStopped": "The connector was stopped"
2634
2680
  },
2681
+ "imapEmailConnector": {
2682
+ "emailReceived": "Email received \"{subject}\""
2683
+ },
2684
+ "pop3EmailConnector": {
2685
+ "emailReceived": "Email received \"{subject}\""
2686
+ },
2635
2687
  "awsMessagingSmsConnector": {
2636
2688
  "smsSending": "Sending SMS of type"
2637
2689
  },
@@ -2644,7 +2696,7 @@
2644
2696
  "platformAppCreating": "Creating platform application"
2645
2697
  },
2646
2698
  "awsMessagingEmailConnector": {
2647
- "emailSending": "Sending email of type {type}"
2699
+ "emailSending": "Sending email \"{subject}\""
2648
2700
  },
2649
2701
  "entityStorageMessagingSmsConnector": {
2650
2702
  "smsSending": "Sending SMS"
@@ -2654,7 +2706,10 @@
2654
2706
  "pushNotificationSending": "Sending push notification"
2655
2707
  },
2656
2708
  "entityStorageMessagingEmailConnector": {
2657
- "emailSending": "Sending email"
2709
+ "emailSending": "Sending email \"{subject}\""
2710
+ },
2711
+ "smtpMessagingEmailConnector": {
2712
+ "emailSending": "Sending email \"{subject}\""
2658
2713
  },
2659
2714
  "messagingService": {},
2660
2715
  "iotaNftConnector": {
@@ -2991,6 +3046,9 @@
2991
3046
  "taskEngineStarted": "The proof task engine started for proof \"{proofId}\" in {elapsedMs}ms",
2992
3047
  "taskVerifiableCredentialCreated": "The verifiable credential for proof \"{proofId}\" was created in {elapsedMs}ms",
2993
3048
  "taskNotarizationComplete": "The notarization for proof \"{proofId}\" completed in {elapsedMs}ms, total task time {totalElapsedMs}ms"
3049
+ },
3050
+ "metricsRouteProcessor": {
3051
+ "metricRecordFailed": "Failed to record the request metric for route {route}"
2994
3052
  }
2995
3053
  },
2996
3054
  "codeLists": {
@@ -17561,5 +17619,23 @@
17561
17619
  "unece:specifiedParameter": "A parameter specified for this XHE context.",
17562
17620
  "unece:specifiedParameter_label": "Specified Parameter"
17563
17621
  }
17622
+ },
17623
+ "imapEmailConnectorConfigSchema": {
17624
+ "host": "Host",
17625
+ "port": "Port",
17626
+ "secure": "Secure",
17627
+ "username": "Username",
17628
+ "password": "Password",
17629
+ "folders": "Folders",
17630
+ "pollingIntervalMinutes": "Polling Interval (Minutes)"
17631
+ },
17632
+ "pop3EmailConnectorConfigSchema": {
17633
+ "host": "Host",
17634
+ "port": "Port",
17635
+ "secure": "Secure",
17636
+ "username": "Username",
17637
+ "password": "Password",
17638
+ "pollingIntervalMinutes": "Polling Interval (Minutes)",
17639
+ "retainMessages": "Retain Messages"
17564
17640
  }
17565
17641
  }
package/docs/changelog.md CHANGED
@@ -1,12 +1,11 @@
1
1
  # Changelog
2
2
 
3
- ## [0.9.3-next.1](https://github.com/iotaledger/twin-node/compare/node-v0.9.3-next.0...node-v0.9.3-next.1) (2026-08-27)
3
+ ## [0.9.4-next.1](https://github.com/iotaledger/twin-node/compare/node-v0.9.4-next.0...node-v0.9.4-next.1) (2026-09-07)
4
4
 
5
5
 
6
6
  ### Features
7
7
 
8
8
  * add additional env vars ([#328](https://github.com/iotaledger/twin-node/issues/328)) ([6ca8718](https://github.com/iotaledger/twin-node/commit/6ca87184bc4d78829c957ea055d3c281aca6cf9f))
9
- * add auth admin component ([1661e57](https://github.com/iotaledger/twin-node/commit/1661e57a699d5cf9ebde333e3cbc3aaea89d7c9c))
10
9
  * add automation ([cfc63b4](https://github.com/iotaledger/twin-node/commit/cfc63b465c139280f696877df21d54dc6a065a7e))
11
10
  * add CLI commands and remove automated bootstrap code ([#69](https://github.com/iotaledger/twin-node/issues/69)) ([6e40933](https://github.com/iotaledger/twin-node/commit/6e40933d8bb820b380e1074fc88feeedca0ef7d9))
12
11
  * add cloud soak profile, disabled groups filter, and nightly GHA workflow ([#266](https://github.com/iotaledger/twin-node/issues/266)) ([6e8179c](https://github.com/iotaledger/twin-node/commit/6e8179c2dadbba8a2f0d577b44dc1ed9c8288046))
@@ -14,7 +13,6 @@
14
13
  * add data space connector ([157e8b0](https://github.com/iotaledger/twin-node/commit/157e8b0a76e3a8a63c1991924f7f963eb83e27ae))
15
14
  * add dsp sweep vars ([#340](https://github.com/iotaledger/twin-node/issues/340)) ([5487c13](https://github.com/iotaledger/twin-node/commit/5487c13197fcd386206ec37f9f342c55ec5b1176))
16
15
  * add extensions support ([476d5a8](https://github.com/iotaledger/twin-node/commit/476d5a864026a2f78e5b02bc9eb81359777a4a45))
17
- * add missing export ([e8eb621](https://github.com/iotaledger/twin-node/commit/e8eb6213937a202520b164a9970a891004122b61))
18
16
  * add mutex settings ([#222](https://github.com/iotaledger/twin-node/issues/222)) ([492c55f](https://github.com/iotaledger/twin-node/commit/492c55f67d5f70c2a4a27dfdb2700a644ee87955))
19
17
  * add notarization ([#121](https://github.com/iotaledger/twin-node/issues/121)) ([b2a11df](https://github.com/iotaledger/twin-node/commit/b2a11df92c7b5026f73f08a018c0586ebe008e92))
20
18
  * add obligation enforcers and multi instance support ([#89](https://github.com/iotaledger/twin-node/issues/89)) ([d81af99](https://github.com/iotaledger/twin-node/commit/d81af99b8c4db6e9a1370b7065bf6d9d222c71ed))
@@ -41,6 +39,7 @@
41
39
  * configure web server body limits from the environment ([#356](https://github.com/iotaledger/twin-node/issues/356)) ([f196ad3](https://github.com/iotaledger/twin-node/commit/f196ad368559515184e37a99d6876570074ebcd5))
42
40
  * custom REST paths ([#99](https://github.com/iotaledger/twin-node/issues/99)) ([dcab1b2](https://github.com/iotaledger/twin-node/commit/dcab1b2b23c13b4c9f39c3c1c67284f56e732bd1))
43
41
  * dataspace plane path ([#272](https://github.com/iotaledger/twin-node/issues/272)) ([5998eeb](https://github.com/iotaledger/twin-node/commit/5998eeb6fa1392ae753eb6bafeccefa1fb690573))
42
+ * email ingestion ([#379](https://github.com/iotaledger/twin-node/issues/379)) ([12da79d](https://github.com/iotaledger/twin-node/commit/12da79dc9b167e288c555d4f1909a61c190eee4d))
44
43
  * enable N2N dataspace protocol with synchronized storage ([#98](https://github.com/iotaledger/twin-node/issues/98)) ([f67e366](https://github.com/iotaledger/twin-node/commit/f67e366c5ed3c829955a62b19c420361f035a578))
45
44
  * enhanced cli commands ([#288](https://github.com/iotaledger/twin-node/issues/288)) ([479fb34](https://github.com/iotaledger/twin-node/commit/479fb3448c493a134aee35b69ae39458e493a4ad))
46
45
  * env var simplification ([460b0f2](https://github.com/iotaledger/twin-node/commit/460b0f20a73cb482f7443af502f261d5f9d01759))
@@ -70,6 +69,7 @@
70
69
  * remove dap and darp ([36c3ffb](https://github.com/iotaledger/twin-node/commit/36c3ffb31af65a0e3025859dab675efeee043155))
71
70
  * remove set-tenant ([#186](https://github.com/iotaledger/twin-node/issues/186)) ([1fc1909](https://github.com/iotaledger/twin-node/commit/1fc1909e6335dea51dfec3bb91fba4badaa9790a))
72
71
  * rest metrics ([#341](https://github.com/iotaledger/twin-node/issues/341)) ([ebec573](https://github.com/iotaledger/twin-node/commit/ebec5736bb66adfd97f7d73912bec1ce7392e5f8))
72
+ * rework soak memory-growth verdict to stop flip-flopping on identical code ([#372](https://github.com/iotaledger/twin-node/issues/372)) ([2afa74d](https://github.com/iotaledger/twin-node/commit/2afa74dd4c638cd9542638e2ea4fb34ab7dc1379))
73
73
  * separate script directory from exec directory ([f6bb4db](https://github.com/iotaledger/twin-node/commit/f6bb4dbea1f1e200e0640fa154c6997ef99c99b4))
74
74
  * silent telemetry and tracing options ([#351](https://github.com/iotaledger/twin-node/issues/351)) ([3a5752f](https://github.com/iotaledger/twin-node/commit/3a5752fc0bf8a028b3ebfc34878524ac799fb81e))
75
75
  * support multiple entity and blob storage connectors ([a489f79](https://github.com/iotaledger/twin-node/commit/a489f7907544aef5708d5111e9f72985e1377bae))
@@ -95,7 +95,6 @@
95
95
  * update rights management ([5c992c6](https://github.com/iotaledger/twin-node/commit/5c992c6b0d72f3eeaa39ee267e096d9a3f477f4e))
96
96
  * update rights management components ([176a0d6](https://github.com/iotaledger/twin-node/commit/176a0d611f88360fc845ae233b26ee0b43d7cb23))
97
97
  * update to latest engine ([00d4974](https://github.com/iotaledger/twin-node/commit/00d4974f9cfb02bf48505cfb4af4a7aba1df4b3d))
98
- * update twindev schemas ([b7bb6ba](https://github.com/iotaledger/twin-node/commit/b7bb6ba308eaf10b66d349ada8f3880f15b31e0f))
99
98
  * updated context id features ([ef7be07](https://github.com/iotaledger/twin-node/commit/ef7be07d44dccdeacf10f90cb4ffde0303faa6fa))
100
99
 
101
100
 
@@ -111,7 +110,38 @@
111
110
 
112
111
  * The following workspace dependencies were updated
113
112
  * dependencies
114
- * @twin.org/node-core bumped from 0.9.3-next.0 to 0.9.3-next.1
113
+ * @twin.org/node-core bumped from 0.9.4-next.0 to 0.9.4-next.1
114
+
115
+ ## [0.9.3](https://github.com/iotaledger/twin-node/compare/node-v0.9.3...node-v0.9.3) (2026-09-04)
116
+
117
+
118
+ ### Features
119
+
120
+ * add auth admin component ([1661e57](https://github.com/iotaledger/twin-node/commit/1661e57a699d5cf9ebde333e3cbc3aaea89d7c9c))
121
+ * add extend engine and server methods ([ec09c7e](https://github.com/iotaledger/twin-node/commit/ec09c7eb882d9f5797f2fd372e96cad1a3716f59))
122
+ * add extend engine and server methods ([0136a6f](https://github.com/iotaledger/twin-node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
123
+ * add fedcat to openapi ([eac69bd](https://github.com/iotaledger/twin-node/commit/eac69bdf94a22c35fe58e7523d9cf78bdc72eb7b))
124
+ * add updated config vars ([ebe8178](https://github.com/iotaledger/twin-node/commit/ebe81788ce53ddf3d6925a5f2f6dac381f84f06c))
125
+ * improve default options and spec ([b538721](https://github.com/iotaledger/twin-node/commit/b538721902e7f65021d2715148ba59409ccce035))
126
+ * initial commit ([522f1e5](https://github.com/iotaledger/twin-node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
127
+ * migrate env config from engine to node ([5da29b8](https://github.com/iotaledger/twin-node/commit/5da29b8d714495308320d237a68e84355bba2b47))
128
+ * node app use JavaScript ([14fe08c](https://github.com/iotaledger/twin-node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
129
+ * release to production ([6319a38](https://github.com/iotaledger/twin-node/commit/6319a38490a2c2809622f8acd170cb92bfa06942))
130
+ * release to production ([4f44403](https://github.com/iotaledger/twin-node/commit/4f444039832edce8fae562baa7c900ccdc2181da))
131
+ * release to production ([2d96e37](https://github.com/iotaledger/twin-node/commit/2d96e3737bd9663bc0d1171c2ff2c7f8b2ab01bb))
132
+ * release to production ([#253](https://github.com/iotaledger/twin-node/issues/253)) ([230efd0](https://github.com/iotaledger/twin-node/commit/230efd0f99af6114e707999b4c1a83a391cc1741))
133
+ * release to production ([#300](https://github.com/iotaledger/twin-node/issues/300)) ([4d2b09f](https://github.com/iotaledger/twin-node/commit/4d2b09f92c7815ad3fe48d54eca0972fefc782f7))
134
+ * release to production ([#364](https://github.com/iotaledger/twin-node/issues/364)) ([dbba3db](https://github.com/iotaledger/twin-node/commit/dbba3dbf3d9efb858b0ea28aaf88378964fcf08e))
135
+ * release to production ([#383](https://github.com/iotaledger/twin-node/issues/383)) ([5d29105](https://github.com/iotaledger/twin-node/commit/5d29105355f85011f9a338ba5069162a0b008849))
136
+ * update dependencies ([9d25f16](https://github.com/iotaledger/twin-node/commit/9d25f16f1d554cd38f3bec28fdf7f8fff892ceaf))
137
+ * update spec generation config ([cff633a](https://github.com/iotaledger/twin-node/commit/cff633a0ffb73ad652d5f1bae653fa91e82dc8ab))
138
+
139
+
140
+ ### Bug Fixes
141
+
142
+ * adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/iotaledger/twin-node/commit/6030a42bdaf581678d96932fd0b809396bf7b8b0))
143
+ * adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/iotaledger/twin-node/commit/c66f396717394161a7647d1f08b3d87729d96e96))
144
+ * broken docs ([61479fd](https://github.com/iotaledger/twin-node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
115
145
 
116
146
  ## [0.9.2](https://github.com/iotaledger/twin-node/compare/node-v0.9.2...node-v0.9.2) (2026-08-24)
117
147
 
@@ -19400,6 +19400,24 @@
19400
19400
  "schema": {
19401
19401
  "type": "string"
19402
19402
  }
19403
+ },
19404
+ {
19405
+ "name": "orderBy",
19406
+ "description": "The policy property to order the results by.",
19407
+ "in": "query",
19408
+ "required": false,
19409
+ "schema": {
19410
+ "type": "string"
19411
+ }
19412
+ },
19413
+ {
19414
+ "name": "orderByDirection",
19415
+ "description": "The direction for the order, defaults to descending.",
19416
+ "in": "query",
19417
+ "required": false,
19418
+ "schema": {
19419
+ "type": "string"
19420
+ }
19403
19421
  }
19404
19422
  ],
19405
19423
  "security": [
@@ -22201,6 +22219,9 @@
22201
22219
  "type": "string",
22202
22220
  "description": "The identity of the organization which controls the vertex."
22203
22221
  },
22222
+ "auditMode": {
22223
+ "$ref": "https://schema.twindev.org/aig/AuditableItemGraphAuditMode"
22224
+ },
22204
22225
  "annotationObject": {
22205
22226
  "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
22206
22227
  },
@@ -22227,11 +22248,11 @@
22227
22248
  },
22228
22249
  "verified": {
22229
22250
  "type": "boolean",
22230
- "description": "Is the vertex verified, will only be populated when verification is requested."
22251
+ "description": "Is the vertex verified, will only be populated when verification is requested.\nAlways undefined when the vertex is in bypass mode."
22231
22252
  },
22232
22253
  "version": {
22233
22254
  "type": "number",
22234
- "description": "The version of the vertex, populated only when getting a specific version.\nMaps to https://schema.org/version."
22255
+ "description": "The version of the vertex, populated only when getting a specific version.\nAlways undefined when the vertex is in bypass mode.\nMaps to https://schema.org/version."
22235
22256
  }
22236
22257
  },
22237
22258
  "required": [
@@ -22275,16 +22296,19 @@
22275
22296
  "type": "string",
22276
22297
  "description": "The identity of the organization which controls the vertex."
22277
22298
  },
22299
+ "auditMode": {
22300
+ "$ref": "https://schema.twindev.org/aig/AuditableItemGraphAuditMode"
22301
+ },
22278
22302
  "annotationObject": {
22279
22303
  "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
22280
22304
  },
22281
22305
  "verified": {
22282
22306
  "type": "boolean",
22283
- "description": "Is the vertex verified, will only be populated when verification is requested."
22307
+ "description": "Is the vertex verified, will only be populated when verification is requested.\nAlways undefined when the vertex is in bypass mode."
22284
22308
  },
22285
22309
  "version": {
22286
22310
  "type": "number",
22287
- "description": "The version of the vertex, populated only when getting a specific version.\nMaps to https://schema.org/version."
22311
+ "description": "The version of the vertex, populated only when getting a specific version.\nAlways undefined when the vertex is in bypass mode.\nMaps to https://schema.org/version."
22288
22312
  },
22289
22313
  "type": {
22290
22314
  "const": "AuditableItemGraphVertex",
@@ -22344,6 +22368,9 @@
22344
22368
  "type": "string",
22345
22369
  "description": "The identity of the organization which controls the vertex."
22346
22370
  },
22371
+ "auditMode": {
22372
+ "$ref": "https://schema.twindev.org/aig/AuditableItemGraphAuditMode"
22373
+ },
22347
22374
  "annotationObject": {
22348
22375
  "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
22349
22376
  },
@@ -22370,11 +22397,11 @@
22370
22397
  },
22371
22398
  "verified": {
22372
22399
  "type": "boolean",
22373
- "description": "Is the vertex verified, will only be populated when verification is requested."
22400
+ "description": "Is the vertex verified, will only be populated when verification is requested.\nAlways undefined when the vertex is in bypass mode."
22374
22401
  },
22375
22402
  "version": {
22376
22403
  "type": "number",
22377
- "description": "The version of the vertex, populated only when getting a specific version.\nMaps to https://schema.org/version."
22404
+ "description": "The version of the vertex, populated only when getting a specific version.\nAlways undefined when the vertex is in bypass mode.\nMaps to https://schema.org/version."
22378
22405
  }
22379
22406
  },
22380
22407
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node",
3
- "version": "0.9.3-next.1",
3
+ "version": "0.9.4-next.1",
4
4
  "description": "TWIN Node serving APIs using the specified configuration",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,7 +14,7 @@
14
14
  "node": ">=24.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/node-core": "0.9.3-next.1"
17
+ "@twin.org/node-core": "0.9.4-next.1"
18
18
  },
19
19
  "bugs": {
20
20
  "url": "git+https://github.com/iotaledger/twin-node/issues"