@twin.org/api-auth-entity-storage-models 0.0.3-next.26 → 0.0.3-next.28
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/dist/es/models/api/ILogoutRequest.js.map +1 -1
- package/dist/es/models/api/IRefreshTokenRequest.js.map +1 -1
- package/dist/types/models/api/ILogoutRequest.d.ts +1 -1
- package/dist/types/models/api/IRefreshTokenRequest.d.ts +1 -1
- package/docs/changelog.md +115 -101
- package/docs/examples.md +1 -1
- package/docs/reference/interfaces/ILogoutRequest.md +2 -2
- package/docs/reference/interfaces/IRefreshTokenRequest.md +2 -2
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ILogoutRequest.js","sourceRoot":"","sources":["../../../../src/models/api/ILogoutRequest.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * Perform a logout on the auth token.\n */\nexport interface ILogoutRequest {\n\t/**\n\t * The logout token details.\n\t */\n\
|
|
1
|
+
{"version":3,"file":"ILogoutRequest.js","sourceRoot":"","sources":["../../../../src/models/api/ILogoutRequest.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * Perform a logout on the auth token.\n */\nexport interface ILogoutRequest {\n\t/**\n\t * The logout token details.\n\t */\n\tbody?: {\n\t\t/**\n\t\t * The token to logout, if it uses a mechanism with public access.\n\t\t */\n\t\ttoken?: string;\n\t};\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRefreshTokenRequest.js","sourceRoot":"","sources":["../../../../src/models/api/IRefreshTokenRequest.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * Perform a refresh of the auth token.\n */\nexport interface IRefreshTokenRequest {\n\t/**\n\t * The refresh token details.\n\t */\n\
|
|
1
|
+
{"version":3,"file":"IRefreshTokenRequest.js","sourceRoot":"","sources":["../../../../src/models/api/IRefreshTokenRequest.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * Perform a refresh of the auth token.\n */\nexport interface IRefreshTokenRequest {\n\t/**\n\t * The refresh token details.\n\t */\n\tbody?: {\n\t\t/**\n\t\t * The token to refresh, if it uses a mechanism with public access.\n\t\t */\n\t\ttoken?: string;\n\t};\n}\n"]}
|
package/docs/changelog.md
CHANGED
|
@@ -1,358 +1,372 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.28](https://github.com/twinfoundation/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.27...api-auth-entity-storage-models-v0.0.3-next.28) (2026-04-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* change logout and refresh routes from GET to POST ([#111](https://github.com/twinfoundation/twin-api/issues/111)) ([cb8b64b](https://github.com/twinfoundation/twin-api/commit/cb8b64b6507f9991baa78a663de2e84269695c82))
|
|
9
|
+
|
|
10
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.26...api-auth-entity-storage-models-v0.0.3-next.27) (2026-04-23)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Miscellaneous Chores
|
|
14
|
+
|
|
15
|
+
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.25...api-auth-entity-storage-models-v0.0.3-next.26) (2026-04-22)
|
|
4
18
|
|
|
5
19
|
|
|
6
20
|
### Miscellaneous Chores
|
|
7
21
|
|
|
8
22
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
9
23
|
|
|
10
|
-
## [0.0.3-next.25](https://github.com/
|
|
24
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.24...api-auth-entity-storage-models-v0.0.3-next.25) (2026-04-14)
|
|
11
25
|
|
|
12
26
|
|
|
13
27
|
### Miscellaneous Chores
|
|
14
28
|
|
|
15
29
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
16
30
|
|
|
17
|
-
## [0.0.3-next.24](https://github.com/
|
|
31
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.23...api-auth-entity-storage-models-v0.0.3-next.24) (2026-04-14)
|
|
18
32
|
|
|
19
33
|
|
|
20
34
|
### Miscellaneous Chores
|
|
21
35
|
|
|
22
36
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
23
37
|
|
|
24
|
-
## [0.0.3-next.23](https://github.com/
|
|
38
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.22...api-auth-entity-storage-models-v0.0.3-next.23) (2026-04-14)
|
|
25
39
|
|
|
26
40
|
|
|
27
41
|
### Features
|
|
28
42
|
|
|
29
|
-
* auth enhancements ([#93](https://github.com/
|
|
43
|
+
* auth enhancements ([#93](https://github.com/iotaledger/twin-api/issues/93)) ([921a50c](https://github.com/iotaledger/twin-api/commit/921a50cd89d26e530a6be6174a5a803060fa0eb6))
|
|
30
44
|
|
|
31
|
-
## [0.0.3-next.22](https://github.com/
|
|
45
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.21...api-auth-entity-storage-models-v0.0.3-next.22) (2026-03-27)
|
|
32
46
|
|
|
33
47
|
|
|
34
48
|
### Miscellaneous Chores
|
|
35
49
|
|
|
36
50
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
37
51
|
|
|
38
|
-
## [0.0.3-next.21](https://github.com/
|
|
52
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.20...api-auth-entity-storage-models-v0.0.3-next.21) (2026-03-11)
|
|
39
53
|
|
|
40
54
|
|
|
41
55
|
### Miscellaneous Chores
|
|
42
56
|
|
|
43
57
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
44
58
|
|
|
45
|
-
## [0.0.3-next.20](https://github.com/
|
|
59
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.19...api-auth-entity-storage-models-v0.0.3-next.20) (2026-02-09)
|
|
46
60
|
|
|
47
61
|
|
|
48
62
|
### Miscellaneous Chores
|
|
49
63
|
|
|
50
64
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
51
65
|
|
|
52
|
-
## [0.0.3-next.19](https://github.com/
|
|
66
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.18...api-auth-entity-storage-models-v0.0.3-next.19) (2026-02-06)
|
|
53
67
|
|
|
54
68
|
|
|
55
69
|
### Features
|
|
56
70
|
|
|
57
|
-
* user admin service ([#77](https://github.com/
|
|
71
|
+
* user admin service ([#77](https://github.com/iotaledger/twin-api/issues/77)) ([c8491df](https://github.com/iotaledger/twin-api/commit/c8491df7b07c1f45560c8a78c6adc806d0ececbb))
|
|
58
72
|
|
|
59
|
-
## [0.0.3-next.18](https://github.com/
|
|
73
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.17...api-auth-entity-storage-models-v0.0.3-next.18) (2026-02-04)
|
|
60
74
|
|
|
61
75
|
|
|
62
76
|
### Features
|
|
63
77
|
|
|
64
|
-
* tenant api and scopes ([#75](https://github.com/
|
|
78
|
+
* tenant api and scopes ([#75](https://github.com/iotaledger/twin-api/issues/75)) ([c663141](https://github.com/iotaledger/twin-api/commit/c663141091e8974d769f8f9904ecdab009ebd083))
|
|
65
79
|
|
|
66
|
-
## [0.0.3-next.17](https://github.com/
|
|
80
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.16...api-auth-entity-storage-models-v0.0.3-next.17) (2026-01-26)
|
|
67
81
|
|
|
68
82
|
|
|
69
83
|
### Miscellaneous Chores
|
|
70
84
|
|
|
71
85
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
72
86
|
|
|
73
|
-
## [0.0.3-next.16](https://github.com/
|
|
87
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.15...api-auth-entity-storage-models-v0.0.3-next.16) (2026-01-26)
|
|
74
88
|
|
|
75
89
|
|
|
76
90
|
### Miscellaneous Chores
|
|
77
91
|
|
|
78
92
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
79
93
|
|
|
80
|
-
## [0.0.3-next.15](https://github.com/
|
|
94
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.14...api-auth-entity-storage-models-v0.0.3-next.15) (2026-01-22)
|
|
81
95
|
|
|
82
96
|
|
|
83
97
|
### Miscellaneous Chores
|
|
84
98
|
|
|
85
99
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
86
100
|
|
|
87
|
-
## [0.0.3-next.14](https://github.com/
|
|
101
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.13...api-auth-entity-storage-models-v0.0.3-next.14) (2026-01-20)
|
|
88
102
|
|
|
89
103
|
|
|
90
104
|
### Miscellaneous Chores
|
|
91
105
|
|
|
92
106
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
93
107
|
|
|
94
|
-
## [0.0.3-next.13](https://github.com/
|
|
108
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.12...api-auth-entity-storage-models-v0.0.3-next.13) (2026-01-19)
|
|
95
109
|
|
|
96
110
|
|
|
97
111
|
### Miscellaneous Chores
|
|
98
112
|
|
|
99
113
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
100
114
|
|
|
101
|
-
## [0.0.3-next.12](https://github.com/
|
|
115
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.11...api-auth-entity-storage-models-v0.0.3-next.12) (2026-01-12)
|
|
102
116
|
|
|
103
117
|
|
|
104
118
|
### Miscellaneous Chores
|
|
105
119
|
|
|
106
120
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
107
121
|
|
|
108
|
-
## [0.0.3-next.11](https://github.com/
|
|
122
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.10...api-auth-entity-storage-models-v0.0.3-next.11) (2026-01-08)
|
|
109
123
|
|
|
110
124
|
|
|
111
125
|
### Miscellaneous Chores
|
|
112
126
|
|
|
113
127
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
114
128
|
|
|
115
|
-
## [0.0.3-next.10](https://github.com/
|
|
129
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.9...api-auth-entity-storage-models-v0.0.3-next.10) (2026-01-05)
|
|
116
130
|
|
|
117
131
|
|
|
118
132
|
### Miscellaneous Chores
|
|
119
133
|
|
|
120
134
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
121
135
|
|
|
122
|
-
## [0.0.3-next.9](https://github.com/
|
|
136
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.8...api-auth-entity-storage-models-v0.0.3-next.9) (2026-01-05)
|
|
123
137
|
|
|
124
138
|
|
|
125
139
|
### Features
|
|
126
140
|
|
|
127
|
-
* add context id features ([#42](https://github.com/
|
|
128
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
129
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
130
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
131
|
-
* improve description ([d28185c](https://github.com/
|
|
132
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
133
|
-
* modify authHeaderProcessor to retain token in response body ([#53](https://github.com/
|
|
134
|
-
* remove unused namespace ([08478f2](https://github.com/
|
|
135
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
136
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
137
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
138
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
141
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
142
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
143
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
144
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
145
|
+
* improve description ([d28185c](https://github.com/iotaledger/twin-api/commit/d28185c799a97455fee72fb23c744c8e71325f0b))
|
|
146
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
147
|
+
* 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))
|
|
148
|
+
* remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
|
|
149
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
150
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
151
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
152
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
139
153
|
|
|
140
|
-
## [0.0.3-next.8](https://github.com/
|
|
154
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.7...api-auth-entity-storage-models-v0.0.3-next.8) (2025-12-17)
|
|
141
155
|
|
|
142
156
|
|
|
143
157
|
### Miscellaneous Chores
|
|
144
158
|
|
|
145
159
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
146
160
|
|
|
147
|
-
## [0.0.3-next.7](https://github.com/
|
|
161
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.6...api-auth-entity-storage-models-v0.0.3-next.7) (2025-11-26)
|
|
148
162
|
|
|
149
163
|
|
|
150
164
|
### Miscellaneous Chores
|
|
151
165
|
|
|
152
166
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
153
167
|
|
|
154
|
-
## [0.0.3-next.6](https://github.com/
|
|
168
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.5...api-auth-entity-storage-models-v0.0.3-next.6) (2025-11-20)
|
|
155
169
|
|
|
156
170
|
|
|
157
171
|
### Miscellaneous Chores
|
|
158
172
|
|
|
159
173
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
160
174
|
|
|
161
|
-
## [0.0.3-next.5](https://github.com/
|
|
175
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.4...api-auth-entity-storage-models-v0.0.3-next.5) (2025-11-14)
|
|
162
176
|
|
|
163
177
|
|
|
164
178
|
### Miscellaneous Chores
|
|
165
179
|
|
|
166
180
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
167
181
|
|
|
168
|
-
## [0.0.3-next.4](https://github.com/
|
|
182
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.3...api-auth-entity-storage-models-v0.0.3-next.4) (2025-11-14)
|
|
169
183
|
|
|
170
184
|
|
|
171
185
|
### Features
|
|
172
186
|
|
|
173
|
-
* add context id features ([#42](https://github.com/
|
|
174
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
175
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
176
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
177
|
-
* improve description ([d28185c](https://github.com/
|
|
178
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
179
|
-
* remove unused namespace ([08478f2](https://github.com/
|
|
180
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
181
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
182
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
183
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
187
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
188
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
189
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
190
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
191
|
+
* improve description ([d28185c](https://github.com/iotaledger/twin-api/commit/d28185c799a97455fee72fb23c744c8e71325f0b))
|
|
192
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
193
|
+
* remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
|
|
194
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
195
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
196
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
197
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
184
198
|
|
|
185
|
-
## [0.0.3-next.3](https://github.com/
|
|
199
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.2...api-auth-entity-storage-models-v0.0.3-next.3) (2025-11-14)
|
|
186
200
|
|
|
187
201
|
|
|
188
202
|
### Miscellaneous Chores
|
|
189
203
|
|
|
190
204
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
191
205
|
|
|
192
|
-
## [0.0.3-next.2](https://github.com/
|
|
206
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.1...api-auth-entity-storage-models-v0.0.3-next.2) (2025-11-12)
|
|
193
207
|
|
|
194
208
|
|
|
195
209
|
### Miscellaneous Chores
|
|
196
210
|
|
|
197
211
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
198
212
|
|
|
199
|
-
## [0.0.3-next.1](https://github.com/
|
|
213
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.0...api-auth-entity-storage-models-v0.0.3-next.1) (2025-11-10)
|
|
200
214
|
|
|
201
215
|
|
|
202
216
|
### Features
|
|
203
217
|
|
|
204
|
-
* add context id features ([#42](https://github.com/
|
|
205
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
206
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
207
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
208
|
-
* improve description ([d28185c](https://github.com/
|
|
209
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
210
|
-
* remove unused namespace ([08478f2](https://github.com/
|
|
211
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
212
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
213
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
214
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
218
|
+
* add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
|
|
219
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
220
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
221
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
222
|
+
* improve description ([d28185c](https://github.com/iotaledger/twin-api/commit/d28185c799a97455fee72fb23c744c8e71325f0b))
|
|
223
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
224
|
+
* remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
|
|
225
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
226
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
227
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
228
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
215
229
|
|
|
216
|
-
## [0.0.2-next.13](https://github.com/
|
|
230
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.2-next.12...api-auth-entity-storage-models-v0.0.2-next.13) (2025-10-09)
|
|
217
231
|
|
|
218
232
|
|
|
219
233
|
### Miscellaneous Chores
|
|
220
234
|
|
|
221
235
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
222
236
|
|
|
223
|
-
## [0.0.2-next.12](https://github.com/
|
|
237
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.2-next.11...api-auth-entity-storage-models-v0.0.2-next.12) (2025-10-09)
|
|
224
238
|
|
|
225
239
|
|
|
226
240
|
### Features
|
|
227
241
|
|
|
228
|
-
* add validate-locales ([cdba610](https://github.com/
|
|
242
|
+
* add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
|
|
229
243
|
|
|
230
|
-
## [0.0.2-next.11](https://github.com/
|
|
244
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.2-next.10...api-auth-entity-storage-models-v0.0.2-next.11) (2025-09-29)
|
|
231
245
|
|
|
232
246
|
|
|
233
247
|
### Features
|
|
234
248
|
|
|
235
|
-
* update IComponent signatures ([915ce37](https://github.com/
|
|
249
|
+
* update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
|
|
236
250
|
|
|
237
|
-
## [0.0.2-next.10](https://github.com/
|
|
251
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.2-next.9...api-auth-entity-storage-models-v0.0.2-next.10) (2025-09-23)
|
|
238
252
|
|
|
239
253
|
|
|
240
254
|
### Miscellaneous Chores
|
|
241
255
|
|
|
242
256
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
243
257
|
|
|
244
|
-
## [0.0.2-next.9](https://github.com/
|
|
258
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.2-next.8...api-auth-entity-storage-models-v0.0.2-next.9) (2025-08-29)
|
|
245
259
|
|
|
246
260
|
|
|
247
261
|
### Features
|
|
248
262
|
|
|
249
|
-
* eslint migration to flat config ([0dd5820](https://github.com/
|
|
263
|
+
* eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
|
|
250
264
|
|
|
251
|
-
## [0.0.2-next.8](https://github.com/
|
|
265
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.2-next.7...api-auth-entity-storage-models-v0.0.2-next.8) (2025-08-21)
|
|
252
266
|
|
|
253
267
|
|
|
254
268
|
### Miscellaneous Chores
|
|
255
269
|
|
|
256
270
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
257
271
|
|
|
258
|
-
## [0.0.2-next.7](https://github.com/
|
|
272
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.2-next.6...api-auth-entity-storage-models-v0.0.2-next.7) (2025-08-20)
|
|
259
273
|
|
|
260
274
|
|
|
261
275
|
### Miscellaneous Chores
|
|
262
276
|
|
|
263
277
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
264
278
|
|
|
265
|
-
## [0.0.2-next.6](https://github.com/
|
|
279
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.2-next.5...api-auth-entity-storage-models-v0.0.2-next.6) (2025-08-19)
|
|
266
280
|
|
|
267
281
|
|
|
268
282
|
### Features
|
|
269
283
|
|
|
270
|
-
* update framework core ([d8eebf2](https://github.com/
|
|
284
|
+
* update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
|
|
271
285
|
|
|
272
|
-
## [0.0.2-next.5](https://github.com/
|
|
286
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.2-next.4...api-auth-entity-storage-models-v0.0.2-next.5) (2025-07-25)
|
|
273
287
|
|
|
274
288
|
|
|
275
289
|
### Features
|
|
276
290
|
|
|
277
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
278
|
-
* improve description ([d28185c](https://github.com/
|
|
279
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
280
|
-
* remove unused namespace ([08478f2](https://github.com/
|
|
281
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
282
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
291
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
292
|
+
* improve description ([d28185c](https://github.com/iotaledger/twin-api/commit/d28185c799a97455fee72fb23c744c8e71325f0b))
|
|
293
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
294
|
+
* remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
|
|
295
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
296
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
283
297
|
|
|
284
|
-
## [0.0.2-next.4](https://github.com/
|
|
298
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.2-next.3...api-auth-entity-storage-models-v0.0.2-next.4) (2025-07-25)
|
|
285
299
|
|
|
286
300
|
|
|
287
301
|
### Miscellaneous Chores
|
|
288
302
|
|
|
289
303
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
290
304
|
|
|
291
|
-
## [0.0.2-next.3](https://github.com/
|
|
305
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.2-next.2...api-auth-entity-storage-models-v0.0.2-next.3) (2025-07-24)
|
|
292
306
|
|
|
293
307
|
|
|
294
308
|
### Features
|
|
295
309
|
|
|
296
|
-
* remove unused namespace ([08478f2](https://github.com/
|
|
310
|
+
* remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
|
|
297
311
|
|
|
298
|
-
## [0.0.2-next.2](https://github.com/
|
|
312
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.2-next.1...api-auth-entity-storage-models-v0.0.2-next.2) (2025-07-17)
|
|
299
313
|
|
|
300
314
|
|
|
301
315
|
### Features
|
|
302
316
|
|
|
303
|
-
* improve socket route logging ([b8d9519](https://github.com/
|
|
317
|
+
* improve socket route logging ([b8d9519](https://github.com/iotaledger/twin-api/commit/b8d95199f838ac6ba9f45c30ef7c4e613201ff53))
|
|
304
318
|
|
|
305
|
-
## [0.0.2-next.1](https://github.com/
|
|
319
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.2-next.0...api-auth-entity-storage-models-v0.0.2-next.1) (2025-07-08)
|
|
306
320
|
|
|
307
321
|
|
|
308
322
|
### Features
|
|
309
323
|
|
|
310
|
-
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/
|
|
311
|
-
* improve description ([d28185c](https://github.com/
|
|
312
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
313
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
324
|
+
* add json-ld mime type processor and auth admin component ([8861791](https://github.com/iotaledger/twin-api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
|
|
325
|
+
* improve description ([d28185c](https://github.com/iotaledger/twin-api/commit/d28185c799a97455fee72fb23c744c8e71325f0b))
|
|
326
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
327
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
314
328
|
|
|
315
329
|
## 0.0.1 (2025-07-03)
|
|
316
330
|
|
|
317
331
|
|
|
318
332
|
### Features
|
|
319
333
|
|
|
320
|
-
* release to production ([70ee2d5](https://github.com/
|
|
334
|
+
* release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
|
|
321
335
|
|
|
322
|
-
## [0.0.1-next.36](https://github.com/
|
|
336
|
+
## [0.0.1-next.36](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.1-next.35...api-auth-entity-storage-models-v0.0.1-next.36) (2025-06-17)
|
|
323
337
|
|
|
324
338
|
|
|
325
339
|
### Miscellaneous Chores
|
|
326
340
|
|
|
327
341
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
328
342
|
|
|
329
|
-
## [0.0.1-next.35](https://github.com/
|
|
343
|
+
## [0.0.1-next.35](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.1-next.34...api-auth-entity-storage-models-v0.0.1-next.35) (2025-06-11)
|
|
330
344
|
|
|
331
345
|
|
|
332
346
|
### Features
|
|
333
347
|
|
|
334
|
-
* update dependencies ([1171dc4](https://github.com/
|
|
348
|
+
* update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
|
|
335
349
|
|
|
336
|
-
## [0.0.1-next.34](https://github.com/
|
|
350
|
+
## [0.0.1-next.34](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.1-next.33...api-auth-entity-storage-models-v0.0.1-next.34) (2025-05-27)
|
|
337
351
|
|
|
338
352
|
|
|
339
353
|
### Miscellaneous Chores
|
|
340
354
|
|
|
341
355
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
342
356
|
|
|
343
|
-
## [0.0.1-next.33](https://github.com/
|
|
357
|
+
## [0.0.1-next.33](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.1-next.32...api-auth-entity-storage-models-v0.0.1-next.33) (2025-04-17)
|
|
344
358
|
|
|
345
359
|
|
|
346
360
|
### Features
|
|
347
361
|
|
|
348
|
-
* use shared store mechanism ([#19](https://github.com/
|
|
362
|
+
* use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
|
|
349
363
|
|
|
350
|
-
## [0.0.1-next.32](https://github.com/
|
|
364
|
+
## [0.0.1-next.32](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.1-next.31...api-auth-entity-storage-models-v0.0.1-next.32) (2025-03-28)
|
|
351
365
|
|
|
352
366
|
|
|
353
367
|
### Features
|
|
354
368
|
|
|
355
|
-
* improve description ([d28185c](https://github.com/
|
|
369
|
+
* improve description ([d28185c](https://github.com/iotaledger/twin-api/commit/d28185c799a97455fee72fb23c744c8e71325f0b))
|
|
356
370
|
|
|
357
371
|
## v0.0.1-next.31
|
|
358
372
|
|
package/docs/examples.md
CHANGED
package/package.json
CHANGED