@twin.org/document-management-rest-client 0.0.3-next.9 → 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 +236 -61
- 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,181 @@
|
|
|
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)
|
|
4
179
|
|
|
5
180
|
|
|
6
181
|
### Miscellaneous Chores
|
|
@@ -14,7 +189,7 @@
|
|
|
14
189
|
* dependencies
|
|
15
190
|
* @twin.org/document-management-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
16
191
|
|
|
17
|
-
## [0.0.3-next.8](https://github.com/
|
|
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)
|
|
18
193
|
|
|
19
194
|
|
|
20
195
|
### Miscellaneous Chores
|
|
@@ -28,12 +203,12 @@
|
|
|
28
203
|
* dependencies
|
|
29
204
|
* @twin.org/document-management-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
30
205
|
|
|
31
|
-
## [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)
|
|
32
207
|
|
|
33
208
|
|
|
34
209
|
### Features
|
|
35
210
|
|
|
36
|
-
* 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))
|
|
37
212
|
|
|
38
213
|
|
|
39
214
|
### Dependencies
|
|
@@ -42,7 +217,7 @@
|
|
|
42
217
|
* dependencies
|
|
43
218
|
* @twin.org/document-management-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
44
219
|
|
|
45
|
-
## [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)
|
|
46
221
|
|
|
47
222
|
|
|
48
223
|
### Miscellaneous Chores
|
|
@@ -56,7 +231,7 @@
|
|
|
56
231
|
* dependencies
|
|
57
232
|
* @twin.org/document-management-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
58
233
|
|
|
59
|
-
## [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)
|
|
60
235
|
|
|
61
236
|
|
|
62
237
|
### Miscellaneous Chores
|
|
@@ -70,12 +245,12 @@
|
|
|
70
245
|
* dependencies
|
|
71
246
|
* @twin.org/document-management-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
72
247
|
|
|
73
|
-
## [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)
|
|
74
249
|
|
|
75
250
|
|
|
76
251
|
### Features
|
|
77
252
|
|
|
78
|
-
* update unece dependencies ([a27548c](https://github.com/
|
|
253
|
+
* update unece dependencies ([a27548c](https://github.com/iotaledger/twin-document-management/commit/a27548cdebbe1d9577fc8341166538c2f07348a3))
|
|
79
254
|
|
|
80
255
|
|
|
81
256
|
### Dependencies
|
|
@@ -84,12 +259,12 @@
|
|
|
84
259
|
* dependencies
|
|
85
260
|
* @twin.org/document-management-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
86
261
|
|
|
87
|
-
## [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)
|
|
88
263
|
|
|
89
264
|
|
|
90
265
|
### Features
|
|
91
266
|
|
|
92
|
-
* use updated unece types ([c141a89](https://github.com/
|
|
267
|
+
* use updated unece types ([c141a89](https://github.com/iotaledger/twin-document-management/commit/c141a895138cb45fa0b1e95c42f56e31708c846c))
|
|
93
268
|
|
|
94
269
|
|
|
95
270
|
### Dependencies
|
|
@@ -98,12 +273,12 @@
|
|
|
98
273
|
* dependencies
|
|
99
274
|
* @twin.org/document-management-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
100
275
|
|
|
101
|
-
## [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)
|
|
102
277
|
|
|
103
278
|
|
|
104
279
|
### Features
|
|
105
280
|
|
|
106
|
-
* update background task service ([5c380dc](https://github.com/
|
|
281
|
+
* update background task service ([5c380dc](https://github.com/iotaledger/twin-document-management/commit/5c380dca3114254201768f184f9486828501ff66))
|
|
107
282
|
|
|
108
283
|
|
|
109
284
|
### Dependencies
|
|
@@ -112,25 +287,25 @@
|
|
|
112
287
|
* dependencies
|
|
113
288
|
* @twin.org/document-management-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
114
289
|
|
|
115
|
-
## [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)
|
|
116
291
|
|
|
117
292
|
|
|
118
293
|
### Features
|
|
119
294
|
|
|
120
|
-
* add context id features ([#24](https://github.com/
|
|
121
|
-
* add validate-locales ([b6b6f9e](https://github.com/
|
|
122
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
123
|
-
* eslint migration to flat config ([98635aa](https://github.com/
|
|
124
|
-
* get document revision ([080eddc](https://github.com/
|
|
125
|
-
* store document as a vertex ([#2](https://github.com/
|
|
126
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
127
|
-
* update framework core ([f991a59](https://github.com/
|
|
128
|
-
* 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))
|
|
129
304
|
|
|
130
305
|
|
|
131
306
|
### Bug Fixes
|
|
132
307
|
|
|
133
|
-
* 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))
|
|
134
309
|
|
|
135
310
|
|
|
136
311
|
### Dependencies
|
|
@@ -139,12 +314,12 @@
|
|
|
139
314
|
* dependencies
|
|
140
315
|
* @twin.org/document-management-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
141
316
|
|
|
142
|
-
## [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)
|
|
143
318
|
|
|
144
319
|
|
|
145
320
|
### Features
|
|
146
321
|
|
|
147
|
-
* add validate-locales ([b6b6f9e](https://github.com/
|
|
322
|
+
* add validate-locales ([b6b6f9e](https://github.com/iotaledger/twin-document-management/commit/b6b6f9e9d66c17af3d030247ca168ac0b5844bdc))
|
|
148
323
|
|
|
149
324
|
|
|
150
325
|
### Dependencies
|
|
@@ -153,12 +328,12 @@
|
|
|
153
328
|
* dependencies
|
|
154
329
|
* @twin.org/document-management-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
155
330
|
|
|
156
|
-
## [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)
|
|
157
332
|
|
|
158
333
|
|
|
159
334
|
### Features
|
|
160
335
|
|
|
161
|
-
* 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))
|
|
162
337
|
|
|
163
338
|
|
|
164
339
|
### Dependencies
|
|
@@ -167,12 +342,12 @@
|
|
|
167
342
|
* dependencies
|
|
168
343
|
* @twin.org/document-management-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
169
344
|
|
|
170
|
-
## [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)
|
|
171
346
|
|
|
172
347
|
|
|
173
348
|
### Features
|
|
174
349
|
|
|
175
|
-
* 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))
|
|
176
351
|
|
|
177
352
|
|
|
178
353
|
### Dependencies
|
|
@@ -181,21 +356,21 @@
|
|
|
181
356
|
* dependencies
|
|
182
357
|
* @twin.org/document-management-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
183
358
|
|
|
184
|
-
## [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)
|
|
185
360
|
|
|
186
361
|
|
|
187
362
|
### Features
|
|
188
363
|
|
|
189
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
190
|
-
* get document revision ([080eddc](https://github.com/
|
|
191
|
-
* store document as a vertex ([#2](https://github.com/
|
|
192
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
193
|
-
* 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))
|
|
194
369
|
|
|
195
370
|
|
|
196
371
|
### Bug Fixes
|
|
197
372
|
|
|
198
|
-
* 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))
|
|
199
374
|
|
|
200
375
|
|
|
201
376
|
### Dependencies
|
|
@@ -209,7 +384,7 @@
|
|
|
209
384
|
|
|
210
385
|
### Features
|
|
211
386
|
|
|
212
|
-
* release to production ([a009526](https://github.com/
|
|
387
|
+
* release to production ([a009526](https://github.com/iotaledger/twin-document-management/commit/a009526032a0ee6e6b74f476a01fbe5f4c7fd4da))
|
|
213
388
|
|
|
214
389
|
|
|
215
390
|
### Dependencies
|
|
@@ -218,20 +393,20 @@
|
|
|
218
393
|
* dependencies
|
|
219
394
|
* @twin.org/document-management-models bumped from ^0.0.0 to ^0.0.1
|
|
220
395
|
|
|
221
|
-
## [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)
|
|
222
397
|
|
|
223
398
|
|
|
224
399
|
### Features
|
|
225
400
|
|
|
226
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
227
|
-
* get document revision ([080eddc](https://github.com/
|
|
228
|
-
* store document as a vertex ([#2](https://github.com/
|
|
229
|
-
* 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))
|
|
230
405
|
|
|
231
406
|
|
|
232
407
|
### Bug Fixes
|
|
233
408
|
|
|
234
|
-
* 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))
|
|
235
410
|
|
|
236
411
|
|
|
237
412
|
### Dependencies
|
|
@@ -240,7 +415,7 @@
|
|
|
240
415
|
* dependencies
|
|
241
416
|
* @twin.org/document-management-models bumped from 0.0.1-next.19 to 0.0.1-next.20
|
|
242
417
|
|
|
243
|
-
## [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)
|
|
244
419
|
|
|
245
420
|
|
|
246
421
|
### Miscellaneous Chores
|
|
@@ -254,7 +429,7 @@
|
|
|
254
429
|
* dependencies
|
|
255
430
|
* @twin.org/document-management-models bumped from 0.0.1-next.18 to 0.0.1-next.19
|
|
256
431
|
|
|
257
|
-
## [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)
|
|
258
433
|
|
|
259
434
|
|
|
260
435
|
### Miscellaneous Chores
|
|
@@ -268,12 +443,12 @@
|
|
|
268
443
|
* dependencies
|
|
269
444
|
* @twin.org/document-management-models bumped from 0.0.1-next.17 to 0.0.1-next.18
|
|
270
445
|
|
|
271
|
-
## [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)
|
|
272
447
|
|
|
273
448
|
|
|
274
449
|
### Features
|
|
275
450
|
|
|
276
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
451
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
277
452
|
|
|
278
453
|
|
|
279
454
|
### Dependencies
|
|
@@ -282,7 +457,7 @@
|
|
|
282
457
|
* dependencies
|
|
283
458
|
* @twin.org/document-management-models bumped from 0.0.1-next.16 to 0.0.1-next.17
|
|
284
459
|
|
|
285
|
-
## [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)
|
|
286
461
|
|
|
287
462
|
|
|
288
463
|
### Miscellaneous Chores
|
|
@@ -296,7 +471,7 @@
|
|
|
296
471
|
* dependencies
|
|
297
472
|
* @twin.org/document-management-models bumped from 0.0.1-next.15 to 0.0.1-next.16
|
|
298
473
|
|
|
299
|
-
## [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)
|
|
300
475
|
|
|
301
476
|
|
|
302
477
|
### Miscellaneous Chores
|
|
@@ -310,7 +485,7 @@
|
|
|
310
485
|
* dependencies
|
|
311
486
|
* @twin.org/document-management-models bumped from 0.0.1-next.14 to 0.0.1-next.15
|
|
312
487
|
|
|
313
|
-
## [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)
|
|
314
489
|
|
|
315
490
|
|
|
316
491
|
### Miscellaneous Chores
|
|
@@ -324,7 +499,7 @@
|
|
|
324
499
|
* dependencies
|
|
325
500
|
* @twin.org/document-management-models bumped from 0.0.1-next.13 to 0.0.1-next.14
|
|
326
501
|
|
|
327
|
-
## [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)
|
|
328
503
|
|
|
329
504
|
|
|
330
505
|
### Miscellaneous Chores
|
|
@@ -338,12 +513,12 @@
|
|
|
338
513
|
* dependencies
|
|
339
514
|
* @twin.org/document-management-models bumped from 0.0.1-next.12 to 0.0.1-next.13
|
|
340
515
|
|
|
341
|
-
## [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)
|
|
342
517
|
|
|
343
518
|
|
|
344
519
|
### Features
|
|
345
520
|
|
|
346
|
-
* get document revision ([080eddc](https://github.com/
|
|
521
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
347
522
|
|
|
348
523
|
|
|
349
524
|
### Dependencies
|
|
@@ -352,12 +527,12 @@
|
|
|
352
527
|
* dependencies
|
|
353
528
|
* @twin.org/document-management-models bumped from 0.0.1-next.11 to 0.0.1-next.12
|
|
354
529
|
|
|
355
|
-
## [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)
|
|
356
531
|
|
|
357
532
|
|
|
358
533
|
### Features
|
|
359
534
|
|
|
360
|
-
* 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))
|
|
361
536
|
|
|
362
537
|
|
|
363
538
|
### Dependencies
|
|
@@ -366,12 +541,12 @@
|
|
|
366
541
|
* dependencies
|
|
367
542
|
* @twin.org/document-management-models bumped from 0.0.1-next.10 to 0.0.1-next.11
|
|
368
543
|
|
|
369
|
-
## [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)
|
|
370
545
|
|
|
371
546
|
|
|
372
547
|
### Bug Fixes
|
|
373
548
|
|
|
374
|
-
* 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))
|
|
375
550
|
|
|
376
551
|
|
|
377
552
|
### Dependencies
|
|
@@ -380,12 +555,12 @@
|
|
|
380
555
|
* dependencies
|
|
381
556
|
* @twin.org/document-management-models bumped from 0.0.1-next.9 to 0.0.1-next.10
|
|
382
557
|
|
|
383
|
-
## [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)
|
|
384
559
|
|
|
385
560
|
|
|
386
561
|
### Features
|
|
387
562
|
|
|
388
|
-
* 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))
|
|
389
564
|
|
|
390
565
|
|
|
391
566
|
### Dependencies
|
|
@@ -394,7 +569,7 @@
|
|
|
394
569
|
* dependencies
|
|
395
570
|
* @twin.org/document-management-models bumped from 0.0.1-next.8 to 0.0.1-next.9
|
|
396
571
|
|
|
397
|
-
## [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)
|
|
398
573
|
|
|
399
574
|
|
|
400
575
|
### Miscellaneous Chores
|