diff --git a/autogpt_platform/frontend/src/app/api/openapi.json b/autogpt_platform/frontend/src/app/api/openapi.json index 40d0a22ba4..69872ca83e 100644 --- a/autogpt_platform/frontend/src/app/api/openapi.json +++ b/autogpt_platform/frontend/src/app/api/openapi.json @@ -13891,7 +13891,11 @@ }, "SubscriptionStatusResponse": { "properties": { - "tier": { "type": "string", "enum": ["FREE", "PRO", "BUSINESS", "ENTERPRISE"], "title": "Tier" }, + "tier": { + "type": "string", + "enum": ["FREE", "PRO", "BUSINESS", "ENTERPRISE"], + "title": "Tier" + }, "monthly_cost": { "type": "integer", "title": "Monthly Cost" }, "tier_costs": { "additionalProperties": { "type": "integer" },