@twin.org/node 0.9.1-next.4 → 0.9.1-next.5

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.
@@ -647,7 +647,6 @@
647
647
  "autoStartFailed": "Provider auto-start of a requested transfer failed (consumerPid: {consumerPid})",
648
648
  "autoStartPublicOriginMissing": "Cannot auto-start the transfer: this node's public origin could not be resolved; holding the transfer in REQUESTED (consumerPid: {consumerPid})",
649
649
  "transferProcessNotFound": "Transfer Process not found",
650
- "pullTransfersNotSupported": "PULL transfers are not supported. Configure dataPlanePath in service configuration to enable PULL transfers.",
651
650
  "transferProcessTerminated": "Transfer Process \"{consumerPid}\" is terminated and cannot be used",
652
651
  "transferProcessTerminatedProvider": "Transfer Process \"{providerPid}\" is terminated and cannot be used",
653
652
  "invalidTransferRequest": "Transfer Request does not conform to Dataspace Protocol specification",
@@ -688,9 +687,6 @@
688
687
  "callerNotAuthorizedAsProvider": "The caller's verified identity does not match the provider for this transfer process",
689
688
  "callerNotAuthorizedForTransfer": "The caller's verified identity does not match the consumer or provider for this transfer process",
690
689
  "multipleAssignersNotSupported": "Multiple assigners found in agreement, which is not supported. Only single assigner agreements are supported.",
691
- "invalidPushDataAddress": "PUSH transfer cannot start: consumer dataAddress is missing endpoint or endpointType (consumerPid: {consumerPid})",
692
- "pushTransferDataPathNotConfigured": "PUSH transfer cannot start: dataPlanePath is not configured (consumerPid: {consumerPid})",
693
- "dataPlaneNotRegistered": "Push-mode transfer requires the data plane component to be registered (factory key: \"dataspace-data-plane\"). This deployment was configured without a data plane — register one to enable push, or use pull-mode transfers only.",
694
690
  "datasetPublishFailed": "Failed to publish dataset \"{datasetId}\" for app \"{appId}\" (tenant: \"{tenantId}\")",
695
691
  "datasetRemoveFailed": "Failed to remove dataset \"{datasetId}\" from the Federated Catalogue (tenant: \"{tenantId}\")",
696
692
  "datasetAlreadyExists": "A dataset with id \"{existingId}\" already exists.",
@@ -700,6 +696,18 @@
700
696
  "invalidDatasetId": "Dataset ID \"{id}\" is not a valid URN or URL"
701
697
  },
702
698
  "dataspaceControlPlanePolicyRequester": {},
699
+ "httpDataPullTransferHandler": {
700
+ "pullTransfersNotSupported": "PULL transfers are not supported: dataPlanePath is not configured (consumerPid: {consumerPid}, providerPid: {providerPid})",
701
+ "providerIdentityMissing": "Provider identity (DID) is required to sign data access tokens but was not set on the Transfer Process"
702
+ },
703
+ "httpDataPushTransferHandler": {
704
+ "pushTransferDataPathNotConfigured": "PUSH transfer cannot start: dataPlanePath is not configured (consumerPid: {consumerPid})",
705
+ "invalidPushDataAddress": "PUSH transfer cannot start: consumer dataAddress is missing endpoint or endpointType (consumerPid: {consumerPid})"
706
+ },
707
+ "httpDataPostTransferHandler": {
708
+ "pushTransferDataPathNotConfigured": "POST transfer cannot start: dataPlanePath is not configured (consumerPid: {consumerPid})",
709
+ "providerIdentityMissing": "Provider identity (DID) is required to sign data access tokens but was not set on the Transfer Process"
710
+ },
703
711
  "trustHelper": {
704
712
  "trustVerifyFailed": "Trust verification failed for action \"{action}\""
705
713
  },
@@ -2342,7 +2350,6 @@
2342
2350
  "transferProcessInitiated": "Transfer Process initiated",
2343
2351
  "transferProcessQueried": "Transfer Process queried (role: {role})",
2344
2352
  "transferProcessStarted": "Transfer Process started",
2345
- "dataAccessTokenGenerated": "Data access token generated for PULL transfer",
2346
2353
  "transferProcessCompleted": "Transfer Process completed",
2347
2354
  "transferProcessSuspended": "Transfer Process suspended",
2348
2355
  "transferProcessTerminated": "Transfer Process terminated",
@@ -2363,7 +2370,6 @@
2363
2370
  "negotiationHistoryRetrieved": "Negotiation history retrieved successfully",
2364
2371
  "stalledNegotiationsCleanupComplete": "Stalled negotiations cleanup completed (cleanedUp: {cleanedUp})",
2365
2372
  "stalledTransfersCleanupComplete": "Stalled transfers cleanup completed (cleanedUp: {cleanedUp})",
2366
- "pushTransferStarted": "PUSH transfer started (consumerPid: {consumerPid}, providerPid: {providerPid}, endpoint: {endpoint})",
2367
2373
  "preparingTransfer": "Preparing consumer-initiated data transfer (agreementId: {agreementId}, providerEndpoint: {providerEndpoint}, format: {format})",
2368
2374
  "transferPrepared": "Consumer data transfer prepared successfully (consumerPid: {consumerPid}, providerPid: {providerPid}, agreementId: {agreementId}, format: {format})"
2369
2375
  },
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.1-next.5](https://github.com/iotaledger/twin-node/compare/node-v0.9.1-next.4...node-v0.9.1-next.5) (2026-07-02)
4
+
5
+
6
+ ### Features
7
+
8
+ * dataspace plane path ([#272](https://github.com/iotaledger/twin-node/issues/272)) ([5998eeb](https://github.com/iotaledger/twin-node/commit/5998eeb6fa1392ae753eb6bafeccefa1fb690573))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/node-core bumped from 0.9.1-next.4 to 0.9.1-next.5
16
+
3
17
  ## [0.9.1-next.4](https://github.com/iotaledger/twin-node/compare/node-v0.9.1-next.3...node-v0.9.1-next.4) (2026-07-01)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node",
3
- "version": "0.9.1-next.4",
3
+ "version": "0.9.1-next.5",
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": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/node-core": "0.9.1-next.4"
17
+ "@twin.org/node-core": "0.9.1-next.5"
18
18
  },
19
19
  "bugs": {
20
20
  "url": "git+https://github.com/iotaledger/twin-node/issues"