@twin.org/node 0.0.3-next.30 → 0.0.3-next.32
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 +71 -8
- package/docs/changelog.md +28 -0
- package/docs/open-api/spec.json +7728 -5930
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -65,20 +65,29 @@
|
|
|
65
65
|
"updateUserFailed": "Updating the user failed",
|
|
66
66
|
"removeUserFailed": "Removing the user failed",
|
|
67
67
|
"updatePasswordFailed": "Updating the user's password failed",
|
|
68
|
-
"userNotFound": "The user with the specified e-mail could not be found \"{notFoundId}\""
|
|
68
|
+
"userNotFound": "The user with the specified e-mail could not be found \"{notFoundId}\""
|
|
69
|
+
},
|
|
70
|
+
"passwordHelper": {
|
|
69
71
|
"currentPasswordMismatch": "The current password is incorrect"
|
|
70
72
|
},
|
|
73
|
+
"entityStorageAuthenticationRateService": {
|
|
74
|
+
"actionConfigMissing": "No rate-limit configuration exists for action \"{action}\".",
|
|
75
|
+
"rateLimitExceeded": "The rate limit for action \"{action}\" has been exceeded. Retry after {retryAfterSeconds} seconds."
|
|
76
|
+
},
|
|
71
77
|
"tokenHelper": {
|
|
72
78
|
"missing": "The JSON Web token could not be found in the authorization header",
|
|
73
79
|
"payloadMissingSubject": "The JSON Web token payload does not contain a subject",
|
|
74
80
|
"payloadMissingOrganization": "The JSON Web token payload does not contain an organization",
|
|
75
81
|
"expired": "The JSON Web token has expired",
|
|
76
|
-
"insufficientScopes": "The JSON Web token does not have the required scopes to access this resource"
|
|
82
|
+
"insufficientScopes": "The JSON Web token does not have the required scopes to access this resource",
|
|
83
|
+
"userNotVerified": "The user associated with the JSON Web token could not be verified",
|
|
84
|
+
"organizationNotVerified": "The organization associated with the JSON Web token could not be verified"
|
|
77
85
|
},
|
|
78
86
|
"authHeaderProcessor": {
|
|
79
87
|
"tenantIdMismatch": "The tenant ID in the token does not match the tenant ID in the context"
|
|
80
88
|
},
|
|
81
89
|
"validation": {
|
|
90
|
+
"saltEntropyTooLow": "Salt must have at least 8 unique characters for sufficient entropy.",
|
|
82
91
|
"beEmpty": "{fieldName} must be empty",
|
|
83
92
|
"beNotEmpty": "{fieldName} must not be empty",
|
|
84
93
|
"beText": "{fieldName} must be text",
|
|
@@ -409,6 +418,7 @@
|
|
|
409
418
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the Auditable Item Stream service \"{namespace}\"",
|
|
410
419
|
"createFailed": "Creating the Auditable Item Stream failed",
|
|
411
420
|
"getFailed": "Getting the Auditable Item Stream failed",
|
|
421
|
+
"closeFailed": "Closing the Auditable Item Stream failed",
|
|
412
422
|
"updatingFailed": "Updating the Auditable Item Stream failed",
|
|
413
423
|
"removingFailed": "Removing Auditable Item Stream failed",
|
|
414
424
|
"queryingFailed": "Querying the Auditable Item Stream failed",
|
|
@@ -420,6 +430,10 @@
|
|
|
420
430
|
"gettingEntriesFailed": "Getting entries from the Auditable Item Stream failed",
|
|
421
431
|
"gettingEntryObjectsFailed": "Getting entry objects from the Auditable Item Stream failed",
|
|
422
432
|
"removeVerifiableFailed": "Removing verifiable storage from the Auditable Item Stream failed",
|
|
433
|
+
"closedRequiresEntries": "A stream can only be created as closed when entries are provided",
|
|
434
|
+
"streamClosed": "The stream with the Id \"{id}\" is closed and does not allow entry updates",
|
|
435
|
+
"appendOnlyNoEntryUpdates": "Entries in append-only mode cannot be updated for stream \"{id}\"",
|
|
436
|
+
"appendOnlyNoEntryRemovals": "Entries in append-only mode cannot be removed for stream \"{id}\"",
|
|
423
437
|
"streamNotFound": "The stream with the Id \"{notFoundId}\" was not found",
|
|
424
438
|
"streamEntryNotFound": "The stream entry with the Id \"{notFoundId}\" was not found"
|
|
425
439
|
},
|
|
@@ -561,7 +575,6 @@
|
|
|
561
575
|
"activityStillProcessing": "Activity is still being processed",
|
|
562
576
|
"noFailedTasksToRetry": "Activity has error status but no failed tasks to retry",
|
|
563
577
|
"invalidActivityGeneratorIdentity": "Invalid activity. No identity specified either on 'generator' or 'actor'",
|
|
564
|
-
"unknownActivityLogEntryId": "Unknown Activity Log Entry Id \"{activityLogEntryId}\"",
|
|
565
578
|
"tooManyAppsRegistered": "There are several DS Apps registered for Dataset \"{datasetId}\"",
|
|
566
579
|
"noAppRegistered": "There are no DS Apps registered for Dataset \"{datasetId}\"",
|
|
567
580
|
"notExpandableType": "Entity type \"{type}\" cannot be expanded",
|
|
@@ -569,7 +582,10 @@
|
|
|
569
582
|
"transferProcessNotFound": "Transfer Process not found for consumerPid \"{notFoundId}\"",
|
|
570
583
|
"transferNotInStartedState": "Transfer Process is not in STARTED state. Current state: \"{currentState}\"",
|
|
571
584
|
"transferMissingDatasetId": "Transfer Process is missing datasetId",
|
|
572
|
-
"schemaNotFound": "Schema \"{schemaId}\" not found"
|
|
585
|
+
"schemaNotFound": "Schema \"{schemaId}\" not found",
|
|
586
|
+
"cleanupFailed": "Error occurred during cleanup of activity logs",
|
|
587
|
+
"invalidProcessingGroupId": "Invalid processing group id \"{processingGroupId}\" specified in activity query",
|
|
588
|
+
"missingHandleActivity": "Handler App \"{dataspaceAppId}\" does not export a \"handleActivity\" function"
|
|
573
589
|
},
|
|
574
590
|
"dataspaceDataPlaneSocketClient": {
|
|
575
591
|
"socketConnect": "Failure during socket connect",
|
|
@@ -937,6 +953,47 @@
|
|
|
937
953
|
"transferFailed": "The transfer of the NFT failed",
|
|
938
954
|
"updateFailed": "The update of the NFT failed"
|
|
939
955
|
},
|
|
956
|
+
"entityStorageNotarizationConnector": {
|
|
957
|
+
"creationFailed": "Creating the notarization failed",
|
|
958
|
+
"getFailed": "Getting the notarization failed",
|
|
959
|
+
"removeFailed": "Removing the notarization failed",
|
|
960
|
+
"updateFailed": "Updating the notarization failed",
|
|
961
|
+
"transferFailed": "Transferring the notarization failed",
|
|
962
|
+
"namespaceMismatch": "The notarization id namespace is invalid for this connector",
|
|
963
|
+
"notarizationNotFound": "The requested notarization could not be found",
|
|
964
|
+
"notControllerRemove": "Only the controller can remove this notarization",
|
|
965
|
+
"notControllerUpdate": "Only the controller can update this notarization",
|
|
966
|
+
"deleteLockActive": "The notarization cannot be removed until the delete lock expires",
|
|
967
|
+
"updateLockActive": "The notarization is locked and cannot be updated",
|
|
968
|
+
"transferLockActive": "The notarization is locked and cannot be transferred",
|
|
969
|
+
"immutableFieldModification": "Cannot modify immutable notarization field",
|
|
970
|
+
"lockedNotarizationDeleteLockMustHaveDate": "Locked notarization delete locks must specify an UnlockAt date",
|
|
971
|
+
"lockedNotarizationCannotHaveTransferLock": "Locked notarizations are non-transferable and cannot have a transfer lock",
|
|
972
|
+
"dynamicNotarizationCannotHaveDeleteLock": "Dynamic notarizations cannot have a delete lock",
|
|
973
|
+
"dynamicNotarizationTransferLockMustHaveDate": "Dynamic notarization transfer locks must specify a valid UnlockAt date"
|
|
974
|
+
},
|
|
975
|
+
"iotaNotarizationConnector": {
|
|
976
|
+
"creationFailed": "Failed to create the notarization.",
|
|
977
|
+
"creationFailedOutput": "Failed to parse the created notarization from transaction output.",
|
|
978
|
+
"deleteLockActive": "Deletion is currently locked for this notarization.",
|
|
979
|
+
"getFailed": "Failed to get the notarization.",
|
|
980
|
+
"invalidDate": "The value \"{{value}}\" is not a valid ISO date-time.",
|
|
981
|
+
"namespaceMismatch": "The notarization id \"{{id}}\" is not in the expected namespace \"{{namespace}}\".",
|
|
982
|
+
"removeFailed": "Failed to remove the notarization.",
|
|
983
|
+
"transferFailed": "Failed to transfer the notarization.",
|
|
984
|
+
"transferLockActive": "Transfer is currently locked for this notarization.",
|
|
985
|
+
"updateFailed": "Failed to update the notarization.",
|
|
986
|
+
"updateLockActive": "Updates are currently locked for this notarization."
|
|
987
|
+
},
|
|
988
|
+
"notarizationService": {
|
|
989
|
+
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the notarization service \"{namespace}\"",
|
|
990
|
+
"noConnectors": "There are no connectors registered with the notarization factory",
|
|
991
|
+
"createFailed": "The creation of the notarization failed",
|
|
992
|
+
"getFailed": "The retrieval of the notarization failed",
|
|
993
|
+
"removeFailed": "The removal of the notarization failed",
|
|
994
|
+
"updateFailed": "The update of the notarization failed",
|
|
995
|
+
"transferFailed": "The transfer of the notarization failed"
|
|
996
|
+
},
|
|
940
997
|
"dataAccessPointService": {
|
|
941
998
|
"noHandlerForAssetType": "No handler registered for asset type \"{assetType}\"",
|
|
942
999
|
"notAuthorizedToQuery": "Not authorized to query asset type \"{assetType}\"",
|
|
@@ -950,7 +1007,9 @@
|
|
|
950
1007
|
"offerNotFound": "Offer not found with id: \"{notFoundId}\"",
|
|
951
1008
|
"offerTypeMismatch": "The policy with id: \"{offerId}\" is not of type Offer, it is of type: \"{type}\".",
|
|
952
1009
|
"setNotFound": "Set not found with id: \"{notFoundId}\"",
|
|
953
|
-
"setTypeMismatch": "The policy with id: \"{setId}\" is not of type Set, it is of type: \"{type}\"."
|
|
1010
|
+
"setTypeMismatch": "The policy with id: \"{setId}\" is not of type Set, it is of type: \"{type}\".",
|
|
1011
|
+
"ecosystemPolicyNotFound": "Ecosystem policy not found with id: \"{notFoundId}\"",
|
|
1012
|
+
"ecosystemPolicyTypeMismatch": "The policy with id: \"{ecosystemPolicyId}\" is not of type EcosystemPolicy, it is of type: \"{type}\"."
|
|
954
1013
|
},
|
|
955
1014
|
"policyDecisionPointService": {
|
|
956
1015
|
"decidingFailed": "Deciding on policies for policy id \"{policyId}\" failed in arbiter with id: \"{arbiterId}\"",
|
|
@@ -987,7 +1046,8 @@
|
|
|
987
1046
|
"constraintDataTypeNotSupported": "Constraint dataType is not supported. Value coercion based on dataType is not implemented.",
|
|
988
1047
|
"constraintUnitNotSupported": "Constraint unit is not supported. Unit-aware comparison is not implemented.",
|
|
989
1048
|
"constraintStatusNotSupported": "Constraint status is not supported. State-based evaluation is not implemented.",
|
|
990
|
-
"policyProfileNotSupported": "Policy \"{policyId}\" declares
|
|
1049
|
+
"policyProfileNotSupported": "Policy \"{policyId}\" declares unsupported profile \"{unsupportedProfile}\". Only known profiles are supported.",
|
|
1050
|
+
"inheritedPolicyProfileNotSupported": "Inherited policy \"{policyId}\" declares an unsupported profile. All policies in the inheritFrom chain must declare only supported profiles."
|
|
991
1051
|
},
|
|
992
1052
|
"defaultPolicyEnforcementProcessor": {
|
|
993
1053
|
"targetNotJsonPath": "The policy decision target \"{target}\" is not a valid JSON-path string, it should be a minimum of $.",
|
|
@@ -1007,10 +1067,12 @@
|
|
|
1007
1067
|
"noAgreementCreated": "No agreement was created for offer with id: \"{offerId}\"",
|
|
1008
1068
|
"assignerNotIdentity": "The assigner in the offer is not a single identity",
|
|
1009
1069
|
"providerInitiatedNotSupported": "Provider initiated negotiations are currently not supported as the consumer identity is required to be set as the trust identity in the negotiation",
|
|
1010
|
-
"callerNotAuthorizedForNegotiation": "The caller's verified identity does not match any authorized party in this negotiation"
|
|
1070
|
+
"callerNotAuthorizedForNegotiation": "The caller's verified identity does not match any authorized party in this negotiation",
|
|
1071
|
+
"ecosystemPolicyNotNegotiable": "EcosystemPolicy with id: \"{offerId}\" cannot be submitted to DSP contract negotiation — it is applied directly by the rights-management engine"
|
|
1011
1072
|
},
|
|
1012
1073
|
"policyNegotiationAdminPointService": {
|
|
1013
|
-
"policyNotFound": "Policy with id: \"{notFoundId}\" not found"
|
|
1074
|
+
"policyNotFound": "Policy with id: \"{notFoundId}\" not found",
|
|
1075
|
+
"cleanupFailed": "Failed to cleanup old negotiations"
|
|
1014
1076
|
},
|
|
1015
1077
|
"policyExecutionPointService": {
|
|
1016
1078
|
"actionExecutionFailed": "Action execution failed for id: \"{actionId}\", at stage \"{stage}\", policy id: \"{policyId}\""
|
|
@@ -2018,6 +2080,7 @@
|
|
|
2018
2080
|
"iotaNftConnector": {
|
|
2019
2081
|
"contractReady": "Contract ready for use"
|
|
2020
2082
|
},
|
|
2083
|
+
"iotaNotarizationConnector": {},
|
|
2021
2084
|
"policyEnforcementPointService": {
|
|
2022
2085
|
"processing": "Processing information using processor with id: \"{processorId}\", policy id: \"{policyId}\"",
|
|
2023
2086
|
"intercepting": "Intercepting information for policy id: \"{policyId}\""
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.32](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.31...node-v0.0.3-next.32) (2026-04-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add notarization ([#121](https://github.com/twinfoundation/node/issues/121)) ([b2a11df](https://github.com/twinfoundation/node/commit/b2a11df92c7b5026f73f08a018c0586ebe008e92))
|
|
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.31 to 0.0.3-next.32
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.31](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.30...node-v0.0.3-next.31) (2026-04-14)
|
|
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.0.3-next.30 to 0.0.3-next.31
|
|
30
|
+
|
|
3
31
|
## [0.0.3-next.30](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.29...node-v0.0.3-next.30) (2026-04-06)
|
|
4
32
|
|
|
5
33
|
|