@twin.org/api-service 0.0.3-next.5 → 0.0.3-next.51

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 (53) hide show
  1. package/README.md +1 -1
  2. package/dist/es/healthRoutes.js +107 -0
  3. package/dist/es/healthRoutes.js.map +1 -0
  4. package/dist/es/healthService.js +155 -0
  5. package/dist/es/healthService.js.map +1 -0
  6. package/dist/es/index.js +7 -0
  7. package/dist/es/index.js.map +1 -1
  8. package/dist/es/informationRoutes.js +92 -62
  9. package/dist/es/informationRoutes.js.map +1 -1
  10. package/dist/es/informationService.js +13 -59
  11. package/dist/es/informationService.js.map +1 -1
  12. package/dist/es/models/IHealthServiceConfig.js +4 -0
  13. package/dist/es/models/IHealthServiceConfig.js.map +1 -0
  14. package/dist/es/models/IHealthServiceConstructorOptions.js +2 -0
  15. package/dist/es/models/IHealthServiceConstructorOptions.js.map +1 -0
  16. package/dist/es/models/IPlatformServiceConfig.js +4 -0
  17. package/dist/es/models/IPlatformServiceConfig.js.map +1 -0
  18. package/dist/es/models/IPlatformServiceConstructorOptions.js +2 -0
  19. package/dist/es/models/IPlatformServiceConstructorOptions.js.map +1 -0
  20. package/dist/es/platformService.js +155 -0
  21. package/dist/es/platformService.js.map +1 -0
  22. package/dist/es/restEntryPoints.js +10 -0
  23. package/dist/es/restEntryPoints.js.map +1 -1
  24. package/dist/types/healthRoutes.d.ts +20 -0
  25. package/dist/types/healthService.d.ts +42 -0
  26. package/dist/types/index.d.ts +7 -0
  27. package/dist/types/informationRoutes.d.ts +11 -3
  28. package/dist/types/informationService.d.ts +12 -17
  29. package/dist/types/models/IHealthServiceConfig.d.ts +16 -0
  30. package/dist/types/models/IHealthServiceConstructorOptions.d.ts +10 -0
  31. package/dist/types/models/IPlatformServiceConfig.d.ts +10 -0
  32. package/dist/types/models/IPlatformServiceConstructorOptions.d.ts +15 -0
  33. package/dist/types/platformService.d.ts +39 -0
  34. package/dist/types/restEntryPoints.d.ts +3 -0
  35. package/docs/changelog.md +715 -56
  36. package/docs/examples.md +74 -1
  37. package/docs/reference/classes/HealthService.md +123 -0
  38. package/docs/reference/classes/InformationService.md +20 -66
  39. package/docs/reference/classes/PlatformService.md +123 -0
  40. package/docs/reference/functions/generateRestRoutesHealth.md +25 -0
  41. package/docs/reference/functions/serverLivez.md +31 -0
  42. package/docs/reference/functions/serverReadyz.md +31 -0
  43. package/docs/reference/index.md +11 -1
  44. package/docs/reference/interfaces/IHealthServiceConfig.md +32 -0
  45. package/docs/reference/interfaces/IHealthServiceConstructorOptions.md +11 -0
  46. package/docs/reference/interfaces/IInformationServiceConfig.md +5 -5
  47. package/docs/reference/interfaces/IInformationServiceConstructorOptions.md +1 -1
  48. package/docs/reference/interfaces/IPlatformServiceConfig.md +17 -0
  49. package/docs/reference/interfaces/IPlatformServiceConstructorOptions.md +25 -0
  50. package/docs/reference/variables/restEntryPoints.md +2 -0
  51. package/docs/reference/variables/tagsHealth.md +5 -0
  52. package/locales/en.json +7 -1
  53. package/package.json +10 -5
