@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
8 lines • 490 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WAIT_FOR_FINISH_POLL_INTERVAL = exports.TERMINAL_RUN_STATUSES = exports.APIFY_API_URL = exports.WEB_CONTENT_SCRAPER_ACTOR_ID = void 0;
exports.WEB_CONTENT_SCRAPER_ACTOR_ID = 'aYG0l9s7dbB7j3gbS';
exports.APIFY_API_URL = 'https://api.apify.com';
exports.TERMINAL_RUN_STATUSES = ['SUCCEEDED', 'FAILED', 'TIMED-OUT', 'ABORTED'];
exports.WAIT_FOR_FINISH_POLL_INTERVAL = 1000;
//# sourceMappingURL=consts.js.map