Connect condition: missing has_blogpost_permission property

Hi,

I need to check the user edit permissions on blogposts inside the atlassian-connect descriptor. On documentation (Connect conditions) I cannot found an equivalent property for blogposts.

This is the condition that I use for page contents:
edit={condition.has_page_permission(permission=EDIT)}

Is there an equivalent for the blogpost content type?

Thank you.