From f58fd478b551bf8195574dd45c6ac766062b9205 Mon Sep 17 00:00:00 2001 From: Michelle Bergeron Date: Tue, 23 Sep 2025 13:26:58 -0400 Subject: [PATCH] add info alert --- components/gmail/package.json | 2 +- .../new-attachment-received/new-attachment-received.mjs | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/components/gmail/package.json b/components/gmail/package.json index 28f76de70285b..adfa5d25f5685 100644 --- a/components/gmail/package.json +++ b/components/gmail/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gmail", - "version": "1.3.1", + "version": "1.3.2", "description": "Pipedream Gmail Components", "main": "gmail.app.mjs", "keywords": [ diff --git a/components/gmail/sources/new-attachment-received/new-attachment-received.mjs b/components/gmail/sources/new-attachment-received/new-attachment-received.mjs index 2c67a8f887235..7070f647b3ec4 100644 --- a/components/gmail/sources/new-attachment-received/new-attachment-received.mjs +++ b/components/gmail/sources/new-attachment-received/new-attachment-received.mjs @@ -8,11 +8,16 @@ export default { key: "gmail-new-attachment-received", name: "New Attachment Received", description: "Emit new event for each attachment in a message received. This source is capped at 100 max new messages per run.", - version: "0.2.0", + version: "0.2.1", type: "source", dedupe: "unique", props: { gmail, + info: { + type: "alert", + alertType: "info", + content: "Note: May not emit events for attachments sent via a Gmail alias. [See issue](https://github.com/PipedreamHQ/pipedream/issues/15309) for more information.", + }, ...common.props, q: { propDefinition: [