Skip to content

Commit 4425d99

Browse files
authored
Merge pull request #2732 from appwrite/add-billing-plan-object
2 parents cd161af + 5d0fe28 commit 4425d99

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@ai-sdk/svelte": "^1.1.24",
25-
"@appwrite.io/console": "https://pkg.vc/-/@appwrite/@appwrite.io/console@9b32107",
25+
"@appwrite.io/console": "https://pkg.vc/-/@appwrite/@appwrite.io/console@f21fc7f",
2626
"@appwrite.io/pink-icons": "0.25.0",
2727
"@appwrite.io/pink-icons-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-icons-svelte@865e2fc",
2828
"@appwrite.io/pink-legacy": "^1.0.3",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/stores/organization.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export type OrganizationError = {
1616
export type Organization = Models.Team<Record<string, unknown>> & {
1717
billingBudget: number;
1818
billingPlan: Tier;
19+
billingPlanId: Tier /* unused for now! */;
20+
billingPlanDetails: Plan /* unused for now! */;
1921
budgetAlerts: number[];
2022
paymentMethodId: string;
2123
backupPaymentMethodId: string;

0 commit comments

Comments
 (0)