Admin client method getAdminEvents is missing resourceTypes query parameter

We make heavy use of the Keycloak admin client library and have just discovered that the “resourceTypes” query parameter is missing in the definition of getAdminEvents in the RealmResource interface.
The REST endpoint “admin-events” does have that query parameter.
Is that intentional or a bug?