@twin.org/rights-management-models 0.0.2-next.10 → 0.0.2-next.12

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.
@@ -6,7 +6,7 @@ import type { EntityCondition } from "@twin.org/entity";
6
6
  * The DARP component sends requests to the DAP for data access operations,
7
7
  * it will create proofs for the requests.
8
8
  */
9
- export interface IDataAccessPointRequestComponent extends IComponent {
9
+ export interface IDataAccessRequestPointComponent extends IComponent {
10
10
  /**
11
11
  * Create an item.
12
12
  * @param url The URL of the data access point.
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @twin.org/rights-management-models - Changelog
2
2
 
3
+ ## [0.0.2-next.12](https://github.com/twinfoundation/rights-management/compare/rights-management-models-v0.0.2-next.11...rights-management-models-v0.0.2-next.12) (2025-09-22)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **rights-management-models:** Synchronize repo versions
9
+
10
+ ## [0.0.2-next.11](https://github.com/twinfoundation/rights-management/compare/rights-management-models-v0.0.2-next.10...rights-management-models-v0.0.2-next.11) (2025-09-19)
11
+
12
+
13
+ ### Features
14
+
15
+ * engine compatibility updates ([490e015](https://github.com/twinfoundation/rights-management/commit/490e015901d6a5ac6563da484a18fc5f285556b1))
16
+
3
17
  ## [0.0.2-next.10](https://github.com/twinfoundation/rights-management/compare/rights-management-models-v0.0.2-next.9...rights-management-models-v0.0.2-next.10) (2025-09-19)
4
18
 
5
19
 
@@ -40,7 +40,7 @@
40
40
  - [IPnpTerminateRequest](interfaces/IPnpTerminateRequest.md)
41
41
  - [IDataAccessHandler](interfaces/IDataAccessHandler.md)
42
42
  - [IDataAccessPointComponent](interfaces/IDataAccessPointComponent.md)
43
- - [IDataAccessPointRequestComponent](interfaces/IDataAccessPointRequestComponent.md)
43
+ - [IDataAccessRequestPointComponent](interfaces/IDataAccessRequestPointComponent.md)
44
44
  - [IDataAccessQuery](interfaces/IDataAccessQuery.md)
45
45
  - [IDataAccessQueryResponse](interfaces/IDataAccessQueryResponse.md)
46
46
  - [IDataAccessRequest](interfaces/IDataAccessRequest.md)
@@ -1,4 +1,4 @@
1
- # Interface: IDataAccessPointRequestComponent
1
+ # Interface: IDataAccessRequestPointComponent
2
2
 
3
3
  Interface describing a Data Access Request Point (DARP) contract.
4
4
  The DARP component sends requests to the DAP for data access operations,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/rights-management-models",
3
- "version": "0.0.2-next.10",
3
+ "version": "0.0.2-next.12",
4
4
  "description": "Models which define the structure of the rights management connectors and services",
5
5
  "repository": {
6
6
  "type": "git",