chore: add doc comments to public API methods and schema types#1
Open
fern-api[bot] wants to merge 4 commits into
Open
chore: add doc comments to public API methods and schema types#1fern-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-06-25_21-11-04_679
branch
6 times, most recently
from
July 2, 2026 18:47
a6d3f97 to
148a566
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-04_679
branch
3 times, most recently
from
July 8, 2026 00:29
0c95ff1 to
7f3581e
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-04_679
branch
7 times, most recently
from
July 18, 2026 00:21
c6c9bb1 to
56119cf
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-04_679
branch
4 times, most recently
from
July 22, 2026 16:33
bdbe8b5 to
9759c8c
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-swift-sdk: 0.31.0
…schema types Add Swift doc comments (/// and - Parameter) to all public client methods across AnalyticsClient, AssistantsClient, CallsClient, CampaignsClient, EvalClient, FilesClient, and InsightClient, as well as to schema types BackoffPlan, CallHookCustomerSpeechTimeout, CustomerSpeechTimeoutOptions, and MonitorPlan. Also refine existing property-level doc comment wording for clarity. Update .fernignore to exclude Fern replay and gitattributes files. Key changes: - Add /// doc comments and - Parameter annotations to all public resource client methods - Improve doc comment wording on BackoffPlan, MonitorPlan, CustomerSpeechTimeoutOptions, and CallHookCustomerSpeechTimeout properties - Add .fern/replay.lock, .fern/replay.yml, and .gitattributes to .fernignore 🌿 Generated with Fern
Add Swift doc comments (/// and - Parameter) to all public client methods across AnalyticsClient, AssistantsClient, CallsClient, CampaignsClient, EvalClient, FilesClient, and InsightClient, as well as to schema types BackoffPlan, CallHookCustomerSpeechTimeout, CustomerSpeechTimeoutOptions, and MonitorPlan. Also refine existing property-level doc comment wording for clarity. Update .fernignore to exclude Fern replay and gitattributes files. Key changes: - Add /// doc comments and - Parameter annotations to all public resource client methods - Improve doc comment wording on BackoffPlan, MonitorPlan, CustomerSpeechTimeoutOptions, and CallHookCustomerSpeechTimeout properties - Add .fern/replay.lock, .fern/replay.yml, and .gitattributes to .fernignore 🌿 Generated with Fern
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-11-04_679
branch
from
July 24, 2026 21:31
9759c8c to
f721731
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.
1.0.0 → 1.0.1
Add Swift doc comments (/// and - Parameter) to all public client
methods across AnalyticsClient, AssistantsClient, CallsClient,
CampaignsClient, EvalClient, FilesClient, and InsightClient, as well
as to schema types BackoffPlan, CallHookCustomerSpeechTimeout,
CustomerSpeechTimeoutOptions, and MonitorPlan. Also refine existing
property-level doc comment wording for clarity. Update .fernignore to
exclude Fern replay and gitattributes files.
Key changes:
🌿 Generated with Fern