From 9b6569cbef8b74e44c2f2eda46f9657fc7a3e459 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Mon, 9 Nov 2020 08:34:00 -0800 Subject: [PATCH] Codegen for openapi 3e3140c --- types/2020-08-27/WebhookEndpoints.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/2020-08-27/WebhookEndpoints.d.ts b/types/2020-08-27/WebhookEndpoints.d.ts index bd1601ab69..52dc131dd3 100644 --- a/types/2020-08-27/WebhookEndpoints.d.ts +++ b/types/2020-08-27/WebhookEndpoints.d.ts @@ -281,6 +281,7 @@ declare module 'stripe' { | 'file.created' | 'invoice.created' | 'invoice.deleted' + | 'invoice.finalization_failed' | 'invoice.finalized' | 'invoice.marked_uncollectible' | 'invoice.paid' @@ -488,6 +489,7 @@ declare module 'stripe' { | 'file.created' | 'invoice.created' | 'invoice.deleted' + | 'invoice.finalization_failed' | 'invoice.finalized' | 'invoice.marked_uncollectible' | 'invoice.paid'