package/docs/changelog.md CHANGED
@@ -1,6 +1,665 @@
1
- # @twin.org/api-service - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.5](https://github.com/twinfoundation/api/compare/api-service-v0.0.3-next.4...api-service-v0.0.3-next.5) (2025-11-14)
3
+ ## [0.0.3-next.51](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.50...api-service-v0.0.3-next.51) (2026-06-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * resolve local origin context by organization routing param ([#180](https://github.com/iotaledger/twin-api/issues/180)) ([bceb9f1](https://github.com/iotaledger/twin-api/commit/bceb9f1b5b68382b7e2f9743ee7b4ea0e3a33f55))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/api-models bumped from 0.0.3-next.50 to 0.0.3-next.51
16
+
17
+ ## [0.0.3-next.50](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.49...api-service-v0.0.3-next.50) (2026-06-19)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * ensure publicOrigin is unique ([1aaf7f5](https://github.com/iotaledger/twin-api/commit/1aaf7f518d1e090e25f38ed335f8d1efa3c69197))
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @twin.org/api-models bumped from 0.0.3-next.49 to 0.0.3-next.50
30
+
31
+ ## [0.0.3-next.49](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.48...api-service-v0.0.3-next.49) (2026-06-19)
32
+
33
+
34
+ ### Features
35
+
36
+ * add getLocalOriginContext ([bd3162f](https://github.com/iotaledger/twin-api/commit/bd3162f5b06e22bfb09a95bb9aca40471efe6a64))
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * The following workspace dependencies were updated
42
+ * dependencies
43
+ * @twin.org/api-models bumped from 0.0.3-next.48 to 0.0.3-next.49
44
+
45
+ ## [0.0.3-next.48](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.47...api-service-v0.0.3-next.48) (2026-06-19)
46
+
47
+
48
+ ### Features
49
+
50
+ * add platform isLocalOrigin ([#173](https://github.com/iotaledger/twin-api/issues/173)) ([5e024d5](https://github.com/iotaledger/twin-api/commit/5e024d55c0201a5109ad9c688c0e755fe50cb554))
51
+
52
+
53
+ ### Dependencies
54
+
55
+ * The following workspace dependencies were updated
56
+ * dependencies
57
+ * @twin.org/api-models bumped from 0.0.3-next.47 to 0.0.3-next.48
58
+
59
+ ## [0.0.3-next.47](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.46...api-service-v0.0.3-next.47) (2026-06-18)
60
+
61
+
62
+ ### Features
63
+
64
+ * remove hosting component ([#170](https://github.com/iotaledger/twin-api/issues/170)) ([e78c1e8](https://github.com/iotaledger/twin-api/commit/e78c1e87d2747bf58da02b6b77680708ff681122))
65
+
66
+
67
+ ### Dependencies
68
+
69
+ * The following workspace dependencies were updated
70
+ * dependencies
71
+ * @twin.org/api-models bumped from 0.0.3-next.46 to 0.0.3-next.47
72
+
73
+ ## [0.0.3-next.46](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.45...api-service-v0.0.3-next.46) (2026-06-17)
74
+
75
+
76
+ ### Miscellaneous Chores
77
+
78
+ * **api-service:** Synchronize repo versions
79
+
80
+
81
+ ### Dependencies
82
+
83
+ * The following workspace dependencies were updated
84
+ * dependencies
85
+ * @twin.org/api-models bumped from 0.0.3-next.45 to 0.0.3-next.46
86
+
87
+ ## [0.0.3-next.45](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.44...api-service-v0.0.3-next.45) (2026-06-15)
88
+
89
+
90
+ ### Bug Fixes
91
+
92
+ * throw AlreadyExistsError on duplicate tenant id in create() ([#164](https://github.com/iotaledger/twin-api/issues/164)) ([b69f408](https://github.com/iotaledger/twin-api/commit/b69f408fc06a0599723b048fa4a5053305a06b78))
93
+
94
+
95
+ ### Dependencies
96
+
97
+ * The following workspace dependencies were updated
98
+ * dependencies
99
+ * @twin.org/api-models bumped from 0.0.3-next.44 to 0.0.3-next.45
100
+
101
+ ## [0.0.3-next.44](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.43...api-service-v0.0.3-next.44) (2026-06-11)
102
+
103
+
104
+ ### Features
105
+
106
+ * organization identifiers ([#158](https://github.com/iotaledger/twin-api/issues/158)) ([ce13244](https://github.com/iotaledger/twin-api/commit/ce13244aaacbf82d9e5f87d905e283b36ad63bbf))
107
+
108
+
109
+ ### Dependencies
110
+
111
+ * The following workspace dependencies were updated
112
+ * dependencies
113
+ * @twin.org/api-models bumped from 0.0.3-next.43 to 0.0.3-next.44
114
+
115
+ ## [0.0.3-next.43](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.42...api-service-v0.0.3-next.43) (2026-06-10)
116
+
117
+
118
+ ### Miscellaneous Chores
119
+
120
+ * **api-service:** Synchronize repo versions
121
+
122
+
123
+ ### Dependencies
124
+
125
+ * The following workspace dependencies were updated
126
+ * dependencies
127
+ * @twin.org/api-models bumped from 0.0.3-next.42 to 0.0.3-next.43
128
+
129
+ ## [0.0.3-next.42](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.41...api-service-v0.0.3-next.42) (2026-06-08)
130
+
131
+
132
+ ### Miscellaneous Chores
133
+
134
+ * **api-service:** Synchronize repo versions
135
+
136
+
137
+ ### Dependencies
138
+
139
+ * The following workspace dependencies were updated
140
+ * dependencies
141
+ * @twin.org/api-models bumped from 0.0.3-next.41 to 0.0.3-next.42
142
+
143
+ ## [0.0.3-next.41](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.40...api-service-v0.0.3-next.41) (2026-06-05)
144
+
145
+
146
+ ### Features
147
+
148
+ * matches local origin ([#148](https://github.com/iotaledger/twin-api/issues/148)) ([7f6d30c](https://github.com/iotaledger/twin-api/commit/7f6d30c4dd1fe699f6171c41251bb56b803934e5))
149
+
150
+
151
+ ### Dependencies
152
+
153
+ * The following workspace dependencies were updated
154
+ * dependencies
155
+ * @twin.org/api-models bumped from 0.0.3-next.40 to 0.0.3-next.41
156
+
157
+ ## [0.0.3-next.40](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.39...api-service-v0.0.3-next.40) (2026-06-04)
158
+
159
+
160
+ ### Features
161
+
162
+ * add tenant component ([#145](https://github.com/iotaledger/twin-api/issues/145)) ([a440c53](https://github.com/iotaledger/twin-api/commit/a440c53f36618946daee7372fe664f8ace341a08))
163
+
164
+
165
+ ### Dependencies
166
+
167
+ * The following workspace dependencies were updated
168
+ * dependencies
169
+ * @twin.org/api-models bumped from 0.0.3-next.39 to 0.0.3-next.40
170
+
171
+ ## [0.0.3-next.39](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.38...api-service-v0.0.3-next.39) (2026-06-02)
172
+
173
+
174
+ ### Features
175
+
176
+ * tenant id in jwt ([#140](https://github.com/iotaledger/twin-api/issues/140)) ([8d37a7b](https://github.com/iotaledger/twin-api/commit/8d37a7b98b45fde53df1e909cffc0869aa758655))
177
+
178
+
179
+ ### Dependencies
180
+
181
+ * The following workspace dependencies were updated
182
+ * dependencies
183
+ * @twin.org/api-models bumped from 0.0.3-next.38 to 0.0.3-next.39
184
+
185
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.37...api-service-v0.0.3-next.38) (2026-05-28)
186
+
187
+
188
+ ### Miscellaneous Chores
189
+
190
+ * **api-service:** Synchronize repo versions
191
+
192
+
193
+ ### Dependencies
194
+
195
+ * The following workspace dependencies were updated
196
+ * dependencies
197
+ * @twin.org/api-models bumped from 0.0.3-next.37 to 0.0.3-next.38
198
+
199
+ ## [0.0.3-next.37](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.36...api-service-v0.0.3-next.37) (2026-05-22)
200
+
201
+
202
+ ### Features
203
+
204
+ * add initial interval config for health service ([daf0412](https://github.com/iotaledger/twin-api/commit/daf0412cb24d856bd80f2a6eda02f7294677baae))
205
+
206
+
207
+ ### Dependencies
208
+
209
+ * The following workspace dependencies were updated
210
+ * dependencies
211
+ * @twin.org/api-models bumped from 0.0.3-next.36 to 0.0.3-next.37
212
+
213
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.35...api-service-v0.0.3-next.36) (2026-05-22)
214
+
215
+
216
+ ### Miscellaneous Chores
217
+
218
+ * **api-service:** Synchronize repo versions
219
+
220
+
221
+ ### Dependencies
222
+
223
+ * The following workspace dependencies were updated
224
+ * dependencies
225
+ * @twin.org/api-models bumped from 0.0.3-next.35 to 0.0.3-next.36
226
+
227
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.34...api-service-v0.0.3-next.35) (2026-05-21)
228
+
229
+
230
+ ### Miscellaneous Chores
231
+
232
+ * **api-service:** Synchronize repo versions
233
+
234
+
235
+ ### Dependencies
236
+
237
+ * The following workspace dependencies were updated
238
+ * dependencies
239
+ * @twin.org/api-models bumped from 0.0.3-next.34 to 0.0.3-next.35
240
+
241
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.33...api-service-v0.0.3-next.34) (2026-05-19)
242
+
243
+
244
+ ### Features
245
+
246
+ * update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
247
+
248
+
249
+ ### Dependencies
250
+
251
+ * The following workspace dependencies were updated
252
+ * dependencies
253
+ * @twin.org/api-models bumped from 0.0.3-next.33 to 0.0.3-next.34
254
+
255
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.32...api-service-v0.0.3-next.33) (2026-05-11)
256
+
257
+
258
+ ### Features
259
+
260
+ * typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
261
+
262
+
263
+ ### Bug Fixes
264
+
265
+ * docs ([4d7e1d2](https://github.com/iotaledger/twin-api/commit/4d7e1d265a2b2225ea02409a31989727a0534265))
266
+
267
+
268
+ ### Dependencies
269
+
270
+ * The following workspace dependencies were updated
271
+ * dependencies
272
+ * @twin.org/api-models bumped from 0.0.3-next.32 to 0.0.3-next.33
273
+
274
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.31...api-service-v0.0.3-next.32) (2026-05-07)
275
+
276
+
277
+ ### Features
278
+
279
+ * avoid overlapping health checks ([35150b8](https://github.com/iotaledger/twin-api/commit/35150b81861cd2911641d0c36cd7dc3dfa5fcb68))
280
+ * update health service interval defaults ([2c66ae1](https://github.com/iotaledger/twin-api/commit/2c66ae1320acb0c80a0d7cba4e11a00358707dbb))
281
+
282
+
283
+ ### Dependencies
284
+
285
+ * The following workspace dependencies were updated
286
+ * dependencies
287
+ * @twin.org/api-models bumped from 0.0.3-next.31 to 0.0.3-next.32
288
+
289
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.30...api-service-v0.0.3-next.31) (2026-05-06)
290
+
291
+
292
+ ### Features
293
+
294
+ * update health format ([cfbfbbb](https://github.com/iotaledger/twin-api/commit/cfbfbbb2e9afbd2574ffd2446ad51e4217437951))
295
+
296
+
297
+ ### Dependencies
298
+
299
+ * The following workspace dependencies were updated
300
+ * dependencies
301
+ * @twin.org/api-models bumped from 0.0.3-next.30 to 0.0.3-next.31
302
+
303
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.29...api-service-v0.0.3-next.30) (2026-05-05)
304
+
305
+
306
+ ### Features
307
+
308
+ * separate service responsibilities ([#116](https://github.com/iotaledger/twin-api/issues/116)) ([2234648](https://github.com/iotaledger/twin-api/commit/2234648de4a2de5b7356aadde328f40470bc12e3))
309
+
310
+
311
+ ### Dependencies
312
+
313
+ * The following workspace dependencies were updated
314
+ * dependencies
315
+ * @twin.org/api-models bumped from 0.0.3-next.29 to 0.0.3-next.30
316
+
317
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.28...api-service-v0.0.3-next.29) (2026-05-01)
318
+
319
+
320
+ ### Features
321
+
322
+ * hosting service ([#109](https://github.com/iotaledger/twin-api/issues/109)) ([985bf1f](https://github.com/iotaledger/twin-api/commit/985bf1f5c07b09ecb800df7120bc2422ac7a6d25))
323
+
324
+
325
+ ### Dependencies
326
+
327
+ * The following workspace dependencies were updated
328
+ * dependencies
329
+ * @twin.org/api-models bumped from 0.0.3-next.28 to 0.0.3-next.29
330
+
331
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.27...api-service-v0.0.3-next.28) (2026-04-30)
332
+
333
+
334
+ ### Miscellaneous Chores
335
+
336
+ * **api-service:** Synchronize repo versions
337
+
338
+
339
+ ### Dependencies
340
+
341
+ * The following workspace dependencies were updated
342
+ * dependencies
343
+ * @twin.org/api-models bumped from 0.0.3-next.27 to 0.0.3-next.28
344
+
345
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.26...api-service-v0.0.3-next.27) (2026-04-23)
346
+
347
+
348
+ ### Miscellaneous Chores
349
+
350
+ * **api-service:** Synchronize repo versions
351
+
352
+
353
+ ### Dependencies
354
+
355
+ * The following workspace dependencies were updated
356
+ * dependencies
357
+ * @twin.org/api-models bumped from 0.0.3-next.26 to 0.0.3-next.27
358
+
359
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.25...api-service-v0.0.3-next.26) (2026-04-22)
360
+
361
+
362
+ ### Miscellaneous Chores
363
+
364
+ * **api-service:** Synchronize repo versions
365
+
366
+
367
+ ### Dependencies
368
+
369
+ * The following workspace dependencies were updated
370
+ * dependencies
371
+ * @twin.org/api-models bumped from 0.0.3-next.25 to 0.0.3-next.26
372
+
373
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.24...api-service-v0.0.3-next.25) (2026-04-14)
374
+
375
+
376
+ ### Miscellaneous Chores
377
+
378
+ * **api-service:** Synchronize repo versions
379
+
380
+
381
+ ### Dependencies
382
+
383
+ * The following workspace dependencies were updated
384
+ * dependencies
385
+ * @twin.org/api-models bumped from 0.0.3-next.24 to 0.0.3-next.25
386
+
387
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.23...api-service-v0.0.3-next.24) (2026-04-14)
388
+
389
+
390
+ ### Miscellaneous Chores
391
+
392
+ * **api-service:** Synchronize repo versions
393
+
394
+
395
+ ### Dependencies
396
+
397
+ * The following workspace dependencies were updated
398
+ * dependencies
399
+ * @twin.org/api-models bumped from 0.0.3-next.23 to 0.0.3-next.24
400
+
401
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.22...api-service-v0.0.3-next.23) (2026-04-14)
402
+
403
+
404
+ ### Miscellaneous Chores
405
+
406
+ * **api-service:** Synchronize repo versions
407
+
408
+
409
+ ### Dependencies
410
+
411
+ * The following workspace dependencies were updated
412
+ * dependencies
413
+ * @twin.org/api-models bumped from 0.0.3-next.22 to 0.0.3-next.23
414
+
415
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.21...api-service-v0.0.3-next.22) (2026-03-27)
416
+
417
+
418
+ ### Miscellaneous Chores
419
+
420
+ * **api-service:** Synchronize repo versions
421
+
422
+
423
+ ### Dependencies
424
+
425
+ * The following workspace dependencies were updated
426
+ * dependencies
427
+ * @twin.org/api-models bumped from 0.0.3-next.21 to 0.0.3-next.22
428
+
429
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.20...api-service-v0.0.3-next.21) (2026-03-11)
430
+
431
+
432
+ ### Miscellaneous Chores
433
+
434
+ * **api-service:** Synchronize repo versions
435
+
436
+
437
+ ### Dependencies
438
+
439
+ * The following workspace dependencies were updated
440
+ * dependencies
441
+ * @twin.org/api-models bumped from 0.0.3-next.20 to 0.0.3-next.21
442
+
443
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.19...api-service-v0.0.3-next.20) (2026-02-09)
444
+
445
+
446
+ ### Miscellaneous Chores
447
+
448
+ * **api-service:** Synchronize repo versions
449
+
450
+
451
+ ### Dependencies
452
+
453
+ * The following workspace dependencies were updated
454
+ * dependencies
455
+ * @twin.org/api-models bumped from 0.0.3-next.19 to 0.0.3-next.20
456
+
457
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.18...api-service-v0.0.3-next.19) (2026-02-06)
458
+
459
+
460
+ ### Miscellaneous Chores
461
+
462
+ * **api-service:** Synchronize repo versions
463
+
464
+
465
+ ### Dependencies
466
+
467
+ * The following workspace dependencies were updated
468
+ * dependencies
469
+ * @twin.org/api-models bumped from 0.0.3-next.18 to 0.0.3-next.19
470
+
471
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.17...api-service-v0.0.3-next.18) (2026-02-04)
472
+
473
+
474
+ ### Miscellaneous Chores
475
+
476
+ * **api-service:** Synchronize repo versions
477
+
478
+
479
+ ### Dependencies
480
+
481
+ * The following workspace dependencies were updated
482
+ * dependencies
483
+ * @twin.org/api-models bumped from 0.0.3-next.17 to 0.0.3-next.18
484
+
485
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.16...api-service-v0.0.3-next.17) (2026-01-26)
486
+
487
+
488
+ ### Features
489
+
490
+ * update public origin building ([6c8e042](https://github.com/iotaledger/twin-api/commit/6c8e0422d9ddbed42a843e1c23498c99977b2fc7))
491
+
492
+
493
+ ### Dependencies
494
+
495
+ * The following workspace dependencies were updated
496
+ * dependencies
497
+ * @twin.org/api-models bumped from 0.0.3-next.16 to 0.0.3-next.17
498
+
499
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.15...api-service-v0.0.3-next.16) (2026-01-26)
500
+
501
+
502
+ ### Features
503
+
504
+ * public base url ([#70](https://github.com/iotaledger/twin-api/issues/70)) ([5b958cd](https://github.com/iotaledger/twin-api/commit/5b958cd91e8a38cdae2835ff5f2356c7e48d37c3))
505
+
506
+
507
+ ### Dependencies
508
+
509
+ * The following workspace dependencies were updated
510
+ * dependencies
511
+ * @twin.org/api-models bumped from 0.0.3-next.15 to 0.0.3-next.16
512
+
513
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.14...api-service-v0.0.3-next.15) (2026-01-22)
514
+
515
+
516
+ ### Miscellaneous Chores
517
+
518
+ * **api-service:** Synchronize repo versions
519
+
520
+
521
+ ### Dependencies
522
+
523
+ * The following workspace dependencies were updated
524
+ * dependencies
525
+ * @twin.org/api-models bumped from 0.0.3-next.14 to 0.0.3-next.15
526
+
527
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.13...api-service-v0.0.3-next.14) (2026-01-20)
528
+
529
+
530
+ ### Miscellaneous Chores
531
+
532
+ * **api-service:** Synchronize repo versions
533
+
534
+
535
+ ### Dependencies
536
+
537
+ * The following workspace dependencies were updated
538
+ * dependencies
539
+ * @twin.org/api-models bumped from 0.0.3-next.13 to 0.0.3-next.14
540
+
541
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.12...api-service-v0.0.3-next.13) (2026-01-19)
542
+
543
+
544
+ ### Miscellaneous Chores
545
+
546
+ * **api-service:** Synchronize repo versions
547
+
548
+
549
+ ### Dependencies
550
+
551
+ * The following workspace dependencies were updated
552
+ * dependencies
553
+ * @twin.org/api-models bumped from 0.0.3-next.12 to 0.0.3-next.13
554
+
555
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.11...api-service-v0.0.3-next.12) (2026-01-12)
556
+
557
+
558
+ ### Miscellaneous Chores
559
+
560
+ * **api-service:** Synchronize repo versions
561
+
562
+
563
+ ### Dependencies
564
+
565
+ * The following workspace dependencies were updated
566
+ * dependencies
567
+ * @twin.org/api-models bumped from 0.0.3-next.11 to 0.0.3-next.12
568
+
569
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.10...api-service-v0.0.3-next.11) (2026-01-08)
570
+
571
+
572
+ ### Miscellaneous Chores
573
+
574
+ * **api-service:** Synchronize repo versions
575
+
576
+
577
+ ### Dependencies
578
+
579
+ * The following workspace dependencies were updated
580
+ * dependencies
581
+ * @twin.org/api-models bumped from 0.0.3-next.10 to 0.0.3-next.11
582
+
583
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.9...api-service-v0.0.3-next.10) (2026-01-05)
584
+
585
+
586
+ ### Miscellaneous Chores
587
+
588
+ * **api-service:** Synchronize repo versions
589
+
590
+
591
+ ### Dependencies
592
+
593
+ * The following workspace dependencies were updated
594
+ * dependencies
595
+ * @twin.org/api-models bumped from 0.0.3-next.9 to 0.0.3-next.10
596
+
597
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.8...api-service-v0.0.3-next.9) (2026-01-05)
598
+
599
+
600
+ ### Features
601
+
602
+ * add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
603
+ * add livez endpoint ([#57](https://github.com/iotaledger/twin-api/issues/57)) ([ef007db](https://github.com/iotaledger/twin-api/commit/ef007db8201736dd3053211f849ffd03baaa485e))
604
+ * add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
605
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
606
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
607
+ * remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
608
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
609
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
610
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
611
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
612
+
613
+
614
+ ### Dependencies
615
+
616
+ * The following workspace dependencies were updated
617
+ * dependencies
618
+ * @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
619
+
620
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.7...api-service-v0.0.3-next.8) (2025-12-17)
621
+
622
+
623
+ ### Miscellaneous Chores
624
+
625
+ * **api-service:** Synchronize repo versions
626
+
627
+
628
+ ### Dependencies
629
+
630
+ * The following workspace dependencies were updated
631
+ * dependencies
632
+ * @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
633
+
634
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.6...api-service-v0.0.3-next.7) (2025-11-26)
635
+
636
+
637
+ ### Miscellaneous Chores
638
+
639
+ * **api-service:** Synchronize repo versions
640
+
641
+
642
+ ### Dependencies
643
+
644
+ * The following workspace dependencies were updated
645
+ * dependencies
646
+ * @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
647
+
648
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.5...api-service-v0.0.3-next.6) (2025-11-20)
649
+
650
+
651
+ ### Miscellaneous Chores
652
+
653
+ * **api-service:** Synchronize repo versions
654
+
655
+
656
+ ### Dependencies
657
+
658
+ * The following workspace dependencies were updated
659
+ * dependencies
660
+ * @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
661
+
662
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.4...api-service-v0.0.3-next.5) (2025-11-14)
4
663
 
5
664
 
6
665
  ### Miscellaneous Chores
@@ -14,20 +673,20 @@
14
673
  * dependencies
15
674
  * @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
16
675
 
17
- ## [0.0.3-next.4](https://github.com/twinfoundation/api/compare/api-service-v0.0.3-next.3...api-service-v0.0.3-next.4) (2025-11-14)
676
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.3...api-service-v0.0.3-next.4) (2025-11-14)
18
677
 
19
678
 
20
679
  ### Features
21
680
 
22
- * add context id features ([#42](https://github.com/twinfoundation/api/issues/42)) ([0186055](https://github.com/twinfoundation/api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
23
- * add root, favicon routes ([71da1c3](https://github.com/twinfoundation/api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
24
- * add validate-locales ([cdba610](https://github.com/twinfoundation/api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
25
- * eslint migration to flat config ([0dd5820](https://github.com/twinfoundation/api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
26
- * remove unused namespace ([08478f2](https://github.com/twinfoundation/api/commit/08478f27efda9beb0271fdb22f6972e918361965))
27
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
28
- * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
29
- * update IComponent signatures ([915ce37](https://github.com/twinfoundation/api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
30
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
681
+ * add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
682
+ * add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
683
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
684
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
685
+ * remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
686
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
687
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
688
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
689
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
31
690
 
32
691
 
33
692
  ### Dependencies
@@ -36,7 +695,7 @@
36
695
  * dependencies
37
696
  * @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
38
697
 
39
- ## [0.0.3-next.3](https://github.com/twinfoundation/api/compare/api-service-v0.0.3-next.2...api-service-v0.0.3-next.3) (2025-11-14)
698
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.2...api-service-v0.0.3-next.3) (2025-11-14)
40
699
 
41
700
 
42
701
  ### Miscellaneous Chores
@@ -50,7 +709,7 @@
50
709
  * dependencies
51
710
  * @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
52
711
 
53
- ## [0.0.3-next.2](https://github.com/twinfoundation/api/compare/api-service-v0.0.3-next.1...api-service-v0.0.3-next.2) (2025-11-12)
712
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.1...api-service-v0.0.3-next.2) (2025-11-12)
54
713
 
55
714
 
56
715
  ### Miscellaneous Chores
@@ -64,20 +723,20 @@
64
723
  * dependencies
65
724
  * @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
66
725
 
67
- ## [0.0.3-next.1](https://github.com/twinfoundation/api/compare/api-service-v0.0.3-next.0...api-service-v0.0.3-next.1) (2025-11-10)
726
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.0...api-service-v0.0.3-next.1) (2025-11-10)
68
727
 
69
728
 
70
729
  ### Features
71
730
 
72
- * add context id features ([#42](https://github.com/twinfoundation/api/issues/42)) ([0186055](https://github.com/twinfoundation/api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
73
- * add root, favicon routes ([71da1c3](https://github.com/twinfoundation/api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
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
- * remove unused namespace ([08478f2](https://github.com/twinfoundation/api/commit/08478f27efda9beb0271fdb22f6972e918361965))
77
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
78
- * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
79
- * update IComponent signatures ([915ce37](https://github.com/twinfoundation/api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
80
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
731
+ * add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
732
+ * add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
733
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
734
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
735
+ * remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
736
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
737
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
738
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
739
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
81
740
 
82
741
 
83
742
  ### Dependencies
@@ -86,7 +745,7 @@
86
745
  * dependencies
87
746
  * @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
88
747
 
89
- ## [0.0.2-next.13](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.12...api-service-v0.0.2-next.13) (2025-10-09)
748
+ ## [0.0.2-next.13](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.12...api-service-v0.0.2-next.13) (2025-10-09)
90
749
 
91
750
 
92
751
  ### Miscellaneous Chores
@@ -100,12 +759,12 @@
100
759
  * dependencies
101
760
  * @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
102
761
 
103
- ## [0.0.2-next.12](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.11...api-service-v0.0.2-next.12) (2025-10-09)
762
+ ## [0.0.2-next.12](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.11...api-service-v0.0.2-next.12) (2025-10-09)
104
763
 
105
764
 
106
765
  ### Features
107
766
 
108
- * add validate-locales ([cdba610](https://github.com/twinfoundation/api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
767
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
109
768
 
110
769
 
111
770
  ### Dependencies
@@ -114,12 +773,12 @@
114
773
  * dependencies
115
774
  * @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
116
775
 
117
- ## [0.0.2-next.11](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.10...api-service-v0.0.2-next.11) (2025-09-29)
776
+ ## [0.0.2-next.11](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.10...api-service-v0.0.2-next.11) (2025-09-29)
118
777
 
119
778
 
120
779
  ### Features
121
780
 
122
- * update IComponent signatures ([915ce37](https://github.com/twinfoundation/api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
781
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
123
782
 
124
783
 
125
784
  ### Dependencies
@@ -128,7 +787,7 @@
128
787
  * dependencies
129
788
  * @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
130
789
 
131
- ## [0.0.2-next.10](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.9...api-service-v0.0.2-next.10) (2025-09-23)
790
+ ## [0.0.2-next.10](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.9...api-service-v0.0.2-next.10) (2025-09-23)
132
791
 
133
792
 
134
793
  ### Miscellaneous Chores
@@ -142,12 +801,12 @@
142
801
  * dependencies
143
802
  * @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
144
803
 
145
- ## [0.0.2-next.9](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.8...api-service-v0.0.2-next.9) (2025-08-29)
804
+ ## [0.0.2-next.9](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.8...api-service-v0.0.2-next.9) (2025-08-29)
146
805
 
147
806
 
148
807
  ### Features
149
808
 
150
- * eslint migration to flat config ([0dd5820](https://github.com/twinfoundation/api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
809
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
151
810
 
152
811
 
153
812
  ### Dependencies
@@ -156,12 +815,12 @@
156
815
  * dependencies
157
816
  * @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
158
817
 
159
- ## [0.0.2-next.8](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.7...api-service-v0.0.2-next.8) (2025-08-21)
818
+ ## [0.0.2-next.8](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.7...api-service-v0.0.2-next.8) (2025-08-21)
160
819
 
161
820
 
162
821
  ### Features
163
822
 
164
- * add root, favicon routes ([71da1c3](https://github.com/twinfoundation/api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
823
+ * add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
165
824
 
166
825
 
167
826
  ### Dependencies
@@ -170,7 +829,7 @@
170
829
  * dependencies
171
830
  * @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
172
831
 
173
- ## [0.0.2-next.7](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.6...api-service-v0.0.2-next.7) (2025-08-20)
832
+ ## [0.0.2-next.7](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.6...api-service-v0.0.2-next.7) (2025-08-20)
174
833
 
175
834
 
176
835
  ### Miscellaneous Chores
@@ -184,12 +843,12 @@
184
843
  * dependencies
185
844
  * @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
186
845
 
187
- ## [0.0.2-next.6](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.5...api-service-v0.0.2-next.6) (2025-08-19)
846
+ ## [0.0.2-next.6](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.5...api-service-v0.0.2-next.6) (2025-08-19)
188
847
 
189
848
 
190
849
  ### Features
191
850
 
192
- * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
851
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
193
852
 
194
853
 
195
854
  ### Dependencies
@@ -198,14 +857,14 @@
198
857
  * dependencies
199
858
  * @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
200
859
 
201
- ## [0.0.2-next.5](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.4...api-service-v0.0.2-next.5) (2025-07-25)
860
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.4...api-service-v0.0.2-next.5) (2025-07-25)
202
861
 
203
862
 
204
863
  ### Features
205
864
 
206
- * remove unused namespace ([08478f2](https://github.com/twinfoundation/api/commit/08478f27efda9beb0271fdb22f6972e918361965))
207
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
208
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
865
+ * remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
866
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
867
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
209
868
 
210
869
 
211
870
  ### Dependencies
@@ -214,7 +873,7 @@
214
873
  * dependencies
215
874
  * @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
216
875
 
217
- ## [0.0.2-next.4](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.3...api-service-v0.0.2-next.4) (2025-07-25)
876
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.3...api-service-v0.0.2-next.4) (2025-07-25)
218
877
 
219
878
 
220
879
  ### Miscellaneous Chores
@@ -228,12 +887,12 @@
228
887
  * dependencies
229
888
  * @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
230
889
 
231
- ## [0.0.2-next.3](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.2...api-service-v0.0.2-next.3) (2025-07-24)
890
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.2...api-service-v0.0.2-next.3) (2025-07-24)
232
891
 
233
892
 
234
893
  ### Features
235
894
 
236
- * remove unused namespace ([08478f2](https://github.com/twinfoundation/api/commit/08478f27efda9beb0271fdb22f6972e918361965))
895
+ * remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
237
896
 
238
897
 
239
898
  ### Dependencies
@@ -242,7 +901,7 @@
242
901
  * dependencies
243
902
  * @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
244
903
 
245
- ## [0.0.2-next.2](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.1...api-service-v0.0.2-next.2) (2025-07-17)
904
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.1...api-service-v0.0.2-next.2) (2025-07-17)
246
905
 
247
906
 
248
907
  ### Miscellaneous Chores
@@ -256,13 +915,13 @@
256
915
  * dependencies
257
916
  * @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
258
917
 
259
- ## [0.0.2-next.1](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.0...api-service-v0.0.2-next.1) (2025-07-08)
918
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.0...api-service-v0.0.2-next.1) (2025-07-08)
260
919
 
261
920
 
262
921
  ### Features
263
922
 
264
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
265
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
923
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
924
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
266
925
 
267
926
 
268
927
  ### Dependencies
@@ -276,7 +935,7 @@
276
935
 
277
936
  ### Features
278
937
 
279
- * release to production ([70ee2d5](https://github.com/twinfoundation/api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
938
+ * release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
280
939
 
281
940
 
282
941
  ### Dependencies
@@ -285,7 +944,7 @@
285
944
  * dependencies
286
945
  * @twin.org/api-models bumped from ^0.0.0 to ^0.0.1
287
946
 
288
- ## [0.0.1-next.36](https://github.com/twinfoundation/api/compare/api-service-v0.0.1-next.35...api-service-v0.0.1-next.36) (2025-06-17)
947
+ ## [0.0.1-next.36](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.35...api-service-v0.0.1-next.36) (2025-06-17)
289
948
 
290
949
 
291
950
  ### Miscellaneous Chores
@@ -299,12 +958,12 @@
299
958
  * dependencies
300
959
  * @twin.org/api-models bumped from 0.0.1-next.35 to 0.0.1-next.36
301
960
 
302
- ## [0.0.1-next.35](https://github.com/twinfoundation/api/compare/api-service-v0.0.1-next.34...api-service-v0.0.1-next.35) (2025-06-11)
961
+ ## [0.0.1-next.35](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.34...api-service-v0.0.1-next.35) (2025-06-11)
303
962
 
304
963
 
305
964
  ### Features
306
965
 
307
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
966
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
308
967
 
309
968
 
310
969
  ### Dependencies
@@ -313,7 +972,7 @@
313
972
  * dependencies
314
973
  * @twin.org/api-models bumped from 0.0.1-next.34 to 0.0.1-next.35
315
974
 
316
- ## [0.0.1-next.34](https://github.com/twinfoundation/api/compare/api-service-v0.0.1-next.33...api-service-v0.0.1-next.34) (2025-05-27)
975
+ ## [0.0.1-next.34](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.33...api-service-v0.0.1-next.34) (2025-05-27)
317
976
 
318
977
 
319
978
  ### Miscellaneous Chores
@@ -327,12 +986,12 @@
327
986
  * dependencies
328
987
  * @twin.org/api-models bumped from 0.0.1-next.33 to 0.0.1-next.34
329
988
 
330
- ## [0.0.1-next.33](https://github.com/twinfoundation/api/compare/api-service-v0.0.1-next.32...api-service-v0.0.1-next.33) (2025-04-17)
989
+ ## [0.0.1-next.33](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.32...api-service-v0.0.1-next.33) (2025-04-17)
331
990
 
332
991
 
333
992
  ### Features
334
993
 
335
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
994
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
336
995
 
337
996
 
338
997
  ### Dependencies
@@ -341,7 +1000,7 @@
341
1000
  * dependencies
342
1001
  * @twin.org/api-models bumped from 0.0.1-next.32 to 0.0.1-next.33
343
1002
 
344
- ## [0.0.1-next.32](https://github.com/twinfoundation/api/compare/api-service-v0.0.1-next.31...api-service-v0.0.1-next.32) (2025-03-28)
1003
+ ## [0.0.1-next.32](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.31...api-service-v0.0.1-next.32) (2025-03-28)
345
1004
 
346
1005
 
347
1006
  ### Miscellaneous Chores