@twin.org/document-management-rest-client 0.0.3-next.8 → 0.9.0-next.1
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/documentManagementRestClient.js +37 -32
- package/dist/es/documentManagementRestClient.js.map +1 -1
- package/dist/types/documentManagementRestClient.d.ts +34 -27
- package/docs/changelog.md +249 -60
- package/docs/examples.md +118 -1
- package/docs/reference/classes/DocumentManagementRestClient.md +74 -50
- package/package.json +14 -14
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,195 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.9.0-next.0...document-management-rest-client-v0.9.0-next.1) (2026-06-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add context id features ([#24](https://github.com/iotaledger/twin-document-management/issues/24)) ([83f65f1](https://github.com/iotaledger/twin-document-management/commit/83f65f15e55f2293f5ca0d9d1e4679ba67c4ec8d))
|
|
9
|
+
* add validate-locales ([b6b6f9e](https://github.com/iotaledger/twin-document-management/commit/b6b6f9e9d66c17af3d030247ca168ac0b5844bdc))
|
|
10
|
+
* 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))
|
|
11
|
+
* eslint migration to flat config ([98635aa](https://github.com/iotaledger/twin-document-management/commit/98635aa24ebafba265e989e461fe98104f683191))
|
|
12
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
13
|
+
* 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))
|
|
14
|
+
* 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))
|
|
15
|
+
* typescript 6 update ([35631d8](https://github.com/iotaledger/twin-document-management/commit/35631d88551380933009443d77b1a844b631a98e))
|
|
16
|
+
* update background task service ([5c380dc](https://github.com/iotaledger/twin-document-management/commit/5c380dca3114254201768f184f9486828501ff66))
|
|
17
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
18
|
+
* update framework core ([f991a59](https://github.com/iotaledger/twin-document-management/commit/f991a59d25ec228bcdd7a5b6bd55578985b55a84))
|
|
19
|
+
* update to latest aig method shapes ([497e895](https://github.com/iotaledger/twin-document-management/commit/497e8954f24774db628e057ebb9d158a1fd9d92a))
|
|
20
|
+
* update unece dependencies ([a27548c](https://github.com/iotaledger/twin-document-management/commit/a27548cdebbe1d9577fc8341166538c2f07348a3))
|
|
21
|
+
* updated API surface ([#58](https://github.com/iotaledger/twin-document-management/issues/58)) ([e811d22](https://github.com/iotaledger/twin-document-management/commit/e811d22e27d905ff4dbee43273f6195c7386491b))
|
|
22
|
+
* use targetId in AIG for edges ([82dec81](https://github.com/iotaledger/twin-document-management/commit/82dec8190d8b523b350ef133bdcf648cab1023b0))
|
|
23
|
+
* use updated unece types ([c141a89](https://github.com/iotaledger/twin-document-management/commit/c141a895138cb45fa0b1e95c42f56e31708c846c))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* 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))
|
|
29
|
+
* replace destructive update() with updatePartial() for edge linking ([#50](https://github.com/iotaledger/twin-document-management/issues/50)) ([c1d2c33](https://github.com/iotaledger/twin-document-management/commit/c1d2c337c371bdcc1f23cac482393468ef84f0d7))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Dependencies
|
|
33
|
+
|
|
34
|
+
* The following workspace dependencies were updated
|
|
35
|
+
* dependencies
|
|
36
|
+
* @twin.org/document-management-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
37
|
+
|
|
38
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.18...document-management-rest-client-v0.0.3-next.19) (2026-06-22)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Features
|
|
42
|
+
|
|
43
|
+
* updated API surface ([#58](https://github.com/iotaledger/twin-document-management/issues/58)) ([e811d22](https://github.com/iotaledger/twin-document-management/commit/e811d22e27d905ff4dbee43273f6195c7386491b))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Dependencies
|
|
47
|
+
|
|
48
|
+
* The following workspace dependencies were updated
|
|
49
|
+
* dependencies
|
|
50
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
51
|
+
|
|
52
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.17...document-management-rest-client-v0.0.3-next.18) (2026-06-19)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Miscellaneous Chores
|
|
56
|
+
|
|
57
|
+
* **document-management-rest-client:** Synchronize repo versions
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Dependencies
|
|
61
|
+
|
|
62
|
+
* The following workspace dependencies were updated
|
|
63
|
+
* dependencies
|
|
64
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
65
|
+
|
|
66
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.16...document-management-rest-client-v0.0.3-next.17) (2026-06-18)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Miscellaneous Chores
|
|
70
|
+
|
|
71
|
+
* **document-management-rest-client:** Synchronize repo versions
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Dependencies
|
|
75
|
+
|
|
76
|
+
* The following workspace dependencies were updated
|
|
77
|
+
* dependencies
|
|
78
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
79
|
+
|
|
80
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.15...document-management-rest-client-v0.0.3-next.16) (2026-06-04)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* replace destructive update() with updatePartial() for edge linking ([#50](https://github.com/iotaledger/twin-document-management/issues/50)) ([c1d2c33](https://github.com/iotaledger/twin-document-management/commit/c1d2c337c371bdcc1f23cac482393468ef84f0d7))
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
### Dependencies
|
|
89
|
+
|
|
90
|
+
* The following workspace dependencies were updated
|
|
91
|
+
* dependencies
|
|
92
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
93
|
+
|
|
94
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.14...document-management-rest-client-v0.0.3-next.15) (2026-05-22)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Miscellaneous Chores
|
|
98
|
+
|
|
99
|
+
* **document-management-rest-client:** Synchronize repo versions
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Dependencies
|
|
103
|
+
|
|
104
|
+
* The following workspace dependencies were updated
|
|
105
|
+
* dependencies
|
|
106
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
107
|
+
|
|
108
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.13...document-management-rest-client-v0.0.3-next.14) (2026-05-20)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Miscellaneous Chores
|
|
112
|
+
|
|
113
|
+
* **document-management-rest-client:** Synchronize repo versions
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
### Dependencies
|
|
117
|
+
|
|
118
|
+
* The following workspace dependencies were updated
|
|
119
|
+
* dependencies
|
|
120
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
121
|
+
|
|
122
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.12...document-management-rest-client-v0.0.3-next.13) (2026-05-12)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### Features
|
|
126
|
+
|
|
127
|
+
* typescript 6 update ([35631d8](https://github.com/iotaledger/twin-document-management/commit/35631d88551380933009443d77b1a844b631a98e))
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### Dependencies
|
|
131
|
+
|
|
132
|
+
* The following workspace dependencies were updated
|
|
133
|
+
* dependencies
|
|
134
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
135
|
+
|
|
136
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.11...document-management-rest-client-v0.0.3-next.12) (2026-03-26)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Features
|
|
140
|
+
|
|
141
|
+
* update to latest aig method shapes ([497e895](https://github.com/iotaledger/twin-document-management/commit/497e8954f24774db628e057ebb9d158a1fd9d92a))
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
### Dependencies
|
|
145
|
+
|
|
146
|
+
* The following workspace dependencies were updated
|
|
147
|
+
* dependencies
|
|
148
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
149
|
+
|
|
150
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.10...document-management-rest-client-v0.0.3-next.11) (2026-02-25)
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
### Miscellaneous Chores
|
|
154
|
+
|
|
155
|
+
* **document-management-rest-client:** Synchronize repo versions
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Dependencies
|
|
159
|
+
|
|
160
|
+
* The following workspace dependencies were updated
|
|
161
|
+
* dependencies
|
|
162
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
163
|
+
|
|
164
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.9...document-management-rest-client-v0.0.3-next.10) (2026-02-11)
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
### Miscellaneous Chores
|
|
168
|
+
|
|
169
|
+
* **document-management-rest-client:** Synchronize repo versions
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
### Dependencies
|
|
173
|
+
|
|
174
|
+
* The following workspace dependencies were updated
|
|
175
|
+
* dependencies
|
|
176
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
177
|
+
|
|
178
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.8...document-management-rest-client-v0.0.3-next.9) (2026-01-26)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
### Miscellaneous Chores
|
|
182
|
+
|
|
183
|
+
* **document-management-rest-client:** Synchronize repo versions
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Dependencies
|
|
187
|
+
|
|
188
|
+
* The following workspace dependencies were updated
|
|
189
|
+
* dependencies
|
|
190
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
191
|
+
|
|
192
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.7...document-management-rest-client-v0.0.3-next.8) (2026-01-26)
|
|
4
193
|
|
|
5
194
|
|
|
6
195
|
### Miscellaneous Chores
|
|
@@ -14,12 +203,12 @@
|
|
|
14
203
|
* dependencies
|
|
15
204
|
* @twin.org/document-management-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
16
205
|
|
|
17
|
-
## [0.0.3-next.7](https://github.com/
|
|
206
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.6...document-management-rest-client-v0.0.3-next.7) (2026-01-23)
|
|
18
207
|
|
|
19
208
|
|
|
20
209
|
### Features
|
|
21
210
|
|
|
22
|
-
* replace nextItem property with Link header ([#34](https://github.com/
|
|
211
|
+
* 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))
|
|
23
212
|
|
|
24
213
|
|
|
25
214
|
### Dependencies
|
|
@@ -28,7 +217,7 @@
|
|
|
28
217
|
* dependencies
|
|
29
218
|
* @twin.org/document-management-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
30
219
|
|
|
31
|
-
## [0.0.3-next.6](https://github.com/
|
|
220
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.5...document-management-rest-client-v0.0.3-next.6) (2026-01-22)
|
|
32
221
|
|
|
33
222
|
|
|
34
223
|
### Miscellaneous Chores
|
|
@@ -42,7 +231,7 @@
|
|
|
42
231
|
* dependencies
|
|
43
232
|
* @twin.org/document-management-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
44
233
|
|
|
45
|
-
## [0.0.3-next.5](https://github.com/
|
|
234
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.4...document-management-rest-client-v0.0.3-next.5) (2026-01-14)
|
|
46
235
|
|
|
47
236
|
|
|
48
237
|
### Miscellaneous Chores
|
|
@@ -56,12 +245,12 @@
|
|
|
56
245
|
* dependencies
|
|
57
246
|
* @twin.org/document-management-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
58
247
|
|
|
59
|
-
## [0.0.3-next.4](https://github.com/
|
|
248
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.3...document-management-rest-client-v0.0.3-next.4) (2026-01-06)
|
|
60
249
|
|
|
61
250
|
|
|
62
251
|
### Features
|
|
63
252
|
|
|
64
|
-
* update unece dependencies ([a27548c](https://github.com/
|
|
253
|
+
* update unece dependencies ([a27548c](https://github.com/iotaledger/twin-document-management/commit/a27548cdebbe1d9577fc8341166538c2f07348a3))
|
|
65
254
|
|
|
66
255
|
|
|
67
256
|
### Dependencies
|
|
@@ -70,12 +259,12 @@
|
|
|
70
259
|
* dependencies
|
|
71
260
|
* @twin.org/document-management-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
72
261
|
|
|
73
|
-
## [0.0.3-next.3](https://github.com/
|
|
262
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.2...document-management-rest-client-v0.0.3-next.3) (2025-12-03)
|
|
74
263
|
|
|
75
264
|
|
|
76
265
|
### Features
|
|
77
266
|
|
|
78
|
-
* use updated unece types ([c141a89](https://github.com/
|
|
267
|
+
* use updated unece types ([c141a89](https://github.com/iotaledger/twin-document-management/commit/c141a895138cb45fa0b1e95c42f56e31708c846c))
|
|
79
268
|
|
|
80
269
|
|
|
81
270
|
### Dependencies
|
|
@@ -84,12 +273,12 @@
|
|
|
84
273
|
* dependencies
|
|
85
274
|
* @twin.org/document-management-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
86
275
|
|
|
87
|
-
## [0.0.3-next.2](https://github.com/
|
|
276
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.1...document-management-rest-client-v0.0.3-next.2) (2025-11-28)
|
|
88
277
|
|
|
89
278
|
|
|
90
279
|
### Features
|
|
91
280
|
|
|
92
|
-
* update background task service ([5c380dc](https://github.com/
|
|
281
|
+
* update background task service ([5c380dc](https://github.com/iotaledger/twin-document-management/commit/5c380dca3114254201768f184f9486828501ff66))
|
|
93
282
|
|
|
94
283
|
|
|
95
284
|
### Dependencies
|
|
@@ -98,25 +287,25 @@
|
|
|
98
287
|
* dependencies
|
|
99
288
|
* @twin.org/document-management-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
100
289
|
|
|
101
|
-
## [0.0.3-next.1](https://github.com/
|
|
290
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.3-next.0...document-management-rest-client-v0.0.3-next.1) (2025-11-12)
|
|
102
291
|
|
|
103
292
|
|
|
104
293
|
### Features
|
|
105
294
|
|
|
106
|
-
* add context id features ([#24](https://github.com/
|
|
107
|
-
* add validate-locales ([b6b6f9e](https://github.com/
|
|
108
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
109
|
-
* eslint migration to flat config ([98635aa](https://github.com/
|
|
110
|
-
* get document revision ([080eddc](https://github.com/
|
|
111
|
-
* store document as a vertex ([#2](https://github.com/
|
|
112
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
113
|
-
* update framework core ([f991a59](https://github.com/
|
|
114
|
-
* use targetId in AIG for edges ([82dec81](https://github.com/
|
|
295
|
+
* add context id features ([#24](https://github.com/iotaledger/twin-document-management/issues/24)) ([83f65f1](https://github.com/iotaledger/twin-document-management/commit/83f65f15e55f2293f5ca0d9d1e4679ba67c4ec8d))
|
|
296
|
+
* add validate-locales ([b6b6f9e](https://github.com/iotaledger/twin-document-management/commit/b6b6f9e9d66c17af3d030247ca168ac0b5844bdc))
|
|
297
|
+
* 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))
|
|
298
|
+
* eslint migration to flat config ([98635aa](https://github.com/iotaledger/twin-document-management/commit/98635aa24ebafba265e989e461fe98104f683191))
|
|
299
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
300
|
+
* 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))
|
|
301
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
302
|
+
* update framework core ([f991a59](https://github.com/iotaledger/twin-document-management/commit/f991a59d25ec228bcdd7a5b6bd55578985b55a84))
|
|
303
|
+
* use targetId in AIG for edges ([82dec81](https://github.com/iotaledger/twin-document-management/commit/82dec8190d8b523b350ef133bdcf648cab1023b0))
|
|
115
304
|
|
|
116
305
|
|
|
117
306
|
### Bug Fixes
|
|
118
307
|
|
|
119
|
-
* adding missing route for the document management ([#4](https://github.com/
|
|
308
|
+
* 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))
|
|
120
309
|
|
|
121
310
|
|
|
122
311
|
### Dependencies
|
|
@@ -125,12 +314,12 @@
|
|
|
125
314
|
* dependencies
|
|
126
315
|
* @twin.org/document-management-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
127
316
|
|
|
128
|
-
## [0.0.2-next.4](https://github.com/
|
|
317
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.2-next.3...document-management-rest-client-v0.0.2-next.4) (2025-10-09)
|
|
129
318
|
|
|
130
319
|
|
|
131
320
|
### Features
|
|
132
321
|
|
|
133
|
-
* add validate-locales ([b6b6f9e](https://github.com/
|
|
322
|
+
* add validate-locales ([b6b6f9e](https://github.com/iotaledger/twin-document-management/commit/b6b6f9e9d66c17af3d030247ca168ac0b5844bdc))
|
|
134
323
|
|
|
135
324
|
|
|
136
325
|
### Dependencies
|
|
@@ -139,12 +328,12 @@
|
|
|
139
328
|
* dependencies
|
|
140
329
|
* @twin.org/document-management-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
141
330
|
|
|
142
|
-
## [0.0.2-next.3](https://github.com/
|
|
331
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.2-next.2...document-management-rest-client-v0.0.2-next.3) (2025-09-29)
|
|
143
332
|
|
|
144
333
|
|
|
145
334
|
### Features
|
|
146
335
|
|
|
147
|
-
* use targetId in AIG for edges ([82dec81](https://github.com/
|
|
336
|
+
* use targetId in AIG for edges ([82dec81](https://github.com/iotaledger/twin-document-management/commit/82dec8190d8b523b350ef133bdcf648cab1023b0))
|
|
148
337
|
|
|
149
338
|
|
|
150
339
|
### Dependencies
|
|
@@ -153,12 +342,12 @@
|
|
|
153
342
|
* dependencies
|
|
154
343
|
* @twin.org/document-management-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
155
344
|
|
|
156
|
-
## [0.0.2-next.2](https://github.com/
|
|
345
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.2-next.1...document-management-rest-client-v0.0.2-next.2) (2025-08-29)
|
|
157
346
|
|
|
158
347
|
|
|
159
348
|
### Features
|
|
160
349
|
|
|
161
|
-
* eslint migration to flat config ([98635aa](https://github.com/
|
|
350
|
+
* eslint migration to flat config ([98635aa](https://github.com/iotaledger/twin-document-management/commit/98635aa24ebafba265e989e461fe98104f683191))
|
|
162
351
|
|
|
163
352
|
|
|
164
353
|
### Dependencies
|
|
@@ -167,21 +356,21 @@
|
|
|
167
356
|
* dependencies
|
|
168
357
|
* @twin.org/document-management-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
169
358
|
|
|
170
|
-
## [0.0.2-next.1](https://github.com/
|
|
359
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.2-next.0...document-management-rest-client-v0.0.2-next.1) (2025-08-21)
|
|
171
360
|
|
|
172
361
|
|
|
173
362
|
### Features
|
|
174
363
|
|
|
175
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
176
|
-
* get document revision ([080eddc](https://github.com/
|
|
177
|
-
* store document as a vertex ([#2](https://github.com/
|
|
178
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
179
|
-
* update framework core ([f991a59](https://github.com/
|
|
364
|
+
* 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))
|
|
365
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
366
|
+
* 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))
|
|
367
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
368
|
+
* update framework core ([f991a59](https://github.com/iotaledger/twin-document-management/commit/f991a59d25ec228bcdd7a5b6bd55578985b55a84))
|
|
180
369
|
|
|
181
370
|
|
|
182
371
|
### Bug Fixes
|
|
183
372
|
|
|
184
|
-
* adding missing route for the document management ([#4](https://github.com/
|
|
373
|
+
* 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))
|
|
185
374
|
|
|
186
375
|
|
|
187
376
|
### Dependencies
|
|
@@ -195,7 +384,7 @@
|
|
|
195
384
|
|
|
196
385
|
### Features
|
|
197
386
|
|
|
198
|
-
* release to production ([a009526](https://github.com/
|
|
387
|
+
* release to production ([a009526](https://github.com/iotaledger/twin-document-management/commit/a009526032a0ee6e6b74f476a01fbe5f4c7fd4da))
|
|
199
388
|
|
|
200
389
|
|
|
201
390
|
### Dependencies
|
|
@@ -204,20 +393,20 @@
|
|
|
204
393
|
* dependencies
|
|
205
394
|
* @twin.org/document-management-models bumped from ^0.0.0 to ^0.0.1
|
|
206
395
|
|
|
207
|
-
## [0.0.1-next.20](https://github.com/
|
|
396
|
+
## [0.0.1-next.20](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.1-next.19...document-management-rest-client-v0.0.1-next.20) (2025-06-20)
|
|
208
397
|
|
|
209
398
|
|
|
210
399
|
### Features
|
|
211
400
|
|
|
212
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
213
|
-
* get document revision ([080eddc](https://github.com/
|
|
214
|
-
* store document as a vertex ([#2](https://github.com/
|
|
215
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
401
|
+
* 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))
|
|
402
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
403
|
+
* 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))
|
|
404
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
216
405
|
|
|
217
406
|
|
|
218
407
|
### Bug Fixes
|
|
219
408
|
|
|
220
|
-
* adding missing route for the document management ([#4](https://github.com/
|
|
409
|
+
* 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))
|
|
221
410
|
|
|
222
411
|
|
|
223
412
|
### Dependencies
|
|
@@ -226,7 +415,7 @@
|
|
|
226
415
|
* dependencies
|
|
227
416
|
* @twin.org/document-management-models bumped from 0.0.1-next.19 to 0.0.1-next.20
|
|
228
417
|
|
|
229
|
-
## [0.0.1-next.19](https://github.com/
|
|
418
|
+
## [0.0.1-next.19](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.1-next.18...document-management-rest-client-v0.0.1-next.19) (2025-06-20)
|
|
230
419
|
|
|
231
420
|
|
|
232
421
|
### Miscellaneous Chores
|
|
@@ -240,7 +429,7 @@
|
|
|
240
429
|
* dependencies
|
|
241
430
|
* @twin.org/document-management-models bumped from 0.0.1-next.18 to 0.0.1-next.19
|
|
242
431
|
|
|
243
|
-
## [0.0.1-next.18](https://github.com/
|
|
432
|
+
## [0.0.1-next.18](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.1-next.17...document-management-rest-client-v0.0.1-next.18) (2025-06-18)
|
|
244
433
|
|
|
245
434
|
|
|
246
435
|
### Miscellaneous Chores
|
|
@@ -254,12 +443,12 @@
|
|
|
254
443
|
* dependencies
|
|
255
444
|
* @twin.org/document-management-models bumped from 0.0.1-next.17 to 0.0.1-next.18
|
|
256
445
|
|
|
257
|
-
## [0.0.1-next.17](https://github.com/
|
|
446
|
+
## [0.0.1-next.17](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.1-next.16...document-management-rest-client-v0.0.1-next.17) (2025-06-12)
|
|
258
447
|
|
|
259
448
|
|
|
260
449
|
### Features
|
|
261
450
|
|
|
262
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
451
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
263
452
|
|
|
264
453
|
|
|
265
454
|
### Dependencies
|
|
@@ -268,7 +457,7 @@
|
|
|
268
457
|
* dependencies
|
|
269
458
|
* @twin.org/document-management-models bumped from 0.0.1-next.16 to 0.0.1-next.17
|
|
270
459
|
|
|
271
|
-
## [0.0.1-next.16](https://github.com/
|
|
460
|
+
## [0.0.1-next.16](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.1-next.15...document-management-rest-client-v0.0.1-next.16) (2025-06-03)
|
|
272
461
|
|
|
273
462
|
|
|
274
463
|
### Miscellaneous Chores
|
|
@@ -282,7 +471,7 @@
|
|
|
282
471
|
* dependencies
|
|
283
472
|
* @twin.org/document-management-models bumped from 0.0.1-next.15 to 0.0.1-next.16
|
|
284
473
|
|
|
285
|
-
## [0.0.1-next.15](https://github.com/
|
|
474
|
+
## [0.0.1-next.15](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.1-next.14...document-management-rest-client-v0.0.1-next.15) (2025-05-28)
|
|
286
475
|
|
|
287
476
|
|
|
288
477
|
### Miscellaneous Chores
|
|
@@ -296,7 +485,7 @@
|
|
|
296
485
|
* dependencies
|
|
297
486
|
* @twin.org/document-management-models bumped from 0.0.1-next.14 to 0.0.1-next.15
|
|
298
487
|
|
|
299
|
-
## [0.0.1-next.14](https://github.com/
|
|
488
|
+
## [0.0.1-next.14](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.1-next.13...document-management-rest-client-v0.0.1-next.14) (2025-05-08)
|
|
300
489
|
|
|
301
490
|
|
|
302
491
|
### Miscellaneous Chores
|
|
@@ -310,7 +499,7 @@
|
|
|
310
499
|
* dependencies
|
|
311
500
|
* @twin.org/document-management-models bumped from 0.0.1-next.13 to 0.0.1-next.14
|
|
312
501
|
|
|
313
|
-
## [0.0.1-next.13](https://github.com/
|
|
502
|
+
## [0.0.1-next.13](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.1-next.12...document-management-rest-client-v0.0.1-next.13) (2025-04-30)
|
|
314
503
|
|
|
315
504
|
|
|
316
505
|
### Miscellaneous Chores
|
|
@@ -324,12 +513,12 @@
|
|
|
324
513
|
* dependencies
|
|
325
514
|
* @twin.org/document-management-models bumped from 0.0.1-next.12 to 0.0.1-next.13
|
|
326
515
|
|
|
327
|
-
## [0.0.1-next.12](https://github.com/
|
|
516
|
+
## [0.0.1-next.12](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.1-next.11...document-management-rest-client-v0.0.1-next.12) (2025-04-30)
|
|
328
517
|
|
|
329
518
|
|
|
330
519
|
### Features
|
|
331
520
|
|
|
332
|
-
* get document revision ([080eddc](https://github.com/
|
|
521
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
333
522
|
|
|
334
523
|
|
|
335
524
|
### Dependencies
|
|
@@ -338,12 +527,12 @@
|
|
|
338
527
|
* dependencies
|
|
339
528
|
* @twin.org/document-management-models bumped from 0.0.1-next.11 to 0.0.1-next.12
|
|
340
529
|
|
|
341
|
-
## [0.0.1-next.11](https://github.com/
|
|
530
|
+
## [0.0.1-next.11](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.1-next.10...document-management-rest-client-v0.0.1-next.11) (2025-04-28)
|
|
342
531
|
|
|
343
532
|
|
|
344
533
|
### Features
|
|
345
534
|
|
|
346
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
535
|
+
* 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))
|
|
347
536
|
|
|
348
537
|
|
|
349
538
|
### Dependencies
|
|
@@ -352,12 +541,12 @@
|
|
|
352
541
|
* dependencies
|
|
353
542
|
* @twin.org/document-management-models bumped from 0.0.1-next.10 to 0.0.1-next.11
|
|
354
543
|
|
|
355
|
-
## [0.0.1-next.10](https://github.com/
|
|
544
|
+
## [0.0.1-next.10](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.1-next.9...document-management-rest-client-v0.0.1-next.10) (2025-04-25)
|
|
356
545
|
|
|
357
546
|
|
|
358
547
|
### Bug Fixes
|
|
359
548
|
|
|
360
|
-
* adding missing route for the document management ([#4](https://github.com/
|
|
549
|
+
* 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))
|
|
361
550
|
|
|
362
551
|
|
|
363
552
|
### Dependencies
|
|
@@ -366,12 +555,12 @@
|
|
|
366
555
|
* dependencies
|
|
367
556
|
* @twin.org/document-management-models bumped from 0.0.1-next.9 to 0.0.1-next.10
|
|
368
557
|
|
|
369
|
-
## [0.0.1-next.9](https://github.com/
|
|
558
|
+
## [0.0.1-next.9](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.1-next.8...document-management-rest-client-v0.0.1-next.9) (2025-04-17)
|
|
370
559
|
|
|
371
560
|
|
|
372
561
|
### Features
|
|
373
562
|
|
|
374
|
-
* store document as a vertex ([#2](https://github.com/
|
|
563
|
+
* 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))
|
|
375
564
|
|
|
376
565
|
|
|
377
566
|
### Dependencies
|
|
@@ -380,7 +569,7 @@
|
|
|
380
569
|
* dependencies
|
|
381
570
|
* @twin.org/document-management-models bumped from 0.0.1-next.8 to 0.0.1-next.9
|
|
382
571
|
|
|
383
|
-
## [0.0.1-next.8](https://github.com/
|
|
572
|
+
## [0.0.1-next.8](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.0.1-next.7...document-management-rest-client-v0.0.1-next.8) (2025-03-28)
|
|
384
573
|
|
|
385
574
|
|
|
386
575
|
### Miscellaneous Chores
|