fix(ts_web): Fix action type and data fields in appstate for CRUD operations

This commit is contained in:
2024-12-21 22:14:45 +01:00
parent a219725ff6
commit b4d9f40c41
5 changed files with 33 additions and 14 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-12-21 - 4.5.4 - fix(ts_web)
Fix action type and data fields in appstate for CRUD operations
- Correct request method in createSecretGroupAction to accurately reflect the purpose.
- Align the deleteSecretGroupAction and deleteSecretBundleAction request types with proper interfaces.
- Ensure data payload matches backend requirements for secret group and secret bundle operations.
## 2024-12-21 - 4.5.3 - fix(secret-management)
Refactor secret management to use distinct secret bundle and group APIs. Introduce API client classes for secret bundles and groups.