@twin.org/node 0.0.3-next.23 → 0.0.3-next.24
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 +112 -21
- package/docs/changelog.md +14 -0
- package/docs/open-api/spec.json +764 -299
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -499,10 +499,55 @@
|
|
|
499
499
|
"mimeTypeNotFound": "Unable to detect MIME type from data",
|
|
500
500
|
"converterNotFound": "Unable to find a converter for the MIME type \"{notFoundId}\""
|
|
501
501
|
},
|
|
502
|
-
"
|
|
502
|
+
"dataspaceControlPlaneService": {
|
|
503
|
+
"transferProcessNotFound": "Transfer Process not found",
|
|
504
|
+
"pullTransfersNotSupported": "PULL transfers are not supported. Configure dataPlanePath in service configuration to enable PULL transfers.",
|
|
505
|
+
"datasetRegistrationFailed": "Failed to register dataset {datasetId} from app {appName}",
|
|
506
|
+
"appDatasetsRetrievalFailed": "Failed to retrieve datasets from app {appName}",
|
|
507
|
+
"transferProcessTerminated": "Transfer Process \"{consumerPid}\" is terminated and cannot be used",
|
|
508
|
+
"transferProcessTerminatedProvider": "Transfer Process \"{providerPid}\" is terminated and cannot be used",
|
|
509
|
+
"invalidTransferRequest": "Transfer Request does not conform to Dataspace Protocol specification",
|
|
510
|
+
"invalidStateForStart": "Transfer Process cannot be started: current state is \"{currentState}\", expected REQUESTED or SUSPENDED",
|
|
511
|
+
"invalidStateForComplete": "Transfer Process cannot be completed: current state is \"{currentState}\", expected STARTED",
|
|
512
|
+
"invalidStateForSuspend": "Transfer Process cannot be suspended: current state is \"{currentState}\", expected STARTED",
|
|
513
|
+
"invalidTransferStartMessage": "Transfer Start Message does not conform to Dataspace Protocol specification",
|
|
514
|
+
"invalidTransferCompletionMessage": "Transfer Completion Message does not conform to Dataspace Protocol specification",
|
|
515
|
+
"invalidTransferSuspensionMessage": "Transfer Suspension Message does not conform to Dataspace Protocol specification",
|
|
516
|
+
"invalidTransferTerminationMessage": "Transfer Termination Message does not conform to Dataspace Protocol specification",
|
|
517
|
+
"agreementLookupFailed": "Failed to lookup Agreement: {agreementId}",
|
|
518
|
+
"agreementNotFound": "Agreement not found",
|
|
519
|
+
"agreementMissingTarget": "Agreement is missing target (dataset): {agreementId}",
|
|
520
|
+
"agreementMultipleTargetsNotSupported": "Agreement has multiple targets which is not supported. Only single target Agreements are allowed: {agreementId}, target count: {targetCount}",
|
|
521
|
+
"agreementTargetMissingUid": "Agreement target object is missing required \"uid\" property: {agreementId}",
|
|
522
|
+
"datasetNotInCatalog": "Dataset \"{datasetId}\" not found in Federated Catalogue (Agreement: {agreementId})",
|
|
523
|
+
"catalogLookupFailed": "Failed to lookup dataset in Federated Catalogue: {datasetId} (Agreement: {agreementId})",
|
|
524
|
+
"agreementNotMatchingOffer": "Agreement \"{agreementId}\" does not match any Catalog Offer for dataset {datasetId}. Available Offers: {availableOffers}",
|
|
525
|
+
"organizationContextMissing": "Organization context is missing. Cannot verify Agreement authorization for consumerPid: {consumerPid}",
|
|
526
|
+
"organizationContextMissingProvider": "Organization context is missing. Cannot verify Agreement authorization for providerPid: {providerPid}",
|
|
527
|
+
"agreementAssignerMismatch": "Agreement assigner does not match current organization. Agreement: {agreementId}, consumerPid: {consumerPid}, expected: {expectedOrgId}, actual: {actualAssigner}",
|
|
528
|
+
"agreementAssignerMismatchProvider": "Agreement assigner does not match current organization. Agreement: {agreementId}, providerPid: {providerPid}, expected: {expectedOrgId}, actual: {actualAssigner}",
|
|
529
|
+
"agreementAssigneeMismatch": "Agreement assignee does not match expected consumer identity. Agreement: {agreementId}, providerPid: {providerPid}, expected: {expectedConsumerIdentity}, actual: {actualAssignee}",
|
|
530
|
+
"negotiationInitiationFailed": "Failed to initiate contract negotiation",
|
|
531
|
+
"datasetNotFoundInCatalog": "Dataset/Offer \"{offerId}\" not found in Federated Catalogue. Cannot initiate negotiation for non-existent offer.",
|
|
532
|
+
"catalogLookupFailedForNegotiation": "Failed to lookup dataset/offer in Federated Catalogue before negotiation: {offerId}",
|
|
533
|
+
"datasetHasNoOffers": "Dataset \"{datasetId}\" has no ODRL offers (odrl:hasPolicy). Cannot negotiate without an offer.",
|
|
534
|
+
"datasetHasNoValidOffers": "Dataset \"{datasetId}\" has no valid ODRL offer objects. Cannot negotiate without a valid offer.",
|
|
535
|
+
"offerNotFoundInDataset": "Offer \"{offerId}\" not found in dataset \"{datasetId}\". Available offers: {availableOffers}",
|
|
536
|
+
"pnapNotConfigured": "Policy Negotiation Admin Point not configured. Cannot retrieve negotiation history without PNAP.",
|
|
537
|
+
"negotiationCallbackError": "Negotiation callback \"{key}\" threw an error during {method} for negotiation {negotiationId}"
|
|
538
|
+
},
|
|
539
|
+
"dataspaceControlPlanePolicyRequester": {},
|
|
540
|
+
"odrlPolicyHelper": {
|
|
541
|
+
"policyMissingAssignee": "The {policyType} with id \"{policyId}\" is missing an assignee.",
|
|
542
|
+
"policyMissingAssigner": "The {policyType} with id \"{policyId}\" is missing an assigner."
|
|
543
|
+
},
|
|
544
|
+
"trustHelper": {
|
|
545
|
+
"trustVerifyFailed": "Trust verification failed for action \"{action}\""
|
|
546
|
+
},
|
|
547
|
+
"dataspaceDataPlaneRestClient": {
|
|
503
548
|
"notSupportedOnClient": "The method \"{methodName}\" is not supported on the REST client, it can only be used on a server side component"
|
|
504
549
|
},
|
|
505
|
-
"
|
|
550
|
+
"dataspaceDataPlaneService": {
|
|
506
551
|
"activityLogEntryNotFound": "Not found activity Log Entry: \"{notFoundId}\"",
|
|
507
552
|
"activityAlreadyNotified": "Activity has already been notified",
|
|
508
553
|
"activityStillProcessing": "Activity is still being processed",
|
|
@@ -510,13 +555,15 @@
|
|
|
510
555
|
"invalidActivityGeneratorIdentity": "Invalid activity. No identity specified either on 'generator' or 'actor'",
|
|
511
556
|
"invalidActivity": "Invalid Activity. Expected fields not specified",
|
|
512
557
|
"unknownActivityLogEntryId": "Unknown Activity Log Entry Id \"{activityLogEntryId}\"",
|
|
513
|
-
"tooManyAppsRegistered": "There are several DS
|
|
514
|
-
"noAppRegistered": "There are no DS
|
|
515
|
-
"datasetIdRequired": "Dataset ID is required for query operations",
|
|
558
|
+
"tooManyAppsRegistered": "There are several DS Apps registered for Dataset \"{datasetId}\"",
|
|
559
|
+
"noAppRegistered": "There are no DS Apps registered for Dataset \"{datasetId}\"",
|
|
516
560
|
"notExpandableType": "Entity type \"{type}\" cannot be expanded",
|
|
517
|
-
"queryTypeNotSupported": "Query type \"{queryType}\" is not supported by the DS
|
|
561
|
+
"queryTypeNotSupported": "Query type \"{queryType}\" is not supported by the DS App",
|
|
562
|
+
"transferProcessNotFound": "Transfer Process not found for consumerPid \"{notFoundId}\"",
|
|
563
|
+
"transferNotInStartedState": "Transfer Process is not in STARTED state. Current state: \"{currentState}\"",
|
|
564
|
+
"transferMissingDatasetId": "Transfer Process is missing datasetId"
|
|
518
565
|
},
|
|
519
|
-
"
|
|
566
|
+
"dataspaceDataPlaneSocketClient": {
|
|
520
567
|
"socketConnect": "Failure during socket connect",
|
|
521
568
|
"callback": "Error when calling local callback",
|
|
522
569
|
"notSupportedOnClient": "The method \"{methodName}\" is not supported on the socket client, it can only be used on a server side component"
|
|
@@ -881,13 +928,6 @@
|
|
|
881
928
|
"notAuthorizedToQuery": "Not authorized to query asset type \"{assetType}\"",
|
|
882
929
|
"notAuthorizedToGet": "Not authorized to get asset type \"{assetType}\" with id \"{id}\""
|
|
883
930
|
},
|
|
884
|
-
"odrlPolicyHelper": {
|
|
885
|
-
"policyMissingAssignee": "The {policyType} with id \"{policyId}\" is missing an assignee.",
|
|
886
|
-
"policyMissingAssigner": "The {policyType} with id \"{policyId}\" is missing an assigner."
|
|
887
|
-
},
|
|
888
|
-
"trustHelper": {
|
|
889
|
-
"trustVerifyFailed": "Trust verification failed for action \"{action}\""
|
|
890
|
-
},
|
|
891
931
|
"policyAdministrationPointService": {
|
|
892
932
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the rights management components \"{namespace}\"",
|
|
893
933
|
"policyNotFound": "Policy not found with id: \"{notFoundId}\"",
|
|
@@ -939,7 +979,9 @@
|
|
|
939
979
|
"invalidState": "The negotiation is in an incorrect state \"{state}\" for negotiation with id: \"{negotiationId}\"",
|
|
940
980
|
"offerNotAccepted": "Offer with id: \"{offerId}\" was not accepted by the requester",
|
|
941
981
|
"agreementNotAccepted": "Agreement with id: \"{agreementId}\" was not accepted by the requester",
|
|
942
|
-
"noAgreementCreated": "No agreement was created for offer with id: \"{offerId}\""
|
|
982
|
+
"noAgreementCreated": "No agreement was created for offer with id: \"{offerId}\"",
|
|
983
|
+
"assignerNotIdentity": "The assigner in the offer is not a single identity",
|
|
984
|
+
"providerInitiatedNotSupported": "Provider initiated negotiations are currently not supported as the consumer identity is required to be set as the trust identity in the negotiation"
|
|
943
985
|
},
|
|
944
986
|
"policyNegotiationAdminPointService": {
|
|
945
987
|
"policyNotFound": "Policy with id: \"{notFoundId}\" not found"
|
|
@@ -1689,6 +1731,19 @@
|
|
|
1689
1731
|
"backgroundTaskService": {
|
|
1690
1732
|
"maxSystemWorkerCountReached": "The maximum system worker count of {maxSystemWorkerCount} has been reached, can not create any more worker for task type \"{type}\""
|
|
1691
1733
|
},
|
|
1734
|
+
"dataspaceControlPlaneService": {
|
|
1735
|
+
"catalogDatasetHasNoOffers": "Dataset has no Offers (odrl:hasPolicy) in Federated Catalogue",
|
|
1736
|
+
"pushTransferModeNotImplemented": "PUSH transfer mode requested but not implemented. Consumer provided dataAddress endpoint but data push is not yet supported.",
|
|
1737
|
+
"stalledNegotiationCleanedUp": "Stalled negotiation cleaned up (negotiationId: {negotiationId})"
|
|
1738
|
+
},
|
|
1739
|
+
"dataspaceControlPlanePolicyRequester": {
|
|
1740
|
+
"unknownNegotiationFinalized": "Unknown negotiation finalized (negotiationId: {negotiationId})",
|
|
1741
|
+
"negotiationTerminated": "Negotiation terminated by provider (negotiationId: {negotiationId})",
|
|
1742
|
+
"unknownNegotiationTerminated": "Unknown negotiation terminated (negotiationId: {negotiationId})"
|
|
1743
|
+
},
|
|
1744
|
+
"policyNegotiationAdminPointService": {
|
|
1745
|
+
"sendTerminateFailed": "Failed to send terminate to consumer for negotiation id: \"{id}\", correlation id: \"{correlationId}\""
|
|
1746
|
+
},
|
|
1692
1747
|
"changeSetHelper": {
|
|
1693
1748
|
"getChangeSetError": "Failed to retrieve change set with id \"{changeSetStorageId}\""
|
|
1694
1749
|
},
|
|
@@ -1794,10 +1849,41 @@
|
|
|
1794
1849
|
"bucketCreating": "Creating bucket \"{bucket}\"",
|
|
1795
1850
|
"bucketExists": "Skipping create bucket \"{bucket}\" as it already exists"
|
|
1796
1851
|
},
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1799
|
-
|
|
1800
|
-
|
|
1852
|
+
"dataspaceControlPlaneService": {
|
|
1853
|
+
"transferProcessInitiated": "Transfer Process initiated",
|
|
1854
|
+
"transferProcessQueried": "Transfer Process queried (role: {role})",
|
|
1855
|
+
"transferProcessStarted": "Transfer Process started",
|
|
1856
|
+
"dataAccessTokenGenerated": "Data access token generated for PULL transfer",
|
|
1857
|
+
"transferProcessCompleted": "Transfer Process completed",
|
|
1858
|
+
"transferProcessSuspended": "Transfer Process suspended",
|
|
1859
|
+
"transferProcessTerminated": "Transfer Process terminated",
|
|
1860
|
+
"resolvedConsumerPid": "Resolved consumerPid to Transfer Context",
|
|
1861
|
+
"resolvedProviderPid": "Resolved providerPid to Transfer Context",
|
|
1862
|
+
"catalogDatasetFound": "Dataset validated in Federated Catalogue",
|
|
1863
|
+
"agreementMatchedOffer": "Agreement matched Catalog Offer",
|
|
1864
|
+
"populatingFederatedCatalogue": "Populating Federated Catalogue with datasets from registered apps",
|
|
1865
|
+
"federatedCataloguePopulated": "Federated Catalogue population completed (registered: {registeredCount}, errors: {errorCount}, apps: {totalApps})",
|
|
1866
|
+
"startingContractNegotiation": "Starting contract negotiation with provider",
|
|
1867
|
+
"offerFoundInCatalog": "Offer found in Federated Catalogue and validated",
|
|
1868
|
+
"negotiationInitiated": "Contract negotiation initiated successfully",
|
|
1869
|
+
"getNegotiation": "Retrieving negotiation status",
|
|
1870
|
+
"negotiationStateRetrieved": "Negotiation state retrieved successfully",
|
|
1871
|
+
"getNegotiationHistory": "Retrieving negotiation history",
|
|
1872
|
+
"negotiationHistoryRetrieved": "Negotiation history retrieved successfully",
|
|
1873
|
+
"stalledNegotiationsCleanupComplete": "Stalled negotiations cleanup completed (cleanedUp: {cleanedUp})"
|
|
1874
|
+
},
|
|
1875
|
+
"dataspaceControlPlanePolicyRequester": {
|
|
1876
|
+
"offerReceived": "Offer received from provider (negotiationId: {negotiationId}, offerId: {offerId})",
|
|
1877
|
+
"agreementReceived": "Agreement received from provider (negotiationId: {negotiationId}, agreementId: {agreementId})",
|
|
1878
|
+
"negotiationFinalized": "Negotiation finalized by provider (negotiationId: {negotiationId})",
|
|
1879
|
+
"negotiationCompleted": "Negotiation completed successfully (negotiationId: {negotiationId}, agreementId: {agreementId}, duration: {durationMs}ms)",
|
|
1880
|
+
"negotiationRejected": "Negotiation was rejected/terminated (negotiationId: {negotiationId}, duration: {durationMs}ms)"
|
|
1881
|
+
},
|
|
1882
|
+
"dataspaceDataPlaneService": {
|
|
1883
|
+
"scheduledTask": "\"{taskId}\": Task scheduled for Dataspace App \"{dataspaceAppId}\" (isRetry: {isRetry})",
|
|
1884
|
+
"policyObligationTriggered": "Policy obligation triggered for agreement \"{agreementId}\": action=\"{action}\", target=\"{target}\""
|
|
1885
|
+
},
|
|
1886
|
+
"dataspaceDataPlaneSocketClient": {
|
|
1801
1887
|
"subscribeActivityLogs": "Subscription created for topic activity logs with id \"{subscriptionId}\"",
|
|
1802
1888
|
"unsubscribeActivityLogs": "Subscription removed for topic activity logs with id \"{subscriptionId}\""
|
|
1803
1889
|
},
|
|
@@ -2054,7 +2140,12 @@
|
|
|
2054
2140
|
},
|
|
2055
2141
|
"auditableItemGraphService": {},
|
|
2056
2142
|
"debug": {
|
|
2057
|
-
"
|
|
2143
|
+
"dataspaceControlPlaneService": {
|
|
2144
|
+
"engineCloneStart": "Skipping Federated Catalogue population (engine clone or no engine)",
|
|
2145
|
+
"discoveredApps": "Discovered {count} registered Dataspace apps",
|
|
2146
|
+
"datasetRegistered": "Dataset {datasetId} registered from app {appName}"
|
|
2147
|
+
},
|
|
2148
|
+
"dataspaceDataPlaneService": {
|
|
2058
2149
|
"newActivity": "New Activity of type \"{activityType}\" notified by \"{generator}\"",
|
|
2059
2150
|
"taskSchedulerStarted": "Task Scheduler started with this config: \"{taskTime}\"",
|
|
2060
2151
|
"scheduledCleanUpTask": "Activity Log clean up task scheduled",
|
|
@@ -2063,7 +2154,7 @@
|
|
|
2063
2154
|
"activityLogCleanedUp": "Activity Log has been cleaned up. \"{numRecordsDeleted}\" records deleted",
|
|
2064
2155
|
"replacingFailedTasks": "Retrying apps \"{appsToRetry}\" (successful: \"{successfulApps}\") for activity \"{activityLogEntryId}\""
|
|
2065
2156
|
},
|
|
2066
|
-
"
|
|
2157
|
+
"dataspaceDataPlaneSocketRoutes": {
|
|
2067
2158
|
"activityLogStatusConnected": "Web Socket Connected: Socket Id: \"{socketId}\"",
|
|
2068
2159
|
"activityLogStatusDisconnected": "Web Socket disconnected: Socket Id: \"{socketId}\""
|
|
2069
2160
|
}
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @twin.org/node - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.24](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.23...node-v0.0.3-next.24) (2026-03-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* align node module with dataspace rename and control plane integ… ([#95](https://github.com/twinfoundation/node/issues/95)) ([8129868](https://github.com/twinfoundation/node/commit/812986886fb5d779dd380956c4e6cc47c2d73530))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/node-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
16
|
+
|
|
3
17
|
## [0.0.3-next.23](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.22...node-v0.0.3-next.23) (2026-02-26)
|
|
4
18
|
|
|
5
19
|
|