@twin.org/document-management-service 0.0.1-next.18 → 0.0.1-next.20

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,46 @@
1
1
  # @twin.org/document-management-service - Changelog
2
2
 
3
+ ## [0.0.1-next.20](https://github.com/twinfoundation/document-management/compare/document-management-service-v0.0.1-next.19...document-management-service-v0.0.1-next.20) (2025-06-20)
4
+
5
+
6
+ ### Features
7
+
8
+ * document get can perform extraction ([#6](https://github.com/twinfoundation/document-management/issues/6)) ([5ce6d37](https://github.com/twinfoundation/document-management/commit/5ce6d37432ad271ca5783f422846f4be98ec2215))
9
+ * get document revision ([080eddc](https://github.com/twinfoundation/document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
10
+ * populate dateDeleted from aig resource object ([ce91cf1](https://github.com/twinfoundation/document-management/commit/ce91cf1385c4370ec6924435349213abf776f3e5))
11
+ * store document as a vertex ([#2](https://github.com/twinfoundation/document-management/issues/2)) ([7febedc](https://github.com/twinfoundation/document-management/commit/7febedc3fb31de9c19565d6326341046834f2c74))
12
+ * update blob storage component ([63fe802](https://github.com/twinfoundation/document-management/commit/63fe8023bdae76631e324e6fee753c7e9243acfe))
13
+ * update dependencies ([b051009](https://github.com/twinfoundation/document-management/commit/b051009ae27a44c38a73ebdb0f05ebea1c8dae0e))
14
+ * update dependencies ([f9d8641](https://github.com/twinfoundation/document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
15
+ * use standard list json ld types ([20ea04b](https://github.com/twinfoundation/document-management/commit/20ea04b05fd4bc4fcedce8f66958942c3c2fa303))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * adding missing route for the document management ([#4](https://github.com/twinfoundation/document-management/issues/4)) ([fd3292e](https://github.com/twinfoundation/document-management/commit/fd3292ede5014847ae2f2bcadb174b6552486154))
21
+ * query params force coercion ([d667d0f](https://github.com/twinfoundation/document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @twin.org/document-management-models bumped from 0.0.1-next.19 to 0.0.1-next.20
29
+
30
+ ## [0.0.1-next.19](https://github.com/twinfoundation/document-management/compare/document-management-service-v0.0.1-next.18...document-management-service-v0.0.1-next.19) (2025-06-20)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * query params force coercion ([d667d0f](https://github.com/twinfoundation/document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
36
+
37
+
38
+ ### Dependencies
39
+
40
+ * The following workspace dependencies were updated
41
+ * dependencies
42
+ * @twin.org/document-management-models bumped from 0.0.1-next.18 to 0.0.1-next.19
43
+
3
44
  ## [0.0.1-next.18](https://github.com/twinfoundation/document-management/compare/document-management-service-v0.0.1-next.17...document-management-service-v0.0.1-next.18) (2025-06-18)
4
45
 
5
46
 
@@ -163,7 +163,10 @@
163
163
  "in": "query",
164
164
  "required": false,
165
165
  "schema": {
166
- "type": "string"
166
+ "type": [
167
+ "number",
168
+ "string"
169
+ ]
167
170
  }
168
171
  },
169
172
  {
@@ -451,7 +454,10 @@
451
454
  "in": "query",
452
455
  "required": false,
453
456
  "schema": {
454
- "type": "boolean"
457
+ "type": [
458
+ "boolean",
459
+ "string"
460
+ ]
455
461
  }
456
462
  },
457
463
  {
@@ -460,7 +466,10 @@
460
466
  "in": "query",
461
467
  "required": false,
462
468
  "schema": {
463
- "type": "boolean"
469
+ "type": [
470
+ "boolean",
471
+ "string"
472
+ ]
464
473
  }
465
474
  },
466
475
  {
@@ -469,7 +478,10 @@
469
478
  "in": "query",
470
479
  "required": false,
471
480
  "schema": {
472
- "type": "boolean"
481
+ "type": [
482
+ "boolean",
483
+ "string"
484
+ ]
473
485
  }
474
486
  },
475
487
  {
@@ -478,7 +490,10 @@
478
490
  "in": "query",
479
491
  "required": false,
480
492
  "schema": {
481
- "type": "boolean"
493
+ "type": [
494
+ "boolean",
495
+ "string"
496
+ ]
482
497
  }
483
498
  },
484
499
  {
@@ -505,7 +520,10 @@
505
520
  "in": "query",
506
521
  "required": false,
507
522
  "schema": {
508
- "type": "string"
523
+ "type": [
524
+ "number",
525
+ "string"
526
+ ]
509
527
  }
510
528
  },
511
529
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/document-management-service",
3
- "version": "0.0.1-next.18",
3
+ "version": "0.0.1-next.20",
4
4
  "description": "Document management contract implementation and REST endpoint definitions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  "@twin.org/crypto": "next",
23
23
  "@twin.org/data-json-ld": "next",
24
24
  "@twin.org/data-processing-models": "next",
25
- "@twin.org/document-management-models": "0.0.1-next.18",
25
+ "@twin.org/document-management-models": "0.0.1-next.20",
26
26
  "@twin.org/entity": "next",
27
27
  "@twin.org/entity-storage-models": "next",
28
28
  "@twin.org/nameof": "next",