chore: add inline documentation to public API methods and schema types#1
Open
fern-api[bot] wants to merge 4 commits into
Open
chore: add inline documentation 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
3 times, most recently
from
July 21, 2026 02:24
01c8bc5 to
bdbe8b5
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-swift-sdk: 0.31.0
…ods and schema types Add Swift doc comments to all public client methods across every resource client (Analytics, Assistants, Calls, Campaigns, Eval, Files, Insight) and to several schema/request types. No public API signatures, types, or behaviors were changed — only documentation strings were added or improved. Key changes: - Added `///` doc comments with parameter descriptions to all resource client methods (list, create, get, delete, update, run, preview, etc.) - Added struct-level doc comments to `BackoffPlan`, `CallHookCustomerSpeechTimeout`, `CustomerSpeechTimeoutOptions`, `MonitorPlan`, `CreateFileDto`, and `InsightRunDto` - Improved existing inline field comments in `BackoffPlan`, `CustomerSpeechTimeoutOptions`, `MonitorPlan`, and `UpdateAssistantDto` for clarity - Added `.fern/replay.lock`, `.fern/replay.yml`, and `.gitattributes` to `.fernignore` 🌿 Generated with Fern
Add Swift doc comments to all public client methods across every resource client (Analytics, Assistants, Calls, Campaigns, Eval, Files, Insight) and to several schema/request types. No public API signatures, types, or behaviors were changed — only documentation strings were added or improved. Key changes: - Added `///` doc comments with parameter descriptions to all resource client methods (list, create, get, delete, update, run, preview, etc.) - Added struct-level doc comments to `BackoffPlan`, `CallHookCustomerSpeechTimeout`, `CustomerSpeechTimeoutOptions`, `MonitorPlan`, `CreateFileDto`, and `InsightRunDto` - Improved existing inline field comments in `BackoffPlan`, `CustomerSpeechTimeoutOptions`, `MonitorPlan`, and `UpdateAssistantDto` for clarity - Added `.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 22, 2026 16:33
bdbe8b5 to
9759c8c
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 to all public client methods across every resource
client (Analytics, Assistants, Calls, Campaigns, Eval, Files, Insight)
and to several schema/request types. No public API signatures, types, or
behaviors were changed — only documentation strings were added or
improved.
Key changes:
///doc comments with parameter descriptions to all resourceclient methods (list, create, get, delete, update, run, preview, etc.)
BackoffPlan,CallHookCustomerSpeechTimeout,CustomerSpeechTimeoutOptions,MonitorPlan,CreateFileDto, andInsightRunDtoBackoffPlan,CustomerSpeechTimeoutOptions,MonitorPlan, andUpdateAssistantDtofor clarity
.fern/replay.lock,.fern/replay.yml, and.gitattributesto.fernignore🌿 Generated with Fern