Skip to content

Commit cbc88ae

Browse files
chore: enrich PHPDoc comments across types and request DTOs
Add descriptive class-level and property-level PHPDoc comments to dozens of types and request DTOs throughout the SDK. These additions improve IDE autocompletion, hover documentation, and generated API reference output without changing any public API signatures, method behavior, or serialization logic. Key changes: - Add class-level docblocks to types such as `Assistant`, `Call`, `Edge`, `CompliancePlan`, `BackoffPlan`, and many more - Expand property-level `@var` comments with human-readable descriptions (e.g., `$firstMessageInterruptionsEnabled`, `$compliancePlan`, `$keypadInputPlan`) - Consolidate multi-line prose comments into single-line `@var` annotations (e.g., `BackoffPlan::$excludedStatusCodes`, `CustomerSpeechTimeoutOptions::$triggerResetMode`) 🌿 Generated with Fern
1 parent d6b3ca9 commit cbc88ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [2.0.1] - 2026-07-24
2+
13
## 2.0.0 - 2026-06-24
24
### Breaking Changes
35
* **`CartesiaExperimentalControlsSpeedZero`** has been renamed to `CartesiaSpeedControlZero`. Update any references to this enum in your code to use the new name.

0 commit comments

Comments
 (0)