@finema/finework-layer 2.0.14 → 2.0.15

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.15](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.14...2.0.15) (2026-07-27)
4
+
3
5
  ## [2.0.14](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.13...2.0.14) (2026-07-22)
4
6
 
5
7
  ## [2.0.13](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.12...2.0.13) (2026-07-13)
@@ -145,6 +145,8 @@ const getLink = (item: INotificationItem) => {
145
145
  return `/request/${item.data?.request_slug}`
146
146
  case 'REQUEST_WAITING_REVIEW':
147
147
  return `/request-admin/request/${item.data?.request_slug}`
148
+ case 'REQUEST_ACKNOWLEDGED':
149
+ return `/request/acknowledged/${item.data?.request_slug}`
148
150
  default:
149
151
  return '#'
150
152
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "2.0.14",
4
+ "version": "2.0.15",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",