From 45a973d62665a90b528229666796ee40236c1da1 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:44:49 +0000 Subject: [PATCH] Update generated code for v1432 --- OPENAPI_VERSION | 2 +- types/Checkout/SessionsResource.d.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index be2205e18d..2a04fb938c 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1431 \ No newline at end of file +v1432 \ No newline at end of file diff --git a/types/Checkout/SessionsResource.d.ts b/types/Checkout/SessionsResource.d.ts index a9be557fd3..189c3e7cc1 100644 --- a/types/Checkout/SessionsResource.d.ts +++ b/types/Checkout/SessionsResource.d.ts @@ -2253,6 +2253,8 @@ declare module 'stripe' { interface PhoneNumberCollection { /** * Set to `true` to enable phone number collection. + * + * Can only be set in `payment` and `subscription` mode. */ enabled: boolean; }