@twin.org/document-management-service 0.0.3-next.11 → 0.0.3-next.13
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/README.md +1 -1
- package/dist/es/documentManagementService.js +6 -3
- package/dist/es/documentManagementService.js.map +1 -1
- package/docs/changelog.md +122 -94
- package/docs/examples.md +121 -1
- package/docs/open-api/spec.json +34 -66
- package/docs/reference/classes/DocumentManagementService.md +10 -10
- package/docs/reference/interfaces/IDocumentManagementServiceConstructorOptions.md +10 -10
- package/package.json +5 -5
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,39 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.3-next.12...document-management-service-v0.0.3-next.13) (2026-05-12)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
* update
|
|
8
|
+
* typescript 6 update ([35631d8](https://github.com/iotaledger/twin-document-management/commit/35631d88551380933009443d77b1a844b631a98e))
|
|
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.12 to 0.0.3-next.13
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.3-next.11...document-management-service-v0.0.3-next.12) (2026-03-26)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* update to latest aig method shapes ([497e895](https://github.com/iotaledger/twin-document-management/commit/497e8954f24774db628e057ebb9d158a1fd9d92a))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* The following workspace dependencies were updated
|
|
28
|
+
* dependencies
|
|
29
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.3-next.10...document-management-service-v0.0.3-next.11) (2026-02-25)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* update schemas ([310261d](https://github.com/iotaledger/twin-document-management/commit/310261d620254d9c00dfa8fbb470948af9101778))
|
|
9
37
|
|
|
10
38
|
|
|
11
39
|
### Dependencies
|
|
@@ -14,14 +42,14 @@
|
|
|
14
42
|
* dependencies
|
|
15
43
|
* @twin.org/document-management-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
16
44
|
|
|
17
|
-
## [0.0.3-next.10](https://github.com/
|
|
45
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.3-next.9...document-management-service-v0.0.3-next.10) (2026-02-11)
|
|
18
46
|
|
|
19
47
|
|
|
20
48
|
### Features
|
|
21
49
|
|
|
22
|
-
* add ts-to-jsonld-context tool ([da11115](https://github.com/
|
|
23
|
-
* blobHash to integrity ([#38](https://github.com/
|
|
24
|
-
* update naming ([409990b](https://github.com/
|
|
50
|
+
* add ts-to-jsonld-context tool ([da11115](https://github.com/iotaledger/twin-document-management/commit/da111155614dc7f7789480c8b0d2f03c66a16ae4))
|
|
51
|
+
* blobHash to integrity ([#38](https://github.com/iotaledger/twin-document-management/issues/38)) ([2d45756](https://github.com/iotaledger/twin-document-management/commit/2d457565ba61d260ace12a762e592b6b1a65788d))
|
|
52
|
+
* update naming ([409990b](https://github.com/iotaledger/twin-document-management/commit/409990b025bc3a0619969643bb1bfe634140696f))
|
|
25
53
|
|
|
26
54
|
|
|
27
55
|
### Dependencies
|
|
@@ -30,12 +58,12 @@
|
|
|
30
58
|
* dependencies
|
|
31
59
|
* @twin.org/document-management-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
32
60
|
|
|
33
|
-
## [0.0.3-next.9](https://github.com/
|
|
61
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.3-next.8...document-management-service-v0.0.3-next.9) (2026-01-26)
|
|
34
62
|
|
|
35
63
|
|
|
36
64
|
### Features
|
|
37
65
|
|
|
38
|
-
* use new hosting url for cursor links ([5cf4220](https://github.com/
|
|
66
|
+
* use new hosting url for cursor links ([5cf4220](https://github.com/iotaledger/twin-document-management/commit/5cf4220e80e727e324193f46017f45bf828f1249))
|
|
39
67
|
|
|
40
68
|
|
|
41
69
|
### Dependencies
|
|
@@ -44,12 +72,12 @@
|
|
|
44
72
|
* dependencies
|
|
45
73
|
* @twin.org/document-management-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
46
74
|
|
|
47
|
-
## [0.0.3-next.8](https://github.com/
|
|
75
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.3-next.7...document-management-service-v0.0.3-next.8) (2026-01-26)
|
|
48
76
|
|
|
49
77
|
|
|
50
78
|
### Bug Fixes
|
|
51
79
|
|
|
52
|
-
* pagination indexing off by one ([f0f28bf](https://github.com/
|
|
80
|
+
* pagination indexing off by one ([f0f28bf](https://github.com/iotaledger/twin-document-management/commit/f0f28bf1aab57ed86b3872923f89f5fa9400ad82))
|
|
53
81
|
|
|
54
82
|
|
|
55
83
|
### Dependencies
|
|
@@ -58,12 +86,12 @@
|
|
|
58
86
|
* dependencies
|
|
59
87
|
* @twin.org/document-management-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
60
88
|
|
|
61
|
-
## [0.0.3-next.7](https://github.com/
|
|
89
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.3-next.6...document-management-service-v0.0.3-next.7) (2026-01-23)
|
|
62
90
|
|
|
63
91
|
|
|
64
92
|
### Features
|
|
65
93
|
|
|
66
|
-
* replace nextItem property with Link header ([#34](https://github.com/
|
|
94
|
+
* replace nextItem property with Link header ([#34](https://github.com/iotaledger/twin-document-management/issues/34)) ([3f04c3f](https://github.com/iotaledger/twin-document-management/commit/3f04c3fb5c9ec0c56f213089a15cc247fbfbd59c))
|
|
67
95
|
|
|
68
96
|
|
|
69
97
|
### Dependencies
|
|
@@ -72,12 +100,12 @@
|
|
|
72
100
|
* dependencies
|
|
73
101
|
* @twin.org/document-management-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
74
102
|
|
|
75
|
-
## [0.0.3-next.6](https://github.com/
|
|
103
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.3-next.5...document-management-service-v0.0.3-next.6) (2026-01-22)
|
|
76
104
|
|
|
77
105
|
|
|
78
106
|
### Features
|
|
79
107
|
|
|
80
|
-
* update contexts ([#32](https://github.com/
|
|
108
|
+
* update contexts ([#32](https://github.com/iotaledger/twin-document-management/issues/32)) ([2fc1d92](https://github.com/iotaledger/twin-document-management/commit/2fc1d9200ecd8b755efb552c5f84f996cb61e64a))
|
|
81
109
|
|
|
82
110
|
|
|
83
111
|
### Dependencies
|
|
@@ -86,12 +114,12 @@
|
|
|
86
114
|
* dependencies
|
|
87
115
|
* @twin.org/document-management-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
88
116
|
|
|
89
|
-
## [0.0.3-next.5](https://github.com/
|
|
117
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.3-next.4...document-management-service-v0.0.3-next.5) (2026-01-14)
|
|
90
118
|
|
|
91
119
|
|
|
92
120
|
### Features
|
|
93
121
|
|
|
94
|
-
* update contexts and namespaces ([#29](https://github.com/
|
|
122
|
+
* update contexts and namespaces ([#29](https://github.com/iotaledger/twin-document-management/issues/29)) ([ef7abc0](https://github.com/iotaledger/twin-document-management/commit/ef7abc01d10b3f9528be8afaa21dbd00181939ae))
|
|
95
123
|
|
|
96
124
|
|
|
97
125
|
### Dependencies
|
|
@@ -100,12 +128,12 @@
|
|
|
100
128
|
* dependencies
|
|
101
129
|
* @twin.org/document-management-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
102
130
|
|
|
103
|
-
## [0.0.3-next.4](https://github.com/
|
|
131
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.3-next.3...document-management-service-v0.0.3-next.4) (2026-01-06)
|
|
104
132
|
|
|
105
133
|
|
|
106
134
|
### Features
|
|
107
135
|
|
|
108
|
-
* update unece dependencies ([a27548c](https://github.com/
|
|
136
|
+
* update unece dependencies ([a27548c](https://github.com/iotaledger/twin-document-management/commit/a27548cdebbe1d9577fc8341166538c2f07348a3))
|
|
109
137
|
|
|
110
138
|
|
|
111
139
|
### Dependencies
|
|
@@ -114,12 +142,12 @@
|
|
|
114
142
|
* dependencies
|
|
115
143
|
* @twin.org/document-management-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
116
144
|
|
|
117
|
-
## [0.0.3-next.3](https://github.com/
|
|
145
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.3-next.2...document-management-service-v0.0.3-next.3) (2025-12-03)
|
|
118
146
|
|
|
119
147
|
|
|
120
148
|
### Features
|
|
121
149
|
|
|
122
|
-
* use updated unece types ([c141a89](https://github.com/
|
|
150
|
+
* use updated unece types ([c141a89](https://github.com/iotaledger/twin-document-management/commit/c141a895138cb45fa0b1e95c42f56e31708c846c))
|
|
123
151
|
|
|
124
152
|
|
|
125
153
|
### Dependencies
|
|
@@ -128,12 +156,12 @@
|
|
|
128
156
|
* dependencies
|
|
129
157
|
* @twin.org/document-management-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
130
158
|
|
|
131
|
-
## [0.0.3-next.2](https://github.com/
|
|
159
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.3-next.1...document-management-service-v0.0.3-next.2) (2025-11-28)
|
|
132
160
|
|
|
133
161
|
|
|
134
162
|
### Features
|
|
135
163
|
|
|
136
|
-
* update background task service ([5c380dc](https://github.com/
|
|
164
|
+
* update background task service ([5c380dc](https://github.com/iotaledger/twin-document-management/commit/5c380dca3114254201768f184f9486828501ff66))
|
|
137
165
|
|
|
138
166
|
|
|
139
167
|
### Dependencies
|
|
@@ -142,32 +170,32 @@
|
|
|
142
170
|
* dependencies
|
|
143
171
|
* @twin.org/document-management-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
144
172
|
|
|
145
|
-
## [0.0.3-next.1](https://github.com/
|
|
173
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.3-next.0...document-management-service-v0.0.3-next.1) (2025-11-12)
|
|
146
174
|
|
|
147
175
|
|
|
148
176
|
### Features
|
|
149
177
|
|
|
150
|
-
* add context id features ([#24](https://github.com/
|
|
151
|
-
* add external unece type reference ([e8311ae](https://github.com/
|
|
152
|
-
* add validate-locales ([b6b6f9e](https://github.com/
|
|
153
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
154
|
-
* eslint migration to flat config ([98635aa](https://github.com/
|
|
155
|
-
* get document revision ([080eddc](https://github.com/
|
|
156
|
-
* populate dateDeleted from aig resource object ([ce91cf1](https://github.com/
|
|
157
|
-
* remove unused namespace ([602259d](https://github.com/
|
|
158
|
-
* store document as a vertex ([#2](https://github.com/
|
|
159
|
-
* update blob storage component ([63fe802](https://github.com/
|
|
160
|
-
* update dependencies ([b051009](https://github.com/
|
|
161
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
162
|
-
* update framework core ([f991a59](https://github.com/
|
|
163
|
-
* use standard list json ld types ([20ea04b](https://github.com/
|
|
164
|
-
* use targetId in AIG for edges ([82dec81](https://github.com/
|
|
178
|
+
* add context id features ([#24](https://github.com/iotaledger/twin-document-management/issues/24)) ([83f65f1](https://github.com/iotaledger/twin-document-management/commit/83f65f15e55f2293f5ca0d9d1e4679ba67c4ec8d))
|
|
179
|
+
* add external unece type reference ([e8311ae](https://github.com/iotaledger/twin-document-management/commit/e8311ae35f36d83783ce24dfdd3f38142d7f4abf))
|
|
180
|
+
* add validate-locales ([b6b6f9e](https://github.com/iotaledger/twin-document-management/commit/b6b6f9e9d66c17af3d030247ca168ac0b5844bdc))
|
|
181
|
+
* document get can perform extraction ([#6](https://github.com/iotaledger/twin-document-management/issues/6)) ([5ce6d37](https://github.com/iotaledger/twin-document-management/commit/5ce6d37432ad271ca5783f422846f4be98ec2215))
|
|
182
|
+
* eslint migration to flat config ([98635aa](https://github.com/iotaledger/twin-document-management/commit/98635aa24ebafba265e989e461fe98104f683191))
|
|
183
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
184
|
+
* populate dateDeleted from aig resource object ([ce91cf1](https://github.com/iotaledger/twin-document-management/commit/ce91cf1385c4370ec6924435349213abf776f3e5))
|
|
185
|
+
* remove unused namespace ([602259d](https://github.com/iotaledger/twin-document-management/commit/602259d6e9aeb8006dff45bebd94157e3f0a204b))
|
|
186
|
+
* store document as a vertex ([#2](https://github.com/iotaledger/twin-document-management/issues/2)) ([7febedc](https://github.com/iotaledger/twin-document-management/commit/7febedc3fb31de9c19565d6326341046834f2c74))
|
|
187
|
+
* update blob storage component ([63fe802](https://github.com/iotaledger/twin-document-management/commit/63fe8023bdae76631e324e6fee753c7e9243acfe))
|
|
188
|
+
* update dependencies ([b051009](https://github.com/iotaledger/twin-document-management/commit/b051009ae27a44c38a73ebdb0f05ebea1c8dae0e))
|
|
189
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
190
|
+
* update framework core ([f991a59](https://github.com/iotaledger/twin-document-management/commit/f991a59d25ec228bcdd7a5b6bd55578985b55a84))
|
|
191
|
+
* use standard list json ld types ([20ea04b](https://github.com/iotaledger/twin-document-management/commit/20ea04b05fd4bc4fcedce8f66958942c3c2fa303))
|
|
192
|
+
* use targetId in AIG for edges ([82dec81](https://github.com/iotaledger/twin-document-management/commit/82dec8190d8b523b350ef133bdcf648cab1023b0))
|
|
165
193
|
|
|
166
194
|
|
|
167
195
|
### Bug Fixes
|
|
168
196
|
|
|
169
|
-
* adding missing route for the document management ([#4](https://github.com/
|
|
170
|
-
* query params force coercion ([d667d0f](https://github.com/
|
|
197
|
+
* adding missing route for the document management ([#4](https://github.com/iotaledger/twin-document-management/issues/4)) ([fd3292e](https://github.com/iotaledger/twin-document-management/commit/fd3292ede5014847ae2f2bcadb174b6552486154))
|
|
198
|
+
* query params force coercion ([d667d0f](https://github.com/iotaledger/twin-document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
|
|
171
199
|
|
|
172
200
|
|
|
173
201
|
### Dependencies
|
|
@@ -176,12 +204,12 @@
|
|
|
176
204
|
* dependencies
|
|
177
205
|
* @twin.org/document-management-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
178
206
|
|
|
179
|
-
## [0.0.2-next.4](https://github.com/
|
|
207
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.2-next.3...document-management-service-v0.0.2-next.4) (2025-10-09)
|
|
180
208
|
|
|
181
209
|
|
|
182
210
|
### Features
|
|
183
211
|
|
|
184
|
-
* add validate-locales ([b6b6f9e](https://github.com/
|
|
212
|
+
* add validate-locales ([b6b6f9e](https://github.com/iotaledger/twin-document-management/commit/b6b6f9e9d66c17af3d030247ca168ac0b5844bdc))
|
|
185
213
|
|
|
186
214
|
|
|
187
215
|
### Dependencies
|
|
@@ -190,12 +218,12 @@
|
|
|
190
218
|
* dependencies
|
|
191
219
|
* @twin.org/document-management-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
192
220
|
|
|
193
|
-
## [0.0.2-next.3](https://github.com/
|
|
221
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.2-next.2...document-management-service-v0.0.2-next.3) (2025-09-29)
|
|
194
222
|
|
|
195
223
|
|
|
196
224
|
### Features
|
|
197
225
|
|
|
198
|
-
* use targetId in AIG for edges ([82dec81](https://github.com/
|
|
226
|
+
* use targetId in AIG for edges ([82dec81](https://github.com/iotaledger/twin-document-management/commit/82dec8190d8b523b350ef133bdcf648cab1023b0))
|
|
199
227
|
|
|
200
228
|
|
|
201
229
|
### Dependencies
|
|
@@ -204,12 +232,12 @@
|
|
|
204
232
|
* dependencies
|
|
205
233
|
* @twin.org/document-management-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
206
234
|
|
|
207
|
-
## [0.0.2-next.2](https://github.com/
|
|
235
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.2-next.1...document-management-service-v0.0.2-next.2) (2025-08-29)
|
|
208
236
|
|
|
209
237
|
|
|
210
238
|
### Features
|
|
211
239
|
|
|
212
|
-
* eslint migration to flat config ([98635aa](https://github.com/
|
|
240
|
+
* eslint migration to flat config ([98635aa](https://github.com/iotaledger/twin-document-management/commit/98635aa24ebafba265e989e461fe98104f683191))
|
|
213
241
|
|
|
214
242
|
|
|
215
243
|
### Dependencies
|
|
@@ -218,28 +246,28 @@
|
|
|
218
246
|
* dependencies
|
|
219
247
|
* @twin.org/document-management-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
220
248
|
|
|
221
|
-
## [0.0.2-next.1](https://github.com/
|
|
249
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.2-next.0...document-management-service-v0.0.2-next.1) (2025-08-21)
|
|
222
250
|
|
|
223
251
|
|
|
224
252
|
### Features
|
|
225
253
|
|
|
226
|
-
* add external unece type reference ([e8311ae](https://github.com/
|
|
227
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
228
|
-
* get document revision ([080eddc](https://github.com/
|
|
229
|
-
* populate dateDeleted from aig resource object ([ce91cf1](https://github.com/
|
|
230
|
-
* remove unused namespace ([602259d](https://github.com/
|
|
231
|
-
* store document as a vertex ([#2](https://github.com/
|
|
232
|
-
* update blob storage component ([63fe802](https://github.com/
|
|
233
|
-
* update dependencies ([b051009](https://github.com/
|
|
234
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
235
|
-
* update framework core ([f991a59](https://github.com/
|
|
236
|
-
* use standard list json ld types ([20ea04b](https://github.com/
|
|
254
|
+
* add external unece type reference ([e8311ae](https://github.com/iotaledger/twin-document-management/commit/e8311ae35f36d83783ce24dfdd3f38142d7f4abf))
|
|
255
|
+
* document get can perform extraction ([#6](https://github.com/iotaledger/twin-document-management/issues/6)) ([5ce6d37](https://github.com/iotaledger/twin-document-management/commit/5ce6d37432ad271ca5783f422846f4be98ec2215))
|
|
256
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
257
|
+
* populate dateDeleted from aig resource object ([ce91cf1](https://github.com/iotaledger/twin-document-management/commit/ce91cf1385c4370ec6924435349213abf776f3e5))
|
|
258
|
+
* remove unused namespace ([602259d](https://github.com/iotaledger/twin-document-management/commit/602259d6e9aeb8006dff45bebd94157e3f0a204b))
|
|
259
|
+
* store document as a vertex ([#2](https://github.com/iotaledger/twin-document-management/issues/2)) ([7febedc](https://github.com/iotaledger/twin-document-management/commit/7febedc3fb31de9c19565d6326341046834f2c74))
|
|
260
|
+
* update blob storage component ([63fe802](https://github.com/iotaledger/twin-document-management/commit/63fe8023bdae76631e324e6fee753c7e9243acfe))
|
|
261
|
+
* update dependencies ([b051009](https://github.com/iotaledger/twin-document-management/commit/b051009ae27a44c38a73ebdb0f05ebea1c8dae0e))
|
|
262
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
263
|
+
* update framework core ([f991a59](https://github.com/iotaledger/twin-document-management/commit/f991a59d25ec228bcdd7a5b6bd55578985b55a84))
|
|
264
|
+
* use standard list json ld types ([20ea04b](https://github.com/iotaledger/twin-document-management/commit/20ea04b05fd4bc4fcedce8f66958942c3c2fa303))
|
|
237
265
|
|
|
238
266
|
|
|
239
267
|
### Bug Fixes
|
|
240
268
|
|
|
241
|
-
* adding missing route for the document management ([#4](https://github.com/
|
|
242
|
-
* query params force coercion ([d667d0f](https://github.com/
|
|
269
|
+
* adding missing route for the document management ([#4](https://github.com/iotaledger/twin-document-management/issues/4)) ([fd3292e](https://github.com/iotaledger/twin-document-management/commit/fd3292ede5014847ae2f2bcadb174b6552486154))
|
|
270
|
+
* query params force coercion ([d667d0f](https://github.com/iotaledger/twin-document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
|
|
243
271
|
|
|
244
272
|
|
|
245
273
|
### Dependencies
|
|
@@ -253,7 +281,7 @@
|
|
|
253
281
|
|
|
254
282
|
### Features
|
|
255
283
|
|
|
256
|
-
* release to production ([a009526](https://github.com/
|
|
284
|
+
* release to production ([a009526](https://github.com/iotaledger/twin-document-management/commit/a009526032a0ee6e6b74f476a01fbe5f4c7fd4da))
|
|
257
285
|
|
|
258
286
|
|
|
259
287
|
### Dependencies
|
|
@@ -262,25 +290,25 @@
|
|
|
262
290
|
* dependencies
|
|
263
291
|
* @twin.org/document-management-models bumped from ^0.0.0 to ^0.0.1
|
|
264
292
|
|
|
265
|
-
## [0.0.1-next.20](https://github.com/
|
|
293
|
+
## [0.0.1-next.20](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.1-next.19...document-management-service-v0.0.1-next.20) (2025-06-20)
|
|
266
294
|
|
|
267
295
|
|
|
268
296
|
### Features
|
|
269
297
|
|
|
270
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
271
|
-
* get document revision ([080eddc](https://github.com/
|
|
272
|
-
* populate dateDeleted from aig resource object ([ce91cf1](https://github.com/
|
|
273
|
-
* store document as a vertex ([#2](https://github.com/
|
|
274
|
-
* update blob storage component ([63fe802](https://github.com/
|
|
275
|
-
* update dependencies ([b051009](https://github.com/
|
|
276
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
277
|
-
* use standard list json ld types ([20ea04b](https://github.com/
|
|
298
|
+
* document get can perform extraction ([#6](https://github.com/iotaledger/twin-document-management/issues/6)) ([5ce6d37](https://github.com/iotaledger/twin-document-management/commit/5ce6d37432ad271ca5783f422846f4be98ec2215))
|
|
299
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
300
|
+
* populate dateDeleted from aig resource object ([ce91cf1](https://github.com/iotaledger/twin-document-management/commit/ce91cf1385c4370ec6924435349213abf776f3e5))
|
|
301
|
+
* store document as a vertex ([#2](https://github.com/iotaledger/twin-document-management/issues/2)) ([7febedc](https://github.com/iotaledger/twin-document-management/commit/7febedc3fb31de9c19565d6326341046834f2c74))
|
|
302
|
+
* update blob storage component ([63fe802](https://github.com/iotaledger/twin-document-management/commit/63fe8023bdae76631e324e6fee753c7e9243acfe))
|
|
303
|
+
* update dependencies ([b051009](https://github.com/iotaledger/twin-document-management/commit/b051009ae27a44c38a73ebdb0f05ebea1c8dae0e))
|
|
304
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
305
|
+
* use standard list json ld types ([20ea04b](https://github.com/iotaledger/twin-document-management/commit/20ea04b05fd4bc4fcedce8f66958942c3c2fa303))
|
|
278
306
|
|
|
279
307
|
|
|
280
308
|
### Bug Fixes
|
|
281
309
|
|
|
282
|
-
* adding missing route for the document management ([#4](https://github.com/
|
|
283
|
-
* query params force coercion ([d667d0f](https://github.com/
|
|
310
|
+
* adding missing route for the document management ([#4](https://github.com/iotaledger/twin-document-management/issues/4)) ([fd3292e](https://github.com/iotaledger/twin-document-management/commit/fd3292ede5014847ae2f2bcadb174b6552486154))
|
|
311
|
+
* query params force coercion ([d667d0f](https://github.com/iotaledger/twin-document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
|
|
284
312
|
|
|
285
313
|
|
|
286
314
|
### Dependencies
|
|
@@ -289,12 +317,12 @@
|
|
|
289
317
|
* dependencies
|
|
290
318
|
* @twin.org/document-management-models bumped from 0.0.1-next.19 to 0.0.1-next.20
|
|
291
319
|
|
|
292
|
-
## [0.0.1-next.19](https://github.com/
|
|
320
|
+
## [0.0.1-next.19](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.1-next.18...document-management-service-v0.0.1-next.19) (2025-06-20)
|
|
293
321
|
|
|
294
322
|
|
|
295
323
|
### Bug Fixes
|
|
296
324
|
|
|
297
|
-
* query params force coercion ([d667d0f](https://github.com/
|
|
325
|
+
* query params force coercion ([d667d0f](https://github.com/iotaledger/twin-document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
|
|
298
326
|
|
|
299
327
|
|
|
300
328
|
### Dependencies
|
|
@@ -303,12 +331,12 @@
|
|
|
303
331
|
* dependencies
|
|
304
332
|
* @twin.org/document-management-models bumped from 0.0.1-next.18 to 0.0.1-next.19
|
|
305
333
|
|
|
306
|
-
## [0.0.1-next.18](https://github.com/
|
|
334
|
+
## [0.0.1-next.18](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.1-next.17...document-management-service-v0.0.1-next.18) (2025-06-18)
|
|
307
335
|
|
|
308
336
|
|
|
309
337
|
### Features
|
|
310
338
|
|
|
311
|
-
* update blob storage component ([63fe802](https://github.com/
|
|
339
|
+
* update blob storage component ([63fe802](https://github.com/iotaledger/twin-document-management/commit/63fe8023bdae76631e324e6fee753c7e9243acfe))
|
|
312
340
|
|
|
313
341
|
|
|
314
342
|
### Dependencies
|
|
@@ -317,12 +345,12 @@
|
|
|
317
345
|
* dependencies
|
|
318
346
|
* @twin.org/document-management-models bumped from 0.0.1-next.17 to 0.0.1-next.18
|
|
319
347
|
|
|
320
|
-
## [0.0.1-next.17](https://github.com/
|
|
348
|
+
## [0.0.1-next.17](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.1-next.16...document-management-service-v0.0.1-next.17) (2025-06-12)
|
|
321
349
|
|
|
322
350
|
|
|
323
351
|
### Features
|
|
324
352
|
|
|
325
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
353
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
326
354
|
|
|
327
355
|
|
|
328
356
|
### Dependencies
|
|
@@ -331,7 +359,7 @@
|
|
|
331
359
|
* dependencies
|
|
332
360
|
* @twin.org/document-management-models bumped from 0.0.1-next.16 to 0.0.1-next.17
|
|
333
361
|
|
|
334
|
-
## [0.0.1-next.16](https://github.com/
|
|
362
|
+
## [0.0.1-next.16](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.1-next.15...document-management-service-v0.0.1-next.16) (2025-06-03)
|
|
335
363
|
|
|
336
364
|
|
|
337
365
|
### Miscellaneous Chores
|
|
@@ -345,7 +373,7 @@
|
|
|
345
373
|
* dependencies
|
|
346
374
|
* @twin.org/document-management-models bumped from 0.0.1-next.15 to 0.0.1-next.16
|
|
347
375
|
|
|
348
|
-
## [0.0.1-next.15](https://github.com/
|
|
376
|
+
## [0.0.1-next.15](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.1-next.14...document-management-service-v0.0.1-next.15) (2025-05-28)
|
|
349
377
|
|
|
350
378
|
|
|
351
379
|
### Miscellaneous Chores
|
|
@@ -359,12 +387,12 @@
|
|
|
359
387
|
* dependencies
|
|
360
388
|
* @twin.org/document-management-models bumped from 0.0.1-next.14 to 0.0.1-next.15
|
|
361
389
|
|
|
362
|
-
## [0.0.1-next.14](https://github.com/
|
|
390
|
+
## [0.0.1-next.14](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.1-next.13...document-management-service-v0.0.1-next.14) (2025-05-08)
|
|
363
391
|
|
|
364
392
|
|
|
365
393
|
### Features
|
|
366
394
|
|
|
367
|
-
* use standard list json ld types ([20ea04b](https://github.com/
|
|
395
|
+
* use standard list json ld types ([20ea04b](https://github.com/iotaledger/twin-document-management/commit/20ea04b05fd4bc4fcedce8f66958942c3c2fa303))
|
|
368
396
|
|
|
369
397
|
|
|
370
398
|
### Dependencies
|
|
@@ -373,12 +401,12 @@
|
|
|
373
401
|
* dependencies
|
|
374
402
|
* @twin.org/document-management-models bumped from 0.0.1-next.13 to 0.0.1-next.14
|
|
375
403
|
|
|
376
|
-
## [0.0.1-next.13](https://github.com/
|
|
404
|
+
## [0.0.1-next.13](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.1-next.12...document-management-service-v0.0.1-next.13) (2025-04-30)
|
|
377
405
|
|
|
378
406
|
|
|
379
407
|
### Features
|
|
380
408
|
|
|
381
|
-
* populate dateDeleted from aig resource object ([ce91cf1](https://github.com/
|
|
409
|
+
* populate dateDeleted from aig resource object ([ce91cf1](https://github.com/iotaledger/twin-document-management/commit/ce91cf1385c4370ec6924435349213abf776f3e5))
|
|
382
410
|
|
|
383
411
|
|
|
384
412
|
### Dependencies
|
|
@@ -387,12 +415,12 @@
|
|
|
387
415
|
* dependencies
|
|
388
416
|
* @twin.org/document-management-models bumped from 0.0.1-next.12 to 0.0.1-next.13
|
|
389
417
|
|
|
390
|
-
## [0.0.1-next.12](https://github.com/
|
|
418
|
+
## [0.0.1-next.12](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.1-next.11...document-management-service-v0.0.1-next.12) (2025-04-30)
|
|
391
419
|
|
|
392
420
|
|
|
393
421
|
### Features
|
|
394
422
|
|
|
395
|
-
* get document revision ([080eddc](https://github.com/
|
|
423
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
396
424
|
|
|
397
425
|
|
|
398
426
|
### Dependencies
|
|
@@ -401,12 +429,12 @@
|
|
|
401
429
|
* dependencies
|
|
402
430
|
* @twin.org/document-management-models bumped from 0.0.1-next.11 to 0.0.1-next.12
|
|
403
431
|
|
|
404
|
-
## [0.0.1-next.11](https://github.com/
|
|
432
|
+
## [0.0.1-next.11](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.1-next.10...document-management-service-v0.0.1-next.11) (2025-04-28)
|
|
405
433
|
|
|
406
434
|
|
|
407
435
|
### Features
|
|
408
436
|
|
|
409
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
437
|
+
* document get can perform extraction ([#6](https://github.com/iotaledger/twin-document-management/issues/6)) ([5ce6d37](https://github.com/iotaledger/twin-document-management/commit/5ce6d37432ad271ca5783f422846f4be98ec2215))
|
|
410
438
|
|
|
411
439
|
|
|
412
440
|
### Dependencies
|
|
@@ -415,12 +443,12 @@
|
|
|
415
443
|
* dependencies
|
|
416
444
|
* @twin.org/document-management-models bumped from 0.0.1-next.10 to 0.0.1-next.11
|
|
417
445
|
|
|
418
|
-
## [0.0.1-next.10](https://github.com/
|
|
446
|
+
## [0.0.1-next.10](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.1-next.9...document-management-service-v0.0.1-next.10) (2025-04-25)
|
|
419
447
|
|
|
420
448
|
|
|
421
449
|
### Bug Fixes
|
|
422
450
|
|
|
423
|
-
* adding missing route for the document management ([#4](https://github.com/
|
|
451
|
+
* adding missing route for the document management ([#4](https://github.com/iotaledger/twin-document-management/issues/4)) ([fd3292e](https://github.com/iotaledger/twin-document-management/commit/fd3292ede5014847ae2f2bcadb174b6552486154))
|
|
424
452
|
|
|
425
453
|
|
|
426
454
|
### Dependencies
|
|
@@ -429,12 +457,12 @@
|
|
|
429
457
|
* dependencies
|
|
430
458
|
* @twin.org/document-management-models bumped from 0.0.1-next.9 to 0.0.1-next.10
|
|
431
459
|
|
|
432
|
-
## [0.0.1-next.9](https://github.com/
|
|
460
|
+
## [0.0.1-next.9](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.1-next.8...document-management-service-v0.0.1-next.9) (2025-04-17)
|
|
433
461
|
|
|
434
462
|
|
|
435
463
|
### Features
|
|
436
464
|
|
|
437
|
-
* store document as a vertex ([#2](https://github.com/
|
|
465
|
+
* store document as a vertex ([#2](https://github.com/iotaledger/twin-document-management/issues/2)) ([7febedc](https://github.com/iotaledger/twin-document-management/commit/7febedc3fb31de9c19565d6326341046834f2c74))
|
|
438
466
|
|
|
439
467
|
|
|
440
468
|
### Dependencies
|
|
@@ -443,7 +471,7 @@
|
|
|
443
471
|
* dependencies
|
|
444
472
|
* @twin.org/document-management-models bumped from 0.0.1-next.8 to 0.0.1-next.9
|
|
445
473
|
|
|
446
|
-
## [0.0.1-next.8](https://github.com/
|
|
474
|
+
## [0.0.1-next.8](https://github.com/iotaledger/twin-document-management/compare/document-management-service-v0.0.1-next.7...document-management-service-v0.0.1-next.8) (2025-03-28)
|
|
447
475
|
|
|
448
476
|
|
|
449
477
|
### Miscellaneous Chores
|