Skip to content

Commit 3ec0091

Browse files
feat(api): api update
1 parent 0c1bfa8 commit 3ec0091

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 139
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb/orb-6ba9b1b34b3995136fce37ca4bfa7ec253213680ef1d49d74960f55d22fde5dc.yml
3-
openapi_spec_hash: 56d69d79bef9db11216cf8764106040f
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb/orb-cbb433962c75b95b0c00c453c3a2e39a88f4291a92c093f27a3f52d1b52785a2.yml
3+
openapi_spec_hash: 46b3934a43850209dad40e883aa5d1bd
44
config_hash: c01c1191b1cd696c7ca855ff6d28a8df

src/orb/types/dimensional_price_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class DimensionalPriceGroup(BaseModel):
1111
"""
1212
A dimensional price group is used to partition the result of a billable metric by a set of dimensions. Prices in a
13-
price group must specify the parition used to derive their usage.
13+
price group must specify the partition used to derive their usage.
1414
"""
1515

1616
id: str

0 commit comments

Comments
 (0)