@finema/finework-layer 1.0.67 → 1.0.68

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.68](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.67...1.0.68) (2026-05-26)
4
+
5
+ ### Features
6
+
7
+ * add LOAN module to UserModule enum ([edb7f5b](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/edb7f5befe6c6974fa13a2810c52d246a27931cd))
8
+
3
9
  ## [1.0.67](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.66...1.0.67) (2026-05-26)
4
10
 
5
11
  ### Features
@@ -103,6 +103,7 @@ export enum UserModule {
103
103
  LG = 'lg',
104
104
  EFACTORING = 'efactoring',
105
105
  RESOURCE = 'resource',
106
+ LOAN = 'loan',
106
107
  }
107
108
 
108
109
  export interface IUserAccessLevel {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "1.0.67",
4
+ "version": "1.0.68",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",