@microsoft/omnichannel-chat-sdk
Version:
Microsoft Omnichannel Chat SDK
9 lines (8 loc) • 571 B
TypeScript
export declare const whitelistedUrls: string[];
export declare const regionBasedSupportedUrls: string[];
export declare const regionBasedUrlSupportedVersions: string[];
export declare const isUrlWhitelisted: (url: string) => boolean;
export declare const shouldUseFramedMode: (disableWhitelistedUrls?: boolean) => boolean;
export declare const isRegionBasedUrlSupported: (widgetSnippetBaseUrl: string) => boolean;
export declare const isRegionBasedUrlVersionSupported: () => boolean;
export declare const retrieveRegionBasedUrl: (widgetSnippetBaseUrl: string) => string;