Skip to content

Commit b5ec826

Browse files
committed
[Librarian] Regenerated @ f75e0fb81b57afeb6b457dc85e19644ebb530f9b
1 parent 6635879 commit b5ec826

File tree

95 files changed

+1935
-9685
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+1935
-9685
lines changed

CHANGES.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
twilio-csharp Changelog
22
=======================
33

4+
[2024-02-27] Version 7.0.0
5+
--------------------------
6+
**Note:** This release contains breaking changes, check our [upgrade guide](./UPGRADE.md#2024-02-XX-6xx-to-7xx) for detailed migration notes.
7+
8+
**Library - Chore**
9+
- [PR #730](https://github.com/twilio/twilio-csharp/pull/730): add VersionSuffix to csproj file. Thanks to [@sbansla](https://github.com/sbansla)!
10+
- [PR #727](https://github.com/twilio/twilio-csharp/pull/727): cluster tests enabled. Thanks to [@sbansla](https://github.com/sbansla)!
11+
- [PR #725](https://github.com/twilio/twilio-csharp/pull/725): corrected repo name in code-signing workflow. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
12+
- [PR #722](https://github.com/twilio/twilio-csharp/pull/722): corrected nuget push command. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
13+
14+
**Library - Feature**
15+
- [PR #728](https://github.com/twilio/twilio-csharp/pull/728): MVR Ready. Thanks to [@sbansla](https://github.com/sbansla)! **(breaking change)**
16+
17+
**Api**
18+
- remove feedback and feedback summary from call resource
19+
20+
**Flex**
21+
- Adding `routing_properties` to Interactions Channels Participant
22+
23+
**Lookups**
24+
- Add new `line_status` package to the lookup response
25+
- Remove `live_activity` package from the lookup response **(breaking change)**
26+
27+
**Messaging**
28+
- Add tollfree multiple rejection reasons response array
29+
30+
**Trusthub**
31+
- Add ENUM for businessRegistrationAuthority in compliance_registration. **(breaking change)**
32+
- Add new field in isIsvEmbed in compliance_registration.
33+
- Add additional optional fields in compliance_registration for Individual business type.
34+
35+
**Twiml**
36+
- Add support for new Amazon Polly and Google voices (Q1 2024) for `Say` verb
37+
38+
439
[2024-02-09] Version 6.18.0
540
---------------------------
641
**Library - Chore**

src/Twilio/Rest/Api/V2010/Account/AuthorizedConnectAppResource.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -301,14 +301,6 @@ public static string ToJson(object model)
301301
[JsonProperty("connect_app_sid")]
302302
public string ConnectAppSid { get; private set; }
303303

304-
///<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>
305-
[JsonProperty("date_created")]
306-
public DateTime? DateCreated { get; private set; }
307-
308-
///<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>
309-
[JsonProperty("date_updated")]
310-
public DateTime? DateUpdated { get; private set; }
311-
312304
///<summary> The set of permissions that you authorized for the Connect App. Can be: `get-all` or `post-all`. </summary>
313305
[JsonProperty("permissions")]
314306
public List<AuthorizedConnectAppResource.PermissionEnum> Permissions { get; private set; }

src/Twilio/Rest/Api/V2010/Account/Call/FeedbackOptions.cs

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)