@twin.org/api-auth-entity-storage-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.
Files changed (24) hide show
  1. package/README.md +3 -3
  2. package/dist/es/entityStorageAuthenticationAdminRestClient.js +114 -0
  3. package/dist/es/entityStorageAuthenticationAdminRestClient.js.map +1 -0
  4. package/dist/es/entityStorageAuthenticationAuditRestClient.js +73 -0
  5. package/dist/es/entityStorageAuthenticationAuditRestClient.js.map +1 -0
  6. package/dist/es/entityStorageAuthenticationRestClient.js +29 -15
  7. package/dist/es/entityStorageAuthenticationRestClient.js.map +1 -1
  8. package/dist/es/index.js +3 -0
  9. package/dist/es/index.js.map +1 -1
  10. package/dist/es/models/entityStorageAuthenticationRestClientConstructorOptions.js +2 -0
  11. package/dist/es/models/entityStorageAuthenticationRestClientConstructorOptions.js.map +1 -0
  12. package/dist/types/entityStorageAuthenticationAdminRestClient.d.ts +62 -0
  13. package/dist/types/entityStorageAuthenticationAuditRestClient.d.ts +54 -0
  14. package/dist/types/entityStorageAuthenticationRestClient.d.ts +5 -6
  15. package/dist/types/index.d.ts +3 -0
  16. package/dist/types/models/entityStorageAuthenticationRestClientConstructorOptions.d.ts +11 -0
  17. package/docs/changelog.md +827 -58
  18. package/docs/examples.md +111 -1
  19. package/docs/reference/classes/EntityStorageAuthenticationAdminRestClient.md +295 -0
  20. package/docs/reference/classes/EntityStorageAuthenticationAuditRestClient.md +231 -0
  21. package/docs/reference/classes/EntityStorageAuthenticationRestClient.md +76 -16
  22. package/docs/reference/index.md +6 -0
  23. package/docs/reference/interfaces/IEntityStorageAuthenticationRestClientConstructorOptions.md +141 -0
  24. package/package.json +10 -10
