fix(server): allow to checkout selfhost team in canary (#10130)

This commit is contained in:
forehalo
2025-02-12 12:19:28 +00:00
parent e4e06f35bb
commit 8129434a2e
3 changed files with 10 additions and 1 deletions
@@ -29,6 +29,13 @@ import {
export const SelfhostTeamCheckoutArgs = z.object({
quantity: z.number(),
user: z
.object({
id: z.string(),
email: z.string(),
})
.optional()
.nullable(),
});
export const SelfhostTeamSubscriptionIdentity = z.object({