RABC fejlesztése és beélesítése hibák kijavításával
This commit is contained in:
@@ -13,6 +13,8 @@ export interface OrganizationItem {
|
||||
is_active: boolean
|
||||
is_deleted: boolean
|
||||
subscription_plan: string
|
||||
/** P0 Feature: FK to system.subscription_tiers — the assigned subscription package */
|
||||
subscription_tier_id?: number | null
|
||||
/** org_type is not in the current /my response but we keep it for future use */
|
||||
org_type?: string
|
||||
/**
|
||||
@@ -27,4 +29,11 @@ export interface OrganizationItem {
|
||||
* Used by the frontend to decide whether to show service_provider orgs in the garage switcher.
|
||||
*/
|
||||
user_role?: string
|
||||
// ── Cím adatok (Address fields) ──
|
||||
address_zip?: string | null
|
||||
address_city?: string | null
|
||||
address_street_name?: string | null
|
||||
address_street_type?: string | null
|
||||
address_house_number?: string | null
|
||||
address_hrsz?: string | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user