Skip to content

Commit 5d0fe28

Browse files
committed
update: as per sdk.
1 parent 4f4855a commit 5d0fe28

3 files changed

Lines changed: 7 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@cced6e3",
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export type OrganizationError = {
1616
export type Organization = Models.Team<Record<string, unknown>> & {
1717
billingBudget: number;
1818
billingPlan: Tier;
19+
billingPlanId: Tier /* unused for now! */;
1920
billingPlanDetails: Plan /* unused for now! */;
2021
budgetAlerts: number[];
2122
paymentMethodId: string;

0 commit comments

Comments
 (0)