You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor imports: replace wildcard aapi imports with explicit module imports
* feat: add useArrayFormat support to get_deployed_folders_new_with_http_info
* feat: add dynamic deserialization mechanism using cattrs for @attrs-based AAPI models
- Automatically discovers all @attrs classes in the aapi module
- Registers structure hooks per class to enable nested and dynamic deserialization
- Builds and uses a shared JOB_TYPE_MAP for resolving job subclasses from _type
- Introduces a shared Converter instance for consistent usage
* feat: add get_jobs method to wrap AAPI deploy jobs::get into Workflow
* add init file
* test: add cattrs to test requirements
---------
Co-authored-by: shacharl <shachar_lancer@bmc.il>
0 commit comments