UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

16 lines 520 B
"use strict"; /** * Configuration constants for CXone nodes */ Object.defineProperty(exports, "__esModule", { value: true }); exports.HANDOVER_DELAY_MS = exports.SENTINEL_CONTACT_ID = void 0; /** * Sentinel contact ID used to skip API calls (test/development mode) */ exports.SENTINEL_CONTACT_ID = "100000000000"; /** * Delay in milliseconds before returning control after handover. * Prevents unwanted messages during handover process. */ exports.HANDOVER_DELAY_MS = 5000; //# sourceMappingURL=cxOneConfig.js.map