@twin.org/document-management-rest-client 0.0.3-next.9 → 0.9.0
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 +245 -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,190 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-document-management/compare/document-management-rest-client-v0.9.0...document-management-rest-client-v0.9.0) (2026-06-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release to production ([a009526](https://github.com/iotaledger/twin-document-management/commit/a009526032a0ee6e6b74f476a01fbe5f4c7fd4da))
|
|
9
|
+
* release to production ([#65](https://github.com/iotaledger/twin-document-management/issues/65)) ([ec864da](https://github.com/iotaledger/twin-document-management/commit/ec864da16d1644882181cb6b156cff8aef86cb26))
|
|
10
|
+
* release to production ([#68](https://github.com/iotaledger/twin-document-management/issues/68)) ([e15f56c](https://github.com/iotaledger/twin-document-management/commit/e15f56c67a1fb85cef6a5f2dbf345f9dce890ff7))
|
|
11
|
+
|
|
12
|
+
## [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)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* add context id features ([#24](https://github.com/iotaledger/twin-document-management/issues/24)) ([83f65f1](https://github.com/iotaledger/twin-document-management/commit/83f65f15e55f2293f5ca0d9d1e4679ba67c4ec8d))
|
|
18
|
+
* add validate-locales ([b6b6f9e](https://github.com/iotaledger/twin-document-management/commit/b6b6f9e9d66c17af3d030247ca168ac0b5844bdc))
|
|
19
|
+
* 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))
|
|
20
|
+
* eslint migration to flat config ([98635aa](https://github.com/iotaledger/twin-document-management/commit/98635aa24ebafba265e989e461fe98104f683191))
|
|
21
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
22
|
+
* 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
|
+
* 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))
|
|
24
|
+
* typescript 6 update ([35631d8](https://github.com/iotaledger/twin-document-management/commit/35631d88551380933009443d77b1a844b631a98e))
|
|
25
|
+
* update background task service ([5c380dc](https://github.com/iotaledger/twin-document-management/commit/5c380dca3114254201768f184f9486828501ff66))
|
|
26
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
27
|
+
* update framework core ([f991a59](https://github.com/iotaledger/twin-document-management/commit/f991a59d25ec228bcdd7a5b6bd55578985b55a84))
|
|
28
|
+
* update to latest aig method shapes ([497e895](https://github.com/iotaledger/twin-document-management/commit/497e8954f24774db628e057ebb9d158a1fd9d92a))
|
|
29
|
+
* update unece dependencies ([a27548c](https://github.com/iotaledger/twin-document-management/commit/a27548cdebbe1d9577fc8341166538c2f07348a3))
|
|
30
|
+
* updated API surface ([#58](https://github.com/iotaledger/twin-document-management/issues/58)) ([e811d22](https://github.com/iotaledger/twin-document-management/commit/e811d22e27d905ff4dbee43273f6195c7386491b))
|
|
31
|
+
* use targetId in AIG for edges ([82dec81](https://github.com/iotaledger/twin-document-management/commit/82dec8190d8b523b350ef133bdcf648cab1023b0))
|
|
32
|
+
* use updated unece types ([c141a89](https://github.com/iotaledger/twin-document-management/commit/c141a895138cb45fa0b1e95c42f56e31708c846c))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* 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))
|
|
38
|
+
* 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))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Dependencies
|
|
42
|
+
|
|
43
|
+
* The following workspace dependencies were updated
|
|
44
|
+
* dependencies
|
|
45
|
+
* @twin.org/document-management-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
46
|
+
|
|
47
|
+
## [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)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* updated API surface ([#58](https://github.com/iotaledger/twin-document-management/issues/58)) ([e811d22](https://github.com/iotaledger/twin-document-management/commit/e811d22e27d905ff4dbee43273f6195c7386491b))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Dependencies
|
|
56
|
+
|
|
57
|
+
* The following workspace dependencies were updated
|
|
58
|
+
* dependencies
|
|
59
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
60
|
+
|
|
61
|
+
## [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)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Miscellaneous Chores
|
|
65
|
+
|
|
66
|
+
* **document-management-rest-client:** Synchronize repo versions
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Dependencies
|
|
70
|
+
|
|
71
|
+
* The following workspace dependencies were updated
|
|
72
|
+
* dependencies
|
|
73
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
74
|
+
|
|
75
|
+
## [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)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Miscellaneous Chores
|
|
79
|
+
|
|
80
|
+
* **document-management-rest-client:** Synchronize repo versions
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Dependencies
|
|
84
|
+
|
|
85
|
+
* The following workspace dependencies were updated
|
|
86
|
+
* dependencies
|
|
87
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
88
|
+
|
|
89
|
+
## [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)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### Bug Fixes
|
|
93
|
+
|
|
94
|
+
* 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))
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Dependencies
|
|
98
|
+
|
|
99
|
+
* The following workspace dependencies were updated
|
|
100
|
+
* dependencies
|
|
101
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
102
|
+
|
|
103
|
+
## [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)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Miscellaneous Chores
|
|
107
|
+
|
|
108
|
+
* **document-management-rest-client:** Synchronize repo versions
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Dependencies
|
|
112
|
+
|
|
113
|
+
* The following workspace dependencies were updated
|
|
114
|
+
* dependencies
|
|
115
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
116
|
+
|
|
117
|
+
## [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)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Miscellaneous Chores
|
|
121
|
+
|
|
122
|
+
* **document-management-rest-client:** Synchronize repo versions
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### Dependencies
|
|
126
|
+
|
|
127
|
+
* The following workspace dependencies were updated
|
|
128
|
+
* dependencies
|
|
129
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
130
|
+
|
|
131
|
+
## [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)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Features
|
|
135
|
+
|
|
136
|
+
* typescript 6 update ([35631d8](https://github.com/iotaledger/twin-document-management/commit/35631d88551380933009443d77b1a844b631a98e))
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Dependencies
|
|
140
|
+
|
|
141
|
+
* The following workspace dependencies were updated
|
|
142
|
+
* dependencies
|
|
143
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
144
|
+
|
|
145
|
+
## [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)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Features
|
|
149
|
+
|
|
150
|
+
* update to latest aig method shapes ([497e895](https://github.com/iotaledger/twin-document-management/commit/497e8954f24774db628e057ebb9d158a1fd9d92a))
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
### Dependencies
|
|
154
|
+
|
|
155
|
+
* The following workspace dependencies were updated
|
|
156
|
+
* dependencies
|
|
157
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
158
|
+
|
|
159
|
+
## [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)
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
### Miscellaneous Chores
|
|
163
|
+
|
|
164
|
+
* **document-management-rest-client:** Synchronize repo versions
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
### Dependencies
|
|
168
|
+
|
|
169
|
+
* The following workspace dependencies were updated
|
|
170
|
+
* dependencies
|
|
171
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
172
|
+
|
|
173
|
+
## [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)
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Miscellaneous Chores
|
|
177
|
+
|
|
178
|
+
* **document-management-rest-client:** Synchronize repo versions
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
### Dependencies
|
|
182
|
+
|
|
183
|
+
* The following workspace dependencies were updated
|
|
184
|
+
* dependencies
|
|
185
|
+
* @twin.org/document-management-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
186
|
+
|
|
187
|
+
## [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
188
|
|
|
5
189
|
|
|
6
190
|
### Miscellaneous Chores
|
|
@@ -14,7 +198,7 @@
|
|
|
14
198
|
* dependencies
|
|
15
199
|
* @twin.org/document-management-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
16
200
|
|
|
17
|
-
## [0.0.3-next.8](https://github.com/
|
|
201
|
+
## [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
202
|
|
|
19
203
|
|
|
20
204
|
### Miscellaneous Chores
|
|
@@ -28,12 +212,12 @@
|
|
|
28
212
|
* dependencies
|
|
29
213
|
* @twin.org/document-management-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
30
214
|
|
|
31
|
-
## [0.0.3-next.7](https://github.com/
|
|
215
|
+
## [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
216
|
|
|
33
217
|
|
|
34
218
|
### Features
|
|
35
219
|
|
|
36
|
-
* replace nextItem property with Link header ([#34](https://github.com/
|
|
220
|
+
* 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
221
|
|
|
38
222
|
|
|
39
223
|
### Dependencies
|
|
@@ -42,7 +226,7 @@
|
|
|
42
226
|
* dependencies
|
|
43
227
|
* @twin.org/document-management-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
44
228
|
|
|
45
|
-
## [0.0.3-next.6](https://github.com/
|
|
229
|
+
## [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
230
|
|
|
47
231
|
|
|
48
232
|
### Miscellaneous Chores
|
|
@@ -56,7 +240,7 @@
|
|
|
56
240
|
* dependencies
|
|
57
241
|
* @twin.org/document-management-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
58
242
|
|
|
59
|
-
## [0.0.3-next.5](https://github.com/
|
|
243
|
+
## [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
244
|
|
|
61
245
|
|
|
62
246
|
### Miscellaneous Chores
|
|
@@ -70,12 +254,12 @@
|
|
|
70
254
|
* dependencies
|
|
71
255
|
* @twin.org/document-management-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
72
256
|
|
|
73
|
-
## [0.0.3-next.4](https://github.com/
|
|
257
|
+
## [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
258
|
|
|
75
259
|
|
|
76
260
|
### Features
|
|
77
261
|
|
|
78
|
-
* update unece dependencies ([a27548c](https://github.com/
|
|
262
|
+
* update unece dependencies ([a27548c](https://github.com/iotaledger/twin-document-management/commit/a27548cdebbe1d9577fc8341166538c2f07348a3))
|
|
79
263
|
|
|
80
264
|
|
|
81
265
|
### Dependencies
|
|
@@ -84,12 +268,12 @@
|
|
|
84
268
|
* dependencies
|
|
85
269
|
* @twin.org/document-management-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
86
270
|
|
|
87
|
-
## [0.0.3-next.3](https://github.com/
|
|
271
|
+
## [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
272
|
|
|
89
273
|
|
|
90
274
|
### Features
|
|
91
275
|
|
|
92
|
-
* use updated unece types ([c141a89](https://github.com/
|
|
276
|
+
* use updated unece types ([c141a89](https://github.com/iotaledger/twin-document-management/commit/c141a895138cb45fa0b1e95c42f56e31708c846c))
|
|
93
277
|
|
|
94
278
|
|
|
95
279
|
### Dependencies
|
|
@@ -98,12 +282,12 @@
|
|
|
98
282
|
* dependencies
|
|
99
283
|
* @twin.org/document-management-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
100
284
|
|
|
101
|
-
## [0.0.3-next.2](https://github.com/
|
|
285
|
+
## [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
286
|
|
|
103
287
|
|
|
104
288
|
### Features
|
|
105
289
|
|
|
106
|
-
* update background task service ([5c380dc](https://github.com/
|
|
290
|
+
* update background task service ([5c380dc](https://github.com/iotaledger/twin-document-management/commit/5c380dca3114254201768f184f9486828501ff66))
|
|
107
291
|
|
|
108
292
|
|
|
109
293
|
### Dependencies
|
|
@@ -112,25 +296,25 @@
|
|
|
112
296
|
* dependencies
|
|
113
297
|
* @twin.org/document-management-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
114
298
|
|
|
115
|
-
## [0.0.3-next.1](https://github.com/
|
|
299
|
+
## [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
300
|
|
|
117
301
|
|
|
118
302
|
### Features
|
|
119
303
|
|
|
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/
|
|
304
|
+
* add context id features ([#24](https://github.com/iotaledger/twin-document-management/issues/24)) ([83f65f1](https://github.com/iotaledger/twin-document-management/commit/83f65f15e55f2293f5ca0d9d1e4679ba67c4ec8d))
|
|
305
|
+
* add validate-locales ([b6b6f9e](https://github.com/iotaledger/twin-document-management/commit/b6b6f9e9d66c17af3d030247ca168ac0b5844bdc))
|
|
306
|
+
* 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))
|
|
307
|
+
* eslint migration to flat config ([98635aa](https://github.com/iotaledger/twin-document-management/commit/98635aa24ebafba265e989e461fe98104f683191))
|
|
308
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
309
|
+
* 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))
|
|
310
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
311
|
+
* update framework core ([f991a59](https://github.com/iotaledger/twin-document-management/commit/f991a59d25ec228bcdd7a5b6bd55578985b55a84))
|
|
312
|
+
* use targetId in AIG for edges ([82dec81](https://github.com/iotaledger/twin-document-management/commit/82dec8190d8b523b350ef133bdcf648cab1023b0))
|
|
129
313
|
|
|
130
314
|
|
|
131
315
|
### Bug Fixes
|
|
132
316
|
|
|
133
|
-
* adding missing route for the document management ([#4](https://github.com/
|
|
317
|
+
* 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
318
|
|
|
135
319
|
|
|
136
320
|
### Dependencies
|
|
@@ -139,12 +323,12 @@
|
|
|
139
323
|
* dependencies
|
|
140
324
|
* @twin.org/document-management-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
141
325
|
|
|
142
|
-
## [0.0.2-next.4](https://github.com/
|
|
326
|
+
## [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
327
|
|
|
144
328
|
|
|
145
329
|
### Features
|
|
146
330
|
|
|
147
|
-
* add validate-locales ([b6b6f9e](https://github.com/
|
|
331
|
+
* add validate-locales ([b6b6f9e](https://github.com/iotaledger/twin-document-management/commit/b6b6f9e9d66c17af3d030247ca168ac0b5844bdc))
|
|
148
332
|
|
|
149
333
|
|
|
150
334
|
### Dependencies
|
|
@@ -153,12 +337,12 @@
|
|
|
153
337
|
* dependencies
|
|
154
338
|
* @twin.org/document-management-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
155
339
|
|
|
156
|
-
## [0.0.2-next.3](https://github.com/
|
|
340
|
+
## [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
341
|
|
|
158
342
|
|
|
159
343
|
### Features
|
|
160
344
|
|
|
161
|
-
* use targetId in AIG for edges ([82dec81](https://github.com/
|
|
345
|
+
* use targetId in AIG for edges ([82dec81](https://github.com/iotaledger/twin-document-management/commit/82dec8190d8b523b350ef133bdcf648cab1023b0))
|
|
162
346
|
|
|
163
347
|
|
|
164
348
|
### Dependencies
|
|
@@ -167,12 +351,12 @@
|
|
|
167
351
|
* dependencies
|
|
168
352
|
* @twin.org/document-management-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
169
353
|
|
|
170
|
-
## [0.0.2-next.2](https://github.com/
|
|
354
|
+
## [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
355
|
|
|
172
356
|
|
|
173
357
|
### Features
|
|
174
358
|
|
|
175
|
-
* eslint migration to flat config ([98635aa](https://github.com/
|
|
359
|
+
* eslint migration to flat config ([98635aa](https://github.com/iotaledger/twin-document-management/commit/98635aa24ebafba265e989e461fe98104f683191))
|
|
176
360
|
|
|
177
361
|
|
|
178
362
|
### Dependencies
|
|
@@ -181,21 +365,21 @@
|
|
|
181
365
|
* dependencies
|
|
182
366
|
* @twin.org/document-management-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
183
367
|
|
|
184
|
-
## [0.0.2-next.1](https://github.com/
|
|
368
|
+
## [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
369
|
|
|
186
370
|
|
|
187
371
|
### Features
|
|
188
372
|
|
|
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/
|
|
373
|
+
* 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))
|
|
374
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
375
|
+
* 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))
|
|
376
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
377
|
+
* update framework core ([f991a59](https://github.com/iotaledger/twin-document-management/commit/f991a59d25ec228bcdd7a5b6bd55578985b55a84))
|
|
194
378
|
|
|
195
379
|
|
|
196
380
|
### Bug Fixes
|
|
197
381
|
|
|
198
|
-
* adding missing route for the document management ([#4](https://github.com/
|
|
382
|
+
* 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
383
|
|
|
200
384
|
|
|
201
385
|
### Dependencies
|
|
@@ -209,7 +393,7 @@
|
|
|
209
393
|
|
|
210
394
|
### Features
|
|
211
395
|
|
|
212
|
-
* release to production ([a009526](https://github.com/
|
|
396
|
+
* release to production ([a009526](https://github.com/iotaledger/twin-document-management/commit/a009526032a0ee6e6b74f476a01fbe5f4c7fd4da))
|
|
213
397
|
|
|
214
398
|
|
|
215
399
|
### Dependencies
|
|
@@ -218,20 +402,20 @@
|
|
|
218
402
|
* dependencies
|
|
219
403
|
* @twin.org/document-management-models bumped from ^0.0.0 to ^0.0.1
|
|
220
404
|
|
|
221
|
-
## [0.0.1-next.20](https://github.com/
|
|
405
|
+
## [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
406
|
|
|
223
407
|
|
|
224
408
|
### Features
|
|
225
409
|
|
|
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/
|
|
410
|
+
* 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))
|
|
411
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
412
|
+
* 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))
|
|
413
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
230
414
|
|
|
231
415
|
|
|
232
416
|
### Bug Fixes
|
|
233
417
|
|
|
234
|
-
* adding missing route for the document management ([#4](https://github.com/
|
|
418
|
+
* 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
419
|
|
|
236
420
|
|
|
237
421
|
### Dependencies
|
|
@@ -240,7 +424,7 @@
|
|
|
240
424
|
* dependencies
|
|
241
425
|
* @twin.org/document-management-models bumped from 0.0.1-next.19 to 0.0.1-next.20
|
|
242
426
|
|
|
243
|
-
## [0.0.1-next.19](https://github.com/
|
|
427
|
+
## [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
428
|
|
|
245
429
|
|
|
246
430
|
### Miscellaneous Chores
|
|
@@ -254,7 +438,7 @@
|
|
|
254
438
|
* dependencies
|
|
255
439
|
* @twin.org/document-management-models bumped from 0.0.1-next.18 to 0.0.1-next.19
|
|
256
440
|
|
|
257
|
-
## [0.0.1-next.18](https://github.com/
|
|
441
|
+
## [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
442
|
|
|
259
443
|
|
|
260
444
|
### Miscellaneous Chores
|
|
@@ -268,12 +452,12 @@
|
|
|
268
452
|
* dependencies
|
|
269
453
|
* @twin.org/document-management-models bumped from 0.0.1-next.17 to 0.0.1-next.18
|
|
270
454
|
|
|
271
|
-
## [0.0.1-next.17](https://github.com/
|
|
455
|
+
## [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
456
|
|
|
273
457
|
|
|
274
458
|
### Features
|
|
275
459
|
|
|
276
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
460
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
277
461
|
|
|
278
462
|
|
|
279
463
|
### Dependencies
|
|
@@ -282,7 +466,7 @@
|
|
|
282
466
|
* dependencies
|
|
283
467
|
* @twin.org/document-management-models bumped from 0.0.1-next.16 to 0.0.1-next.17
|
|
284
468
|
|
|
285
|
-
## [0.0.1-next.16](https://github.com/
|
|
469
|
+
## [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
470
|
|
|
287
471
|
|
|
288
472
|
### Miscellaneous Chores
|
|
@@ -296,7 +480,7 @@
|
|
|
296
480
|
* dependencies
|
|
297
481
|
* @twin.org/document-management-models bumped from 0.0.1-next.15 to 0.0.1-next.16
|
|
298
482
|
|
|
299
|
-
## [0.0.1-next.15](https://github.com/
|
|
483
|
+
## [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
484
|
|
|
301
485
|
|
|
302
486
|
### Miscellaneous Chores
|
|
@@ -310,7 +494,7 @@
|
|
|
310
494
|
* dependencies
|
|
311
495
|
* @twin.org/document-management-models bumped from 0.0.1-next.14 to 0.0.1-next.15
|
|
312
496
|
|
|
313
|
-
## [0.0.1-next.14](https://github.com/
|
|
497
|
+
## [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
498
|
|
|
315
499
|
|
|
316
500
|
### Miscellaneous Chores
|
|
@@ -324,7 +508,7 @@
|
|
|
324
508
|
* dependencies
|
|
325
509
|
* @twin.org/document-management-models bumped from 0.0.1-next.13 to 0.0.1-next.14
|
|
326
510
|
|
|
327
|
-
## [0.0.1-next.13](https://github.com/
|
|
511
|
+
## [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
512
|
|
|
329
513
|
|
|
330
514
|
### Miscellaneous Chores
|
|
@@ -338,12 +522,12 @@
|
|
|
338
522
|
* dependencies
|
|
339
523
|
* @twin.org/document-management-models bumped from 0.0.1-next.12 to 0.0.1-next.13
|
|
340
524
|
|
|
341
|
-
## [0.0.1-next.12](https://github.com/
|
|
525
|
+
## [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
526
|
|
|
343
527
|
|
|
344
528
|
### Features
|
|
345
529
|
|
|
346
|
-
* get document revision ([080eddc](https://github.com/
|
|
530
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
347
531
|
|
|
348
532
|
|
|
349
533
|
### Dependencies
|
|
@@ -352,12 +536,12 @@
|
|
|
352
536
|
* dependencies
|
|
353
537
|
* @twin.org/document-management-models bumped from 0.0.1-next.11 to 0.0.1-next.12
|
|
354
538
|
|
|
355
|
-
## [0.0.1-next.11](https://github.com/
|
|
539
|
+
## [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
540
|
|
|
357
541
|
|
|
358
542
|
### Features
|
|
359
543
|
|
|
360
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
544
|
+
* 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
545
|
|
|
362
546
|
|
|
363
547
|
### Dependencies
|
|
@@ -366,12 +550,12 @@
|
|
|
366
550
|
* dependencies
|
|
367
551
|
* @twin.org/document-management-models bumped from 0.0.1-next.10 to 0.0.1-next.11
|
|
368
552
|
|
|
369
|
-
## [0.0.1-next.10](https://github.com/
|
|
553
|
+
## [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
554
|
|
|
371
555
|
|
|
372
556
|
### Bug Fixes
|
|
373
557
|
|
|
374
|
-
* adding missing route for the document management ([#4](https://github.com/
|
|
558
|
+
* 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
559
|
|
|
376
560
|
|
|
377
561
|
### Dependencies
|
|
@@ -380,12 +564,12 @@
|
|
|
380
564
|
* dependencies
|
|
381
565
|
* @twin.org/document-management-models bumped from 0.0.1-next.9 to 0.0.1-next.10
|
|
382
566
|
|
|
383
|
-
## [0.0.1-next.9](https://github.com/
|
|
567
|
+
## [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
568
|
|
|
385
569
|
|
|
386
570
|
### Features
|
|
387
571
|
|
|
388
|
-
* store document as a vertex ([#2](https://github.com/
|
|
572
|
+
* 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
573
|
|
|
390
574
|
|
|
391
575
|
### Dependencies
|
|
@@ -394,7 +578,7 @@
|
|
|
394
578
|
* dependencies
|
|
395
579
|
* @twin.org/document-management-models bumped from 0.0.1-next.8 to 0.0.1-next.9
|
|
396
580
|
|
|
397
|
-
## [0.0.1-next.8](https://github.com/
|
|
581
|
+
## [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
582
|
|
|
399
583
|
|
|
400
584
|
### Miscellaneous Chores
|