Skip to content

Commit 98dab31

Browse files
chore: run make prettier (#760)
1 parent abe8315 commit 98dab31

File tree

491 files changed

+166
-931
lines changed

Some content is hidden

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

491 files changed

+166
-931
lines changed

twilio/rest/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
https://openapi-generator.tech
99
Do not edit the class manually.
1010
"""
11+
1112
from typing import TYPE_CHECKING, Optional
1213

1314
from twilio.base.client_base import ClientBase

twilio/rest/accounts/v1/auth_token_promotion.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, Optional
1817
from twilio.base import deserialize, values
@@ -23,7 +22,6 @@
2322

2423

2524
class AuthTokenPromotionInstance(InstanceResource):
26-
2725
"""
2826
:ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for.
2927
:ivar auth_token: The promoted Auth Token that must be used to authenticate future API requests.

twilio/rest/accounts/v1/credential/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Optional
1716

1817

twilio/rest/accounts/v1/credential/aws.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, values
@@ -24,7 +23,6 @@
2423

2524

2625
class AwsInstance(InstanceResource):
27-
2826
"""
2927
:ivar sid: The unique string that we created to identify the AWS resource.
3028
:ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AWS resource.

twilio/rest/accounts/v1/credential/public_key.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, values
@@ -24,7 +23,6 @@
2423

2524

2625
class PublicKeyInstance(InstanceResource):
27-
2826
"""
2927
:ivar sid: The unique string that that we created to identify the PublicKey resource.
3028
:ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Credential that the PublicKey resource belongs to.

twilio/rest/accounts/v1/safelist.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Any, Dict, Optional
1716
from twilio.base import values
1817

@@ -22,7 +21,6 @@
2221

2322

2423
class SafelistInstance(InstanceResource):
25-
2624
"""
2725
:ivar sid: The unique string that we created to identify the SafeList resource.
2826
:ivar phone_number: The phone number in SafeList.

twilio/rest/accounts/v1/secondary_auth_token.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, Optional
1817
from twilio.base import deserialize, values
@@ -23,7 +22,6 @@
2322

2423

2524
class SecondaryAuthTokenInstance(InstanceResource):
26-
2725
"""
2826
:ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for.
2927
:ivar date_created: The date and time in UTC when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

twilio/rest/api/v2010/account/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, values

twilio/rest/api/v2010/account/address/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, values
@@ -27,7 +26,6 @@
2726

2827

2928
class AddressInstance(InstanceResource):
30-
3129
"""
3230
:ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource.
3331
:ivar city: The city in which the address is located.

twilio/rest/api/v2010/account/address/dependent_phone_number.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, values

twilio/rest/api/v2010/account/application.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, values
@@ -24,7 +23,6 @@
2423

2524

2625
class ApplicationInstance(InstanceResource):
27-
2826
"""
2927
:ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resource.
3028
:ivar api_version: The API version used to start a new TwiML session.

twilio/rest/api/v2010/account/authorized_connect_app.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, values
@@ -70,9 +69,9 @@ def __init__(
7069
self.date_updated: Optional[datetime] = deserialize.rfc2822_datetime(
7170
payload.get("date_updated")
7271
)
73-
self.permissions: Optional[
74-
List["AuthorizedConnectAppInstance.Permission"]
75-
] = payload.get("permissions")
72+
self.permissions: Optional[List["AuthorizedConnectAppInstance.Permission"]] = (
73+
payload.get("permissions")
74+
)
7675
self.uri: Optional[str] = payload.get("uri")
7776

7877
self._solution = {

twilio/rest/api/v2010/account/available_phone_number_country/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1716
from twilio.base import values
1817
from twilio.base.instance_context import InstanceContext
@@ -40,7 +39,6 @@
4039

4140

4241
class AvailablePhoneNumberCountryInstance(InstanceResource):
43-
4442
"""
4543
:ivar country_code: The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country.
4644
:ivar country: The name of the country.

twilio/rest/api/v2010/account/available_phone_number_country/local.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1716
from twilio.base import deserialize, values
1817

@@ -23,7 +22,6 @@
2322

2423

2524
class LocalInstance(InstanceResource):
26-
2725
"""
2826
:ivar friendly_name: A formatted version of the phone number.
2927
:ivar phone_number: The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.

twilio/rest/api/v2010/account/available_phone_number_country/machine_to_machine.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1716
from twilio.base import deserialize, values
1817

@@ -23,7 +22,6 @@
2322

2423

2524
class MachineToMachineInstance(InstanceResource):
26-
2725
"""
2826
:ivar friendly_name: A formatted version of the phone number.
2927
:ivar phone_number: The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.

twilio/rest/api/v2010/account/available_phone_number_country/mobile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1716
from twilio.base import deserialize, values
1817

@@ -23,7 +22,6 @@
2322

2423

2524
class MobileInstance(InstanceResource):
26-
2725
"""
2826
:ivar friendly_name: A formatted version of the phone number.
2927
:ivar phone_number: The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.

twilio/rest/api/v2010/account/available_phone_number_country/national.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1716
from twilio.base import deserialize, values
1817

@@ -23,7 +22,6 @@
2322

2423

2524
class NationalInstance(InstanceResource):
26-
2725
"""
2826
:ivar friendly_name: A formatted version of the phone number.
2927
:ivar phone_number: The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.

twilio/rest/api/v2010/account/available_phone_number_country/shared_cost.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1716
from twilio.base import deserialize, values
1817

@@ -23,7 +22,6 @@
2322

2423

2524
class SharedCostInstance(InstanceResource):
26-
2725
"""
2826
:ivar friendly_name: A formatted version of the phone number.
2927
:ivar phone_number: The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.

twilio/rest/api/v2010/account/available_phone_number_country/toll_free.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1716
from twilio.base import deserialize, values
1817

@@ -23,7 +22,6 @@
2322

2423

2524
class TollFreeInstance(InstanceResource):
26-
2725
"""
2826
:ivar friendly_name: A formatted version of the phone number.
2927
:ivar phone_number: The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.

twilio/rest/api/v2010/account/available_phone_number_country/voip.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1716
from twilio.base import deserialize, values
1817

@@ -23,7 +22,6 @@
2322

2423

2524
class VoipInstance(InstanceResource):
26-
2725
"""
2826
:ivar friendly_name: A formatted version of the phone number.
2927
:ivar phone_number: The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.

twilio/rest/api/v2010/account/balance.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Any, Dict, Optional
1716

1817
from twilio.base.instance_resource import InstanceResource
@@ -21,7 +20,6 @@
2120

2221

2322
class BalanceInstance(InstanceResource):
24-
2523
"""
2624
:ivar account_sid: The unique SID identifier of the Account.
2725
:ivar balance: The balance of the Account, in units specified by the unit parameter. Balance changes may not be reflected immediately. Child accounts do not contain balance information

twilio/rest/api/v2010/account/call/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, serialize, values

twilio/rest/api/v2010/account/call/event.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1716
from twilio.base import values
1817

@@ -23,7 +22,6 @@
2322

2423

2524
class EventInstance(InstanceResource):
26-
2725
"""
2826
:ivar request: Contains a dictionary representing the request of the call.
2927
:ivar response: Contains a dictionary representing the call response, including a list of the call events.

twilio/rest/api/v2010/account/call/feedback.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union
1817
from twilio.base import deserialize, serialize, values

twilio/rest/api/v2010/account/call/feedback_summary.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import date, datetime
1716
from typing import Any, Dict, List, Optional, Union
1817
from twilio.base import deserialize, serialize, values

twilio/rest/api/v2010/account/call/notification.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import date, datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, serialize, values
@@ -24,7 +23,6 @@
2423

2524

2625
class NotificationInstance(InstanceResource):
27-
2826
"""
2927
:ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resource.
3028
:ivar api_version: The API version used to create the Call Notification resource.

twilio/rest/api/v2010/account/call/payment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, Optional, Union
1817
from twilio.base import deserialize, serialize, values

twilio/rest/api/v2010/account/call/recording.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import date, datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, serialize, values

twilio/rest/api/v2010/account/call/siprec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, Optional, Union
1817
from twilio.base import deserialize, values

twilio/rest/api/v2010/account/call/stream.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, Optional, Union
1817
from twilio.base import deserialize, values

0 commit comments

Comments
 (0)