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 #1366

Merged
merged 2 commits into from
Mar 9, 2022
Merged

API Updates #1366

merged 2 commits into from
Mar 9, 2022

Conversation

dcr-stripe
Copy link
Contributor

Codegen for openapi d65ebba.
r? @richardm-stripe
cc @stripe/api-libraries

Changelog

  • Add support for test_clock on CustomerListParams
  • Change Invoice.test_clock, InvoiceItem.test_clock, Quote.test_clock, Subscription.test_clock, and SubscriptionSchedule.test_clock to be required

@@ -671,6 +671,11 @@ declare module 'stripe' {
* Specifies which fields in the response should be expanded.
*/
expand?: Array<string>;

/**
* Provides a list of customers that are associated with the specified test clock. If no list is provided, the response won't include customers with test clocks.
Copy link
Contributor

Choose a reason for hiding this comment

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

Is that doc correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed - good catch!

Copy link
Contributor

@richardm-stripe richardm-stripe left a comment

Choose a reason for hiding this comment

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

LGTM aside from docstring

@dcr-stripe dcr-stripe merged commit c753002 into master Mar 9, 2022
@dcr-stripe dcr-stripe deleted the latest-codegen branch March 9, 2022 20:10
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.

None yet

3 participants