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:
François-Xavier Talbot
2026-07-13 17:06:22 +00:00
committed by GitHub
parent 7c4df7442b
commit 9e1e8788e2
2 changed files with 23 additions and 5 deletions
@@ -77,6 +77,7 @@ export namespace Labrinth {
status: SubscriptionStatus
created: string
metadata?: SubscriptionMetadata
next_charge_tax_amount?: number | null
}
export type SubscriptionMetadata =