@twin.org/document-management-service 0.0.3-next.1 → 0.0.3-next.2

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.2](https://github.com/twinfoundation/document-management/compare/document-management-service-v0.0.3-next.1...document-management-service-v0.0.3-next.2) (2025-11-28)
4
+
5
+
6
+ ### Features
7
+
8
+ * update background task service ([5c380dc](https://github.com/twinfoundation/document-management/commit/5c380dca3114254201768f184f9486828501ff66))
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.1 to 0.0.3-next.2
16
+
3
17
  ## [0.0.3-next.1](https://github.com/twinfoundation/document-management/compare/document-management-service-v0.0.3-next.0...document-management-service-v0.0.3-next.1) (2025-11-12)
4
18
 
5
19
 
@@ -451,10 +451,7 @@
451
451
  "in": "query",
452
452
  "required": false,
453
453
  "schema": {
454
- "type": [
455
- "boolean",
456
- "string"
457
- ]
454
+ "type": "string"
458
455
  }
459
456
  },
460
457
  {
@@ -463,10 +460,7 @@
463
460
  "in": "query",
464
461
  "required": false,
465
462
  "schema": {
466
- "type": [
467
- "boolean",
468
- "string"
469
- ]
463
+ "type": "string"
470
464
  }
471
465
  },
472
466
  {
@@ -475,10 +469,7 @@
475
469
  "in": "query",
476
470
  "required": false,
477
471
  "schema": {
478
- "type": [
479
- "boolean",
480
- "string"
481
- ]
472
+ "type": "string"
482
473
  }
483
474
  },
484
475
  {
@@ -487,10 +478,7 @@
487
478
  "in": "query",
488
479
  "required": false,
489
480
  "schema": {
490
- "type": [
491
- "boolean",
492
- "string"
493
- ]
481
+ "type": "string"
494
482
  }
495
483
  },
496
484
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/document-management-service",
3
- "version": "0.0.3-next.1",
3
+ "version": "0.0.3-next.2",
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.1",
26
+ "@twin.org/document-management-models": "0.0.3-next.2",
27
27
  "@twin.org/entity": "next",
28
28
  "@twin.org/entity-storage-models": "next",
29
29
  "@twin.org/nameof": "next",