@openclaw-china/wecom 2026.3.16 → 2026.3.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -476,6 +476,10 @@ interface PluginRuntime {
476
476
  mediaUrl?: string;
477
477
  mediaUrls?: string[];
478
478
  }) => Promise<void>;
479
+ onSkip?: (payload: unknown, info: {
480
+ kind: string;
481
+ reason: string;
482
+ }) => void;
479
483
  onError?: (err: unknown, info: {
480
484
  kind: string;
481
485
  }) => void;