@twin.org/api-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/healthRestClient.js +35 -0
- package/dist/es/healthRestClient.js.map +1 -0
- package/dist/es/index.js +1 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/informationRestClient.js +11 -26
- package/dist/es/informationRestClient.js.map +1 -1
- package/dist/types/healthRestClient.d.ts +30 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/informationRestClient.d.ts +12 -17
- package/docs/changelog.md +780 -58
- package/docs/examples.md +64 -1
- package/docs/reference/classes/HealthRestClient.md +145 -0
- package/docs/reference/classes/InformationRestClient.md +85 -65
- package/docs/reference/index.md +1 -0
- package/locales/en.json +1 -7
- package/package.json +9 -9
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,733 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.9.0-next.0...api-rest-client-v0.9.0-next.1) (2026-06-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
9
|
+
* add livez endpoint ([#57](https://github.com/iotaledger/twin-api/issues/57)) ([ef007db](https://github.com/iotaledger/twin-api/commit/ef007db8201736dd3053211f849ffd03baaa485e))
|
|
10
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
11
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
12
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
13
|
+
* remove authentication generators ([#66](https://github.com/iotaledger/twin-api/issues/66)) ([adaa169](https://github.com/iotaledger/twin-api/commit/adaa1698df1c5ccb0ad645a7a7c0d3ef82ef6ac1))
|
|
14
|
+
* separate service responsibilities ([#116](https://github.com/iotaledger/twin-api/issues/116)) ([2234648](https://github.com/iotaledger/twin-api/commit/2234648de4a2de5b7356aadde328f40470bc12e3))
|
|
15
|
+
* typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
|
|
16
|
+
* update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
|
|
17
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
18
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
19
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
20
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* not supported error handling ([5cc1a50](https://github.com/iotaledger/twin-api/commit/5cc1a507243f37fda5855acb622b2a3f4d91080f))
|
|
26
|
+
* use correct format for log messaging ([1d28474](https://github.com/iotaledger/twin-api/commit/1d284744589aa7875327ccc053446f655f2a7f62))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* The following workspace dependencies were updated
|
|
32
|
+
* dependencies
|
|
33
|
+
* @twin.org/api-core bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
34
|
+
* @twin.org/api-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
35
|
+
|
|
36
|
+
## [0.0.3-next.53](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.52...api-rest-client-v0.0.3-next.53) (2026-06-23)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Miscellaneous Chores
|
|
40
|
+
|
|
41
|
+
* **api-rest-client:** Synchronize repo versions
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Dependencies
|
|
45
|
+
|
|
46
|
+
* The following workspace dependencies were updated
|
|
47
|
+
* dependencies
|
|
48
|
+
* @twin.org/api-core bumped from 0.0.3-next.52 to 0.0.3-next.53
|
|
49
|
+
* @twin.org/api-models bumped from 0.0.3-next.52 to 0.0.3-next.53
|
|
50
|
+
|
|
51
|
+
## [0.0.3-next.52](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.51...api-rest-client-v0.0.3-next.52) (2026-06-22)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Miscellaneous Chores
|
|
55
|
+
|
|
56
|
+
* **api-rest-client:** Synchronize repo versions
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Dependencies
|
|
60
|
+
|
|
61
|
+
* The following workspace dependencies were updated
|
|
62
|
+
* dependencies
|
|
63
|
+
* @twin.org/api-core bumped from 0.0.3-next.51 to 0.0.3-next.52
|
|
64
|
+
* @twin.org/api-models bumped from 0.0.3-next.51 to 0.0.3-next.52
|
|
65
|
+
|
|
66
|
+
## [0.0.3-next.51](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.50...api-rest-client-v0.0.3-next.51) (2026-06-20)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Miscellaneous Chores
|
|
70
|
+
|
|
71
|
+
* **api-rest-client:** Synchronize repo versions
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Dependencies
|
|
75
|
+
|
|
76
|
+
* The following workspace dependencies were updated
|
|
77
|
+
* dependencies
|
|
78
|
+
* @twin.org/api-core bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
79
|
+
* @twin.org/api-models bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
80
|
+
|
|
81
|
+
## [0.0.3-next.50](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.49...api-rest-client-v0.0.3-next.50) (2026-06-19)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Miscellaneous Chores
|
|
85
|
+
|
|
86
|
+
* **api-rest-client:** Synchronize repo versions
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Dependencies
|
|
90
|
+
|
|
91
|
+
* The following workspace dependencies were updated
|
|
92
|
+
* dependencies
|
|
93
|
+
* @twin.org/api-core bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
94
|
+
* @twin.org/api-models bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
95
|
+
|
|
96
|
+
## [0.0.3-next.49](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.48...api-rest-client-v0.0.3-next.49) (2026-06-19)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Miscellaneous Chores
|
|
100
|
+
|
|
101
|
+
* **api-rest-client:** Synchronize repo versions
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Dependencies
|
|
105
|
+
|
|
106
|
+
* The following workspace dependencies were updated
|
|
107
|
+
* dependencies
|
|
108
|
+
* @twin.org/api-core bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
109
|
+
* @twin.org/api-models bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
110
|
+
|
|
111
|
+
## [0.0.3-next.48](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.47...api-rest-client-v0.0.3-next.48) (2026-06-19)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Miscellaneous Chores
|
|
115
|
+
|
|
116
|
+
* **api-rest-client:** Synchronize repo versions
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Dependencies
|
|
120
|
+
|
|
121
|
+
* The following workspace dependencies were updated
|
|
122
|
+
* dependencies
|
|
123
|
+
* @twin.org/api-core bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
124
|
+
* @twin.org/api-models bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
125
|
+
|
|
126
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.46...api-rest-client-v0.0.3-next.47) (2026-06-18)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### Miscellaneous Chores
|
|
130
|
+
|
|
131
|
+
* **api-rest-client:** Synchronize repo versions
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Dependencies
|
|
135
|
+
|
|
136
|
+
* The following workspace dependencies were updated
|
|
137
|
+
* dependencies
|
|
138
|
+
* @twin.org/api-core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
139
|
+
* @twin.org/api-models bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
140
|
+
|
|
141
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.45...api-rest-client-v0.0.3-next.46) (2026-06-17)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
### Miscellaneous Chores
|
|
145
|
+
|
|
146
|
+
* **api-rest-client:** Synchronize repo versions
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Dependencies
|
|
150
|
+
|
|
151
|
+
* The following workspace dependencies were updated
|
|
152
|
+
* dependencies
|
|
153
|
+
* @twin.org/api-core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
154
|
+
* @twin.org/api-models bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
155
|
+
|
|
156
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.44...api-rest-client-v0.0.3-next.45) (2026-06-15)
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### Miscellaneous Chores
|
|
160
|
+
|
|
161
|
+
* **api-rest-client:** Synchronize repo versions
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Dependencies
|
|
165
|
+
|
|
166
|
+
* The following workspace dependencies were updated
|
|
167
|
+
* dependencies
|
|
168
|
+
* @twin.org/api-core bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
169
|
+
* @twin.org/api-models bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
170
|
+
|
|
171
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.43...api-rest-client-v0.0.3-next.44) (2026-06-11)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Miscellaneous Chores
|
|
175
|
+
|
|
176
|
+
* **api-rest-client:** Synchronize repo versions
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### Dependencies
|
|
180
|
+
|
|
181
|
+
* The following workspace dependencies were updated
|
|
182
|
+
* dependencies
|
|
183
|
+
* @twin.org/api-core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
184
|
+
* @twin.org/api-models bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
185
|
+
|
|
186
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.42...api-rest-client-v0.0.3-next.43) (2026-06-10)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### Miscellaneous Chores
|
|
190
|
+
|
|
191
|
+
* **api-rest-client:** Synchronize repo versions
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### Dependencies
|
|
195
|
+
|
|
196
|
+
* The following workspace dependencies were updated
|
|
197
|
+
* dependencies
|
|
198
|
+
* @twin.org/api-core bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
199
|
+
* @twin.org/api-models bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
200
|
+
|
|
201
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.41...api-rest-client-v0.0.3-next.42) (2026-06-08)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Miscellaneous Chores
|
|
205
|
+
|
|
206
|
+
* **api-rest-client:** Synchronize repo versions
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Dependencies
|
|
210
|
+
|
|
211
|
+
* The following workspace dependencies were updated
|
|
212
|
+
* dependencies
|
|
213
|
+
* @twin.org/api-core bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
214
|
+
* @twin.org/api-models bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
215
|
+
|
|
216
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.40...api-rest-client-v0.0.3-next.41) (2026-06-05)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Miscellaneous Chores
|
|
220
|
+
|
|
221
|
+
* **api-rest-client:** Synchronize repo versions
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
### Dependencies
|
|
225
|
+
|
|
226
|
+
* The following workspace dependencies were updated
|
|
227
|
+
* dependencies
|
|
228
|
+
* @twin.org/api-core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
229
|
+
* @twin.org/api-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
230
|
+
|
|
231
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.39...api-rest-client-v0.0.3-next.40) (2026-06-04)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Miscellaneous Chores
|
|
235
|
+
|
|
236
|
+
* **api-rest-client:** Synchronize repo versions
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Dependencies
|
|
240
|
+
|
|
241
|
+
* The following workspace dependencies were updated
|
|
242
|
+
* dependencies
|
|
243
|
+
* @twin.org/api-core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
244
|
+
* @twin.org/api-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
245
|
+
|
|
246
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.38...api-rest-client-v0.0.3-next.39) (2026-06-02)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Miscellaneous Chores
|
|
250
|
+
|
|
251
|
+
* **api-rest-client:** Synchronize repo versions
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Dependencies
|
|
255
|
+
|
|
256
|
+
* The following workspace dependencies were updated
|
|
257
|
+
* dependencies
|
|
258
|
+
* @twin.org/api-core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
259
|
+
* @twin.org/api-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
260
|
+
|
|
261
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.37...api-rest-client-v0.0.3-next.38) (2026-05-28)
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Miscellaneous Chores
|
|
265
|
+
|
|
266
|
+
* **api-rest-client:** Synchronize repo versions
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
### Dependencies
|
|
270
|
+
|
|
271
|
+
* The following workspace dependencies were updated
|
|
272
|
+
* dependencies
|
|
273
|
+
* @twin.org/api-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
274
|
+
* @twin.org/api-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
275
|
+
|
|
276
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.36...api-rest-client-v0.0.3-next.37) (2026-05-22)
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
### Miscellaneous Chores
|
|
280
|
+
|
|
281
|
+
* **api-rest-client:** Synchronize repo versions
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
### Dependencies
|
|
285
|
+
|
|
286
|
+
* The following workspace dependencies were updated
|
|
287
|
+
* dependencies
|
|
288
|
+
* @twin.org/api-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
289
|
+
* @twin.org/api-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
290
|
+
|
|
291
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.35...api-rest-client-v0.0.3-next.36) (2026-05-22)
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Miscellaneous Chores
|
|
295
|
+
|
|
296
|
+
* **api-rest-client:** Synchronize repo versions
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
### Dependencies
|
|
300
|
+
|
|
301
|
+
* The following workspace dependencies were updated
|
|
302
|
+
* dependencies
|
|
303
|
+
* @twin.org/api-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
304
|
+
* @twin.org/api-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
305
|
+
|
|
306
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.34...api-rest-client-v0.0.3-next.35) (2026-05-21)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### Miscellaneous Chores
|
|
310
|
+
|
|
311
|
+
* **api-rest-client:** Synchronize repo versions
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Dependencies
|
|
315
|
+
|
|
316
|
+
* The following workspace dependencies were updated
|
|
317
|
+
* dependencies
|
|
318
|
+
* @twin.org/api-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
319
|
+
* @twin.org/api-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
320
|
+
|
|
321
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.33...api-rest-client-v0.0.3-next.34) (2026-05-19)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Features
|
|
325
|
+
|
|
326
|
+
* update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
### Dependencies
|
|
330
|
+
|
|
331
|
+
* The following workspace dependencies were updated
|
|
332
|
+
* dependencies
|
|
333
|
+
* @twin.org/api-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
334
|
+
* @twin.org/api-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
335
|
+
|
|
336
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.32...api-rest-client-v0.0.3-next.33) (2026-05-11)
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
### Features
|
|
340
|
+
|
|
341
|
+
* typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
### Dependencies
|
|
345
|
+
|
|
346
|
+
* The following workspace dependencies were updated
|
|
347
|
+
* dependencies
|
|
348
|
+
* @twin.org/api-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
349
|
+
* @twin.org/api-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
350
|
+
|
|
351
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.31...api-rest-client-v0.0.3-next.32) (2026-05-07)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Miscellaneous Chores
|
|
355
|
+
|
|
356
|
+
* **api-rest-client:** Synchronize repo versions
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Dependencies
|
|
360
|
+
|
|
361
|
+
* The following workspace dependencies were updated
|
|
362
|
+
* dependencies
|
|
363
|
+
* @twin.org/api-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
364
|
+
* @twin.org/api-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
365
|
+
|
|
366
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.30...api-rest-client-v0.0.3-next.31) (2026-05-06)
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
### Miscellaneous Chores
|
|
370
|
+
|
|
371
|
+
* **api-rest-client:** Synchronize repo versions
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
### Dependencies
|
|
375
|
+
|
|
376
|
+
* The following workspace dependencies were updated
|
|
377
|
+
* dependencies
|
|
378
|
+
* @twin.org/api-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
379
|
+
* @twin.org/api-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
380
|
+
|
|
381
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.29...api-rest-client-v0.0.3-next.30) (2026-05-05)
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Features
|
|
385
|
+
|
|
386
|
+
* separate service responsibilities ([#116](https://github.com/iotaledger/twin-api/issues/116)) ([2234648](https://github.com/iotaledger/twin-api/commit/2234648de4a2de5b7356aadde328f40470bc12e3))
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
### Dependencies
|
|
390
|
+
|
|
391
|
+
* The following workspace dependencies were updated
|
|
392
|
+
* dependencies
|
|
393
|
+
* @twin.org/api-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
394
|
+
* @twin.org/api-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
395
|
+
|
|
396
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.28...api-rest-client-v0.0.3-next.29) (2026-05-01)
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Miscellaneous Chores
|
|
400
|
+
|
|
401
|
+
* **api-rest-client:** Synchronize repo versions
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Dependencies
|
|
405
|
+
|
|
406
|
+
* The following workspace dependencies were updated
|
|
407
|
+
* dependencies
|
|
408
|
+
* @twin.org/api-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
409
|
+
* @twin.org/api-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
410
|
+
|
|
411
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.27...api-rest-client-v0.0.3-next.28) (2026-04-30)
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Miscellaneous Chores
|
|
415
|
+
|
|
416
|
+
* **api-rest-client:** Synchronize repo versions
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
### Dependencies
|
|
420
|
+
|
|
421
|
+
* The following workspace dependencies were updated
|
|
422
|
+
* dependencies
|
|
423
|
+
* @twin.org/api-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
424
|
+
* @twin.org/api-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
425
|
+
|
|
426
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.26...api-rest-client-v0.0.3-next.27) (2026-04-23)
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
### Miscellaneous Chores
|
|
430
|
+
|
|
431
|
+
* **api-rest-client:** Synchronize repo versions
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
### Dependencies
|
|
435
|
+
|
|
436
|
+
* The following workspace dependencies were updated
|
|
437
|
+
* dependencies
|
|
438
|
+
* @twin.org/api-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
439
|
+
* @twin.org/api-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
440
|
+
|
|
441
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.25...api-rest-client-v0.0.3-next.26) (2026-04-22)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
### Miscellaneous Chores
|
|
445
|
+
|
|
446
|
+
* **api-rest-client:** Synchronize repo versions
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Dependencies
|
|
450
|
+
|
|
451
|
+
* The following workspace dependencies were updated
|
|
452
|
+
* dependencies
|
|
453
|
+
* @twin.org/api-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
454
|
+
* @twin.org/api-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
455
|
+
|
|
456
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.24...api-rest-client-v0.0.3-next.25) (2026-04-14)
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Miscellaneous Chores
|
|
460
|
+
|
|
461
|
+
* **api-rest-client:** Synchronize repo versions
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
### Dependencies
|
|
465
|
+
|
|
466
|
+
* The following workspace dependencies were updated
|
|
467
|
+
* dependencies
|
|
468
|
+
* @twin.org/api-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
469
|
+
* @twin.org/api-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
470
|
+
|
|
471
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.23...api-rest-client-v0.0.3-next.24) (2026-04-14)
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
### Miscellaneous Chores
|
|
475
|
+
|
|
476
|
+
* **api-rest-client:** Synchronize repo versions
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
### Dependencies
|
|
480
|
+
|
|
481
|
+
* The following workspace dependencies were updated
|
|
482
|
+
* dependencies
|
|
483
|
+
* @twin.org/api-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
484
|
+
* @twin.org/api-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
485
|
+
|
|
486
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.22...api-rest-client-v0.0.3-next.23) (2026-04-14)
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
### Miscellaneous Chores
|
|
490
|
+
|
|
491
|
+
* **api-rest-client:** Synchronize repo versions
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
### Dependencies
|
|
495
|
+
|
|
496
|
+
* The following workspace dependencies were updated
|
|
497
|
+
* dependencies
|
|
498
|
+
* @twin.org/api-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
499
|
+
* @twin.org/api-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
500
|
+
|
|
501
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.21...api-rest-client-v0.0.3-next.22) (2026-03-27)
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
### Miscellaneous Chores
|
|
505
|
+
|
|
506
|
+
* **api-rest-client:** Synchronize repo versions
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
### Dependencies
|
|
510
|
+
|
|
511
|
+
* The following workspace dependencies were updated
|
|
512
|
+
* dependencies
|
|
513
|
+
* @twin.org/api-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
514
|
+
* @twin.org/api-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
515
|
+
|
|
516
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.20...api-rest-client-v0.0.3-next.21) (2026-03-11)
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
### Miscellaneous Chores
|
|
520
|
+
|
|
521
|
+
* **api-rest-client:** Synchronize repo versions
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
### Dependencies
|
|
525
|
+
|
|
526
|
+
* The following workspace dependencies were updated
|
|
527
|
+
* dependencies
|
|
528
|
+
* @twin.org/api-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
529
|
+
* @twin.org/api-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
530
|
+
|
|
531
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.19...api-rest-client-v0.0.3-next.20) (2026-02-09)
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### Miscellaneous Chores
|
|
535
|
+
|
|
536
|
+
* **api-rest-client:** Synchronize repo versions
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
### Dependencies
|
|
540
|
+
|
|
541
|
+
* The following workspace dependencies were updated
|
|
542
|
+
* dependencies
|
|
543
|
+
* @twin.org/api-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
544
|
+
* @twin.org/api-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
545
|
+
|
|
546
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.18...api-rest-client-v0.0.3-next.19) (2026-02-06)
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
### Miscellaneous Chores
|
|
550
|
+
|
|
551
|
+
* **api-rest-client:** Synchronize repo versions
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### Dependencies
|
|
555
|
+
|
|
556
|
+
* The following workspace dependencies were updated
|
|
557
|
+
* dependencies
|
|
558
|
+
* @twin.org/api-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
559
|
+
* @twin.org/api-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
560
|
+
|
|
561
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.17...api-rest-client-v0.0.3-next.18) (2026-02-04)
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
### Miscellaneous Chores
|
|
565
|
+
|
|
566
|
+
* **api-rest-client:** Synchronize repo versions
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
### Dependencies
|
|
570
|
+
|
|
571
|
+
* The following workspace dependencies were updated
|
|
572
|
+
* dependencies
|
|
573
|
+
* @twin.org/api-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
574
|
+
* @twin.org/api-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
575
|
+
|
|
576
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.16...api-rest-client-v0.0.3-next.17) (2026-01-26)
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### Miscellaneous Chores
|
|
580
|
+
|
|
581
|
+
* **api-rest-client:** Synchronize repo versions
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
### Dependencies
|
|
585
|
+
|
|
586
|
+
* The following workspace dependencies were updated
|
|
587
|
+
* dependencies
|
|
588
|
+
* @twin.org/api-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
589
|
+
* @twin.org/api-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
590
|
+
|
|
591
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.15...api-rest-client-v0.0.3-next.16) (2026-01-26)
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
### Miscellaneous Chores
|
|
595
|
+
|
|
596
|
+
* **api-rest-client:** Synchronize repo versions
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### Dependencies
|
|
600
|
+
|
|
601
|
+
* The following workspace dependencies were updated
|
|
602
|
+
* dependencies
|
|
603
|
+
* @twin.org/api-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
604
|
+
* @twin.org/api-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
605
|
+
|
|
606
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.14...api-rest-client-v0.0.3-next.15) (2026-01-22)
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
### Miscellaneous Chores
|
|
610
|
+
|
|
611
|
+
* **api-rest-client:** Synchronize repo versions
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
### Dependencies
|
|
615
|
+
|
|
616
|
+
* The following workspace dependencies were updated
|
|
617
|
+
* dependencies
|
|
618
|
+
* @twin.org/api-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
619
|
+
* @twin.org/api-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
620
|
+
|
|
621
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.13...api-rest-client-v0.0.3-next.14) (2026-01-20)
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
### Miscellaneous Chores
|
|
625
|
+
|
|
626
|
+
* **api-rest-client:** Synchronize repo versions
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
### Dependencies
|
|
630
|
+
|
|
631
|
+
* The following workspace dependencies were updated
|
|
632
|
+
* dependencies
|
|
633
|
+
* @twin.org/api-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
634
|
+
* @twin.org/api-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
635
|
+
|
|
636
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.12...api-rest-client-v0.0.3-next.13) (2026-01-19)
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
### Features
|
|
640
|
+
|
|
641
|
+
* remove authentication generators ([#66](https://github.com/iotaledger/twin-api/issues/66)) ([adaa169](https://github.com/iotaledger/twin-api/commit/adaa1698df1c5ccb0ad645a7a7c0d3ef82ef6ac1))
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
### Dependencies
|
|
645
|
+
|
|
646
|
+
* The following workspace dependencies were updated
|
|
647
|
+
* dependencies
|
|
648
|
+
* @twin.org/api-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
649
|
+
* @twin.org/api-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
650
|
+
|
|
651
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.11...api-rest-client-v0.0.3-next.12) (2026-01-12)
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
### Miscellaneous Chores
|
|
655
|
+
|
|
656
|
+
* **api-rest-client:** Synchronize repo versions
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
### Dependencies
|
|
660
|
+
|
|
661
|
+
* The following workspace dependencies were updated
|
|
662
|
+
* dependencies
|
|
663
|
+
* @twin.org/api-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
664
|
+
* @twin.org/api-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
665
|
+
|
|
666
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.10...api-rest-client-v0.0.3-next.11) (2026-01-08)
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
### Miscellaneous Chores
|
|
670
|
+
|
|
671
|
+
* **api-rest-client:** Synchronize repo versions
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
### Dependencies
|
|
675
|
+
|
|
676
|
+
* The following workspace dependencies were updated
|
|
677
|
+
* dependencies
|
|
678
|
+
* @twin.org/api-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
679
|
+
* @twin.org/api-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
680
|
+
|
|
681
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.9...api-rest-client-v0.0.3-next.10) (2026-01-05)
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
### Miscellaneous Chores
|
|
685
|
+
|
|
686
|
+
* **api-rest-client:** Synchronize repo versions
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
### Dependencies
|
|
690
|
+
|
|
691
|
+
* The following workspace dependencies were updated
|
|
692
|
+
* dependencies
|
|
693
|
+
* @twin.org/api-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
694
|
+
* @twin.org/api-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
695
|
+
|
|
696
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.8...api-rest-client-v0.0.3-next.9) (2026-01-05)
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
### Features
|
|
700
|
+
|
|
701
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
702
|
+
* add livez endpoint ([#57](https://github.com/iotaledger/twin-api/issues/57)) ([ef007db](https://github.com/iotaledger/twin-api/commit/ef007db8201736dd3053211f849ffd03baaa485e))
|
|
703
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
704
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
705
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
706
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
707
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
708
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
709
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
### Bug Fixes
|
|
713
|
+
|
|
714
|
+
* not supported error handling ([5cc1a50](https://github.com/iotaledger/twin-api/commit/5cc1a507243f37fda5855acb622b2a3f4d91080f))
|
|
715
|
+
* use correct format for log messaging ([1d28474](https://github.com/iotaledger/twin-api/commit/1d284744589aa7875327ccc053446f655f2a7f62))
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
### Dependencies
|
|
719
|
+
|
|
720
|
+
* The following workspace dependencies were updated
|
|
721
|
+
* dependencies
|
|
722
|
+
* @twin.org/api-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
723
|
+
* @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
724
|
+
|
|
725
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.7...api-rest-client-v0.0.3-next.8) (2025-12-17)
|
|
4
726
|
|
|
5
727
|
|
|
6
728
|
### Bug Fixes
|
|
7
729
|
|
|
8
|
-
* not supported error handling ([5cc1a50](https://github.com/
|
|
730
|
+
* not supported error handling ([5cc1a50](https://github.com/iotaledger/twin-api/commit/5cc1a507243f37fda5855acb622b2a3f4d91080f))
|
|
9
731
|
|
|
10
732
|
|
|
11
733
|
### Dependencies
|
|
@@ -15,7 +737,7 @@
|
|
|
15
737
|
* @twin.org/api-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
16
738
|
* @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
17
739
|
|
|
18
|
-
## [0.0.3-next.7](https://github.com/
|
|
740
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.6...api-rest-client-v0.0.3-next.7) (2025-11-26)
|
|
19
741
|
|
|
20
742
|
|
|
21
743
|
### Miscellaneous Chores
|
|
@@ -30,7 +752,7 @@
|
|
|
30
752
|
* @twin.org/api-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
31
753
|
* @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
32
754
|
|
|
33
|
-
## [0.0.3-next.6](https://github.com/
|
|
755
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.5...api-rest-client-v0.0.3-next.6) (2025-11-20)
|
|
34
756
|
|
|
35
757
|
|
|
36
758
|
### Miscellaneous Chores
|
|
@@ -45,7 +767,7 @@
|
|
|
45
767
|
* @twin.org/api-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
46
768
|
* @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
47
769
|
|
|
48
|
-
## [0.0.3-next.5](https://github.com/
|
|
770
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.4...api-rest-client-v0.0.3-next.5) (2025-11-14)
|
|
49
771
|
|
|
50
772
|
|
|
51
773
|
### Miscellaneous Chores
|
|
@@ -60,24 +782,24 @@
|
|
|
60
782
|
* @twin.org/api-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
61
783
|
* @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
62
784
|
|
|
63
|
-
## [0.0.3-next.4](https://github.com/
|
|
785
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.3...api-rest-client-v0.0.3-next.4) (2025-11-14)
|
|
64
786
|
|
|
65
787
|
|
|
66
788
|
### Features
|
|
67
789
|
|
|
68
|
-
* add context id features ([#42](https://github.com/
|
|
69
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
70
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
71
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
72
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
73
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
74
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
75
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
790
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
791
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
792
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
793
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
794
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
795
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
796
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
797
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
76
798
|
|
|
77
799
|
|
|
78
800
|
### Bug Fixes
|
|
79
801
|
|
|
80
|
-
* use correct format for log messaging ([1d28474](https://github.com/
|
|
802
|
+
* use correct format for log messaging ([1d28474](https://github.com/iotaledger/twin-api/commit/1d284744589aa7875327ccc053446f655f2a7f62))
|
|
81
803
|
|
|
82
804
|
|
|
83
805
|
### Dependencies
|
|
@@ -87,7 +809,7 @@
|
|
|
87
809
|
* @twin.org/api-core bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
88
810
|
* @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
89
811
|
|
|
90
|
-
## [0.0.3-next.3](https://github.com/
|
|
812
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.2...api-rest-client-v0.0.3-next.3) (2025-11-14)
|
|
91
813
|
|
|
92
814
|
|
|
93
815
|
### Miscellaneous Chores
|
|
@@ -102,7 +824,7 @@
|
|
|
102
824
|
* @twin.org/api-core bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
103
825
|
* @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
104
826
|
|
|
105
|
-
## [0.0.3-next.2](https://github.com/
|
|
827
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.1...api-rest-client-v0.0.3-next.2) (2025-11-12)
|
|
106
828
|
|
|
107
829
|
|
|
108
830
|
### Miscellaneous Chores
|
|
@@ -117,24 +839,24 @@
|
|
|
117
839
|
* @twin.org/api-core bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
118
840
|
* @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
119
841
|
|
|
120
|
-
## [0.0.3-next.1](https://github.com/
|
|
842
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.0...api-rest-client-v0.0.3-next.1) (2025-11-10)
|
|
121
843
|
|
|
122
844
|
|
|
123
845
|
### Features
|
|
124
846
|
|
|
125
|
-
* add context id features ([#42](https://github.com/
|
|
126
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
127
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
128
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
129
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
130
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
131
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
132
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
847
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
848
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
849
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
850
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
851
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
852
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
853
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
854
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
133
855
|
|
|
134
856
|
|
|
135
857
|
### Bug Fixes
|
|
136
858
|
|
|
137
|
-
* use correct format for log messaging ([1d28474](https://github.com/
|
|
859
|
+
* use correct format for log messaging ([1d28474](https://github.com/iotaledger/twin-api/commit/1d284744589aa7875327ccc053446f655f2a7f62))
|
|
138
860
|
|
|
139
861
|
|
|
140
862
|
### Dependencies
|
|
@@ -144,7 +866,7 @@
|
|
|
144
866
|
* @twin.org/api-core bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
145
867
|
* @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
146
868
|
|
|
147
|
-
## [0.0.2-next.13](https://github.com/
|
|
869
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.12...api-rest-client-v0.0.2-next.13) (2025-10-09)
|
|
148
870
|
|
|
149
871
|
|
|
150
872
|
### Miscellaneous Chores
|
|
@@ -159,12 +881,12 @@
|
|
|
159
881
|
* @twin.org/api-core bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
160
882
|
* @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
161
883
|
|
|
162
|
-
## [0.0.2-next.12](https://github.com/
|
|
884
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.11...api-rest-client-v0.0.2-next.12) (2025-10-09)
|
|
163
885
|
|
|
164
886
|
|
|
165
887
|
### Features
|
|
166
888
|
|
|
167
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
889
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
168
890
|
|
|
169
891
|
|
|
170
892
|
### Dependencies
|
|
@@ -174,12 +896,12 @@
|
|
|
174
896
|
* @twin.org/api-core bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
175
897
|
* @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
176
898
|
|
|
177
|
-
## [0.0.2-next.11](https://github.com/
|
|
899
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.10...api-rest-client-v0.0.2-next.11) (2025-09-29)
|
|
178
900
|
|
|
179
901
|
|
|
180
902
|
### Features
|
|
181
903
|
|
|
182
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
904
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
183
905
|
|
|
184
906
|
|
|
185
907
|
### Dependencies
|
|
@@ -189,7 +911,7 @@
|
|
|
189
911
|
* @twin.org/api-core bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
190
912
|
* @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
191
913
|
|
|
192
|
-
## [0.0.2-next.10](https://github.com/
|
|
914
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.9...api-rest-client-v0.0.2-next.10) (2025-09-23)
|
|
193
915
|
|
|
194
916
|
|
|
195
917
|
### Miscellaneous Chores
|
|
@@ -204,12 +926,12 @@
|
|
|
204
926
|
* @twin.org/api-core bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
205
927
|
* @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
206
928
|
|
|
207
|
-
## [0.0.2-next.9](https://github.com/
|
|
929
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.8...api-rest-client-v0.0.2-next.9) (2025-08-29)
|
|
208
930
|
|
|
209
931
|
|
|
210
932
|
### Features
|
|
211
933
|
|
|
212
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
934
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
213
935
|
|
|
214
936
|
|
|
215
937
|
### Dependencies
|
|
@@ -219,12 +941,12 @@
|
|
|
219
941
|
* @twin.org/api-core bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
220
942
|
* @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
221
943
|
|
|
222
|
-
## [0.0.2-next.8](https://github.com/
|
|
944
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.7...api-rest-client-v0.0.2-next.8) (2025-08-21)
|
|
223
945
|
|
|
224
946
|
|
|
225
947
|
### Features
|
|
226
948
|
|
|
227
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
949
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
228
950
|
|
|
229
951
|
|
|
230
952
|
### Dependencies
|
|
@@ -234,7 +956,7 @@
|
|
|
234
956
|
* @twin.org/api-core bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
235
957
|
* @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
236
958
|
|
|
237
|
-
## [0.0.2-next.7](https://github.com/
|
|
959
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.6...api-rest-client-v0.0.2-next.7) (2025-08-20)
|
|
238
960
|
|
|
239
961
|
|
|
240
962
|
### Miscellaneous Chores
|
|
@@ -249,12 +971,12 @@
|
|
|
249
971
|
* @twin.org/api-core bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
250
972
|
* @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
251
973
|
|
|
252
|
-
## [0.0.2-next.6](https://github.com/
|
|
974
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.5...api-rest-client-v0.0.2-next.6) (2025-08-19)
|
|
253
975
|
|
|
254
976
|
|
|
255
977
|
### Features
|
|
256
978
|
|
|
257
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
979
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
258
980
|
|
|
259
981
|
|
|
260
982
|
### Dependencies
|
|
@@ -264,13 +986,13 @@
|
|
|
264
986
|
* @twin.org/api-core bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
265
987
|
* @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
266
988
|
|
|
267
|
-
## [0.0.2-next.5](https://github.com/
|
|
989
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.4...api-rest-client-v0.0.2-next.5) (2025-07-25)
|
|
268
990
|
|
|
269
991
|
|
|
270
992
|
### Features
|
|
271
993
|
|
|
272
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
273
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
994
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
995
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
274
996
|
|
|
275
997
|
|
|
276
998
|
### Dependencies
|
|
@@ -280,7 +1002,7 @@
|
|
|
280
1002
|
* @twin.org/api-core bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
281
1003
|
* @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
282
1004
|
|
|
283
|
-
## [0.0.2-next.4](https://github.com/
|
|
1005
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.3...api-rest-client-v0.0.2-next.4) (2025-07-25)
|
|
284
1006
|
|
|
285
1007
|
|
|
286
1008
|
### Miscellaneous Chores
|
|
@@ -295,7 +1017,7 @@
|
|
|
295
1017
|
* @twin.org/api-core bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
296
1018
|
* @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
297
1019
|
|
|
298
|
-
## [0.0.2-next.3](https://github.com/
|
|
1020
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.2...api-rest-client-v0.0.2-next.3) (2025-07-24)
|
|
299
1021
|
|
|
300
1022
|
|
|
301
1023
|
### Miscellaneous Chores
|
|
@@ -310,7 +1032,7 @@
|
|
|
310
1032
|
* @twin.org/api-core bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
311
1033
|
* @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
312
1034
|
|
|
313
|
-
## [0.0.2-next.2](https://github.com/
|
|
1035
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.1...api-rest-client-v0.0.2-next.2) (2025-07-17)
|
|
314
1036
|
|
|
315
1037
|
|
|
316
1038
|
### Miscellaneous Chores
|
|
@@ -325,13 +1047,13 @@
|
|
|
325
1047
|
* @twin.org/api-core bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
326
1048
|
* @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
327
1049
|
|
|
328
|
-
## [0.0.2-next.1](https://github.com/
|
|
1050
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.2-next.0...api-rest-client-v0.0.2-next.1) (2025-07-08)
|
|
329
1051
|
|
|
330
1052
|
|
|
331
1053
|
### Features
|
|
332
1054
|
|
|
333
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
334
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
1055
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
1056
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
335
1057
|
|
|
336
1058
|
|
|
337
1059
|
### Dependencies
|
|
@@ -346,7 +1068,7 @@
|
|
|
346
1068
|
|
|
347
1069
|
### Features
|
|
348
1070
|
|
|
349
|
-
* release to production ([70ee2d5](https://github.com/
|
|
1071
|
+
* release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
|
|
350
1072
|
|
|
351
1073
|
|
|
352
1074
|
### Dependencies
|
|
@@ -356,7 +1078,7 @@
|
|
|
356
1078
|
* @twin.org/api-core bumped from ^0.0.0 to ^0.0.1
|
|
357
1079
|
* @twin.org/api-models bumped from ^0.0.0 to ^0.0.1
|
|
358
1080
|
|
|
359
|
-
## [0.0.1-next.36](https://github.com/
|
|
1081
|
+
## [0.0.1-next.36](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.1-next.35...api-rest-client-v0.0.1-next.36) (2025-06-17)
|
|
360
1082
|
|
|
361
1083
|
|
|
362
1084
|
### Miscellaneous Chores
|
|
@@ -371,12 +1093,12 @@
|
|
|
371
1093
|
* @twin.org/api-core bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
372
1094
|
* @twin.org/api-models bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
373
1095
|
|
|
374
|
-
## [0.0.1-next.35](https://github.com/
|
|
1096
|
+
## [0.0.1-next.35](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.1-next.34...api-rest-client-v0.0.1-next.35) (2025-06-11)
|
|
375
1097
|
|
|
376
1098
|
|
|
377
1099
|
### Features
|
|
378
1100
|
|
|
379
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
1101
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
380
1102
|
|
|
381
1103
|
|
|
382
1104
|
### Dependencies
|
|
@@ -386,7 +1108,7 @@
|
|
|
386
1108
|
* @twin.org/api-core bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
387
1109
|
* @twin.org/api-models bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
388
1110
|
|
|
389
|
-
## [0.0.1-next.34](https://github.com/
|
|
1111
|
+
## [0.0.1-next.34](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.1-next.33...api-rest-client-v0.0.1-next.34) (2025-05-27)
|
|
390
1112
|
|
|
391
1113
|
|
|
392
1114
|
### Miscellaneous Chores
|
|
@@ -401,12 +1123,12 @@
|
|
|
401
1123
|
* @twin.org/api-core bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
402
1124
|
* @twin.org/api-models bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
403
1125
|
|
|
404
|
-
## [0.0.1-next.33](https://github.com/
|
|
1126
|
+
## [0.0.1-next.33](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.1-next.32...api-rest-client-v0.0.1-next.33) (2025-04-17)
|
|
405
1127
|
|
|
406
1128
|
|
|
407
1129
|
### Features
|
|
408
1130
|
|
|
409
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
1131
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
410
1132
|
|
|
411
1133
|
|
|
412
1134
|
### Dependencies
|
|
@@ -416,7 +1138,7 @@
|
|
|
416
1138
|
* @twin.org/api-core bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
417
1139
|
* @twin.org/api-models bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
418
1140
|
|
|
419
|
-
## [0.0.1-next.32](https://github.com/
|
|
1141
|
+
## [0.0.1-next.32](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.1-next.31...api-rest-client-v0.0.1-next.32) (2025-03-28)
|
|
420
1142
|
|
|
421
1143
|
|
|
422
1144
|
### Miscellaneous Chores
|