@buerokratt-ria/menu 0.2.10 → 0.2.12
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/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/src/menu/data/menu-structure.json +14 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.2.12] - 06-05-2026
|
|
6
|
+
|
|
7
|
+
- Added path /chat-analysis to menu items
|
|
8
|
+
|
|
9
|
+
## [0.2.11] - 03-03-2026
|
|
10
|
+
|
|
11
|
+
- Added path /api-registry to menu items
|
|
12
|
+
|
|
5
13
|
## [0.2.10] - 07-01-2026
|
|
6
14
|
|
|
7
15
|
- Added current version environment variable
|
package/package.json
CHANGED
|
@@ -259,6 +259,13 @@
|
|
|
259
259
|
},
|
|
260
260
|
"path": "/newService"
|
|
261
261
|
},
|
|
262
|
+
{
|
|
263
|
+
"label": {
|
|
264
|
+
"et": "API varamu",
|
|
265
|
+
"en": "API Registry"
|
|
266
|
+
},
|
|
267
|
+
"path": "/api-registry"
|
|
268
|
+
},
|
|
262
269
|
{
|
|
263
270
|
"label": {
|
|
264
271
|
"et": "Automatic Teenused",
|
|
@@ -334,6 +341,13 @@
|
|
|
334
341
|
}
|
|
335
342
|
]
|
|
336
343
|
},
|
|
344
|
+
{
|
|
345
|
+
"label": {
|
|
346
|
+
"et": "Vestluste analüüs",
|
|
347
|
+
"en": "Chat analysis"
|
|
348
|
+
},
|
|
349
|
+
"path": "/chat-analysis"
|
|
350
|
+
},
|
|
337
351
|
{
|
|
338
352
|
"label": {
|
|
339
353
|
"et": "Asutuse tööaeg",
|