UNPKG

@microsoft/omnichannel-chat-sdk

Version:
8 lines (7 loc) 480 B
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;