chattercatcher 0.1.30 → 0.2.1

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
@@ -288,6 +288,7 @@ interface FeishuTextMention {
288
288
  interface SendTextOptions {
289
289
  mentions?: FeishuTextMention[];
290
290
  }
291
+
291
292
  interface MessageSender {
292
293
  sendTextToChat(chatId: string, text: string, options?: SendTextOptions): Promise<void>;
293
294
  sendImageToChat?(chatId: string, imagePath: string): Promise<void>;