Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ docs/SetTalk.md
docs/Sms.md
docs/StartRecordCall.md
docs/TFN.md
docs/TFNCampaign.md
docs/TerminateConference.md
docs/TranscribeReason.md
docs/TranscribeTermReason.md
Expand Down Expand Up @@ -270,6 +271,7 @@ src/freeclimb.Test/Model/SetListenTests.cs
src/freeclimb.Test/Model/SetTalkTests.cs
src/freeclimb.Test/Model/SmsTests.cs
src/freeclimb.Test/Model/StartRecordCallTests.cs
src/freeclimb.Test/Model/TFNCampaignTests.cs
src/freeclimb.Test/Model/TFNTests.cs
src/freeclimb.Test/Model/TerminateConferenceTests.cs
src/freeclimb.Test/Model/TranscribeReasonTests.cs
Expand Down Expand Up @@ -428,6 +430,7 @@ src/freeclimb/Model/SetTalk.cs
src/freeclimb/Model/Sms.cs
src/freeclimb/Model/StartRecordCall.cs
src/freeclimb/Model/TFN.cs
src/freeclimb/Model/TFNCampaign.cs
src/freeclimb/Model/TerminateConference.cs
src/freeclimb/Model/TranscribeReason.cs
src/freeclimb/Model/TranscribeTermReason.cs
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,30 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

None

<a name="5.1.0"></a>

## [5.1.0] - 2025-02-05

### Added

- CampaignTFN and MessageResultsAllOfTfn models

<a name="5.0.0"></a>

## [5.0.0] - 2025-01-08

### Added

- Webhook classes
- More idiomated Enum management

### Changed

- Use upgraded openapi generator

### Removed
- *AllOf model files

- \*AllOf model files

<a name="4.10.0"></a>

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- SDK version: 5.0.0
- SDK version: 5.1.0
- Generator version: 7.9.0
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
Expand Down Expand Up @@ -309,6 +309,7 @@ Class | Method | HTTP request | Description
- [Model.Sms](docs/Sms.md)
- [Model.StartRecordCall](docs/StartRecordCall.md)
- [Model.TFN](docs/TFN.md)
- [Model.TFNCampaign](docs/TFNCampaign.md)
- [Model.TerminateConference](docs/TerminateConference.md)
- [Model.TranscribeReason](docs/TranscribeReason.md)
- [Model.TranscribeTermReason](docs/TranscribeTermReason.md)
Expand Down
Loading
Loading