@twin.org/api-auth-entity-storage-rest-client 0.0.3-next.9 → 0.9.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +809 -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,764 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [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)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
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
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
8
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
9
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
10
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
11
|
+
* auth enhancements ([#93](https://github.com/iotaledger/twin-api/issues/93)) ([921a50c](https://github.com/iotaledger/twin-api/commit/921a50cd89d26e530a6be6174a5a803060fa0eb6))
|
|
12
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
13
|
+
* 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))
|
|
14
|
+
* remove authentication generators ([#66](https://github.com/iotaledger/twin-api/issues/66)) ([adaa169](https://github.com/iotaledger/twin-api/commit/adaa1698df1c5ccb0ad645a7a7c0d3ef82ef6ac1))
|
|
15
|
+
* typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
|
|
16
|
+
* update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
|
|
17
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
18
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
19
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
20
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
21
|
+
* user admin service ([#77](https://github.com/iotaledger/twin-api/issues/77)) ([c8491df](https://github.com/iotaledger/twin-api/commit/c8491df7b07c1f45560c8a78c6adc806d0ececbb))
|
|
22
|
+
* user partitioning ([#126](https://github.com/iotaledger/twin-api/issues/126)) ([6bf0da3](https://github.com/iotaledger/twin-api/commit/6bf0da3c42406c9838e80e0ddd6b21f5c64aac90))
|
|
17
23
|
|
|
18
24
|
|
|
19
25
|
### Bug Fixes
|
|
20
26
|
|
|
21
|
-
*
|
|
27
|
+
* 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))
|
|
28
|
+
* use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Dependencies
|
|
32
|
+
|
|
33
|
+
* The following workspace dependencies were updated
|
|
34
|
+
* dependencies
|
|
35
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
36
|
+
* @twin.org/api-core bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
37
|
+
* @twin.org/api-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
38
|
+
|
|
39
|
+
## [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)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Miscellaneous Chores
|
|
43
|
+
|
|
44
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Dependencies
|
|
48
|
+
|
|
49
|
+
* The following workspace dependencies were updated
|
|
50
|
+
* dependencies
|
|
51
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.52 to 0.0.3-next.53
|
|
52
|
+
* @twin.org/api-core bumped from 0.0.3-next.52 to 0.0.3-next.53
|
|
53
|
+
* @twin.org/api-models bumped from 0.0.3-next.52 to 0.0.3-next.53
|
|
54
|
+
|
|
55
|
+
## [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)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Miscellaneous Chores
|
|
59
|
+
|
|
60
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Dependencies
|
|
64
|
+
|
|
65
|
+
* The following workspace dependencies were updated
|
|
66
|
+
* dependencies
|
|
67
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.51 to 0.0.3-next.52
|
|
68
|
+
* @twin.org/api-core bumped from 0.0.3-next.51 to 0.0.3-next.52
|
|
69
|
+
* @twin.org/api-models bumped from 0.0.3-next.51 to 0.0.3-next.52
|
|
70
|
+
|
|
71
|
+
## [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)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Miscellaneous Chores
|
|
75
|
+
|
|
76
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Dependencies
|
|
80
|
+
|
|
81
|
+
* The following workspace dependencies were updated
|
|
82
|
+
* dependencies
|
|
83
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
84
|
+
* @twin.org/api-core bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
85
|
+
* @twin.org/api-models bumped from 0.0.3-next.50 to 0.0.3-next.51
|
|
86
|
+
|
|
87
|
+
## [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)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Miscellaneous Chores
|
|
91
|
+
|
|
92
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Dependencies
|
|
96
|
+
|
|
97
|
+
* The following workspace dependencies were updated
|
|
98
|
+
* dependencies
|
|
99
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
100
|
+
* @twin.org/api-core bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
101
|
+
* @twin.org/api-models bumped from 0.0.3-next.49 to 0.0.3-next.50
|
|
102
|
+
|
|
103
|
+
## [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)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Miscellaneous Chores
|
|
107
|
+
|
|
108
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Dependencies
|
|
112
|
+
|
|
113
|
+
* The following workspace dependencies were updated
|
|
114
|
+
* dependencies
|
|
115
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
116
|
+
* @twin.org/api-core bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
117
|
+
* @twin.org/api-models bumped from 0.0.3-next.48 to 0.0.3-next.49
|
|
118
|
+
|
|
119
|
+
## [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)
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
### Miscellaneous Chores
|
|
123
|
+
|
|
124
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Dependencies
|
|
128
|
+
|
|
129
|
+
* The following workspace dependencies were updated
|
|
130
|
+
* dependencies
|
|
131
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
132
|
+
* @twin.org/api-core bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
133
|
+
* @twin.org/api-models bumped from 0.0.3-next.47 to 0.0.3-next.48
|
|
134
|
+
|
|
135
|
+
## [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)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Miscellaneous Chores
|
|
139
|
+
|
|
140
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### Dependencies
|
|
144
|
+
|
|
145
|
+
* The following workspace dependencies were updated
|
|
146
|
+
* dependencies
|
|
147
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
148
|
+
* @twin.org/api-core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
149
|
+
* @twin.org/api-models bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
150
|
+
|
|
151
|
+
## [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)
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
### Miscellaneous Chores
|
|
155
|
+
|
|
156
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### Dependencies
|
|
160
|
+
|
|
161
|
+
* The following workspace dependencies were updated
|
|
162
|
+
* dependencies
|
|
163
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
164
|
+
* @twin.org/api-core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
165
|
+
* @twin.org/api-models bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
166
|
+
|
|
167
|
+
## [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)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Miscellaneous Chores
|
|
171
|
+
|
|
172
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Dependencies
|
|
176
|
+
|
|
177
|
+
* The following workspace dependencies were updated
|
|
178
|
+
* dependencies
|
|
179
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
180
|
+
* @twin.org/api-core bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
181
|
+
* @twin.org/api-models bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
182
|
+
|
|
183
|
+
## [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)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Miscellaneous Chores
|
|
187
|
+
|
|
188
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Dependencies
|
|
192
|
+
|
|
193
|
+
* The following workspace dependencies were updated
|
|
194
|
+
* dependencies
|
|
195
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
196
|
+
* @twin.org/api-core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
197
|
+
* @twin.org/api-models bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
198
|
+
|
|
199
|
+
## [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)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Miscellaneous Chores
|
|
203
|
+
|
|
204
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
### Dependencies
|
|
208
|
+
|
|
209
|
+
* The following workspace dependencies were updated
|
|
210
|
+
* dependencies
|
|
211
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
212
|
+
* @twin.org/api-core bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
213
|
+
* @twin.org/api-models bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
214
|
+
|
|
215
|
+
## [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)
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### Miscellaneous Chores
|
|
219
|
+
|
|
220
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
### Dependencies
|
|
224
|
+
|
|
225
|
+
* The following workspace dependencies were updated
|
|
226
|
+
* dependencies
|
|
227
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
228
|
+
* @twin.org/api-core bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
229
|
+
* @twin.org/api-models bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
230
|
+
|
|
231
|
+
## [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)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Miscellaneous Chores
|
|
235
|
+
|
|
236
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Dependencies
|
|
240
|
+
|
|
241
|
+
* The following workspace dependencies were updated
|
|
242
|
+
* dependencies
|
|
243
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
244
|
+
* @twin.org/api-core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
245
|
+
* @twin.org/api-models bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
246
|
+
|
|
247
|
+
## [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)
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
### Miscellaneous Chores
|
|
251
|
+
|
|
252
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
### Dependencies
|
|
256
|
+
|
|
257
|
+
* The following workspace dependencies were updated
|
|
258
|
+
* dependencies
|
|
259
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
260
|
+
* @twin.org/api-core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
261
|
+
* @twin.org/api-models bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
262
|
+
|
|
263
|
+
## [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)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Miscellaneous Chores
|
|
267
|
+
|
|
268
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
### Dependencies
|
|
272
|
+
|
|
273
|
+
* The following workspace dependencies were updated
|
|
274
|
+
* dependencies
|
|
275
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
276
|
+
* @twin.org/api-core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
277
|
+
* @twin.org/api-models bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
278
|
+
|
|
279
|
+
## [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)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Miscellaneous Chores
|
|
283
|
+
|
|
284
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Dependencies
|
|
288
|
+
|
|
289
|
+
* The following workspace dependencies were updated
|
|
290
|
+
* dependencies
|
|
291
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
292
|
+
* @twin.org/api-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
293
|
+
* @twin.org/api-models bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
294
|
+
|
|
295
|
+
## [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)
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
### Miscellaneous Chores
|
|
299
|
+
|
|
300
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
### Dependencies
|
|
304
|
+
|
|
305
|
+
* The following workspace dependencies were updated
|
|
306
|
+
* dependencies
|
|
307
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
308
|
+
* @twin.org/api-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
309
|
+
* @twin.org/api-models bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
310
|
+
|
|
311
|
+
## [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)
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Miscellaneous Chores
|
|
315
|
+
|
|
316
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Dependencies
|
|
320
|
+
|
|
321
|
+
* The following workspace dependencies were updated
|
|
322
|
+
* dependencies
|
|
323
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
324
|
+
* @twin.org/api-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
325
|
+
* @twin.org/api-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
326
|
+
|
|
327
|
+
## [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)
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
### Features
|
|
331
|
+
|
|
332
|
+
* user partitioning ([#126](https://github.com/iotaledger/twin-api/issues/126)) ([6bf0da3](https://github.com/iotaledger/twin-api/commit/6bf0da3c42406c9838e80e0ddd6b21f5c64aac90))
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
### Dependencies
|
|
336
|
+
|
|
337
|
+
* The following workspace dependencies were updated
|
|
338
|
+
* dependencies
|
|
339
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
340
|
+
* @twin.org/api-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
341
|
+
* @twin.org/api-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
342
|
+
|
|
343
|
+
## [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)
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
### Features
|
|
347
|
+
|
|
348
|
+
* update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Dependencies
|
|
352
|
+
|
|
353
|
+
* The following workspace dependencies were updated
|
|
354
|
+
* dependencies
|
|
355
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
356
|
+
* @twin.org/api-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
357
|
+
* @twin.org/api-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
358
|
+
|
|
359
|
+
## [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)
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
### Features
|
|
363
|
+
|
|
364
|
+
* typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Dependencies
|
|
368
|
+
|
|
369
|
+
* The following workspace dependencies were updated
|
|
370
|
+
* dependencies
|
|
371
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
372
|
+
* @twin.org/api-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
373
|
+
* @twin.org/api-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
374
|
+
|
|
375
|
+
## [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)
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
### Miscellaneous Chores
|
|
379
|
+
|
|
380
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
### Dependencies
|
|
384
|
+
|
|
385
|
+
* The following workspace dependencies were updated
|
|
386
|
+
* dependencies
|
|
387
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
388
|
+
* @twin.org/api-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
389
|
+
* @twin.org/api-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
390
|
+
|
|
391
|
+
## [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)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
### Miscellaneous Chores
|
|
395
|
+
|
|
396
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Dependencies
|
|
400
|
+
|
|
401
|
+
* The following workspace dependencies were updated
|
|
402
|
+
* dependencies
|
|
403
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
404
|
+
* @twin.org/api-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
405
|
+
* @twin.org/api-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
406
|
+
|
|
407
|
+
## [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)
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
### Miscellaneous Chores
|
|
411
|
+
|
|
412
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
### Dependencies
|
|
416
|
+
|
|
417
|
+
* The following workspace dependencies were updated
|
|
418
|
+
* dependencies
|
|
419
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
420
|
+
* @twin.org/api-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
421
|
+
* @twin.org/api-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
422
|
+
|
|
423
|
+
## [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)
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Miscellaneous Chores
|
|
427
|
+
|
|
428
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
### Dependencies
|
|
432
|
+
|
|
433
|
+
* The following workspace dependencies were updated
|
|
434
|
+
* dependencies
|
|
435
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
436
|
+
* @twin.org/api-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
437
|
+
* @twin.org/api-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
438
|
+
|
|
439
|
+
## [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)
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
### Bug Fixes
|
|
443
|
+
|
|
444
|
+
* 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))
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
### Dependencies
|
|
448
|
+
|
|
449
|
+
* The following workspace dependencies were updated
|
|
450
|
+
* dependencies
|
|
451
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
452
|
+
* @twin.org/api-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
453
|
+
* @twin.org/api-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
454
|
+
|
|
455
|
+
## [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)
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
### Miscellaneous Chores
|
|
459
|
+
|
|
460
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
### Dependencies
|
|
464
|
+
|
|
465
|
+
* The following workspace dependencies were updated
|
|
466
|
+
* dependencies
|
|
467
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
468
|
+
* @twin.org/api-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
469
|
+
* @twin.org/api-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
470
|
+
|
|
471
|
+
## [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)
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
### Miscellaneous Chores
|
|
475
|
+
|
|
476
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
### Dependencies
|
|
480
|
+
|
|
481
|
+
* The following workspace dependencies were updated
|
|
482
|
+
* dependencies
|
|
483
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
484
|
+
* @twin.org/api-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
485
|
+
* @twin.org/api-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
486
|
+
|
|
487
|
+
## [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)
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
### Miscellaneous Chores
|
|
491
|
+
|
|
492
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
### Dependencies
|
|
496
|
+
|
|
497
|
+
* The following workspace dependencies were updated
|
|
498
|
+
* dependencies
|
|
499
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
500
|
+
* @twin.org/api-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
501
|
+
* @twin.org/api-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
502
|
+
|
|
503
|
+
## [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)
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
### Miscellaneous Chores
|
|
507
|
+
|
|
508
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
### Dependencies
|
|
512
|
+
|
|
513
|
+
* The following workspace dependencies were updated
|
|
514
|
+
* dependencies
|
|
515
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
516
|
+
* @twin.org/api-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
517
|
+
* @twin.org/api-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
518
|
+
|
|
519
|
+
## [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)
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
### Features
|
|
523
|
+
|
|
524
|
+
* auth enhancements ([#93](https://github.com/iotaledger/twin-api/issues/93)) ([921a50c](https://github.com/iotaledger/twin-api/commit/921a50cd89d26e530a6be6174a5a803060fa0eb6))
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
### Dependencies
|
|
528
|
+
|
|
529
|
+
* The following workspace dependencies were updated
|
|
530
|
+
* dependencies
|
|
531
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
532
|
+
* @twin.org/api-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
533
|
+
* @twin.org/api-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
534
|
+
|
|
535
|
+
## [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)
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
### Miscellaneous Chores
|
|
539
|
+
|
|
540
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
### Dependencies
|
|
544
|
+
|
|
545
|
+
* The following workspace dependencies were updated
|
|
546
|
+
* dependencies
|
|
547
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
548
|
+
* @twin.org/api-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
549
|
+
* @twin.org/api-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
550
|
+
|
|
551
|
+
## [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)
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### Miscellaneous Chores
|
|
555
|
+
|
|
556
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
### Dependencies
|
|
560
|
+
|
|
561
|
+
* The following workspace dependencies were updated
|
|
562
|
+
* dependencies
|
|
563
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
564
|
+
* @twin.org/api-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
565
|
+
* @twin.org/api-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
566
|
+
|
|
567
|
+
## [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)
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
### Miscellaneous Chores
|
|
571
|
+
|
|
572
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
### Dependencies
|
|
576
|
+
|
|
577
|
+
* The following workspace dependencies were updated
|
|
578
|
+
* dependencies
|
|
579
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
580
|
+
* @twin.org/api-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
581
|
+
* @twin.org/api-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
582
|
+
|
|
583
|
+
## [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)
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
### Features
|
|
587
|
+
|
|
588
|
+
* user admin service ([#77](https://github.com/iotaledger/twin-api/issues/77)) ([c8491df](https://github.com/iotaledger/twin-api/commit/c8491df7b07c1f45560c8a78c6adc806d0ececbb))
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
### Dependencies
|
|
592
|
+
|
|
593
|
+
* The following workspace dependencies were updated
|
|
594
|
+
* dependencies
|
|
595
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
596
|
+
* @twin.org/api-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
597
|
+
* @twin.org/api-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
598
|
+
|
|
599
|
+
## [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)
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
### Miscellaneous Chores
|
|
603
|
+
|
|
604
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
### Dependencies
|
|
608
|
+
|
|
609
|
+
* The following workspace dependencies were updated
|
|
610
|
+
* dependencies
|
|
611
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
612
|
+
* @twin.org/api-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
613
|
+
* @twin.org/api-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
614
|
+
|
|
615
|
+
## [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)
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
### Miscellaneous Chores
|
|
619
|
+
|
|
620
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
### Dependencies
|
|
624
|
+
|
|
625
|
+
* The following workspace dependencies were updated
|
|
626
|
+
* dependencies
|
|
627
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
628
|
+
* @twin.org/api-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
629
|
+
* @twin.org/api-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
630
|
+
|
|
631
|
+
## [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)
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
### Miscellaneous Chores
|
|
635
|
+
|
|
636
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
### Dependencies
|
|
640
|
+
|
|
641
|
+
* The following workspace dependencies were updated
|
|
642
|
+
* dependencies
|
|
643
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
644
|
+
* @twin.org/api-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
645
|
+
* @twin.org/api-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
646
|
+
|
|
647
|
+
## [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)
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
### Miscellaneous Chores
|
|
651
|
+
|
|
652
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
### Dependencies
|
|
656
|
+
|
|
657
|
+
* The following workspace dependencies were updated
|
|
658
|
+
* dependencies
|
|
659
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
660
|
+
* @twin.org/api-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
661
|
+
* @twin.org/api-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
662
|
+
|
|
663
|
+
## [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)
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
### Miscellaneous Chores
|
|
667
|
+
|
|
668
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
### Dependencies
|
|
672
|
+
|
|
673
|
+
* The following workspace dependencies were updated
|
|
674
|
+
* dependencies
|
|
675
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
676
|
+
* @twin.org/api-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
677
|
+
* @twin.org/api-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
678
|
+
|
|
679
|
+
## [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)
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Features
|
|
683
|
+
|
|
684
|
+
* remove authentication generators ([#66](https://github.com/iotaledger/twin-api/issues/66)) ([adaa169](https://github.com/iotaledger/twin-api/commit/adaa1698df1c5ccb0ad645a7a7c0d3ef82ef6ac1))
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
### Dependencies
|
|
688
|
+
|
|
689
|
+
* The following workspace dependencies were updated
|
|
690
|
+
* dependencies
|
|
691
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
692
|
+
* @twin.org/api-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
693
|
+
* @twin.org/api-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
694
|
+
|
|
695
|
+
## [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)
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
### Miscellaneous Chores
|
|
699
|
+
|
|
700
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
### Dependencies
|
|
704
|
+
|
|
705
|
+
* The following workspace dependencies were updated
|
|
706
|
+
* dependencies
|
|
707
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
708
|
+
* @twin.org/api-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
709
|
+
* @twin.org/api-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
710
|
+
|
|
711
|
+
## [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)
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
### Miscellaneous Chores
|
|
715
|
+
|
|
716
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
### Dependencies
|
|
720
|
+
|
|
721
|
+
* The following workspace dependencies were updated
|
|
722
|
+
* dependencies
|
|
723
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
724
|
+
* @twin.org/api-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
725
|
+
* @twin.org/api-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
726
|
+
|
|
727
|
+
## [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)
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
### Miscellaneous Chores
|
|
731
|
+
|
|
732
|
+
* **api-auth-entity-storage-rest-client:** Synchronize repo versions
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
### Dependencies
|
|
736
|
+
|
|
737
|
+
* The following workspace dependencies were updated
|
|
738
|
+
* dependencies
|
|
739
|
+
* @twin.org/api-auth-entity-storage-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
740
|
+
* @twin.org/api-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
741
|
+
* @twin.org/api-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
742
|
+
|
|
743
|
+
## [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)
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
### Features
|
|
747
|
+
|
|
748
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
749
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
750
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
751
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
752
|
+
* 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))
|
|
753
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
754
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
755
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
756
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
### Bug Fixes
|
|
760
|
+
|
|
761
|
+
* use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
|
|
22
762
|
|
|
23
763
|
|
|
24
764
|
### Dependencies
|
|
@@ -29,7 +769,7 @@
|
|
|
29
769
|
* @twin.org/api-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
30
770
|
* @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
31
771
|
|
|
32
|
-
## [0.0.3-next.8](https://github.com/
|
|
772
|
+
## [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
773
|
|
|
34
774
|
|
|
35
775
|
### Miscellaneous Chores
|
|
@@ -45,7 +785,7 @@
|
|
|
45
785
|
* @twin.org/api-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
46
786
|
* @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
47
787
|
|
|
48
|
-
## [0.0.3-next.7](https://github.com/
|
|
788
|
+
## [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
789
|
|
|
50
790
|
|
|
51
791
|
### Miscellaneous Chores
|
|
@@ -61,7 +801,7 @@
|
|
|
61
801
|
* @twin.org/api-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
62
802
|
* @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
63
803
|
|
|
64
|
-
## [0.0.3-next.6](https://github.com/
|
|
804
|
+
## [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
805
|
|
|
66
806
|
|
|
67
807
|
### Miscellaneous Chores
|
|
@@ -77,7 +817,7 @@
|
|
|
77
817
|
* @twin.org/api-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
78
818
|
* @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
79
819
|
|
|
80
|
-
## [0.0.3-next.5](https://github.com/
|
|
820
|
+
## [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
821
|
|
|
82
822
|
|
|
83
823
|
### Miscellaneous Chores
|
|
@@ -93,24 +833,24 @@
|
|
|
93
833
|
* @twin.org/api-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
94
834
|
* @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
95
835
|
|
|
96
|
-
## [0.0.3-next.4](https://github.com/
|
|
836
|
+
## [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
837
|
|
|
98
838
|
|
|
99
839
|
### Features
|
|
100
840
|
|
|
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/
|
|
841
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
842
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
843
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
844
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
845
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
846
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
847
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
848
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
109
849
|
|
|
110
850
|
|
|
111
851
|
### Bug Fixes
|
|
112
852
|
|
|
113
|
-
* use correct format for log messaging ([44bc2a4](https://github.com/
|
|
853
|
+
* use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
|
|
114
854
|
|
|
115
855
|
|
|
116
856
|
### Dependencies
|
|
@@ -121,7 +861,7 @@
|
|
|
121
861
|
* @twin.org/api-core bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
122
862
|
* @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
123
863
|
|
|
124
|
-
## [0.0.3-next.3](https://github.com/
|
|
864
|
+
## [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
865
|
|
|
126
866
|
|
|
127
867
|
### Miscellaneous Chores
|
|
@@ -137,7 +877,7 @@
|
|
|
137
877
|
* @twin.org/api-core bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
138
878
|
* @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
139
879
|
|
|
140
|
-
## [0.0.3-next.2](https://github.com/
|
|
880
|
+
## [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
881
|
|
|
142
882
|
|
|
143
883
|
### Miscellaneous Chores
|
|
@@ -153,24 +893,24 @@
|
|
|
153
893
|
* @twin.org/api-core bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
154
894
|
* @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
155
895
|
|
|
156
|
-
## [0.0.3-next.1](https://github.com/
|
|
896
|
+
## [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
897
|
|
|
158
898
|
|
|
159
899
|
### Features
|
|
160
900
|
|
|
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/
|
|
901
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
902
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
903
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
904
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
905
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
906
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
907
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
908
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
169
909
|
|
|
170
910
|
|
|
171
911
|
### Bug Fixes
|
|
172
912
|
|
|
173
|
-
* use correct format for log messaging ([44bc2a4](https://github.com/
|
|
913
|
+
* use correct format for log messaging ([44bc2a4](https://github.com/iotaledger/twin-api/commit/44bc2a4f7cf1f9c38a7e8c6f90ccb2424c958de9))
|
|
174
914
|
|
|
175
915
|
|
|
176
916
|
### Dependencies
|
|
@@ -181,7 +921,7 @@
|
|
|
181
921
|
* @twin.org/api-core bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
182
922
|
* @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
183
923
|
|
|
184
|
-
## [0.0.2-next.13](https://github.com/
|
|
924
|
+
## [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
925
|
|
|
186
926
|
|
|
187
927
|
### Miscellaneous Chores
|
|
@@ -197,12 +937,12 @@
|
|
|
197
937
|
* @twin.org/api-core bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
198
938
|
* @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
199
939
|
|
|
200
|
-
## [0.0.2-next.12](https://github.com/
|
|
940
|
+
## [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
941
|
|
|
202
942
|
|
|
203
943
|
### Features
|
|
204
944
|
|
|
205
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
945
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
206
946
|
|
|
207
947
|
|
|
208
948
|
### Dependencies
|
|
@@ -213,12 +953,12 @@
|
|
|
213
953
|
* @twin.org/api-core bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
214
954
|
* @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
215
955
|
|
|
216
|
-
## [0.0.2-next.11](https://github.com/
|
|
956
|
+
## [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
957
|
|
|
218
958
|
|
|
219
959
|
### Features
|
|
220
960
|
|
|
221
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
961
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
222
962
|
|
|
223
963
|
|
|
224
964
|
### Dependencies
|
|
@@ -229,7 +969,7 @@
|
|
|
229
969
|
* @twin.org/api-core bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
230
970
|
* @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
231
971
|
|
|
232
|
-
## [0.0.2-next.10](https://github.com/
|
|
972
|
+
## [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
973
|
|
|
234
974
|
|
|
235
975
|
### Miscellaneous Chores
|
|
@@ -245,12 +985,12 @@
|
|
|
245
985
|
* @twin.org/api-core bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
246
986
|
* @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
247
987
|
|
|
248
|
-
## [0.0.2-next.9](https://github.com/
|
|
988
|
+
## [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
989
|
|
|
250
990
|
|
|
251
991
|
### Features
|
|
252
992
|
|
|
253
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
993
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
254
994
|
|
|
255
995
|
|
|
256
996
|
### Dependencies
|
|
@@ -261,7 +1001,7 @@
|
|
|
261
1001
|
* @twin.org/api-core bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
262
1002
|
* @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
263
1003
|
|
|
264
|
-
## [0.0.2-next.8](https://github.com/
|
|
1004
|
+
## [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
1005
|
|
|
266
1006
|
|
|
267
1007
|
### Miscellaneous Chores
|
|
@@ -277,7 +1017,7 @@
|
|
|
277
1017
|
* @twin.org/api-core bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
278
1018
|
* @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
279
1019
|
|
|
280
|
-
## [0.0.2-next.7](https://github.com/
|
|
1020
|
+
## [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
1021
|
|
|
282
1022
|
|
|
283
1023
|
### Miscellaneous Chores
|
|
@@ -293,12 +1033,12 @@
|
|
|
293
1033
|
* @twin.org/api-core bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
294
1034
|
* @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
295
1035
|
|
|
296
|
-
## [0.0.2-next.6](https://github.com/
|
|
1036
|
+
## [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
1037
|
|
|
298
1038
|
|
|
299
1039
|
### Features
|
|
300
1040
|
|
|
301
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
1041
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
302
1042
|
|
|
303
1043
|
|
|
304
1044
|
### Dependencies
|
|
@@ -309,14 +1049,14 @@
|
|
|
309
1049
|
* @twin.org/api-core bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
310
1050
|
* @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
311
1051
|
|
|
312
|
-
## [0.0.2-next.5](https://github.com/
|
|
1052
|
+
## [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
1053
|
|
|
314
1054
|
|
|
315
1055
|
### Features
|
|
316
1056
|
|
|
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/
|
|
1057
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
1058
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
1059
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
320
1060
|
|
|
321
1061
|
|
|
322
1062
|
### Dependencies
|
|
@@ -327,7 +1067,7 @@
|
|
|
327
1067
|
* @twin.org/api-core bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
328
1068
|
* @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
329
1069
|
|
|
330
|
-
## [0.0.2-next.4](https://github.com/
|
|
1070
|
+
## [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
1071
|
|
|
332
1072
|
|
|
333
1073
|
### Miscellaneous Chores
|
|
@@ -343,7 +1083,7 @@
|
|
|
343
1083
|
* @twin.org/api-core bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
344
1084
|
* @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
345
1085
|
|
|
346
|
-
## [0.0.2-next.3](https://github.com/
|
|
1086
|
+
## [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
1087
|
|
|
348
1088
|
|
|
349
1089
|
### Miscellaneous Chores
|
|
@@ -359,7 +1099,7 @@
|
|
|
359
1099
|
* @twin.org/api-core bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
360
1100
|
* @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
361
1101
|
|
|
362
|
-
## [0.0.2-next.2](https://github.com/
|
|
1102
|
+
## [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
1103
|
|
|
364
1104
|
|
|
365
1105
|
### Miscellaneous Chores
|
|
@@ -375,14 +1115,14 @@
|
|
|
375
1115
|
* @twin.org/api-core bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
376
1116
|
* @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
377
1117
|
|
|
378
|
-
## [0.0.2-next.1](https://github.com/
|
|
1118
|
+
## [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
1119
|
|
|
380
1120
|
|
|
381
1121
|
### Features
|
|
382
1122
|
|
|
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/
|
|
1123
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
1124
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
1125
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
386
1126
|
|
|
387
1127
|
|
|
388
1128
|
### Dependencies
|
|
@@ -398,7 +1138,7 @@
|
|
|
398
1138
|
|
|
399
1139
|
### Features
|
|
400
1140
|
|
|
401
|
-
* release to production ([70ee2d5](https://github.com/
|
|
1141
|
+
* release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
|
|
402
1142
|
|
|
403
1143
|
|
|
404
1144
|
### Dependencies
|
|
@@ -409,7 +1149,7 @@
|
|
|
409
1149
|
* @twin.org/api-core bumped from ^0.0.0 to ^0.0.1
|
|
410
1150
|
* @twin.org/api-models bumped from ^0.0.0 to ^0.0.1
|
|
411
1151
|
|
|
412
|
-
## [0.0.1-next.36](https://github.com/
|
|
1152
|
+
## [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
1153
|
|
|
414
1154
|
|
|
415
1155
|
### Miscellaneous Chores
|
|
@@ -425,12 +1165,12 @@
|
|
|
425
1165
|
* @twin.org/api-core bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
426
1166
|
* @twin.org/api-models bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
427
1167
|
|
|
428
|
-
## [0.0.1-next.35](https://github.com/
|
|
1168
|
+
## [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
1169
|
|
|
430
1170
|
|
|
431
1171
|
### Features
|
|
432
1172
|
|
|
433
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
1173
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
434
1174
|
|
|
435
1175
|
|
|
436
1176
|
### Dependencies
|
|
@@ -441,7 +1181,7 @@
|
|
|
441
1181
|
* @twin.org/api-core bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
442
1182
|
* @twin.org/api-models bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
443
1183
|
|
|
444
|
-
## [0.0.1-next.34](https://github.com/
|
|
1184
|
+
## [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
1185
|
|
|
446
1186
|
|
|
447
1187
|
### Miscellaneous Chores
|
|
@@ -457,12 +1197,12 @@
|
|
|
457
1197
|
* @twin.org/api-core bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
458
1198
|
* @twin.org/api-models bumped from 0.0.1-next.33 to 0.0.1-next.34
|
|
459
1199
|
|
|
460
|
-
## [0.0.1-next.33](https://github.com/
|
|
1200
|
+
## [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
1201
|
|
|
462
1202
|
|
|
463
1203
|
### Features
|
|
464
1204
|
|
|
465
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
1205
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
466
1206
|
|
|
467
1207
|
|
|
468
1208
|
### Dependencies
|
|
@@ -473,7 +1213,7 @@
|
|
|
473
1213
|
* @twin.org/api-core bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
474
1214
|
* @twin.org/api-models bumped from 0.0.1-next.32 to 0.0.1-next.33
|
|
475
1215
|
|
|
476
|
-
## [0.0.1-next.32](https://github.com/
|
|
1216
|
+
## [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
1217
|
|
|
478
1218
|
|
|
479
1219
|
### Miscellaneous Chores
|