v_47: Add missing "name" parameter in IncrementIntValue and DecrementIntValue methods
The missing name
parameter was added to Data.increment_int_value_to_key and Data.decrement_int_value_to_key methods. This would allow you locate a data object based on its name instead of using the Id (object_id in Python).