feat(cloud): improved upgrade journey
This commit is contained in:
@@ -14,6 +14,7 @@ export const updateById = async (
|
||||
periodStart?: Date | null;
|
||||
periodEnd?: Date | null;
|
||||
cancelAtPeriodEnd?: boolean | null;
|
||||
stripeSubscriptionId?: string | null;
|
||||
},
|
||||
) => {
|
||||
const [result] = await db
|
||||
|
||||
@@ -239,6 +239,7 @@ export const getByPublicIdWithMembers = (
|
||||
status: true,
|
||||
seats: true,
|
||||
unlimitedSeats: true,
|
||||
partnerTier: true,
|
||||
periodStart: true,
|
||||
periodEnd: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user