Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Get GitHub OIDC Token
if: github.repository == 'stainless-sdks/orb-python'
id: github-oidc
uses: actions/github-script@v6
uses: actions/github-script@v8
with:
script: core.setOutput('github_token', await core.getIDToken());

Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.49.0"
".": "4.50.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 126
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-6017828d1287c194d4d7759dc5b5410225ab58af66ff8605315f70f5e623b82d.yml
openapi_spec_hash: 4390eaf377258fcd7db1dbc073a2c23f
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-9f1a41612765cb08d100b2c9e85080e93306e8d0942d535f16052c3eb18d9b8b.yml
openapi_spec_hash: 6dd28f36adc7e7d6a9245585eaf9b9c1
config_hash: bcf82bddb691f6be773ac6cae8c03b9a
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 4.50.0 (2026-01-23)

Full Changelog: [v4.49.0...v4.50.0](https://github.com/orbcorp/orb-python/compare/v4.49.0...v4.50.0)

### Features

* **api:** api update ([7ca6606](https://github.com/orbcorp/orb-python/commit/7ca6606e01b7b05801ae85817a067513a4427442))


### Chores

* **ci:** upgrade `actions/github-script` ([e2dc8e2](https://github.com/orbcorp/orb-python/commit/e2dc8e2a6beee09ee4fbd80952b0623abc7708bf))

## 4.49.0 (2026-01-21)

Full Changelog: [v4.48.0...v4.49.0](https://github.com/orbcorp/orb-python/compare/v4.48.0...v4.49.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "orb-billing"
version = "4.49.0"
version = "4.50.0"
description = "The official Python library for the orb API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/orb/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "orb"
__version__ = "4.49.0" # x-release-please-version
__version__ = "4.50.0" # x-release-please-version
6 changes: 6 additions & 0 deletions src/orb/resources/customers/customers.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ def create(
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down Expand Up @@ -565,6 +566,7 @@ def update(
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down Expand Up @@ -1129,6 +1131,7 @@ def update_by_external_id(
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down Expand Up @@ -1444,6 +1447,7 @@ async def create(
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down Expand Up @@ -1726,6 +1730,7 @@ async def update(
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down Expand Up @@ -2290,6 +2295,7 @@ async def update_by_external_id(
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down
1 change: 1 addition & 0 deletions src/orb/types/customer.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ class Customer(BaseModel):
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down
1 change: 1 addition & 0 deletions src/orb/types/customer_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ class CustomerCreateParams(TypedDict, total=False):
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down
1 change: 1 addition & 0 deletions src/orb/types/customer_update_by_external_id_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ class CustomerUpdateByExternalIDParams(TypedDict, total=False):
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down
1 change: 1 addition & 0 deletions src/orb/types/customer_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ class CustomerUpdateParams(TypedDict, total=False):
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down
1 change: 1 addition & 0 deletions src/orb/types/invoice_fetch_upcoming_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ class InvoiceFetchUpcomingResponse(BaseModel):
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down
1 change: 1 addition & 0 deletions src/orb/types/invoice_list_summary_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ class InvoiceListSummaryResponse(BaseModel):
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down
1 change: 1 addition & 0 deletions src/orb/types/shared/changed_subscription_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ class CreatedInvoice(BaseModel):
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down
2 changes: 2 additions & 0 deletions src/orb/types/shared/customer_tax_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ class CustomerTaxID(BaseModel):
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down Expand Up @@ -355,6 +356,7 @@ class CustomerTaxID(BaseModel):
"om_vat",
"pe_ruc",
"ph_tin",
"pl_nip",
"ro_tin",
"rs_pib",
"ru_inn",
Expand Down
1 change: 1 addition & 0 deletions src/orb/types/shared/invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ class Invoice(BaseModel):
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down
2 changes: 2 additions & 0 deletions src/orb/types/shared_params/customer_tax_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ class CustomerTaxID(TypedDict, total=False):
| Peru | `pe_ruc` | Peruvian RUC Number |
| Philippines | `ph_tin` | Philippines Tax Identification Number |
| Poland | `eu_vat` | European VAT Number |
| Poland | `pl_nip` | Polish Tax ID Number |
| Portugal | `eu_vat` | European VAT Number |
| Romania | `eu_vat` | European VAT Number |
| Romania | `ro_tin` | Romanian Tax ID Number |
Expand Down Expand Up @@ -358,6 +359,7 @@ class CustomerTaxID(TypedDict, total=False):
"om_vat",
"pe_ruc",
"ph_tin",
"pl_nip",
"ro_tin",
"rs_pib",
"ru_inn",
Expand Down