1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00

Improvements

This commit is contained in:
ricardo 2022-01-30 18:31:47 -05:00
parent 3f602c736c
commit f88957fe54

View File

@ -77,18 +77,18 @@ export class GoogleChat implements INodeType {
noDataExpression: true,
type: 'options',
options: [
{
name: 'Attachment',
value: 'attachment',
},
{
name: 'Incoming Webhook',
value: 'incomingWebhook',
},
{
name: 'Media',
value: 'media',
},
// {
// name: 'Attachment',
// value: 'attachment',
// },
// {
// name: 'Incoming Webhook',
// value: 'incomingWebhook',
// },
// {
// name: 'Media',
// value: 'media',
// },
{
name: 'Member',
value: 'member',
@ -105,12 +105,12 @@ export class GoogleChat implements INodeType {
default: 'message',
description: 'The resource to operate on',
},
...attachmentOperations,
...attachmentFields,
...incomingWebhookOperations,
...incomingWebhookFields,
...mediaOperations,
...mediaFields,
// ...attachmentOperations,
// ...attachmentFields,
// ...incomingWebhookOperations,
// ...incomingWebhookFields,
// ...mediaOperations,
// ...mediaFields,
...memberOperations,
...memberFields,
...messageOperations,