@twin.org/api-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/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 +8 -31
- 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 +11 -21
- package/docs/changelog.md +763 -70
- package/docs/examples.md +64 -1
- package/docs/reference/classes/HealthRestClient.md +145 -0
- package/docs/reference/classes/InformationRestClient.md +80 -78
- package/docs/reference/index.md +1 -0
- package/locales/en.json +1 -7
- package/package.json +9 -9
package/docs/changelog.md
CHANGED
|
@@ -1,25 +1,718 @@
|
|
|
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
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
* add context id features ([#42](https://github.com/
|
|
9
|
-
* add livez endpoint ([#57](https://github.com/
|
|
10
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
11
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
12
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
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))
|
|
17
21
|
|
|
18
22
|
|
|
19
23
|
### Bug Fixes
|
|
20
24
|
|
|
21
|
-
* not supported error handling ([5cc1a50](https://github.com/
|
|
22
|
-
* use correct format for log messaging ([1d28474](https://github.com/
|
|
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))
|
|
23
716
|
|
|
24
717
|
|
|
25
718
|
### Dependencies
|
|
@@ -29,12 +722,12 @@
|
|
|
29
722
|
* @twin.org/api-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
30
723
|
* @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
31
724
|
|
|
32
|
-
## [0.0.3-next.8](https://github.com/
|
|
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)
|
|
33
726
|
|
|
34
727
|
|
|
35
728
|
### Bug Fixes
|
|
36
729
|
|
|
37
|
-
* not supported error handling ([5cc1a50](https://github.com/
|
|
730
|
+
* not supported error handling ([5cc1a50](https://github.com/iotaledger/twin-api/commit/5cc1a507243f37fda5855acb622b2a3f4d91080f))
|
|
38
731
|
|
|
39
732
|
|
|
40
733
|
### Dependencies
|
|
@@ -44,7 +737,7 @@
|
|
|
44
737
|
* @twin.org/api-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
45
738
|
* @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
46
739
|
|
|
47
|
-
## [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)
|
|
48
741
|
|
|
49
742
|
|
|
50
743
|
### Miscellaneous Chores
|
|
@@ -59,7 +752,7 @@
|
|
|
59
752
|
* @twin.org/api-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
60
753
|
* @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
61
754
|
|
|
62
|
-
## [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)
|
|
63
756
|
|
|
64
757
|
|
|
65
758
|
### Miscellaneous Chores
|
|
@@ -74,7 +767,7 @@
|
|
|
74
767
|
* @twin.org/api-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
75
768
|
* @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
76
769
|
|
|
77
|
-
## [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)
|
|
78
771
|
|
|
79
772
|
|
|
80
773
|
### Miscellaneous Chores
|
|
@@ -89,24 +782,24 @@
|
|
|
89
782
|
* @twin.org/api-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
90
783
|
* @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
91
784
|
|
|
92
|
-
## [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)
|
|
93
786
|
|
|
94
787
|
|
|
95
788
|
### Features
|
|
96
789
|
|
|
97
|
-
* add context id features ([#42](https://github.com/
|
|
98
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
99
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
100
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
101
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
102
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
103
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
104
|
-
* 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))
|
|
105
798
|
|
|
106
799
|
|
|
107
800
|
### Bug Fixes
|
|
108
801
|
|
|
109
|
-
* 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))
|
|
110
803
|
|
|
111
804
|
|
|
112
805
|
### Dependencies
|
|
@@ -116,7 +809,7 @@
|
|
|
116
809
|
* @twin.org/api-core bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
117
810
|
* @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
118
811
|
|
|
119
|
-
## [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)
|
|
120
813
|
|
|
121
814
|
|
|
122
815
|
### Miscellaneous Chores
|
|
@@ -131,7 +824,7 @@
|
|
|
131
824
|
* @twin.org/api-core bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
132
825
|
* @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
133
826
|
|
|
134
|
-
## [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)
|
|
135
828
|
|
|
136
829
|
|
|
137
830
|
### Miscellaneous Chores
|
|
@@ -146,24 +839,24 @@
|
|
|
146
839
|
* @twin.org/api-core bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
147
840
|
* @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
148
841
|
|
|
149
|
-
## [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)
|
|
150
843
|
|
|
151
844
|
|
|
152
845
|
### Features
|
|
153
846
|
|
|
154
|
-
* add context id features ([#42](https://github.com/
|
|
155
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
156
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
157
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
158
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
159
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
160
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
161
|
-
* 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))
|
|
162
855
|
|
|
163
856
|
|
|
164
857
|
### Bug Fixes
|
|
165
858
|
|
|
166
|
-
* 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))
|
|
167
860
|
|
|
168
861
|
|
|
169
862
|
### Dependencies
|
|
@@ -173,7 +866,7 @@
|
|
|
173
866
|
* @twin.org/api-core bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
174
867
|
* @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
175
868
|
|
|
176
|
-
## [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)
|
|
177
870
|
|
|
178
871
|
|
|
179
872
|
### Miscellaneous Chores
|
|
@@ -188,12 +881,12 @@
|
|
|
188
881
|
* @twin.org/api-core bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
189
882
|
* @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
190
883
|
|
|
191
|
-
## [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)
|
|
192
885
|
|
|
193
886
|
|
|
194
887
|
### Features
|
|
195
888
|
|
|
196
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
889
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
197
890
|
|
|
198
891
|
|
|
199
892
|
### Dependencies
|
|
@@ -203,12 +896,12 @@
|
|
|
203
896
|
* @twin.org/api-core bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
204
897
|
* @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
205
898
|
|
|
206
|
-
## [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)
|
|
207
900
|
|
|
208
901
|
|
|
209
902
|
### Features
|
|
210
903
|
|
|
211
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
904
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
212
905
|
|
|
213
906
|
|
|
214
907
|
### Dependencies
|
|
@@ -218,7 +911,7 @@
|
|
|
218
911
|
* @twin.org/api-core bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
219
912
|
* @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
220
913
|
|
|
221
|
-
## [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)
|
|
222
915
|
|
|
223
916
|
|
|
224
917
|
### Miscellaneous Chores
|
|
@@ -233,12 +926,12 @@
|
|
|
233
926
|
* @twin.org/api-core bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
234
927
|
* @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
235
928
|
|
|
236
|
-
## [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)
|
|
237
930
|
|
|
238
931
|
|
|
239
932
|
### Features
|
|
240
933
|
|
|
241
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
934
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
242
935
|
|
|
243
936
|
|
|
244
937
|
### Dependencies
|
|
@@ -248,12 +941,12 @@
|
|
|
248
941
|
* @twin.org/api-core bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
249
942
|
* @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
250
943
|
|
|
251
|
-
## [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)
|
|
252
945
|
|
|
253
946
|
|
|
254
947
|
### Features
|
|
255
948
|
|
|
256
|
-
* add root, favicon routes ([71da1c3](https://github.com/
|
|
949
|
+
* add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
|
|
257
950
|
|
|
258
951
|
|
|
259
952
|
### Dependencies
|
|
@@ -263,7 +956,7 @@
|
|
|
263
956
|
* @twin.org/api-core bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
264
957
|
* @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
265
958
|
|
|
266
|
-
## [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)
|
|
267
960
|
|
|
268
961
|
|
|
269
962
|
### Miscellaneous Chores
|
|
@@ -278,12 +971,12 @@
|
|
|
278
971
|
* @twin.org/api-core bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
279
972
|
* @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
280
973
|
|
|
281
|
-
## [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)
|
|
282
975
|
|
|
283
976
|
|
|
284
977
|
### Features
|
|
285
978
|
|
|
286
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
979
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
287
980
|
|
|
288
981
|
|
|
289
982
|
### Dependencies
|
|
@@ -293,13 +986,13 @@
|
|
|
293
986
|
* @twin.org/api-core bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
294
987
|
* @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
295
988
|
|
|
296
|
-
## [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)
|
|
297
990
|
|
|
298
991
|
|
|
299
992
|
### Features
|
|
300
993
|
|
|
301
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
302
|
-
* 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))
|
|
303
996
|
|
|
304
997
|
|
|
305
998
|
### Dependencies
|
|
@@ -309,7 +1002,7 @@
|
|
|
309
1002
|
* @twin.org/api-core bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
310
1003
|
* @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
311
1004
|
|
|
312
|
-
## [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)
|
|
313
1006
|
|
|
314
1007
|
|
|
315
1008
|
### Miscellaneous Chores
|
|
@@ -324,7 +1017,7 @@
|
|
|
324
1017
|
* @twin.org/api-core bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
325
1018
|
* @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
326
1019
|
|
|
327
|
-
## [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)
|
|
328
1021
|
|
|
329
1022
|
|
|
330
1023
|
### Miscellaneous Chores
|
|
@@ -339,7 +1032,7 @@
|
|
|
339
1032
|
* @twin.org/api-core bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
340
1033
|
* @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
341
1034
|
|
|
342
|
-
## [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)
|
|
343
1036
|
|
|
344
1037
|
|
|
345
1038
|
### Miscellaneous Chores
|
|
@@ -354,13 +1047,13 @@
|
|
|
354
1047
|
* @twin.org/api-core bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
355
1048
|
* @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
356
1049
|
|
|
357
|
-
## [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)
|
|
358
1051
|
|
|
359
1052
|
|
|
360
1053
|
### Features
|
|
361
1054
|
|
|
362
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
363
|
-
* 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))
|
|
364
1057
|
|
|
365
1058
|
|
|
366
1059
|
### Dependencies
|
|
@@ -375,7 +1068,7 @@
|
|
|
375
1068
|
|
|
376
1069
|
### Features
|
|
377
1070
|
|
|
378
|
-
* release to production ([70ee2d5](https://github.com/
|
|
1071
|
+
* release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
|
|
379
1072
|
|
|
380
1073
|
|
|
381
1074
|
### Dependencies
|
|
@@ -385,7 +1078,7 @@
|
|
|
385
1078
|
* @twin.org/api-core bumped from ^0.0.0 to ^0.0.1
|
|
386
1079
|
* @twin.org/api-models bumped from ^0.0.0 to ^0.0.1
|
|
387
1080
|
|
|
388
|
-
## [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)
|
|
389
1082
|
|
|
390
1083
|
|
|
391
1084
|
### Miscellaneous Chores
|
|
@@ -400,12 +1093,12 @@
|
|
|
400
1093
|
* @twin.org/api-core bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
401
1094
|
* @twin.org/api-models bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
402
1095
|
|
|
403
|
-
## [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)
|
|
404
1097
|
|
|
405
1098
|
|
|
406
1099
|
### Features
|
|
407
1100
|
|
|
408
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
1101
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
409
1102
|
|
|
410
1103
|
|
|
411
1104
|
### Dependencies
|
|
@@ -415,7 +1108,7 @@
|
|
|
415
1108
|
* @twin.org/api-core bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
416
1109
|
* @twin.org/api-models bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
417
1110
|
|
|
418
|
-
## [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)
|
|
419
1112
|
|
|
420
1113
|
|
|
421
1114
|
### Miscellaneous Chores
|
|
@@ -430,12 +1123,12 @@
|
|
|
430
1123
|
* @twin.org/api-core bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
431
1124
|
* @twin.org/api-models bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
432
1125
|
|
|
433
|
-
## [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)
|
|
434
1127
|
|
|
435
1128
|
|
|
436
1129
|
### Features
|
|
437
1130
|
|
|
438
|
-
* 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))
|
|
439
1132
|
|
|
440
1133
|
|
|
441
1134
|
### Dependencies
|
|
@@ -445,7 +1138,7 @@
|
|
|
445
1138
|
* @twin.org/api-core bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
446
1139
|
* @twin.org/api-models bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
447
1140
|
|
|
448
|
-
## [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)
|
|
449
1142
|
|
|
450
1143
|
|
|
451
1144
|
### Miscellaneous Chores
|