DeleteItemsRequest missing from rx-webservice-client-6.0.0.jar?

I’m trying to use the ‘DeleteItems’ function of the Rx web services development kit but the jar does not seem to have a DeleteItemsRequest type of class in it (it has DeleteChildEntriesRequest and DeleteFoldersRequest though).
Is there an updated jar somewhere that has the right class in it?

Ed,

This is because the DeleteItems method (in the com.percussion.webservices.content.Content interface) takes an array of long values. Each of these values represents the GUID of the item to be deleted.

There’s no class for DeleteItemsRequest.

Dave