diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1269f909..1eec10e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.6.0" + ".": "4.7.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index d44c6fa9..580e92e5 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 116 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-612316c13276a207f56e2e2c7bbc68f4bb73de85e3661595a23f23d9ccc80276.yml -openapi_spec_hash: 6e125f05e40521ec485edf6e15beec2e -config_hash: 3c3524be9607afb24d2139ce26ce5389 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-373ca3e805c414f75a90b0088c57cbb60ff207abdca0a8e397c551de88606c4a.yml +openapi_spec_hash: 1c30d01bd9c38f8a2aa4bd088fbe69bc +config_hash: 1f535c1fa222aacf28b636eed21bec72 diff --git a/CHANGELOG.md b/CHANGELOG.md index 33481e6c..872d897a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.7.0 (2025-07-17) + +Full Changelog: [v4.6.0...v4.7.0](https://github.com/orbcorp/orb-python/compare/v4.6.0...v4.7.0) + +### Features + +* **api:** api update ([08dd5b8](https://github.com/orbcorp/orb-python/commit/08dd5b8266b27c71f3cdd25db1d49076555b12ba)) + ## 4.6.0 (2025-07-16) Full Changelog: [v4.5.0...v4.6.0](https://github.com/orbcorp/orb-python/compare/v4.5.0...v4.6.0) diff --git a/pyproject.toml b/pyproject.toml index 21b1e194..7e1490cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "orb-billing" -version = "4.6.0" +version = "4.7.0" description = "The official Python library for the orb API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/orb/_version.py b/src/orb/_version.py index 6ba547e0..dca90102 100644 --- a/src/orb/_version.py +++ b/src/orb/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "orb" -__version__ = "4.6.0" # x-release-please-version +__version__ = "4.7.0" # x-release-please-version diff --git a/src/orb/resources/customers/costs.py b/src/orb/resources/customers/costs.py index 6798a487..d18f7991 100644 --- a/src/orb/resources/customers/costs.py +++ b/src/orb/resources/customers/costs.py @@ -177,7 +177,7 @@ def list( `grouping_value` and `secondary_grouping_value` available. Args: - currency: The currency or custom pricing unit to use. + currency: The currency to use. timeframe_end: Costs returned are exclusive of `timeframe_end`. @@ -353,7 +353,7 @@ def list_by_external_id( `grouping_value` and `secondary_grouping_value` available. Args: - currency: The currency or custom pricing unit to use. + currency: The currency to use. timeframe_end: Costs returned are exclusive of `timeframe_end`. @@ -552,7 +552,7 @@ async def list( `grouping_value` and `secondary_grouping_value` available. Args: - currency: The currency or custom pricing unit to use. + currency: The currency to use. timeframe_end: Costs returned are exclusive of `timeframe_end`. @@ -728,7 +728,7 @@ async def list_by_external_id( `grouping_value` and `secondary_grouping_value` available. Args: - currency: The currency or custom pricing unit to use. + currency: The currency to use. timeframe_end: Costs returned are exclusive of `timeframe_end`. diff --git a/src/orb/resources/subscriptions.py b/src/orb/resources/subscriptions.py index 64212514..3e8788fc 100644 --- a/src/orb/resources/subscriptions.py +++ b/src/orb/resources/subscriptions.py @@ -833,7 +833,7 @@ def fetch_costs( same day). Args: - currency: The currency or custom pricing unit to use. + currency: The currency to use. timeframe_end: Costs returned are exclusive of `timeframe_end`. @@ -2919,7 +2919,7 @@ async def fetch_costs( same day). Args: - currency: The currency or custom pricing unit to use. + currency: The currency to use. timeframe_end: Costs returned are exclusive of `timeframe_end`. diff --git a/src/orb/types/customers/cost_list_by_external_id_params.py b/src/orb/types/customers/cost_list_by_external_id_params.py index dad37e47..2cba8e61 100644 --- a/src/orb/types/customers/cost_list_by_external_id_params.py +++ b/src/orb/types/customers/cost_list_by_external_id_params.py @@ -13,7 +13,7 @@ class CostListByExternalIDParams(TypedDict, total=False): currency: Optional[str] - """The currency or custom pricing unit to use.""" + """The currency to use.""" timeframe_end: Annotated[Union[str, datetime, None], PropertyInfo(format="iso8601")] """Costs returned are exclusive of `timeframe_end`.""" diff --git a/src/orb/types/customers/cost_list_params.py b/src/orb/types/customers/cost_list_params.py index 741fd8d9..3900ec20 100644 --- a/src/orb/types/customers/cost_list_params.py +++ b/src/orb/types/customers/cost_list_params.py @@ -13,7 +13,7 @@ class CostListParams(TypedDict, total=False): currency: Optional[str] - """The currency or custom pricing unit to use.""" + """The currency to use.""" timeframe_end: Annotated[Union[str, datetime, None], PropertyInfo(format="iso8601")] """Costs returned are exclusive of `timeframe_end`.""" diff --git a/src/orb/types/subscription_fetch_costs_params.py b/src/orb/types/subscription_fetch_costs_params.py index 38266115..e5941c1a 100644 --- a/src/orb/types/subscription_fetch_costs_params.py +++ b/src/orb/types/subscription_fetch_costs_params.py @@ -13,7 +13,7 @@ class SubscriptionFetchCostsParams(TypedDict, total=False): currency: Optional[str] - """The currency or custom pricing unit to use.""" + """The currency to use.""" timeframe_end: Annotated[Union[str, datetime, None], PropertyInfo(format="iso8601")] """Costs returned are exclusive of `timeframe_end`."""