Fix apiName leak & leak of disabled locales
This release fixes several small issues:
- Error details could occasionally show an unusable internal ID.
- The
/spaces/{id}/localesendpoint of the Delivery API would include disabled locales in it's response. - Querying entries of a content type without fields no longer causes errors.
- Queries for assets or content types which use the
content_typequery parameter is now return an InvalidQuery error. - Queries using the
nearoperator on non location fields are now causing anInvalidQueryerror with additional information instead of a more genericBadRequesterror.