@twin.org/node 0.9.3 → 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
  },
@@ -533,7 +536,10 @@
533
536
  },
534
537
  "verificationHelper": {
535
538
  "jwtDecodeFailed": "Decoding the JWT failed",
536
- "proofMissingVerificationMethod": "The proof is missing the verification method"
539
+ "proofMissingVerificationMethod": "The proof is missing the verification method",
540
+ "credentialNotYetValid": "The credential is not valid until \"{validFrom}\"",
541
+ "credentialExpired": "The credential expired at \"{validUntil}\"",
542
+ "credentialValidityDateInvalid": "The credential validity date is not a valid ISO 8601 timestamp \"{date}\""
537
543
  },
538
544
  "documentHelper": {
539
545
  "verificationMethodNotFound": "The verification method \"{methodName}\" of type \"{methodType}\" could not be found",
@@ -565,7 +571,8 @@
565
571
  "resourceIdMissing": "You must provide either the id, or the resourceObject must contain an id property for index \"{index}\"",
566
572
  "aliasNotUnique": "The alias id \"{aliasId}\" is already in use on another vertex and the unique flag was set",
567
573
  "invalidEdgeId": "The edge id \"{edgeId}\" is not valid",
568
- "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"
569
576
  },
570
577
  "auditableItemStreamService": {
571
578
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the Auditable Item Stream service \"{namespace}\"",
@@ -696,6 +703,16 @@
696
703
  "dataspaceControlPlaneRestClient": {
697
704
  "notSupportedOnClient": "The method \"{methodName}\" is not supported on the REST client, it can only be used on a server side component"
698
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
+ },
699
716
  "dataspaceControlPlaneService": {
700
717
  "transferCallbackRejected": "Consumer rejected a transfer state-change callback (messageKind: {messageKind}, consumerPid: {consumerPid}, providerPid: {providerPid}, callbackAddress: {callbackAddress})",
701
718
  "transferCallbackFailed": "Failed to deliver a transfer state-change callback to the consumer (messageKind: {messageKind}, consumerPid: {consumerPid}, providerPid: {providerPid}, callbackAddress: {callbackAddress})",
@@ -766,16 +783,6 @@
766
783
  "pushTransferDataPathNotConfigured": "POST transfer cannot start: dataPlanePath is not configured (consumerPid: {consumerPid})",
767
784
  "providerIdentityMissing": "Provider identity (DID) is required to sign data access tokens but was not set on the Transfer Process"
768
785
  },
769
- "odrlPolicyHelper": {
770
- "policyMissingAssignee": "The {policyType} with id \"{policyId}\" is missing an assignee.",
771
- "policyMissingAssigner": "The {policyType} with id \"{policyId}\" is missing an assigner."
772
- },
773
- "dataspaceProtocolHelper": {
774
- "schemaNotRegistered": "JSON Schema \"{schemaId}\" is not registered in DataTypeHandlerFactory"
775
- },
776
- "trustHelper": {
777
- "trustVerifyFailed": "Trust verification failed for action \"{action}\""
778
- },
779
786
  "dataspaceDataPlaneRestClient": {
780
787
  "notSupportedOnClient": "The method \"{methodName}\" is not supported on the REST client, it can only be used on a server side component"
781
788
  },
@@ -841,6 +848,7 @@
841
848
  "containerCreateFailed": "The container couldn't be created \"{containerId}\"",
842
849
  "databaseCreateFailed": "Unable to create database \"{databaseId}\"",
843
850
  "containerDoesNotExist": "Container \"{containerId}\" does not exist",
851
+ "indexPolicyUpdateFailed": "Updating the indexing policy for container \"{containerId}\" failed",
844
852
  "getPartitionContextIdsFailed": "Unable to get partition context ids",
845
853
  "setBatchFailed": "Unable to set batch of entities",
846
854
  "countFailed": "Unable to count entities",
@@ -854,6 +862,8 @@
854
862
  "conditionFailed": "The entity \"{conflictId}\" could not be updated because the supplied conditions did not match the stored state",
855
863
  "tableCreateFailed": "Creating table \"{tableName}\" failed",
856
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",
857
867
  "setFailed": "Unable to set entity \"{id}\"",
858
868
  "getFailed": "Unable to get entity \"{id}\"",
859
869
  "removeFailed": "Unable to remove entity \"{id}\"",
@@ -909,6 +919,7 @@
909
919
  "getFailed": "Unable to get entity \"{id}\"",
910
920
  "removeFailed": "Unable to remove entity \"{id}\"",
911
921
  "databaseCreateFailed": "The database creation failed for \"{databaseName}\"",
922
+ "indexCreateFailed": "Unable to create index for property \"{property}\"",
912
923
  "unsupportedComparisonOperator": "Comparison operator \"{comparison}\" is not supported",
913
924
  "setBatchFailed": "Unable to set batch of entities",
914
925
  "removeBatchFailed": "Unable to remove batch of entities",
@@ -1026,6 +1037,7 @@
1026
1037
  "createVerifiablePresentationFailed": "Creating the verifiable presentation failed",
1027
1038
  "documentNotFound": "The document could not be found \"{notFoundId}\"",
1028
1039
  "invalidAlias": "The alias is invalid it must be a Url or Urn, it is \"{alias}\"",
1040
+ "issuerMismatch": "The credential issuer \"{issuer}\" does not match the DID of the proof verification method \"{method}\"",
1029
1041
  "jwkSignatureFailed": "The signature on the JWK failed verification",
1030
1042
  "methodMissing": "The verification method specified does not exist \"{method}\"",
1031
1043
  "missingDid": "The full id including DID is required",
@@ -1053,7 +1065,9 @@
1053
1065
  "listFailed": "Failed listing identities"
1054
1066
  },
