UNPKG

n8n-nodes-chatwork

Version:

Provides n8n nodes to retrieve data from Chatwork API.

20 lines (19 loc) 672 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FileCreateDownloadUrl = void 0; const Resource_1 = require("./Resource"); const Room_1 = require("./Room"); exports.FileCreateDownloadUrl = { name: 'createDownloadUrl', displayName: 'Create download url', description: 'Whether or not to create a download link. If set to true, download like will be created for 30 seconds.', required: false, default: false, type: 'boolean', displayOptions: { show: { resource: [Resource_1.ResourceOptionsValue.ROOMS], operation: [Room_1.RoomOptionsValue.GET_FILE_DETAIL], }, }, };