@twin.org/api-auth-entity-storage-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 +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 +8 -13
- package/dist/es/entityStorageAuthenticationRestClient.js.map +1 -1
- package/dist/es/index.js +2 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/entityStorageAuthenticationRestClientConstructorOptions.js.map +1 -1
- 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 +2 -0
- package/docs/changelog.md +819 -69
- 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 +75 -15
- package/docs/reference/index.md +2 -0
- package/docs/reference/interfaces/IEntityStorageAuthenticationRestClientConstructorOptions.md +122 -2
- package/package.json +10 -10
package/docs/changelog.md
CHANGED
|
@@ -1,24 +1,774 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.9.0...api-auth-entity-storage-rest-client-v0.9.0) (2026-06-24)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
8
|
+
* release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
|
|
9
|
+
* release to production ([#195](https://github.com/iotaledger/twin-api/issues/195)) ([a3f5c1f](https://github.com/iotaledger/twin-api/commit/a3f5c1fc35a748762af7efa4f7f95776004d1309))
|
|
10
|
+
* release to production ([#197](https://github.com/iotaledger/twin-api/issues/197)) ([f04c156](https://github.com/iotaledger/twin-api/commit/f04c1567f801cde36c5ec8595f9b9369109d9e42))
|
|
11
|
+
* release to production ([#201](https://github.com/iotaledger/twin-api/issues/201)) ([e1c46fd](https://github.com/iotaledger/twin-api/commit/e1c46fd02c1f4d44d5393e2f49a24f1e4468f240))
|
|
12
|
+
|
|
13
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.9.0-next.0...api-auth-entity-storage-rest-client-v0.9.0-next.1) (2026-06-23)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
19
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
20
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
21
|
+
* auth enhancements ([#93](https://github.com/iotaledger/twin-api/issues/93)) ([921a50c](https://github.com/iotaledger/twin-api/commit/921a50cd89d26e530a6be6174a5a803060fa0eb6))
|
|
22
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
23
|
+
* 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))
|
|
24
|
+
* remove authentication generators ([#66](https://github.com/iotaledger/twin-api/issues/66)) ([adaa169](https://github.com/iotaledger/twin-api/commit/adaa1698df1c5ccb0ad645a7a7c0d3ef82ef6ac1))
|
|
25
|
+
* typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
|
|
26
|
+
* update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
|
|
27
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
28
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
29
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
30
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
31
|
+
* user admin service ([#77](https://github.com/iotaledger/twin-api/issues/77)) ([c8491df](https://github.com/iotaledger/twin-api/commit/c8491df7b07c1f45560c8a78c6adc806d0ececbb))
|
|
32
|
+
* user partitioning ([#126](https://github.com/iotaledger/twin-api/issues/126)) ([6bf0da3](https://github.com/iotaledger/twin-api/commit/6bf0da3c42406c9838e80e0ddd6b21f5c64aac90))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* 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))
|
|
38
|
+
* use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Dependencies
|
|
42
|
+
|
|
43
|
+
* The following workspace dependencies were updated
|
|
44
|
+
* dependencies
|
|
45
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
46
|
+
* @twin.org/api-core bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
47
|
+
* @twin.org/api-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
48
|
+
|
|
49
|
+
## [0.0.3-next.53](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.52...api-auth-entity-storage-rest-client-v0.0.3-next.53) (2026-06-23)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Miscellaneous Chores
|
|
53
|
+
|
|
54
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Dependencies
|
|
58
|
+
|
|
59
|
+
* The following workspace dependencies were updated
|
|
60
|
+
* dependencies
|
|
61
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.52 to 0.0.3-next.53
|
|
62
|
+
* @twin.org/api-core bumped from 0.0.3-next.52 to 0.0.3-next.53
|
|
63
|
+
* @twin.org/api-models bumped from 0.0.3-next.52 to 0.0.3-next.53
|
|
64
|
+
|
|
65
|
+
## [0.0.3-next.52](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.51...api-auth-entity-storage-rest-client-v0.0.3-next.52) (2026-06-22)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Miscellaneous Chores
|
|
69
|
+
|
|
70
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
### Dependencies
|
|
74
|
+
|
|
75
|
+
* The following workspace dependencies were updated
|
|
76
|
+
* dependencies
|
|
77
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.51 to 0.0.3-next.52
|
|
78
|
+
* @twin.org/api-core bumped from 0.0.3-next.51 to 0.0.3-next.52
|
|
79
|
+
* @twin.org/api-models bumped from 0.0.3-next.51 to 0.0.3-next.52
|
|
80
|
+
|
|
81
|
+
## [0.0.3-next.51](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.50...api-auth-entity-storage-rest-client-v0.0.3-next.51) (2026-06-20)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Miscellaneous Chores
|
|
85
|
+
|
|
86
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Dependencies
|
|
90
|
+
|
|
91
|
+
* The following workspace dependencies were updated
|
|
92
|
+
* dependencies
|
|
93
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
94
|
+
* @twin.org/api-core bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
95
|
+
* @twin.org/api-models bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
96
|
+
|
|
97
|
+
## [0.0.3-next.50](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.49...api-auth-entity-storage-rest-client-v0.0.3-next.50) (2026-06-19)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Miscellaneous Chores
|
|
101
|
+
|
|
102
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Dependencies
|
|
106
|
+
|
|
107
|
+
* The following workspace dependencies were updated
|
|
108
|
+
* dependencies
|
|
109
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
110
|
+
* @twin.org/api-core bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
111
|
+
* @twin.org/api-models bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
112
|
+
|
|
113
|
+
## [0.0.3-next.49](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.48...api-auth-entity-storage-rest-client-v0.0.3-next.49) (2026-06-19)
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
### Miscellaneous Chores
|
|
117
|
+
|
|
118
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
### Dependencies
|
|
122
|
+
|
|
123
|
+
* The following workspace dependencies were updated
|
|
124
|
+
* dependencies
|
|
125
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
126
|
+
* @twin.org/api-core bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
127
|
+
* @twin.org/api-models bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
128
|
+
|
|
129
|
+
## [0.0.3-next.48](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.47...api-auth-entity-storage-rest-client-v0.0.3-next.48) (2026-06-19)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
### Miscellaneous Chores
|
|
133
|
+
|
|
134
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### Dependencies
|
|
138
|
+
|
|
139
|
+
* The following workspace dependencies were updated
|
|
140
|
+
* dependencies
|
|
141
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
142
|
+
* @twin.org/api-core bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
143
|
+
* @twin.org/api-models bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
144
|
+
|
|
145
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.46...api-auth-entity-storage-rest-client-v0.0.3-next.47) (2026-06-18)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Miscellaneous Chores
|
|
149
|
+
|
|
150
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
### Dependencies
|
|
154
|
+
|
|
155
|
+
* The following workspace dependencies were updated
|
|
156
|
+
* dependencies
|
|
157
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
158
|
+
* @twin.org/api-core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
159
|
+
* @twin.org/api-models bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
160
|
+
|
|
161
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.45...api-auth-entity-storage-rest-client-v0.0.3-next.46) (2026-06-17)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Miscellaneous Chores
|
|
165
|
+
|
|
166
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Dependencies
|
|
170
|
+
|
|
171
|
+
* The following workspace dependencies were updated
|
|
172
|
+
* dependencies
|
|
173
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
174
|
+
* @twin.org/api-core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
175
|
+
* @twin.org/api-models bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
176
|
+
|
|
177
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.44...api-auth-entity-storage-rest-client-v0.0.3-next.45) (2026-06-15)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Miscellaneous Chores
|
|
181
|
+
|
|
182
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
### Dependencies
|
|
186
|
+
|
|
187
|
+
* The following workspace dependencies were updated
|
|
188
|
+
* dependencies
|
|
189
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
190
|
+
* @twin.org/api-core bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
191
|
+
* @twin.org/api-models bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
192
|
+
|
|
193
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.43...api-auth-entity-storage-rest-client-v0.0.3-next.44) (2026-06-11)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Miscellaneous Chores
|
|
197
|
+
|
|
198
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### Dependencies
|
|
202
|
+
|
|
203
|
+
* The following workspace dependencies were updated
|
|
204
|
+
* dependencies
|
|
205
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
206
|
+
* @twin.org/api-core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
207
|
+
* @twin.org/api-models bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
208
|
+
|
|
209
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.42...api-auth-entity-storage-rest-client-v0.0.3-next.43) (2026-06-10)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
### Miscellaneous Chores
|
|
213
|
+
|
|
214
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
### Dependencies
|
|
218
|
+
|
|
219
|
+
* The following workspace dependencies were updated
|
|
220
|
+
* dependencies
|
|
221
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
222
|
+
* @twin.org/api-core bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
223
|
+
* @twin.org/api-models bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
224
|
+
|
|
225
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-rest-client-v0.0.3-next.41...api-auth-entity-storage-rest-client-v0.0.3-next.42) (2026-06-08)
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### Miscellaneous Chores
|
|
229
|
+
|
|
230
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
### Dependencies
|
|
234
|
+
|
|
235
|
+
* The following workspace dependencies were updated
|
|
236
|
+
* dependencies
|
|
237
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
238
|
+
* @twin.org/api-core bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
239
|
+
* @twin.org/api-models bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
240
|
+
|
|
241
|
+
## [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)
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Miscellaneous Chores
|
|
245
|
+
|
|
246
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Dependencies
|
|
250
|
+
|
|
251
|
+
* The following workspace dependencies were updated
|
|
252
|
+
* dependencies
|
|
253
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
254
|
+
* @twin.org/api-core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
255
|
+
* @twin.org/api-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
256
|
+
|
|
257
|
+
## [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)
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
### Miscellaneous Chores
|
|
261
|
+
|
|
262
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
### Dependencies
|
|
266
|
+
|
|
267
|
+
* The following workspace dependencies were updated
|
|
268
|
+
* dependencies
|
|
269
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
270
|
+
* @twin.org/api-core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
271
|
+
* @twin.org/api-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
272
|
+
|
|
273
|
+
## [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)
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
### Miscellaneous Chores
|
|
277
|
+
|
|
278
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Dependencies
|
|
282
|
+
|
|
283
|
+
* The following workspace dependencies were updated
|
|
284
|
+
* dependencies
|
|
285
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
286
|
+
* @twin.org/api-core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
287
|
+
* @twin.org/api-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
288
|
+
|
|
289
|
+
## [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)
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
### Miscellaneous Chores
|
|
293
|
+
|
|
294
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
### Dependencies
|
|
298
|
+
|
|
299
|
+
* The following workspace dependencies were updated
|
|
300
|
+
* dependencies
|
|
301
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
302
|
+
* @twin.org/api-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
303
|
+
* @twin.org/api-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
304
|
+
|
|
305
|
+
## [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)
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
### Miscellaneous Chores
|
|
309
|
+
|
|
310
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
### Dependencies
|
|
314
|
+
|
|
315
|
+
* The following workspace dependencies were updated
|
|
316
|
+
* dependencies
|
|
317
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
318
|
+
* @twin.org/api-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
319
|
+
* @twin.org/api-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
320
|
+
|
|
321
|
+
## [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)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Miscellaneous Chores
|
|
325
|
+
|
|
326
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
### Dependencies
|
|
330
|
+
|
|
331
|
+
* The following workspace dependencies were updated
|
|
332
|
+
* dependencies
|
|
333
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
334
|
+
* @twin.org/api-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
335
|
+
* @twin.org/api-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
336
|
+
|
|
337
|
+
## [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)
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
### Features
|
|
341
|
+
|
|
342
|
+
* user partitioning ([#126](https://github.com/iotaledger/twin-api/issues/126)) ([6bf0da3](https://github.com/iotaledger/twin-api/commit/6bf0da3c42406c9838e80e0ddd6b21f5c64aac90))
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
### Dependencies
|
|
346
|
+
|
|
347
|
+
* The following workspace dependencies were updated
|
|
348
|
+
* dependencies
|
|
349
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
350
|
+
* @twin.org/api-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
351
|
+
* @twin.org/api-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
352
|
+
|
|
353
|
+
## [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)
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
### Features
|
|
357
|
+
|
|
358
|
+
* update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
### Dependencies
|
|
362
|
+
|
|
363
|
+
* The following workspace dependencies were updated
|
|
364
|
+
* dependencies
|
|
365
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
366
|
+
* @twin.org/api-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
367
|
+
* @twin.org/api-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
368
|
+
|
|
369
|
+
## [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)
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### Features
|
|
373
|
+
|
|
374
|
+
* typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
### Dependencies
|
|
378
|
+
|
|
379
|
+
* The following workspace dependencies were updated
|
|
380
|
+
* dependencies
|
|
381
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
382
|
+
* @twin.org/api-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
383
|
+
* @twin.org/api-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
384
|
+
|
|
385
|
+
## [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)
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### Miscellaneous Chores
|
|
389
|
+
|
|
390
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Dependencies
|
|
394
|
+
|
|
395
|
+
* The following workspace dependencies were updated
|
|
396
|
+
* dependencies
|
|
397
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
398
|
+
* @twin.org/api-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
399
|
+
* @twin.org/api-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
400
|
+
|
|
401
|
+
## [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)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Miscellaneous Chores
|
|
405
|
+
|
|
406
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### Dependencies
|
|
410
|
+
|
|
411
|
+
* The following workspace dependencies were updated
|
|
412
|
+
* dependencies
|
|
413
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
414
|
+
* @twin.org/api-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
415
|
+
* @twin.org/api-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
416
|
+
|
|
417
|
+
## [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)
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
### Miscellaneous Chores
|
|
421
|
+
|
|
422
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
### Dependencies
|
|
426
|
+
|
|
427
|
+
* The following workspace dependencies were updated
|
|
428
|
+
* dependencies
|
|
429
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
430
|
+
* @twin.org/api-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
431
|
+
* @twin.org/api-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
432
|
+
|
|
433
|
+
## [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)
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
### Miscellaneous Chores
|
|
437
|
+
|
|
438
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
### Dependencies
|
|
442
|
+
|
|
443
|
+
* The following workspace dependencies were updated
|
|
444
|
+
* dependencies
|
|
445
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
446
|
+
* @twin.org/api-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
447
|
+
* @twin.org/api-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
448
|
+
|
|
449
|
+
## [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)
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
### Bug Fixes
|
|
453
|
+
|
|
454
|
+
* 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))
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
### Dependencies
|
|
458
|
+
|
|
459
|
+
* The following workspace dependencies were updated
|
|
460
|
+
* dependencies
|
|
461
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
462
|
+
* @twin.org/api-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
463
|
+
* @twin.org/api-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
464
|
+
|
|
465
|
+
## [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)
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
### Miscellaneous Chores
|
|
469
|
+
|
|
470
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### Dependencies
|
|
474
|
+
|
|
475
|
+
* The following workspace dependencies were updated
|
|
476
|
+
* dependencies
|
|
477
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
478
|
+
* @twin.org/api-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
479
|
+
* @twin.org/api-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
480
|
+
|
|
481
|
+
## [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)
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
### Miscellaneous Chores
|
|
485
|
+
|
|
486
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
### Dependencies
|
|
490
|
+
|
|
491
|
+
* The following workspace dependencies were updated
|
|
492
|
+
* dependencies
|
|
493
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
494
|
+
* @twin.org/api-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
495
|
+
* @twin.org/api-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
496
|
+
|
|
497
|
+
## [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)
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
### Miscellaneous Chores
|
|
501
|
+
|
|
502
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
### Dependencies
|
|
506
|
+
|
|
507
|
+
* The following workspace dependencies were updated
|
|
508
|
+
* dependencies
|
|
509
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
510
|
+
* @twin.org/api-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
511
|
+
* @twin.org/api-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
512
|
+
|
|
513
|
+
## [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)
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
### Miscellaneous Chores
|
|
517
|
+
|
|
518
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
### Dependencies
|
|
522
|
+
|
|
523
|
+
* The following workspace dependencies were updated
|
|
524
|
+
* dependencies
|
|
525
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
526
|
+
* @twin.org/api-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
527
|
+
* @twin.org/api-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
528
|
+
|
|
529
|
+
## [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)
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
### Features
|
|
533
|
+
|
|
534
|
+
* auth enhancements ([#93](https://github.com/iotaledger/twin-api/issues/93)) ([921a50c](https://github.com/iotaledger/twin-api/commit/921a50cd89d26e530a6be6174a5a803060fa0eb6))
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
### Dependencies
|
|
538
|
+
|
|
539
|
+
* The following workspace dependencies were updated
|
|
540
|
+
* dependencies
|
|
541
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
542
|
+
* @twin.org/api-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
543
|
+
* @twin.org/api-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
544
|
+
|
|
545
|
+
## [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)
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
### Miscellaneous Chores
|
|
549
|
+
|
|
550
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
### Dependencies
|
|
554
|
+
|
|
555
|
+
* The following workspace dependencies were updated
|
|
556
|
+
* dependencies
|
|
557
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
558
|
+
* @twin.org/api-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
559
|
+
* @twin.org/api-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
560
|
+
|
|
561
|
+
## [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)
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
### Miscellaneous Chores
|
|
565
|
+
|
|
566
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
### Dependencies
|
|
570
|
+
|
|
571
|
+
* The following workspace dependencies were updated
|
|
572
|
+
* dependencies
|
|
573
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
574
|
+
* @twin.org/api-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
575
|
+
* @twin.org/api-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
576
|
+
|
|
577
|
+
## [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)
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Miscellaneous Chores
|
|
581
|
+
|
|
582
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
### Dependencies
|
|
586
|
+
|
|
587
|
+
* The following workspace dependencies were updated
|
|
588
|
+
* dependencies
|
|
589
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
590
|
+
* @twin.org/api-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
591
|
+
* @twin.org/api-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
592
|
+
|
|
593
|
+
## [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)
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
### Features
|
|
597
|
+
|
|
598
|
+
* user admin service ([#77](https://github.com/iotaledger/twin-api/issues/77)) ([c8491df](https://github.com/iotaledger/twin-api/commit/c8491df7b07c1f45560c8a78c6adc806d0ececbb))
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
### Dependencies
|
|
602
|
+
|
|
603
|
+
* The following workspace dependencies were updated
|
|
604
|
+
* dependencies
|
|
605
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
606
|
+
* @twin.org/api-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
607
|
+
* @twin.org/api-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
608
|
+
|
|
609
|
+
## [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)
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
### Miscellaneous Chores
|
|
613
|
+
|
|
614
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
### Dependencies
|
|
618
|
+
|
|
619
|
+
* The following workspace dependencies were updated
|
|
620
|
+
* dependencies
|
|
621
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
622
|
+
* @twin.org/api-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
623
|
+
* @twin.org/api-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
624
|
+
|
|
625
|
+
## [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)
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
### Miscellaneous Chores
|
|
629
|
+
|
|
630
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
### Dependencies
|
|
634
|
+
|
|
635
|
+
* The following workspace dependencies were updated
|
|
636
|
+
* dependencies
|
|
637
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
638
|
+
* @twin.org/api-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
639
|
+
* @twin.org/api-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
640
|
+
|
|
641
|
+
## [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)
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
### Miscellaneous Chores
|
|
645
|
+
|
|
646
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
### Dependencies
|
|
650
|
+
|
|
651
|
+
* The following workspace dependencies were updated
|
|
652
|
+
* dependencies
|
|
653
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
654
|
+
* @twin.org/api-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
655
|
+
* @twin.org/api-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
656
|
+
|
|
657
|
+
## [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)
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
### Miscellaneous Chores
|
|
661
|
+
|
|
662
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
### Dependencies
|
|
666
|
+
|
|
667
|
+
* The following workspace dependencies were updated
|
|
668
|
+
* dependencies
|
|
669
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
670
|
+
* @twin.org/api-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
671
|
+
* @twin.org/api-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
672
|
+
|
|
673
|
+
## [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)
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
### Miscellaneous Chores
|
|
677
|
+
|
|
678
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
### Dependencies
|
|
682
|
+
|
|
683
|
+
* The following workspace dependencies were updated
|
|
684
|
+
* dependencies
|
|
685
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
686
|
+
* @twin.org/api-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
687
|
+
* @twin.org/api-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
688
|
+
|
|
689
|
+
## [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)
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
### Features
|
|
693
|
+
|
|
694
|
+
* remove authentication generators ([#66](https://github.com/iotaledger/twin-api/issues/66)) ([adaa169](https://github.com/iotaledger/twin-api/commit/adaa1698df1c5ccb0ad645a7a7c0d3ef82ef6ac1))
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
### Dependencies
|
|
698
|
+
|
|
699
|
+
* The following workspace dependencies were updated
|
|
700
|
+
* dependencies
|
|
701
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
702
|
+
* @twin.org/api-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
703
|
+
* @twin.org/api-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
704
|
+
|
|
705
|
+
## [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)
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
### Miscellaneous Chores
|
|
709
|
+
|
|
710
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
### Dependencies
|
|
714
|
+
|
|
715
|
+
* The following workspace dependencies were updated
|
|
716
|
+
* dependencies
|
|
717
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
718
|
+
* @twin.org/api-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
719
|
+
* @twin.org/api-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
720
|
+
|
|
721
|
+
## [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)
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
### Miscellaneous Chores
|
|
725
|
+
|
|
726
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
### Dependencies
|
|
730
|
+
|
|
731
|
+
* The following workspace dependencies were updated
|
|
732
|
+
* dependencies
|
|
733
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
734
|
+
* @twin.org/api-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
735
|
+
* @twin.org/api-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
736
|
+
|
|
737
|
+
## [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)
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
### Miscellaneous Chores
|
|
741
|
+
|
|
742
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
### Dependencies
|
|
746
|
+
|
|
747
|
+
* The following workspace dependencies were updated
|
|
748
|
+
* dependencies
|
|
749
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
750
|
+
* @twin.org/api-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
751
|
+
* @twin.org/api-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
752
|
+
|
|
753
|
+
## [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)
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
### Features
|
|
757
|
+
|
|
758
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
759
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
760
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
761
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
762
|
+
* 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))
|
|
763
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
764
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
765
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
766
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
17
767
|
|
|
18
768
|
|
|
19
769
|
### Bug Fixes
|
|
20
770
|
|
|
21
|
-
* use correct format for log messaging ([44bc2a4](https://github.com/
|
|
771
|
+
* use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
|
|
22
772
|
|
|
23
773
|
|
|
24
774
|
### Dependencies
|
|
@@ -29,7 +779,7 @@
|
|
|
29
779
|
* @twin.org/api-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
30
780
|
* @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
31
781
|
|
|
32
|
-
## [0.0.3-next.8](https://github.com/
|
|
782
|
+
## [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)
|
|
33
783
|
|
|
34
784
|
|
|
35
785
|
### Miscellaneous Chores
|
|
@@ -45,7 +795,7 @@
|
|
|
45
795
|
* @twin.org/api-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
46
796
|
* @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
47
797
|
|
|
48
|
-
## [0.0.3-next.7](https://github.com/
|
|
798
|
+
## [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)
|
|
49
799
|
|
|
50
800
|
|
|
51
801
|
### Miscellaneous Chores
|
|
@@ -61,7 +811,7 @@
|
|
|
61
811
|
* @twin.org/api-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
62
812
|
* @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
63
813
|
|
|
64
|
-
## [0.0.3-next.6](https://github.com/
|
|
814
|
+
## [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)
|
|
65
815
|
|
|
66
816
|
|
|
67
817
|
### Miscellaneous Chores
|
|
@@ -77,7 +827,7 @@
|
|
|
77
827
|
* @twin.org/api-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
78
828
|
* @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
79
829
|
|
|
80
|
-
## [0.0.3-next.5](https://github.com/
|
|
830
|
+
## [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)
|
|
81
831
|
|
|
82
832
|
|
|
83
833
|
### Miscellaneous Chores
|
|
@@ -93,24 +843,24 @@
|
|
|
93
843
|
* @twin.org/api-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
94
844
|
* @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
95
845
|
|
|
96
|
-
## [0.0.3-next.4](https://github.com/
|
|
846
|
+
## [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)
|
|
97
847
|
|
|
98
848
|
|
|
99
849
|
### Features
|
|
100
850
|
|
|
101
|
-
* add context id features ([#42](https://github.com/
|
|
102
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
103
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
104
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
105
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
106
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
107
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
108
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
851
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
852
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
853
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
854
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
855
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
856
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
857
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
858
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
109
859
|
|
|
110
860
|
|
|
111
861
|
### Bug Fixes
|
|
112
862
|
|
|
113
|
-
* use correct format for log messaging ([44bc2a4](https://github.com/
|
|
863
|
+
* use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
|
|
114
864
|
|
|
115
865
|
|
|
116
866
|
### Dependencies
|
|
@@ -121,7 +871,7 @@
|
|
|
121
871
|
* @twin.org/api-core bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
122
872
|
* @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
123
873
|
|
|
124
|
-
## [0.0.3-next.3](https://github.com/
|
|
874
|
+
## [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)
|
|
125
875
|
|
|
126
876
|
|
|
127
877
|
### Miscellaneous Chores
|
|
@@ -137,7 +887,7 @@
|
|
|
137
887
|
* @twin.org/api-core bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
138
888
|
* @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
139
889
|
|
|
140
|
-
## [0.0.3-next.2](https://github.com/
|
|
890
|
+
## [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)
|
|
141
891
|
|
|
142
892
|
|
|
143
893
|
### Miscellaneous Chores
|
|
@@ -153,24 +903,24 @@
|
|
|
153
903
|
* @twin.org/api-core bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
154
904
|
* @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
155
905
|
|
|
156
|
-
## [0.0.3-next.1](https://github.com/
|
|
906
|
+
## [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)
|
|
157
907
|
|
|
158
908
|
|
|
159
909
|
### Features
|
|
160
910
|
|
|
161
|
-
* add context id features ([#42](https://github.com/
|
|
162
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
163
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
164
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
165
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
166
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
167
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
168
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
911
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
912
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
913
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
914
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
915
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
916
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
917
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
918
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
169
919
|
|
|
170
920
|
|
|
171
921
|
### Bug Fixes
|
|
172
922
|
|
|
173
|
-
* use correct format for log messaging ([44bc2a4](https://github.com/
|
|
923
|
+
* use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
|
|
174
924
|
|
|
175
925
|
|
|
176
926
|
### Dependencies
|
|
@@ -181,7 +931,7 @@
|
|
|
181
931
|
* @twin.org/api-core bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
182
932
|
* @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
183
933
|
|
|
184
|
-
## [0.0.2-next.13](https://github.com/
|
|
934
|
+
## [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)
|
|
185
935
|
|
|
186
936
|
|
|
187
937
|
### Miscellaneous Chores
|
|
@@ -197,12 +947,12 @@
|
|
|
197
947
|
* @twin.org/api-core bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
198
948
|
* @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
199
949
|
|
|
200
|
-
## [0.0.2-next.12](https://github.com/
|
|
950
|
+
## [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)
|
|
201
951
|
|
|
202
952
|
|
|
203
953
|
### Features
|
|
204
954
|
|
|
205
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
955
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
206
956
|
|
|
207
957
|
|
|
208
958
|
### Dependencies
|
|
@@ -213,12 +963,12 @@
|
|
|
213
963
|
* @twin.org/api-core bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
214
964
|
* @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
215
965
|
|
|
216
|
-
## [0.0.2-next.11](https://github.com/
|
|
966
|
+
## [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)
|
|
217
967
|
|
|
218
968
|
|
|
219
969
|
### Features
|
|
220
970
|
|
|
221
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
971
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
222
972
|
|
|
223
973
|
|
|
224
974
|
### Dependencies
|
|
@@ -229,7 +979,7 @@
|
|
|
229
979
|
* @twin.org/api-core bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
230
980
|
* @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
231
981
|
|
|
232
|
-
## [0.0.2-next.10](https://github.com/
|
|
982
|
+
## [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)
|
|
233
983
|
|
|
234
984
|
|
|
235
985
|
### Miscellaneous Chores
|
|
@@ -245,12 +995,12 @@
|
|
|
245
995
|
* @twin.org/api-core bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
246
996
|
* @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
247
997
|
|
|
248
|
-
## [0.0.2-next.9](https://github.com/
|
|
998
|
+
## [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)
|
|
249
999
|
|
|
250
1000
|
|
|
251
1001
|
### Features
|
|
252
1002
|
|
|
253
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
1003
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
254
1004
|
|
|
255
1005
|
|
|
256
1006
|
### Dependencies
|
|
@@ -261,7 +1011,7 @@
|
|
|
261
1011
|
* @twin.org/api-core bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
262
1012
|
* @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
263
1013
|
|
|
264
|
-
## [0.0.2-next.8](https://github.com/
|
|
1014
|
+
## [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)
|
|
265
1015
|
|
|
266
1016
|
|
|
267
1017
|
### Miscellaneous Chores
|
|
@@ -277,7 +1027,7 @@
|
|
|
277
1027
|
* @twin.org/api-core bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
278
1028
|
* @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
279
1029
|
|
|
280
|
-
## [0.0.2-next.7](https://github.com/
|
|
1030
|
+
## [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)
|
|
281
1031
|
|
|
282
1032
|
|
|
283
1033
|
### Miscellaneous Chores
|
|
@@ -293,12 +1043,12 @@
|
|
|
293
1043
|
* @twin.org/api-core bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
294
1044
|
* @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
295
1045
|
|
|
296
|
-
## [0.0.2-next.6](https://github.com/
|
|
1046
|
+
## [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)
|
|
297
1047
|
|
|
298
1048
|
|
|
299
1049
|
### Features
|
|
300
1050
|
|
|
301
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
1051
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
302
1052
|
|
|
303
1053
|
|
|
304
1054
|
### Dependencies
|
|
@@ -309,14 +1059,14 @@
|
|
|
309
1059
|
* @twin.org/api-core bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
310
1060
|
* @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
311
1061
|
|
|
312
|
-
## [0.0.2-next.5](https://github.com/
|
|
1062
|
+
## [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)
|
|
313
1063
|
|
|
314
1064
|
|
|
315
1065
|
### Features
|
|
316
1066
|
|
|
317
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
318
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
319
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
1067
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
1068
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
1069
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
320
1070
|
|
|
321
1071
|
|
|
322
1072
|
### Dependencies
|
|
@@ -327,7 +1077,7 @@
|
|
|
327
1077
|
* @twin.org/api-core bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
328
1078
|
* @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
329
1079
|
|
|
330
|
-
## [0.0.2-next.4](https://github.com/
|
|
1080
|
+
## [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)
|
|
331
1081
|
|
|
332
1082
|
|
|
333
1083
|
### Miscellaneous Chores
|
|
@@ -343,7 +1093,7 @@
|
|
|
343
1093
|
* @twin.org/api-core bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
344
1094
|
* @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
345
1095
|
|
|
346
|
-
## [0.0.2-next.3](https://github.com/
|
|
1096
|
+
## [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)
|
|
347
1097
|
|
|
348
1098
|
|
|
349
1099
|
### Miscellaneous Chores
|
|
@@ -359,7 +1109,7 @@
|
|
|
359
1109
|
* @twin.org/api-core bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
360
1110
|
* @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
361
1111
|
|
|
362
|
-
## [0.0.2-next.2](https://github.com/
|
|
1112
|
+
## [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)
|
|
363
1113
|
|
|
364
1114
|
|
|
365
1115
|
### Miscellaneous Chores
|
|
@@ -375,14 +1125,14 @@
|
|
|
375
1125
|
* @twin.org/api-core bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
376
1126
|
* @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
377
1127
|
|
|
378
|
-
## [0.0.2-next.1](https://github.com/
|
|
1128
|
+
## [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)
|
|
379
1129
|
|
|
380
1130
|
|
|
381
1131
|
### Features
|
|
382
1132
|
|
|
383
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
384
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
385
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
1133
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
1134
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
1135
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
386
1136
|
|
|
387
1137
|
|
|
388
1138
|
### Dependencies
|
|
@@ -398,7 +1148,7 @@
|
|
|
398
1148
|
|
|
399
1149
|
### Features
|
|
400
1150
|
|
|
401
|
-
* release to production ([70ee2d5](https://github.com/
|
|
1151
|
+
* release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
|
|
402
1152
|
|
|
403
1153
|
|
|
404
1154
|
### Dependencies
|
|
@@ -409,7 +1159,7 @@
|
|
|
409
1159
|
* @twin.org/api-core bumped from ^0.0.0 to ^0.0.1
|
|
410
1160
|
* @twin.org/api-models bumped from ^0.0.0 to ^0.0.1
|
|
411
1161
|
|
|
412
|
-
## [0.0.1-next.36](https://github.com/
|
|
1162
|
+
## [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)
|
|
413
1163
|
|
|
414
1164
|
|
|
415
1165
|
### Miscellaneous Chores
|
|
@@ -425,12 +1175,12 @@
|
|
|
425
1175
|
* @twin.org/api-core bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
426
1176
|
* @twin.org/api-models bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
427
1177
|
|
|
428
|
-
## [0.0.1-next.35](https://github.com/
|
|
1178
|
+
## [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)
|
|
429
1179
|
|
|
430
1180
|
|
|
431
1181
|
### Features
|
|
432
1182
|
|
|
433
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
1183
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
434
1184
|
|
|
435
1185
|
|
|
436
1186
|
### Dependencies
|
|
@@ -441,7 +1191,7 @@
|
|
|
441
1191
|
* @twin.org/api-core bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
442
1192
|
* @twin.org/api-models bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
443
1193
|
|
|
444
|
-
## [0.0.1-next.34](https://github.com/
|
|
1194
|
+
## [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)
|
|
445
1195
|
|
|
446
1196
|
|
|
447
1197
|
### Miscellaneous Chores
|
|
@@ -457,12 +1207,12 @@
|
|
|
457
1207
|
* @twin.org/api-core bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
458
1208
|
* @twin.org/api-models bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
459
1209
|
|
|
460
|
-
## [0.0.1-next.33](https://github.com/
|
|
1210
|
+
## [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)
|
|
461
1211
|
|
|
462
1212
|
|
|
463
1213
|
### Features
|
|
464
1214
|
|
|
465
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
1215
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
466
1216
|
|
|
467
1217
|
|
|
468
1218
|
### Dependencies
|
|
@@ -473,7 +1223,7 @@
|
|
|
473
1223
|
* @twin.org/api-core bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
474
1224
|
* @twin.org/api-models bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
475
1225
|
|
|
476
|
-
## [0.0.1-next.32](https://github.com/
|
|
1226
|
+
## [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)
|
|
477
1227
|
|
|
478
1228
|
|
|
479
1229
|
### Miscellaneous Chores
|