chore: add JSDoc descriptions to request types and client methods - #45
Open
fern-api[bot] wants to merge 4 commits into
Open
chore: add JSDoc descriptions to request types and client methods#45fern-api[bot] wants to merge 4 commits into
fern-api[bot] wants to merge 4 commits into
Conversation
fern-api
Bot
force-pushed
the
fern-bot/2026-07-08_00-29-50_861
branch
from
July 14, 2026 17:23
5cb5c93 to
a10c957
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-07-08_00-29-50_861
branch
from
July 14, 2026 20:01
a10c957 to
c141fc5
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-07-08_00-29-50_861
branch
3 times, most recently
from
July 15, 2026 20:53
03d0f86 to
84f4fee
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-07-08_00-29-50_861
branch
from
July 17, 2026 16:03
84f4fee to
4009fbb
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-07-08_00-29-50_861
branch
from
July 18, 2026 00:21
4009fbb to
8b6a08f
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-07-08_00-29-50_861
branch
from
July 20, 2026 18:00
8b6a08f to
40bc063
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-07-08_00-29-50_861
branch
from
July 20, 2026 18:04
40bc063 to
b46b2c2
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-07-08_00-29-50_861
branch
from
July 21, 2026 02:24
b46b2c2 to
f4f0a90
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-07-08_00-29-50_861
branch
from
July 22, 2026 16:34
f4f0a90 to
0f922ae
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-07-08_00-29-50_861
branch
from
July 24, 2026 21:32
0f922ae to
55e398f
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-07-08_00-29-50_861
branch
from
July 27, 2026 20:40
55e398f to
2c1e803
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-07-08_00-29-50_861
branch
from
July 28, 2026 00:29
2c1e803 to
c09e7b8
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-typescript-sdk: 3.63.0
… client methods Improve SDK discoverability by adding inline documentation to all resource client methods and request/DTO interfaces. No public API signatures were changed. Key changes: - Added top-level JSDoc summaries to BackoffPlan, CustomerSpeechTimeoutOptions, MonitorPlan, and CallHookCustomerSpeechTimeout interfaces - Added method-level JSDoc descriptions to all client methods across Analytics, Assistants, Calls, Campaigns, Eval, Files, Insight, ObservabilityScorecard, and PhoneNumbers clients - Added inline field-level JSDoc comments to id, status, formatPlan, and other previously undocumented properties on request/DTO types - Updated .fernignore to exclude replay and gitattributes files from SDK generation 🌿 Generated with Fern
Improve SDK discoverability by adding inline documentation to all resource client methods and request/DTO interfaces. No public API signatures were changed. Key changes: - Added top-level JSDoc summaries to BackoffPlan, CustomerSpeechTimeoutOptions, MonitorPlan, and CallHookCustomerSpeechTimeout interfaces - Added method-level JSDoc descriptions to all client methods across Analytics, Assistants, Calls, Campaigns, Eval, Files, Insight, ObservabilityScorecard, and PhoneNumbers clients - Added inline field-level JSDoc comments to id, status, formatPlan, and other previously undocumented properties on request/DTO types - Updated .fernignore to exclude replay and gitattributes files from SDK generation 🌿 Generated with Fern
fern-api
Bot
force-pushed
the
fern-bot/2026-07-08_00-29-50_861
branch
from
July 29, 2026 18:32
c09e7b8 to
b37fc9e
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.
2.0.0 → 2.0.1
Improve SDK discoverability by adding inline documentation to all
resource client methods and request/DTO interfaces. No public API
signatures were changed.
Key changes:
🌿 Generated with Fern