Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Updates #1398

Merged
merged 3 commits into from
Apr 21, 2022
Merged

API Updates #1398

merged 3 commits into from
Apr 21, 2022

Conversation

richardm-stripe
Copy link
Contributor

@richardm-stripe richardm-stripe commented Apr 21, 2022

Codegen for openapi e07f049.
r? @pakrym-stripe (test_helpers expertise)
cc @stripe/api-libraries

Changelog

  • Add support for expire test helper method on resource Refund
  • Change type of BillingPortal.Configuration.application from string to expandable($Application)
  • Change IssuingDisputeCreateParams.transaction to be optional

@@ -25,7 +25,7 @@ declare module 'stripe' {
/**
* ID of the Connect Application that created the configuration.
*/
application: string | null;
application: string | Stripe.Application | null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is technically breaking? Are we allowing this in TS?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that is the present policy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants