Skip to content

Commit 1bf00e1

Browse files
committed
Prepare features for release (#747)
Synced from sferarc/pgbeam@67108b8
1 parent 8cf064c commit 1bf00e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/generated/types/OrganizationPlan.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export type OrganizationPlanPlanEnumKey = (typeof organizationPlanPlanEnum)[keyo
1717
export const organizationPlanBillingProviderEnum = {
1818
stripe: "stripe",
1919
vercel: "vercel",
20-
aws: "aws"
20+
aws: "aws",
21+
manual: "manual"
2122
} as const;
2223

2324
export type OrganizationPlanBillingProviderEnumKey = (typeof organizationPlanBillingProviderEnum)[keyof typeof organizationPlanBillingProviderEnum];

0 commit comments

Comments
 (0)