@twin.org/node 0.0.3-next.20 → 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 -3
- package/docs/changelog.md +14 -0
- package/docs/open-api/spec.json +1091 -464
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -321,7 +321,8 @@
|
|
|
321
321
|
"bootstrapFailed": "Failed to bootstrap component type \"{className}\" with instance type \"{instanceType}\"",
|
|
322
322
|
"componentStartFailed": "Failed to start component type \"{className}\" with instance type \"{instanceType}\"",
|
|
323
323
|
"componentStopFailed": "Failed to stop component type \"{className}\" with instance type \"{instanceType}\"",
|
|
324
|
-
"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}\""
|
|
325
326
|
},
|
|
326
327
|
"fileStateStorage": {
|
|
327
328
|
"failedLoading": "Failed to load file state storage from \"{filename}\"",
|
|
@@ -394,6 +395,7 @@
|
|
|
394
395
|
"queryingFailed": "Querying the Auditable Item Graph failed",
|
|
395
396
|
"removeVerifiableFailed": "Removing the verifiable data the Auditable Item Graph vertex failed",
|
|
396
397
|
"vertexNotFound": "The vertex with the Id \"{notFoundId}\" was not found",
|
|
398
|
+
"changesetNotFound": "The changeset with the Id \"{notFoundId}\" was not found",
|
|
397
399
|
"resourceIdMissing": "You must provide either the id, or the resourceObject must contain an id property for index \"{index}\"",
|
|
398
400
|
"aliasNotUnique": "The alias id \"{aliasId}\" is already in use on another vertex and the unique flag was set",
|
|
399
401
|
"invalidEdgeId": "The edge id \"{edgeId}\" is not valid"
|
|
@@ -896,8 +898,8 @@
|
|
|
896
898
|
"policyEnforcementPointService": {
|
|
897
899
|
"noProcessors": "No processors available to process information",
|
|
898
900
|
"processingFailed": "Failed to process information using processor with id: \"{processorId}\", policy id: \"{policyId}\"",
|
|
899
|
-
"
|
|
900
|
-
"
|
|
901
|
+
"noAgreementsFound": "No agreements found for locator: \"{locator}\"",
|
|
902
|
+
"multipleAgreementsFound": "Multiple agreements found for locator: \"{locator}\""
|
|
901
903
|
},
|
|
902
904
|
"policyInformationPointService": {
|
|
903
905
|
"sourceRetrieveFailed": "Failed to retrieve information from source with id: \"{sourceId}\", for policy: \"{policyId}\""
|
|
@@ -905,6 +907,16 @@
|
|
|
905
907
|
"identityPolicyInformationSource": {
|
|
906
908
|
"identityRetrievalFailed": "Failed to retrieve identity \"{id}\" information for policy id: \"{policyId}\""
|
|
907
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
|
+
},
|
|
908
920
|
"defaultPolicyEnforcementProcessor": {
|
|
909
921
|
"targetNotJsonPath": "The policy decision target \"{target}\" is not a valid JSON-path string, it should be a minimum of $.",
|
|
910
922
|
"replaceValueMissing": "The policy decision replaceValue was not provided for target \"{target}\"."
|
|
@@ -1906,6 +1918,9 @@
|
|
|
1906
1918
|
"passThroughPolicyArbiter": {
|
|
1907
1919
|
"decidingPolicy": "Deciding policy for policy id: \"{policyId}\""
|
|
1908
1920
|
},
|
|
1921
|
+
"defaultPolicyArbiter": {
|
|
1922
|
+
"decidingPolicy": "Deciding policy for policy id: \"{policyId}\""
|
|
1923
|
+
},
|
|
1909
1924
|
"passThroughPolicyNegotiator": {
|
|
1910
1925
|
"handlingOffer": "Handling offer negotiation for offer id: \"{offerId}\"",
|
|
1911
1926
|
"createAgreement": "Creating agreement for policy id: \"{offerId}\""
|
|
@@ -1916,6 +1931,9 @@
|
|
|
1916
1931
|
"finalised": "Logging finalised request for negotiation id: \"{negotiationId}\"",
|
|
1917
1932
|
"terminated": "Logging terminated request for negotiation id: \"{negotiationId}\""
|
|
1918
1933
|
},
|
|
1934
|
+
"passThroughPolicyObligationEnforcer": {
|
|
1935
|
+
"enforcingDuty": "Enforcing duty for policy id: \"{policyId}\""
|
|
1936
|
+
},
|
|
1919
1937
|
"policyManagementPointService": {
|
|
1920
1938
|
"retrieving": "Retrieving policies for locator \"locator\"",
|
|
1921
1939
|
"retrieved": "Retrieved {count} policies for locator \"locator\"."
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
3
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)
|
|
4
18
|
|
|
5
19
|
|