n8n-nodes-chatwork
Version:
Provides an n8n community node for integrating Chatwork messaging and task APIs into automated workflows.
19 lines • 647 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.roomGetFilesProperties = void 0;
const enums_1 = require("../../shared/enums");
const utils_1 = require("../../shared/utils");
const properties_1 = require("../../shared/properties");
exports.roomGetFilesProperties = (0, utils_1.withDisplayOptions)([
properties_1.roomIdProperty,
{
...properties_1.accountIdProperty,
description: 'Filter files by uploader account ID',
},
], {
show: {
resource: [enums_1.Resource.ROOM],
operation: [enums_1.RoomOperations.GET_FILES],
},
});
//# sourceMappingURL=getFiles.js.map