From 49eb7e5b5660fc535f2d2f032eee63e8813ae14d Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 21:37:17 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.beta.sdk.json | 9 +++++++-- openapi/spec3.beta.sdk.yaml | 5 +++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 2ec1e53e..069adf0d 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -54236,8 +54236,12 @@ "type": { "description": "Which supported input type will be collected.", "enum": [ + "email", + "numeric", + "phone", "selection", - "signature" + "signature", + "text" ], "type": "string" } @@ -152223,7 +152227,8 @@ "selection", "signature" ], - "type": "string" + "type": "string", + "x-stripeBypassValidation": true } }, "required": [ diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 13b662d6..50217f06 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -49136,8 +49136,12 @@ components: type: description: Which supported input type will be collected. enum: + - email + - numeric + - phone - selection - signature + - text type: string required: - custom_text @@ -143552,6 +143556,7 @@ paths: - selection - signature type: string + x-stripeBypassValidation: true required: - custom_text - type