Add user list resource to Iterable Node (#1252)

* Add user list resource

*  Now lists are loaded automatically
This commit is contained in:
Ricardo Espinoza
2020-12-23 02:19:10 -05:00
committed by GitHub
parent e3aff74f6b
commit f36af0fcfd
3 changed files with 320 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import {
INodeProperties,
} from 'n8n-workflow';
} from 'n8n-workflow';
export const userOperations = [
{
@@ -38,9 +38,9 @@ export const userOperations = [
export const userFields = [
/* -------------------------------------------------------------------------- */
/* user:upsert */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* user:upsert */
/* -------------------------------------------------------------------------- */
{
displayName: 'Identifier',
name: 'identifier',
@@ -167,9 +167,10 @@ export const userFields = [
},
],
},
/* -------------------------------------------------------------------------- */
/* user:delete */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* user:delete */
/* -------------------------------------------------------------------------- */
{
displayName: 'By',
name: 'by',
@@ -240,9 +241,10 @@ export const userFields = [
default: '',
description: 'Email for a particular user',
},
/* -------------------------------------------------------------------------- */
/* user:get */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* user:get */
/* -------------------------------------------------------------------------- */
{
displayName: 'By',
name: 'by',