UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

7 lines 625 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InstanceAiLivenessService = exports.INSTANCE_AI_RUN_TIMEOUT_REASON = void 0; var instance_ai_liveness_service_1 = require("./instance-ai-liveness.service"); Object.defineProperty(exports, "INSTANCE_AI_RUN_TIMEOUT_REASON", { enumerable: true, get: function () { return instance_ai_liveness_service_1.INSTANCE_AI_RUN_TIMEOUT_REASON; } }); Object.defineProperty(exports, "InstanceAiLivenessService", { enumerable: true, get: function () { return instance_ai_liveness_service_1.InstanceAiLivenessService; } }); //# sourceMappingURL=index.js.map