pub fn update_item_objective_period( id: i32, year: Option<i32>, season: Option<i32>, month: Option<i32>, ) -> Result<usize, String>