feat: update representation management to use city_id instead of city and add city filtering

This commit is contained in:
hamed
2026-06-10 10:03:46 +03:30
parent d33d67b921
commit c7ae591e49
7 changed files with 148 additions and 42 deletions
+1
View File
@@ -109,6 +109,7 @@ export interface Representation {
full_name: string;
domain?: string;
mobile_number: string | null;
city_id: number | null;
city: string | null;
commission_percent: number;
bank_account: { card?: string; bank_name?: string; iban?: string } | null;