Skip to content

Commit

Permalink
[Librarian] Regenerated @ 125dc871b4170bce0faca169f8a588f6ff356a88 0c…
Browse files Browse the repository at this point in the history
…222649d98edbac6858ea253f9b77fc22386e47
  • Loading branch information
twilio-dx committed Feb 20, 2025
1 parent c6fed76 commit 6cf3bb4
Show file tree
Hide file tree
Showing 344 changed files with 1,288 additions and 723 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
twilio-csharp Changelog
=======================

[2025-02-20] Version 7.8.5
--------------------------
**Library - Chore**
- [PR #779](https://github.com/twilio/twilio-csharp/pull/779): upgraded jwt. Thanks to [@sbansla](https://github.com/sbansla)!
- [PR #776](https://github.com/twilio/twilio-csharp/pull/776): convert pageSize from int to long. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!

**Flex**
- Adding Digital Transfers APIs under v1/Interactions

**Numbers**
- Convert webhook_type to ienum type in v1/Porting/Configuration/Webhook/{webhook_type}

**Trusthub**
- Changing TrustHub SupportingDocument status enum from lowercase to uppercase since kyc-orch returns status capitalized and rest proxy requires strict casing


[2025-02-11] Version 7.8.4
--------------------------
**Api**
Expand Down
4 changes: 2 additions & 2 deletions src/Twilio/Rest/Accounts/V1/Credential/AwsResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<AwsResource>> ReadAs
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> A single instance of Aws </returns>
public static ResourceSet<AwsResource> Read(
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand All @@ -301,7 +301,7 @@ public static ResourceSet<AwsResource> Read(
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> Task that resolves to A single instance of Aws </returns>
public static async System.Threading.Tasks.Task<ResourceSet<AwsResource>> ReadAsync(
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Twilio/Rest/Accounts/V1/Credential/PublicKeyResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<PublicKeyResource>>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> A single instance of PublicKey </returns>
public static ResourceSet<PublicKeyResource> Read(
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand All @@ -301,7 +301,7 @@ public static ResourceSet<PublicKeyResource> Read(
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> Task that resolves to A single instance of PublicKey </returns>
public static async System.Threading.Tasks.Task<ResourceSet<PublicKeyResource>> ReadAsync(
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<DependentPhoneNumber
public static ResourceSet<DependentPhoneNumberResource> Read(
string pathAddressSid,
string pathAccountSid = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand All @@ -135,7 +135,7 @@ public static ResourceSet<DependentPhoneNumberResource> Read(
public static async System.Threading.Tasks.Task<ResourceSet<DependentPhoneNumberResource>> ReadAsync(
string pathAddressSid,
string pathAccountSid = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Twilio/Rest/Api/V2010/Account/AddressResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public static ResourceSet<AddressResource> Read(
string customerName = null,
string friendlyName = null,
string isoCountry = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand All @@ -362,7 +362,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<AddressResource>> Re
string customerName = null,
string friendlyName = null,
string isoCountry = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Twilio/Rest/Api/V2010/Account/ApplicationResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<ApplicationResource>
public static ResourceSet<ApplicationResource> Read(
string pathAccountSid = null,
string friendlyName = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand All @@ -378,7 +378,7 @@ public static ResourceSet<ApplicationResource> Read(
public static async System.Threading.Tasks.Task<ResourceSet<ApplicationResource>> ReadAsync(
string pathAccountSid = null,
string friendlyName = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<AuthorizedConnectApp
/// <returns> A single instance of AuthorizedConnectApp </returns>
public static ResourceSet<AuthorizedConnectAppResource> Read(
string pathAccountSid = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand All @@ -183,7 +183,7 @@ public static ResourceSet<AuthorizedConnectAppResource> Read(
/// <returns> Task that resolves to A single instance of AuthorizedConnectApp </returns>
public static async System.Threading.Tasks.Task<ResourceSet<AuthorizedConnectAppResource>> ReadAsync(
string pathAccountSid = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static ResourceSet<LocalResource> Read(
string inLata = null,
string inLocality = null,
bool? faxEnabled = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down Expand Up @@ -179,7 +179,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<LocalResource>> Read
string inLata = null,
string inLocality = null,
bool? faxEnabled = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static ResourceSet<MachineToMachineResource> Read(
string inLata = null,
string inLocality = null,
bool? faxEnabled = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down Expand Up @@ -179,7 +179,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<MachineToMachineReso
string inLata = null,
string inLocality = null,
bool? faxEnabled = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static ResourceSet<MobileResource> Read(
string inLata = null,
string inLocality = null,
bool? faxEnabled = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down Expand Up @@ -179,7 +179,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<MobileResource>> Rea
string inLata = null,
string inLocality = null,
bool? faxEnabled = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static ResourceSet<NationalResource> Read(
string inLata = null,
string inLocality = null,
bool? faxEnabled = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down Expand Up @@ -179,7 +179,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<NationalResource>> R
string inLata = null,
string inLocality = null,
bool? faxEnabled = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static ResourceSet<SharedCostResource> Read(
string inLata = null,
string inLocality = null,
bool? faxEnabled = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down Expand Up @@ -179,7 +179,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<SharedCostResource>>
string inLata = null,
string inLocality = null,
bool? faxEnabled = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static ResourceSet<TollFreeResource> Read(
string inLata = null,
string inLocality = null,
bool? faxEnabled = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down Expand Up @@ -179,7 +179,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<TollFreeResource>> R
string inLata = null,
string inLocality = null,
bool? faxEnabled = null,
int? pageSize = null,
long? pageSize = null,
long? limit = null,
ITwilioRestClient client = null)
{
Expand Down
Loading

0 comments on commit 6cf3bb4

Please sign in to comment.