chore(typescript): bump docs-yml generator to 3.66.1 and regenerate SDK#15482
Conversation
🌱 Seed Test SelectorSelect languages to run seed tests for:
How to use: Click the ⋯ menu above → "Edit" → check the boxes you want → click "Update comment". Tests will run automatically and snapshots will be committed to this PR. |
4531c38 to
39b7120
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. |
39b7120 to
c2d8e45
Compare
Propagates the JsonError/ParseError minification-safe constructor fix (new.target.prototype + this.name) to the checked-in docs-yml SDK copy. Depends on fernapi/fern-typescript-sdk:3.66.1 being published first. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
c2d8e45 to
9c31bcc
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
CjsFdrSdk.docs.v1.commons.IntegrationsConfig only has `intercom`; context7 is resolved separately as context7File so it must not be set on the SDK type. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
SDK Generation Benchmark ResultsComparing PR branch against median of 5 nightly run(s) on Full benchmark table (click to expand)
main (generator): generator-only time via --skip-scripts (includes Docker image build, container startup, IR parsing, and code generation — this is the same Docker-based flow customers use via |
Docs Generation Benchmark ResultsComparing PR branch against median of 5 nightly run(s) on
Docs generation runs |

Summary
Follow-up to #15283.
Bumps
fern/apis/docs-yml/generators.ymlfrom3.49.0to3.66.1andregenerates
packages/cli/configuration/src/docs-yml/schemas/sdk/withthe fixed
JsonError/ParseErrortemplates (minification-safethis.namenew.target.prototype).fernapi/fern-typescript-sdk:3.66.1is publishedThe lint CI step runs
pnpm update:docswhich pulls the generator Dockerimage. This PR will fail lint until
3.66.1is available on Docker Hub(released automatically after #15283 merges).
Once the image is published, CI should regenerate the files identically to
what is committed here and the drift check will pass.
Test plan
fernapi/fern-typescript-sdk:3.66.1is published