1055
1067
  "iotaIdentityResolverConnector": {
1068
+ "didResolutionTimeout": "Resolving the document \"{documentId}\" timed out after {timeoutMs} ms",
1056
1069
  "documentNotFound": "The document could not be found",
1070
+ "identityClientCreationTimeout": "Creating the identity client timed out after {timeoutMs} ms",
1057
1071
  "resolveDocumentFailed": "Resolving the document failed \"{documentId}\""
1058
1072
  },
1059
1073
  "iotaIdentityConnector": {
@@ -1068,10 +1082,13 @@
1068
1082
  "createVerifiableCredentialFailed": "Creating the verifiable credential failed",
1069
1083
  "createVerifiablePresentationFailed": "Creating the verifiable presentation failed",
1070
1084
  "didExtractionFailed": "Extracting the DID from the document id failed",
1085
+ "didResolutionTimeout": "Resolving the DID \"{did}\" timed out after {timeoutMs} ms",
1071
1086
  "documentNotFound": "The document could not be found",
1072
1087
  "gasStationTransactionBuildFailed": "Building the gas station transaction failed",
1088
+ "identityClientCreationTimeout": "Creating the identity client timed out after {timeoutMs} ms",
1073
1089
  "identityNotFound": "The identity could not be found \"{notFoundId}\"",
1074
1090
  "invalidAlias": "The alias is invalid it must be a Url or Urn, it is \"{alias}\"",
1091
+ "issuerMismatch": "The credential issuer \"{issuer}\" does not match the DID of the proof verification method \"{method}\"",
1075
1092
  "invalidSubjectId": "The subject id format is invalid it must be a Url or Urn, it is \"{subjectId}\"",
1076
1093
  "methodMissing": "The verification method specified does not exist \"{method}\"",
1077
1094
  "missingControllerToken": "The controller token is missing",
@@ -1154,6 +1171,26 @@
1154
1171
  "openTelemetryLoggingConnector": {
1155
1172
  "unknownExporterType": "The exporter type \"{type}\" is not supported, valid values are: otlp"
1156
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
+ },
1157
1194
  "awsMessagingSmsConnector": {
1158
1195
  "sendSMSFailed": "Failed to send SMS"
1159
1196
  },
@@ -1179,6 +1216,9 @@
1179
1216
  "entityStorageMessagingEmailConnector": {
1180
1217
  "sendCustomEmailFailed": "Failed to send custom email"
1181
1218
  },
1219
+ "smtpMessagingEmailConnector": {
1220
+ "sendCustomEmailFailed": "Failed to send custom email"
1221
+ },
1182
1222
  "messagingService": {
1183
1223
  "notConfiguredEmailMessagingConnector": "Email messaging connector was not configured",
1184
1224
  "notConfiguredPushNotificationMessagingConnector": "Push notification messaging connector was not configured",
@@ -1280,9 +1320,10 @@
1280
1320
  "transferFailed": "The transfer of the notarization failed"
1281
1321
  },
1282
1322
  "dataAccessPointService": {
1283
- "noHandlerForAssetType": "No handler registered for asset type \"{assetType}\""
1323
+ "noHandlerForAssetType": "No handler registered for asset type \"{assetType}\"",
1324
+ "notAuthorizedToQuery": "Not authorized to query asset type \"{assetType}\"",
1325
+ "notAuthorizedToGet": "Not authorized to get asset type \"{assetType}\" with id \"{id}\""
1284
1326
  },
1285
- "dataAccessRequestPointService": {},
1286
1327
  "policyAdministrationPointService": {
1287
1328
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the rights management components \"{namespace}\"",
1288
1329
  "policyAlreadyExists": "A policy with id: \"{existingId}\" already exists",
@@ -1355,11 +1396,11 @@
1355
1396
  "agreementNotAccepted": "Agreement with id: \"{agreementId}\" was not accepted by the requester",
1356
1397
  "noAgreementCreated": "No agreement was created for offer with id: \"{offerId}\"",
1357
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",
1358
- "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"
1359
1401
  },
1360
1402
  "policyNegotiationAdminPointService": {
1361
1403
  "policyNotFound": "Contract negotiation with id: \"{notFoundId}\" not found",
1362
- "cleanupFailed": "Failed to cleanup old negotiations",
1363
1404
  "negotiationAlreadyExists": "Contract negotiation with correlationId: \"{existingId}\" already exists"
1364
1405
  },
1365
1406
  "policyExecutionPointService": {
@@ -1388,7 +1429,9 @@
1388
1429
  "producerCollectionFailed": "Failed to collect metrics from producer \"{producer}\""
1389
1430
  },
1390
1431
  "entityStorageTracingConnector": {
1391
- "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"
1392
1435
  },
1393
1436
  "openTelemetryTracingConnector": {
1394
1437
  "sampleRatioOutOfRange": "The sample ratio \"{sampleRatio}\" must be between 0 and 1"
@@ -1414,6 +1457,7 @@
1414
1457
  "tokenMissingCredential": "The JWT token does not contain a verifiable credential.",
1415
1458
  "tokenMissingIssuer": "The verifiable credential in the JWT does not contain an issuer.",
1416
1459
  "tokenExpired": "The JWT token has expired.",
1460
+ "tokenRevoked": "The verifiable credential in the JWT has been revoked.",
1417
1461
  "tokenMissingSubject": "The verifiable credential in the JWT does not contain a subject.",
1418
1462
  "tokenDecodingFailed": "Failed to decode the JWT token."
1419
1463
  },
@@ -1442,7 +1486,6 @@
1442
1486
  "exportKeyFailed": "Failed to export key \"{name}\" with keyPath \"{keyPath}\"",
1443
1487
  "getKeyDeleteConfigurationFailed": "Failed to get key delete configuration \"{name}\"",
1444
1488
  "exportKeyNotFound": "Export key with name \"{notFoundId}\" not found",
1445
- "versionsNotFound": "Versions for key \"{notFoundId}\" not found",
1446
1489
  "keyNotFound": "The key \"{notFoundId}\" was not found in the vault",
1447
1490
  "secretNotFound": "The secret \"{notFoundId}\" was not found in the vault",
1448
1491
  "getKeyFailed": "Failed to get key \"{name}\"",
@@ -1535,7 +1578,8 @@
1535
1578
  "partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
1536
1579
  },
