@finema/finework-layer 2.0.47 → 2.0.49

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.49](https://gitlab.finema.co/finema/internal/finework/compare/2.0.48...2.0.49) (2026-08-24)
4
+
5
+ ### Bug Fixes
6
+
7
+ * correct costsheet document ID property name in notifications ([e13a5eb](https://gitlab.finema.co/finema/internal/finework/commit/e13a5eb3b71c7437f3a93a5098702dad11237bb8))
8
+
9
+ ## [2.0.48](https://gitlab.finema.co/finema/internal/finework/compare/2.0.47...2.0.48) (2026-08-21)
10
+
11
+ ### Features
12
+
13
+ * update document app logo and description ([533c25e](https://gitlab.finema.co/finema/internal/finework/commit/533c25e9a969abf48dba1455884f94997ef5cf5c))
14
+
3
15
  ## [2.0.47](https://gitlab.finema.co/finema/internal/finework/compare/2.0.46...2.0.47) (2026-08-21)
4
16
 
5
17
  ### Bug Fixes
@@ -171,7 +171,7 @@ const getLink = (item: INotificationItem) => {
171
171
 
172
172
  case 'COSTSHEET':
173
173
  {
174
- const costSheetDocID = item.data?.cost_sheet_doc_id
174
+ const costSheetDocID = item.data?.costsheet_doc_id
175
175
  const sourceID = item.source_id
176
176
 
177
177
  switch (item.action_type) {
@@ -490,7 +490,7 @@ const managementApps = computed(() => [
490
490
  name: 'document',
491
491
  logo: '/admin/document.svg',
492
492
  label: 'Document Flow',
493
- description: '',
493
+ description: 'ทะเบียนเอกสาร รับ-ส่ง',
494
494
  to: routes.docsManagement.root.to,
495
495
  status: StatusPortal.ACTIVE,
496
496
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "2.0.47",
4
+ "version": "2.0.49",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",