Skip to content

Commit

Permalink
Update generated code for v553
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 25, 2023
1 parent 79c7b3e commit 7015642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v552
v553
4 changes: 2 additions & 2 deletions types/Issuing/CardDesignsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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<string>;

Expand Down

0 comments on commit 7015642

Please sign in to comment.