diff --git a/src/appmixer/google/gmail/ListAttachments/component.json b/src/appmixer/google/gmail/ListAttachments/component.json index 5a05af0cb..d64b3e1de 100644 --- a/src/appmixer/google/gmail/ListAttachments/component.json +++ b/src/appmixer/google/gmail/ListAttachments/component.json @@ -58,7 +58,7 @@ { "name": "out", "options": [ - { "label": "attachments", "value": "attachments", + { "label": "Attachments", "value": "attachments", "schema": { "type": "array", "items": { "type": "object", "properties": { diff --git a/src/appmixer/google/gmail/RemoveLabelFromEmail/component.json b/src/appmixer/google/gmail/RemoveLabelFromEmail/component.json index 172250467..7277567e0 100644 --- a/src/appmixer/google/gmail/RemoveLabelFromEmail/component.json +++ b/src/appmixer/google/gmail/RemoveLabelFromEmail/component.json @@ -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" } ] } ], diff --git a/src/appmixer/google/gmail/ReplyToEmail/component.json b/src/appmixer/google/gmail/ReplyToEmail/component.json index e8eda424a..4d89b8cd5 100644 --- a/src/appmixer/google/gmail/ReplyToEmail/component.json +++ b/src/appmixer/google/gmail/ReplyToEmail/component.json @@ -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" } ] } ], diff --git a/src/appmixer/google/gmail/bundle.json b/src/appmixer/google/gmail/bundle.json index eb6164a3d..9ba806527 100644 --- a/src/appmixer/google/gmail/bundle.json +++ b/src/appmixer/google/gmail/bundle.json @@ -1,6 +1,6 @@ { "name": "appmixer.google.gmail", - "version": "2.0.0", + "version": "2.0.1", "changelog": { "1.0.0": [ "Initial version" @@ -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",