feat: add number library routing and cdr location support

This commit is contained in:
hectorzhao
2026-06-24 11:39:32 +08:00
parent 5fa1bd35e9
commit 7057fd3c42
63 changed files with 6361 additions and 566 deletions
+4
View File
@@ -5,6 +5,8 @@ export const PASSWORD_ALGO_ARGON2ID = 'argon2id';
export type PermissionKey =
| 'dashboard.view'
| 'active_calls.view'
| 'active_calls.manage'
| 'customers.view'
| 'customers.manage'
| 'customer_gateways.view'
@@ -15,6 +17,8 @@ export type PermissionKey =
| 'vendor_gateways.manage'
| 'line_groups.view'
| 'line_groups.manage'
| 'number_library.view'
| 'number_library.manage'
| 'recharges.view'
| 'recharges.manage'
| 'cdr.view'