Skip to content

Commit 2c673c4

Browse files
feat(api): api update
1 parent 0dbc21b commit 2c673c4

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 118
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d63c8075b48441663736b457f8ad859c58cc3e31dfbffb68db44c3f00562012c.yml
3-
openapi_spec_hash: c47dbff685a0a449bfc1ad729c13a72e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-2c9291de1fd876908ebe56144e90762ab6e390e3f25102da815ab3fca6335d38.yml
3+
openapi_spec_hash: eabe2d8e58ceed1d61d41fe7a44020ca
44
config_hash: 1f73a949b649ecfe6ec68ba1bb459dc2

src/Orb/Models/NewFloatingTieredPackagePriceProperties/TieredPackageConfig.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ public required string PackageSize
3737

3838
/// <summary>
3939
/// Apply tiered pricing after rounding up the quantity to the package size. Tiers
40-
/// are defined using exclusive lower bounds.
40+
/// are defined using exclusive lower bounds. The tier bounds are defined based
41+
/// on the total quantity rather than the number of packages, so they must be
42+
/// multiples of the package size.
4143
/// </summary>
4244
public required List<TieredPackageConfigProperties::Tier> Tiers
4345
{

src/Orb/Models/NewPlanTieredPackagePriceProperties/TieredPackageConfig.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ public required string PackageSize
3737

3838
/// <summary>
3939
/// Apply tiered pricing after rounding up the quantity to the package size. Tiers
40-
/// are defined using exclusive lower bounds.
40+
/// are defined using exclusive lower bounds. The tier bounds are defined based
41+
/// on the total quantity rather than the number of packages, so they must be
42+
/// multiples of the package size.
4143
/// </summary>
4244
public required List<TieredPackageConfigProperties::Tier> Tiers
4345
{

src/Orb/Models/PriceProperties/TieredPackageProperties/TieredPackageConfig.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ public required string PackageSize
3737

3838
/// <summary>
3939
/// Apply tiered pricing after rounding up the quantity to the package size. Tiers
40-
/// are defined using exclusive lower bounds.
40+
/// are defined using exclusive lower bounds. The tier bounds are defined based
41+
/// on the total quantity rather than the number of packages, so they must be
42+
/// multiples of the package size.
4143
/// </summary>
4244
public required List<TieredPackageConfigProperties::Tier> Tiers
4345
{

src/Orb/Models/Subscriptions/NewSubscriptionTieredPackagePriceProperties/TieredPackageConfig.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ public required string PackageSize
3737

3838
/// <summary>
3939
/// Apply tiered pricing after rounding up the quantity to the package size. Tiers
40-
/// are defined using exclusive lower bounds.
40+
/// are defined using exclusive lower bounds. The tier bounds are defined based
41+
/// on the total quantity rather than the number of packages, so they must be
42+
/// multiples of the package size.
4143
/// </summary>
4244
public required List<TieredPackageConfigProperties::Tier> Tiers
4345
{

0 commit comments

Comments
 (0)