diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index e6d28d5d..1fe00337 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -81681,6 +81681,21 @@ }, "style": "form" }, + { + "description": "Only return the Checkout Sessions matching the given status.", + "in": "query", + "name": "status", + "required": false, + "schema": { + "enum": [ + "complete", + "expired", + "open" + ], + "type": "string" + }, + "style": "form" + }, { "description": "Only return the Checkout Session for the subscription specified.", "in": "query", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index e79be429..03f78860 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -57829,6 +57829,21 @@ }, "style": "form" }, + { + "description": "Only return the Checkout Sessions matching the given status.", + "in": "query", + "name": "status", + "required": false, + "schema": { + "enum": [ + "complete", + "expired", + "open" + ], + "type": "string" + }, + "style": "form" + }, { "description": "Only return the Checkout Session for the subscription specified.", "in": "query",