package/docs/changelog.md CHANGED
@@ -1,6 +1,775 @@
1
- # @twin.org/api-auth-entity-storage-rest-client - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.8](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.7...api-auth-entity-storage-rest-client-v0.0.3-next.8) (2025-12-17)
3
+ ## [0.9.0-next.1](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.9.0-next.0...api-auth-entity-storage-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 json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
10
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
11
+ * auth enhancements ([#93](https://github.com/iotaledger/twin-api/issues/93)) ([921a50c](https://github.com/iotaledger/twin-api/commit/921a50cd89d26e530a6be6174a5a803060fa0eb6))
12
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
13
+ * modify authHeaderProcessor to retain token in response body ([#53](https://github.com/iotaledger/twin-api/issues/53)) ([5d9ae76](https://github.com/iotaledger/twin-api/commit/5d9ae76b5b52a8e10dac391b2d5784638a186583))
14
+ * remove authentication generators ([#66](https://github.com/iotaledger/twin-api/issues/66)) ([adaa169](https://github.com/iotaledger/twin-api/commit/adaa1698df1c5ccb0ad645a7a7c0d3ef82ef6ac1))
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
+ * user admin service ([#77](https://github.com/iotaledger/twin-api/issues/77)) ([c8491df](https://github.com/iotaledger/twin-api/commit/c8491df7b07c1f45560c8a78c6adc806d0ececbb))
22
+ * user partitioning ([#126](https://github.com/iotaledger/twin-api/issues/126)) ([6bf0da3](https://github.com/iotaledger/twin-api/commit/6bf0da3c42406c9838e80e0ddd6b21f5c64aac90))
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * change logout and refresh routes from GET to POST ([#111](https://github.com/iotaledger/twin-api/issues/111)) ([cb8b64b](https://github.com/iotaledger/twin-api/commit/cb8b64b6507f9991baa78a663de2e84269695c82))
28
+ * use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * The following workspace dependencies were updated
34
+ * dependencies
35
+ * @twin.org/api-auth-entity-storage-models bumped from 0.9.0-next.0 to 0.9.0-next.1
36
+ * @twin.org/api-core bumped from 0.9.0-next.0 to 0.9.0-next.1
37
+ * @twin.org/api-models bumped from 0.9.0-next.0 to 0.9.0-next.1
38
+
39
+ ## [0.0.3-next.53](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.52...api-auth-entity-storage-rest-client-v0.0.3-next.53) (2026-06-23)
40
+
41
+
42
+ ### Miscellaneous Chores
43
+
44
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * The following workspace dependencies were updated
50
+ * dependencies
51
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.52 to 0.0.3-next.53
52
+ * @twin.org/api-core bumped from 0.0.3-next.52 to 0.0.3-next.53
53
+ * @twin.org/api-models bumped from 0.0.3-next.52 to 0.0.3-next.53
54
+
55
+ ## [0.0.3-next.52](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.51...api-auth-entity-storage-rest-client-v0.0.3-next.52) (2026-06-22)
56
+
57
+
58
+ ### Miscellaneous Chores
59
+
60
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
61
+
62
+
63
+ ### Dependencies
64
+
65
+ * The following workspace dependencies were updated
66
+ * dependencies
67
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.51 to 0.0.3-next.52
68
+ * @twin.org/api-core bumped from 0.0.3-next.51 to 0.0.3-next.52
69
+ * @twin.org/api-models bumped from 0.0.3-next.51 to 0.0.3-next.52
70
+
71
+ ## [0.0.3-next.51](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.50...api-auth-entity-storage-rest-client-v0.0.3-next.51) (2026-06-20)
72
+
73
+
74
+ ### Miscellaneous Chores
75
+
76
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
77
+
78
+
79
+ ### Dependencies
80
+
81
+ * The following workspace dependencies were updated
82
+ * dependencies
83
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.50 to 0.0.3-next.51
84
+ * @twin.org/api-core bumped from 0.0.3-next.50 to 0.0.3-next.51
85
+ * @twin.org/api-models bumped from 0.0.3-next.50 to 0.0.3-next.51
86
+
87
+ ## [0.0.3-next.50](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.49...api-auth-entity-storage-rest-client-v0.0.3-next.50) (2026-06-19)
88
+
89
+
90
+ ### Miscellaneous Chores
91
+
92
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
93
+
94
+
95
+ ### Dependencies
96
+
97
+ * The following workspace dependencies were updated
98
+ * dependencies
99
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.49 to 0.0.3-next.50
100
+ * @twin.org/api-core bumped from 0.0.3-next.49 to 0.0.3-next.50
101
+ * @twin.org/api-models bumped from 0.0.3-next.49 to 0.0.3-next.50
102
+
103
+ ## [0.0.3-next.49](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.48...api-auth-entity-storage-rest-client-v0.0.3-next.49) (2026-06-19)
104
+
105
+
106
+ ### Miscellaneous Chores
107
+
108
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
109
+
110
+
111
+ ### Dependencies
112
+
113
+ * The following workspace dependencies were updated
114
+ * dependencies
115
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.48 to 0.0.3-next.49
116
+ * @twin.org/api-core bumped from 0.0.3-next.48 to 0.0.3-next.49
117
+ * @twin.org/api-models bumped from 0.0.3-next.48 to 0.0.3-next.49
118
+
119
+ ## [0.0.3-next.48](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.47...api-auth-entity-storage-rest-client-v0.0.3-next.48) (2026-06-19)
120
+
121
+
122
+ ### Miscellaneous Chores
123
+
124
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
125
+
126
+
127
+ ### Dependencies
128
+
129
+ * The following workspace dependencies were updated
130
+ * dependencies
131
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.47 to 0.0.3-next.48
132
+ * @twin.org/api-core bumped from 0.0.3-next.47 to 0.0.3-next.48
133
+ * @twin.org/api-models bumped from 0.0.3-next.47 to 0.0.3-next.48
134
+
135
+ ## [0.0.3-next.47](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.46...api-auth-entity-storage-rest-client-v0.0.3-next.47) (2026-06-18)
136
+
137
+
138
+ ### Miscellaneous Chores
139
+
140
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
141
+
142
+
143
+ ### Dependencies
144
+
145
+ * The following workspace dependencies were updated
146
+ * dependencies
147
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.46 to 0.0.3-next.47
148
+ * @twin.org/api-core bumped from 0.0.3-next.46 to 0.0.3-next.47
149
+ * @twin.org/api-models bumped from 0.0.3-next.46 to 0.0.3-next.47
150
+
151
+ ## [0.0.3-next.46](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.45...api-auth-entity-storage-rest-client-v0.0.3-next.46) (2026-06-17)
152
+
153
+
154
+ ### Miscellaneous Chores
155
+
156
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
157
+
158
+
159
+ ### Dependencies
160
+
161
+ * The following workspace dependencies were updated
162
+ * dependencies
163
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.45 to 0.0.3-next.46
164
+ * @twin.org/api-core bumped from 0.0.3-next.45 to 0.0.3-next.46
165
+ * @twin.org/api-models bumped from 0.0.3-next.45 to 0.0.3-next.46
166
+
167
+ ## [0.0.3-next.45](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.44...api-auth-entity-storage-rest-client-v0.0.3-next.45) (2026-06-15)
168
+
169
+
170
+ ### Miscellaneous Chores
171
+
172
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
173
+
174
+
175
+ ### Dependencies
176
+
177
+ * The following workspace dependencies were updated
178
+ * dependencies
179
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.44 to 0.0.3-next.45
180
+ * @twin.org/api-core bumped from 0.0.3-next.44 to 0.0.3-next.45
181
+ * @twin.org/api-models bumped from 0.0.3-next.44 to 0.0.3-next.45
182
+
183
+ ## [0.0.3-next.44](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.43...api-auth-entity-storage-rest-client-v0.0.3-next.44) (2026-06-11)
184
+
185
+
186
+ ### Miscellaneous Chores
187
+
188
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
189
+
190
+
191
+ ### Dependencies
192
+
193
+ * The following workspace dependencies were updated
194
+ * dependencies
195
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.43 to 0.0.3-next.44
196
+ * @twin.org/api-core bumped from 0.0.3-next.43 to 0.0.3-next.44
197
+ * @twin.org/api-models bumped from 0.0.3-next.43 to 0.0.3-next.44
198
+
199
+ ## [0.0.3-next.43](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.42...api-auth-entity-storage-rest-client-v0.0.3-next.43) (2026-06-10)
200
+
201
+
202
+ ### Miscellaneous Chores
203
+
204
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
205
+
206
+
207
+ ### Dependencies
208
+
209
+ * The following workspace dependencies were updated
210
+ * dependencies
211
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.42 to 0.0.3-next.43
212
+ * @twin.org/api-core bumped from 0.0.3-next.42 to 0.0.3-next.43
213
+ * @twin.org/api-models bumped from 0.0.3-next.42 to 0.0.3-next.43
214
+
215
+ ## [0.0.3-next.42](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.41...api-auth-entity-storage-rest-client-v0.0.3-next.42) (2026-06-08)
216
+
217
+
218
+ ### Miscellaneous Chores
219
+
220
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
221
+
222
+
223
+ ### Dependencies
224
+
225
+ * The following workspace dependencies were updated
226
+ * dependencies
227
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.41 to 0.0.3-next.42
228
+ * @twin.org/api-core bumped from 0.0.3-next.41 to 0.0.3-next.42
229
+ * @twin.org/api-models bumped from 0.0.3-next.41 to 0.0.3-next.42
230
+
231
+ ## [0.0.3-next.41](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.40...api-auth-entity-storage-rest-client-v0.0.3-next.41) (2026-06-05)
232
+
233
+
234
+ ### Miscellaneous Chores
235
+
236
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
237
+
238
+
239
+ ### Dependencies
240
+
241
+ * The following workspace dependencies were updated
242
+ * dependencies
243
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.40 to 0.0.3-next.41
244
+ * @twin.org/api-core bumped from 0.0.3-next.40 to 0.0.3-next.41
245
+ * @twin.org/api-models bumped from 0.0.3-next.40 to 0.0.3-next.41
246
+
247
+ ## [0.0.3-next.40](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.39...api-auth-entity-storage-rest-client-v0.0.3-next.40) (2026-06-04)
248
+
249
+
250
+ ### Miscellaneous Chores
251
+
252
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
253
+
254
+
255
+ ### Dependencies
256
+
257
+ * The following workspace dependencies were updated
258
+ * dependencies
259
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.39 to 0.0.3-next.40
260
+ * @twin.org/api-core bumped from 0.0.3-next.39 to 0.0.3-next.40
261
+ * @twin.org/api-models bumped from 0.0.3-next.39 to 0.0.3-next.40
262
+
263
+ ## [0.0.3-next.39](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.38...api-auth-entity-storage-rest-client-v0.0.3-next.39) (2026-06-02)
264
+
265
+
266
+ ### Miscellaneous Chores
267
+
268
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
269
+
270
+
271
+ ### Dependencies
272
+
273
+ * The following workspace dependencies were updated
274
+ * dependencies
275
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.38 to 0.0.3-next.39
276
+ * @twin.org/api-core bumped from 0.0.3-next.38 to 0.0.3-next.39
277
+ * @twin.org/api-models bumped from 0.0.3-next.38 to 0.0.3-next.39
278
+
279
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.37...api-auth-entity-storage-rest-client-v0.0.3-next.38) (2026-05-28)
280
+
281
+
282
+ ### Miscellaneous Chores
283
+
284
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
285
+
286
+
287
+ ### Dependencies
288
+
289
+ * The following workspace dependencies were updated
290
+ * dependencies
291
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.37 to 0.0.3-next.38
292
+ * @twin.org/api-core bumped from 0.0.3-next.37 to 0.0.3-next.38
293
+ * @twin.org/api-models bumped from 0.0.3-next.37 to 0.0.3-next.38
294
+
295
+ ## [0.0.3-next.37](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.36...api-auth-entity-storage-rest-client-v0.0.3-next.37) (2026-05-22)
296
+
297
+
298
+ ### Miscellaneous Chores
299
+
300
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
301
+
302
+
303
+ ### Dependencies
304
+
305
+ * The following workspace dependencies were updated
306
+ * dependencies
307
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.36 to 0.0.3-next.37
308
+ * @twin.org/api-core bumped from 0.0.3-next.36 to 0.0.3-next.37
309
+ * @twin.org/api-models bumped from 0.0.3-next.36 to 0.0.3-next.37
310
+
311
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.35...api-auth-entity-storage-rest-client-v0.0.3-next.36) (2026-05-22)
312
+
313
+
314
+ ### Miscellaneous Chores
315
+
316
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
317
+
318
+
319
+ ### Dependencies
320
+
321
+ * The following workspace dependencies were updated
322
+ * dependencies
323
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.35 to 0.0.3-next.36
324
+ * @twin.org/api-core bumped from 0.0.3-next.35 to 0.0.3-next.36
325
+ * @twin.org/api-models bumped from 0.0.3-next.35 to 0.0.3-next.36
326
+
327
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.34...api-auth-entity-storage-rest-client-v0.0.3-next.35) (2026-05-21)
328
+
329
+
330
+ ### Features
331
+
332
+ * user partitioning ([#126](https://github.com/iotaledger/twin-api/issues/126)) ([6bf0da3](https://github.com/iotaledger/twin-api/commit/6bf0da3c42406c9838e80e0ddd6b21f5c64aac90))
333
+
334
+
335
+ ### Dependencies
336
+
337
+ * The following workspace dependencies were updated
338
+ * dependencies
339
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.34 to 0.0.3-next.35
340
+ * @twin.org/api-core bumped from 0.0.3-next.34 to 0.0.3-next.35
341
+ * @twin.org/api-models bumped from 0.0.3-next.34 to 0.0.3-next.35
342
+
343
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.33...api-auth-entity-storage-rest-client-v0.0.3-next.34) (2026-05-19)
344
+
345
+
346
+ ### Features
347
+
348
+ * update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
349
+
350
+
351
+ ### Dependencies
352
+
353
+ * The following workspace dependencies were updated
354
+ * dependencies
355
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.33 to 0.0.3-next.34
356
+ * @twin.org/api-core bumped from 0.0.3-next.33 to 0.0.3-next.34
357
+ * @twin.org/api-models bumped from 0.0.3-next.33 to 0.0.3-next.34
358
+
359
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.32...api-auth-entity-storage-rest-client-v0.0.3-next.33) (2026-05-11)
360
+
361
+
362
+ ### Features
363
+
364
+ * typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
365
+
366
+
367
+ ### Dependencies
368
+
369
+ * The following workspace dependencies were updated
370
+ * dependencies
371
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.32 to 0.0.3-next.33
372
+ * @twin.org/api-core bumped from 0.0.3-next.32 to 0.0.3-next.33
373
+ * @twin.org/api-models bumped from 0.0.3-next.32 to 0.0.3-next.33
374
+
375
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.31...api-auth-entity-storage-rest-client-v0.0.3-next.32) (2026-05-07)
376
+
377
+
378
+ ### Miscellaneous Chores
379
+
380
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
381
+
382
+
383
+ ### Dependencies
384
+
385
+ * The following workspace dependencies were updated
386
+ * dependencies
387
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.31 to 0.0.3-next.32
388
+ * @twin.org/api-core bumped from 0.0.3-next.31 to 0.0.3-next.32
389
+ * @twin.org/api-models bumped from 0.0.3-next.31 to 0.0.3-next.32
390
+
391
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.30...api-auth-entity-storage-rest-client-v0.0.3-next.31) (2026-05-06)
392
+
393
+
394
+ ### Miscellaneous Chores
395
+
396
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
397
+
398
+
399
+ ### Dependencies
400
+
401
+ * The following workspace dependencies were updated
402
+ * dependencies
403
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.30 to 0.0.3-next.31
404
+ * @twin.org/api-core bumped from 0.0.3-next.30 to 0.0.3-next.31
405
+ * @twin.org/api-models bumped from 0.0.3-next.30 to 0.0.3-next.31
406
+
407
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.29...api-auth-entity-storage-rest-client-v0.0.3-next.30) (2026-05-05)
408
+
409
+
410
+ ### Miscellaneous Chores
411
+
412
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
413
+
414
+
415
+ ### Dependencies
416
+
417
+ * The following workspace dependencies were updated
418
+ * dependencies
419
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.29 to 0.0.3-next.30
420
+ * @twin.org/api-core bumped from 0.0.3-next.29 to 0.0.3-next.30
421
+ * @twin.org/api-models bumped from 0.0.3-next.29 to 0.0.3-next.30
422
+
423
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.28...api-auth-entity-storage-rest-client-v0.0.3-next.29) (2026-05-01)
424
+
425
+
426
+ ### Miscellaneous Chores
427
+
428
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
429
+
430
+
431
+ ### Dependencies
432
+
433
+ * The following workspace dependencies were updated
434
+ * dependencies
435
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.28 to 0.0.3-next.29
436
+ * @twin.org/api-core bumped from 0.0.3-next.28 to 0.0.3-next.29
437
+ * @twin.org/api-models bumped from 0.0.3-next.28 to 0.0.3-next.29
438
+
439
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.27...api-auth-entity-storage-rest-client-v0.0.3-next.28) (2026-04-30)
440
+
441
+
442
+ ### Bug Fixes
443
+
444
+ * change logout and refresh routes from GET to POST ([#111](https://github.com/iotaledger/twin-api/issues/111)) ([cb8b64b](https://github.com/iotaledger/twin-api/commit/cb8b64b6507f9991baa78a663de2e84269695c82))
445
+
446
+
447
+ ### Dependencies
448
+
449
+ * The following workspace dependencies were updated
450
+ * dependencies
451
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.27 to 0.0.3-next.28
452
+ * @twin.org/api-core bumped from 0.0.3-next.27 to 0.0.3-next.28
453
+ * @twin.org/api-models bumped from 0.0.3-next.27 to 0.0.3-next.28
454
+
455
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.26...api-auth-entity-storage-rest-client-v0.0.3-next.27) (2026-04-23)
456
+
457
+
458
+ ### Miscellaneous Chores
459
+
460
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
461
+
462
+
463
+ ### Dependencies
464
+
465
+ * The following workspace dependencies were updated
466
+ * dependencies
467
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.26 to 0.0.3-next.27
468
+ * @twin.org/api-core bumped from 0.0.3-next.26 to 0.0.3-next.27
469
+ * @twin.org/api-models bumped from 0.0.3-next.26 to 0.0.3-next.27
470
+
471
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.25...api-auth-entity-storage-rest-client-v0.0.3-next.26) (2026-04-22)
472
+
473
+
474
+ ### Miscellaneous Chores
475
+
476
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
477
+
478
+
479
+ ### Dependencies
480
+
481
+ * The following workspace dependencies were updated
482
+ * dependencies
483
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.25 to 0.0.3-next.26
484
+ * @twin.org/api-core bumped from 0.0.3-next.25 to 0.0.3-next.26
485
+ * @twin.org/api-models bumped from 0.0.3-next.25 to 0.0.3-next.26
486
+
487
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.24...api-auth-entity-storage-rest-client-v0.0.3-next.25) (2026-04-14)
488
+
489
+
490
+ ### Miscellaneous Chores
491
+
492
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
493
+
494
+
495
+ ### Dependencies
496
+
497
+ * The following workspace dependencies were updated
498
+ * dependencies
499
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.24 to 0.0.3-next.25
500
+ * @twin.org/api-core bumped from 0.0.3-next.24 to 0.0.3-next.25
501
+ * @twin.org/api-models bumped from 0.0.3-next.24 to 0.0.3-next.25
502
+
503
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.23...api-auth-entity-storage-rest-client-v0.0.3-next.24) (2026-04-14)
504
+
505
+
506
+ ### Miscellaneous Chores
507
+
508
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
509
+
510
+
511
+ ### Dependencies
512
+
513
+ * The following workspace dependencies were updated
514
+ * dependencies
515
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.23 to 0.0.3-next.24
516
+ * @twin.org/api-core bumped from 0.0.3-next.23 to 0.0.3-next.24
517
+ * @twin.org/api-models bumped from 0.0.3-next.23 to 0.0.3-next.24
518
+
519
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.22...api-auth-entity-storage-rest-client-v0.0.3-next.23) (2026-04-14)
520
+
521
+
522
+ ### Features
523
+
524
+ * auth enhancements ([#93](https://github.com/iotaledger/twin-api/issues/93)) ([921a50c](https://github.com/iotaledger/twin-api/commit/921a50cd89d26e530a6be6174a5a803060fa0eb6))
525
+
526
+
527
+ ### Dependencies
528
+
529
+ * The following workspace dependencies were updated
530
+ * dependencies
531
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.22 to 0.0.3-next.23
532
+ * @twin.org/api-core bumped from 0.0.3-next.22 to 0.0.3-next.23
533
+ * @twin.org/api-models bumped from 0.0.3-next.22 to 0.0.3-next.23
534
+
535
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.21...api-auth-entity-storage-rest-client-v0.0.3-next.22) (2026-03-27)
536
+
537
+
538
+ ### Miscellaneous Chores
539
+
540
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
541
+
542
+
543
+ ### Dependencies
544
+
545
+ * The following workspace dependencies were updated
546
+ * dependencies
547
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.21 to 0.0.3-next.22
548
+ * @twin.org/api-core bumped from 0.0.3-next.21 to 0.0.3-next.22
549
+ * @twin.org/api-models bumped from 0.0.3-next.21 to 0.0.3-next.22
550
+
551
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.20...api-auth-entity-storage-rest-client-v0.0.3-next.21) (2026-03-11)
552
+
553
+
554
+ ### Miscellaneous Chores
555
+
556
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
557
+
558
+
559
+ ### Dependencies
560
+
561
+ * The following workspace dependencies were updated
562
+ * dependencies
563
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.20 to 0.0.3-next.21
564
+ * @twin.org/api-core bumped from 0.0.3-next.20 to 0.0.3-next.21
565
+ * @twin.org/api-models bumped from 0.0.3-next.20 to 0.0.3-next.21
566
+
567
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.19...api-auth-entity-storage-rest-client-v0.0.3-next.20) (2026-02-09)
568
+
569
+
570
+ ### Miscellaneous Chores
571
+
572
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
573
+
574
+
575
+ ### Dependencies
576
+
577
+ * The following workspace dependencies were updated
578
+ * dependencies
579
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.19 to 0.0.3-next.20
580
+ * @twin.org/api-core bumped from 0.0.3-next.19 to 0.0.3-next.20
581
+ * @twin.org/api-models bumped from 0.0.3-next.19 to 0.0.3-next.20
582
+
583
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.18...api-auth-entity-storage-rest-client-v0.0.3-next.19) (2026-02-06)
584
+
585
+
586
+ ### Features
587
+
588
+ * user admin service ([#77](https://github.com/iotaledger/twin-api/issues/77)) ([c8491df](https://github.com/iotaledger/twin-api/commit/c8491df7b07c1f45560c8a78c6adc806d0ececbb))
589
+
590
+
591
+ ### Dependencies
592
+
593
+ * The following workspace dependencies were updated
594
+ * dependencies
595
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.18 to 0.0.3-next.19
596
+ * @twin.org/api-core bumped from 0.0.3-next.18 to 0.0.3-next.19
597
+ * @twin.org/api-models bumped from 0.0.3-next.18 to 0.0.3-next.19
598
+
599
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.17...api-auth-entity-storage-rest-client-v0.0.3-next.18) (2026-02-04)
600
+
601
+
602
+ ### Miscellaneous Chores
603
+
604
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
605
+
606
+
607
+ ### Dependencies
608
+
609
+ * The following workspace dependencies were updated
610
+ * dependencies
611
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.17 to 0.0.3-next.18
612
+ * @twin.org/api-core bumped from 0.0.3-next.17 to 0.0.3-next.18
613
+ * @twin.org/api-models bumped from 0.0.3-next.17 to 0.0.3-next.18
614
+
615
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.16...api-auth-entity-storage-rest-client-v0.0.3-next.17) (2026-01-26)
616
+
617
+
618
+ ### Miscellaneous Chores
619
+
620
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
621
+
622
+
623
+ ### Dependencies
624
+
625
+ * The following workspace dependencies were updated
626
+ * dependencies
627
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.16 to 0.0.3-next.17
628
+ * @twin.org/api-core bumped from 0.0.3-next.16 to 0.0.3-next.17
629
+ * @twin.org/api-models bumped from 0.0.3-next.16 to 0.0.3-next.17
630
+
631
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.15...api-auth-entity-storage-rest-client-v0.0.3-next.16) (2026-01-26)
632
+
633
+
634
+ ### Miscellaneous Chores
635
+
636
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
637
+
638
+
639
+ ### Dependencies
640
+
641
+ * The following workspace dependencies were updated
642
+ * dependencies
643
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.15 to 0.0.3-next.16
644
+ * @twin.org/api-core bumped from 0.0.3-next.15 to 0.0.3-next.16
645
+ * @twin.org/api-models bumped from 0.0.3-next.15 to 0.0.3-next.16
646
+
647
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.14...api-auth-entity-storage-rest-client-v0.0.3-next.15) (2026-01-22)
648
+
649
+
650
+ ### Miscellaneous Chores
651
+
652
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
653
+
654
+
655
+ ### Dependencies
656
+
657
+ * The following workspace dependencies were updated
658
+ * dependencies
659
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.14 to 0.0.3-next.15
660
+ * @twin.org/api-core bumped from 0.0.3-next.14 to 0.0.3-next.15
661
+ * @twin.org/api-models bumped from 0.0.3-next.14 to 0.0.3-next.15
662
+
663
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.13...api-auth-entity-storage-rest-client-v0.0.3-next.14) (2026-01-20)
664
+
665
+
666
+ ### Miscellaneous Chores
667
+
668
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
669
+
670
+
671
+ ### Dependencies
672
+
673
+ * The following workspace dependencies were updated
674
+ * dependencies
675
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.13 to 0.0.3-next.14
676
+ * @twin.org/api-core bumped from 0.0.3-next.13 to 0.0.3-next.14
677
+ * @twin.org/api-models bumped from 0.0.3-next.13 to 0.0.3-next.14
678
+
679
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.12...api-auth-entity-storage-rest-client-v0.0.3-next.13) (2026-01-19)
680
+
681
+
682
+ ### Features
683
+
684
+ * remove authentication generators ([#66](https://github.com/iotaledger/twin-api/issues/66)) ([adaa169](https://github.com/iotaledger/twin-api/commit/adaa1698df1c5ccb0ad645a7a7c0d3ef82ef6ac1))
685
+
686
+
687
+ ### Dependencies
688
+
689
+ * The following workspace dependencies were updated
690
+ * dependencies
691
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.12 to 0.0.3-next.13
692
+ * @twin.org/api-core bumped from 0.0.3-next.12 to 0.0.3-next.13
693
+ * @twin.org/api-models bumped from 0.0.3-next.12 to 0.0.3-next.13
694
+
695
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.11...api-auth-entity-storage-rest-client-v0.0.3-next.12) (2026-01-12)
696
+
697
+
698
+ ### Miscellaneous Chores
699
+
700
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
701
+
702
+
703
+ ### Dependencies
704
+
705
+ * The following workspace dependencies were updated
706
+ * dependencies
707
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.11 to 0.0.3-next.12
708
+ * @twin.org/api-core bumped from 0.0.3-next.11 to 0.0.3-next.12
709
+ * @twin.org/api-models bumped from 0.0.3-next.11 to 0.0.3-next.12
710
+
711
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.10...api-auth-entity-storage-rest-client-v0.0.3-next.11) (2026-01-08)
712
+
713
+
714
+ ### Miscellaneous Chores
715
+
716
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
717
+
718
+
719
+ ### Dependencies
720
+
721
+ * The following workspace dependencies were updated
722
+ * dependencies
723
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.10 to 0.0.3-next.11
724
+ * @twin.org/api-core bumped from 0.0.3-next.10 to 0.0.3-next.11
725
+ * @twin.org/api-models bumped from 0.0.3-next.10 to 0.0.3-next.11
726
+
727
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.9...api-auth-entity-storage-rest-client-v0.0.3-next.10) (2026-01-05)
728
+
729
+
730
+ ### Miscellaneous Chores
731
+
732
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
733
+
734
+
735
+ ### Dependencies
736
+
737
+ * The following workspace dependencies were updated
738
+ * dependencies
739
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.9 to 0.0.3-next.10
740
+ * @twin.org/api-core bumped from 0.0.3-next.9 to 0.0.3-next.10
741
+ * @twin.org/api-models bumped from 0.0.3-next.9 to 0.0.3-next.10
742
+
743
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.8...api-auth-entity-storage-rest-client-v0.0.3-next.9) (2026-01-05)
744
+
745
+
746
+ ### Features
747
+
748
+ * add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
749
+ * add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
750
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
751
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
752
+ * modify authHeaderProcessor to retain token in response body ([#53](https://github.com/iotaledger/twin-api/issues/53)) ([5d9ae76](https://github.com/iotaledger/twin-api/commit/5d9ae76b5b52a8e10dac391b2d5784638a186583))
753
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
754
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
755
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
756
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
757
+
758
+
759
+ ### Bug Fixes
760
+
761
+ * use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
762
+
763
+
764
+ ### Dependencies
765
+
766
+ * The following workspace dependencies were updated
767
+ * dependencies
768
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.8 to 0.0.3-next.9
769
+ * @twin.org/api-core bumped from 0.0.3-next.8 to 0.0.3-next.9
770
+ * @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
771
+
772
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.7...api-auth-entity-storage-rest-client-v0.0.3-next.8) (2025-12-17)
4
773
 
5
774
 
6
775
  ### Miscellaneous Chores
@@ -16,7 +785,7 @@
16
785
  * @twin.org/api-core bumped from 0.0.3-next.7 to 0.0.3-next.8
17
786
  * @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
18
787
 
19
- ## [0.0.3-next.7](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.6...api-auth-entity-storage-rest-client-v0.0.3-next.7) (2025-11-26)
788
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.6...api-auth-entity-storage-rest-client-v0.0.3-next.7) (2025-11-26)
20
789
 
