Skip to content

Commit

Permalink
Update generated code for v1259
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 10, 2024
1 parent b7bc605 commit b113cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1257
v1259
3 changes: 2 additions & 1 deletion types/Issuing/Cards.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ declare module 'stripe' {
| 'failure'
| 'pending'
| 'returned'
| 'shipped';
| 'shipped'
| 'submitted';

type Type = 'bulk' | 'individual';
}
Expand Down

0 comments on commit b113cfe

Please sign in to comment.