@twin.org/auditable-item-stream-rest-client 0.0.3-next.8 → 0.9.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/es/auditableItemStreamRestClient.js +107 -74
- package/dist/es/auditableItemStreamRestClient.js.map +1 -1
- package/dist/types/auditableItemStreamRestClient.d.ts +31 -38
- package/docs/changelog.md +296 -51
- 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,6 +1,251 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
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
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
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))
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### Dependencies
|
|
243
|
+
|
|
244
|
+
* The following workspace dependencies were updated
|
|
245
|
+
* dependencies
|
|
246
|
+
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
247
|
+
|
|
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)
|
|
4
249
|
|
|
5
250
|
|
|
6
251
|
### Miscellaneous Chores
|
|
@@ -14,7 +259,7 @@
|
|
|
14
259
|
* dependencies
|
|
15
260
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
16
261
|
|
|
17
|
-
## [0.0.3-next.7](https://github.com/
|
|
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)
|
|
18
263
|
|
|
19
264
|
|
|
20
265
|
### Miscellaneous Chores
|
|
@@ -28,12 +273,12 @@
|
|
|
28
273
|
* dependencies
|
|
29
274
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
30
275
|
|
|
31
|
-
## [0.0.3-next.6](https://github.com/
|
|
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)
|
|
32
277
|
|
|
33
278
|
|
|
34
279
|
### Features
|
|
35
280
|
|
|
36
|
-
* replace nextItem property with Link header ([#37](https://github.com/
|
|
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))
|
|
37
282
|
|
|
38
283
|
|
|
39
284
|
### Dependencies
|
|
@@ -42,7 +287,7 @@
|
|
|
42
287
|
* dependencies
|
|
43
288
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
44
289
|
|
|
45
|
-
## [0.0.3-next.5](https://github.com/
|
|
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)
|
|
46
291
|
|
|
47
292
|
|
|
48
293
|
### Miscellaneous Chores
|
|
@@ -56,7 +301,7 @@
|
|
|
56
301
|
* dependencies
|
|
57
302
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
58
303
|
|
|
59
|
-
## [0.0.3-next.4](https://github.com/
|
|
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)
|
|
60
305
|
|
|
61
306
|
|
|
62
307
|
### Miscellaneous Chores
|
|
@@ -70,7 +315,7 @@
|
|
|
70
315
|
* dependencies
|
|
71
316
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
72
317
|
|
|
73
|
-
## [0.0.3-next.3](https://github.com/
|
|
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)
|
|
74
319
|
|
|
75
320
|
|
|
76
321
|
### Miscellaneous Chores
|
|
@@ -84,7 +329,7 @@
|
|
|
84
329
|
* dependencies
|
|
85
330
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
86
331
|
|
|
87
|
-
## [0.0.3-next.2](https://github.com/
|
|
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)
|
|
88
333
|
|
|
89
334
|
|
|
90
335
|
### Miscellaneous Chores
|
|
@@ -98,24 +343,24 @@
|
|
|
98
343
|
* dependencies
|
|
99
344
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
100
345
|
|
|
101
|
-
## [0.0.3-next.1](https://github.com/
|
|
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)
|
|
102
347
|
|
|
103
348
|
|
|
104
349
|
### Features
|
|
105
350
|
|
|
106
|
-
* add context id features ([#28](https://github.com/
|
|
107
|
-
* add validate-locales ([4babc73](https://github.com/
|
|
108
|
-
* eslint migration to flat config ([bd9cb2e](https://github.com/
|
|
109
|
-
* export remove verifiable on client ([554749b](https://github.com/
|
|
110
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
111
|
-
* update framework core ([5621601](https://github.com/
|
|
112
|
-
* use new nameof operators ([d1a3bf8](https://github.com/
|
|
113
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
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))
|
|
114
359
|
|
|
115
360
|
|
|
116
361
|
### Bug Fixes
|
|
117
362
|
|
|
118
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
363
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
119
364
|
|
|
120
365
|
|
|
121
366
|
### Dependencies
|
|
@@ -124,12 +369,12 @@
|
|
|
124
369
|
* dependencies
|
|
125
370
|
* @twin.org/auditable-item-stream-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
126
371
|
|
|
127
|
-
## [0.0.2-next.5](https://github.com/
|
|
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)
|
|
128
373
|
|
|
129
374
|
|
|
130
375
|
### Features
|
|
131
376
|
|
|
132
|
-
* add validate-locales ([4babc73](https://github.com/
|
|
377
|
+
* add validate-locales ([4babc73](https://github.com/iotaledger/twin-auditable-item-stream/commit/4babc7331f7fed61450fe2e2d8eccee52367f2be))
|
|
133
378
|
|
|
134
379
|
|
|
135
380
|
### Dependencies
|
|
@@ -138,12 +383,12 @@
|
|
|
138
383
|
* dependencies
|
|
139
384
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
140
385
|
|
|
141
|
-
## [0.0.2-next.4](https://github.com/
|
|
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)
|
|
142
387
|
|
|
143
388
|
|
|
144
389
|
### Features
|
|
145
390
|
|
|
146
|
-
* use new nameof operators ([d1a3bf8](https://github.com/
|
|
391
|
+
* use new nameof operators ([d1a3bf8](https://github.com/iotaledger/twin-auditable-item-stream/commit/d1a3bf8369f899fff8fd9d7b3b068f270fd8603d))
|
|
147
392
|
|
|
148
393
|
|
|
149
394
|
### Dependencies
|
|
@@ -152,12 +397,12 @@
|
|
|
152
397
|
* dependencies
|
|
153
398
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
154
399
|
|
|
155
|
-
## [0.0.2-next.3](https://github.com/
|
|
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)
|
|
156
401
|
|
|
157
402
|
|
|
158
403
|
### Features
|
|
159
404
|
|
|
160
|
-
* eslint migration to flat config ([bd9cb2e](https://github.com/
|
|
405
|
+
* eslint migration to flat config ([bd9cb2e](https://github.com/iotaledger/twin-auditable-item-stream/commit/bd9cb2ea2599300332c76a9c738a6ff437a5cc5b))
|
|
161
406
|
|
|
162
407
|
|
|
163
408
|
### Dependencies
|
|
@@ -166,12 +411,12 @@
|
|
|
166
411
|
* dependencies
|
|
167
412
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
168
413
|
|
|
169
|
-
## [0.0.2-next.2](https://github.com/
|
|
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)
|
|
170
415
|
|
|
171
416
|
|
|
172
417
|
### Features
|
|
173
418
|
|
|
174
|
-
* update framework core ([5621601](https://github.com/
|
|
419
|
+
* update framework core ([5621601](https://github.com/iotaledger/twin-auditable-item-stream/commit/562160167c5082b9dae1b0bf68482ce2af1e7dce))
|
|
175
420
|
|
|
176
421
|
|
|
177
422
|
### Dependencies
|
|
@@ -180,19 +425,19 @@
|
|
|
180
425
|
* dependencies
|
|
181
426
|
* @twin.org/auditable-item-stream-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
182
427
|
|
|
183
|
-
## [0.0.2-next.1](https://github.com/
|
|
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)
|
|
184
429
|
|
|
185
430
|
|
|
186
431
|
### Features
|
|
187
432
|
|
|
188
|
-
* export remove verifiable on client ([554749b](https://github.com/
|
|
189
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
190
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
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))
|
|
191
436
|
|
|
192
437
|
|
|
193
438
|
### Bug Fixes
|
|
194
439
|
|
|
195
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
440
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
196
441
|
|
|
197
442
|
|
|
198
443
|
### Dependencies
|
|
@@ -206,14 +451,14 @@
|
|
|
206
451
|
|
|
207
452
|
### Features
|
|
208
453
|
|
|
209
|
-
* release to production ([94d5757](https://github.com/
|
|
210
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
211
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
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))
|
|
212
457
|
|
|
213
458
|
|
|
214
459
|
### Bug Fixes
|
|
215
460
|
|
|
216
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
461
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
217
462
|
|
|
218
463
|
|
|
219
464
|
### Dependencies
|
|
@@ -222,12 +467,12 @@
|
|
|
222
467
|
* dependencies
|
|
223
468
|
* @twin.org/auditable-item-stream-models bumped from ^0.0.0 to ^0.0.1
|
|
224
469
|
|
|
225
|
-
## [0.0.1-next.37](https://github.com/
|
|
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)
|
|
226
471
|
|
|
227
472
|
|
|
228
473
|
### Bug Fixes
|
|
229
474
|
|
|
230
|
-
* query params force coercion ([fcdd52c](https://github.com/
|
|
475
|
+
* query params force coercion ([fcdd52c](https://github.com/iotaledger/twin-auditable-item-stream/commit/fcdd52cf8262a3bc19f6e7e9e6ef145890a9c8aa))
|
|
231
476
|
|
|
232
477
|
|
|
233
478
|
### Dependencies
|
|
@@ -236,7 +481,7 @@
|
|
|
236
481
|
* dependencies
|
|
237
482
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.36 to 0.0.1-next.37
|
|
238
483
|
|
|
239
|
-
## [0.0.1-next.36](https://github.com/
|
|
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)
|
|
240
485
|
|
|
241
486
|
|
|
242
487
|
### Miscellaneous Chores
|
|
@@ -250,12 +495,12 @@
|
|
|
250
495
|
* dependencies
|
|
251
496
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
252
497
|
|
|
253
|
-
## [0.0.1-next.35](https://github.com/
|
|
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)
|
|
254
499
|
|
|
255
500
|
|
|
256
501
|
### Features
|
|
257
502
|
|
|
258
|
-
* update dependencies ([9ff038b](https://github.com/
|
|
503
|
+
* update dependencies ([9ff038b](https://github.com/iotaledger/twin-auditable-item-stream/commit/9ff038b7e76e9fb586be4f2321231f04258ef794))
|
|
259
504
|
|
|
260
505
|
|
|
261
506
|
### Dependencies
|
|
@@ -264,7 +509,7 @@
|
|
|
264
509
|
* dependencies
|
|
265
510
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
266
511
|
|
|
267
|
-
## [0.0.1-next.34](https://github.com/
|
|
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)
|
|
268
513
|
|
|
269
514
|
|
|
270
515
|
### Miscellaneous Chores
|
|
@@ -278,7 +523,7 @@
|
|
|
278
523
|
* dependencies
|
|
279
524
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
280
525
|
|
|
281
|
-
## [0.0.1-next.33](https://github.com/
|
|
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)
|
|
282
527
|
|
|
283
528
|
|
|
284
529
|
### Miscellaneous Chores
|
|
@@ -292,7 +537,7 @@
|
|
|
292
537
|
* dependencies
|
|
293
538
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
294
539
|
|
|
295
|
-
## [0.0.1-next.32](https://github.com/
|
|
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)
|
|
296
541
|
|
|
297
542
|
|
|
298
543
|
### Miscellaneous Chores
|
|
@@ -306,7 +551,7 @@
|
|
|
306
551
|
* dependencies
|
|
307
552
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.31 to 0.0.1-next.32
|
|
308
553
|
|
|
309
|
-
## [0.0.1-next.31](https://github.com/
|
|
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)
|
|
310
555
|
|
|
311
556
|
|
|
312
557
|
### Miscellaneous Chores
|
|
@@ -320,7 +565,7 @@
|
|
|
320
565
|
* dependencies
|
|
321
566
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.30 to 0.0.1-next.31
|
|
322
567
|
|
|
323
|
-
## [0.0.1-next.30](https://github.com/
|
|
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)
|
|
324
569
|
|
|
325
570
|
|
|
326
571
|
### Miscellaneous Chores
|
|
@@ -334,7 +579,7 @@
|
|
|
334
579
|
* dependencies
|
|
335
580
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.29 to 0.0.1-next.30
|
|
336
581
|
|
|
337
|
-
## [0.0.1-next.29](https://github.com/
|
|
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)
|
|
338
583
|
|
|
339
584
|
|
|
340
585
|
### Miscellaneous Chores
|
|
@@ -348,12 +593,12 @@
|
|
|
348
593
|
* dependencies
|
|
349
594
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.28 to 0.0.1-next.29
|
|
350
595
|
|
|
351
|
-
## [0.0.1-next.28](https://github.com/
|
|
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)
|
|
352
597
|
|
|
353
598
|
|
|
354
599
|
### Features
|
|
355
600
|
|
|
356
|
-
* use shared store mechanism ([#7](https://github.com/
|
|
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))
|
|
357
602
|
|
|
358
603
|
|
|
359
604
|
### Dependencies
|
|
@@ -362,7 +607,7 @@
|
|
|
362
607
|
* dependencies
|
|
363
608
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.27 to 0.0.1-next.28
|
|
364
609
|
|
|
365
|
-
## [0.0.1-next.27](https://github.com/
|
|
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)
|
|
366
611
|
|
|
367
612
|
|
|
368
613
|
### Miscellaneous Chores
|
|
@@ -376,7 +621,7 @@
|
|
|
376
621
|
* dependencies
|
|
377
622
|
* @twin.org/auditable-item-stream-models bumped from 0.0.1-next.26 to 0.0.1-next.27
|
|
378
623
|
|
|
379
|
-
## [0.0.1-next.26](https://github.com/
|
|
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)
|
|
380
625
|
|
|
381
626
|
|
|
382
627
|
### Miscellaneous Chores
|