UNPKG

@microsoft/omnichannel-chat-sdk

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