default throughput bucket

This commit is contained in:
Asier Isayas
2026-01-12 10:17:29 -08:00
parent 38823ac86f
commit 7b299aac39
25 changed files with 225 additions and 76 deletions

View File

@@ -348,6 +348,7 @@ export interface Offer {
export interface ThroughputBucket {
id: number;
maxThroughputPercentage: number;
isDefaultBucket?: boolean;
}
export interface SDKOfferDefinition extends Resource {