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.21.0"
".": "4.22.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-b330498c2bfb80605f4c406e8b228c0a4ece85247b21f62f93273a00abb53d35.yml
openapi_spec_hash: 16a82d0eb23b68218d584e385bee43da
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-26020bd285825dac04bf642a414ea07c786fc6e42ee6bbcf795e11f8db426519.yml
openapi_spec_hash: 897fedec83f0960539b3aa4ec0e3308d
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.22.0 (2025-10-03)

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

### Features

* **api:** api update ([0ba0771](https://github.com/orbcorp/orb-python/commit/0ba077178e0df6d4867bda25c3fe2a747fb678ec))

## 4.21.0 (2025-10-03)

Full Changelog: [v4.20.0...v4.21.0](https://github.com/orbcorp/orb-python/compare/v4.20.0...v4.21.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.21.0"
version = "4.22.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.21.0" # x-release-please-version
__version__ = "4.22.0" # x-release-please-version
3 changes: 3 additions & 0 deletions src/orb/types/shared/matrix_sub_line_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ class MatrixSubLineItem(BaseModel):
quantity: float

type: Literal["matrix"]

scaled_quantity: Optional[float] = None
"""The scaled quantity for this line item for specific pricing structures"""