Issues with generated files

hi, I recently tried to generate a new VVC with the scripts and I noticed that the generated t_operation type was missing two needed entries: AWAIT_COMPETION and AWAIT_ANY_COMPLETION. since this are used internally I suggest to have them automatically in the type definition
I also noticed that in the vvc itself the call for work.td_vvc_entity_support_pkg.initialize_interpreter is missing the mandatory second parameter. I looked in others examples and used global_awaiting_completion, this also need to be added automatically or at least let the user know modfications are needed