Skip to content

Commit

Permalink
[Librarian] Regenerated @ f75e0fb81b57afeb6b457dc85e19644ebb530f9b
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Feb 27, 2024
1 parent 6635879 commit b5ec826
Show file tree
Hide file tree
Showing 95 changed files with 1,935 additions and 9,685 deletions.
35 changes: 35 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
twilio-csharp Changelog
=======================

[2024-02-27] Version 7.0.0
--------------------------
**Note:** This release contains breaking changes, check our [upgrade guide](./UPGRADE.md#2024-02-XX-6xx-to-7xx) for detailed migration notes.

**Library - Chore**
- [PR #730](https://github.com/twilio/twilio-csharp/pull/730): add VersionSuffix to csproj file. Thanks to [@sbansla](https://github.com/sbansla)!
- [PR #727](https://github.com/twilio/twilio-csharp/pull/727): cluster tests enabled. Thanks to [@sbansla](https://github.com/sbansla)!
- [PR #725](https://github.com/twilio/twilio-csharp/pull/725): corrected repo name in code-signing workflow. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
- [PR #722](https://github.com/twilio/twilio-csharp/pull/722): corrected nuget push command. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!

**Library - Feature**
- [PR #728](https://github.com/twilio/twilio-csharp/pull/728): MVR Ready. Thanks to [@sbansla](https://github.com/sbansla)! **(breaking change)**

**Api**
- remove feedback and feedback summary from call resource

**Flex**
- Adding `routing_properties` to Interactions Channels Participant

**Lookups**
- Add new `line_status` package to the lookup response
- Remove `live_activity` package from the lookup response **(breaking change)**

**Messaging**
- Add tollfree multiple rejection reasons response array

**Trusthub**
- Add ENUM for businessRegistrationAuthority in compliance_registration. **(breaking change)**
- Add new field in isIsvEmbed in compliance_registration.
- Add additional optional fields in compliance_registration for Individual business type.

**Twiml**
- Add support for new Amazon Polly and Google voices (Q1 2024) for `Say` verb


[2024-02-09] Version 6.18.0
---------------------------
**Library - Chore**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,14 +301,6 @@ public static string ToJson(object model)
[JsonProperty("connect_app_sid")]
public string ConnectAppSid { get; private set; }

///<summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary>
[JsonProperty("date_created")]
public DateTime? DateCreated { get; private set; }

///<summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary>
[JsonProperty("date_updated")]
public DateTime? DateUpdated { get; private set; }

///<summary> The set of permissions that you authorized for the Connect App. Can be: `get-all` or `post-all`. </summary>
[JsonProperty("permissions")]
public List<AuthorizedConnectAppResource.PermissionEnum> Permissions { get; private set; }
Expand Down
108 changes: 0 additions & 108 deletions src/Twilio/Rest/Api/V2010/Account/Call/FeedbackOptions.cs

This file was deleted.

Loading

0 comments on commit b5ec826

Please sign in to comment.