1537
1580
  "mongoDbEntityStorageConnector": {
1538
- "partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
1581
+ "partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration.",
1582
+ "indexOptionsConflict": "An index already exists on property \"{property}\" with incompatible options and will not be overwritten"
1539
1583
  },
1540
1584
  "mySqlEntityStorageConnector": {
1541
1585
  "partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
@@ -1559,12 +1603,14 @@
1559
1603
  "immutableProofTask": {
1560
1604
  "taskEngineStopFailed": "Stopping the task engine for proof \"{proofId}\" failed, the task result is unaffected"
1561
1605
  },
1562
- "policyNegotiationAdminPointService": {
1563
- "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}."
1564
1609
  },
1565
1610
  "policyNegotiationPointService": {
1566
1611
  "terminatedCallbackFailed": "Failed to notify requester via terminated() for negotiation id: \"{negotiationId}\"",
1567
- "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}\""
1568
1614
  }
1569
1615
  },
1570
1616
  "node": {
@@ -2519,14 +2565,18 @@
2519
2565
  "containerCreating": "Container \"{containerId}\" creating",
2520
2566
  "containerExists": "Container \"{containerId}\" created or it already exists",
2521
2567
  "containerDeleting": "Deleting container \"{containerId}\"",
2522
- "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}\""
2523
2571
  },
2524
2572
  "dynamoDbEntityStorageConnector": {
2525
2573
  "tableCreating": "Creating table \"{tableName}\"",
2526
2574
  "tableCreated": "Created table \"{tableName}\"",
2527
2575
  "tableExists": "Skipping create table \"{tableName}\" as it already exists",
2528
2576
  "tableDeleting": "Deleting table \"{tableName}\"",
2529
- "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}\""
2530
2580
  },
