From a1a47d632a33b491e5b58e4a5101d0a3111ae539 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Sat, 13 Jan 2024 01:31:42 +0000 Subject: [PATCH] chore: formatting --- src/orb/resources/customers/customers.py | 12 ++++++------ src/orb/types/customer.py | 2 +- src/orb/types/customer_create_params.py | 2 +- .../types/customer_update_by_external_id_params.py | 2 +- src/orb/types/customer_update_params.py | 2 +- src/orb/types/invoice.py | 2 +- src/orb/types/invoice_fetch_upcoming_response.py | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/orb/resources/customers/customers.py b/src/orb/resources/customers/customers.py index b6a3d5ac..e57d9192 100644 --- a/src/orb/resources/customers/customers.py +++ b/src/orb/resources/customers/customers.py @@ -195,7 +195,7 @@ def create( | Netherlands | `eu_vat` | European VAT number | | New Zealand | `nz_gst` | New Zealand GST number | | Norway | `no_vat` | Norwegian VAT number | - | Philippines | `ph_tin ` | Philippines Tax Identification Number | + | Philippines | `ph_tin ` | Philippines Tax Identification Number | | Poland | `eu_vat` | European VAT number | | Portugal | `eu_vat` | European VAT number | | Romania | `eu_vat` | European VAT number | @@ -393,7 +393,7 @@ def update( | Netherlands | `eu_vat` | European VAT number | | New Zealand | `nz_gst` | New Zealand GST number | | Norway | `no_vat` | Norwegian VAT number | - | Philippines | `ph_tin ` | Philippines Tax Identification Number | + | Philippines | `ph_tin ` | Philippines Tax Identification Number | | Poland | `eu_vat` | European VAT number | | Portugal | `eu_vat` | European VAT number | | Romania | `eu_vat` | European VAT number | @@ -770,7 +770,7 @@ def update_by_external_id( | Netherlands | `eu_vat` | European VAT number | | New Zealand | `nz_gst` | New Zealand GST number | | Norway | `no_vat` | Norwegian VAT number | - | Philippines | `ph_tin ` | Philippines Tax Identification Number | + | Philippines | `ph_tin ` | Philippines Tax Identification Number | | Poland | `eu_vat` | European VAT number | | Portugal | `eu_vat` | European VAT number | | Romania | `eu_vat` | European VAT number | @@ -994,7 +994,7 @@ async def create( | Netherlands | `eu_vat` | European VAT number | | New Zealand | `nz_gst` | New Zealand GST number | | Norway | `no_vat` | Norwegian VAT number | - | Philippines | `ph_tin ` | Philippines Tax Identification Number | + | Philippines | `ph_tin ` | Philippines Tax Identification Number | | Poland | `eu_vat` | European VAT number | | Portugal | `eu_vat` | European VAT number | | Romania | `eu_vat` | European VAT number | @@ -1192,7 +1192,7 @@ async def update( | Netherlands | `eu_vat` | European VAT number | | New Zealand | `nz_gst` | New Zealand GST number | | Norway | `no_vat` | Norwegian VAT number | - | Philippines | `ph_tin ` | Philippines Tax Identification Number | + | Philippines | `ph_tin ` | Philippines Tax Identification Number | | Poland | `eu_vat` | European VAT number | | Portugal | `eu_vat` | European VAT number | | Romania | `eu_vat` | European VAT number | @@ -1569,7 +1569,7 @@ async def update_by_external_id( | Netherlands | `eu_vat` | European VAT number | | New Zealand | `nz_gst` | New Zealand GST number | | Norway | `no_vat` | Norwegian VAT number | - | Philippines | `ph_tin ` | Philippines Tax Identification Number | + | Philippines | `ph_tin ` | Philippines Tax Identification Number | | Poland | `eu_vat` | European VAT number | | Portugal | `eu_vat` | European VAT number | | Romania | `eu_vat` | European VAT number | diff --git a/src/orb/types/customer.py b/src/orb/types/customer.py index 0f656f28..93d86e4d 100644 --- a/src/orb/types/customer.py +++ b/src/orb/types/customer.py @@ -306,7 +306,7 @@ class Customer(BaseModel): | Netherlands | `eu_vat` | European VAT number | | New Zealand | `nz_gst` | New Zealand GST number | | Norway | `no_vat` | Norwegian VAT number | - | Philippines | `ph_tin ` | Philippines Tax Identification Number | + | Philippines | `ph_tin ` | Philippines Tax Identification Number | | Poland | `eu_vat` | European VAT number | | Portugal | `eu_vat` | European VAT number | | Romania | `eu_vat` | European VAT number | diff --git a/src/orb/types/customer_create_params.py b/src/orb/types/customer_create_params.py index 1f561be1..39eaddff 100644 --- a/src/orb/types/customer_create_params.py +++ b/src/orb/types/customer_create_params.py @@ -145,7 +145,7 @@ class CustomerCreateParams(TypedDict, total=False): | Netherlands | `eu_vat` | European VAT number | | New Zealand | `nz_gst` | New Zealand GST number | | Norway | `no_vat` | Norwegian VAT number | - | Philippines | `ph_tin ` | Philippines Tax Identification Number | + | Philippines | `ph_tin ` | Philippines Tax Identification Number | | Poland | `eu_vat` | European VAT number | | Portugal | `eu_vat` | European VAT number | | Romania | `eu_vat` | European VAT number | diff --git a/src/orb/types/customer_update_by_external_id_params.py b/src/orb/types/customer_update_by_external_id_params.py index ac3d60c3..0d8420af 100644 --- a/src/orb/types/customer_update_by_external_id_params.py +++ b/src/orb/types/customer_update_by_external_id_params.py @@ -138,7 +138,7 @@ class CustomerUpdateByExternalIDParams(TypedDict, total=False): | Netherlands | `eu_vat` | European VAT number | | New Zealand | `nz_gst` | New Zealand GST number | | Norway | `no_vat` | Norwegian VAT number | - | Philippines | `ph_tin ` | Philippines Tax Identification Number | + | Philippines | `ph_tin ` | Philippines Tax Identification Number | | Poland | `eu_vat` | European VAT number | | Portugal | `eu_vat` | European VAT number | | Romania | `eu_vat` | European VAT number | diff --git a/src/orb/types/customer_update_params.py b/src/orb/types/customer_update_params.py index e98b1754..e1561340 100644 --- a/src/orb/types/customer_update_params.py +++ b/src/orb/types/customer_update_params.py @@ -138,7 +138,7 @@ class CustomerUpdateParams(TypedDict, total=False): | Netherlands | `eu_vat` | European VAT number | | New Zealand | `nz_gst` | New Zealand GST number | | Norway | `no_vat` | Norwegian VAT number | - | Philippines | `ph_tin ` | Philippines Tax Identification Number | + | Philippines | `ph_tin ` | Philippines Tax Identification Number | | Poland | `eu_vat` | European VAT number | | Portugal | `eu_vat` | European VAT number | | Romania | `eu_vat` | European VAT number | diff --git a/src/orb/types/invoice.py b/src/orb/types/invoice.py index 786ffd49..abe5d97d 100644 --- a/src/orb/types/invoice.py +++ b/src/orb/types/invoice.py @@ -803,7 +803,7 @@ class Invoice(BaseModel): | Netherlands | `eu_vat` | European VAT number | | New Zealand | `nz_gst` | New Zealand GST number | | Norway | `no_vat` | Norwegian VAT number | - | Philippines | `ph_tin ` | Philippines Tax Identification Number | + | Philippines | `ph_tin ` | Philippines Tax Identification Number | | Poland | `eu_vat` | European VAT number | | Portugal | `eu_vat` | European VAT number | | Romania | `eu_vat` | European VAT number | diff --git a/src/orb/types/invoice_fetch_upcoming_response.py b/src/orb/types/invoice_fetch_upcoming_response.py index 03a311f3..8783d7c6 100644 --- a/src/orb/types/invoice_fetch_upcoming_response.py +++ b/src/orb/types/invoice_fetch_upcoming_response.py @@ -803,7 +803,7 @@ class InvoiceFetchUpcomingResponse(BaseModel): | Netherlands | `eu_vat` | European VAT number | | New Zealand | `nz_gst` | New Zealand GST number | | Norway | `no_vat` | Norwegian VAT number | - | Philippines | `ph_tin ` | Philippines Tax Identification Number | + | Philippines | `ph_tin ` | Philippines Tax Identification Number | | Poland | `eu_vat` | European VAT number | | Portugal | `eu_vat` | European VAT number | | Romania | `eu_vat` | European VAT number |