Skip to content

Commit f58fd47

Browse files
committed
add info alert
1 parent 0c007db commit f58fd47

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

components/gmail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/gmail",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Pipedream Gmail Components",
55
"main": "gmail.app.mjs",
66
"keywords": [

components/gmail/sources/new-attachment-received/new-attachment-received.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ export default {
88
key: "gmail-new-attachment-received",
99
name: "New Attachment Received",
1010
description: "Emit new event for each attachment in a message received. This source is capped at 100 max new messages per run.",
11-
version: "0.2.0",
11+
version: "0.2.1",
1212
type: "source",
1313
dedupe: "unique",
1414
props: {
1515
gmail,
16+
info: {
17+
type: "alert",
18+
alertType: "info",
19+
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.",
20+
},
1621
...common.props,
1722
q: {
1823
propDefinition: [

0 commit comments

Comments
 (0)