2531
2581
  "fileEntityStorageConnector": {
2532
2582
  "directoryCreating": "Creating directory \"{directory}\"",
@@ -2558,7 +2608,9 @@
2558
2608
  "tableCreating": "Table \"{tableName}\" creating",
2559
2609
  "tableExists": "Table \"{tableName}\" created or it already exists",
2560
2610
  "tableDropping": "Dropping table \"{tableName}\"",
2561
- "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}\""
2562
2614
  },
2563
2615
  "postgreSqlEntityStorageConnector": {
2564
2616
  "databaseCreating": "Database \"{databaseName}\" creating",
@@ -2566,7 +2618,9 @@
2566
2618
  "tableCreating": "Table \"{tableName}\" creating",
2567
2619
  "tableExists": "Table \"{tableName}\" created or it already exists",
2568
2620
  "tableDropping": "Dropping table \"{tableName}\"",
2569
- "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}\""
2570
2624
  },
2571
2625
  "scyllaDBTableConnector": {
2572
2626
  "keyspaceCreating": "Creating keyspace \"{keyspace}\"",
@@ -2624,6 +2678,12 @@
2624
2678
  "connectorStarted": "The connector was started with \"{exporterCount}\" exporter(s)",
2625
2679
  "connectorStopped": "The connector was stopped"
2626
2680
  },
2681
+ "imapEmailConnector": {
2682
+ "emailReceived": "Email received \"{subject}\""
2683
+ },
2684
+ "pop3EmailConnector": {
2685
+ "emailReceived": "Email received \"{subject}\""
2686
+ },
2627
2687
  "awsMessagingSmsConnector": {
2628
2688
  "smsSending": "Sending SMS of type"
2629
2689
  },
@@ -2636,7 +2696,7 @@
2636
2696
  "platformAppCreating": "Creating platform application"
2637
2697
  },
2638
2698
  "awsMessagingEmailConnector": {
2639
- "emailSending": "Sending email of type {type}"
2699
+ "emailSending": "Sending email \"{subject}\""
2640
2700
  },
2641
2701
  "entityStorageMessagingSmsConnector": {
2642
2702
  "smsSending": "Sending SMS"
@@ -2646,20 +2706,16 @@
2646
2706
  "pushNotificationSending": "Sending push notification"
2647
2707
  },
2648
2708
  "entityStorageMessagingEmailConnector": {
2649
- "emailSending": "Sending email"
2709
+ "emailSending": "Sending email \"{subject}\""
2710
+ },
2711
+ "smtpMessagingEmailConnector": {
2712
+ "emailSending": "Sending email \"{subject}\""
2650
2713
  },
2651
2714
  "messagingService": {},
2652
2715
  "iotaNftConnector": {
2653
2716
  "contractReady": "Contract ready for use"
2654
2717
  },
2655
2718
  "iotaNotarizationConnector": {},
2656
- "dataAccessPointService": {
2657
- "registeredHandler": "Handler registered with id: \"{handlerId}\"",
2658
- "unregisteredHandler": "Handler unregistered with id: \"{handlerId}\""
2659
- },
2660
- "dataAccessRequestPointService": {
2661
- "missingNodeIdentity": "The node identity is missing"
2662
- },
2663
2719
  "policyEnforcementPointService": {
2664
2720
  "processing": "Processing information using processor with id: \"{processorId}\", policy id: \"{policyId}\"",
2665
2721
  "intercepting": "Intercepting information for policy id: \"{policyId}\""
@@ -2990,6 +3046,9 @@
2990
3046
  "taskEngineStarted": "The proof task engine started for proof \"{proofId}\" in {elapsedMs}ms",
2991
3047
  "taskVerifiableCredentialCreated": "The verifiable credential for proof \"{proofId}\" was created in {elapsedMs}ms",
2992
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}"
2993
3052
  }
2994
3053
  },
2995
3054
  "codeLists": {
@@ -17560,5 +17619,23 @@
17560
17619
  "unece:specifiedParameter": "A parameter specified for this XHE context.",
17561
17620
  "unece:specifiedParameter_label": "Specified Parameter"
17562
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"
17563
17640
  }
17564
17641
  }
package/docs/changelog.md CHANGED
@@ -1,5 +1,117 @@
1
1
  # Changelog
