- Generate new api client from the openapi schema
- Apply same monkeypatches from previous releases:
- Adds `_missing_` method to all enums compensating for staffology api bug
where it sends the index of the value instead of the value itself from the enum
- Don't return None when there is an error in the api