@twin.org/node 0.9.0-next.1 → 0.9.0

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.
@@ -1177,10 +1177,9 @@
1177
1177
  "transferFailed": "The transfer of the notarization failed"
1178
1178
  },
1179
1179
  "dataAccessPointService": {
1180
- "noHandlerForAssetType": "No handler registered for asset type \"{assetType}\"",
1181
- "notAuthorizedToQuery": "Not authorized to query asset type \"{assetType}\"",
1182
- "notAuthorizedToGet": "Not authorized to get asset type \"{assetType}\" with id \"{id}\""
1180
+ "noHandlerForAssetType": "No handler registered for asset type \"{assetType}\""
1183
1181
  },
1182
+ "dataAccessRequestPointService": {},
1184
1183
  "policyAdministrationPointService": {
1185
1184
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the rights management components \"{namespace}\"",
1186
1185
  "policyAlreadyExists": "A policy with id: \"{existingId}\" already exists",
@@ -2287,6 +2286,13 @@
2287
2286
  "contractReady": "Contract ready for use"
2288
2287
  },
2289
2288
  "iotaNotarizationConnector": {},
2289
+ "dataAccessPointService": {
2290
+ "registeredHandler": "Handler registered with id: \"{handlerId}\"",
2291
+ "unregisteredHandler": "Handler unregistered with id: \"{handlerId}\""
2292
+ },
2293
+ "dataAccessRequestPointService": {
2294
+ "missingNodeIdentity": "The node identity is missing"
2295
+ },
2290
2296
  "policyEnforcementPointService": {
2291
2297
  "processing": "Processing information using processor with id: \"{processorId}\", policy id: \"{policyId}\"",
2292
2298
  "intercepting": "Intercepting information for policy id: \"{policyId}\""
package/docs/changelog.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.0](https://github.com/iotaledger/twin-node/compare/node-v0.9.0...node-v0.9.0) (2026-06-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * add auth admin component ([1661e57](https://github.com/iotaledger/twin-node/commit/1661e57a699d5cf9ebde333e3cbc3aaea89d7c9c))
9
+ * add extend engine and server methods ([ec09c7e](https://github.com/iotaledger/twin-node/commit/ec09c7eb882d9f5797f2fd372e96cad1a3716f59))
10
+ * add extend engine and server methods ([0136a6f](https://github.com/iotaledger/twin-node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
11
+ * add fedcat to openapi ([eac69bd](https://github.com/iotaledger/twin-node/commit/eac69bdf94a22c35fe58e7523d9cf78bdc72eb7b))
12
+ * add updated config vars ([ebe8178](https://github.com/iotaledger/twin-node/commit/ebe81788ce53ddf3d6925a5f2f6dac381f84f06c))
13
+ * improve default options and spec ([b538721](https://github.com/iotaledger/twin-node/commit/b538721902e7f65021d2715148ba59409ccce035))
14
+ * initial commit ([522f1e5](https://github.com/iotaledger/twin-node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
15
+ * migrate env config from engine to node ([5da29b8](https://github.com/iotaledger/twin-node/commit/5da29b8d714495308320d237a68e84355bba2b47))
16
+ * node app use JavaScript ([14fe08c](https://github.com/iotaledger/twin-node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
17
+ * release to production ([6319a38](https://github.com/iotaledger/twin-node/commit/6319a38490a2c2809622f8acd170cb92bfa06942))
18
+ * release to production ([4f44403](https://github.com/iotaledger/twin-node/commit/4f444039832edce8fae562baa7c900ccdc2181da))
19
+ * release to production ([2d96e37](https://github.com/iotaledger/twin-node/commit/2d96e3737bd9663bc0d1171c2ff2c7f8b2ab01bb))
20
+ * release to production ([#253](https://github.com/iotaledger/twin-node/issues/253)) ([230efd0](https://github.com/iotaledger/twin-node/commit/230efd0f99af6114e707999b4c1a83a391cc1741))
21
+ * update dependencies ([9d25f16](https://github.com/iotaledger/twin-node/commit/9d25f16f1d554cd38f3bec28fdf7f8fff892ceaf))
22
+ * update spec generation config ([cff633a](https://github.com/iotaledger/twin-node/commit/cff633a0ffb73ad652d5f1bae653fa91e82dc8ab))
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/iotaledger/twin-node/commit/6030a42bdaf581678d96932fd0b809396bf7b8b0))
28
+ * adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/iotaledger/twin-node/commit/c66f396717394161a7647d1f08b3d87729d96e96))
29
+ * broken docs ([61479fd](https://github.com/iotaledger/twin-node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
30
+
3
31
  ## [0.9.0-next.1](https://github.com/iotaledger/twin-node/compare/node-v0.9.0-next.0...node-v0.9.0-next.1) (2026-06-24)
4
32
 
5
33
 
@@ -11624,7 +11624,7 @@
11624
11624
  },
11625
11625
  {
11626
11626
  "name": "conditions",
11627
- "description": "The conditions to filter the streams, JSON stringified IComparator[].",
11627
+ "description": "The conditions to filter the streams, JSON stringified EntityCondition<IAuditableItemGraphVertex>.",
11628
11628
  "in": "query",
11629
11629
  "required": false,
11630
11630
  "schema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node",
3
- "version": "0.9.0-next.1",
3
+ "version": "0.9.0",
4
4
  "description": "TWIN Node serving APIs using the specified configuration",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,7 +14,7 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/node-core": "0.9.0-next.1"
17
+ "@twin.org/node-core": "^0.9.0"
18
18
  },
19
19
  "bugs": {
20
20
  "url": "git+https://github.com/iotaledger/twin-node/issues"