@@ -1128,21 +1128,21 @@ def create(
1128
1128
cadence : Literal ["annual" , "semi_annual" , "monthly" , "quarterly" , "one_time" , "custom" ],
1129
1129
currency : str ,
1130
1130
item_id : str ,
1131
- max_group_tiered_config : Dict [str , object ],
1132
- model_type : Literal ["max_group_tiered " ],
1131
+ max_group_tiered_package_config : Dict [str , object ],
1132
+ model_type : Literal ["max_group_tiered_package " ],
1133
1133
name : str ,
1134
1134
billable_metric_id : Optional [str ] | NotGiven = NOT_GIVEN ,
1135
1135
billed_in_advance : Optional [bool ] | NotGiven = NOT_GIVEN ,
1136
1136
billing_cycle_configuration : Optional [
1137
- price_create_params .NewFloatingMaxGroupTieredPriceBillingCycleConfiguration
1137
+ price_create_params .NewFloatingMaxGroupTieredPackagePriceBillingCycleConfiguration
1138
1138
]
1139
1139
| NotGiven = NOT_GIVEN ,
1140
1140
conversion_rate : Optional [float ] | NotGiven = NOT_GIVEN ,
1141
1141
external_price_id : Optional [str ] | NotGiven = NOT_GIVEN ,
1142
1142
fixed_price_quantity : Optional [float ] | NotGiven = NOT_GIVEN ,
1143
1143
invoice_grouping_key : Optional [str ] | NotGiven = NOT_GIVEN ,
1144
1144
invoicing_cycle_configuration : Optional [
1145
- price_create_params .NewFloatingMaxGroupTieredPriceInvoicingCycleConfiguration
1145
+ price_create_params .NewFloatingMaxGroupTieredPackagePriceInvoicingCycleConfiguration
1146
1146
]
1147
1147
| NotGiven = NOT_GIVEN ,
1148
1148
metadata : Optional [Dict [str , Optional [str ]]] | NotGiven = NOT_GIVEN ,
@@ -2317,7 +2317,7 @@ def create(
2317
2317
["cadence" , "currency" , "item_id" , "model_type" , "name" , "threshold_total_amount_config" ],
2318
2318
["cadence" , "currency" , "item_id" , "model_type" , "name" , "tiered_package_config" ],
2319
2319
["cadence" , "currency" , "grouped_tiered_config" , "item_id" , "model_type" , "name" ],
2320
- ["cadence" , "currency" , "item_id" , "max_group_tiered_config " , "model_type" , "name" ],
2320
+ ["cadence" , "currency" , "item_id" , "max_group_tiered_package_config " , "model_type" , "name" ],
2321
2321
["cadence" , "currency" , "item_id" , "model_type" , "name" , "tiered_with_minimum_config" ],
2322
2322
["cadence" , "currency" , "item_id" , "model_type" , "name" , "package_with_allocation_config" ],
2323
2323
["cadence" , "currency" , "item_id" , "model_type" , "name" , "tiered_package_with_minimum_config" ],
@@ -2349,7 +2349,7 @@ def create(
2349
2349
| Literal ["threshold_total_amount" ]
2350
2350
| Literal ["tiered_package" ]
2351
2351
| Literal ["grouped_tiered" ]
2352
- | Literal ["max_group_tiered " ]
2352
+ | Literal ["max_group_tiered_package " ]
2353
2353
| Literal ["tiered_with_minimum" ]
2354
2354
| Literal ["package_with_allocation" ]
2355
2355
| Literal ["tiered_package_with_minimum" ]
@@ -2387,7 +2387,7 @@ def create(
2387
2387
threshold_total_amount_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
2388
2388
tiered_package_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
2389
2389
grouped_tiered_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
2390
- max_group_tiered_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
2390
+ max_group_tiered_package_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
2391
2391
tiered_with_minimum_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
2392
2392
package_with_allocation_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
2393
2393
tiered_package_with_minimum_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
@@ -2440,7 +2440,7 @@ def create(
2440
2440
"threshold_total_amount_config" : threshold_total_amount_config ,
2441
2441
"tiered_package_config" : tiered_package_config ,
2442
2442
"grouped_tiered_config" : grouped_tiered_config ,
2443
- "max_group_tiered_config " : max_group_tiered_config ,
2443
+ "max_group_tiered_package_config " : max_group_tiered_package_config ,
2444
2444
"tiered_with_minimum_config" : tiered_with_minimum_config ,
2445
2445
"package_with_allocation_config" : package_with_allocation_config ,
2446
2446
"tiered_package_with_minimum_config" : tiered_package_with_minimum_config ,
@@ -3791,21 +3791,21 @@ async def create(
3791
3791
cadence : Literal ["annual" , "semi_annual" , "monthly" , "quarterly" , "one_time" , "custom" ],
3792
3792
currency : str ,
3793
3793
item_id : str ,
3794
- max_group_tiered_config : Dict [str , object ],
3795
- model_type : Literal ["max_group_tiered " ],
3794
+ max_group_tiered_package_config : Dict [str , object ],
3795
+ model_type : Literal ["max_group_tiered_package " ],
3796
3796
name : str ,
3797
3797
billable_metric_id : Optional [str ] | NotGiven = NOT_GIVEN ,
3798
3798
billed_in_advance : Optional [bool ] | NotGiven = NOT_GIVEN ,
3799
3799
billing_cycle_configuration : Optional [
3800
- price_create_params .NewFloatingMaxGroupTieredPriceBillingCycleConfiguration
3800
+ price_create_params .NewFloatingMaxGroupTieredPackagePriceBillingCycleConfiguration
3801
3801
]
3802
3802
| NotGiven = NOT_GIVEN ,
3803
3803
conversion_rate : Optional [float ] | NotGiven = NOT_GIVEN ,
3804
3804
external_price_id : Optional [str ] | NotGiven = NOT_GIVEN ,
3805
3805
fixed_price_quantity : Optional [float ] | NotGiven = NOT_GIVEN ,
3806
3806
invoice_grouping_key : Optional [str ] | NotGiven = NOT_GIVEN ,
3807
3807
invoicing_cycle_configuration : Optional [
3808
- price_create_params .NewFloatingMaxGroupTieredPriceInvoicingCycleConfiguration
3808
+ price_create_params .NewFloatingMaxGroupTieredPackagePriceInvoicingCycleConfiguration
3809
3809
]
3810
3810
| NotGiven = NOT_GIVEN ,
3811
3811
metadata : Optional [Dict [str , Optional [str ]]] | NotGiven = NOT_GIVEN ,
@@ -4980,7 +4980,7 @@ async def create(
4980
4980
["cadence" , "currency" , "item_id" , "model_type" , "name" , "threshold_total_amount_config" ],
4981
4981
["cadence" , "currency" , "item_id" , "model_type" , "name" , "tiered_package_config" ],
4982
4982
["cadence" , "currency" , "grouped_tiered_config" , "item_id" , "model_type" , "name" ],
4983
- ["cadence" , "currency" , "item_id" , "max_group_tiered_config " , "model_type" , "name" ],
4983
+ ["cadence" , "currency" , "item_id" , "max_group_tiered_package_config " , "model_type" , "name" ],
4984
4984
["cadence" , "currency" , "item_id" , "model_type" , "name" , "tiered_with_minimum_config" ],
4985
4985
["cadence" , "currency" , "item_id" , "model_type" , "name" , "package_with_allocation_config" ],
4986
4986
["cadence" , "currency" , "item_id" , "model_type" , "name" , "tiered_package_with_minimum_config" ],
@@ -5012,7 +5012,7 @@ async def create(
5012
5012
| Literal ["threshold_total_amount" ]
5013
5013
| Literal ["tiered_package" ]
5014
5014
| Literal ["grouped_tiered" ]
5015
- | Literal ["max_group_tiered " ]
5015
+ | Literal ["max_group_tiered_package " ]
5016
5016
| Literal ["tiered_with_minimum" ]
5017
5017
| Literal ["package_with_allocation" ]
5018
5018
| Literal ["tiered_package_with_minimum" ]
@@ -5050,7 +5050,7 @@ async def create(
5050
5050
threshold_total_amount_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
5051
5051
tiered_package_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
5052
5052
grouped_tiered_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
5053
- max_group_tiered_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
5053
+ max_group_tiered_package_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
5054
5054
tiered_with_minimum_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
5055
5055
package_with_allocation_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
5056
5056
tiered_package_with_minimum_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
@@ -5103,7 +5103,7 @@ async def create(
5103
5103
"threshold_total_amount_config" : threshold_total_amount_config ,
5104
5104
"tiered_package_config" : tiered_package_config ,
5105
5105
"grouped_tiered_config" : grouped_tiered_config ,
5106
- "max_group_tiered_config " : max_group_tiered_config ,
5106
+ "max_group_tiered_package_config " : max_group_tiered_package_config ,
5107
5107
"tiered_with_minimum_config" : tiered_with_minimum_config ,
5108
5108
"package_with_allocation_config" : package_with_allocation_config ,
5109
5109
"tiered_package_with_minimum_config" : tiered_package_with_minimum_config ,
0 commit comments