fix(apiclient): Implemented IService interface in Service class and improved secret bundle documentation.

This commit is contained in:
2024-12-20 02:13:50 +01:00
parent affce1fcd1
commit 50fac41c95
7 changed files with 32 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-12-20 - 4.5.2 - fix(apiclient)
Implemented IService interface in Service class and improved secret bundle documentation.
- Implemented plugins.servezoneInterfaces.data.IService interface in the Service class within ts_apiclient.
- Updated documentation comments for the type property in the ISecretBundle interface.
## 2024-12-17 - 4.5.1 - fix(core)
Updated dependencies in package.json to latest versions.