@twin.org/node 0.9.4-next.3 → 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.
@@ -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.",
@@ -1449,6 +1461,13 @@
1449
1461
  "metricRecordFailed": "Failed to record the collected metric values",
1450
1462
  "collectionCycleFailed": "Failed to run the metrics collection cycle"
1451
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
+ },
1452
1471
  "entityStorageTracingConnector": {
1453
1472
  "spanNotFound": "The span could not be found \"{notFoundId}\"",
1454
1473
  "retentionFailed": "The span retention cleanup failed",
@@ -1565,7 +1584,7 @@
1565
1584
  "taskStalled": "Task with id \"{id}\" is stalled, last run at \"{lastRunTime}\" and exceeded timeout \"{stalledTaskTimeoutMs}\" ms"
1566
1585
  },
1567
1586
  "backgroundTaskService": {
1568
- "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})"
1569
1588
  },
1570
1589
  "dataspaceControlPlaneService": {
1571
1590
  "catalogDatasetHasNoOffers": "Dataset has no Offers (odrl:hasPolicy) in Federated Catalogue",
@@ -1626,6 +1645,10 @@
1626
1645
  "immutableProofTask": {
1627
1646
  "taskEngineStopFailed": "Stopping the task engine for proof \"{proofId}\" failed, the task result is unaffected"
1628
1647
  },
1648
+ "gmailEmailConnector": {
1649
+ "consentRequired": "Mailbox requires OAuth consent before it can be polled",
1650
+ "historyExpired": "Mailbox history expired, restarting the mailbox sync"
1651
+ },
1629
1652
  "mailboxService": {
1630
1653
  "consumerNotificationFailed": "Failed to notify consumer {consumerName}.",
1631
1654
  "startConnectorFailed": "Failed to start connector for mailbox {mailboxId}."
@@ -1638,6 +1661,7 @@
1638
1661
  "entityStorageTelemetryConnector": {
1639
1662
  "flushTimeout": "The background thread did not confirm the flush within \"{timeoutMs}\" ms for task \"{taskId}\", with \"{taskCount}\" tasks outstanding",
1640
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",
1641
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"
1642
1666
  }
1643
1667
  },
@@ -2706,12 +2730,18 @@
2706
2730
  "connectorStarted": "The connector was started with \"{exporterCount}\" exporter(s)",
2707
2731
  "connectorStopped": "The connector was stopped"
2708
2732
  },
2733
+ "gmailEmailConnector": {
2734
+ "emailReceived": "Email received \"{subject}\""
2735
+ },
2709
2736
  "imapEmailConnector": {
2710
2737
  "emailReceived": "Email received \"{subject}\""
2711
2738
  },
2712
2739
  "pop3EmailConnector": {
2713
2740
  "emailReceived": "Email received \"{subject}\""
2714
2741
  },
2742
+ "mailboxService": {
2743
+ "migratedLegacySecret": "Moved the vaulted {propertyKey} of mailbox {mailboxId} to its current key."
2744
+ },
2715
2745
  "awsMessagingSmsConnector": {
2716
2746
  "smsSending": "Sending SMS of type"
2717
2747
  },
@@ -17650,6 +17680,23 @@
17650
17680
  "unece:specifiedParameter_label": "Specified Parameter"
17651
17681
  }
17652
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
+ },
17653
17700
  "imapEmailConnectorConfigSchema": {
17654
17701
  "host": "Host",
17655
17702
  "port": "Port",
@@ -17659,6 +17706,9 @@
17659
17706
  "folders": "Folders",
17660
17707
  "pollingIntervalMinutes": "Polling Interval (Minutes)"
17661
17708
  },
17709
+ "imapEmailConnectorStateSchema": {
17710
+ "folders": "Folder State"
17711
+ },
17662
17712
  "pop3EmailConnectorConfigSchema": {
17663
17713
  "host": "Host",
17664
17714
  "port": "Port",
@@ -17667,5 +17717,8 @@
17667
17717
  "password": "Password",
17668
17718
  "pollingIntervalMinutes": "Polling Interval (Minutes)",
17669
17719
  "retainMessages": "Retain Messages"
17720
+ },
17721
+ "pop3EmailConnectorStateSchema": {
17722
+ "seenUidls": "Seen UIDLs"
17670
17723
  }
17671
17724
  }
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
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
+
3
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)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node",
3
- "version": "0.9.4-next.3",
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.3"
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"