@finema/finework-layer 0.2.81 → 0.2.82

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
+ ## [0.2.82](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.81...0.2.82) (2025-12-09)
4
+
5
+ ### Bug Fixes
6
+
7
+ * reorder and clean up FileAppType enum values ([77577a0](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/77577a0603b1223046e946d29cbcf64f8a4fc345))
8
+
3
9
  ## [0.2.81](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.80...0.2.81) (2025-12-08)
4
10
 
5
11
  ### Bug Fixes
@@ -1,9 +1,18 @@
1
1
  export enum FileAppType {
2
- COMMON = 'COMMON',
3
2
  PMO = 'PMO',
4
- HR = 'HR',
5
- FINANCE = 'FINANCE',
6
- QUOTATION = 'QUOTATION',
3
+ CLOCKIN = 'CLOCKIN',
4
+ TIMESHEET = 'TIMESHEET',
5
+ COMMON = 'COMMON',
6
+ NEWSLETTER = 'NEWSLETTER',
7
+ REQUEST = 'REQUEST',
7
8
  TODO = 'TODO',
8
- LEGAL = 'LEGAL',
9
+ EVALUATION = 'EVALUATION',
10
+ EMPLOYEE = 'EMPLOYEE',
11
+ ASSET = 'ASSET',
12
+ RECRUIT = 'RECRUIT',
13
+ CONTRACT = 'CONTRACT',
14
+ QUOTATION = 'QUOTATION',
15
+ COSTSHEET = 'COSTSHEET',
16
+ BIDBOND = 'BIDBOND',
17
+ EFACTORING = 'EFACTORING',
9
18
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.81",
4
+ "version": "0.2.82",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",