mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
feat(labrinth): return tax amount in user subscription listing (#6496)
* feat(labrinth): include next charge's tax amount * chore(api-client): add next_charge_tax_amount * fix
This commit is contained in:
@@ -77,6 +77,7 @@ export namespace Labrinth {
|
||||
status: SubscriptionStatus
|
||||
created: string
|
||||
metadata?: SubscriptionMetadata
|
||||
next_charge_tax_amount?: number | null
|
||||
}
|
||||
|
||||
export type SubscriptionMetadata =
|
||||
|
||||
Reference in New Issue
Block a user