n8n-nodes-useapi
Version:
Ability to use multiple Midjourney, Riffusion, Mureka, Runway, MiniMax, InsightFaceSwap, Pika and PixVerse accounts complete with automated load balancing.
20 lines • 558 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.videosRetrieveFields = void 0;
exports.videosRetrieveFields = [
{
displayName: 'Video ID',
name: 'videoId',
type: 'string',
default: '',
required: true,
displayOptions: {
show: {
resource: ['minimax'],
operation: ['retrieveVideo'],
},
},
description: 'The ID of the video to retrieve',
},
];
//# sourceMappingURL=VideosRetrieveDescription.js.map