feat(core): dispatch bounded postbox routes

This commit is contained in:
2026-07-30 03:59:38 +02:00
parent ea436a513f
commit 9e219bc4d3
5 changed files with 194 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ from govoplan_core.core.organizations import (
CAPABILITY_ORGANIZATION_HIERARCHY_DIRECTORY,
OrganizationDirectory,
OrganizationFunctionTypeRef,
OrganizationHierarchyCatalogRef,
OrganizationHierarchyDirectory,
OrganizationUnitTypeRef,
organization_hierarchy_directory,
@@ -35,6 +36,9 @@ class LegacyOrganizationDirectory:
class HierarchyDirectory:
def hierarchy_catalog(self, tenant_id):
return OrganizationHierarchyCatalogRef(tenant_id=tenant_id)
def get_unit_type(self, _tenant_id, _unit_type_id):
return None