From efe5da0edbfb4b5c206ade2be001f762f8483ae1 Mon Sep 17 00:00:00 2001 From: adhamvapi <256238690+adhamvapi@users.noreply.github.com> Date: Wed, 22 Apr 2026 16:05:13 +0000 Subject: [PATCH] fix: add subscriptionLimits property to Call schema in OpenAPI spec --- fern/apis/api/openapi.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index 7748d5731..d4453b1cf 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -34766,6 +34766,14 @@ "transport": { "type": "object", "description": "This is the transport of the call." + }, + "subscriptionLimits": { + "description": "These are the subscription limits for the org at the time of the call. Includes concurrency limit information.", + "allOf": [ + { + "$ref": "#/components/schemas/SubscriptionLimits" + } + ] } }, "required": [