Skip to content

chore: add XML doc comments across clients and types - #4

Open
fern-api[bot] wants to merge 4 commits into
mainfrom
fern-bot/2026-06-25_21-11-06_096
Open

chore: add XML doc comments across clients and types#4
fern-api[bot] wants to merge 4 commits into
mainfrom
fern-bot/2026-06-25_21-11-06_096

Conversation

@fern-api

@fern-api fern-api Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

2.0.0 → 2.0.1

Add <summary> XML documentation comments to all public client
interfaces, client implementations, request/response types, and
domain model records throughout the SDK. No public API signatures,
method parameters, return types, or behavioral logic were changed.

Key changes:

  • Add XML doc summaries to all methods in IAnalyticsClient, IAssistantsClient, ICallsClient, ICampaignsClient, IEvalClient, IFilesClient, IInsightClient interfaces and their implementations
  • Add XML doc summaries to BackoffPlan, CallHookCustomerSpeechTimeout, CustomerSpeechTimeoutOptions, MonitorPlan type records
  • Add XML doc summaries to request types including CampaignControllerFindAllRequest, EvalControllerGetPaginatedRequest, EvalControllerGetRunsPaginatedRequest, InsightControllerFindAllRequest, InsightRunDto, and UpdateAssistantDto properties
  • Update .fernignore to exclude .fern/replay.lock, .fern/replay.yml, and .gitattributes

🌿 Generated with Fern

@fern-api fern-api Bot changed the title SDK regeneration (no semver change: FAI returned NO_CHANGE) chore: update .fernignore with additional ignored files Jun 25, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch 6 times, most recently from 142d346 to 4cc68fe Compare July 2, 2026 18:47
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch 2 times, most recently from 6900fe7 to 8a7f140 Compare July 6, 2026 20:36
@fern-api fern-api Bot changed the title chore: update .fernignore with additional ignored files SDK regeneration (no semver change: FAI returned NO_CHANGE) Jul 8, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from 8a7f140 to ec79894 Compare July 8, 2026 00:30
@fern-api fern-api Bot changed the title SDK regeneration (no semver change: FAI returned NO_CHANGE) chore: update .fernignore with additional ignored files Jul 14, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from ec79894 to 6c03fae Compare July 14, 2026 17:23
@fern-api fern-api Bot changed the title chore: update .fernignore with additional ignored files SDK regeneration (no semver change: FAI returned NO_CHANGE) Jul 14, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from 6c03fae to 4745505 Compare July 14, 2026 20:01
@fern-api fern-api Bot changed the title SDK regeneration (no semver change: FAI returned NO_CHANGE) chore: update .fernignore with additional ignored files Jul 15, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from 4745505 to e0c9391 Compare July 15, 2026 16:17
@fern-api fern-api Bot changed the title chore: update .fernignore with additional ignored files chore: add Fern replay and gitattributes files to .fernignore Jul 15, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from e0c9391 to 1441ccb Compare July 15, 2026 18:07
@fern-api fern-api Bot changed the title chore: add Fern replay and gitattributes files to .fernignore chore: update .fernignore with additional ignored files Jul 15, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch 3 times, most recently from 7581a9f to 5c81a99 Compare July 18, 2026 00:21
@fern-api fern-api Bot changed the title chore: update .fernignore with additional ignored files chore: add XML doc comments across client interfaces and types Jul 20, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch 5 times, most recently from 0ee7d89 to 212acdf Compare July 24, 2026 21:32
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from 212acdf to c4ed998 Compare July 27, 2026 20:40
@fern-api fern-api Bot changed the title chore: add XML doc comments across client interfaces and types chore: add XML doc comments across clients and types Jul 28, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from c4ed998 to ae2485a Compare July 28, 2026 00:28
fern-api Bot added 4 commits July 29, 2026 18:32
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-csharp-sdk: 2.58.0
Add `<summary>` XML documentation comments to all public client
interfaces, client implementations, request/response types, and
domain model records throughout the SDK. No public API signatures,
method parameters, return types, or behavioral logic were changed.

Key changes:
- Add XML doc summaries to all methods in `IAnalyticsClient`, `IAssistantsClient`, `ICallsClient`, `ICampaignsClient`, `IEvalClient`, `IFilesClient`, `IInsightClient` interfaces and their implementations
- Add XML doc summaries to `BackoffPlan`, `CallHookCustomerSpeechTimeout`, `CustomerSpeechTimeoutOptions`, `MonitorPlan` type records
- Add XML doc summaries to request types including `CampaignControllerFindAllRequest`, `EvalControllerGetPaginatedRequest`, `EvalControllerGetRunsPaginatedRequest`, `InsightControllerFindAllRequest`, `InsightRunDto`, and `UpdateAssistantDto` properties
- Update `.fernignore` to exclude `.fern/replay.lock`, `.fern/replay.yml`, and `.gitattributes`

🌿 Generated with Fern
Add `<summary>` XML documentation comments to all public client
interfaces, client implementations, request/response types, and
domain model records throughout the SDK. No public API signatures,
method parameters, return types, or behavioral logic were changed.

Key changes:
- Add XML doc summaries to all methods in `IAnalyticsClient`, `IAssistantsClient`, `ICallsClient`, `ICampaignsClient`, `IEvalClient`, `IFilesClient`, `IInsightClient` interfaces and their implementations
- Add XML doc summaries to `BackoffPlan`, `CallHookCustomerSpeechTimeout`, `CustomerSpeechTimeoutOptions`, `MonitorPlan` type records
- Add XML doc summaries to request types including `CampaignControllerFindAllRequest`, `EvalControllerGetPaginatedRequest`, `EvalControllerGetRunsPaginatedRequest`, `InsightControllerFindAllRequest`, `InsightRunDto`, and `UpdateAssistantDto` properties
- Update `.fernignore` to exclude `.fern/replay.lock`, `.fern/replay.yml`, and `.gitattributes`

🌿 Generated with Fern
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-11-06_096 branch from ae2485a to 6237ae7 Compare July 29, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants