céges meghívó kezelése,
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user