@twin.org/node 0.0.3-next.19 → 0.0.3-next.21
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 +21 -4
- package/docs/changelog.md +28 -0
- package/docs/open-api/spec.json +4858 -3594
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
"updateUserFailed": "Updating the user failed",
|
|
66
66
|
"removeUserFailed": "Removing the user failed",
|
|
67
67
|
"updatePasswordFailed": "Updating the user's password failed",
|
|
68
|
-
"passwordTooShort": "The password is too short, it must be at least {minLength} characters long",
|
|
69
68
|
"userNotFound": "The user with the specified e-mail could not be found \"{notFoundId}\"",
|
|
70
69
|
"currentPasswordMismatch": "The current password is incorrect"
|
|
71
70
|
},
|
|
@@ -322,7 +321,8 @@
|
|
|
322
321
|
"bootstrapFailed": "Failed to bootstrap component type \"{className}\" with instance type \"{instanceType}\"",
|
|
323
322
|
"componentStartFailed": "Failed to start component type \"{className}\" with instance type \"{instanceType}\"",
|
|
324
323
|
"componentStopFailed": "Failed to stop component type \"{className}\" with instance type \"{instanceType}\"",
|
|
325
|
-
"instanceTypeNotFound": "Instance type not found for \"{type}\"
|
|
324
|
+
"instanceTypeNotFound": "Instance type not found for \"{type}\"",
|
|
325
|
+
"instanceTypeNotFoundWithFeatures": "Instance type not found for \"{type}\" with features \"{features}\""
|
|
326
326
|
},
|
|
327
327
|
"fileStateStorage": {
|
|
328
328
|
"failedLoading": "Failed to load file state storage from \"{filename}\"",
|
|
@@ -395,6 +395,7 @@
|
|
|
395
395
|
"queryingFailed": "Querying the Auditable Item Graph failed",
|
|
396
396
|
"removeVerifiableFailed": "Removing the verifiable data the Auditable Item Graph vertex failed",
|
|
397
397
|
"vertexNotFound": "The vertex with the Id \"{notFoundId}\" was not found",
|
|
398
|
+
"changesetNotFound": "The changeset with the Id \"{notFoundId}\" was not found",
|
|
398
399
|
"resourceIdMissing": "You must provide either the id, or the resourceObject must contain an id property for index \"{index}\"",
|
|
399
400
|
"aliasNotUnique": "The alias id \"{aliasId}\" is already in use on another vertex and the unique flag was set",
|
|
400
401
|
"invalidEdgeId": "The edge id \"{edgeId}\" is not valid"
|
|
@@ -897,8 +898,8 @@
|
|
|
897
898
|
"policyEnforcementPointService": {
|
|
898
899
|
"noProcessors": "No processors available to process information",
|
|
899
900
|
"processingFailed": "Failed to process information using processor with id: \"{processorId}\", policy id: \"{policyId}\"",
|
|
900
|
-
"
|
|
901
|
-
"
|
|
901
|
+
"noAgreementsFound": "No agreements found for locator: \"{locator}\"",
|
|
902
|
+
"multipleAgreementsFound": "Multiple agreements found for locator: \"{locator}\""
|
|
902
903
|
},
|
|
903
904
|
"policyInformationPointService": {
|
|
904
905
|
"sourceRetrieveFailed": "Failed to retrieve information from source with id: \"{sourceId}\", for policy: \"{policyId}\""
|
|
@@ -906,6 +907,16 @@
|
|
|
906
907
|
"identityPolicyInformationSource": {
|
|
907
908
|
"identityRetrievalFailed": "Failed to retrieve identity \"{id}\" information for policy id: \"{policyId}\""
|
|
908
909
|
},
|
|
910
|
+
"defaultPolicyArbiter": {
|
|
911
|
+
"jsonPathOperandMissingTarget": "The operand \"{operand}\" is missing a JSONPath target after the twin:jsonpath: prefix.",
|
|
912
|
+
"informationTargetMissing": "The permission target references information key \"{key}\" but it does not exist.",
|
|
913
|
+
"multipleTargetsNotSupported": "Multiple targets in a single permission are not supported.",
|
|
914
|
+
"circularInheritanceDetected": "Circular inheritance detected: policy \"{policyId}\" inherits from \"{inheritFromId}\" which creates a cycle.",
|
|
915
|
+
"logicalConstraintOperandNotUnique": "Logical constraint operand is not unique within the policy, each operand must be unique.",
|
|
916
|
+
"inheritedPolicyNotFound": "The inherited policy with id \"{inheritFromId}\" could not be found in the Policy Administration Point.",
|
|
917
|
+
"noObligationEnforcersRegistered": "No Policy Obligation Enforcers are registered and they are required to enforce duties.",
|
|
918
|
+
"maxInheritanceDepthExceeded": "The maximum inheritance depth of {maxInheritanceDepth} has been exceeded when processing policy \"{policyId}\"."
|
|
919
|
+
},
|
|
909
920
|
"defaultPolicyEnforcementProcessor": {
|
|
910
921
|
"targetNotJsonPath": "The policy decision target \"{target}\" is not a valid JSON-path string, it should be a minimum of $.",
|
|
911
922
|
"replaceValueMissing": "The policy decision replaceValue was not provided for target \"{target}\"."
|
|
@@ -1907,6 +1918,9 @@
|
|
|
1907
1918
|
"passThroughPolicyArbiter": {
|
|
1908
1919
|
"decidingPolicy": "Deciding policy for policy id: \"{policyId}\""
|
|
1909
1920
|
},
|
|
1921
|
+
"defaultPolicyArbiter": {
|
|
1922
|
+
"decidingPolicy": "Deciding policy for policy id: \"{policyId}\""
|
|
1923
|
+
},
|
|
1910
1924
|
"passThroughPolicyNegotiator": {
|
|
1911
1925
|
"handlingOffer": "Handling offer negotiation for offer id: \"{offerId}\"",
|
|
1912
1926
|
"createAgreement": "Creating agreement for policy id: \"{offerId}\""
|
|
@@ -1917,6 +1931,9 @@
|
|
|
1917
1931
|
"finalised": "Logging finalised request for negotiation id: \"{negotiationId}\"",
|
|
1918
1932
|
"terminated": "Logging terminated request for negotiation id: \"{negotiationId}\""
|
|
1919
1933
|
},
|
|
1934
|
+
"passThroughPolicyObligationEnforcer": {
|
|
1935
|
+
"enforcingDuty": "Enforcing duty for policy id: \"{policyId}\""
|
|
1936
|
+
},
|
|
1920
1937
|
"policyManagementPointService": {
|
|
1921
1938
|
"retrieving": "Retrieving policies for locator \"locator\"",
|
|
1922
1939
|
"retrieved": "Retrieved {count} policies for locator \"locator\"."
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @twin.org/node - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.21](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.20...node-v0.0.3-next.21) (2026-02-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add obligation enforcers and multi instance support ([#89](https://github.com/twinfoundation/node/issues/89)) ([d81af99](https://github.com/twinfoundation/node/commit/d81af99b8c4db6e9a1370b7065bf6d9d222c71ed))
|
|
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.20 to 0.0.3-next.21
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.20](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.19...node-v0.0.3-next.20) (2026-02-06)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* update dependencies ([6cb3d3a](https://github.com/twinfoundation/node/commit/6cb3d3a63f7b976f80074ddecfba034b7e92f919))
|
|
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.19 to 0.0.3-next.20
|
|
30
|
+
|
|
3
31
|
## [0.0.3-next.19](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.18...node-v0.0.3-next.19) (2026-02-05)
|
|
4
32
|
|
|
5
33
|
|