Skip to content

Commit

Permalink
component.json output labels fixes (#171)
Browse files Browse the repository at this point in the history
* component.json output labels fixes

* updated version 2.0.0->2.0.1

* updated version on the change log
  • Loading branch information
sayam-nasir authored Sep 2, 2024
1 parent 8d0b783 commit 208a537
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/appmixer/google/gmail/ListAttachments/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{
"name": "out",
"options": [
{ "label": "attachments", "value": "attachments",
{ "label": "Attachments", "value": "attachments",
"schema": { "type": "array",
"items": { "type": "object",
"properties": {
Expand Down
4 changes: 2 additions & 2 deletions src/appmixer/google/gmail/RemoveLabelFromEmail/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
{
"name": "out",
"options": [
{ "label": "id", "value": "id" },
{ "label": "threadId", "value": "threadId" }
{ "label": "Email ID", "value": "id" },
{ "label": "Thread ID", "value": "threadId" }
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions src/appmixer/google/gmail/ReplyToEmail/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
{
"name": "out",
"options": [
{ "label": "id", "value": "id" },
{ "label": "threadId", "value": "threadId" }
{ "label": "Email ID", "value": "id" },
{ "label": "Thread ID", "value": "threadId" }
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions src/appmixer/google/gmail/bundle.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appmixer.google.gmail",
"version": "2.0.0",
"version": "2.0.1",
"changelog": {
"1.0.0": [
"Initial version"
Expand All @@ -27,7 +27,7 @@
"Added attachments in outPorts of GetEmail and NewEmail.",
"Added 'GetAttachment' component."
],
"2.0.0": [
"2.0.1": [
"NewEmail Trigger - Added support for input of labels",
"NewAttachment Trigger - Added support for labels input, filter Emails based on selected filters and fetch their attachments",
"AddLabelsToEmail Action - Input of list of first 20 emails added",
Expand Down

0 comments on commit 208a537

Please sign in to comment.