mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
✨ Add list and list-entry resources to Affinity Node (#1387)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { INodeProperties } from 'n8n-workflow';
|
||||
import {
|
||||
INodeProperties,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
export const personOperations = [
|
||||
{
|
||||
@@ -46,9 +48,9 @@ export const personOperations = [
|
||||
|
||||
export const personFields = [
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* person:create */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* person:create */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Fist Name',
|
||||
name: 'firstName',
|
||||
@@ -136,9 +138,9 @@ export const personFields = [
|
||||
placeholder: 'info@example.com',
|
||||
default: [],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* person:update */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* person:update */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Person ID',
|
||||
name: 'personId',
|
||||
@@ -222,9 +224,9 @@ export const personFields = [
|
||||
placeholder: 'info@example.com',
|
||||
default: [],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* person:get */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* person:get */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Person ID',
|
||||
name: 'personId',
|
||||
@@ -269,9 +271,9 @@ export const personFields = [
|
||||
},
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* person:getAll */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* person:getAll */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Return All',
|
||||
name: 'returnAll',
|
||||
@@ -346,9 +348,9 @@ export const personFields = [
|
||||
},
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* person:delete */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* person:delete */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Person ID',
|
||||
name: 'personId',
|
||||
|
||||
Reference in New Issue
Block a user