@twin.org/auditable-item-stream-rest-client 0.0.3-next.9 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/es/auditableItemStreamRestClient.js +102 -69
- package/dist/es/auditableItemStreamRestClient.js.map +1 -1
- package/dist/types/auditableItemStreamRestClient.d.ts +31 -38
- package/docs/changelog.md +300 -53
- package/docs/examples.md +183 -1
- package/docs/reference/classes/AuditableItemStreamRestClient.md +92 -89
- package/locales/en.json +1 -7
- package/package.json +12 -12
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,258 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-auditable-item-stream/compare/auditable-item-stream-rest-client-v0.9.0...auditable-item-stream-rest-client-v0.9.0) (2026-06-25)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* release to production ([94d5757](https://github.com/iotaledger/twin-auditable-item-stream/commit/94d5757ff28b5462564f4ded56c8a3db781f2901))
|
|
9
|
+
* release to production ([#94](https://github.com/iotaledger/twin-auditable-item-stream/issues/94)) ([dc0df9d](https://github.com/iotaledger/twin-auditable-item-stream/commit/dc0df9d624a65771d8c3f756570ad6d2e0249f8e))
|
|
10
|
+
* release to production ([#97](https://github.com/iotaledger/twin-auditable-item-stream/issues/97)) ([d1f8cf4](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1f8cf4cda650536335b92bd96b7817ab00c4e24))
|
|
11
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
12
|
+
* 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))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
18
|
+
|
|
19
|
+
## [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)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* 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))
|
|
25
|
+
* 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))
|
|
26
|
+
* 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))
|
|
27
|
+
* add validate-locales ([4babc73](https://github.com/iotaledger/twin-auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
|
|
28
|
+
* 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))
|
|
29
|
+
* change close REST route from POST to PUT ([047eb4f](https://github.com/iotaledger/twin-auditable-item-stream/commit/047eb4ff63f5cd4a29fdca006799b8c5fee08ec9))
|
|
30
|
+
* eslint migration to flat config ([bd9cb2e](https://github.com/iotaledger/twin-auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
|
|
31
|
+
* export remove verifiable on client ([554749b](https://github.com/iotaledger/twin-auditable-item-stream/commit/554749b8369896a69de6392881171023a70f5cf1))
|
|
32
|
+
* 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))
|
|
33
|
+
* 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))
|
|
34
|
+
* typescript 6 update ([eb9a4db](https://github.com/iotaledger/twin-auditable-item-stream/commit/eb9a4db5dc693602464ab11b55759a3e86d1ecab))
|
|
35
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
36
|
+
* update framework core ([5621601](https://github.com/iotaledger/twin-auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
|
|
37
|
+
* 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))
|
|
38
|
+
* use new nameof operators ([d1a3bf8](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
|
|
39
|
+
* 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))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* 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))
|
|
45
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Dependencies
|
|
49
|
+
|
|
50
|
+
* The following workspace dependencies were updated
|
|
51
|
+
* dependencies
|
|
52
|
+
* @twin.org/auditable-item-stream-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
53
|
+
|
|
54
|
+
## [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)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Miscellaneous Chores
|
|
58
|
+
|
|
59
|
+
* **auditable-item-stream-rest-client:** Synchronize repo versions
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Dependencies
|
|
63
|
+
|
|
64
|
+
* The following workspace dependencies were updated
|
|
65
|
+
* dependencies
|
|
66
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
67
|
+
|
|
68
|
+
## [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)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Miscellaneous Chores
|
|
72
|
+
|
|
73
|
+
* **auditable-item-stream-rest-client:** Synchronize repo versions
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Dependencies
|
|
77
|
+
|
|
78
|
+
* The following workspace dependencies were updated
|
|
79
|
+
* dependencies
|
|
80
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
81
|
+
|
|
82
|
+
## [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)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* 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))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Dependencies
|
|
91
|
+
|
|
92
|
+
* The following workspace dependencies were updated
|
|
93
|
+
* dependencies
|
|
94
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
95
|
+
|
|
96
|
+
## [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)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Miscellaneous Chores
|
|
100
|
+
|
|
101
|
+
* **auditable-item-stream-rest-client:** Synchronize repo versions
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Dependencies
|
|
105
|
+
|
|
106
|
+
* The following workspace dependencies were updated
|
|
107
|
+
* dependencies
|
|
108
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
109
|
+
|
|
110
|
+
## [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)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### Miscellaneous Chores
|
|
114
|
+
|
|
115
|
+
* **auditable-item-stream-rest-client:** Synchronize repo versions
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Dependencies
|
|
119
|
+
|
|
120
|
+
* The following workspace dependencies were updated
|
|
121
|
+
* dependencies
|
|
122
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
123
|
+
|
|
124
|
+
## [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)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Features
|
|
128
|
+
|
|
129
|
+
* 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))
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
### Dependencies
|
|
133
|
+
|
|
134
|
+
* The following workspace dependencies were updated
|
|
135
|
+
* dependencies
|
|
136
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
137
|
+
|
|
138
|
+
## [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)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Miscellaneous Chores
|
|
142
|
+
|
|
143
|
+
* **auditable-item-stream-rest-client:** Synchronize repo versions
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Dependencies
|
|
147
|
+
|
|
148
|
+
* The following workspace dependencies were updated
|
|
149
|
+
* dependencies
|
|
150
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
151
|
+
|
|
152
|
+
## [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)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Miscellaneous Chores
|
|
156
|
+
|
|
157
|
+
* **auditable-item-stream-rest-client:** Synchronize repo versions
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Dependencies
|
|
161
|
+
|
|
162
|
+
* The following workspace dependencies were updated
|
|
163
|
+
* dependencies
|
|
164
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
165
|
+
|
|
166
|
+
## [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)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Features
|
|
170
|
+
|
|
171
|
+
* typescript 6 update ([eb9a4db](https://github.com/iotaledger/twin-auditable-item-stream/commit/eb9a4db5dc693602464ab11b55759a3e86d1ecab))
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Dependencies
|
|
175
|
+
|
|
176
|
+
* The following workspace dependencies were updated
|
|
177
|
+
* dependencies
|
|
178
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
179
|
+
|
|
180
|
+
## [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)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Features
|
|
184
|
+
|
|
185
|
+
* change close REST route from POST to PUT ([047eb4f](https://github.com/iotaledger/twin-auditable-item-stream/commit/047eb4ff63f5cd4a29fdca006799b8c5fee08ec9))
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Dependencies
|
|
189
|
+
|
|
190
|
+
* The following workspace dependencies were updated
|
|
191
|
+
* dependencies
|
|
192
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
193
|
+
|
|
194
|
+
## [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)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Features
|
|
198
|
+
|
|
199
|
+
* 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))
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Dependencies
|
|
203
|
+
|
|
204
|
+
* The following workspace dependencies were updated
|
|
205
|
+
* dependencies
|
|
206
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
207
|
+
|
|
208
|
+
## [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)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Features
|
|
212
|
+
|
|
213
|
+
* 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))
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Dependencies
|
|
217
|
+
|
|
218
|
+
* The following workspace dependencies were updated
|
|
219
|
+
* dependencies
|
|
220
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
221
|
+
|
|
222
|
+
## [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)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Miscellaneous Chores
|
|
226
|
+
|
|
227
|
+
* **auditable-item-stream-rest-client:** Synchronize repo versions
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Dependencies
|
|
231
|
+
|
|
232
|
+
* The following workspace dependencies were updated
|
|
233
|
+
* dependencies
|
|
234
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
235
|
+
|
|
236
|
+
## [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)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Features
|
|
240
|
+
|
|
241
|
+
* 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))
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Dependencies
|
|
245
|
+
|
|
246
|
+
* The following workspace dependencies were updated
|
|
247
|
+
* dependencies
|
|
248
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
249
|
+
|
|
250
|
+
## [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)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Features
|
|
254
|
+
|
|
255
|
+
* 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
256
|
|
|
10
257
|
|
|
11
258
|
### Dependencies
|
|
@@ -14,7 +261,7 @@
|
|
|
14
261
|
* dependencies
|
|
15
262
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
16
263
|
|
|
17
|
-
## [0.0.3-next.8](https://github.com/
|
|
264
|
+
## [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
265
|
|
|
19
266
|
|
|
20
267
|
### Miscellaneous Chores
|
|
@@ -28,7 +275,7 @@
|
|
|
28
275
|
* dependencies
|
|
29
276
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
30
277
|
|
|
31
|
-
## [0.0.3-next.7](https://github.com/
|
|
278
|
+
## [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
279
|
|
|
33
280
|
|
|
34
281
|
### Miscellaneous Chores
|
|
@@ -42,12 +289,12 @@
|
|
|
42
289
|
* dependencies
|
|
43
290
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
44
291
|
|
|
45
|
-
## [0.0.3-next.6](https://github.com/
|
|
292
|
+
## [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
293
|
|
|
47
294
|
|
|
48
295
|
### Features
|
|
49
296
|
|
|
50
|
-
* replace nextItem property with Link header ([#37](https://github.com/
|
|
297
|
+
* 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
298
|
|
|
52
299
|
|
|
53
300
|
### Dependencies
|
|
@@ -56,7 +303,7 @@
|
|
|
56
303
|
* dependencies
|
|
57
304
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
58
305
|
|
|
59
|
-
## [0.0.3-next.5](https://github.com/
|
|
306
|
+
## [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
307
|
|
|
61
308
|
|
|
62
309
|
### Miscellaneous Chores
|
|
@@ -70,7 +317,7 @@
|
|
|
70
317
|
* dependencies
|
|
71
318
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
72
319
|
|
|
73
|
-
## [0.0.3-next.4](https://github.com/
|
|
320
|
+
## [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
321
|
|
|
75
322
|
|
|
76
323
|
### Miscellaneous Chores
|
|
@@ -84,7 +331,7 @@
|
|
|
84
331
|
* dependencies
|
|
85
332
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
86
333
|
|
|
87
|
-
## [0.0.3-next.3](https://github.com/
|
|
334
|
+
## [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
335
|
|
|
89
336
|
|
|
90
337
|
### Miscellaneous Chores
|
|
@@ -98,7 +345,7 @@
|
|
|
98
345
|
* dependencies
|
|
99
346
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
100
347
|
|
|
101
|
-
## [0.0.3-next.2](https://github.com/
|
|
348
|
+
## [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
349
|
|
|
103
350
|
|
|
104
351
|
### Miscellaneous Chores
|
|
@@ -112,24 +359,24 @@
|
|
|
112
359
|
* dependencies
|
|
113
360
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
114
361
|
|
|
115
|
-
## [0.0.3-next.1](https://github.com/
|
|
362
|
+
## [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
363
|
|
|
117
364
|
|
|
118
365
|
### Features
|
|
119
366
|
|
|
120
|
-
* add context id features ([#28](https://github.com/
|
|
121
|
-
* add validate-locales ([4babc73](https://github.com/
|
|
122
|
-
* eslint migration to flat config ([bd9cb2e](https://github.com/
|
|
123
|
-
* export remove verifiable on client ([554749b](https://github.com/
|
|
124
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
125
|
-
* update framework core ([5621601](https://github.com/
|
|
126
|
-
* use new nameof operators ([d1a3bf8](https://github.com/
|
|
127
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
367
|
+
* 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))
|
|
368
|
+
* add validate-locales ([4babc73](https://github.com/iotaledger/twin-auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
|
|
369
|
+
* eslint migration to flat config ([bd9cb2e](https://github.com/iotaledger/twin-auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
|
|
370
|
+
* export remove verifiable on client ([554749b](https://github.com/iotaledger/twin-auditable-item-stream/commit/554749b8369896a69de6392881171023a70f5cf1))
|
|
371
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
372
|
+
* update framework core ([5621601](https://github.com/iotaledger/twin-auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
|
|
373
|
+
* use new nameof operators ([d1a3bf8](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
|
|
374
|
+
* 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
375
|
|
|
129
376
|
|
|
130
377
|
### Bug Fixes
|
|
131
378
|
|
|
132
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
379
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
133
380
|
|
|
134
381
|
|
|
135
382
|
### Dependencies
|
|
@@ -138,12 +385,12 @@
|
|
|
138
385
|
* dependencies
|
|
139
386
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
140
387
|
|
|
141
|
-
## [0.0.2-next.5](https://github.com/
|
|
388
|
+
## [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
389
|
|
|
143
390
|
|
|
144
391
|
### Features
|
|
145
392
|
|
|
146
|
-
* add validate-locales ([4babc73](https://github.com/
|
|
393
|
+
* add validate-locales ([4babc73](https://github.com/iotaledger/twin-auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
|
|
147
394
|
|
|
148
395
|
|
|
149
396
|
### Dependencies
|
|
@@ -152,12 +399,12 @@
|
|
|
152
399
|
* dependencies
|
|
153
400
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
154
401
|
|
|
155
|
-
## [0.0.2-next.4](https://github.com/
|
|
402
|
+
## [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
403
|
|
|
157
404
|
|
|
158
405
|
### Features
|
|
159
406
|
|
|
160
|
-
* use new nameof operators ([d1a3bf8](https://github.com/
|
|
407
|
+
* use new nameof operators ([d1a3bf8](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
|
|
161
408
|
|
|
162
409
|
|
|
163
410
|
### Dependencies
|
|
@@ -166,12 +413,12 @@
|
|
|
166
413
|
* dependencies
|
|
167
414
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
168
415
|
|
|
169
|
-
## [0.0.2-next.3](https://github.com/
|
|
416
|
+
## [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
417
|
|
|
171
418
|
|
|
172
419
|
### Features
|
|
173
420
|
|
|
174
|
-
* eslint migration to flat config ([bd9cb2e](https://github.com/
|
|
421
|
+
* eslint migration to flat config ([bd9cb2e](https://github.com/iotaledger/twin-auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
|
|
175
422
|
|
|
176
423
|
|
|
177
424
|
### Dependencies
|
|
@@ -180,12 +427,12 @@
|
|
|
180
427
|
* dependencies
|
|
181
428
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
182
429
|
|
|
183
|
-
## [0.0.2-next.2](https://github.com/
|
|
430
|
+
## [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
431
|
|
|
185
432
|
|
|
186
433
|
### Features
|
|
187
434
|
|
|
188
|
-
* update framework core ([5621601](https://github.com/
|
|
435
|
+
* update framework core ([5621601](https://github.com/iotaledger/twin-auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
|
|
189
436
|
|
|
190
437
|
|
|
191
438
|
### Dependencies
|
|
@@ -194,19 +441,19 @@
|
|
|
194
441
|
* dependencies
|
|
195
442
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
196
443
|
|
|
197
|
-
## [0.0.2-next.1](https://github.com/
|
|
444
|
+
## [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
445
|
|
|
199
446
|
|
|
200
447
|
### Features
|
|
201
448
|
|
|
202
|
-
* export remove verifiable on client ([554749b](https://github.com/
|
|
203
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
204
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
449
|
+
* export remove verifiable on client ([554749b](https://github.com/iotaledger/twin-auditable-item-stream/commit/554749b8369896a69de6392881171023a70f5cf1))
|
|
450
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
451
|
+
* 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
452
|
|
|
206
453
|
|
|
207
454
|
### Bug Fixes
|
|
208
455
|
|
|
209
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
456
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
210
457
|
|
|
211
458
|
|
|
212
459
|
### Dependencies
|
|
@@ -220,14 +467,14 @@
|
|
|
220
467
|
|
|
221
468
|
### Features
|
|
222
469
|
|
|
223
|
-
* release to production ([94d5757](https://github.com/
|
|
224
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
225
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
470
|
+
* release to production ([94d5757](https://github.com/iotaledger/twin-auditable-item-stream/commit/94d5757ff28b5462564f4ded56c8a3db781f2901))
|
|
471
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
472
|
+
* 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
473
|
|
|
227
474
|
|
|
228
475
|
### Bug Fixes
|
|
229
476
|
|
|
230
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
477
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
231
478
|
|
|
232
479
|
|
|
233
480
|
### Dependencies
|
|
@@ -236,12 +483,12 @@
|
|
|
236
483
|
* dependencies
|
|
237
484
|
* @twin.org/auditable-item-stream-models bumped from ^0.0.0 to ^0.0.1
|
|
238
485
|
|
|
239
|
-
## [0.0.1-next.37](https://github.com/
|
|
486
|
+
## [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
487
|
|
|
241
488
|
|
|
242
489
|
### Bug Fixes
|
|
243
490
|
|
|
244
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
491
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
245
492
|
|
|
246
493
|
|
|
247
494
|
### Dependencies
|
|
@@ -250,7 +497,7 @@
|
|
|
250
497
|
* dependencies
|
|
251
498
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.36 to 0.0.1-next.37
|
|
252
499
|
|
|
253
|
-
## [0.0.1-next.36](https://github.com/
|
|
500
|
+
## [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
501
|
|
|
255
502
|
|
|
256
503
|
### Miscellaneous Chores
|
|
@@ -264,12 +511,12 @@
|
|
|
264
511
|
* dependencies
|
|
265
512
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
266
513
|
|
|
267
|
-
## [0.0.1-next.35](https://github.com/
|
|
514
|
+
## [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
515
|
|
|
269
516
|
|
|
270
517
|
### Features
|
|
271
518
|
|
|
272
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
519
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
273
520
|
|
|
274
521
|
|
|
275
522
|
### Dependencies
|
|
@@ -278,7 +525,7 @@
|
|
|
278
525
|
* dependencies
|
|
279
526
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
280
527
|
|
|
281
|
-
## [0.0.1-next.34](https://github.com/
|
|
528
|
+
## [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
529
|
|
|
283
530
|
|
|
284
531
|
### Miscellaneous Chores
|
|
@@ -292,7 +539,7 @@
|
|
|
292
539
|
* dependencies
|
|
293
540
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
294
541
|
|
|
295
|
-
## [0.0.1-next.33](https://github.com/
|
|
542
|
+
## [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
543
|
|
|
297
544
|
|
|
298
545
|
### Miscellaneous Chores
|
|
@@ -306,7 +553,7 @@
|
|
|
306
553
|
* dependencies
|
|
307
554
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
308
555
|
|
|
309
|
-
## [0.0.1-next.32](https://github.com/
|
|
556
|
+
## [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
557
|
|
|
311
558
|
|
|
312
559
|
### Miscellaneous Chores
|
|
@@ -320,7 +567,7 @@
|
|
|
320
567
|
* dependencies
|
|
321
568
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.31 to 0.0.1-next.32
|
|
322
569
|
|
|
323
|
-
## [0.0.1-next.31](https://github.com/
|
|
570
|
+
## [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
571
|
|
|
325
572
|
|
|
326
573
|
### Miscellaneous Chores
|
|
@@ -334,7 +581,7 @@
|
|
|
334
581
|
* dependencies
|
|
335
582
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.30 to 0.0.1-next.31
|
|
336
583
|
|
|
337
|
-
## [0.0.1-next.30](https://github.com/
|
|
584
|
+
## [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
585
|
|
|
339
586
|
|
|
340
587
|
### Miscellaneous Chores
|
|
@@ -348,7 +595,7 @@
|
|
|
348
595
|
* dependencies
|
|
349
596
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.29 to 0.0.1-next.30
|
|
350
597
|
|
|
351
|
-
## [0.0.1-next.29](https://github.com/
|
|
598
|
+
## [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
599
|
|
|
353
600
|
|
|
354
601
|
### Miscellaneous Chores
|
|
@@ -362,12 +609,12 @@
|
|
|
362
609
|
* dependencies
|
|
363
610
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.28 to 0.0.1-next.29
|
|
364
611
|
|
|
365
|
-
## [0.0.1-next.28](https://github.com/
|
|
612
|
+
## [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
613
|
|
|
367
614
|
|
|
368
615
|
### Features
|
|
369
616
|
|
|
370
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
617
|
+
* 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
618
|
|
|
372
619
|
|
|
373
620
|
### Dependencies
|
|
@@ -376,7 +623,7 @@
|
|
|
376
623
|
* dependencies
|
|
377
624
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.27 to 0.0.1-next.28
|
|
378
625
|
|
|
379
|
-
## [0.0.1-next.27](https://github.com/
|
|
626
|
+
## [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
627
|
|
|
381
628
|
|
|
382
629
|
### Miscellaneous Chores
|
|
@@ -390,7 +637,7 @@
|
|
|
390
637
|
* dependencies
|
|
391
638
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.26 to 0.0.1-next.27
|
|
392
639
|
|
|
393
|
-
## [0.0.1-next.26](https://github.com/
|
|
640
|
+
## [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
641
|
|
|
395
642
|
|
|
396
643
|
### Miscellaneous Chores
|