10000 Update generated code for v1761 · stripe/stripe-python@055c458 · GitHub
[go: up one dir, main page]

Skip to content

Commit 055c458

Browse files
Update generated code for v1761
1 parent cab73da commit 055c458

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1760
1+
v1761

stripe/_event.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ class RetrieveParams(RequestOptions):
320320
"invoice.overpaid",
321321
"invoice.paid",
322322
"invoice.payment.overpaid",
323+
"invoice.payment.paid",
323324
"invoice.payment_action_required",
324325
"invoice.payment_attempt_required",
325326
"invoice.payment_failed",

stripe/_webhook_endpoint.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ class CreateParams(RequestOptions):
271271
"invoice.overpaid",
272272
"invoice.paid",
273273
"invoice.payment.overpaid",
274+
"invoice.payment.paid",
274275
"invoice.payment_action_required",
275276
"invoice.payment_attempt_required",
276277
"invoice.payment_failed",
@@ -607,6 +608,7 @@ class ModifyParams(RequestOptions):
607608
"invoice.overpaid",
608609
"invoice.paid",
609610
"invoice.payment.overpaid",
611+
"invoice.payment.paid",
610612
"invoice.payment_action_required",
611613
"invoice.payment_attempt_required",
612614
"invoice.payment_failed",

stripe/_webhook_endpoint_service.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ class CreateParams(TypedDict):
252252
"invoice.overpaid",
253253
"invoice.paid",
254254
"invoice.payment.overpaid",
255+
"invoice.payment.paid",
255256
"invoice.payment_action_required",
256257
"invoice.payment_attempt_required",
257258
"invoice.payment_failed",
@@ -594,6 +595,7 @@ class UpdateParams(TypedDict):
594595
"invoice.overpaid",
595596
"invoice.paid",
596597
"invoice.payment.overpaid",
598+
"invoice.payment.paid",
597599
"invoice.payment_action_required",
598600
"invoice.payment_attempt_required",
599601
"invoice.payment_failed",

0 commit comments

Comments
 (0)
0