diff --git a/backend/libraries/types/can.did b/backend/libraries/types/can.did index 84f7169a7c..888b4af9e4 100644 --- a/backend/libraries/types/can.did +++ b/backend/libraries/types/can.did @@ -2117,8 +2117,8 @@ type StringParamChoice = record { }; type NumberParam = record { - min_size : float64; - max_size : float64; + max_value : float64; + max_value : float64; choices : vec NumberParamChoice; };