fn update_object(
store: &WaveStore,
value: Value,
) -> Result<(String, String, Value), String>Expand description
Update a wave object by replacing it wholesale in the store.
The incoming value must have otype and oid fields.
Matches Go’s ObjectService.UpdateObject behavior.
Returns (otype, oid, updated_value_with_new_version) on success.