céges meghívó kezelése,

This commit is contained in:
Roo
2026-06-17 22:07:55 +00:00
parent bf3a971ff1
commit 127b130401
28 changed files with 5806 additions and 1313 deletions

View File

@@ -21,4 +21,10 @@ export interface OrganizationItem {
* Set via PATCH /organizations/{org_id}/visual-settings.
*/
visual_settings?: Record<string, any> | null
/**
* The current user's role in this organization (e.g. OWNER, ADMIN, FLEET_MANAGER, etc.).
* Returned by GET /api/v1/organizations/my since the 2026-06-17 bugfix.
* Used by the frontend to decide whether to show service_provider orgs in the garage switcher.
*/
user_role?: string
}