UNPKG

@microsoft/omnichannel-chat-sdk

Version:
19 lines 907 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getIC3AdapterCDNUrl = exports.getIC3ClientCDNUrl = void 0; var settings_1 = require("../config/settings"); var getIC3ClientCDNUrl = function () { var IC3ClientCDNUrl = "https://comms.omnichannelengagementhub.com/release/" + settings_1.ic3ClientVersion + "/Scripts/SDK/SDK.min.js"; return IC3ClientCDNUrl; }; exports.getIC3ClientCDNUrl = getIC3ClientCDNUrl; var getIC3AdapterCDNUrl = function () { var IC3AdapterCDNUrl = "https://webchatic3.blob.core.windows.net/webchat-ic3adapter/" + settings_1.webChatIC3AdapterVersion + "/botframework-webchat-adapter-ic3.production.min.js"; return IC3AdapterCDNUrl; }; exports.getIC3AdapterCDNUrl = getIC3AdapterCDNUrl; exports.default = { getIC3ClientCDNUrl: getIC3ClientCDNUrl, getIC3AdapterCDNUrl: getIC3AdapterCDNUrl }; //# sourceMappingURL=libraries.js.map