From 701564208121e52a69e454276afb43c9815cf446 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:02:40 +0000 Subject: [PATCH] Update generated code for v553 --- OPENAPI_VERSION | 2 +- types/Issuing/CardDesignsResource.d.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 5d756f90ce..d8d134b16d 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v552 \ No newline at end of file +v553 \ No newline at end of file diff --git a/types/Issuing/CardDesignsResource.d.ts b/types/Issuing/CardDesignsResource.d.ts index b210f3c955..473a981752 100644 --- a/types/Issuing/CardDesignsResource.d.ts +++ b/types/Issuing/CardDesignsResource.d.ts @@ -10,7 +10,7 @@ declare module 'stripe' { card_bundle: string; /** - * The file for the card logo, for use with card bundles that support card logos. + * The file for the card logo, for use with card bundles that support card logos. Must have `purpose` value of `issuing_logo`. */ card_logo?: string; @@ -95,7 +95,7 @@ declare module 'stripe' { card_bundle?: string; /** - * The file for the card logo, for use with card bundles that support card logos. + * The file for the card logo, for use with card bundles that support card logos. Must have `purpose` value of `issuing_logo`. */ card_logo?: Stripe.Emptyable;