feature/rbac-implementation

This commit is contained in:
2026-05-21 07:56:20 -06:00
parent 3c10653d6a
commit e174df0af3
6 changed files with 29 additions and 20 deletions

View File

@@ -95,7 +95,7 @@ class APIRESTController:
self, soap_response=None, organizacion: str = None,
pedimento: str = None, file_name: str = None,
document_type: int = None, fuente: int = 2,
identifier: str = None,
identifier: str = None, binary_content: bytes = None,
) -> Dict[str, Any]:
"""
Guarda un documento VU (request o error). Si ya existe uno del mismo
@@ -124,6 +124,7 @@ class APIRESTController:
return await self.post_document(
soap_response=soap_response,
binary_content=binary_content,
organizacion=organizacion,
pedimento=pedimento,
file_name=file_name,