21
790
 
22
791
  ### Miscellaneous Chores
@@ -32,7 +801,7 @@
32
801
  * @twin.org/api-core bumped from 0.0.3-next.6 to 0.0.3-next.7
33
802
  * @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
34
803
 
35
- ## [0.0.3-next.6](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.5...api-auth-entity-storage-rest-client-v0.0.3-next.6) (2025-11-20)
804
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.5...api-auth-entity-storage-rest-client-v0.0.3-next.6) (2025-11-20)
36
805
 
37
806
 
38
807
  ### Miscellaneous Chores
@@ -48,7 +817,7 @@
48
817
  * @twin.org/api-core bumped from 0.0.3-next.5 to 0.0.3-next.6
49
818
  * @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
50
819
 
51
- ## [0.0.3-next.5](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.4...api-auth-entity-storage-rest-client-v0.0.3-next.5) (2025-11-14)
820
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.4...api-auth-entity-storage-rest-client-v0.0.3-next.5) (2025-11-14)
52
821
 
53
822
 
54
823
  ### Miscellaneous Chores
@@ -64,24 +833,24 @@
64
833
  * @twin.org/api-core bumped from 0.0.3-next.4 to 0.0.3-next.5
65
834
  * @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
66
835
 
67
- ## [0.0.3-next.4](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.3...api-auth-entity-storage-rest-client-v0.0.3-next.4) (2025-11-14)
836
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.3...api-auth-entity-storage-rest-client-v0.0.3-next.4) (2025-11-14)
68
837
 
