Skip to content

Commit 635afa2

Browse files
committed
Revert "add billingPlanVersion to TeamResponse (#6084)"
This reverts commit b5e327e.
1 parent 2df4fdd commit 635afa2

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.changeset/friendly-trainers-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

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

packages/service-utils/src/mocks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export const validTeamResponse: TeamResponse = {
4242
createdAt: new Date("2024-06-01"),
4343
updatedAt: new Date("2024-06-01"),
4444
billingPlan: "free",
45-
billingPlanVersion: 1,
4645
billingEmail: "[email protected]",
4746
billingStatus: "noPayment",
4847
growthTrialEligible: false,

0 commit comments

Comments
 (0)