Open
Conversation
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.
This PR regenerates code to match the latest API Definition.
Note
Medium Risk
While most changes are generated metadata/docs and dependency bumps, the lockfile refresh and generator upgrade can alter runtime behavior in the published SDK and should be validated with builds/tests and a quick smoke test of key endpoints.
Overview
Regenerates the TypeScript SDK and docs using newer Fern tooling. This bumps Fern CLI (
0.112.1→3.86.0) and the TS Node SDK generator (3.28.7→3.44.1), and recordssdkVersion: 7.20.1in.fern/metadata.json.Updates repo metadata and tooling:
package.jsonnow uses a structuredrepositoryfield, Biome is upgraded (2.3.1→2.3.11), andpnpm-lock.yamlrefreshes a large set of transitive dependency versions (notably AWS SDK/Smithy, build tooling likewebpack/rollup/esbuild, and related deps).reference.mdis regenerated/expanded substantially, adding detailed API reference sections (e.g.,client.chatStream,client.chat,client.generateStream,client.generate, etc.) and updating various option type names in the docs (e.g.,V2Client.RequestOptions,BatchesClient.RequestOptions).Written by Cursor Bugbot for commit 32bd133. This will update automatically on new commits. Configure here.