From 068c1525bc590895c48d8c2b4dc5761b641cbfa5 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Fri, 11 Sep 2020 15:28:52 -0700 Subject: [PATCH] Codegen for openapi 92265b4 --- types/2020-08-27/WebhookEndpoints.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/types/2020-08-27/WebhookEndpoints.d.ts b/types/2020-08-27/WebhookEndpoints.d.ts index 6bb1f9f029..1e774bfb8e 100644 --- a/types/2020-08-27/WebhookEndpoints.d.ts +++ b/types/2020-08-27/WebhookEndpoints.d.ts @@ -340,6 +340,8 @@ declare module 'stripe' { | 'product.created' | 'product.deleted' | 'product.updated' + | 'promotion_code.created' + | 'promotion_code.updated' | 'radar.early_fraud_warning.created' | 'radar.early_fraud_warning.updated' | 'recipient.created' @@ -542,6 +544,8 @@ declare module 'stripe' { | 'product.created' | 'product.deleted' | 'product.updated' + | 'promotion_code.created' + | 'promotion_code.updated' | 'radar.early_fraud_warning.created' | 'radar.early_fraud_warning.updated' | 'recipient.created'