UNPKG

n8n-nodes-chatwork

Version:

Provides n8n nodes to retrieve data from Chatwork API.

24 lines (23 loc) 618 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TaskIdProperty = void 0; const Resource_1 = require("./Resource"); const Room_1 = require("./Room"); exports.TaskIdProperty = { displayName: 'Task ID', name: 'taskId', type: 'number', default: 0, displayOptions: { show: { resource: [ Resource_1.ResourceOptionsValue.ROOMS, ], operation: [ Room_1.RoomOptionsValue.GET_TASK_DETAIL, ], }, }, placeholder: 'Task id', description: 'Id of the special task', };