mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
Update subscription.ts
This commit is contained in:
@@ -156,14 +156,19 @@ export const subscriptionApi = {
|
|||||||
uuid: string
|
uuid: string
|
||||||
name: string
|
name: string
|
||||||
country_code: string | null
|
country_code: string | null
|
||||||
|
base_price_kopeks: number
|
||||||
price_kopeks: number
|
price_kopeks: number
|
||||||
|
price_per_month_kopeks: number
|
||||||
price_rubles: number
|
price_rubles: number
|
||||||
is_available: boolean
|
is_available: boolean
|
||||||
is_connected: boolean
|
is_connected: boolean
|
||||||
is_trial_eligible: boolean
|
has_discount: boolean
|
||||||
|
discount_percent: number
|
||||||
}>
|
}>
|
||||||
connected_count: number
|
connected_count: number
|
||||||
has_subscription: boolean
|
has_subscription: boolean
|
||||||
|
days_left: number
|
||||||
|
discount_percent: number
|
||||||
}> => {
|
}> => {
|
||||||
const response = await apiClient.get('/cabinet/subscription/countries')
|
const response = await apiClient.get('/cabinet/subscription/countries')
|
||||||
return response.data
|
return response.data
|
||||||
|
|||||||
Reference in New Issue
Block a user