Skip to content

Commit 0428763

Browse files
committed
add billingPlanVersion to TeamResponse
1 parent 1616b7f commit 0428763

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/service-utils": patch
3+
---
4+
5+
add `billingPlanVersion` to `TeamResponse`

packages/service-utils/src/core/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export type TeamResponse = {
4545
slug: string;
4646
image: string | null;
4747
billingPlan: "free" | "starter" | "growth" | "pro";
48+
billingPlanVersion: number;
4849
createdAt: Date;
4950
updatedAt: Date | null;
5051
billingEmail: string | null;

0 commit comments

Comments
 (0)