Release v1.6.0
filtering tweaks
- implement filter by status
- list user private vault only if user is still a valid member
- for public search list only ACTIVE vaults & nodes
// to list all user ACTIVE vaults
const vaults = await akord.vault.listAll({ filter: { status: { eq: "ACTIVE" }}});