@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
35 lines • 918 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.properties = void 0;
exports.properties = [
{
displayName: 'DELETE /v2/acts/{actorId}',
name: 'operation',
type: 'notice',
typeOptions: {
theme: 'info',
},
default: '',
displayOptions: {
show: {
resource: ['Actors'],
operation: ['Delete actor'],
},
},
},
{
displayName: 'Actor Id',
name: 'actorId',
required: true,
description: "Actor ID or a tilde-separated owner's username and Actor name",
default: 'janedoe~my-actor',
type: 'string',
displayOptions: {
show: {
resource: ['Actors'],
operation: ['Delete actor'],
},
},
},
];
//# sourceMappingURL=properties.js.map