2
2
 
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
+
5
+
6
+ ### Features
7
+
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 automation ([cfc63b4](https://github.com/iotaledger/twin-node/commit/cfc63b465c139280f696877df21d54dc6a065a7e))
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))
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))
12
+ * add context id features ([#53](https://github.com/iotaledger/twin-node/issues/53)) ([827adf5](https://github.com/iotaledger/twin-node/commit/827adf52cb87fca53cec52b27e67f7a9dba2c088))
13
+ * add data space connector ([157e8b0](https://github.com/iotaledger/twin-node/commit/157e8b0a76e3a8a63c1991924f7f963eb83e27ae))
14
+ * add dsp sweep vars ([#340](https://github.com/iotaledger/twin-node/issues/340)) ([5487c13](https://github.com/iotaledger/twin-node/commit/5487c13197fcd386206ec37f9f342c55ec5b1176))
15
+ * add extensions support ([476d5a8](https://github.com/iotaledger/twin-node/commit/476d5a864026a2f78e5b02bc9eb81359777a4a45))
16
+ * add mutex settings ([#222](https://github.com/iotaledger/twin-node/issues/222)) ([492c55f](https://github.com/iotaledger/twin-node/commit/492c55f67d5f70c2a4a27dfdb2700a644ee87955))
17
+ * add notarization ([#121](https://github.com/iotaledger/twin-node/issues/121)) ([b2a11df](https://github.com/iotaledger/twin-node/commit/b2a11df92c7b5026f73f08a018c0586ebe008e92))
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))
19
+ * add rights management components ([0fc6293](https://github.com/iotaledger/twin-node/commit/0fc629332db24494bd73003625c7bf3f939a2597))
20
+ * add soak and load test harness for the node server with k6 and memory-growth detection ([#248](https://github.com/iotaledger/twin-node/issues/248)) ([5dc9193](https://github.com/iotaledger/twin-node/commit/5dc91931d448796f4dedbab912c73817a8041b11))
21
+ * add standalone federated catalogue example config and endpoint tests ([#235](https://github.com/iotaledger/twin-node/issues/235)) ([ffb51dd](https://github.com/iotaledger/twin-node/commit/ffb51ddda5188c2f21b8ce65343b39a28f4eee4b))
22
+ * add support for dynamodb connection timeout ([63051b0](https://github.com/iotaledger/twin-node/commit/63051b0d22138079115dfac921e7f0c45eaad34e))
23
+ * add synchronised storage config ([e315869](https://github.com/iotaledger/twin-node/commit/e315869adbffcd7fe5d3ce151dd35f662f6134a9))
24
+ * add tenant override ([#337](https://github.com/iotaledger/twin-node/issues/337)) ([b4ea765](https://github.com/iotaledger/twin-node/commit/b4ea7656e2557c19053365dd5d4af14d0d945cd5))
25
+ * add tracing ([#344](https://github.com/iotaledger/twin-node/issues/344)) ([4fa71cd](https://github.com/iotaledger/twin-node/commit/4fa71cd0eafd7d708df15c8f0a85323fecd05561))
26
+ * add tracing console connector ([#373](https://github.com/iotaledger/twin-node/issues/373)) ([fb36cb8](https://github.com/iotaledger/twin-node/commit/fb36cb8bebc2e8c1b94fa332cead8283ca5d636a))
27
+ * add tracing support ([a4986fc](https://github.com/iotaledger/twin-node/commit/a4986fc4af603ee461ec8d18ff502dddbc43edec))
28
+ * add trust and rights management plugin support ([cdeb504](https://github.com/iotaledger/twin-node/commit/cdeb504ee5986a347466162b9afa781645b4a54c))
29
+ * add trust ttl ([#73](https://github.com/iotaledger/twin-node/issues/73)) ([911cee7](https://github.com/iotaledger/twin-node/commit/911cee771bba490143bb1574ca8360f7cf8baa1a))
30
+ * add validate-locales ([1a19dcb](https://github.com/iotaledger/twin-node/commit/1a19dcb005c2f0e3103e290db28c48a3464094cb))
31
+ * add vault prefix configuration ([#75](https://github.com/iotaledger/twin-node/issues/75)) ([1d4afb1](https://github.com/iotaledger/twin-node/commit/1d4afb1b1a8aa60795898eeb9e7f5153c279527d))
32
+ * adding npm and https protocols to load extensions ([#45](https://github.com/iotaledger/twin-node/issues/45)) ([33940b7](https://github.com/iotaledger/twin-node/commit/33940b7e771a0c5af32c18d442deb26a8631fd02))
33
+ * additional cli commands ([#269](https://github.com/iotaledger/twin-node/issues/269)) ([c9e7c93](https://github.com/iotaledger/twin-node/commit/c9e7c939aedfceed9cbe501f2dc936e84289ed62))
34
+ * additional env vars and validation ([#324](https://github.com/iotaledger/twin-node/issues/324)) ([6b01e8c](https://github.com/iotaledger/twin-node/commit/6b01e8c10f9aa7181f51f13534d8164db3e7322d))
35
+ * additional options for enabling components ([e13d772](https://github.com/iotaledger/twin-node/commit/e13d7721a0dd7143d456fff246622cbe63dbd0f1))
36
+ * additional route logging env vars ([7152c88](https://github.com/iotaledger/twin-node/commit/7152c887c3ba76778e2d9e68ba57198b8d81d802))
37
+ * align node module with dataspace rename and control plane integ… ([#95](https://github.com/iotaledger/twin-node/issues/95)) ([8129868](https://github.com/iotaledger/twin-node/commit/812986886fb5d779dd380956c4e6cc47c2d73530))
38
+ * bootstrap-legacy rename ([#310](https://github.com/iotaledger/twin-node/issues/310)) ([53af8a2](https://github.com/iotaledger/twin-node/commit/53af8a2e797e90bb601416215247cd8649dd6220))
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))
40
+ * custom REST paths ([#99](https://github.com/iotaledger/twin-node/issues/99)) ([dcab1b2](https://github.com/iotaledger/twin-node/commit/dcab1b2b23c13b4c9f39c3c1c67284f56e732bd1))
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))
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))
44
+ * enhanced cli commands ([#288](https://github.com/iotaledger/twin-node/issues/288)) ([479fb34](https://github.com/iotaledger/twin-node/commit/479fb3448c493a134aee35b69ae39458e493a4ad))
45
+ * env var simplification ([460b0f2](https://github.com/iotaledger/twin-node/commit/460b0f20a73cb482f7443af502f261d5f9d01759))
46
+ * env var validation ([#243](https://github.com/iotaledger/twin-node/issues/243)) ([569945a](https://github.com/iotaledger/twin-node/commit/569945a751eb52d008a681777a3cba881af1b9a4))
47
+ * env vars consistency ([1823b7a](https://github.com/iotaledger/twin-node/commit/1823b7aeae5dc7484861534b851080afda64d869))
48
+ * env-prefix option and user-update cli command ([#83](https://github.com/iotaledger/twin-node/issues/83)) ([fc48efa](https://github.com/iotaledger/twin-node/commit/fc48efa7ad72173def048170c3afb5eeb9f1b292))
49
+ * eslint migration to flat config ([080db74](https://github.com/iotaledger/twin-node/commit/080db746390230f78725d214bc957da2efee9eb1))
50
+ * exclude unece codes from open api spec ([16b72f3](https://github.com/iotaledger/twin-node/commit/16b72f37af0d5aa107e5007741690a3fc043153a))
51
+ * expose gasBudget and gasReservationDuration as configurable env vars ([#286](https://github.com/iotaledger/twin-node/issues/286)) ([d678b27](https://github.com/iotaledger/twin-node/commit/d678b27d629930a6ce85eeab9caf89d1187c3461))
52
+ * extend to 7-group weighted mix, fix REST paths + JSON-LD contexts ([#257](https://github.com/iotaledger/twin-node/issues/257)) ([d9f8d55](https://github.com/iotaledger/twin-node/commit/d9f8d55d389a82947b7a0297f44f76f7f6b3ba21))
53
+ * federated catalogue trust mode ([#194](https://github.com/iotaledger/twin-node/issues/194)) ([c18e6fb](https://github.com/iotaledger/twin-node/commit/c18e6fbe0014eb5faf8084d16169d86f3d3b23a6))
54
+ * file logging config ([#287](https://github.com/iotaledger/twin-node/issues/287)) ([a567b25](https://github.com/iotaledger/twin-node/commit/a567b253cbb8b9af872bb0e494c013212f4f55a2))
55
+ * first metrics in the core and app for testing ([#139](https://github.com/iotaledger/twin-node/issues/139)) ([abe17bb](https://github.com/iotaledger/twin-node/commit/abe17bb9a6261dcb7fd46253221182fbb1dc2259))
56
+ * health and url transformer ([#131](https://github.com/iotaledger/twin-node/issues/131)) ([3658903](https://github.com/iotaledger/twin-node/commit/36589036b9bea120880fc395b0d123a89032cf40))
57
+ * identity profile information source ([dbb53d1](https://github.com/iotaledger/twin-node/commit/dbb53d145f517070d864f37650a6dbc1f3e9c3a8))
58
+ * immutable proof config ([#307](https://github.com/iotaledger/twin-node/issues/307)) ([9257495](https://github.com/iotaledger/twin-node/commit/92574953329647756aa6ab4cca80b1707e14a33f))
59
+ * immutable proof gate and additional config ([#157](https://github.com/iotaledger/twin-node/issues/157)) ([1d1fbb7](https://github.com/iotaledger/twin-node/commit/1d1fbb7c53525af848761dc25b42e9e676929972))
60
+ * improve bootstrapping and shutdown behaviour ([#66](https://github.com/iotaledger/twin-node/issues/66)) ([65b3452](https://github.com/iotaledger/twin-node/commit/65b345240334bfff48b52e136cc486cd7ac7f290))
61
+ * improve node logging ([c25b9c6](https://github.com/iotaledger/twin-node/commit/c25b9c6779bdb76f341df072c39b4c2fae4565a3))
62
+ * improved cli commands ([#206](https://github.com/iotaledger/twin-node/issues/206)) ([cf00850](https://github.com/iotaledger/twin-node/commit/cf0085023a66e187aaaaf3889128c845c73a1faf))
63
+ * migration options ([#293](https://github.com/iotaledger/twin-node/issues/293)) ([91acc88](https://github.com/iotaledger/twin-node/commit/91acc881f665be0177b2e895e2810dd4d6145105))
64
+ * migration testing ([#199](https://github.com/iotaledger/twin-node/issues/199)) ([97a731c](https://github.com/iotaledger/twin-node/commit/97a731c520d66ab0588d80987a0f88d388ce51ae))
65
+ * multi-tenant env wiring, trust auto-enable, tenant-token vault key, engine-driven callbackPath ([#128](https://github.com/iotaledger/twin-node/issues/128)) ([0de4d35](https://github.com/iotaledger/twin-node/commit/0de4d356fb2f825afae5469005d475700f510ee4))
66
+ * new tenant auth mechanisms ([#168](https://github.com/iotaledger/twin-node/issues/168)) ([686f111](https://github.com/iotaledger/twin-node/commit/686f1118e79e6f26a8dc72a5e9172584057f4518))
67
+ * organization identifiers ([#203](https://github.com/iotaledger/twin-node/issues/203)) ([1a6b176](https://github.com/iotaledger/twin-node/commit/1a6b1760d9f8e43a769407668426c70e1c8e1aa8))
68
+ * pool env vars ([#331](https://github.com/iotaledger/twin-node/issues/331)) ([338ea61](https://github.com/iotaledger/twin-node/commit/338ea612b37aa4d15971c8a09def47bee9395d0c))
69
+ * remove dap and darp ([36c3ffb](https://github.com/iotaledger/twin-node/commit/36c3ffb31af65a0e3025859dab675efeee043155))
70
+ * remove set-tenant ([#186](https://github.com/iotaledger/twin-node/issues/186)) ([1fc1909](https://github.com/iotaledger/twin-node/commit/1fc1909e6335dea51dfec3bb91fba4badaa9790a))
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
+ * separate script directory from exec directory ([f6bb4db](https://github.com/iotaledger/twin-node/commit/f6bb4dbea1f1e200e0640fa154c6997ef99c99b4))
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
+ * support multiple entity and blob storage connectors ([a489f79](https://github.com/iotaledger/twin-node/commit/a489f7907544aef5708d5111e9f72985e1377bae))
76
+ * support public origin and hosting service ([#77](https://github.com/iotaledger/twin-node/issues/77)) ([3b9039f](https://github.com/iotaledger/twin-node/commit/3b9039fcba7f7038c06f8fd6a5ccc9fdbbf535b3))
77
+ * telemetry batching ([#347](https://github.com/iotaledger/twin-node/issues/347)) ([5d5b0a9](https://github.com/iotaledger/twin-node/commit/5d5b0a91396298fe774ae26193b0595875cd118a))
78
+ * telemetry tracing multi ([#357](https://github.com/iotaledger/twin-node/issues/357)) ([b6412ac](https://github.com/iotaledger/twin-node/commit/b6412ac3141a94a0f9f7d1dd391451ac9247e862))
79
+ * typescript 6 update ([ce2e3ca](https://github.com/iotaledger/twin-node/commit/ce2e3ca5219587709f7b9cf6c65909b48fba11b5))
80
+ * update background tasks and add fedcat filters ([1fd297e](https://github.com/iotaledger/twin-node/commit/1fd297e29f60b5bb3909638b68e326c5b0e2d77d))
81
+ * update dependencies ([64c8ea8](https://github.com/iotaledger/twin-node/commit/64c8ea8c8b5e918f7ad419c4e3b8d08faf5e3fdd))
82
+ * update dependencies ([aab05b5](https://github.com/iotaledger/twin-node/commit/aab05b552152a208a504fb9a080603f1990d4f79))
83
+ * update dependencies ([6cb3d3a](https://github.com/iotaledger/twin-node/commit/6cb3d3a63f7b976f80074ddecfba034b7e92f919))
84
+ * update dependencies ([351f777](https://github.com/iotaledger/twin-node/commit/351f777e001bf4183762657fc565b133a317600a))
85
+ * update dependencies ([#316](https://github.com/iotaledger/twin-node/issues/316)) ([f3fe328](https://github.com/iotaledger/twin-node/commit/f3fe3281a80f34763c923eacca58364273a550b7))
86
+ * update docs ([61e5a00](https://github.com/iotaledger/twin-node/commit/61e5a004089a0c11ec03e354b076604ecdeb4817))
87
+ * update docs ([409126a](https://github.com/iotaledger/twin-node/commit/409126a1325998face4634426b71682944c6a504))
88
+ * update document management components ([ed2c065](https://github.com/iotaledger/twin-node/commit/ed2c065a5030a7233f3623818d7325d85654ef0d))
89
+ * update engine ([a40b377](https://github.com/iotaledger/twin-node/commit/a40b37726c3b61c6bb40265ec0006d1071ffac7e))
90
+ * update engine ([4b438e2](https://github.com/iotaledger/twin-node/commit/4b438e22c27d784ee6cc964b7cb4401e9699ab16))
91
+ * update for livez endpoint ([9fc2e6a](https://github.com/iotaledger/twin-node/commit/9fc2e6ade38b3ec9591399a633d02b1e5fe07910))
92
+ * update framework components ([4bee2b9](https://github.com/iotaledger/twin-node/commit/4bee2b9d3651df09b8550a9ed226be1b46031854))
93
+ * update framework core ([8bd769a](https://github.com/iotaledger/twin-node/commit/8bd769a4451f5f1f6be3f115a5e94eeb05bce7f1))
94
+ * update logging retention units in config ([0b9bb69](https://github.com/iotaledger/twin-node/commit/0b9bb696db0722f6b33e37e1ebd1f4d6ffbcf7cc))
95
+ * update rights management ([5c992c6](https://github.com/iotaledger/twin-node/commit/5c992c6b0d72f3eeaa39ee267e096d9a3f477f4e))
96
+ * update rights management components ([176a0d6](https://github.com/iotaledger/twin-node/commit/176a0d611f88360fc845ae233b26ee0b43d7cb23))
97
+ * update to latest engine ([00d4974](https://github.com/iotaledger/twin-node/commit/00d4974f9cfb02bf48505cfb4af4a7aba1df4b3d))
98
+ * updated context id features ([ef7be07](https://github.com/iotaledger/twin-node/commit/ef7be07d44dccdeacf10f90cb4ffde0303faa6fa))
99
+
100
+
101
+ ### Bug Fixes
102
+
103
+ * improve calculation of execution directory ([106d65d](https://github.com/iotaledger/twin-node/commit/106d65d7ad5524e2e147b681d68f9476c024cfaa))
104
+ * stalled timeout now is provided in seconds ([#241](https://github.com/iotaledger/twin-node/issues/241)) ([ebd827d](https://github.com/iotaledger/twin-node/commit/ebd827d02a9a4f8ad4f4c84d064d02831ef015cb))
105
+ * update dependencies ([#283](https://github.com/iotaledger/twin-node/issues/283)) ([053c53d](https://github.com/iotaledger/twin-node/commit/053c53d45ec233e6936e56f8de8d5a5346ad2242))
106
+ * wire includeErrorStack debug flag into auth and tenant processor configs ([#313](https://github.com/iotaledger/twin-node/issues/313)) ([3c69c51](https://github.com/iotaledger/twin-node/commit/3c69c51bfdd65305efe2fbe9da508e684a4245d1))
107
+
108
+
109
+ ### Dependencies
110
+
111
+ * The following workspace dependencies were updated
112
+ * dependencies
113
+ * @twin.org/node-core bumped from 0.9.4-next.0 to 0.9.4-next.1
114
+
3
115
  ## [0.9.3](https://github.com/iotaledger/twin-node/compare/node-v0.9.3...node-v0.9.3) (2026-09-04)
4
116
 
5
117
 
@@ -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",
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"
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"