@twin.org/api-auth-entity-storage-rest-client 0.0.3-next.4 → 0.0.3-next.41
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 +3 -3
- package/dist/es/entityStorageAuthenticationAdminRestClient.js +114 -0
- package/dist/es/entityStorageAuthenticationAdminRestClient.js.map +1 -0
- package/dist/es/entityStorageAuthenticationAuditRestClient.js +73 -0
- package/dist/es/entityStorageAuthenticationAuditRestClient.js.map +1 -0
- package/dist/es/entityStorageAuthenticationRestClient.js +27 -13
- package/dist/es/entityStorageAuthenticationRestClient.js.map +1 -1
- package/dist/es/index.js +3 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/entityStorageAuthenticationRestClientConstructorOptions.js +2 -0
- package/dist/es/models/entityStorageAuthenticationRestClientConstructorOptions.js.map +1 -0
- package/dist/types/entityStorageAuthenticationAdminRestClient.d.ts +62 -0
- package/dist/types/entityStorageAuthenticationAuditRestClient.d.ts +54 -0
- package/dist/types/entityStorageAuthenticationRestClient.d.ts +3 -4
- package/dist/types/index.d.ts +3 -0
- package/dist/types/models/entityStorageAuthenticationRestClientConstructorOptions.d.ts +11 -0
- package/docs/changelog.md +659 -54
- package/docs/examples.md +111 -1
- package/docs/reference/classes/EntityStorageAuthenticationAdminRestClient.md +295 -0
- package/docs/reference/classes/EntityStorageAuthenticationAuditRestClient.md +231 -0
- package/docs/reference/classes/EntityStorageAuthenticationRestClient.md +74 -14
- package/docs/reference/index.md +6 -0
- package/docs/reference/interfaces/IEntityStorageAuthenticationRestClientConstructorOptions.md +141 -0
- package/package.json +7 -7
package/docs/changelog.md
CHANGED
|
@@ -1,23 +1,628 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.40...api-auth-entity-storage-rest-client-v0.0.3-next.41) (2026-06-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
16
|
+
* @twin.org/api-core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
17
|
+
* @twin.org/api-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
18
|
+
|
|
19
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.39...api-auth-entity-storage-rest-client-v0.0.3-next.40) (2026-06-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Miscellaneous Chores
|
|
23
|
+
|
|
24
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Dependencies
|
|
28
|
+
|
|
29
|
+
* The following workspace dependencies were updated
|
|
30
|
+
* dependencies
|
|
31
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
32
|
+
* @twin.org/api-core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
33
|
+
* @twin.org/api-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
34
|
+
|
|
35
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.38...api-auth-entity-storage-rest-client-v0.0.3-next.39) (2026-06-02)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Miscellaneous Chores
|
|
39
|
+
|
|
40
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Dependencies
|
|
44
|
+
|
|
45
|
+
* The following workspace dependencies were updated
|
|
46
|
+
* dependencies
|
|
47
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
48
|
+
* @twin.org/api-core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
49
|
+
* @twin.org/api-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
50
|
+
|
|
51
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.37...api-auth-entity-storage-rest-client-v0.0.3-next.38) (2026-05-28)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Miscellaneous Chores
|
|
55
|
+
|
|
56
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Dependencies
|
|
60
|
+
|
|
61
|
+
* The following workspace dependencies were updated
|
|
62
|
+
* dependencies
|
|
63
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
64
|
+
* @twin.org/api-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
65
|
+
* @twin.org/api-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
66
|
+
|
|
67
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.36...api-auth-entity-storage-rest-client-v0.0.3-next.37) (2026-05-22)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Miscellaneous Chores
|
|
71
|
+
|
|
72
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Dependencies
|
|
76
|
+
|
|
77
|
+
* The following workspace dependencies were updated
|
|
78
|
+
* dependencies
|
|
79
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
80
|
+
* @twin.org/api-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
81
|
+
* @twin.org/api-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
82
|
+
|
|
83
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.35...api-auth-entity-storage-rest-client-v0.0.3-next.36) (2026-05-22)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Miscellaneous Chores
|
|
87
|
+
|
|
88
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Dependencies
|
|
92
|
+
|
|
93
|
+
* The following workspace dependencies were updated
|
|
94
|
+
* dependencies
|
|
95
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
96
|
+
* @twin.org/api-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
97
|
+
* @twin.org/api-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
98
|
+
|
|
99
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.34...api-auth-entity-storage-rest-client-v0.0.3-next.35) (2026-05-21)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Features
|
|
103
|
+
|
|
104
|
+
* user partitioning ([#126](https://github.com/iotaledger/twin-api/issues/126)) ([6bf0da3](https://github.com/iotaledger/twin-api/commit/6bf0da3c42406c9838e80e0ddd6b21f5c64aac90))
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Dependencies
|
|
108
|
+
|
|
109
|
+
* The following workspace dependencies were updated
|
|
110
|
+
* dependencies
|
|
111
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
112
|
+
* @twin.org/api-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
113
|
+
* @twin.org/api-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
114
|
+
|
|
115
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.33...api-auth-entity-storage-rest-client-v0.0.3-next.34) (2026-05-19)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
|
|
120
|
+
* update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Dependencies
|
|
124
|
+
|
|
125
|
+
* The following workspace dependencies were updated
|
|
126
|
+
* dependencies
|
|
127
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
128
|
+
* @twin.org/api-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
129
|
+
* @twin.org/api-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
130
|
+
|
|
131
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.32...api-auth-entity-storage-rest-client-v0.0.3-next.33) (2026-05-11)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Features
|
|
135
|
+
|
|
136
|
+
* typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Dependencies
|
|
140
|
+
|
|
141
|
+
* The following workspace dependencies were updated
|
|
142
|
+
* dependencies
|
|
143
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
144
|
+
* @twin.org/api-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
145
|
+
* @twin.org/api-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
146
|
+
|
|
147
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.31...api-auth-entity-storage-rest-client-v0.0.3-next.32) (2026-05-07)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Miscellaneous Chores
|
|
151
|
+
|
|
152
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Dependencies
|
|
156
|
+
|
|
157
|
+
* The following workspace dependencies were updated
|
|
158
|
+
* dependencies
|
|
159
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
160
|
+
* @twin.org/api-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
161
|
+
* @twin.org/api-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
162
|
+
|
|
163
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.30...api-auth-entity-storage-rest-client-v0.0.3-next.31) (2026-05-06)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Miscellaneous Chores
|
|
167
|
+
|
|
168
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Dependencies
|
|
172
|
+
|
|
173
|
+
* The following workspace dependencies were updated
|
|
174
|
+
* dependencies
|
|
175
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
176
|
+
* @twin.org/api-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
177
|
+
* @twin.org/api-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
178
|
+
|
|
179
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.29...api-auth-entity-storage-rest-client-v0.0.3-next.30) (2026-05-05)
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Miscellaneous Chores
|
|
183
|
+
|
|
184
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Dependencies
|
|
188
|
+
|
|
189
|
+
* The following workspace dependencies were updated
|
|
190
|
+
* dependencies
|
|
191
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
192
|
+
* @twin.org/api-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
193
|
+
* @twin.org/api-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
194
|
+
|
|
195
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.28...api-auth-entity-storage-rest-client-v0.0.3-next.29) (2026-05-01)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Miscellaneous Chores
|
|
199
|
+
|
|
200
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Dependencies
|
|
204
|
+
|
|
205
|
+
* The following workspace dependencies were updated
|
|
206
|
+
* dependencies
|
|
207
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
208
|
+
* @twin.org/api-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
209
|
+
* @twin.org/api-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
210
|
+
|
|
211
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.27...api-auth-entity-storage-rest-client-v0.0.3-next.28) (2026-04-30)
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
### Bug Fixes
|
|
215
|
+
|
|
216
|
+
* change logout and refresh routes from GET to POST ([#111](https://github.com/iotaledger/twin-api/issues/111)) ([cb8b64b](https://github.com/iotaledger/twin-api/commit/cb8b64b6507f9991baa78a663de2e84269695c82))
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Dependencies
|
|
220
|
+
|
|
221
|
+
* The following workspace dependencies were updated
|
|
222
|
+
* dependencies
|
|
223
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
224
|
+
* @twin.org/api-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
225
|
+
* @twin.org/api-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
226
|
+
|
|
227
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.26...api-auth-entity-storage-rest-client-v0.0.3-next.27) (2026-04-23)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Miscellaneous Chores
|
|
231
|
+
|
|
232
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
### Dependencies
|
|
236
|
+
|
|
237
|
+
* The following workspace dependencies were updated
|
|
238
|
+
* dependencies
|
|
239
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
240
|
+
* @twin.org/api-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
241
|
+
* @twin.org/api-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
242
|
+
|
|
243
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.25...api-auth-entity-storage-rest-client-v0.0.3-next.26) (2026-04-22)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Miscellaneous Chores
|
|
247
|
+
|
|
248
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
### Dependencies
|
|
252
|
+
|
|
253
|
+
* The following workspace dependencies were updated
|
|
254
|
+
* dependencies
|
|
255
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
256
|
+
* @twin.org/api-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
257
|
+
* @twin.org/api-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
258
|
+
|
|
259
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.24...api-auth-entity-storage-rest-client-v0.0.3-next.25) (2026-04-14)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Miscellaneous Chores
|
|
263
|
+
|
|
264
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Dependencies
|
|
268
|
+
|
|
269
|
+
* The following workspace dependencies were updated
|
|
270
|
+
* dependencies
|
|
271
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
272
|
+
* @twin.org/api-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
273
|
+
* @twin.org/api-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
274
|
+
|
|
275
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.23...api-auth-entity-storage-rest-client-v0.0.3-next.24) (2026-04-14)
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
### Miscellaneous Chores
|
|
279
|
+
|
|
280
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Dependencies
|
|
284
|
+
|
|
285
|
+
* The following workspace dependencies were updated
|
|
286
|
+
* dependencies
|
|
287
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
288
|
+
* @twin.org/api-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
289
|
+
* @twin.org/api-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
290
|
+
|
|
291
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.22...api-auth-entity-storage-rest-client-v0.0.3-next.23) (2026-04-14)
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Features
|
|
295
|
+
|
|
296
|
+
* auth enhancements ([#93](https://github.com/iotaledger/twin-api/issues/93)) ([921a50c](https://github.com/iotaledger/twin-api/commit/921a50cd89d26e530a6be6174a5a803060fa0eb6))
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
### Dependencies
|
|
300
|
+
|
|
301
|
+
* The following workspace dependencies were updated
|
|
302
|
+
* dependencies
|
|
303
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
304
|
+
* @twin.org/api-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
305
|
+
* @twin.org/api-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
306
|
+
|
|
307
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.21...api-auth-entity-storage-rest-client-v0.0.3-next.22) (2026-03-27)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Miscellaneous Chores
|
|
311
|
+
|
|
312
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### Dependencies
|
|
316
|
+
|
|
317
|
+
* The following workspace dependencies were updated
|
|
318
|
+
* dependencies
|
|
319
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
320
|
+
* @twin.org/api-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
321
|
+
* @twin.org/api-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
322
|
+
|
|
323
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.20...api-auth-entity-storage-rest-client-v0.0.3-next.21) (2026-03-11)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### Miscellaneous Chores
|
|
327
|
+
|
|
328
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Dependencies
|
|
332
|
+
|
|
333
|
+
* The following workspace dependencies were updated
|
|
334
|
+
* dependencies
|
|
335
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
336
|
+
* @twin.org/api-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
337
|
+
* @twin.org/api-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
338
|
+
|
|
339
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.19...api-auth-entity-storage-rest-client-v0.0.3-next.20) (2026-02-09)
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Miscellaneous Chores
|
|
343
|
+
|
|
344
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Dependencies
|
|
348
|
+
|
|
349
|
+
* The following workspace dependencies were updated
|
|
350
|
+
* dependencies
|
|
351
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
352
|
+
* @twin.org/api-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
353
|
+
* @twin.org/api-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
354
|
+
|
|
355
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.18...api-auth-entity-storage-rest-client-v0.0.3-next.19) (2026-02-06)
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
### Features
|
|
359
|
+
|
|
360
|
+
* user admin service ([#77](https://github.com/iotaledger/twin-api/issues/77)) ([c8491df](https://github.com/iotaledger/twin-api/commit/c8491df7b07c1f45560c8a78c6adc806d0ececbb))
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### Dependencies
|
|
364
|
+
|
|
365
|
+
* The following workspace dependencies were updated
|
|
366
|
+
* dependencies
|
|
367
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
368
|
+
* @twin.org/api-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
369
|
+
* @twin.org/api-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
370
|
+
|
|
371
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.17...api-auth-entity-storage-rest-client-v0.0.3-next.18) (2026-02-04)
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
### Miscellaneous Chores
|
|
375
|
+
|
|
376
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
### Dependencies
|
|
380
|
+
|
|
381
|
+
* The following workspace dependencies were updated
|
|
382
|
+
* dependencies
|
|
383
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
384
|
+
* @twin.org/api-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
385
|
+
* @twin.org/api-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
386
|
+
|
|
387
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.16...api-auth-entity-storage-rest-client-v0.0.3-next.17) (2026-01-26)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Miscellaneous Chores
|
|
391
|
+
|
|
392
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
### Dependencies
|
|
396
|
+
|
|
397
|
+
* The following workspace dependencies were updated
|
|
398
|
+
* dependencies
|
|
399
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
400
|
+
* @twin.org/api-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
401
|
+
* @twin.org/api-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
402
|
+
|
|
403
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.15...api-auth-entity-storage-rest-client-v0.0.3-next.16) (2026-01-26)
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### Miscellaneous Chores
|
|
407
|
+
|
|
408
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
### Dependencies
|
|
412
|
+
|
|
413
|
+
* The following workspace dependencies were updated
|
|
414
|
+
* dependencies
|
|
415
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
416
|
+
* @twin.org/api-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
417
|
+
* @twin.org/api-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
418
|
+
|
|
419
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.14...api-auth-entity-storage-rest-client-v0.0.3-next.15) (2026-01-22)
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Miscellaneous Chores
|
|
423
|
+
|
|
424
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
### Dependencies
|
|
428
|
+
|
|
429
|
+
* The following workspace dependencies were updated
|
|
430
|
+
* dependencies
|
|
431
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
432
|
+
* @twin.org/api-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
433
|
+
* @twin.org/api-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
434
|
+
|
|
435
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.13...api-auth-entity-storage-rest-client-v0.0.3-next.14) (2026-01-20)
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
### Miscellaneous Chores
|
|
439
|
+
|
|
440
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
### Dependencies
|
|
444
|
+
|
|
445
|
+
* The following workspace dependencies were updated
|
|
446
|
+
* dependencies
|
|
447
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
448
|
+
* @twin.org/api-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
449
|
+
* @twin.org/api-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
450
|
+
|
|
451
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.12...api-auth-entity-storage-rest-client-v0.0.3-next.13) (2026-01-19)
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Features
|
|
455
|
+
|
|
456
|
+
* remove authentication generators ([#66](https://github.com/iotaledger/twin-api/issues/66)) ([adaa169](https://github.com/iotaledger/twin-api/commit/adaa1698df1c5ccb0ad645a7a7c0d3ef82ef6ac1))
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Dependencies
|
|
460
|
+
|
|
461
|
+
* The following workspace dependencies were updated
|
|
462
|
+
* dependencies
|
|
463
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
464
|
+
* @twin.org/api-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
465
|
+
* @twin.org/api-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
466
|
+
|
|
467
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.11...api-auth-entity-storage-rest-client-v0.0.3-next.12) (2026-01-12)
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
### Miscellaneous Chores
|
|
471
|
+
|
|
472
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
### Dependencies
|
|
476
|
+
|
|
477
|
+
* The following workspace dependencies were updated
|
|
478
|
+
* dependencies
|
|
479
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
480
|
+
* @twin.org/api-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
481
|
+
* @twin.org/api-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
482
|
+
|
|
483
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.10...api-auth-entity-storage-rest-client-v0.0.3-next.11) (2026-01-08)
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
### Miscellaneous Chores
|
|
487
|
+
|
|
488
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
### Dependencies
|
|
492
|
+
|
|
493
|
+
* The following workspace dependencies were updated
|
|
494
|
+
* dependencies
|
|
495
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
496
|
+
* @twin.org/api-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
497
|
+
* @twin.org/api-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
498
|
+
|
|
499
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.9...api-auth-entity-storage-rest-client-v0.0.3-next.10) (2026-01-05)
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
### Miscellaneous Chores
|
|
503
|
+
|
|
504
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
### Dependencies
|
|
508
|
+
|
|
509
|
+
* The following workspace dependencies were updated
|
|
510
|
+
* dependencies
|
|
511
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
512
|
+
* @twin.org/api-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
513
|
+
* @twin.org/api-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
514
|
+
|
|
515
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.8...api-auth-entity-storage-rest-client-v0.0.3-next.9) (2026-01-05)
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
### Features
|
|
519
|
+
|
|
520
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
521
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
522
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
523
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
524
|
+
* modify authHeaderProcessor to retain token in response body ([#53](https://github.com/iotaledger/twin-api/issues/53)) ([5d9ae76](https://github.com/iotaledger/twin-api/commit/5d9ae76b5b52a8e10dac391b2d5784638a186583))
|
|
525
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
526
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
527
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
528
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
### Bug Fixes
|
|
532
|
+
|
|
533
|
+
* use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
### Dependencies
|
|
537
|
+
|
|
538
|
+
* The following workspace dependencies were updated
|
|
539
|
+
* dependencies
|
|
540
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
541
|
+
* @twin.org/api-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
542
|
+
* @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
543
|
+
|
|
544
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.7...api-auth-entity-storage-rest-client-v0.0.3-next.8) (2025-12-17)
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
### Miscellaneous Chores
|
|
548
|
+
|
|
549
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
### Dependencies
|
|
553
|
+
|
|
554
|
+
* The following workspace dependencies were updated
|
|
555
|
+
* dependencies
|
|
556
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
557
|
+
* @twin.org/api-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
558
|
+
* @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
559
|
+
|
|
560
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.6...api-auth-entity-storage-rest-client-v0.0.3-next.7) (2025-11-26)
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
### Miscellaneous Chores
|
|
564
|
+
|
|
565
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Dependencies
|
|
569
|
+
|
|
570
|
+
* The following workspace dependencies were updated
|
|
571
|
+
* dependencies
|
|
572
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
573
|
+
* @twin.org/api-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
574
|
+
* @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
575
|
+
|
|
576
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.5...api-auth-entity-storage-rest-client-v0.0.3-next.6) (2025-11-20)
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### Miscellaneous Chores
|
|
580
|
+
|
|
581
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
### Dependencies
|
|
585
|
+
|
|
586
|
+
* The following workspace dependencies were updated
|
|
587
|
+
* dependencies
|
|
588
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
589
|
+
* @twin.org/api-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
590
|
+
* @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
591
|
+
|
|
592
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.4...api-auth-entity-storage-rest-client-v0.0.3-next.5) (2025-11-14)
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
### Miscellaneous Chores
|
|
596
|
+
|
|
597
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
### Dependencies
|
|
601
|
+
|
|
602
|
+
* The following workspace dependencies were updated
|
|
603
|
+
* dependencies
|
|
604
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
605
|
+
* @twin.org/api-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
606
|
+
* @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
607
|
+
|
|
608
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.3...api-auth-entity-storage-rest-client-v0.0.3-next.4) (2025-11-14)
|
|
4
609
|
|
|
5
610
|
|
|
6
611
|
### Features
|
|
7
612
|
|
|
8
|
-
* add context id features ([#42](https://github.com/
|
|
9
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
10
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
11
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
12
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
13
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
14
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
15
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
613
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
614
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
615
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
616
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
617
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
618
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
619
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
620
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
16
621
|
|
|
17
622
|
|
|
18
623
|
### Bug Fixes
|
|
19
624
|
|
|
20
|
-
* use correct format for log messaging ([44bc2a4](https://github.com/
|
|
625
|
+
* use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
|
|
21
626
|
|
|
22
627
|
|
|
23
628
|
### Dependencies
|
|
@@ -28,7 +633,7 @@
|
|
|
28
633
|
* @twin.org/api-core bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
29
634
|
* @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
30
635
|
|
|
31
|
-
## [0.0.3-next.3](https://github.com/
|
|
636
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.2...api-auth-entity-storage-rest-client-v0.0.3-next.3) (2025-11-14)
|
|
32
637
|
|
|
33
638
|
|
|
34
639
|
### Miscellaneous Chores
|
|
@@ -44,7 +649,7 @@
|
|
|
44
649
|
* @twin.org/api-core bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
45
650
|
* @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
46
651
|
|
|
47
|
-
## [0.0.3-next.2](https://github.com/
|
|
652
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.1...api-auth-entity-storage-rest-client-v0.0.3-next.2) (2025-11-12)
|
|
48
653
|
|
|
49
654
|
|
|
50
655
|
### Miscellaneous Chores
|
|
@@ -60,24 +665,24 @@
|
|
|
60
665
|
* @twin.org/api-core bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
61
666
|
* @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
62
667
|
|
|
63
|
-
## [0.0.3-next.1](https://github.com/
|
|
668
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.0...api-auth-entity-storage-rest-client-v0.0.3-next.1) (2025-11-10)
|
|
64
669
|
|
|
65
670
|
|
|
66
671
|
### Features
|
|
67
672
|
|
|
68
|
-
* add context id features ([#42](https://github.com/
|
|
69
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
70
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
71
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
72
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
73
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
74
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
75
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
673
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
674
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
675
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
676
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
677
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
678
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
679
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
680
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
76
681
|
|
|
77
682
|
|
|
78
683
|
### Bug Fixes
|
|
79
684
|
|
|
80
|
-
* use correct format for log messaging ([44bc2a4](https://github.com/
|
|
685
|
+
* use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
|
|
81
686
|
|
|
82
687
|
|
|
83
688
|
### Dependencies
|
|
@@ -88,7 +693,7 @@
|
|
|
88
693
|
* @twin.org/api-core bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
89
694
|
* @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
90
695
|
|
|
91
|
-
## [0.0.2-next.13](https://github.com/
|
|
696
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.12...api-auth-entity-storage-rest-client-v0.0.2-next.13) (2025-10-09)
|
|
92
697
|
|
|
93
698
|
|
|
94
699
|
### Miscellaneous Chores
|
|
@@ -104,12 +709,12 @@
|
|
|
104
709
|
* @twin.org/api-core bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
105
710
|
* @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
106
711
|
|
|
107
|
-
## [0.0.2-next.12](https://github.com/
|
|
712
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.11...api-auth-entity-storage-rest-client-v0.0.2-next.12) (2025-10-09)
|
|
108
713
|
|
|
109
714
|
|
|
110
715
|
### Features
|
|
111
716
|
|
|
112
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
717
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
113
718
|
|
|
114
719
|
|
|
115
720
|
### Dependencies
|
|
@@ -120,12 +725,12 @@
|
|
|
120
725
|
* @twin.org/api-core bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
121
726
|
* @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
122
727
|
|
|
123
|
-
## [0.0.2-next.11](https://github.com/
|
|
728
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.10...api-auth-entity-storage-rest-client-v0.0.2-next.11) (2025-09-29)
|
|
124
729
|
|
|
125
730
|
|
|
126
731
|
### Features
|
|
127
732
|
|
|
128
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
733
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
129
734
|
|
|
130
735
|
|
|
131
736
|
### Dependencies
|
|
@@ -136,7 +741,7 @@
|
|
|
136
741
|
* @twin.org/api-core bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
137
742
|
* @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
138
743
|
|
|
139
|
-
## [0.0.2-next.10](https://github.com/
|
|
744
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.9...api-auth-entity-storage-rest-client-v0.0.2-next.10) (2025-09-23)
|
|
140
745
|
|
|
141
746
|
|
|
142
747
|
### Miscellaneous Chores
|
|
@@ -152,12 +757,12 @@
|
|
|
152
757
|
* @twin.org/api-core bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
153
758
|
* @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
154
759
|
|
|
155
|
-
## [0.0.2-next.9](https://github.com/
|
|
760
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.8...api-auth-entity-storage-rest-client-v0.0.2-next.9) (2025-08-29)
|
|
156
761
|
|
|
157
762
|
|
|
158
763
|
### Features
|
|
159
764
|
|
|
160
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
765
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
161
766
|
|
|
162
767
|
|
|
163
768
|
### Dependencies
|
|
@@ -168,7 +773,7 @@
|
|
|
168
773
|
* @twin.org/api-core bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
169
774
|
* @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
170
775
|
|
|
171
|
-
## [0.0.2-next.8](https://github.com/
|
|
776
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.7...api-auth-entity-storage-rest-client-v0.0.2-next.8) (2025-08-21)
|
|
172
777
|
|
|
173
778
|
|
|
174
779
|
### Miscellaneous Chores
|
|
@@ -184,7 +789,7 @@
|
|
|
184
789
|
* @twin.org/api-core bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
185
790
|
* @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
186
791
|
|
|
187
|
-
## [0.0.2-next.7](https://github.com/
|
|
792
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.6...api-auth-entity-storage-rest-client-v0.0.2-next.7) (2025-08-20)
|
|
188
793
|
|
|
189
794
|
|
|
190
795
|
### Miscellaneous Chores
|
|
@@ -200,12 +805,12 @@
|
|
|
200
805
|
* @twin.org/api-core bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
201
806
|
* @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
202
807
|
|
|
203
|
-
## [0.0.2-next.6](https://github.com/
|
|
808
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.5...api-auth-entity-storage-rest-client-v0.0.2-next.6) (2025-08-19)
|
|
204
809
|
|
|
205
810
|
|
|
206
811
|
### Features
|
|
207
812
|
|
|
208
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
813
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
209
814
|
|
|
210
815
|
|
|
211
816
|
### Dependencies
|
|
@@ -216,14 +821,14 @@
|
|
|
216
821
|
* @twin.org/api-core bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
217
822
|
* @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
218
823
|
|
|
219
|
-
## [0.0.2-next.5](https://github.com/
|
|
824
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.4...api-auth-entity-storage-rest-client-v0.0.2-next.5) (2025-07-25)
|
|
220
825
|
|
|
221
826
|
|
|
222
827
|
### Features
|
|
223
828
|
|
|
224
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
225
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
226
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
829
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
830
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
831
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
227
832
|
|
|
228
833
|
|
|
229
834
|
### Dependencies
|
|
@@ -234,7 +839,7 @@
|
|
|
234
839
|
* @twin.org/api-core bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
235
840
|
* @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
236
841
|
|
|
237
|
-
## [0.0.2-next.4](https://github.com/
|
|
842
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.3...api-auth-entity-storage-rest-client-v0.0.2-next.4) (2025-07-25)
|
|
238
843
|
|
|
239
844
|
|
|
240
845
|
### Miscellaneous Chores
|
|
@@ -250,7 +855,7 @@
|
|
|
250
855
|
* @twin.org/api-core bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
251
856
|
* @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
252
857
|
|
|
253
|
-
## [0.0.2-next.3](https://github.com/
|
|
858
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.2...api-auth-entity-storage-rest-client-v0.0.2-next.3) (2025-07-24)
|
|
254
859
|
|
|
255
860
|
|
|
256
861
|
### Miscellaneous Chores
|
|
@@ -266,7 +871,7 @@
|
|
|
266
871
|
* @twin.org/api-core bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
267
872
|
* @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
268
873
|
|
|
269
|
-
## [0.0.2-next.2](https://github.com/
|
|
874
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.1...api-auth-entity-storage-rest-client-v0.0.2-next.2) (2025-07-17)
|
|
270
875
|
|
|
271
876
|
|
|
272
877
|
### Miscellaneous Chores
|
|
@@ -282,14 +887,14 @@
|
|
|
282
887
|
* @twin.org/api-core bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
283
888
|
* @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
284
889
|
|
|
285
|
-
## [0.0.2-next.1](https://github.com/
|
|
890
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.0...api-auth-entity-storage-rest-client-v0.0.2-next.1) (2025-07-08)
|
|
286
891
|
|
|
287
892
|
|
|
288
893
|
### Features
|
|
289
894
|
|
|
290
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
291
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
292
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
895
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
896
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
897
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
293
898
|
|
|
294
899
|
|
|
295
900
|
### Dependencies
|
|
@@ -305,7 +910,7 @@
|
|
|
305
910
|
|
|
306
911
|
### Features
|
|
307
912
|
|
|
308
|
-
* release to production ([70ee2d5](https://github.com/
|
|
913
|
+
* release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
|
|
309
914
|
|
|
310
915
|
|
|
311
916
|
### Dependencies
|
|
@@ -316,7 +921,7 @@
|
|
|
316
921
|
* @twin.org/api-core bumped from ^0.0.0 to ^0.0.1
|
|
317
922
|
* @twin.org/api-models bumped from ^0.0.0 to ^0.0.1
|
|
318
923
|
|
|
319
|
-
## [0.0.1-next.36](https://github.com/
|
|
924
|
+
## [0.0.1-next.36](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.35...api-auth-entity-storage-rest-client-v0.0.1-next.36) (2025-06-17)
|
|
320
925
|
|
|
321
926
|
|
|
322
927
|
### Miscellaneous Chores
|
|
@@ -332,12 +937,12 @@
|
|
|
332
937
|
* @twin.org/api-core bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
333
938
|
* @twin.org/api-models bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
334
939
|
|
|
335
|
-
## [0.0.1-next.35](https://github.com/
|
|
940
|
+
## [0.0.1-next.35](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.34...api-auth-entity-storage-rest-client-v0.0.1-next.35) (2025-06-11)
|
|
336
941
|
|
|
337
942
|
|
|
338
943
|
### Features
|
|
339
944
|
|
|
340
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
945
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
341
946
|
|
|
342
947
|
|
|
343
948
|
### Dependencies
|
|
@@ -348,7 +953,7 @@
|
|
|
348
953
|
* @twin.org/api-core bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
349
954
|
* @twin.org/api-models bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
350
955
|
|
|
351
|
-
## [0.0.1-next.34](https://github.com/
|
|
956
|
+
## [0.0.1-next.34](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.33...api-auth-entity-storage-rest-client-v0.0.1-next.34) (2025-05-27)
|
|
352
957
|
|
|
353
958
|
|
|
354
959
|
### Miscellaneous Chores
|
|
@@ -364,12 +969,12 @@
|
|
|
364
969
|
* @twin.org/api-core bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
365
970
|
* @twin.org/api-models bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
366
971
|
|
|
367
|
-
## [0.0.1-next.33](https://github.com/
|
|
972
|
+
## [0.0.1-next.33](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.32...api-auth-entity-storage-rest-client-v0.0.1-next.33) (2025-04-17)
|
|
368
973
|
|
|
369
974
|
|
|
370
975
|
### Features
|
|
371
976
|
|
|
372
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
977
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
373
978
|
|
|
374
979
|
|
|
375
980
|
### Dependencies
|
|
@@ -380,7 +985,7 @@
|
|
|
380
985
|
* @twin.org/api-core bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
381
986
|
* @twin.org/api-models bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
382
987
|
|
|
383
|
-
## [0.0.1-next.32](https://github.com/
|
|
988
|
+
## [0.0.1-next.32](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.1-next.31...api-auth-entity-storage-rest-client-v0.0.1-next.32) (2025-03-28)
|
|
384
989
|
|
|
385
990
|
|
|
386
991
|
### Miscellaneous Chores
|