@twin.org/node 0.0.3-next.15 → 0.0.3-next.17

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.
@@ -871,30 +871,43 @@
871
871
  "notAuthorizedToQuery": "Not authorized to query asset type \"{assetType}\"",
872
872
  "notAuthorizedToGet": "Not authorized to get asset type \"{assetType}\" with id \"{id}\""
873
873
  },
874
+ "odrlPolicyHelper": {
875
+ "policyMissingAssignee": "The {policyType} with id \"{policyId}\" is missing an assignee.",
876
+ "policyMissingAssigner": "The {policyType} with id \"{policyId}\" is missing an assigner."
877
+ },
874
878
  "trustHelper": {
875
879
  "trustVerifyFailed": "Trust verification failed for action \"{action}\""
876
880
  },
877
881
  "policyAdministrationPointService": {
878
882
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the rights management components \"{namespace}\"",
879
- "policyNotFound": "Policy not found with id: \"{notFoundId}\""
883
+ "policyNotFound": "Policy not found with id: \"{notFoundId}\"",
884
+ "agreementNotFound": "Agreement not found with id: \"{notFoundId}\"",
885
+ "agreementTypeMismatch": "The policy with id: \"{agreementId}\" is not of type Agreement, it is of type: \"{type}\".",
886
+ "offerNotFound": "Offer not found with id: \"{notFoundId}\"",
887
+ "offerTypeMismatch": "The policy with id: \"{offerId}\" is not of type Offer, it is of type: \"{type}\".",
888
+ "setNotFound": "Set not found with id: \"{notFoundId}\"",
889
+ "setTypeMismatch": "The policy with id: \"{setId}\" is not of type Set, it is of type: \"{type}\"."
880
890
  },
881
891
  "policyDecisionPointService": {
882
- "decidingFailed": "Deciding on policies for locator \"{locator}\" failed in arbiter with id: \"{arbiterId}\"",
883
- "noSupportedArbiters": "No arbiters found that support the given locator: \"{locator}\""
892
+ "decidingFailed": "Deciding on policies for policy id \"{policyId}\" failed in arbiter with id: \"{arbiterId}\"",
893
+ "noArbiters": "No policy arbiters are registered in the system."
884
894
  },
885
895
  "policyEnforcementPointService": {
886
- "processingFailed": "Failed to process information using processor with id: \"{processorId}\", locator: \"{locator}\""
896
+ "noProcessors": "No processors available to process information",
897
+ "processingFailed": "Failed to process information using processor with id: \"{processorId}\", policy id: \"{policyId}\"",
898
+ "noPoliciesFound": "No policies found for locator: \"{locator}\"",
899
+ "multiplePoliciesFound": "Multiple policies found for locator: \"{locator}\""
887
900
  },
888
901
  "policyInformationPointService": {
889
- "sourceRetrieveFailed": "Failed to retrieve information from source with id: \"{sourceId}\", locator: \"{locator}\""
902
+ "sourceRetrieveFailed": "Failed to retrieve information from source with id: \"{sourceId}\", for policy: \"{policyId}\""
890
903
  },
891
904
  "identityPolicyInformationSource": {
892
- "identityRetrievalFailed": "Failed to retrieve identity information for locator: \"{locator}\""
905
+ "identityRetrievalFailed": "Failed to retrieve identity \"{id}\" information for policy id: \"{policyId}\""
893
906
  },
894
907
  "policyNegotiationPointService": {
895
908
  "noOfferFound": "No offer found with id: \"{offerId}\"",
896
909
  "noNegotiatorFound": "No negotiator found which support offer id: \"{offerId}\"",
897
- "noRequesterFound": "No requester found with id: \"{requesterId}\"",
910
+ "noRequesterFound": "No requester found with type: \"{notFoundId}\"",
898
911
  "negotiationFailed": "Negotiation failed for offer id: \"{offerId}\"",
899
912
  "agreementMissing": "The agreement is missing",
900
913
  "negotiationNotFound": "No negotiation found with id: \"{notFoundId}\"",
@@ -908,7 +921,7 @@
908
921
  "policyNotFound": "Policy with id: \"{notFoundId}\" not found"
909
922
  },
910
923
  "policyExecutionPointService": {
911
- "actionExecutionFailed": "Action execution failed for id: \"{actionId}\", at stage \"{stage}\", with locator: \"{locator}\""
924
+ "actionExecutionFailed": "Action execution failed for id: \"{actionId}\", at stage \"{stage}\", policy id: \"{policyId}\""
912
925
  },
913
926
  "policyNegotiationPointRestClient": {
914
927
  "notSupportedOnClient": "The method \"{methodName}\" is not supported on the REST client, it can only be used on a server side component"
@@ -1782,27 +1795,43 @@
1782
1795
  "contractReady": "Contract ready for use"
1783
1796
  },
