UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

34 lines 904 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.employeeDocumentDelDescription = void 0; exports.employeeDocumentDelDescription = [ { displayName: 'Employee ID', name: 'employeeId', type: 'string', required: true, displayOptions: { show: { operation: ['delete'], resource: ['employeeDocument'], }, }, default: '', description: 'ID of the employee', }, { displayName: 'File ID', name: 'fileId', type: 'string', required: true, displayOptions: { show: { operation: ['delete'], resource: ['employeeDocument'], }, }, default: '', description: 'ID of the employee file', }, ]; //# sourceMappingURL=description.js.map