@twin.org/node 0.9.4-next.2 → 0.9.4-next.4
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/locales/en.json +72 -12
- package/docs/changelog.md +28 -0
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -438,6 +438,9 @@
|
|
|
438
438
|
"invalidUrl": "The JSON-LD processing failed to retrieve from the following url \"{url}\"",
|
|
439
439
|
"jsonLdError": "The JSON-LD processing failed due to the following error: \"{code}\""
|
|
440
440
|
},
|
|
441
|
+
"jsonSchemaHelper": {
|
|
442
|
+
"schemaLoadFailed": "Failed to load the referenced schema \"{uri}\""
|
|
443
|
+
},
|
|
441
444
|
"accountHelper": {
|
|
442
445
|
"addressNotFound": "The address is missing could not be found from the seed \"{address}\"",
|
|
443
446
|
"missingPublicKey": "The public key is missing for vault key \"{keyName}\""
|
|
@@ -555,13 +558,6 @@
|
|
|
555
558
|
"destroyFailed": "The destruction of the attestation failed",
|
|
556
559
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the attestation service \"{namespace}\""
|
|
557
560
|
},
|
|
558
|
-
"spanHelper": {
|
|
559
|
-
"traceFlagsOutOfRange": "The trace flags value \"{traceFlags}\" is outside the valid range 0 to 255"
|
|
560
|
-
},
|
|
561
|
-
"tracingHelper": {
|
|
562
|
-
"startSpanFailed": "The span \"{name}\" could not be started, so the operation was not traced",
|
|
563
|
-
"endSpanFailed": "The span \"{name}\" could not be ended"
|
|
564
|
-
},
|
|
565
561
|
"auditableItemGraphService": {
|
|
566
562
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the Auditable Item Graph service \"{namespace}\"",
|
|
567
563
|
"createFailed": "Creating the Auditable Item Graph vertex failed",
|
|
@@ -1179,12 +1175,24 @@
|
|
|
1179
1175
|
"openTelemetryLoggingConnector": {
|
|
1180
1176
|
"unknownExporterType": "The exporter type \"{type}\" is not supported, valid values are: otlp"
|
|
1181
1177
|
},
|
|
1178
|
+
"gmailEmailConnector": {
|
|
1179
|
+
"pollFailed": "Poll failed",
|
|
1180
|
+
"authCodeExchangeFailed": "The authorization code could not be exchanged for tokens",
|
|
1181
|
+
"noRefreshTokenIssued": "The consent flow did not issue a refresh token",
|
|
1182
|
+
"authFlowNotStarted": "The connector has no authentication flow in progress to complete",
|
|
1183
|
+
"consentAccountMismatch": "The consent was given by an account other than {emailAddress}",
|
|
1184
|
+
"missingOAuthCredentials": "The clientId and clientSecret are required when no serviceAccountKey is supplied",
|
|
1185
|
+
"invalidServiceAccountKey": "The serviceAccountKey is not a valid service account JSON key"
|
|
1186
|
+
},
|
|
1182
1187
|
"imapEmailConnector": {
|
|
1183
1188
|
"pollFailed": "Poll failed"
|
|
1184
1189
|
},
|
|
1185
1190
|
"pop3EmailConnector": {
|
|
1186
1191
|
"pollFailed": "Poll failed"
|
|
1187
1192
|
},
|
|
1193
|
+
"mailboxRestClient": {
|
|
1194
|
+
"notSupported": "Method \"{methodName}\" is not supported over REST."
|
|
1195
|
+
},
|
|
1188
1196
|
"mailStorageRestClient": {
|
|
1189
1197
|
"notSupported": "Method \"{methodName}\" is not supported over REST."
|
|
1190
1198
|
},
|
|
@@ -1193,7 +1201,11 @@
|
|
|
1193
1201
|
"schemaNotFound": "No schema is registered for connector type {notFoundId}.",
|
|
1194
1202
|
"unknownConnectorType": "No connector is registered for connector type {connectorType}.",
|
|
1195
1203
|
"connectorTypeCannotChange": "The connector type of a mailbox cannot be changed.",
|
|
1196
|
-
"retrievalCallbackFailed": "The retrieval callback for mailbox {mailboxId} failed"
|
|
1204
|
+
"retrievalCallbackFailed": "The retrieval callback for mailbox {mailboxId} failed",
|
|
1205
|
+
"authNotSupported": "Connector type {connectorType} does not support an authentication flow.",
|
|
1206
|
+
"authNotPending": "Mailbox {mailboxId} is not awaiting authentication.",
|
|
1207
|
+
"authStateMismatch": "The authentication callback for mailbox {mailboxId} did not carry the state its flow was started with.",
|
|
1208
|
+
"connectorConfigInvalid": "The configuration was rejected by connector type {connectorType}."
|
|
1197
1209
|
},
|
|
1198
1210
|
"mailStorageService": {
|
|
1199
1211
|
"emailNotFound": "Email {notFoundId} was not found.",
|
|
@@ -1427,12 +1439,17 @@
|
|
|
1427
1439
|
"gaugeNoIncDec": "A gauge can not be incremented or decremented",
|
|
1428
1440
|
"maxHistoryMustBePositiveInteger": "The maxHistory option must be a positive integer",
|
|
1429
1441
|
"metricValueTaskFailed": "The metric value background task failed \"{taskId}\"",
|
|
1430
|
-
"backgroundTaskComponentMissing": "The metric values cannot be written as no background task component is available"
|
|
1442
|
+
"backgroundTaskComponentMissing": "The metric values cannot be written as no background task component is available",
|
|
1443
|
+
"metricValueThreadStalled": "No metric value background task has completed for \"{stalledForMs}\" ms, with task \"{taskId}\" outstanding of \"{taskCount}\", so the background thread is being replaced",
|
|
1444
|
+
"metricValueThreadRestartFailed": "The stalled metric value background thread could not be replaced, so no further metric values can be written",
|
|
1445
|
+
"stopFlushFailed": "The final metric value write failed while stopping, so the values the background thread was holding may not have been persisted",
|
|
1446
|
+
"metricValueThreadCheckFailed": "The check for a stalled metric value background thread failed"
|
|
1431
1447
|
},
|
|
1432
1448
|
"metricValueWriter": {
|
|
1433
1449
|
"flushFailed": "Failed to flush metric values to storage",
|
|
1434
1450
|
"invalidMetricOperation": "The operation \"{operation}\" is not valid for metric \"{id}\" of type \"{type}\"",
|
|
1435
|
-
"trimFailed": "Failed to trim the metric history to its retention cap"
|
|
1451
|
+
"trimFailed": "Failed to trim the metric history to its retention cap",
|
|
1452
|
+
"intervalWriteFailed": "The interval write of the pending metric values failed"
|
|
1436
1453
|
},
|
|
1437
1454
|
"openTelemetryTelemetryConnector": {
|
|
1438
1455
|
"metricNotFound": "The metric could not be found \"{notFoundId}\"",
|
|
@@ -1444,6 +1461,13 @@
|
|
|
1444
1461
|
"metricRecordFailed": "Failed to record the collected metric values",
|
|
1445
1462
|
"collectionCycleFailed": "Failed to run the metrics collection cycle"
|
|
1446
1463
|
},
|
|
1464
|
+
"spanHelper": {
|
|
1465
|
+
"traceFlagsOutOfRange": "The trace flags value \"{traceFlags}\" is outside the valid range 0 to 255"
|
|
1466
|
+
},
|
|
1467
|
+
"tracingHelper": {
|
|
1468
|
+
"startSpanFailed": "The span \"{name}\" could not be started, so the operation was not traced",
|
|
1469
|
+
"endSpanFailed": "The span \"{name}\" could not be ended"
|
|
1470
|
+
},
|
|
1447
1471
|
"entityStorageTracingConnector": {
|
|
1448
1472
|
"spanNotFound": "The span could not be found \"{notFoundId}\"",
|
|
1449
1473
|
"retentionFailed": "The span retention cleanup failed",
|
|
@@ -1560,7 +1584,7 @@
|
|
|
1560
1584
|
"taskStalled": "Task with id \"{id}\" is stalled, last run at \"{lastRunTime}\" and exceeded timeout \"{stalledTaskTimeoutMs}\" ms"
|
|
1561
1585
|
},
|
|
1562
1586
|
"backgroundTaskService": {
|
|
1563
|
-
"maxSystemWorkerCountReached": "The maximum system worker count of {maxSystemWorkerCount} has been reached, can not create any more worker for task type \"{type}\""
|
|
1587
|
+
"maxSystemWorkerCountReached": "The maximum system worker count of {maxSystemWorkerCount} has been reached, can not create any more worker for task type \"{type}\" (consecutive blocks: {count})"
|
|
1564
1588
|
},
|
|
1565
1589
|
"dataspaceControlPlaneService": {
|
|
1566
1590
|
"catalogDatasetHasNoOffers": "Dataset has no Offers (odrl:hasPolicy) in Federated Catalogue",
|
|
@@ -1621,6 +1645,10 @@
|
|
|
1621
1645
|
"immutableProofTask": {
|
|
1622
1646
|
"taskEngineStopFailed": "Stopping the task engine for proof \"{proofId}\" failed, the task result is unaffected"
|
|
1623
1647
|
},
|
|
1648
|
+
"gmailEmailConnector": {
|
|
1649
|
+
"consentRequired": "Mailbox requires OAuth consent before it can be polled",
|
|
1650
|
+
"historyExpired": "Mailbox history expired, restarting the mailbox sync"
|
|
1651
|
+
},
|
|
1624
1652
|
"mailboxService": {
|
|
1625
1653
|
"consumerNotificationFailed": "Failed to notify consumer {consumerName}.",
|
|
1626
1654
|
"startConnectorFailed": "Failed to start connector for mailbox {mailboxId}."
|
|
@@ -1631,7 +1659,10 @@
|
|
|
1631
1659
|
"sendTerminateFailed": "Failed to send terminate to consumer for negotiation id: \"{id}\", correlation id: \"{correlationId}\""
|
|
1632
1660
|
},
|
|
1633
1661
|
"entityStorageTelemetryConnector": {
|
|
1634
|
-
"flushTimeout": "The background thread did not confirm the flush within \"{timeoutMs}\" ms for task \"{taskId}\""
|
|
1662
|
+
"flushTimeout": "The background thread did not confirm the flush within \"{timeoutMs}\" ms for task \"{taskId}\", with \"{taskCount}\" tasks outstanding",
|
|
1663
|
+
"metricValueThreadRestarted": "The stalled metric value background thread was replaced, and the tasks it was given will be processed by the new one",
|
|
1664
|
+
"metricValueTaskNotScheduled": "The metric value background task \"{taskId}\" has waited \"{stalledForMs}\" ms to be scheduled, with \"{taskCount}\" tasks outstanding, so the background thread is left in place as it has not been given the task",
|
|
1665
|
+
"metricValueTaskStateMissed": "The completion of the metric value background task \"{taskId}\" was never reported, its state is now \"{status}\", so the background thread is treated as working rather than replaced"
|
|
1635
1666
|
}
|
|
1636
1667
|
},
|
|
1637
1668
|
"node": {
|
|
@@ -2699,12 +2730,18 @@
|
|
|
2699
2730
|
"connectorStarted": "The connector was started with \"{exporterCount}\" exporter(s)",
|
|
2700
2731
|
"connectorStopped": "The connector was stopped"
|
|
2701
2732
|
},
|
|
2733
|
+
"gmailEmailConnector": {
|
|
2734
|
+
"emailReceived": "Email received \"{subject}\""
|
|
2735
|
+
},
|
|
2702
2736
|
"imapEmailConnector": {
|
|
2703
2737
|
"emailReceived": "Email received \"{subject}\""
|
|
2704
2738
|
},
|
|
2705
2739
|
"pop3EmailConnector": {
|
|
2706
2740
|
"emailReceived": "Email received \"{subject}\""
|
|
2707
2741
|
},
|
|
2742
|
+
"mailboxService": {
|
|
2743
|
+
"migratedLegacySecret": "Moved the vaulted {propertyKey} of mailbox {mailboxId} to its current key."
|
|
2744
|
+
},
|
|
2708
2745
|
"awsMessagingSmsConnector": {
|
|
2709
2746
|
"smsSending": "Sending SMS of type"
|
|
2710
2747
|
},
|
|
@@ -17643,6 +17680,23 @@
|
|
|
17643
17680
|
"unece:specifiedParameter_label": "Specified Parameter"
|
|
17644
17681
|
}
|
|
17645
17682
|
},
|
|
17683
|
+
"gmailEmailConnectorConfigSchema": {
|
|
17684
|
+
"emailAddress": "Email Address",
|
|
17685
|
+
"clientId": "OAuth Client ID",
|
|
17686
|
+
"clientSecret": "OAuth Client Secret",
|
|
17687
|
+
"serviceAccountKey": "Service Account Key",
|
|
17688
|
+
"labelIds": "Label IDs",
|
|
17689
|
+
"maxMessagesPerPoll": "Maximum Messages Per Poll",
|
|
17690
|
+
"pollingIntervalMinutes": "Polling Interval (Minutes)"
|
|
17691
|
+
},
|
|
17692
|
+
"gmailEmailConnectorStateSchema": {
|
|
17693
|
+
"refreshToken": "OAuth Refresh Token",
|
|
17694
|
+
"historyId": "Mailbox History ID",
|
|
17695
|
+
"syncPageTokens": "Sync Page Tokens",
|
|
17696
|
+
"syncCompletedLabelIds": "Synced Label IDs",
|
|
17697
|
+
"initialSyncComplete": "Initial Sync Complete",
|
|
17698
|
+
"deliveredMessageIds": "Delivered Message IDs"
|
|
17699
|
+
},
|
|
17646
17700
|
"imapEmailConnectorConfigSchema": {
|
|
17647
17701
|
"host": "Host",
|
|
17648
17702
|
"port": "Port",
|
|
@@ -17652,6 +17706,9 @@
|
|
|
17652
17706
|
"folders": "Folders",
|
|
17653
17707
|
"pollingIntervalMinutes": "Polling Interval (Minutes)"
|
|
17654
17708
|
},
|
|
17709
|
+
"imapEmailConnectorStateSchema": {
|
|
17710
|
+
"folders": "Folder State"
|
|
17711
|
+
},
|
|
17655
17712
|
"pop3EmailConnectorConfigSchema": {
|
|
17656
17713
|
"host": "Host",
|
|
17657
17714
|
"port": "Port",
|
|
@@ -17660,5 +17717,8 @@
|
|
|
17660
17717
|
"password": "Password",
|
|
17661
17718
|
"pollingIntervalMinutes": "Polling Interval (Minutes)",
|
|
17662
17719
|
"retainMessages": "Retain Messages"
|
|
17720
|
+
},
|
|
17721
|
+
"pop3EmailConnectorStateSchema": {
|
|
17722
|
+
"seenUidls": "Seen UIDLs"
|
|
17663
17723
|
}
|
|
17664
17724
|
}
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.4-next.4](https://github.com/iotaledger/twin-node/compare/node-v0.9.4-next.3...node-v0.9.4-next.4) (2026-09-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* custom plugin timeout ([#395](https://github.com/iotaledger/twin-node/issues/395)) ([d4a33ba](https://github.com/iotaledger/twin-node/commit/d4a33ba10a54c6dfab0b845b386201ac326df88a))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/node-core bumped from 0.9.4-next.3 to 0.9.4-next.4
|
|
16
|
+
|
|
17
|
+
## [0.9.4-next.3](https://github.com/iotaledger/twin-node/compare/node-v0.9.4-next.2...node-v0.9.4-next.3) (2026-09-09)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Miscellaneous Chores
|
|
21
|
+
|
|
22
|
+
* **node:** Synchronize repo versions
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* The following workspace dependencies were updated
|
|
28
|
+
* dependencies
|
|
29
|
+
* @twin.org/node-core bumped from 0.9.4-next.2 to 0.9.4-next.3
|
|
30
|
+
|
|
3
31
|
## [0.9.4-next.2](https://github.com/iotaledger/twin-node/compare/node-v0.9.4-next.1...node-v0.9.4-next.2) (2026-09-08)
|
|
4
32
|
|
|
5
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/node",
|
|
3
|
-
"version": "0.9.4-next.
|
|
3
|
+
"version": "0.9.4-next.4",
|
|
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.4-next.
|
|
17
|
+
"@twin.org/node-core": "0.9.4-next.4"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|