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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.14.1"
".": "4.15.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: 118
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d63c8075b48441663736b457f8ad859c58cc3e31dfbffb68db44c3f00562012c.yml
openapi_spec_hash: c47dbff685a0a449bfc1ad729c13a72e
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-2c9291de1fd876908ebe56144e90762ab6e390e3f25102da815ab3fca6335d38.yml
openapi_spec_hash: eabe2d8e58ceed1d61d41fe7a44020ca
config_hash: 1f73a949b649ecfe6ec68ba1bb459dc2
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.15.0 (2025-09-10)

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

### Features

* **api:** api update ([270f79a](https://github.com/orbcorp/orb-python/commit/270f79ae44146a76b1589eeecd0b0da6cc3e5117))

## 4.14.1 (2025-09-08)

Full Changelog: [v4.14.0...v4.14.1](https://github.com/orbcorp/orb-python/compare/v4.14.0...v4.14.1)
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.14.1"
version = "4.15.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.14.1" # x-release-please-version
__version__ = "4.15.0" # x-release-please-version
4 changes: 3 additions & 1 deletion src/orb/types/new_subscription_tiered_package_price_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ class TieredPackageConfig(TypedDict, total=False):
tiers: Required[Iterable[TieredPackageConfigTier]]
"""Apply tiered pricing after rounding up the quantity to the package size.

Tiers are defined using exclusive lower bounds.
Tiers are defined using exclusive lower bounds. The tier bounds are defined
based on the total quantity rather than the number of packages, so they must be
multiples of the package size.
"""


Expand Down
4 changes: 3 additions & 1 deletion src/orb/types/price_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,9 @@ class NewFloatingTieredPackagePriceTieredPackageConfig(TypedDict, total=False):
tiers: Required[Iterable[NewFloatingTieredPackagePriceTieredPackageConfigTier]]
"""Apply tiered pricing after rounding up the quantity to the package size.

Tiers are defined using exclusive lower bounds.
Tiers are defined using exclusive lower bounds. The tier bounds are defined
based on the total quantity rather than the number of packages, so they must be
multiples of the package size.
"""


Expand Down
4 changes: 3 additions & 1 deletion src/orb/types/shared/new_floating_tiered_package_price.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ class TieredPackageConfig(BaseModel):
tiers: List[TieredPackageConfigTier]
"""Apply tiered pricing after rounding up the quantity to the package size.

Tiers are defined using exclusive lower bounds.
Tiers are defined using exclusive lower bounds. The tier bounds are defined
based on the total quantity rather than the number of packages, so they must be
multiples of the package size.
"""


Expand Down
4 changes: 3 additions & 1 deletion src/orb/types/shared/new_plan_tiered_package_price.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ class TieredPackageConfig(BaseModel):
tiers: List[TieredPackageConfigTier]
"""Apply tiered pricing after rounding up the quantity to the package size.

Tiers are defined using exclusive lower bounds.
Tiers are defined using exclusive lower bounds. The tier bounds are defined
based on the total quantity rather than the number of packages, so they must be
multiples of the package size.
"""


Expand Down
4 changes: 3 additions & 1 deletion src/orb/types/shared/price.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,9 @@ class TieredPackagePriceTieredPackageConfig(BaseModel):
tiers: List[TieredPackagePriceTieredPackageConfigTier]
"""Apply tiered pricing after rounding up the quantity to the package size.

Tiers are defined using exclusive lower bounds.
Tiers are defined using exclusive lower bounds. The tier bounds are defined
based on the total quantity rather than the number of packages, so they must be
multiples of the package size.
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ class TieredPackageConfig(TypedDict, total=False):
tiers: Required[Iterable[TieredPackageConfigTier]]
"""Apply tiered pricing after rounding up the quantity to the package size.

Tiers are defined using exclusive lower bounds.
Tiers are defined using exclusive lower bounds. The tier bounds are defined
based on the total quantity rather than the number of packages, so they must be
multiples of the package size.
"""


Expand Down
4 changes: 3 additions & 1 deletion src/orb/types/shared_params/new_plan_tiered_package_price.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ class TieredPackageConfig(TypedDict, total=False):
tiers: Required[Iterable[TieredPackageConfigTier]]
"""Apply tiered pricing after rounding up the quantity to the package size.

Tiers are defined using exclusive lower bounds.
Tiers are defined using exclusive lower bounds. The tier bounds are defined
based on the total quantity rather than the number of packages, so they must be
multiples of the package size.
"""


Expand Down