@twin.org/auditable-item-stream-rest-client 0.0.3-next.9 → 0.9.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/changelog.md CHANGED
@@ -1,11 +1,242 @@
1
- # @twin.org/auditable-item-stream-rest-client - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.9](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.8...auditable-item-stream-rest-client-v0.0.3-next.9) (2026-02-12)
3
+ ## [0.9.0-next.1](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.9.0-next.0...auditable-item-stream-rest-client-v0.9.0-next.1) (2026-06-24)
4
4
 
5
5
 
6
6
  ### Features
7
7
 
8
- * add number of items ([#47](https://github.com/twinfoundation/auditable-item-stream/issues/47)) ([149fc9f](https://github.com/twinfoundation/auditable-item-stream/commit/149fc9f505a86af0578551c09f7e8aa763f01be7))
8
+ * add closable stream ([#59](https://github.com/iotaledger/twin-auditable-item-stream/issues/59)) ([26d3d08](https://github.com/iotaledger/twin-auditable-item-stream/commit/26d3d0887e1e57ca81859be5b56e853335a88d78))
9
+ * add context id features ([#28](https://github.com/iotaledger/twin-auditable-item-stream/issues/28)) ([10d788a](https://github.com/iotaledger/twin-auditable-item-stream/commit/10d788abfd73fdafe40b9218b399c4d652be2370))
10
+ * add number of items ([#47](https://github.com/iotaledger/twin-auditable-item-stream/issues/47)) ([149fc9f](https://github.com/iotaledger/twin-auditable-item-stream/commit/149fc9f505a86af0578551c09f7e8aa763f01be7))
11
+ * add validate-locales ([4babc73](https://github.com/iotaledger/twin-auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
12
+ * add validation and create structural changes ([#56](https://github.com/iotaledger/twin-auditable-item-stream/issues/56)) ([f7183b4](https://github.com/iotaledger/twin-auditable-item-stream/commit/f7183b42bf9563f8aa015476b82959fba2936bcd))
13
+ * change close REST route from POST to PUT ([047eb4f](https://github.com/iotaledger/twin-auditable-item-stream/commit/047eb4ff63f5cd4a29fdca006799b8c5fee08ec9))
14
+ * eslint migration to flat config ([bd9cb2e](https://github.com/iotaledger/twin-auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
15
+ * export remove verifiable on client ([554749b](https://github.com/iotaledger/twin-auditable-item-stream/commit/554749b8369896a69de6392881171023a70f5cf1))
16
+ * query with no stream id ([#53](https://github.com/iotaledger/twin-auditable-item-stream/issues/53)) ([733fb20](https://github.com/iotaledger/twin-auditable-item-stream/commit/733fb209dfdb05a5f031bacd47ceab1901140286))
17
+ * replace nextItem property with Link header ([#37](https://github.com/iotaledger/twin-auditable-item-stream/issues/37)) ([83578f1](https://github.com/iotaledger/twin-auditable-item-stream/commit/83578f19fb964703f1b452c5d13430060e36e620))
18
+ * typescript 6 update ([eb9a4db](https://github.com/iotaledger/twin-auditable-item-stream/commit/eb9a4db5dc693602464ab11b55759a3e86d1ecab))
19
+ * update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
20
+ * update framework core ([5621601](https://github.com/iotaledger/twin-auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
21
+ * update immutable proof usage ([#71](https://github.com/iotaledger/twin-auditable-item-stream/issues/71)) ([1fd7c16](https://github.com/iotaledger/twin-auditable-item-stream/commit/1fd7c1666ef77f96e807a9d944e0f31b8f043ae6))
22
+ * use new nameof operators ([d1a3bf8](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
23
+ * use shared store mechanism ([#7](https://github.com/iotaledger/twin-auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/iotaledger/twin-auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * add removeProof to ais REST surface ([#80](https://github.com/iotaledger/twin-auditable-item-stream/issues/80)) ([c1ea8ae](https://github.com/iotaledger/twin-auditable-item-stream/commit/c1ea8aee6aa7b4620b92b88e0406cbf235d92cc3))
29
+ * query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
30
+
31
+
32
+ ### Dependencies
33
+
34
+ * The following workspace dependencies were updated
35
+ * dependencies
36
+ * @twin.org/auditable-item-stream-models bumped from 0.9.0-next.0 to 0.9.0-next.1
37
+
38
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.22...auditable-item-stream-rest-client-v0.0.3-next.23) (2026-06-19)
39
+
40
+
41
+ ### Miscellaneous Chores
42
+
43
+ * **auditable-item-stream-rest-client:** Synchronize repo versions
44
+
45
+
46
+ ### Dependencies
47
+
48
+ * The following workspace dependencies were updated
49
+ * dependencies
50
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.22 to 0.0.3-next.23
51
+
52
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.21...auditable-item-stream-rest-client-v0.0.3-next.22) (2026-06-18)
53
+
54
+
55
+ ### Miscellaneous Chores
56
+
57
+ * **auditable-item-stream-rest-client:** Synchronize repo versions
58
+
59
+
60
+ ### Dependencies
61
+
62
+ * The following workspace dependencies were updated
63
+ * dependencies
64
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.21 to 0.0.3-next.22
65
+
66
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.20...auditable-item-stream-rest-client-v0.0.3-next.21) (2026-06-11)
67
+
68
+
69
+ ### Bug Fixes
70
+
71
+ * add removeProof to ais REST surface ([#80](https://github.com/iotaledger/twin-auditable-item-stream/issues/80)) ([c1ea8ae](https://github.com/iotaledger/twin-auditable-item-stream/commit/c1ea8aee6aa7b4620b92b88e0406cbf235d92cc3))
72
+
73
+
74
+ ### Dependencies
75
+
76
+ * The following workspace dependencies were updated
77
+ * dependencies
78
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.20 to 0.0.3-next.21
79
+
80
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.19...auditable-item-stream-rest-client-v0.0.3-next.20) (2026-06-03)
81
+
82
+
83
+ ### Miscellaneous Chores
84
+
85
+ * **auditable-item-stream-rest-client:** Synchronize repo versions
86
+
87
+
88
+ ### Dependencies
89
+
90
+ * The following workspace dependencies were updated
91
+ * dependencies
92
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.19 to 0.0.3-next.20
93
+
94
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.18...auditable-item-stream-rest-client-v0.0.3-next.19) (2026-06-02)
95
+
96
+
97
+ ### Miscellaneous Chores
98
+
99
+ * **auditable-item-stream-rest-client:** Synchronize repo versions
100
+
101
+
102
+ ### Dependencies
103
+
104
+ * The following workspace dependencies were updated
105
+ * dependencies
106
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.18 to 0.0.3-next.19
107
+
108
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.17...auditable-item-stream-rest-client-v0.0.3-next.18) (2026-05-29)
109
+
110
+
111
+ ### Features
112
+
113
+ * update immutable proof usage ([#71](https://github.com/iotaledger/twin-auditable-item-stream/issues/71)) ([1fd7c16](https://github.com/iotaledger/twin-auditable-item-stream/commit/1fd7c1666ef77f96e807a9d944e0f31b8f043ae6))
114
+
115
+
116
+ ### Dependencies
117
+
118
+ * The following workspace dependencies were updated
119
+ * dependencies
120
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.17 to 0.0.3-next.18
121
+
122
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.16...auditable-item-stream-rest-client-v0.0.3-next.17) (2026-05-22)
123
+
124
+
125
+ ### Miscellaneous Chores
126
+
127
+ * **auditable-item-stream-rest-client:** Synchronize repo versions
128
+
129
+
130
+ ### Dependencies
131
+
132
+ * The following workspace dependencies were updated
133
+ * dependencies
134
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.16 to 0.0.3-next.17
135
+
136
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.15...auditable-item-stream-rest-client-v0.0.3-next.16) (2026-05-20)
137
+
138
+
139
+ ### Miscellaneous Chores
140
+
141
+ * **auditable-item-stream-rest-client:** Synchronize repo versions
142
+
143
+
144
+ ### Dependencies
145
+
146
+ * The following workspace dependencies were updated
147
+ * dependencies
148
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.15 to 0.0.3-next.16
149
+
150
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.14...auditable-item-stream-rest-client-v0.0.3-next.15) (2026-05-12)
151
+
152
+
153
+ ### Features
154
+
155
+ * typescript 6 update ([eb9a4db](https://github.com/iotaledger/twin-auditable-item-stream/commit/eb9a4db5dc693602464ab11b55759a3e86d1ecab))
156
+
157
+
158
+ ### Dependencies
159
+
160
+ * The following workspace dependencies were updated
161
+ * dependencies
162
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.14 to 0.0.3-next.15
163
+
164
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.13...auditable-item-stream-rest-client-v0.0.3-next.14) (2026-04-16)
165
+
166
+
167
+ ### Features
168
+
169
+ * change close REST route from POST to PUT ([047eb4f](https://github.com/iotaledger/twin-auditable-item-stream/commit/047eb4ff63f5cd4a29fdca006799b8c5fee08ec9))
170
+
171
+
172
+ ### Dependencies
173
+
174
+ * The following workspace dependencies were updated
175
+ * dependencies
176
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.13 to 0.0.3-next.14
177
+
178
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.12...auditable-item-stream-rest-client-v0.0.3-next.13) (2026-04-15)
179
+
180
+
181
+ ### Features
182
+
183
+ * add closable stream ([#59](https://github.com/iotaledger/twin-auditable-item-stream/issues/59)) ([26d3d08](https://github.com/iotaledger/twin-auditable-item-stream/commit/26d3d0887e1e57ca81859be5b56e853335a88d78))
184
+
185
+
186
+ ### Dependencies
187
+
188
+ * The following workspace dependencies were updated
189
+ * dependencies
190
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.12 to 0.0.3-next.13
191
+
192
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.11...auditable-item-stream-rest-client-v0.0.3-next.12) (2026-03-25)
193
+
194
+
195
+ ### Features
196
+
197
+ * add validation and create structural changes ([#56](https://github.com/iotaledger/twin-auditable-item-stream/issues/56)) ([f7183b4](https://github.com/iotaledger/twin-auditable-item-stream/commit/f7183b42bf9563f8aa015476b82959fba2936bcd))
198
+
199
+
200
+ ### Dependencies
201
+
202
+ * The following workspace dependencies were updated
203
+ * dependencies
204
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.11 to 0.0.3-next.12
205
+
206
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.10...auditable-item-stream-rest-client-v0.0.3-next.11) (2026-02-25)
207
+
208
+
209
+ ### Miscellaneous Chores
210
+
211
+ * **auditable-item-stream-rest-client:** Synchronize repo versions
212
+
213
+
214
+ ### Dependencies
215
+
216
+ * The following workspace dependencies were updated
217
+ * dependencies
218
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.10 to 0.0.3-next.11
219
+
220
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.9...auditable-item-stream-rest-client-v0.0.3-next.10) (2026-02-23)
221
+
222
+
223
+ ### Features
224
+
225
+ * query with no stream id ([#53](https://github.com/iotaledger/twin-auditable-item-stream/issues/53)) ([733fb20](https://github.com/iotaledger/twin-auditable-item-stream/commit/733fb209dfdb05a5f031bacd47ceab1901140286))
226
+
227
+
228
+ ### Dependencies
229
+
230
+ * The following workspace dependencies were updated
231
+ * dependencies
232
+ * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.9 to 0.0.3-next.10
233
+
234
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.8...auditable-item-stream-rest-client-v0.0.3-next.9) (2026-02-12)
235
+
236
+
237
+ ### Features
238
+
239
+ * add number of items ([#47](https://github.com/iotaledger/twin-auditable-item-stream/issues/47)) ([149fc9f](https://github.com/iotaledger/twin-auditable-item-stream/commit/149fc9f505a86af0578551c09f7e8aa763f01be7))
9
240
 
10
241
 
11
242
  ### Dependencies
@@ -14,7 +245,7 @@
14
245
  * dependencies
15
246
  * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.8 to 0.0.3-next.9
16
247
 
17
- ## [0.0.3-next.8](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.7...auditable-item-stream-rest-client-v0.0.3-next.8) (2026-02-11)
248
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.7...auditable-item-stream-rest-client-v0.0.3-next.8) (2026-02-11)
18
249
 
19
250
 
20
251
  ### Miscellaneous Chores
@@ -28,7 +259,7 @@
28
259
  * dependencies
29
260
  * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.7 to 0.0.3-next.8
30
261
 
31
- ## [0.0.3-next.7](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.6...auditable-item-stream-rest-client-v0.0.3-next.7) (2026-01-26)
262
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.6...auditable-item-stream-rest-client-v0.0.3-next.7) (2026-01-26)
32
263
 
33
264
 
34
265
  ### Miscellaneous Chores
@@ -42,12 +273,12 @@
42
273
  * dependencies
43
274
  * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.6 to 0.0.3-next.7
44
275
 
45
- ## [0.0.3-next.6](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.5...auditable-item-stream-rest-client-v0.0.3-next.6) (2026-01-23)
276
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.5...auditable-item-stream-rest-client-v0.0.3-next.6) (2026-01-23)
46
277
 
47
278
 
48
279
  ### Features
49
280
 
50
- * replace nextItem property with Link header ([#37](https://github.com/twinfoundation/auditable-item-stream/issues/37)) ([83578f1](https://github.com/twinfoundation/auditable-item-stream/commit/83578f19fb964703f1b452c5d13430060e36e620))
281
+ * replace nextItem property with Link header ([#37](https://github.com/iotaledger/twin-auditable-item-stream/issues/37)) ([83578f1](https://github.com/iotaledger/twin-auditable-item-stream/commit/83578f19fb964703f1b452c5d13430060e36e620))
51
282
 
52
283
 
53
284
  ### Dependencies
@@ -56,7 +287,7 @@
56
287
  * dependencies
57
288
  * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.5 to 0.0.3-next.6
58
289
 
59
- ## [0.0.3-next.5](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.4...auditable-item-stream-rest-client-v0.0.3-next.5) (2026-01-22)
290
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.4...auditable-item-stream-rest-client-v0.0.3-next.5) (2026-01-22)
60
291
 
61
292
 
62
293
  ### Miscellaneous Chores
@@ -70,7 +301,7 @@
70
301
  * dependencies
71
302
  * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.4 to 0.0.3-next.5
72
303
 
73
- ## [0.0.3-next.4](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.3...auditable-item-stream-rest-client-v0.0.3-next.4) (2026-01-21)
304
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.3...auditable-item-stream-rest-client-v0.0.3-next.4) (2026-01-21)
74
305
 
75
306
 
76
307
  ### Miscellaneous Chores
@@ -84,7 +315,7 @@
84
315
  * dependencies
85
316
  * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.3 to 0.0.3-next.4
86
317
 
87
- ## [0.0.3-next.3](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.2...auditable-item-stream-rest-client-v0.0.3-next.3) (2026-01-14)
318
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.2...auditable-item-stream-rest-client-v0.0.3-next.3) (2026-01-14)
88
319
 
89
320
 
90
321
  ### Miscellaneous Chores
@@ -98,7 +329,7 @@
98
329
  * dependencies
99
330
  * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.2 to 0.0.3-next.3
100
331
 
101
- ## [0.0.3-next.2](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.1...auditable-item-stream-rest-client-v0.0.3-next.2) (2025-11-28)
332
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.1...auditable-item-stream-rest-client-v0.0.3-next.2) (2025-11-28)
102
333
 
103
334
 
104
335
  ### Miscellaneous Chores
@@ -112,24 +343,24 @@
112
343
  * dependencies
113
344
  * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.1 to 0.0.3-next.2
114
345
 
115
- ## [0.0.3-next.1](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.0...auditable-item-stream-rest-client-v0.0.3-next.1) (2025-11-12)
346
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.3-next.0...auditable-item-stream-rest-client-v0.0.3-next.1) (2025-11-12)
116
347
 
117
348
 
118
349
  ### Features
119
350
 
120
- * add context id features ([#28](https://github.com/twinfoundation/auditable-item-stream/issues/28)) ([10d788a](https://github.com/twinfoundation/auditable-item-stream/commit/10d788abfd73fdafe40b9218b399c4d652be2370))
121
- * add validate-locales ([4babc73](https://github.com/twinfoundation/auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
122
- * eslint migration to flat config ([bd9cb2e](https://github.com/twinfoundation/auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
123
- * export remove verifiable on client ([554749b](https://github.com/twinfoundation/auditable-item-stream/commit/554749b8369896a69de6392881171023a70f5cf1))
124
- * update dependencies ([9ff038b](https://github.com/twinfoundation/auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
125
- * update framework core ([5621601](https://github.com/twinfoundation/auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
126
- * use new nameof operators ([d1a3bf8](https://github.com/twinfoundation/auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
127
- * use shared store mechanism ([#7](https://github.com/twinfoundation/auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/twinfoundation/auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
351
+ * add context id features ([#28](https://github.com/iotaledger/twin-auditable-item-stream/issues/28)) ([10d788a](https://github.com/iotaledger/twin-auditable-item-stream/commit/10d788abfd73fdafe40b9218b399c4d652be2370))
352
+ * add validate-locales ([4babc73](https://github.com/iotaledger/twin-auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
353
+ * eslint migration to flat config ([bd9cb2e](https://github.com/iotaledger/twin-auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
354
+ * export remove verifiable on client ([554749b](https://github.com/iotaledger/twin-auditable-item-stream/commit/554749b8369896a69de6392881171023a70f5cf1))
355
+ * update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
356
+ * update framework core ([5621601](https://github.com/iotaledger/twin-auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
357
+ * use new nameof operators ([d1a3bf8](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
358
+ * use shared store mechanism ([#7](https://github.com/iotaledger/twin-auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/iotaledger/twin-auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
128
359
 
129
360
 
130
361
  ### Bug Fixes
131
362
 
132
- * query params force coercion ([fcdd52c](https://github.com/twinfoundation/auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
363
+ * query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
133
364
 
134
365
 
135
366
  ### Dependencies
@@ -138,12 +369,12 @@
138
369
  * dependencies
139
370
  * @twin.org/auditable-item-stream-models bumped from 0.0.3-next.0 to 0.0.3-next.1
140
371
 
141
- ## [0.0.2-next.5](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.2-next.4...auditable-item-stream-rest-client-v0.0.2-next.5) (2025-10-09)
372
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.2-next.4...auditable-item-stream-rest-client-v0.0.2-next.5) (2025-10-09)
142
373
 
143
374
 
144
375
  ### Features
145
376
 
146
- * add validate-locales ([4babc73](https://github.com/twinfoundation/auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
377
+ * add validate-locales ([4babc73](https://github.com/iotaledger/twin-auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
147
378
 
148
379
 
149
380
  ### Dependencies
@@ -152,12 +383,12 @@
152
383
  * dependencies
153
384
  * @twin.org/auditable-item-stream-models bumped from 0.0.2-next.4 to 0.0.2-next.5
154
385
 
155
- ## [0.0.2-next.4](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.2-next.3...auditable-item-stream-rest-client-v0.0.2-next.4) (2025-09-29)
386
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.2-next.3...auditable-item-stream-rest-client-v0.0.2-next.4) (2025-09-29)
156
387
 
157
388
 
158
389
  ### Features
159
390
 
160
- * use new nameof operators ([d1a3bf8](https://github.com/twinfoundation/auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
391
+ * use new nameof operators ([d1a3bf8](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
161
392
 
162
393
 
163
394
  ### Dependencies
@@ -166,12 +397,12 @@
166
397
  * dependencies
167
398
  * @twin.org/auditable-item-stream-models bumped from 0.0.2-next.3 to 0.0.2-next.4
168
399
 
169
- ## [0.0.2-next.3](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.2-next.2...auditable-item-stream-rest-client-v0.0.2-next.3) (2025-08-29)
400
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.2-next.2...auditable-item-stream-rest-client-v0.0.2-next.3) (2025-08-29)
170
401
 
171
402
 
172
403
  ### Features
173
404
 
174
- * eslint migration to flat config ([bd9cb2e](https://github.com/twinfoundation/auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
405
+ * eslint migration to flat config ([bd9cb2e](https://github.com/iotaledger/twin-auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
175
406
 
176
407
 
177
408
  ### Dependencies
@@ -180,12 +411,12 @@
180
411
  * dependencies
181
412
  * @twin.org/auditable-item-stream-models bumped from 0.0.2-next.2 to 0.0.2-next.3
182
413
 
183
- ## [0.0.2-next.2](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.2-next.1...auditable-item-stream-rest-client-v0.0.2-next.2) (2025-08-20)
414
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.2-next.1...auditable-item-stream-rest-client-v0.0.2-next.2) (2025-08-20)
184
415
 
185
416
 
186
417
  ### Features
187
418
 
188
- * update framework core ([5621601](https://github.com/twinfoundation/auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
419
+ * update framework core ([5621601](https://github.com/iotaledger/twin-auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
189
420
 
190
421
 
191
422
  ### Dependencies
@@ -194,19 +425,19 @@
194
425
  * dependencies
195
426
  * @twin.org/auditable-item-stream-models bumped from 0.0.2-next.1 to 0.0.2-next.2
196
427
 
197
- ## [0.0.2-next.1](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.2-next.0...auditable-item-stream-rest-client-v0.0.2-next.1) (2025-07-21)
428
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.2-next.0...auditable-item-stream-rest-client-v0.0.2-next.1) (2025-07-21)
198
429
 
199
430
 
200
431
  ### Features
201
432
 
202
- * export remove verifiable on client ([554749b](https://github.com/twinfoundation/auditable-item-stream/commit/554749b8369896a69de6392881171023a70f5cf1))
203
- * update dependencies ([9ff038b](https://github.com/twinfoundation/auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
204
- * use shared store mechanism ([#7](https://github.com/twinfoundation/auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/twinfoundation/auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
433
+ * export remove verifiable on client ([554749b](https://github.com/iotaledger/twin-auditable-item-stream/commit/554749b8369896a69de6392881171023a70f5cf1))
434
+ * update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
435
+ * use shared store mechanism ([#7](https://github.com/iotaledger/twin-auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/iotaledger/twin-auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
205
436
 
206
437
 
207
438
  ### Bug Fixes
208
439
 
209
- * query params force coercion ([fcdd52c](https://github.com/twinfoundation/auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
440
+ * query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
210
441
 
211
442
 
212
443
  ### Dependencies
@@ -220,14 +451,14 @@
220
451
 
221
452
  ### Features
222
453
 
223
- * release to production ([94d5757](https://github.com/twinfoundation/auditable-item-stream/commit/94d5757ff28b5462564f4ded56c8a3db781f2901))
224
- * update dependencies ([9ff038b](https://github.com/twinfoundation/auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
225
- * use shared store mechanism ([#7](https://github.com/twinfoundation/auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/twinfoundation/auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
454
+ * release to production ([94d5757](https://github.com/iotaledger/twin-auditable-item-stream/commit/94d5757ff28b5462564f4ded56c8a3db781f2901))
455
+ * update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
456
+ * use shared store mechanism ([#7](https://github.com/iotaledger/twin-auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/iotaledger/twin-auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
226
457
 
227
458
 
228
459
  ### Bug Fixes
229
460
 
230
- * query params force coercion ([fcdd52c](https://github.com/twinfoundation/auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
461
+ * query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
231
462
 
232
463
 
233
464
  ### Dependencies
@@ -236,12 +467,12 @@
236
467
  * dependencies
237
468
  * @twin.org/auditable-item-stream-models bumped from ^0.0.0 to ^0.0.1
238
469
 
239
- ## [0.0.1-next.37](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.36...auditable-item-stream-rest-client-v0.0.1-next.37) (2025-06-20)
470
+ ## [0.0.1-next.37](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.36...auditable-item-stream-rest-client-v0.0.1-next.37) (2025-06-20)
240
471
 
241
472
 
242
473
  ### Bug Fixes
243
474
 
244
- * query params force coercion ([fcdd52c](https://github.com/twinfoundation/auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
475
+ * query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
245
476
 
246
477
 
247
478
  ### Dependencies
@@ -250,7 +481,7 @@
250
481
  * dependencies
251
482
  * @twin.org/auditable-item-stream-models bumped from 0.0.1-next.36 to 0.0.1-next.37
252
483
 
253
- ## [0.0.1-next.36](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.35...auditable-item-stream-rest-client-v0.0.1-next.36) (2025-06-18)
484
+ ## [0.0.1-next.36](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.35...auditable-item-stream-rest-client-v0.0.1-next.36) (2025-06-18)
254
485
 
255
486
 
256
487
  ### Miscellaneous Chores
@@ -264,12 +495,12 @@
264
495
  * dependencies
265
496
  * @twin.org/auditable-item-stream-models bumped from 0.0.1-next.35 to 0.0.1-next.36
266
497
 
267
- ## [0.0.1-next.35](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.34...auditable-item-stream-rest-client-v0.0.1-next.35) (2025-06-12)
498
+ ## [0.0.1-next.35](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.34...auditable-item-stream-rest-client-v0.0.1-next.35) (2025-06-12)
268
499
 
269
500
 
270
501
  ### Features
271
502
 
272
- * update dependencies ([9ff038b](https://github.com/twinfoundation/auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
503
+ * update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
273
504
 
274
505
 
275
506
  ### Dependencies
@@ -278,7 +509,7 @@
278
509
  * dependencies
279
510
  * @twin.org/auditable-item-stream-models bumped from 0.0.1-next.34 to 0.0.1-next.35
280
511
 
281
- ## [0.0.1-next.34](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.33...auditable-item-stream-rest-client-v0.0.1-next.34) (2025-06-03)
512
+ ## [0.0.1-next.34](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.33...auditable-item-stream-rest-client-v0.0.1-next.34) (2025-06-03)
282
513
 
283
514
 
284
515
  ### Miscellaneous Chores
@@ -292,7 +523,7 @@
292
523
  * dependencies
293
524
  * @twin.org/auditable-item-stream-models bumped from 0.0.1-next.33 to 0.0.1-next.34
294
525
 
295
- ## [0.0.1-next.33](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.32...auditable-item-stream-rest-client-v0.0.1-next.33) (2025-05-28)
526
+ ## [0.0.1-next.33](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.32...auditable-item-stream-rest-client-v0.0.1-next.33) (2025-05-28)
296
527
 
297
528
 
298
529
  ### Miscellaneous Chores
@@ -306,7 +537,7 @@
306
537
  * dependencies
307
538
  * @twin.org/auditable-item-stream-models bumped from 0.0.1-next.32 to 0.0.1-next.33
308
539
 
309
- ## [0.0.1-next.32](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.31...auditable-item-stream-rest-client-v0.0.1-next.32) (2025-05-08)
540
+ ## [0.0.1-next.32](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.31...auditable-item-stream-rest-client-v0.0.1-next.32) (2025-05-08)
310
541
 
311
542
 
312
543
  ### Miscellaneous Chores
@@ -320,7 +551,7 @@
320
551
  * dependencies
321
552
  * @twin.org/auditable-item-stream-models bumped from 0.0.1-next.31 to 0.0.1-next.32
322
553
 
323
- ## [0.0.1-next.31](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.30...auditable-item-stream-rest-client-v0.0.1-next.31) (2025-04-25)
554
+ ## [0.0.1-next.31](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.30...auditable-item-stream-rest-client-v0.0.1-next.31) (2025-04-25)
324
555
 
325
556
 
326
557
  ### Miscellaneous Chores
@@ -334,7 +565,7 @@
334
565
  * dependencies
335
566
  * @twin.org/auditable-item-stream-models bumped from 0.0.1-next.30 to 0.0.1-next.31
336
567
 
337
- ## [0.0.1-next.30](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.29...auditable-item-stream-rest-client-v0.0.1-next.30) (2025-04-25)
568
+ ## [0.0.1-next.30](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.29...auditable-item-stream-rest-client-v0.0.1-next.30) (2025-04-25)
338
569
 
339
570
 
340
571
  ### Miscellaneous Chores
@@ -348,7 +579,7 @@
348
579
  * dependencies
349
580
  * @twin.org/auditable-item-stream-models bumped from 0.0.1-next.29 to 0.0.1-next.30
350
581
 
351
- ## [0.0.1-next.29](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.28...auditable-item-stream-rest-client-v0.0.1-next.29) (2025-04-25)
582
+ ## [0.0.1-next.29](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.28...auditable-item-stream-rest-client-v0.0.1-next.29) (2025-04-25)
352
583
 
353
584
 
354
585
  ### Miscellaneous Chores
@@ -362,12 +593,12 @@
362
593
  * dependencies
363
594
  * @twin.org/auditable-item-stream-models bumped from 0.0.1-next.28 to 0.0.1-next.29
364
595
 
365
- ## [0.0.1-next.28](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.27...auditable-item-stream-rest-client-v0.0.1-next.28) (2025-04-17)
596
+ ## [0.0.1-next.28](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.27...auditable-item-stream-rest-client-v0.0.1-next.28) (2025-04-17)
366
597
 
367
598
 
368
599
  ### Features
369
600
 
370
- * use shared store mechanism ([#7](https://github.com/twinfoundation/auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/twinfoundation/auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
601
+ * use shared store mechanism ([#7](https://github.com/iotaledger/twin-auditable-item-stream/issues/7)) ([2aca4b8](https://github.com/iotaledger/twin-auditable-item-stream/commit/2aca4b85b0102f91c90619f02b116541786cf539))
371
602
 
372
603
 
373
604
  ### Dependencies
@@ -376,7 +607,7 @@
376
607
  * dependencies
377
608
  * @twin.org/auditable-item-stream-models bumped from 0.0.1-next.27 to 0.0.1-next.28
378
609
 
379
- ## [0.0.1-next.27](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.26...auditable-item-stream-rest-client-v0.0.1-next.27) (2025-04-11)
610
+ ## [0.0.1-next.27](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.26...auditable-item-stream-rest-client-v0.0.1-next.27) (2025-04-11)
380
611
 
381
612
 
382
613
  ### Miscellaneous Chores
@@ -390,7 +621,7 @@
390
621
  * dependencies
391
622
  * @twin.org/auditable-item-stream-models bumped from 0.0.1-next.26 to 0.0.1-next.27
392
623
 
393
- ## [0.0.1-next.26](https://github.com/twinfoundation/auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.25...auditable-item-stream-rest-client-v0.0.1-next.26) (2025-03-28)
624
+ ## [0.0.1-next.26](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.0.1-next.25...auditable-item-stream-rest-client-v0.0.1-next.26) (2025-03-28)
394
625
 
395
626
 
396
627
  ### Miscellaneous Chores