@finema/finework-layer 1.0.32 → 1.0.33

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.33](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.32...1.0.33) (2026-04-09)
4
+
5
+ ### Features
6
+
7
+ * reqeust ([5621fc0](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/5621fc0a12a9bb3d936bfc37e4f3211abdc496a1))
8
+
3
9
  ## [1.0.32](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.31...1.0.32) (2026-04-09)
4
10
 
5
11
  ### Features
@@ -156,6 +156,8 @@ const getImage = (item: INotificationItem): string | null => {
156
156
  return `/admin/evaluation.png`
157
157
  } else if (item.source_type?.startsWith('COSTSHEET')) {
158
158
  return `/admin/cost-sheet.png`
159
+ } else if (item.source_type?.startsWith('REQUEST')) {
160
+ return `/admin/request.png`
159
161
  }
160
162
 
161
163
  return null
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "1.0.32",
4
+ "version": "1.0.33",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",