69
838
 
70
839
  ### Features
71
840
 
72
- * add context id features ([#42](https://github.com/twinfoundation/api/issues/42)) ([0186055](https://github.com/twinfoundation/api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
73
- * add json-ld mime type processor and auth admin component ([8861791](https://github.com/twinfoundation/api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
74
- * add validate-locales ([cdba610](https://github.com/twinfoundation/api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
75
- * eslint migration to flat config ([0dd5820](https://github.com/twinfoundation/api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
76
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
77
- * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
78
- * update IComponent signatures ([915ce37](https://github.com/twinfoundation/api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
79
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
841
+ * add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
842
+ * add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
843
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
844
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
845
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
846
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
847
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
848
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
80
849
 
81
850
 
82
851
  ### Bug Fixes
83
852
 
84
- * use correct format for log messaging ([44bc2a4](https://github.com/twinfoundation/api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
853
+ * use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
85
854
 
86
855
 
87
856
  ### Dependencies
@@ -92,7 +861,7 @@
92
861
  * @twin.org/api-core bumped from 0.0.3-next.3 to 0.0.3-next.4
93
862
  * @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
94
863
 
95
- ## [0.0.3-next.3](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.2...api-auth-entity-storage-rest-client-v0.0.3-next.3) (2025-11-14)
864
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.2...api-auth-entity-storage-rest-client-v0.0.3-next.3) (2025-11-14)
96
865
 
97
866
 
98
867
  ### Miscellaneous Chores
@@ -108,7 +877,7 @@
108
877
  * @twin.org/api-core bumped from 0.0.3-next.2 to 0.0.3-next.3
109
878
  * @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
110
879
 
111
- ## [0.0.3-next.2](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.1...api-auth-entity-storage-rest-client-v0.0.3-next.2) (2025-11-12)
880
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.1...api-auth-entity-storage-rest-client-v0.0.3-next.2) (2025-11-12)
112
881
 
113
882
 
114
883
  ### Miscellaneous Chores
@@ -124,24 +893,24 @@
124
893
  * @twin.org/api-core bumped from 0.0.3-next.1 to 0.0.3-next.2
125
894
  * @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
126
895
 
127
- ## [0.0.3-next.1](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.0...api-auth-entity-storage-rest-client-v0.0.3-next.1) (2025-11-10)
896
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.0...api-auth-entity-storage-rest-client-v0.0.3-next.1) (2025-11-10)
128
897
 
129
898
 
130
899
  ### Features
131
900
 
132
- * add context id features ([#42](https://github.com/twinfoundation/api/issues/42)) ([0186055](https://github.com/twinfoundation/api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
133
- * add json-ld mime type processor and auth admin component ([8861791](https://github.com/twinfoundation/api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
134
- * add validate-locales ([cdba610](https://github.com/twinfoundation/api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
135
- * eslint migration to flat config ([0dd5820](https://github.com/twinfoundation/api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
136
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
137
- * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
138
- * update IComponent signatures ([915ce37](https://github.com/twinfoundation/api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
139
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
901
+ * add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
902
+ * add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
903
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
904
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
905
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
906
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
907
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
908
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
140
909
 
141
910
 
142
911
  ### Bug Fixes
143
912
 
144
- * use correct format for log messaging ([44bc2a4](https://github.com/twinfoundation/api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
913
+ * use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
145
914
 
146
915
 
147
916
  ### Dependencies
@@ -152,7 +921,7 @@
152
921
  * @twin.org/api-core bumped from 0.0.3-next.0 to 0.0.3-next.1
153
922
  * @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
154
923
 
155
- ## [0.0.2-next.13](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.12...api-auth-entity-storage-rest-client-v0.0.2-next.13) (2025-10-09)
924
+ ## [0.0.2-next.13](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.12...api-auth-entity-storage-rest-client-v0.0.2-next.13) (2025-10-09)
156
925
 
157
926
 
158
927
  ### Miscellaneous Chores
@@ -168,12 +937,12 @@
168
937
  * @twin.org/api-core bumped from 0.0.2-next.12 to 0.0.2-next.13
169
938
  * @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
170
939
 
171
- ## [0.0.2-next.12](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.11...api-auth-entity-storage-rest-client-v0.0.2-next.12) (2025-10-09)
940
+ ## [0.0.2-next.12](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.11...api-auth-entity-storage-rest-client-v0.0.2-next.12) (2025-10-09)
172
941
 
173
942
 
174
943
  ### Features
175
944
 
176
- * add validate-locales ([cdba610](https://github.com/twinfoundation/api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
945
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
177
946
 
178
947
 
179
948
  ### Dependencies
@@ -184,12 +953,12 @@
184
953
  * @twin.org/api-core bumped from 0.0.2-next.11 to 0.0.2-next.12
185
954
  * @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
186
955
 
187
- ## [0.0.2-next.11](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.10...api-auth-entity-storage-rest-client-v0.0.2-next.11) (2025-09-29)
956
+ ## [0.0.2-next.11](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.10...api-auth-entity-storage-rest-client-v0.0.2-next.11) (2025-09-29)
188
957
 
189
958
 
190
959
  ### Features
191
960
 
192
- * update IComponent signatures ([915ce37](https://github.com/twinfoundation/api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
961
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
193
962
 
194
963
 
195
964
  ### Dependencies
@@ -200,7 +969,7 @@
200
969
  * @twin.org/api-core bumped from 0.0.2-next.10 to 0.0.2-next.11
201
970
  * @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
202
971
 
203
- ## [0.0.2-next.10](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.9...api-auth-entity-storage-rest-client-v0.0.2-next.10) (2025-09-23)
972
+ ## [0.0.2-next.10](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.9...api-auth-entity-storage-rest-client-v0.0.2-next.10) (2025-09-23)
204
973
 
205
974
 
206
975
  ### Miscellaneous Chores
@@ -216,12 +985,12 @@
216
985
  * @twin.org/api-core bumped from 0.0.2-next.9 to 0.0.2-next.10
217
986
  * @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
218
987
 
219
- ## [0.0.2-next.9](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.8...api-auth-entity-storage-rest-client-v0.0.2-next.9) (2025-08-29)
988
+ ## [0.0.2-next.9](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.8...api-auth-entity-storage-rest-client-v0.0.2-next.9) (2025-08-29)
220
989
 
221
990
 
222
991
  ### Features
223
992
 
224
- * eslint migration to flat config ([0dd5820](https://github.com/twinfoundation/api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
993
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
225
994
 
226
995
 
227
996
  ### Dependencies
@@ -232,7 +1001,7 @@
232
1001
  * @twin.org/api-core bumped from 0.0.2-next.8 to 0.0.2-next.9
233
1002
  * @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
234
1003
 
235
- ## [0.0.2-next.8](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.7...api-auth-entity-storage-rest-client-v0.0.2-next.8) (2025-08-21)
1004
+ ## [0.0.2-next.8](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.7...api-auth-entity-storage-rest-client-v0.0.2-next.8) (2025-08-21)
236
1005
 
237
1006
 
238
1007
  ### Miscellaneous Chores
@@ -248,7 +1017,7 @@
248
1017
  * @twin.org/api-core bumped from 0.0.2-next.7 to 0.0.2-next.8
249
1018
  * @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
250
1019
 
251
- ## [0.0.2-next.7](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.6...api-auth-entity-storage-rest-client-v0.0.2-next.7) (2025-08-20)
1020
+ ## [0.0.2-next.7](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.6...api-auth-entity-storage-rest-client-v0.0.2-next.7) (2025-08-20)
252
1021
 
253
1022
 
254
1023
  ### Miscellaneous Chores
@@ -264,12 +1033,12 @@
264
1033
  * @twin.org/api-core bumped from 0.0.2-next.6 to 0.0.2-next.7
265
1034
  * @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
266
1035
 
267
- ## [0.0.2-next.6](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.5...api-auth-entity-storage-rest-client-v0.0.2-next.6) (2025-08-19)
1036
+ ## [0.0.2-next.6](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.5...api-auth-entity-storage-rest-client-v0.0.2-next.6) (2025-08-19)
268
1037
 
269
1038
 
270
1039
  ### Features
271
1040
 
272
- * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
1041
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
273
1042
 
274
1043
 
275
1044
  ### Dependencies
@@ -280,14 +1049,14 @@
280
1049
  * @twin.org/api-core bumped from 0.0.2-next.5 to 0.0.2-next.6
281
1050
  * @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
282
1051
 
283
- ## [0.0.2-next.5](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.4...api-auth-entity-storage-rest-client-v0.0.2-next.5) (2025-07-25)
1052
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.4...api-auth-entity-storage-rest-client-v0.0.2-next.5) (2025-07-25)
284
1053
 
285
1054
 
286
1055
  ### Features
287
1056
 
288
- * add json-ld mime type processor and auth admin component ([8861791](https://github.com/twinfoundation/api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
289
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
290
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
1057
+ * add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
1058
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
1059
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
291
1060
 
292
1061
 
293
1062
  ### Dependencies
@@ -298,7 +1067,7 @@
298
1067
  * @twin.org/api-core bumped from 0.0.2-next.4 to 0.0.2-next.5
299
1068
  * @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
300
1069
 
301
- ## [0.0.2-next.4](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.3...api-auth-entity-storage-rest-client-v0.0.2-next.4) (2025-07-25)
1070
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.3...api-auth-entity-storage-rest-client-v0.0.2-next.4) (2025-07-25)
302
1071
 
303
1072
 
304
1073
  ### Miscellaneous Chores
@@ -314,7 +1083,7 @@
314
1083
  * @twin.org/api-core bumped from 0.0.2-next.3 to 0.0.2-next.4
315
1084
  * @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
316
1085
 
317
- ## [0.0.2-next.3](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.2...api-auth-entity-storage-rest-client-v0.0.2-next.3) (2025-07-24)
1086
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.2...api-auth-entity-storage-rest-client-v0.0.2-next.3) (2025-07-24)
318
1087
 
319
1088
 
320
1089
  ### Miscellaneous Chores
@@ -330,7 +1099,7 @@
330
1099
  * @twin.org/api-core bumped from 0.0.2-next.2 to 0.0.2-next.3
331
1100
  * @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
332
1101
 
333
- ## [0.0.2-next.2](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.1...api-auth-entity-storage-rest-client-v0.0.2-next.2) (2025-07-17)
1102
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.1...api-auth-entity-storage-rest-client-v0.0.2-next.2) (2025-07-17)
334
1103
 
335
1104
 
336
1105
  ### Miscellaneous Chores
@@ -346,14 +1115,14 @@
346
1115
  * @twin.org/api-core bumped from 0.0.2-next.1 to 0.0.2-next.2
347
1116
  * @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
348
1117
 
349
- ## [0.0.2-next.1](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.0...api-auth-entity-storage-rest-client-v0.0.2-next.1) (2025-07-08)
1118
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.0...api-auth-entity-storage-rest-client-v0.0.2-next.1) (2025-07-08)
350
1119
 
351
1120
 
352
1121
  ### Features
353
1122
 
354
- * add json-ld mime type processor and auth admin component ([8861791](https://github.com/twinfoundation/api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
355
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
356
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
1123
+ * add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
1124
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
1125
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
357
1126
 
358
1127
 
359
1128
  ### Dependencies
@@ -369,7 +1138,7 @@
369
1138
 
370
1139
  ### Features
371
1140
 
372
- * release to production ([70ee2d5](https://github.com/twinfoundation/api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
1141
+ * release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
373
1142
 
374
1143
 
375
1144
  ### Dependencies
@@ -380,7 +1149,7 @@
380
1149
  * @twin.org/api-core bumped from ^0.0.0 to ^0.0.1
381
1150
  * @twin.org/api-models bumped from ^0.0.0 to ^0.0.1
382
1151
 
383
- ## [0.0.1-next.36](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.35...api-auth-entity-storage-rest-client-v0.0.1-next.36) (2025-06-17)
1152
+ ## [0.0.1-next.36](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.35...api-auth-entity-storage-rest-client-v0.0.1-next.36) (2025-06-17)
384
1153
 
385
1154
 
386
1155
  ### Miscellaneous Chores
@@ -396,12 +1165,12 @@
396
1165
  * @twin.org/api-core bumped from 0.0.1-next.35 to 0.0.1-next.36
397
1166
  * @twin.org/api-models bumped from 0.0.1-next.35 to 0.0.1-next.36
398
1167
 
399
- ## [0.0.1-next.35](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.34...api-auth-entity-storage-rest-client-v0.0.1-next.35) (2025-06-11)
1168
+ ## [0.0.1-next.35](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.34...api-auth-entity-storage-rest-client-v0.0.1-next.35) (2025-06-11)
400
1169
 
401
1170
 
402
1171
  ### Features
403
1172
 
404
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
1173
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
405
1174
 
406
1175
 
407
1176
  ### Dependencies
@@ -412,7 +1181,7 @@
412
1181
  * @twin.org/api-core bumped from 0.0.1-next.34 to 0.0.1-next.35
413
1182
  * @twin.org/api-models bumped from 0.0.1-next.34 to 0.0.1-next.35
414
1183
 
415
- ## [0.0.1-next.34](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.33...api-auth-entity-storage-rest-client-v0.0.1-next.34) (2025-05-27)
1184
+ ## [0.0.1-next.34](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.33...api-auth-entity-storage-rest-client-v0.0.1-next.34) (2025-05-27)
416
1185
 
417
1186
 
418
1187
  ### Miscellaneous Chores
@@ -428,12 +1197,12 @@
428
1197
  * @twin.org/api-core bumped from 0.0.1-next.33 to 0.0.1-next.34
429
1198
  * @twin.org/api-models bumped from 0.0.1-next.33 to 0.0.1-next.34
430
1199
 
431
- ## [0.0.1-next.33](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.32...api-auth-entity-storage-rest-client-v0.0.1-next.33) (2025-04-17)
1200
+ ## [0.0.1-next.33](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.32...api-auth-entity-storage-rest-client-v0.0.1-next.33) (2025-04-17)
432
1201
 
433
1202
 
434
1203
  ### Features
435
1204
 
436
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
1205
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
437
1206
 
438
1207
 
439
1208
  ### Dependencies
@@ -444,7 +1213,7 @@
444
1213
  * @twin.org/api-core bumped from 0.0.1-next.32 to 0.0.1-next.33
445
1214
  * @twin.org/api-models bumped from 0.0.1-next.32 to 0.0.1-next.33
446
1215
 
447
- ## [0.0.1-next.32](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.31...api-auth-entity-storage-rest-client-v0.0.1-next.32) (2025-03-28)
1216
+ ## [0.0.1-next.32](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.31...api-auth-entity-storage-rest-client-v0.0.1-next.32) (2025-03-28)
448
1217
 
449
1218
 
450
1219
  ### Miscellaneous Chores