@twin.org/auditable-item-stream-service 0.0.3-next.10 → 0.0.3-next.11

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/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @twin.org/auditable-item-stream-service - Changelog
2
2
 
3
+ ## [0.0.3-next.11](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.10...auditable-item-stream-service-v0.0.3-next.11) (2026-02-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * update schemas ([8f870cc](https://github.com/twinfoundation/auditable-item-stream/commit/8f870cc3d463137b759fb509905089908135e92a))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.10 to 0.0.3-next.11
16
+
3
17
  ## [0.0.3-next.10](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-service-v0.0.3-next.9...auditable-item-stream-service-v0.0.3-next.10) (2026-02-23)
4
18
 
5
19
 
@@ -2509,7 +2509,6 @@
2509
2509
  "required": [
2510
2510
  "entryObject"
2511
2511
  ],
2512
- "additionalProperties": false,
2513
2512
  "description": "The data to be used in the stream."
2514
2513
  },
2515
2514
  "AuditableItemStreamCreateRequest": {
@@ -2539,7 +2538,6 @@
2539
2538
  "description": "After how many entries do we add immutable checks, defaults to service configured value. A value of 0 will disable immutable checks, 1 will be every item, or any other integer for an interval."
2540
2539
  }
2541
2540
  },
2542
- "additionalProperties": false,
2543
2541
  "description": "The data to be used in the stream."
2544
2542
  },
2545
2543
  "AuditableItemStreamUpdateEntryRequest": {
@@ -2552,7 +2550,6 @@
2552
2550
  "required": [
2553
2551
  "entryObject"
2554
2552
  ],
2555
- "additionalProperties": false,
2556
2553
  "description": "The data to be used in the entry."
2557
2554
  },
2558
2555
  "AuditableItemStreamUpdateRequest": {
@@ -2562,7 +2559,6 @@
2562
2559
  "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
2563
2560
  }
2564
2561
  },
2565
- "additionalProperties": false,
2566
2562
  "description": "The data to be used in the stream."
2567
2563
  },
2568
2564
  "Error": {
@@ -2597,12 +2593,10 @@
2597
2593
  "name",
2598
2594
  "message"
2599
2595
  ],
2600
- "additionalProperties": false,
2601
2596
  "description": "Model to describe serialized error."
2602
2597
  },
2603
2598
  "NotFoundResponse": {
2604
2599
  "type": "object",
2605
- "additionalProperties": false,
2606
2600
  "properties": {
2607
2601
  "notFoundId": {
2608
2602
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/auditable-item-stream-service",
3
- "version": "0.0.3-next.10",
3
+ "version": "0.0.3-next.11",
4
4
  "description": "Auditable Item Stream contract implementation and REST endpoint definitions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/api-models": "next",
18
- "@twin.org/auditable-item-stream-models": "0.0.3-next.10",
18
+ "@twin.org/auditable-item-stream-models": "0.0.3-next.11",
19
19
  "@twin.org/context": "next",
20
20
  "@twin.org/core": "next",
21
21
  "@twin.org/crypto": "next",