From b113cfed3c7a34eacebdabc124ecfb8d624a0f9c Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:59:02 +0000 Subject: [PATCH] Update generated code for v1259 --- OPENAPI_VERSION | 2 +- types/Issuing/Cards.d.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 292b2c94a8..b39b96e379 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1257 \ No newline at end of file +v1259 \ No newline at end of file diff --git a/types/Issuing/Cards.d.ts b/types/Issuing/Cards.d.ts index 417f58da74..a87ef5d1f9 100644 --- a/types/Issuing/Cards.d.ts +++ b/types/Issuing/Cards.d.ts @@ -246,7 +246,8 @@ declare module 'stripe' { | 'failure' | 'pending' | 'returned' - | 'shipped'; + | 'shipped' + | 'submitted'; type Type = 'bulk' | 'individual'; }