Skip to content

Commit 7d720b4

Browse files
feat(api): api update
1 parent ed6d44c commit 7d720b4

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

orb-java-core/src/main/kotlin/com/withorb/api/models/DimensionalPriceGroup.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import kotlin.jvm.optionals.getOrNull
2121

2222
/**
2323
* A dimensional price group is used to partition the result of a billable metric by a set of
24-
* dimensions. Prices in a price group must specify the parition used to derive their usage.
24+
* dimensions. Prices in a price group must specify the partition used to derive their usage.
2525
*/
2626
class DimensionalPriceGroup
2727
@JsonCreator(mode = JsonCreator.Mode.DISABLED)

0 commit comments

Comments
 (0)