@finema/finework-layer 2.0.56 → 2.0.57
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
|
+
## [2.0.57](https://gitlab.finema.co/finema/internal/finework/compare/2.0.56...2.0.57) (2026-09-04)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* leadin ([dd2f53a](https://gitlab.finema.co/finema/internal/finework/commit/dd2f53affe1bda4c0cdf44c06238bb638b57cda7))
|
|
8
|
+
|
|
3
9
|
## [2.0.56](https://gitlab.finema.co/finema/internal/finework/compare/2.0.55...2.0.56) (2026-08-31)
|
|
4
10
|
|
|
5
11
|
### Bug Fixes
|
|
@@ -135,10 +135,10 @@ export const UserModuleLabel = {
|
|
|
135
135
|
[UserModule.LOAN]: 'Loan',
|
|
136
136
|
[UserModule.TOR]: 'Presales Tools',
|
|
137
137
|
[UserModule.SUPPORT]: 'Support',
|
|
138
|
-
[UserModule.PMO_SETUP]: '
|
|
139
|
-
[UserModule.PMO_PRESALE_BIDDING]: '
|
|
140
|
-
[UserModule.PMO_DELIVERY]: '
|
|
141
|
-
[UserModule.PMO_WARRANTY]: '
|
|
138
|
+
[UserModule.PMO_SETUP]: 'Lead In',
|
|
139
|
+
[UserModule.PMO_PRESALE_BIDDING]: 'Presale & Bidding',
|
|
140
|
+
[UserModule.PMO_DELIVERY]: 'Delivery',
|
|
141
|
+
[UserModule.PMO_WARRANTY]: 'Warranty',
|
|
142
142
|
[UserModule.RESOURCE_ALLOCATION]: 'Resource Allocation',
|
|
143
143
|
[UserModule.DOCUMENT]: 'Document',
|
|
144
144
|
}
|
package/app/constants/routes.ts
CHANGED