From 9aa958720d87c64f64183eda473c8069810db4ed Mon Sep 17 00:00:00 2001 From: Gareth George Date: Fri, 14 Mar 2025 21:15:24 -0700 Subject: [PATCH] docs: update hooks.md to document FORGET operation hooks --- docs/content/2.docs/2.hooks.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/2.docs/2.hooks.md b/docs/content/2.docs/2.hooks.md index b7bf1c5a..a9f5857b 100644 --- a/docs/content/2.docs/2.hooks.md +++ b/docs/content/2.docs/2.hooks.md @@ -23,6 +23,11 @@ Hooks can be triggered by the following events: - `CONDITION_CHECK_SUCCESS`: Triggered when a check operation completes successfully - `CONDITION_CHECK_ERROR`: Triggered when a check operation fails +### Forget Events +- `CONDITION_FORGET_START`: Triggered when a forget operation begins +- `CONDITION_FORGET_SUCCESS`: Triggered when a forget operation completes successfully +- `CONDITION_FORGET_ERROR`: Triggered when a forget operation fails + ### General Events - `CONDITION_ANY_ERROR`: Triggered when any operation fails