update version

This commit is contained in:
2025-12-06 14:55:57 -03:00
parent f3cd5663bd
commit a56e051a18
23 changed files with 8766 additions and 1942 deletions

View File

@@ -25,5 +25,7 @@ def get_enrollment(enrollment_id: str):
+ SortKey('0')
+ SortKey('ORG', rename_key='org')
+ SortKey('CANCEL_POLICY', rename_key='cancel_policy')
+ SortKey('CREATED_BY', rename_key='created_by')
+ SortKey('CANCELED_BY', rename_key='canceled_by')
+ SortKey('LOCK', rename_key='lock')
)