Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger committed Feb 9, 2023
2 parents 5d572e7 + c8b3c47 commit de0c600
Show file tree
Hide file tree
Showing 359 changed files with 5,260 additions and 748 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
twilio-csharp Changelog
=======================

[2023-02-08] Version 6.2.3
--------------------------
**Lookups**
- Add `disposable_phone_number_risk` package to the lookup response
- Add `sms_pumping_risk` package to the lookup response


[2023-01-25] Version 6.2.2
--------------------------
**Library - Docs**
Expand Down
2 changes: 1 addition & 1 deletion src/Twilio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

internal class AssemblyInfomation
{
public const string AssemblyInformationalVersion = "6.2.2";
public const string AssemblyInformationalVersion = "6.2.3";
}
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 @@ -281,8 +281,8 @@ public static async System.Threading.Tasks.Task<ResourceSet<AwsResource>> ReadAs
#endif
/// <summary> Retrieves a collection of AWS Credentials belonging to the account used to make the request </summary>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <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,
Expand All @@ -296,8 +296,8 @@ public static ResourceSet<AwsResource> Read(
#if !NET35
/// <summary> Retrieves a collection of AWS Credentials belonging to the account used to make the request </summary>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <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,
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 @@ -281,8 +281,8 @@ public static async System.Threading.Tasks.Task<ResourceSet<PublicKeyResource>>
#endif
/// <summary> Retrieves a collection of Public Key Credentials belonging to the account used to make the request </summary>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <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,
Expand All @@ -296,8 +296,8 @@ public static ResourceSet<PublicKeyResource> Read(
#if !NET35
/// <summary> Retrieves a collection of Public Key Credentials belonging to the account used to make the request </summary>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ public static async System.Threading.Tasks.Task<ResourceSet<DependentPhoneNumber
/// <param name="pathAddressSid"> The SID of the Address resource associated with the phone number. </param>
/// <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the DependentPhoneNumber resources to read. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> A single instance of DependentPhoneNumber </returns>
public static ResourceSet<DependentPhoneNumberResource> Read(
string pathAddressSid,
Expand All @@ -127,8 +127,8 @@ public static ResourceSet<DependentPhoneNumberResource> Read(
/// <param name="pathAddressSid"> The SID of the Address resource associated with the phone number. </param>
/// <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the DependentPhoneNumber resources to read. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> Task that resolves to A single instance of DependentPhoneNumber </returns>
public static async System.Threading.Tasks.Task<ResourceSet<DependentPhoneNumberResource>> ReadAsync(
string pathAddressSid,
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 @@ -330,8 +330,8 @@ public static async System.Threading.Tasks.Task<ResourceSet<AddressResource>> Re
/// <param name="friendlyName"> The string that identifies the Address resources to read. </param>
/// <param name="isoCountry"> The ISO country code of the Address resources to read. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> A single instance of Address </returns>
public static ResourceSet<AddressResource> Read(
string pathAccountSid = null,
Expand All @@ -353,8 +353,8 @@ public static ResourceSet<AddressResource> Read(
/// <param name="friendlyName"> The string that identifies the Address resources to read. </param>
/// <param name="isoCountry"> The ISO country code of the Address resources to read. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> Task that resolves to A single instance of Address </returns>
public static async System.Threading.Tasks.Task<ResourceSet<AddressResource>> ReadAsync(
string pathAccountSid = 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 @@ -352,8 +352,8 @@ public static async System.Threading.Tasks.Task<ResourceSet<ApplicationResource>
/// <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to read. </param>
/// <param name="friendlyName"> The string that identifies the Application resources to read. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> A single instance of Application </returns>
public static ResourceSet<ApplicationResource> Read(
string pathAccountSid = null,
Expand All @@ -371,8 +371,8 @@ public static ResourceSet<ApplicationResource> Read(
/// <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to read. </param>
/// <param name="friendlyName"> The string that identifies the Application resources to read. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> Task that resolves to A single instance of Application </returns>
public static async System.Threading.Tasks.Task<ResourceSet<ApplicationResource>> ReadAsync(
string pathAccountSid = null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ public static async System.Threading.Tasks.Task<ResourceSet<AuthorizedConnectApp
/// <summary> Retrieve a list of authorized-connect-apps belonging to the account used to make the request </summary>
/// <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resources to read. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> A single instance of AuthorizedConnectApp </returns>
public static ResourceSet<AuthorizedConnectAppResource> Read(
string pathAccountSid = null,
Expand All @@ -177,8 +177,8 @@ public static ResourceSet<AuthorizedConnectAppResource> Read(
/// <summary> Retrieve a list of authorized-connect-apps belonging to the account used to make the request </summary>
/// <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resources to read. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> Task that resolves to A single instance of AuthorizedConnectApp </returns>
public static async System.Threading.Tasks.Task<ResourceSet<AuthorizedConnectAppResource>> ReadAsync(
string pathAccountSid = null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ public static async System.Threading.Tasks.Task<ResourceSet<LocalResource>> Read
/// <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
/// <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> A single instance of Local </returns>
public static ResourceSet<LocalResource> Read(
string pathCountryCode,
Expand Down Expand Up @@ -153,8 +153,8 @@ public static ResourceSet<LocalResource> Read(
/// <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
/// <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> Task that resolves to A single instance of Local </returns>
public static async System.Threading.Tasks.Task<ResourceSet<LocalResource>> ReadAsync(
string pathCountryCode,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ public static async System.Threading.Tasks.Task<ResourceSet<MachineToMachineReso
/// <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
/// <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> A single instance of MachineToMachine </returns>
public static ResourceSet<MachineToMachineResource> Read(
string pathCountryCode,
Expand Down Expand Up @@ -153,8 +153,8 @@ public static ResourceSet<MachineToMachineResource> Read(
/// <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
/// <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> Task that resolves to A single instance of MachineToMachine </returns>
public static async System.Threading.Tasks.Task<ResourceSet<MachineToMachineResource>> ReadAsync(
string pathCountryCode,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ public static async System.Threading.Tasks.Task<ResourceSet<MobileResource>> Rea
/// <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
/// <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> A single instance of Mobile </returns>
public static ResourceSet<MobileResource> Read(
string pathCountryCode,
Expand Down Expand Up @@ -153,8 +153,8 @@ public static ResourceSet<MobileResource> Read(
/// <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
/// <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> Task that resolves to A single instance of Mobile </returns>
public static async System.Threading.Tasks.Task<ResourceSet<MobileResource>> ReadAsync(
string pathCountryCode,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ public static async System.Threading.Tasks.Task<ResourceSet<NationalResource>> R
/// <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
/// <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> A single instance of National </returns>
public static ResourceSet<NationalResource> Read(
string pathCountryCode,
Expand Down Expand Up @@ -153,8 +153,8 @@ public static ResourceSet<NationalResource> Read(
/// <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
/// <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
/// <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <param name="limit"> Record limit </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> Task that resolves to A single instance of National </returns>
public static async System.Threading.Tasks.Task<ResourceSet<NationalResource>> ReadAsync(
string pathCountryCode,
Expand Down
Loading

0 comments on commit de0c600

Please sign in to comment.