Global OptionSets
In previous versions enums were generated for OptionSet fields using a global OptionSet. This resulted in duplicate enum's.
Now global OptionSets will be skipped in the Entity.enum.ts file and you need to generate a global OptionSet file by following cli command:
hso-d365 generate GlobalOptionSets
A src/OptionSets/OptionSets.ts file will be generated.