-
Notifications
You must be signed in to change notification settings - Fork 773
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
API Updates #1564
Merged
Merged
API Updates #1564
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b6ba8aa
to
cf5a6c1
Compare
anniel-stripe
approved these changes
Sep 28, 2022
kamil-stripe
added a commit
that referenced
this pull request
Oct 6, 2022
* Migrate other Stripe infrastructure to TS * Reviewer comments * Update TypeScript * Reviewer comments * Remove 'use strict' from migrated files * Turn on alwaysStrict in tsconfig * Update src/net/NodeHttpClient.ts Co-authored-by: Kamil Pajdzik <99290280+kamil-stripe@users.noreply.github.com> * Update src/crypto/SubtleCryptoProvider.ts Co-authored-by: Kamil Pajdzik <99290280+kamil-stripe@users.noreply.github.com> * Update src/crypto/SubtleCryptoProvider.ts Co-authored-by: Kamil Pajdzik <99290280+kamil-stripe@users.noreply.github.com> * Remove hasOwn alias, undo suggested commits * Update src/net/FetchHttpClient.ts Co-authored-by: Kamil Pajdzik <99290280+kamil-stripe@users.noreply.github.com> * Add more types to HTTP clients * API Updates (#1564) Codegen for openapi v197 * Bump version to 10.12.0 * Fix release tag calculation (#1567) * Upgrade dev dependencies (#1568) * Upgrade @types/node * Upgrade @typescript-eslint/eslint-plugin * Upgrade @typescript-eslint/parser * Upgrade eslint * Lint * Add ESLint congif for TS tests * Add Node configuration to ESLint configuration * Remove 'Function' declaration * Downgrade lint packages and suppress lint errors * Upgrade ansi-regex * Downgrade @typescript-eslint/parser * Reset angi-regex * Yarn.lock * Upgrade chai * Upgrade mocha * Downgrade mocha * Add ^ * Upgrade eslint-config-prettier * Upgrade eslint-plugin-chai-friendly * Upgrade eslint-plugin-prettier * Downgrade eslint-plugin-prettier * Remove ansi-regex * Upgrade typescript * Upgrade mocha-junit-reporter * Upgrade qs * Upgrade prettier * Upgrade nock * Formatting * Downgrade prettier * Lint * Upgrade nanoid * Revert nanoid * Upgrade node-fetch * Downgrade node-fetch * Revert types/node change * Revert fetch type * Update node-fetch to 2.6.7 (#1570) * Update node-fetch to 2.6.7 * Yarn.lock * Formatting * Lint * API Updates (#1571) Codegen for openapi v201 * Bump version to 10.13.0 * Set version to 10.13.0 to simplify merge * Reset version to 10.12.0-beta.1 * Codegen for openapi v201 Co-authored-by: Annie Li <anniel@stripe.com> Co-authored-by: anniel-stripe <97691964+anniel-stripe@users.noreply.github.com> Co-authored-by: yejia-stripe <90646909+yejia-stripe@users.noreply.github.com> Co-authored-by: Yejia Chen <yejia@stripe.com> Co-authored-by: pakrym-stripe <99349468+pakrym-stripe@users.noreply.github.com>
gurus00
pushed a commit
to gurus00/stripe-node
that referenced
this pull request
Feb 11, 2025
Codegen for openapi v197
gurus00
pushed a commit
to gurus00/stripe-node
that referenced
this pull request
Feb 11, 2025
Codegen for openapi v197
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Codegen for openapi v197.
cc @stripe/api-libraries
Changelog
Charge.payment_method_details.card_present.incremental_authorization_supported
andCharge.payment_method_details.card_present.overcapture_supported
fromboolean | null
toboolean
created
onCheckout.Session
setup_future_usage
onPaymentIntent.payment_method_options.pix
,PaymentIntentConfirmParams.payment_method_options.pix
,PaymentIntentCreateParams.payment_method_options.pix
, andPaymentIntentUpdateParams.payment_method_options.pix
CheckoutSessionCreateParams.subscription_data.items
(use theline_items
param instead). This will be removed in the next major version.