-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from vvorld/script-link-building-update
Update script link parsing
- Loading branch information
Showing
11 changed files
with
17,094 additions
and
9,548 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
import { PageSideConfig, GetIdWebSdkComponent } from './index'; | ||
declare const createPublicTokenProvider: (apiUrl: string, apiKey: string) => () => Promise<any>; | ||
export declare function prepareScriptLink(scriptLink: string, { fallbackVersion, scriptSuffix, versionSuffix, defaultLink }: { | ||
fallbackVersion: string; | ||
scriptSuffix: string; | ||
versionSuffix: string; | ||
defaultLink: string; | ||
}): string; | ||
declare function init(config: PageSideConfig): Promise<GetIdWebSdkComponent>; | ||
export { init, createPublicTokenProvider }; |
Oops, something went wrong.