UNPKG

n8n-nodes-chatwork

Version:

Provides n8n nodes to retrieve data from Chatwork API.

21 lines (20 loc) 605 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccountIdProperty = void 0; const Resource_1 = require("./Resource"); const Room_1 = require("./Room"); exports.AccountIdProperty = { name: 'accountId', displayName: 'Account Id', description: 'Account ID of the person who uploaded the file.', required: false, default: '', type: 'number', placeholder: '101', displayOptions: { show: { resource: [Resource_1.ResourceOptionsValue.ROOMS], operation: [Room_1.RoomOptionsValue.GET_FILES], }, }, };