Skip to content

Commit

Permalink
docs: avoid normalizing trailing space (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Dec 14, 2023
1 parent e18a59e commit 09fd3f8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions src/orb/resources/customers/customers.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,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 |
Expand Down Expand Up @@ -388,7 +388,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 |
Expand Down Expand Up @@ -764,7 +764,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 |
Expand Down Expand Up @@ -981,7 +981,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 |
Expand Down Expand Up @@ -1178,7 +1178,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 |
Expand Down Expand Up @@ -1554,7 +1554,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 |
Expand Down
2 changes: 1 addition & 1 deletion src/orb/types/customer.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,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 |
Expand Down
2 changes: 1 addition & 1 deletion src/orb/types/customer_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,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 |
Expand Down
2 changes: 1 addition & 1 deletion src/orb/types/customer_update_by_external_id_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,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 |
Expand Down
2 changes: 1 addition & 1 deletion src/orb/types/customer_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,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 |
Expand Down
2 changes: 1 addition & 1 deletion src/orb/types/invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,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 |
Expand Down
2 changes: 1 addition & 1 deletion src/orb/types/invoice_fetch_upcoming_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,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 |
Expand Down

0 comments on commit 09fd3f8

Please sign in to comment.