@@ -1128,21 +1128,21 @@ def create(
11281128 cadence : Literal ["annual" , "semi_annual" , "monthly" , "quarterly" , "one_time" , "custom" ],
11291129 currency : str ,
11301130 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 " ],
11331133 name : str ,
11341134 billable_metric_id : Optional [str ] | NotGiven = NOT_GIVEN ,
11351135 billed_in_advance : Optional [bool ] | NotGiven = NOT_GIVEN ,
11361136 billing_cycle_configuration : Optional [
1137- price_create_params .NewFloatingMaxGroupTieredPriceBillingCycleConfiguration
1137+ price_create_params .NewFloatingMaxGroupTieredPackagePriceBillingCycleConfiguration
11381138 ]
11391139 | NotGiven = NOT_GIVEN ,
11401140 conversion_rate : Optional [float ] | NotGiven = NOT_GIVEN ,
11411141 external_price_id : Optional [str ] | NotGiven = NOT_GIVEN ,
11421142 fixed_price_quantity : Optional [float ] | NotGiven = NOT_GIVEN ,
11431143 invoice_grouping_key : Optional [str ] | NotGiven = NOT_GIVEN ,
11441144 invoicing_cycle_configuration : Optional [
1145- price_create_params .NewFloatingMaxGroupTieredPriceInvoicingCycleConfiguration
1145+ price_create_params .NewFloatingMaxGroupTieredPackagePriceInvoicingCycleConfiguration
11461146 ]
11471147 | NotGiven = NOT_GIVEN ,
11481148 metadata : Optional [Dict [str , Optional [str ]]] | NotGiven = NOT_GIVEN ,
@@ -2317,7 +2317,7 @@ def create(
23172317 ["cadence" , "currency" , "item_id" , "model_type" , "name" , "threshold_total_amount_config" ],
23182318 ["cadence" , "currency" , "item_id" , "model_type" , "name" , "tiered_package_config" ],
23192319 ["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" ],
23212321 ["cadence" , "currency" , "item_id" , "model_type" , "name" , "tiered_with_minimum_config" ],
23222322 ["cadence" , "currency" , "item_id" , "model_type" , "name" , "package_with_allocation_config" ],
23232323 ["cadence" , "currency" , "item_id" , "model_type" , "name" , "tiered_package_with_minimum_config" ],
@@ -2349,7 +2349,7 @@ def create(
23492349 | Literal ["threshold_total_amount" ]
23502350 | Literal ["tiered_package" ]
23512351 | Literal ["grouped_tiered" ]
2352- | Literal ["max_group_tiered " ]
2352+ | Literal ["max_group_tiered_package " ]
23532353 | Literal ["tiered_with_minimum" ]
23542354 | Literal ["package_with_allocation" ]
23552355 | Literal ["tiered_package_with_minimum" ]
@@ -2387,7 +2387,7 @@ def create(
23872387 threshold_total_amount_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
23882388 tiered_package_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
23892389 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 ,
23912391 tiered_with_minimum_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
23922392 package_with_allocation_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
23932393 tiered_package_with_minimum_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
@@ -2440,7 +2440,7 @@ def create(
24402440 "threshold_total_amount_config" : threshold_total_amount_config ,
24412441 "tiered_package_config" : tiered_package_config ,
24422442 "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 ,
24442444 "tiered_with_minimum_config" : tiered_with_minimum_config ,
24452445 "package_with_allocation_config" : package_with_allocation_config ,
24462446 "tiered_package_with_minimum_config" : tiered_package_with_minimum_config ,
@@ -3791,21 +3791,21 @@ async def create(
37913791 cadence : Literal ["annual" , "semi_annual" , "monthly" , "quarterly" , "one_time" , "custom" ],
37923792 currency : str ,
37933793 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 " ],
37963796 name : str ,
37973797 billable_metric_id : Optional [str ] | NotGiven = NOT_GIVEN ,
37983798 billed_in_advance : Optional [bool ] | NotGiven = NOT_GIVEN ,
37993799 billing_cycle_configuration : Optional [
3800- price_create_params .NewFloatingMaxGroupTieredPriceBillingCycleConfiguration
3800+ price_create_params .NewFloatingMaxGroupTieredPackagePriceBillingCycleConfiguration
38013801 ]
38023802 | NotGiven = NOT_GIVEN ,
38033803 conversion_rate : Optional [float ] | NotGiven = NOT_GIVEN ,
38043804 external_price_id : Optional [str ] | NotGiven = NOT_GIVEN ,
38053805 fixed_price_quantity : Optional [float ] | NotGiven = NOT_GIVEN ,
38063806 invoice_grouping_key : Optional [str ] | NotGiven = NOT_GIVEN ,
38073807 invoicing_cycle_configuration : Optional [
3808- price_create_params .NewFloatingMaxGroupTieredPriceInvoicingCycleConfiguration
3808+ price_create_params .NewFloatingMaxGroupTieredPackagePriceInvoicingCycleConfiguration
38093809 ]
38103810 | NotGiven = NOT_GIVEN ,
38113811 metadata : Optional [Dict [str , Optional [str ]]] | NotGiven = NOT_GIVEN ,
@@ -4980,7 +4980,7 @@ async def create(
49804980 ["cadence" , "currency" , "item_id" , "model_type" , "name" , "threshold_total_amount_config" ],
49814981 ["cadence" , "currency" , "item_id" , "model_type" , "name" , "tiered_package_config" ],
49824982 ["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" ],
49844984 ["cadence" , "currency" , "item_id" , "model_type" , "name" , "tiered_with_minimum_config" ],
49854985 ["cadence" , "currency" , "item_id" , "model_type" , "name" , "package_with_allocation_config" ],
49864986 ["cadence" , "currency" , "item_id" , "model_type" , "name" , "tiered_package_with_minimum_config" ],
@@ -5012,7 +5012,7 @@ async def create(
50125012 | Literal ["threshold_total_amount" ]
50135013 | Literal ["tiered_package" ]
50145014 | Literal ["grouped_tiered" ]
5015- | Literal ["max_group_tiered " ]
5015+ | Literal ["max_group_tiered_package " ]
50165016 | Literal ["tiered_with_minimum" ]
50175017 | Literal ["package_with_allocation" ]
50185018 | Literal ["tiered_package_with_minimum" ]
@@ -5050,7 +5050,7 @@ async def create(
50505050 threshold_total_amount_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
50515051 tiered_package_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
50525052 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 ,
50545054 tiered_with_minimum_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
50555055 package_with_allocation_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
50565056 tiered_package_with_minimum_config : Dict [str , object ] | NotGiven = NOT_GIVEN ,
@@ -5103,7 +5103,7 @@ async def create(
51035103 "threshold_total_amount_config" : threshold_total_amount_config ,
51045104 "tiered_package_config" : tiered_package_config ,
51055105 "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 ,
51075107 "tiered_with_minimum_config" : tiered_with_minimum_config ,
51085108 "package_with_allocation_config" : package_with_allocation_config ,
51095109 "tiered_package_with_minimum_config" : tiered_package_with_minimum_config ,
0 commit comments