Skip to content

Commit

Permalink
Changed Attachments prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortes committed Jun 10, 2024
1 parent e203c87 commit 2c6bb4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/gmail/actions/send-email/send-email.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "gmail-send-email",
name: "Send Email",
description: "Send an email from your Google Workspace email account",
version: "0.1.1",
version: "0.1.2",
type: "action",
props: {
gmail,
Expand Down
2 changes: 1 addition & 1 deletion components/gmail/gmail.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default {
attachments: {
type: "object",
label: "Attachments",
description: "Add any attachments you'd like to include as objects. The `key` should be the **filename** and the `value` should be the **url** for the attachment. The **filename** must contain the file extension (i.e. `.jpeg`, `.txt`) and the **url** is the download link for the file.",
description: "Add any attachments you'd like to include as objects.\n- The `key` should be the filename and must contain the file extension (e.g. `.jpeg`, `.txt`).\n- The `value` should be a URL of the download link for the file, or the local path (e.g. `/tmp/my-file.txt`).",
optional: true,
},
inReplyTo: {
Expand Down
2 changes: 1 addition & 1 deletion components/gmail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/gmail",
"version": "0.0.12",
"version": "0.0.13",
"description": "Pipedream Gmail Components",
"main": "gmail.app.mjs",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/gmail_custom_oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/gmail_custom_oauth",
"version": "0.1.7",
"version": "0.1.8",
"description": "Pipedream Gmail (Consumer) Components",
"main": "gmail_custom_oauth.app.mjs",
"keywords": [
Expand Down

0 comments on commit 2c6bb4c

Please sign in to comment.