feat: update POS and account components to use new field names and improve form handling

This commit is contained in:
2026-04-24 04:27:40 +03:30
parent d857361cb7
commit 5bb5f10dbf
26 changed files with 323 additions and 73 deletions
@@ -20,4 +20,5 @@ interface LicenseInfo {
starts_at: string;
expires_at: string;
accounts_limit: number;
allocated_account_count: number;
}