stripe / stripe-cli

A command-line tool for Stripe
https://stripe.com/docs/stripe-cli
Apache License 2.0
1.57k stars 362 forks source link

Add support for 13 triggers #1194

Closed tlefevre-stripe closed 1 month ago

tlefevre-stripe commented 1 month ago

Reviewers

r? @stripe/developer-products cc @stripe/developer-products

Summary

This PR adds support for 13 triggers:

And also fixed a typo for the charge.dispute.created event.

Note that in the triggers.go file, the linter automatically added an extra space in all the triggers because customer_cash_balance_transaction.created is too long.