@twin.org/document-management-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/document-management-service - Changelog
2
2
 
3
+ ## [0.0.3-next.11](https://github.com/twinfoundation/document-management/compare/document-management-service-v0.0.3-next.10...document-management-service-v0.0.3-next.11) (2026-02-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * update schemas ([310261d](https://github.com/twinfoundation/document-management/commit/310261d620254d9c00dfa8fbb470948af9101778))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/document-management-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/document-management/compare/document-management-service-v0.0.3-next.9...document-management-service-v0.0.3-next.10) (2026-02-11)
4
18
 
5
19
 
@@ -1117,7 +1117,6 @@
1117
1117
  "integrity",
1118
1118
  "dateCreated"
1119
1119
  ],
1120
- "additionalProperties": false,
1121
1120
  "description": "Interface describing a document."
1122
1121
  },
1123
1122
  "DocumentList": {
@@ -1170,7 +1169,6 @@
1170
1169
  "type",
1171
1170
  "itemListElement"
1172
1171
  ],
1173
- "additionalProperties": false,
1174
1172
  "description": "Interface describing a list of document entries."
1175
1173
  },
1176
1174
  "DocumentManagementCreateRequest": {
@@ -1233,7 +1231,6 @@
1233
1231
  "documentCode",
1234
1232
  "blob"
1235
1233
  ],
1236
- "additionalProperties": false,
1237
1234
  "description": "The body parameters."
1238
1235
  },
1239
1236
  "DocumentManagementUpdateRequest": {
@@ -1269,7 +1266,6 @@
1269
1266
  "description": "The auditable item graph vertices to connect the document to."
1270
1267
  }
1271
1268
  },
1272
- "additionalProperties": false,
1273
1269
  "description": "The body parameters."
1274
1270
  },
1275
1271
  "Error": {
@@ -1304,12 +1300,10 @@
1304
1300
  "name",
1305
1301
  "message"
1306
1302
  ],
1307
- "additionalProperties": false,
1308
1303
  "description": "Model to describe serialized error."
1309
1304
  },
1310
1305
  "NotFoundResponse": {
1311
1306
  "type": "object",
1312
- "additionalProperties": false,
1313
1307
  "properties": {
1314
1308
  "notFoundId": {
1315
1309
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/document-management-service",
3
- "version": "0.0.3-next.10",
3
+ "version": "0.0.3-next.11",
4
4
  "description": "Document management contract implementation and REST endpoint definitions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "@twin.org/crypto": "next",
24
24
  "@twin.org/data-json-ld": "next",
25
25
  "@twin.org/data-processing-models": "next",
26
- "@twin.org/document-management-models": "0.0.3-next.10",
26
+ "@twin.org/document-management-models": "0.0.3-next.11",
27
27
  "@twin.org/entity": "next",
28
28
  "@twin.org/entity-storage-models": "next",
29
29
  "@twin.org/nameof": "next",