@microsoft/omnichannel-chat-sdk
Version:
Microsoft Omnichannel Chat SDK
8 lines (7 loc) • 480 B
TypeScript
export declare const CoreServicesGeoNamesMapping: any;
export declare const coreServicesOrgUrlPrefix = "https://m-";
export declare const unqOrgUrlPattern: RegExp;
export declare const nonProductionDynamicsLocationCode: string[];
export declare const getCoreServicesGeoName: (dynamicsLocationCode: string) => string;
export declare const createCoreServicesOrgUrl: (orgId: string, geoName: string) => string;
export declare const isCoreServicesOrgUrl: (orgUrl: string) => boolean;