What’s changed
API request types
does_not_equalcondition on verification property filters (#766)- The
verificationproperty filter in data source and database queries now accepts{ does_not_equal: "verified" | "expired" | "none" }alongside the existing{ status: ... }condition. For example,filter: { property: "Verification", verification: { does_not_equal: "expired" } }matches pages whose verification state is anything other than expired. Purely additive — existingstatusfilters are unaffected.
- The
Links
- Full Changelog: v5.25.1...v5.25.2
- NPM Package: https://www.npmjs.com/package/@notionhq/client/v/5.25.2