1784
1797
  "policyEnforcementPointService": {
1785
- "processing": "Processing information using processor with id: \"{processorId}\", locator: \"{locator}\"",
1786
- "intercepting": "Intercepting information for locator: \"{locator}\""
1798
+ "processing": "Processing information using processor with id: \"{processorId}\", policy id: \"{policyId}\"",
1799
+ "intercepting": "Intercepting information for policy id: \"{policyId}\""
1787
1800
  },
1788
1801
  "identityPolicyInformationSource": {
1789
- "identityRetrieving": "Retrieving identity information for locator: \"{locator}\""
1802
+ "identityRetrieving": "Retrieving identity \"{id}\" information for policy id: \"{policyId}\""
1790
1803
  },
1791
1804
  "staticPolicyInformationSource": {
1792
- "staticRetrieving": "Retrieving static policy information for locator \"{locator}\" with access mode: \"{accessMode}\"",
1793
- "staticRetrieved": "Retrieved static policy information for locator: \"{locator}\" with access mode: \"{accessMode}\", item count: {itemCount}"
1805
+ "staticRetrieving": "Retrieving static policy information for policy id: \"{policyId}\" with access mode: \"{accessMode}\"",
1806
+ "staticRetrieved": "Retrieved static policy information for policy id: \"{policyId}\" with access mode: \"{accessMode}\", item count: {itemCount}"
1794
1807
  },
1795
1808
  "loggingPolicyExecutionAction": {
1796
- "policyActionExecutedBefore": "Policy executed for locator: \"{locator}\", stage: \"{stage}\", data: \"{data}\", policies: \"{policies}\"",
1797
- "policyActionExecutedAfter": "Policy executed for locator: \"{locator}\", stage: \"{stage}\", data: \"{data}\", policies: \"{policies}\", decisions: \"{decisions}\""
1809
+ "policyActionExecutedBefore": "Policy executed for policyId: \"{policyId}\", stage: \"{stage}\", data: \"{data}\", policy: \"{policy}\", decisions: \"{decisions}\"",
1810
+ "policyActionExecutedAfter": "Policy executed for policyId: \"{policyId}\", stage: \"{stage}\", data: \"{data}\", policy: \"{policy}\", decisions: \"{decisions}\""
1811
+ },
1812
+ "passThroughPolicyEnforcementProcessor": {
1813
+ "processingPolicy": "Processing policy enforcement for policy id: \"{policyId}\""
1814
+ },
1815
+ "passThroughPolicyArbiter": {
1816
+ "decidingPolicy": "Deciding policy for policy id: \"{policyId}\""
1817
+ },
1818
+ "passThroughPolicyNegotiator": {
1819
+ "handlingOffer": "Handling offer negotiation for offer id: \"{offerId}\"",
1820
+ "createAgreement": "Creating agreement for policy id: \"{offerId}\""
1821
+ },
1822
+ "passThroughPolicyRequester": {
1823
+ "offer": "Logging offer request for offer id: \"{offerId}\", negotiation id: \"{negotiationId}\"",
1824
+ "agreement": "Logging agreement request for agreement id: \"{agreementId}\", negotiation id: \"{negotiationId}\"",
1825
+ "finalised": "Logging finalised request for negotiation id: \"{negotiationId}\"",
1826
+ "terminated": "Logging terminated request for negotiation id: \"{negotiationId}\""
1798
1827
  },
1799
1828
  "policyManagementPointService": {
1800
1829
  "retrieving": "Retrieving policies for locator \"locator\"",
1801
1830
  "retrieved": "Retrieved {count} policies for locator \"locator\"."
1802
1831
  },
1803
1832
  "policyExecutionPointService": {
1804
- "executingActions": "Executing actions for stage: \"{stage}\", locator: \"{locator}\"",
1805
- "executingAction": "Executing action for stage: \"{stage}\", locator: \"{locator}\""
1833
+ "executingActions": "Executing actions for stage: \"{stage}\", policy id: \"{policyId}\"",
1834
+ "executingAction": "Executing action for stage: \"{stage}\", policy id: \"{policyId}\""
1806
1835
  },
1807
1836
  "changeSetHelper": {
1808
1837
  "changeSetApplyingChange": "Applying remote sync change with operation id \"{operation}\" for item with id \"{id}\"",
package/docs/changelog.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @twin.org/node - Changelog
2
2
 
3
+ ## [0.0.3-next.17](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.16...node-v0.0.3-next.17) (2026-02-02)
4
+
5
+
6
+ ### Features
7
+
8
+ * update rights management ([5c992c6](https://github.com/twinfoundation/node/commit/5c992c6b0d72f3eeaa39ee267e096d9a3f477f4e))
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.16 to 0.0.3-next.17
16
+
17
+ ## [0.0.3-next.16](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.15...node-v0.0.3-next.16) (2026-01-28)
18
+
19
+
20
+ ### Features
21
+
22
+ * remove dap and darp ([36c3ffb](https://github.com/twinfoundation/node/commit/36c3ffb31af65a0e3025859dab675efeee043155))
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.15 to 0.0.3-next.16
30
+
3
31
  ## [0.0.3-next.15](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.14...node-v0.0.3-next.15) (2026-01-26)
4
32
 
5
33