Update generated code for beta - #1919
Open
stripe-openapi[bot] wants to merge 4 commits into
Open
Conversation
stripe-openapi
Bot
requested review from
zacchua-stripe
and removed request for
a team and
zacchua-stripe
July 30, 2026 02:25
stripe-openapi
Bot
force-pushed
the
latest-codegen-beta
branch
25 times, most recently
from
July 31, 2026 23:19
cedc7bc to
2008e62
Compare
stripe-openapi
Bot
force-pushed
the
latest-codegen-beta
branch
11 times, most recently
from
August 10, 2026 18:58
ca7b7a6 to
3e2a111
Compare
* Handle break in auto-paging blocks Committed-By-Agent: goose * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * fixed linter errors and restored missing end keywords --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
stripe-openapi
Bot
force-pushed
the
latest-codegen-beta
branch
4 times, most recently
from
August 10, 2026 22:03
bfa4fa0 to
ce33f7d
Compare
stripe-openapi
Bot
force-pushed
the
latest-codegen-beta
branch
4 times, most recently
from
August 11, 2026 19:01
2678ac5 to
34b8eb6
Compare
* Extract V2TypeCoercion module for bidirectional field encoding
Consolidates request-side (encode: native → wire) and response-side
(decode: wire → native) type coercion into a shared module that handles
all V2 encoding kinds: int64_string, decimal_string, object, array,
nullable, and discriminated_union.
Previously, request_params.rb had its own coercion implementation and
stripe_object.rb only handled decimal_string with a flat equality check.
This left int64_string fields uncoerced on the response side (returning
String instead of Integer) and didn't support nested schemas like
{kind: :nullable, inner: :decimal_string}.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude
* Scope module to existing encoding kinds only
Remove nullable and discriminated_union cases — those belong in the
DU coercion branch, not this base extraction. The module should only
contain what already exists on master: int64_string, decimal_string,
object, array.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
stripe-openapi
Bot
force-pushed
the
latest-codegen-beta
branch
6 times, most recently
from
August 13, 2026 02:07
924320a to
2016880
Compare
…3ae2a7a59f8be619c63f0935ab
stripe-openapi
Bot
force-pushed
the
latest-codegen-beta
branch
from
August 13, 2026 03:34
2016880 to
5be9899
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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 v2396 and v2 openapi 491a0a04f3e0ee3ae2a7a59f8be619c63f0935ab.
Changelog