From d83abb03e1b0aa82403ddb7b0454495e76bb2bde Mon Sep 17 00:00:00 2001 From: Clement Bouvet Date: Thu, 15 May 2025 12:13:47 +0200 Subject: [PATCH] remove old unused api variable --- crates/api-client/openapi.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/crates/api-client/openapi.json b/crates/api-client/openapi.json index 57a49e8..ddc25d8 100644 --- a/crates/api-client/openapi.json +++ b/crates/api-client/openapi.json @@ -2740,10 +2740,6 @@ "readOnly": true, "enum": ["perso", "pro"] }, - "current_billing_plan": { - "type": "string", - "description": "The current billing plan of the organization." - }, "created_at": { "type": "string", "format": "date-time", @@ -2762,7 +2758,6 @@ "id", "name", "slug", - "current_billing_plan", "created_at", "updated_at" ]